1 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
3 * comint.el (comint-password-prompt-regexp):
4 Handle `[sudo] password'-style prompt.
6 2007-10-23 Glenn Morris <rgm@gnu.org>
8 * progmodes/f90.el (f90-do-indent, f90-if-indent)
9 (f90-type-indent, f90-program-indent)
10 (f90-continuation-indent, f90-comment-region)
11 (f90-beginning-ampersand, f90-smart-end)
12 (f90-break-before-delimiters, f90-auto-keyword-case)
13 (f90-leave-line-no, f90-mode-hook):
14 Give an appropriate safe-local-variable property.
15 (f90-font-lock-keywords-2): Fix `go to' regexp.
17 * progmodes/fortran.el (fortran-tab-mode-default)
18 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
19 (fortran-structure-indent, fortran-continuation-indent)
20 (fortran-comment-indent, fortran-comment-line-extra-indent)
21 (fortran-comment-line-start)
22 (fortran-minimum-statement-indent-fixed)
23 (fortran-minimum-statement-indent-tab)
24 (fortran-comment-indent-char, fortran-line-number-indent)
25 (fortran-check-all-num-for-matching-do)
26 (fortran-blink-matching-if, fortran-continuation-string)
27 (fortran-comment-region, fortran-electric-line-number)
28 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
29 (fortran-analyze-depth, fortran-break-before-delimiters):
30 Give an appropriate safe-local-variable property.
32 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
34 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
35 of the subdirs is unreadable.
37 2007-10-22 Martin Rudalics <rudalics@gmx.at>
39 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
40 Use window-full-width-p.
42 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
44 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
45 (tpu-edt-off): Use it.
46 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
47 the global-map before adding it to global-map.
49 * menu-bar.el (global-buffers-menu-map): New var.
50 (global-map, menu-bar-update-buffers): Use it.
51 * msb.el (msb-menu-bar-update-buffers): Use it.
52 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
53 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
54 Use with-current-buffer.
56 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
58 * hexl.el (hexl-menu): New major mode menu.
60 2007-10-20 Glenn Morris <rgm@gnu.org>
62 * progmodes/f90.el (f90-font-lock-keywords-2)
63 (f90-looking-at-type-like): Fix regexp typos.
65 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
67 * bs.el (bs-mode): Add mode name (accidentally left out
68 in the 2007-10-16 change).
70 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
72 * bs.el (bs--track-window-changes): Don't refresh the whole list.
73 (bs-mode): Set mode-class property to special.
75 * follow.el (follow-unload-function): New function.
77 * loadhist.el (unload-function-features-list):
78 Rename from `unload-hook-features-list'.
79 (unload-hook-features-list): Add as obsolete alias.
80 (unload-feature): Use `unload-function-features-list'
81 and new FEATURE-unload-function.
83 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
85 * loadhist.el (unload-feature-special-hooks):
86 Update list of special hooks.
88 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
89 (adaptive-fill-function): Doc fix. Remove * from docstring.
91 2007-10-18 Glenn Morris <rgm@gnu.org>
93 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
95 2007-10-17 Aaron Hawley <aaronh@garden.org>
97 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
98 position is not saved.
100 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
102 * longlines.el (longlines-wrap-follows-window-size): Integer value
103 specifies wrapping margin.
104 (longlines-mode, longlines-window-change-function):
105 Set window-specific wrapping margin based on the above.
107 2007-10-17 John Wiegley <johnw@newartisans.com>
109 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
111 2007-10-17 Glenn Morris <rgm@gnu.org>
113 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
114 Tweak regexp to avoid stack overflow.
116 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
118 * simple.el (reindent-then-newline-and-indent): Don't assume that
119 indent-according-to-mode preserves point.
121 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
123 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
124 (bs--restore-window-config): Keep the selected frame.
125 (bs--track-window-changes, bs--remove-hooks): New functions.
126 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
127 (bs--show-with-configuration): Revert 2006-11-09 change.
128 Don't reuse window unless it is visible on the selected frame.
129 Restore window configuration (possibly in a different frame)
130 before creating any window.
132 2007-10-16 Richard Stallman <rms@gnu.org>
134 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
135 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
136 (ad-is-advised, ad-get-advice-info-field)
137 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
139 2007-10-16 Glenn Morris <rgm@gnu.org>
141 * simple.el (blink-matching-open): Don't report false errors with
142 the `$' syntax class.
144 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
146 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
147 (filesets-ormap, filesets-sort-case-sensitive-flag)
148 (filesets-remake-shortcut, filesets-ingroup-collect-files):
149 Fix typos in docstrings.
150 (filesets-data-get-name, filesets-data-get-data)
151 (filesets-data-set, filesets-cmd-query-replace-getargs)
152 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
154 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
156 * term/mac-win.el: Don't require url when compiling, as url-type is
159 2007-10-14 Glenn Morris <rgm@gnu.org>
161 * progmodes/etags.el (select-tags-table): Disable undo in the
162 `*Tags Table List*' buffer.
164 2007-10-13 Eli Zaretskii <eliz@gnu.org>
166 * dired.el (dired-warn-writable): New face.
167 (dired-warn-writable-face): New variable.
168 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
169 of dired-warning-face, for group- and world-writable files.
171 2007-10-13 Glenn Morris <rgm@gnu.org>
173 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
174 (octave-re-search-forward-kw, octave-re-search-backward-kw):
175 Add doc string, and an explicit COUNT argument.
176 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
177 `inc' to search functions.
179 2007-10-13 John W. Eaton <jwe@octave.org>
181 * progmodes/octave-mod.el (octave-looking-at-kw)
182 (octave-re-search-forward-kw, octave-re-search-backward-kw):
184 (octave-in-defun-p, calculate-octave-indent)
185 (octave-blink-matching-block-open, octave-beginning-of-defun)
186 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
187 to search for regexps that contain case-sensitive keywords.
188 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
189 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
191 2007-10-13 Richard Stallman <rms@gnu.org>
193 * files.el (directory-abbrev-alist): Doc fix.
195 2007-10-13 Jari Aalto <jari.aalto@cante.net>
197 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
199 2007-10-12 Martin Rudalics <rudalics@gmx.at>
201 * frame.el (set-frame-configuration): Assign name parameter only
202 if it has been set explicitly before.
204 * window.el (handle-select-window): Revert part of 2007-10-06
205 change setting the input focus.
207 2007-10-12 Glenn Morris <rgm@gnu.org>
209 * cus-edit.el (custom-variable-menu, custom-face-menu)
210 (custom-group-menu): Check init-file-user rather than
211 user-init-file, in case cus-edit is loaded by site-run-file.
213 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
215 * follow.el (follow-stop-intercept-process-output):
216 Use `follow-call-process-filter' rather than `process-filter'.
218 2007-10-11 Tom Tromey <tromey@redhat.com>
220 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
223 2007-10-10 Richard Stallman <rms@gnu.org>
225 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
228 * faces.el (face-font-selection-order): Doc fix.
230 * loadhist.el (unload-feature): Doc fix.
232 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
234 * ps-print.el: Fix the usage of :foreground and :background face
235 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
236 (ps-print-version): New version 6.7.6.
237 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
239 (ps-face-foreground-color-p, ps-face-background-color-p)
240 (ps-face-color-p): New inline funs.
242 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
244 * follow.el: Change all instances of "Follow Mode" to "Follow
245 mode" in docstrings and messages.
247 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
249 * faces.el (face-font-selection-order): Doc fix.
251 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
252 (follow-mode-off-hook): Mark as obsolete.
254 2007-10-08 Richard Stallman <rms@gnu.org>
256 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
257 (edebug-install-custom-print, edebug-reset-print-funcs)
258 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
260 (edebug-prin1, edebug-print, edebug-prin1-to-string)
261 (edebug-format, edebug-message): Define directly as aliases.
263 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
265 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
267 2007-10-07 Glenn Morris <rgm@gnu.org>
269 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
272 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
274 * net/tramp.el (tramp-completion-mode): Extend doc-string.
275 (tramp-completion-mode-p): Revert change from 2007-09-24.
276 Checking for `return' etc as last character is not sufficient, for
277 example in dired-mode when entering <g> (revert-buffer) or
280 2007-10-06 Martin Rudalics <rudalics@gmx.at>
282 * window.el (mouse-autoselect-window-cancel): Don't cancel for
283 select-window or select-frame events.
284 (handle-select-window): When autoselecting window set input
287 * frame.el (focus-follows-mouse): Moved to frame.c.
288 * cus-start.el (all): Add focus-follows-mouse.
290 2007-10-05 Chris Moore <dooglus@gmail.com>
292 * server.el (server-kill-new-buffers): Doc fix.
294 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
296 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
297 activate font-locking in the *buffer-selection* buffer.
298 (bs-show-sorted): Doc fix.
300 * bs.el (bs--get-marked-string, bs--get-modified-string)
301 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
302 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
303 (bs--format-aux): Doc fix.
305 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
307 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
309 2007-10-04 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
311 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
313 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
315 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
316 (gud-gdb): New function for old M-x gdb (text command mode).
317 (gud-gdb-command-name, gdb): Move to...
319 * progmodes/gdb-ui.el: ...here and adapt doc string.
320 (gud-gdba-command-name, gdba): Delete.
322 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
324 * bs.el: Don't defvar `font-lock-verbose'.
325 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
326 (bs--get-file-name): Fix typos in docstrings.
327 (bs--show-header): Use `dolist' instead of `mapcar'.
328 (bs-mode): Set `show-trailing-whitespace' to nil.
329 (bs-buffer-sort-function, bs-mouse-select-other-frame)
330 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
333 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
335 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
337 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
339 * progmodes/gud.el (gdb): Make graphical mode the default and
340 switch to text command mode if appropriate, i.e., reverse previous
342 (gud-gdb-marker-filter): Adapt for above change.
344 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
345 gud-minor-mode and gud-marker-filter.
346 (gdb-fullname-regexp): New variable.
347 (gud-gdba-marker-filter): Use it to switch to text command
350 2007-10-02 Richard Stallman <rms@gnu.org>
352 * frame.el (cursor-in-non-selected-windows): Doc fix.
354 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
356 * progmodes/gud.el (gud-display-line): Find source buffer even when
357 GUD buffer has its own frame.
359 2007-10-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
361 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
363 2007-09-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
365 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
367 2007-09-29 Martin Rudalics <rudalics@gmx.at>
369 * allout.el (allout-before-change-handler): Replace got-char by
372 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
374 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
375 Used to try and automatically enabled smerge-mode in the presence of
376 conflicts and to call `svn resolved' when the conflicts are gone.
377 (vc-svn-parse-status): Remember the svn-specific status.
379 * newcomment.el (comment-choose-indent): New function extracted
380 from comment-indent. Improve the alignment algorithm.
381 (comment-indent): Use it.
383 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
385 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
386 (eldoc-message-commands, eldoc-current-idle-delay):
387 Fix typos in docstrings.
389 * progmodes/python.el (python-eldoc-function): Doc fix.
391 2007-09-26 Eli Zaretskii <eliz@gnu.org>
393 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
394 menu-bar-apropos-menu. All users changed.
395 (menu-bar-help-menu): Change menu symbols to better match the text
396 displayed by the menu.
398 2007-09-25 Glenn Morris <rgm@gnu.org>
400 * view.el (view-search-no-match-lines): Add a doc string.
401 Rewrite to simplify and work better.
403 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
405 * net/tramp.el (tramp-completion-mode-p): Rename from
406 `tramp-completion-mode'. Revert logic, check `return', `newline'
407 and such alike. Packages like Icicles tend to use other completion
408 characters but `tab' and `space' only.
409 (top): Require cl.el, when `copy-tree' is not available otherwise.
411 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
414 2007-09-24 Ville Skytt
\e,Ad
\e(B <scop@xemacs.org> (tiny change)
416 * net/tramp-vc.el (tramp-vc-user-login-name):
417 Use `vc-find-version' instead of `process-file' to check whether we
418 have a new enough vc that doesn't need the defadvice.
420 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
422 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
425 2007-09-23 Glenn Morris <rgm@gnu.org>
427 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
429 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
431 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
433 * log-view.el (log-view-mode-map): Likewise.
435 * diff-mode.el (diff-mode-shared-map): Likewise.
437 2007-09-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
439 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
440 add inferior-octave-directory-tracker to the buffer-local value
441 of comint-input-filter-functions.
443 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
445 * files.el (file-name-sans-versions): Also allow `A-Z'.
447 * vc.el: Mention all supported VC backends.
449 2007-09-22 Richard Stallman <rms@gnu.org>
451 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
452 neighbouring buttons.
454 2007-09-22 Andreas Schwab <schwab@suse.de>
456 * files.el (file-name-sans-versions): Also allow `_'.
458 2007-09-22 Glenn Morris <rgm@gnu.org>
460 * eshell/esh-mode.el (eshell-output-filter-functions):
461 Add eshell-postoutput-scroll-to-bottom.
463 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
465 * files.el (file-name-sans-versions): Allow - and a-z in version names.
467 * log-view.el (log-view-mode-map, log-view-mode-menu):
468 Bind log-view-annotate-version.
469 (log-view-beginning-of-defun, log-view-end-of-defun)
470 (log-view-annotate-version): New functions.
471 (log-view-mode): Use log-view-beginning-of-defun and
472 log-view-end-of-defun.
474 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
476 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
478 2007-09-21 Kevin Ryde <user42@zip.com.au>
480 * international/mule.el (sgml-html-meta-auto-coding-function):
481 Bind `case-fold-search' to t.
483 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
485 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
486 neighbouring buttons.
488 * progmodes/compile.el (compilation-error-regexp-alist-alist):
489 Recognize gcc's use of "note" for informational messages.
491 2007-09-20 Glenn Morris <rgm@gnu.org>
493 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
494 motion functions, rather than hard-coding "\n\n".
495 (tex-validate-region): Check for eobp, to speed up.
496 (tex-next-unmatched-end): Doc fix.
498 2007-09-19 Glenn Morris <rgm@gnu.org>
500 * textmodes/tex-mode.el (tex-terminate-paragraph):
501 Use backward-paragraph.
503 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
505 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
506 (css-mode): Update correspondingly.
508 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
510 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
512 * vc-hooks.el (vc-menu-entry): New var.
513 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
514 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
515 (vc-menu-map): Declare and initialize in one step.
517 * menu-bar.el (vc-menu-map): Don't setup any more.
518 Instead, just create the proper spot in the menu.
520 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
521 Stefan Monnier <monnier@iro.umontreal.ca>
523 * vc.el: Document new VC operation `extra-menu'.
525 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
527 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
529 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
530 Signed-off-by, Acked-by and Merge.
532 2007-09-17 Glenn Morris <rgm@gnu.org>
534 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
535 filename from `--file-line-error', if it is available.
537 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
539 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
540 TeX `--file-line-error' format.
542 2007-09-17 Glenn Morris <rgm@gnu.org>
544 * textmodes/tex-mode.el (tex-region): Simplify previous change,
545 handling the case where the region is not in `tex-main-file'.
546 (tex-region-1): Delete.
547 (tex-region-header): New function, doing the header part of the
550 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
552 * ediff-init.el (ediff-verbose-p): This var is not a constant.
554 2007-09-16 Drew Adams <drew.adams@oracle.com>
556 * cus-edit (custom-face-edit-activate): Doc fix.
558 2007-09-16 Glenn Morris <rgm@gnu.org>
560 * textmodes/tex-mode.el (tex-region): Handle the case where the
561 region is not in `tex-main-file'. Move the old code that applies
563 (tex-region-1): ...to this new function.
565 2007-09-15 Martin Rudalics <rudalics@gmx.at>
567 * simple.el (blink-matching-open): Don't display message when no
568 paren is found within blink-matching-paren-distance characters.
569 Don't search prompt in blink-matching-paren-distance nil case.
571 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
573 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
575 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
577 * vc-mtn.el: New file.
579 * vc-hooks.el (vc-handled-backends): Add Mtn.
581 2007-09-13 Eli Zaretskii <eliz@gnu.org>
583 * files.el (find-file, find-file-other-window)
584 (find-file-other-frame, find-file-existing, find-file-read-only)
585 (find-file-read-only-other-window)
586 (find-file-read-only-other-frame)
587 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
589 2007-09-13 Jari Aalto <jari.aalto@cante.net>
591 * man.el (Man-default-man-entry): At end of line, continue looking
592 to the next line for possible end of hyphenated command.
594 2007-09-13 Chris Moore <dooglus@gmail.com>
596 * shell.el (shell-resync-dirs): Don't move the cursor relative to
597 the command being edited.
599 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
601 * progmodes/gud.el (gdb-ready): New variable.
602 (gdb): Set it to nil. Set gud-running to nil here...
603 (gud-common-init): ...instead of here.
605 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
606 Use gdb-ready. Discard input until GDB is ready to accept it.
608 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
610 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
613 2007-09-12 Martin Rudalics <rudalics@gmx.at>
615 * dired.el (dired-warning): Inherit from font-lock-warning-face to
616 make it show up with eight colors.
618 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
620 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
621 diffs are concatenated with no intervening line.
623 2007-09-10 Dave Love <fx@gnu.org>
625 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
626 (python-font-lock-keywords): Update to the 2.5 version of the language.
627 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
628 (python-backspace): Only behave funny in code.
629 (python-compilation-regexp-alist): Add PDB stack trace regexp.
630 (inferior-python-mode): Add PDB prompt regexp.
631 (python-fill-paragraph): Refine the fenced-string regexp.
632 (python-find-imports): Handle imports spanning several lines.
633 (python-mode): Add `class' to hideshow support.
635 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
637 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
638 add-log-buffer-file-name-function rather than bind buffer-file-name,
639 so we dont end up calling change-log-mode in *cvs* when `fi' is the
640 ChangeLog file itself.
642 * outline.el (outline-flag-region): Use front-advance.
644 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
646 * progmodes/cperl-mode.el: Merge upstream 5.23.
647 (cperl-where-am-i): Remove function.
648 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
649 (cperl-sniff-for-indent): De-invert [string] and [comment].
650 When looking for label, skip s:m:y:tr.
651 (cperl-indent-line): Likewise.
652 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
653 (cperl-windowed-init): Wrong `ps-print' handling.
654 Both thanks to Chong Yidong.
655 (cperl-look-at-leading-count): Could fail with unfinished RExen.
656 (cperl-find-pods-heres): If the second part of s()[] is missing,
657 don't try to highlight delimiters...
659 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
661 * progmodes/compile.el (compilation-get-file-structure): Complete last
662 change by also using spec-directory in the puthash.
664 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
666 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
667 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
668 (vc-bzr-status): Fix shadowing of variable 'status'.
669 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
670 Use `expand-file-name' instead of `concat'.
671 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
672 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
674 2007-09-05 Jason Rumney <jasonr@gnu.org>
676 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
678 2007-09-02 Richard Stallman <rms@gnu.org>
680 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
681 Add `safe-local-variable' property.
682 (lisp-body-indent): Likewise.
684 2007-09-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
686 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
689 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
690 (x-gtk-map-stock): New function.
692 2007-09-02 Glenn Morris <rgm@gnu.org>
694 * comint.el (comint-mode): Don't set scroll-conservatively.
696 * eshell/em-unix.el (eshell/time): Stringify and flatten the
697 non-command arguments.
699 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
701 * emacs-lisp/bytecomp.el (byte-recompile-directory):
702 Fix bug: Don't expand top-level file name more than once.
703 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
705 2007-09-01 Richard Stallman <rms@gnu.org>
707 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
710 2007-08-30 Richard Stallman <rms@gnu.org>
712 * speedbar.el (speedbar-frame-reposition-smartly)
713 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
714 (speedbar-check-vc): Don't use dframe-xemacsp.
716 2007-08-30 Martin Rudalics <rudalics@gmx.at>
718 * files.el (backup-buffer-copy): Try to overwrite old backup first.
720 2007-08-29 Martin Rudalics <rudalics@gmx.at>
722 * repeat.el (repeat): Use last-repeatable-command instead of
723 real-last-command. Run pre- and post-command hooks for
724 self-insertion. Update doc-string.
726 2007-08-28 Glenn Morris <rgm@gnu.org>
728 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
730 2007-08-27 Alexandre Julliard <julliard@winehq.org>
732 * vc-git.el (vc-git-state): Call git-add --refresh to update the
734 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
735 (vc-git-create-repo): Fix invalid command.
737 2007-08-27 Richard Stallman <rms@gnu.org>
739 * textmodes/flyspell.el (flyspell-mode):
740 Catch errors in flyspell-mode-on.
742 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
744 * progmodes/modula2.el (m2-definition, m2-module):
745 Don't use previous-line. Reported by T. V. Raman.
747 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
749 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
750 argument to tool-bar-mode call.
752 2007-08-27 Glenn Morris <rgm@gnu.org>
754 * diff-mode.el (diff-find-file-name): Only accept regular files,
755 to rule out /dev/null, directories, etc.
757 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
759 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
760 safe-local-variable setting.
761 * progmodes/perl-mode.el (perl-indent-level): Likewise.
763 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
765 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
766 of buffers in uniquify-managed.
768 * simple.el (invisible-p): Rename from text-invisible-p.
771 2007-08-25 Alan Mackenzie <acm@muc.de>
773 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
774 new language variable.
776 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
777 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
778 "extern" etc., rather than BOI. Fix addition of spurious
779 syntactic-symbol 'defun-block-intro, replacing it with
782 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
784 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
785 Don't behave differently when executed via M-x. Add doc string.
787 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
789 * files.el (backup-buffer-copy): Don't wrap delete in
790 condition-case, only try to delete if file exists.
792 2007-08-24 Glenn Morris <rgm@gnu.org>
794 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
796 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
798 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
799 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
800 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
801 (cperl-etags-goto-tag-location): Use new style backquotes.
803 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
804 (dynamic-completion-table): Use it it.
806 * net/browse-url.el: Remove spurious * in custom docstrings.
807 (browse-url-filename-alist): Use new-style backquote.
809 * emacs-lisp/backquote.el (backquote-unquote-symbol)
810 (backquote-splice-symbol): Clarify they're not new-style unquotes.
812 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
813 (\,@): Backslash the , and ,@ which are not new-style unquotes.
815 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
817 * net/socks.el (socks-username/password-auth-filter):
818 Remove unused vars `state' and `desired-len'.
819 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
820 (socks-wait-for-state-change): Use new-style backquotes.
822 * pcvs.el (cvs-mode-status): Fix long-standing typo.
824 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
825 backquotes after each `read' rather than once per buffer.
827 * dframe.el: Remove spurious * in custom docstrings.
828 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
829 (dframe-xemacs20p): Remove, inline at the sole use point.
830 (defface): Don't defvar the face, don't use old-style backquote.
831 (defcustom): Don't use old-style backquote.
832 (dframe-frame-parameter, dframe-mouse-event-p):
833 Make it obvious that it's always defined.
834 (dframe-popup-kludge): New function to replace
835 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
836 (dframe-frame-mode, dframe-set-timer-internal)
837 (dframe-mouse-set-point): Remove use of with-no-warnings from
838 XEmacs-specific code.
839 (dframe-set-timer-internal): Fix very old bug with
840 post-command-idle-hook.
842 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
844 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
846 * image-mode.el (image-minor-mode): Use image-mode-text-map.
848 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
850 * sort.el (sort-fold-case, sort-numeric-base): Mark as
853 2007-08-22 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
855 * net/browse-url.el (browse-url-emacs): New function.
857 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
859 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
860 warning if the file uses old style backquotes.
862 * emacs-lisp/bytecomp.el (byte-compile-log-file)
863 (byte-recompile-directory, byte-compile-file)
864 (byte-compile-from-buffer): Use with-current-buffer.
866 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
867 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
868 (line-move-1, line-move-finish, line-move-to-column)
869 (move-end-of-line, move-beginning-of-line): Use new name.
871 2007-08-22 Glenn Morris <rgm@gnu.org>
873 * files.el (backup-buffer-copy): Check backup directory is
874 writable, to avoid infloop deleting old backup.
876 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
877 movemail related variables.
878 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
879 will now be set before this is called.
881 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
883 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
885 * progmodes/ada-mode.el: Fix up comment style in header.
886 (ada-check-emacs-version): Remove.
887 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
888 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
889 to try and quieten the byte-compiler.
890 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
892 * vc.el (vc-annotate-warp-version): Don't use previous-line.
894 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
896 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
897 extracted from `eval-last-sexp-1'.
898 (eval-last-sexp-1): Call `preceding-sexp'.
900 2007-08-19 Glenn Morris <rgm@gnu.org>
902 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
903 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
904 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
905 shadow files messing up the compilation.
907 2007-08-18 Glenn Morris <rgm@gnu.org>
909 * progmodes/scheme.el (scheme-mode-variables):
910 Set font-lock-comment-start-skip.
912 2007-08-18 Martin Rudalics <rudalics@gmx.at>
914 * progmodes/ada-mode.el (ada-create-syntax-table):
915 Move set-syntax-table from here to ...
916 (ada-mode): ... here. Don't change global value of comment-multi-line.
917 Call new function ada-initialize-syntax-table-properties.
918 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
919 (ada-deactivate-properties, ada-initialize-properties):
920 Replace by new functions ...
921 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
922 (ada-initialize-syntax-table-properties): ... to set up syntax-table
923 properties uniformly, independently from whether font-lock-mode
924 is enabled or not. Handle read-only buffers and do not change
925 undo-list when setting syntax-table properties.
926 (ada-after-change-function): Use ada-set-syntax-table-properties.
928 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
930 * progmode/cperl-mode.el (cperl-look-at-leading-count)
931 (cperl-find-pods-heres): Fix an error when typing expressions like
934 2007-08-17 Glenn Morris <rgm@gnu.org>
936 * progmodes/compile.el (compilation-get-file-structure): Make use
937 of the directory part when checking for an existing entry, to
938 handle files with same basename in different directories.
940 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
942 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
943 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
944 (ps-paragraph-spacing): Docstring fix.
946 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
948 * smerge-mode.el (smerge-resolve): New arg `safe'.
949 (smerge-resolve-all, smerge-batch-resolve): New function.
950 (smerge-refine): Make sure `diff' returns the expected result.
951 (smerge-parsep-re): New const.
952 (smerge-mode): Use it to adjust paragraph-separate.
954 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
955 Correctly match / regexp matchers as first char on a line when
956 fontifying only that line.
958 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
960 2007-08-16 Glenn Morris <rgm@gnu.org>
962 * ps-print.el (ps-font-size): Doc fix.
964 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
966 * vc-bzr.el: Don't fiddle with vc-handled-backend.
967 (vc-bzr-registered): Don't redundantly protect against
968 file-error. Actually use the format-specific code.
969 (vc-bzr-buffer-nonblank-p): Remove.
970 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
972 2007-08-15 Glenn Morris <rgm@gnu.org>
974 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
975 sloppier, for the sake of GNU Mailman.
976 (rmail-digest-rfc1153): Initialize `result' correctly.
978 2007-08-14 Glenn Morris <rgm@gnu.org>
980 * simple.el (bad-packages-alist): New constant.
981 (bad-package-check): New function. Together, these two add
982 elements to `after-load-alist' to check for problematic external
984 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
986 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
988 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
989 optional quotes around files in NEED-UPDATE . REMOVED case.
991 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
992 (ada-treat-cmd-string): Improve error message.
993 (ada-do-file-completion): Call `ada-require-project-file', so
994 project variables are set properly.
995 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
996 (ada-gnatfind-buffer-name): New constant.
997 (ada-find-any-references): Use new constant. Set buffer name
998 properly in compilation-start. Toggle read-only properly.
999 (ada-find-in-src-path): Fix spelling error in docstring.
1001 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1004 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1006 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1008 2007-08-12 Richard Stallman <rms@gnu.org>
1010 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1011 (cvs-execute-single-file): Use new name split-string-and-unquote.
1012 (cvs-header-msg): Use new name combine-and-quote-strings.
1014 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1016 * progmodes/gud.el (gud-common-init): Use new name
1017 split-string-and-unquote.
1019 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1022 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1023 combine-and-quote-strings and split-string-and-unquote.
1025 * subr.el (combine-and-quote-strings): Rename from strings->string.
1026 (split-string-and-unquote): Rename from string->strings.
1028 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1030 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1031 to buffer-local settings.
1033 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1034 (backquote-process): Add internal arg `level'. Use the two to
1035 correctly handle nested backquotes.
1037 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1039 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1040 (vc-bzr-state-words): Add "kind changed" state word.
1041 (vc-bzr-status): New function. Return Bzr idea of file status,
1042 which is different from VC's.
1043 (vc-bzr-state): Use vc-bzr-status.
1044 (vc-workfile-unchanged-p): Use vc-bzr-status.
1045 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1046 (vc-dired-state): Process "kind changed" state word.
1048 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1050 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1052 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1053 Move from vc-default-find-file-not-found-hook.
1055 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1057 * url/url-auth.el (url-basic-auth): When prompting for username
1058 and password, default to the username and password in the URL.
1060 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1062 * man.el: Remove spurious * in docstrings.
1063 Merge defvars and toplevel setq-defaults.
1064 (Man-highlight-references0): Limit=nil rather than point-max.
1065 (Man-mode-map): Move initialization into the declaration.
1066 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1067 (Man-view-header-file): Use expand-file-name rather than concat.
1068 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1070 * man.el (Man-next-section): Make sure we do not move backward.
1072 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1074 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1075 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1076 ps-print-color-p is neither nil nor black-white. Reported by Christian
1077 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1079 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1081 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1083 2007-08-08 Andreas Schwab <schwab@suse.de>
1085 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1086 self-insert-command, not self-insert.
1088 2007-08-08 Glenn Morris <rgm@gnu.org>
1090 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1092 * Replace `iff' in doc-strings and comments.
1094 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1095 rather than just `-'.
1097 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1099 * dired.el (dired-pop-to-buffer):
1100 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1101 * calendar/calendar.el (generate-calendar-window):
1102 * progmodes/compile.el (compilation-set-window-height):
1103 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1104 Use window-full-width-p instead of comparing frame-width and
1107 * progmodes/compile.el (compilation-find-buffer): Remove extra
1108 argument in call to compilation-buffer-internal-p.
1110 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1112 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1113 parameters IDENTIFICATION and CONNECTED.
1114 (tramp-handle-insert-file-contents): VISIT must be handled after
1115 insertion of the local copy. Reported by Peter Gordon
1116 <peter@pg-consultants.com>.
1117 (tramp-file-name-handler): No special handling for
1118 `expand-file-name'. But for `file-name-as-directory'.
1119 (tramp-find-shell, tramp-open-connection-telnet)
1120 (tramp-open-connection-rsh, tramp-open-connection-su)
1121 (tramp-open-connection-multi)
1122 (tramp-open-connection-setup-interactive-shell): Guard against
1123 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1124 <steve@sxemacs.org>.
1125 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1128 * net/trampver.el: Update release number.
1130 2007-08-07 Tom Tromey <tromey@redhat.com>
1132 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1133 Add safe-local-variable property.
1135 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1137 * image-mode.el (image-toggle-display): Use image-refresh.
1139 * longlines.el (longlines-decoded): New variable.
1140 (longlines-mode): Avoid encoding or decoding the buffer twice.
1142 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1144 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1146 (vc-bzr-command): Remove redundant setting of process-connection-type.
1147 (vc-bzr-admin-checkout-format-file): Add autoload.
1148 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1149 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1150 (vc-bzr-registered): Compare dirstate format tag with known good
1151 value, abort parsing if match fails. Warn user in docstring.
1152 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1153 See bzrlib/branch.py in Bzr sources.
1154 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1155 (vc-bzr-shell-command): Remove in favor of
1156 vc-bzr-command-discarding-stderr.
1157 (vc-bzr-command-discarding-stderr): New function.
1159 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1161 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1162 program, and return nil
1163 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1164 (vc-bzr-state): Look for path names relative to the repository
1165 root after status keyword.
1166 (vc-bzr-file-name-relative): New function.
1167 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1169 (vc-bzr-admin-dirname, ...-checkout-format-file)
1170 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1171 files that we now parse directly for speed.
1172 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1173 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1174 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1175 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1176 Bzr warnings, so we must discard it.
1177 (vc-bzr-workfile-version): Speedup counting lines from
1178 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1179 if that file doesn't exist.
1180 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1181 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1182 (not ".bzr"!) to `vc-directory-exclusion-list'
1183 (vc-bzr-shell-command): New function.
1185 2007-08-06 Tom Tromey <tromey@redhat.com>
1187 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1188 (diff-fixup-modifs): Typo in docstring.
1190 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1192 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1194 (tpu-edt-off): Disable relevant pieces of advice.
1196 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1197 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1198 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1199 redefining the function.
1200 (tpu-set-scroll-margins): Activate the pieces of advice.
1202 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1204 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1207 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1209 * help.el (resize-temp-buffer-window): Use window-full-width-p
1210 instead of comparing frame-width and window-width.
1212 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1214 * term.el: Honor term-default-fg-color and term-default-bg-color
1215 settings when modifying term-current-face.
1216 (term-default-fg-color, term-default-bg-color): Initialize from
1217 default term-current-face.
1218 (term-mode, term-reset-terminal): Set term-current-face with
1219 term-default-fg-color and term-default-bg-color.
1220 (term-handle-colors-array): term-current-face has term-default-fg-color
1221 and term-default-bg-color after reset escape sequence.
1222 (term-handle-colors-array): Set term-current-color with
1223 term-default-fg/bg-color instead of ansi-term-color-vector when the
1224 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1226 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1228 * files.el (set-auto-mode): Handle also remote files wrt
1231 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1232 remote identification.
1234 2007-08-04 Glenn Morris <rgm@gnu.org>
1236 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1237 zero, not nil, when the library is first loaded. Check for a file
1238 that has been modified on disk.
1240 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1241 Remove duplicate defvar preventing initialization.
1242 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1244 2007-08-03 Miles Bader <miles@gnu.org>
1246 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1247 backend names for new backends to `Git', `Hg', and `Bzr'.
1248 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1250 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1252 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1253 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1255 2007-08-03 Glenn Morris <rgm@gnu.org>
1257 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1259 2007-08-02 Richard Stallman <rms@gnu.org>
1261 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1262 to update deleted flag.
1264 * cus-edit.el (customize-apropos, customize-apropos-options)
1265 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1267 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1269 * startup.el (fancy-splash-head, startup-echo-area-message):
1270 Change message text.
1272 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1273 All callers use line-move.
1275 * progmodes/compile.el (compilation-find-buffer): Return current
1276 buffer immediately if suitable.
1277 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1279 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1281 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1282 Make it more discriminating and more useful.
1283 (vc-bzr-root-dir): Use new name.
1284 (vc-bzr-registered): Use new name and look at the dirstate file to
1285 determine if it's registered or not without running `bzr'.
1287 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1289 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1291 2007-07-31 Drew Adams <drew.adams@oracle.com>
1293 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1294 Fix parent groups link.
1296 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1298 * faces.el (face-normalize-spec): New function.
1299 (frame-set-background-mode): Normalize face-spec before calling
1302 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1304 * vc-bzr.el: New file (copied from the trunk).
1306 * vc-hooks.el (vc-handled-backends): Add BZR.
1307 (vc-find-file-hook): Failsafe if the backend's `registered'
1310 * server.el (server-window): Add switch-to-buffer-other-frame option.
1312 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1314 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1315 (vc-git-revision-completion-table): Enable.
1317 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1319 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1321 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1322 (vc-hg-registered): Set the vc-state property.
1324 * diff-mode.el (diff-mode-menu): New entries.
1326 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1328 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1329 (diff-file-kill): Use it.
1330 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1331 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1332 Use it so they find the hunk even when we're in the file header.
1334 * vc.el: Add new VC operation `revision-completion-table'.
1335 (vc-default-revision-completion-table): New function.
1336 (vc-version-diff, vc-version-other-window): Use it to provide
1337 completion of revision names if the backend provides it.
1339 * vc-arch.el (vc-arch--version-completion-table)
1340 (vc-arch-revision-completion-table): New functions to provide
1341 completion of revision names.
1343 * vc-cvs.el: Require CL.
1344 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1345 New functions to provide completion of revision names.
1347 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1349 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1350 (copyright-fix-years, copyright): Correctly handle the case where
1351 copyright-limit is nil.
1353 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1355 * progmodes/python.el (run-python): Fix path separator under w32.
1357 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1359 * vc-git.el: New File.
1361 2007-07-28 Alan Mackenzie <acm@muc.de>
1363 Fix problem with modes derived from CC Mode:
1364 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1366 (c-init-language-vars-for): Remove call to above macro.
1367 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1369 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1371 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1373 * net/trampver.el: Fix the `coding' cookie.
1375 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1377 * add-log.el (change-log-redate): Remove (not needed anymore and
1378 doesn't appear to work).
1380 2007-07-25 Glenn Morris <rgm@gnu.org>
1382 * Relicense all FSF files to GPLv3 or later.
1384 * COPYING: Switch to GPLv3.
1386 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1388 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1389 Replace it with another one which disables undo before calling
1390 erase-buffer and then turns it back on if needed.
1392 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1394 * ps-print.el: Problem with foreground and background color when
1395 printing a buffer with and without faces. Reported by Christian
1396 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1397 (ps-print-version): New version 6.7.5.
1398 (ps-default-fg): Change default value to nil, so black color is used
1399 when a face does not specify a foreground color.
1400 (ps-default-bg): Change default value to nil, so white color is used
1401 for background color.
1402 (ps-begin-job): Fix code.
1404 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1406 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1408 2007-07-24 Alan Mackenzie <acm@muc.de>
1410 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1411 Initialise byte-compile-unresolved-functions before rather than
1412 after a compilation.
1413 (byte-compile-unresolved-functions): Amplify doc string.
1415 2007-07-24 Glenn Morris <rgm@gnu.org>
1417 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1418 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1419 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1420 (cal-tex-cursor-week, cal-tex-cursor-week2)
1421 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1422 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1423 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1424 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1426 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1428 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1430 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1432 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1433 underlying file is uptodate.
1435 2007-07-23 Richard Stallman <rms@gnu.org>
1437 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1439 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1441 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1442 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1443 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1444 different possible cases for \'.
1445 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1447 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1448 `file' from which to start the search and fix case where `file' is the
1449 current directory and the root as well.
1451 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1452 name for buffer-file-name if it refers to a directory.
1454 2007-07-22 Jason Rumney <jasonr@gnu.org>
1456 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1457 for input to cmdproxy on all versions of Windows.
1458 Use dos line ends for input to plink.
1460 * comint.el (comint-simple-send): Concat newline before sending.
1461 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1463 2007-07-22 Juri Linkov <juri@jurta.org>
1465 * isearch.el (isearch-edit-string): Save old point and
1466 isearch-other-end to old-point and old-other-end before reading
1467 the search string from minibuffer. After exiting minibuffer set
1468 point to old-other-end if point and the search direction is the
1469 same as before reading the search string.
1470 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1471 to isearch-other-end. Instead of isearch-search-and-update call
1472 three functions isearch-search, isearch-push-state and isearch-update.
1474 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1476 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1477 destroying an existing buffer.
1479 2007-07-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1481 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1483 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1485 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1487 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1488 file in a way that does not interfere with recentf.
1490 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1492 * image-dired.el (image-dired-sane-db-file): New func.
1493 (image-dired-write-tags, image-dired-remove-tag)
1494 (image-dired-list-tags, image-dired-write-comments)
1495 (image-dired-get-comment, image-dired-mark-tagged-files)
1496 (image-dired-create-gallery-lists): Call new func.
1497 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1499 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1501 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1502 (vc-hg-dir-state): Fix loop.
1503 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1504 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1505 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1506 (vc-hg-revert): Likewise.
1507 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1509 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1511 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1512 case of alignment under a constant symbol, find and consider
1513 the sexp actually at indentation to be the "last sexp".
1515 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1517 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1518 (install): Use them to copy all *.el files before *.elc.
1519 (clean): Don't delete *~.
1521 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1523 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1525 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1527 * vc-hg.el (vc-hg-registered): Replace if with when.
1528 (vc-hg-state): Deal with nonexistent files.
1530 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1532 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1533 (follow-delete-other-windows-and-split, follow-recenter)
1534 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1535 (follow-redisplay, follow-estimate-first-window-start)
1536 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1537 Fix typos in docstrings.
1539 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1541 * bookmark.el (bookmark-show-all-annotations):
1542 Make sure each inserted annotation ends with newline.
1544 (bookmark-maybe-sort-alist): Don't modify
1545 bookmark-alist. Instead, if not sorting, simply return it.
1546 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1547 for its return value, not for its side effect.
1549 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1551 * vc.el: Add more info about the vc-registered function.
1553 2007-07-16 David Kastrup <dak@gnu.org>
1555 * emacs-lisp/advice.el (defadvice): Doc fix.
1557 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1559 * subr.el (when, unless): Doc fix.
1561 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1563 * vc-hg.el (vc-hg-state): Handle removed files.
1564 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1565 (vc-hg-checkout): Re-enable.
1567 2007-07-15 Richard Stallman <rms@gnu.org>
1569 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1571 * tutorial.el (tutorial--find-changed-keys):
1572 Handle C-x specially like ESC.
1574 2007-07-15 Roland McGrath <roland@frob.com>
1576 * add-log.el (add-change-log-entry): Check add-log-full-name
1577 and add-log-mailing-address later, after change-log-mode-hook.
1579 2007-07-15 Richard Stallman <rms@gnu.org>
1581 * isearch.el (isearch-mode, isearch-done):
1582 Delete unintended code in previous change.
1584 * ps-print.el (ps-default-bg): Change to White.
1586 2007-07-15 Aaron Hawley <aaronh@garden.org>
1588 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1590 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1592 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1593 when handling the terminating event.
1595 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1597 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1599 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1601 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1602 (install): Use them to copy all *.el files before *.elc.
1604 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1606 * replace.el (match): Use yellow1 instead of yellow.
1608 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1610 * pcvs-info.el (cvs-unknown): Likewise.
1612 2007-07-12 Davis Herring <herring@lanl.gov>
1614 * desktop.el (desktop-buffer-info, desktop-save):
1615 Use `desktop-dirname' instead of `dirname'.
1617 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1619 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1621 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1623 2007-07-10 Richard Stallman <rms@gnu.org>
1625 * emacs-lisp/lisp-mode.el (eval-defun):
1626 Explain special handling of `defface'.
1628 2007-07-09 Richard Stallman <rms@gnu.org>
1630 * isearch.el (isearch-edit-string): Call to isearch-push-state
1633 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1635 * cus-start.el (file-coding-system-alist): Fix custom type.
1637 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1639 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1641 (longlines-auto-wrap, longlines-window-change-function):
1642 Remove unnecessary calls to set-buffer-modified-p.
1644 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1646 * vc.el (vc-default-log-view-mode): New function.
1647 (vc-print-log): Add new `log-view-mode' VC operation.
1649 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1651 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1652 Rename and move to...
1654 * subr.el (strings->string, string->strings): ...here.
1656 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1657 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1659 * progmodes/gud.el (gud-common-init): Call string->strings instead
1662 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1664 * term/w32-win.el (menu-bar-open): New function.
1667 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1669 * log-view.el (log-view-mode-menu): New menu.
1671 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1673 * vc-hg.el: New file.
1675 2007-07-06 Andreas Schwab <schwab@suse.de>
1677 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1678 dynamic bindings around the evaluation of the expression.
1679 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1681 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1683 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1686 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1688 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1690 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1691 event is not a cons cell. Do not unread drag-mouse-1 events.
1692 Select right window in check whether space was stolen from
1695 2007-07-01 Richard Stallman <rms@gnu.org>
1697 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1699 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1701 * generic-x.el (generic-define-mswindows-modes)
1702 (generic-define-unix-modes, apache-log-generic-mode)
1703 (bat-generic-mode-keymap, java-manifest-generic-mode)
1704 (show-tabs-generic-mode): Fix typos in docstrings.
1706 2007-06-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1708 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1709 replace-regexp-in-string.
1711 2007-06-28 Andreas Schwab <schwab@suse.de>
1713 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1716 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1718 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1719 the speedbar frame if nil; that deletes the current frame or
1720 causes an error if it is the only frame.
1721 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1723 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1725 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1726 directory where the desktop file was found, as the docstring says.
1727 (desktop-kill): Use `read-directory-name'.
1729 * desktop.el (desktop-load-locked-desktop): New option.
1730 (desktop-read): Use it.
1731 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1734 2007-06-24 Davis Herring <herring@lanl.gov>
1736 * desktop.el (desktop-save-mode-off): New function.
1737 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1738 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1739 (desktop-claim-lock, desktop-release-lock): New functions.
1740 (desktop-kill): Tell `desktop-save' that this is the last save.
1741 Release the lock afterwards.
1742 (desktop-buffer-info): New function.
1743 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1744 says to. Detect conflicts, and manage the lock.
1745 (desktop-read): Detect conflicts. Manage the lock.
1747 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1749 * ls-lisp.el (insert-directory): If an invalid regexp error is
1750 thrown, try using FILE as a literal file name, not a wildcard.
1751 Check for FILE as an existing file, not just a directory.
1753 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1755 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1756 `header-line-format' when reentering ruler mode.
1758 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1760 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1761 FILE exists as a directory.
1763 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1765 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1766 (vera-font-lock-match-item): Fix doc string.
1767 (vera-in-comment-p): Remove unused function.
1768 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1770 (vera-forward-syntactic-ws): Fix argument order.
1771 (vera-prepare-search): Use `with-syntax-table'.
1772 (vera-indent-line): Fix doc string.
1773 (vera-electric-tab): Fix doc string.
1774 (vera-expand-abbrev): Define alias instead of using `fset'.
1775 (vera-comment-uncomment-region): Use `comment-start-skip'.
1777 2007-06-20 Reto Zimmermann <reto@gnu.org>
1779 * progmodes/vera-mode.el: New file.
1781 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1783 * ido.el (ido-find-file-in-dir): Don't signal an error for
1786 2007-06-18 Alan Mackenzie <acm@muc.de>
1788 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1789 When removing lines, also remove the \n. Correction of patch of
1792 2007-06-17 Glenn Morris <rgm@gnu.org>
1794 * lpr.el (lpr-page-header-switches): Move %s to separate element
1795 for correct quoting. Doc fix.
1797 2007-06-13 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
1799 * term/xterm.el (terminal-init-xterm): Escape parens in character
1802 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1804 * scroll-lock.el (scroll-lock-mode): Doc fix.
1806 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1808 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1809 half-activated, forcefully activate it completely.
1811 2007-06-11 Richard Stallman <rms@gnu.org>
1813 * cus-edit.el (custom-variable-type): Doc fix.
1815 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1817 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1819 2007-06-09 Davis Herring <herring@lanl.gov>
1821 * desktop.el (desktop-minor-mode-table): Doc fix.
1823 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
1825 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1826 (image-next-line, image-previous-line, image-scroll-up)
1827 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1829 (image-mode-map): Remap motion commands.
1830 (image-mode-text-map): New keymap for viewing images as text.
1831 (image-mode): Use image-mode-map.
1832 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1834 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1836 Sync with Tramp 2.0.56.
1841 * net/tramp-util.el:
1843 Don't load cl.el, because that pollutes the namespace. Replace cl
1844 macros by their implementations where necessary. Requested by
1845 Richard Stallman <rms@gnu.org>.
1847 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1849 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1850 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1851 (tramp-file-name-p, tramp-file-name-multi-method)
1852 (tramp-file-name-method, tramp-file-name-user)
1853 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1854 replacing defstruct `tramp-file-name'.
1855 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1856 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1857 Apply `vector' instead of `make-tramp-file-name'.
1858 (tramp-handle-make-auto-save-file-name):
1859 Apply `tramp-temporary-file-directory' for compatibility reasons.
1860 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1862 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1865 2007-06-07 David Kastrup <dak@gnu.org>
1867 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1868 Change default to `top'.
1870 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1872 * dired.el (dired-mode-map): Remove spurious separator.
1874 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1876 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1878 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1879 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1881 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1883 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1884 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1886 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1888 * progmodes/ebrowse.el (ebrowse-member-table):
1889 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1891 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1893 * pgg.el (pgg-sign-region, pgg-sign):
1894 * ses.el (ses-call-printer):
1895 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1896 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1898 2007-06-06 Eli Zaretskii <eliz@gnu.org>
1900 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1901 (tar-get-descriptor): Handle type 55, an extended pax header.
1903 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1905 * textmodes/css-mode.el: New file.
1907 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
1909 * net/socks.el: New file, taken from w3 repository.
1910 (top): Update Copyright. Don't load cl.el.
1911 (all): Replace `case' by `cond', `string-to-int' by
1912 `string-to-number', and `process-kill-without-query' by
1913 `set-process-query-on-exit-flag'.
1914 (socks-char-int): Remove defalias and all occurrences.
1916 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1918 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1919 (sort-coding-systems, search-unencodable-char): Doc fixes.
1920 (coding-system-change-eol-conversion, set-default-coding-systems)
1921 (prefer-coding-system, find-multibyte-characters, princ-list)
1922 (leim-list-entry-regexp, set-input-method, locale-language-names)
1923 (input-method-exit-on-first-char, exit-language-environment-hook)
1924 (locale-charset-language-names): Fix typos in docstrings.
1926 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1928 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1929 `switch-to-buffer' has returned succesfully.
1930 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1931 window is dedicated (it could iconify the frame).
1933 2007-06-05 Glenn Morris <rgm@gnu.org>
1935 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1937 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1939 * files.el (auto-mode-alist): Add lower-priority match for names
1942 2007-06-04 Andreas Schwab <schwab@suse.de>
1944 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1946 2007-06-04 Davis Herring <herring@lanl.gov>
1948 * calendar/timeclock.el: Update version number.
1949 (timeclock-modeline-display): Mention timeclock-use-display-time
1950 in explanatory message.
1951 (timeclock-log): Suppress warnings when finding the log.
1952 Don't check for a nil project twice. Run hooks after killing the
1953 buffer (if applicable).
1954 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1955 was geometric). All uses changed.
1956 (timeclock-generate-report): Support prefix argument.
1958 2007-06-04 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
1960 * man.el (Man-next-section): Don't consider the last line of the
1961 page as being part of any section.
1963 2007-06-04 Martin Rudalics <rudalics@gmx.at>
1965 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1966 modified flag of buffer. Use `inhibit-modification-hooks'.
1968 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1970 * mail/mail-extr.el (mail-extract-address-components):
1971 Recognize non-ASCII characters except for NBSP as words.
1973 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
1975 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1977 2007-06-04 Michael Olson <mwolson@gnu.org>
1979 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1980 died and we are trying to send a signal to it.
1982 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1984 * emacs-lisp/easy-mmode.el (define-minor-mode)
1985 (easy-mmode-define-navigation): Fix typos in docstrings.
1987 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1988 Fix typos in docstrings.
1989 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1990 (compilation-finish-function): Fix typo in obsolescence declaration.
1992 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1994 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1996 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1997 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1999 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2001 * longlines.el (longlines-mode): Make longlines-auto-wrap
2002 buffer-local. Add hooks unconditionally.
2003 (longlines-auto-wrap): Toggle wrapping.
2004 (longlines-after-change-function)
2005 (longlines-post-command-function): Check longlines-auto-wrap.
2007 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2009 * Version 22.1 released.
2011 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
2013 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2016 2007-05-31 Richard Stallman <rms@gnu.org>
2018 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2020 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2022 * textmodes/table.el (table--point-entered-cell-function)
2023 (table--point-left-cell-function):
2024 Bind `inhibit-point-motion-hooks' to t.
2026 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2028 * emacs-lisp/rx.el (rx): Doc fix.
2030 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
2032 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2034 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2036 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2037 as the end of the ChangeLog paragraph when it ends without a line
2040 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2042 * textmodes/fill.el (canonically-space-region): Make the second arg
2043 a marker if it's not already the case.
2045 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2046 (xterm-mouse-event): Use it.
2048 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2050 * vc-hooks.el (vc-find-root): Fix file attribute test.
2052 2007-05-24 Richard Stallman <rms@gnu.org>
2054 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2055 Don't let opoint be nil.
2056 (flyspell-emacs-popup): Explicit error if no dialogs.
2058 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2060 * tar-mode.el (tar-file-name-handler): New function.
2061 (tar-extract): Bind file-name-handler-alist to it to force
2062 find-buffer-file-type-coding-system behave as if the file being
2063 extracted existed. Use last-coding-system-used to force
2064 buffer-file-coding-system to what decode-coding-region actually
2065 used to decode the file.
2067 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2069 * progmodes/compile.el (compilation-handle-exit):
2070 `compilation-finish-function' may change the current buffer.
2072 2007-05-22 Richard Stallman <rms@gnu.org>
2074 * files.el (set-auto-mode): Doc fix.
2076 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2078 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2080 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2082 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2083 (rcirc-print): Handle `window-width'.
2084 (rcirc-buffer-maximum-lines): Doc fix.
2086 2007-05-19 Kevin Ryde <user42@zip.com.au>
2088 * info.el (Info-fontify-node): Match https also.
2090 2007-05-18 Richard Stallman <rms@gnu.org>
2092 * simple.el (push-mark): Doc fix.
2094 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2096 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2098 (tpu-original-global-map): Delete variable.
2099 (tpu-control-keys-map): New keymap variable.
2100 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2101 setting keymapping directly.
2102 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2104 (tpu-edt-on): Activate the tpu-global-map.
2105 (tpu-edt-off): Deactivate the tpu-global-map.
2107 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2109 * textmodes/ispell.el (ispell-get-word): Return markers
2110 for start and end positions.
2111 (ispell-word): Assume END is a marker.
2113 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2115 * ps-print.el: Use default color when foreground or background color
2116 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2117 (ps-print-version): New version 6.7.4.
2118 (ps-rgb-color): New argument. Use default color when color is
2120 (ps-begin-job): Fix code.
2122 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2124 * textmodes/ispell.el (ispell-start-process): Defend against bad
2127 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2129 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2131 2007-05-16 Richard Stallman <rms@gnu.org>
2133 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2135 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2137 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2138 Move the *ml, Postscript, and XmCD entries to the fallback part.
2140 * files.el (magic-fallback-mode-alist):
2141 Rename from file-start-mode-alist.
2143 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2145 * progmodes/compile.el (compilation-handle-exit): Quote first
2146 argument of `run-hook-with-args'.
2148 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2150 * buff-menu.el (Buffer-menu-sort-column):
2151 * dabbrev.el (dabbrev-upcase-means-case-search):
2152 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2153 * info.el (Info-current-subfile):
2154 * ls-lisp.el (ls-lisp-verbosity):
2155 * msb.el (msb-menu-cond):
2156 * pcvs.el (cvs-dired-use-hook):
2157 * simple.el (set-mark-command-repeat-pop):
2158 * time.el (display-time-24hr-format, display-time-mail-file):
2161 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2162 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2164 * view.el (view-inhibit-help-message): Fix typo in docstring.
2165 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2167 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2169 * mail/rmail.el (rmail-convert-to-babyl-format):
2170 Check content-transfer-encoding _last_, because we need its position
2171 in base64-header-field-end.
2173 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2175 * files.el (mode-require-final-newline, require-final-newline)
2176 (enable-local-variables, enable-local-eval): Doc fixes.
2178 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2180 * progmodes/python.el (python-font-lock-keywords)
2181 (python-open-block-statement-p, python-mode): Add support for the new
2184 2007-05-10 Richard Stallman <rms@gnu.org>
2186 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2187 (iso-cvt-write-only): Likewise.
2189 * emacs-lisp/easy-mmode.el (define-minor-mode):
2190 Fix generated doc string.
2192 * startup.el (fancy-splash-text): Add URL of guided tour.
2193 Adjust horizontal and vertical whitespace.
2195 * progmodes/compile.el (compilation-handle-exit):
2196 Use run-hook-with-args to run compilation-finish-functions.
2198 * files.el (file-start-mode-alist): New variable.
2199 (magic-mode-regexp-match-limit): Doc fix.
2200 (set-auto-mode): Handle file-start-mode-alist.
2201 A little cleanup of structure.
2203 2007-05-10 Davis Herring <herring@lanl.gov>
2205 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2206 workday specifications.
2207 (timeclock-log): Don't kill the log buffer if it already existed.
2209 2007-05-08 Richard Stallman <rms@gnu.org>
2211 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2212 Don't include non-self-insert commands in the exception for `-'.
2214 2007-05-08 David Reitter <david.reitter@gmail.com>
2216 * progmodes/python.el (python-guess-indent): Check non-nullness
2217 before comparing indent against the 2..8 interval.
2219 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2221 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2224 2007-05-06 Richard Stallman <rms@gnu.org>
2226 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2228 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2230 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2233 2007-05-01 Romain Francoise <romain@orebokech.com>
2235 * dired-x.el: Revert 2007-04-06 change.
2237 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2239 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2240 don't put stop on toolbar.
2242 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2244 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2246 2007-04-29 Richard Stallman <rms@gnu.org>
2248 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2250 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2252 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2255 2007-04-28 Richard Stallman <rms@gnu.org>
2257 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2259 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2261 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2263 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2265 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2266 instead of $(lisp)/mh-e.
2268 * textmodes/fill.el (fill-paragraph): Doc fix.
2270 2007-04-28 Glenn Morris <rgm@gnu.org>
2272 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2273 (image-dired-cmd-create-temp-image-options): Replace option
2274 +profile "*" with -strip.
2276 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2278 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2279 Use window-start and window-end.
2281 2007-04-26 Glenn Morris <rgm@gnu.org>
2283 * progmodes/python.el: Restore file pending consideration of legal
2286 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2288 * locate.el (locate-in-alternate-database): Doc fix.
2290 2007-04-26 Glenn Morris <rgm@gnu.org>
2292 * button.el (button): Use underline if supported, else fall back
2295 2007-04-25 Richard Stallman <rms@gnu.org>
2297 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2299 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2301 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2302 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2304 (idlwave-current-routine): Don't push mark.
2306 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2308 * image-dired.el (image-dired-display-image): Derive image-type from
2309 filename rather than assuming jpeg, in case no resizing was needed.
2311 2007-04-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
2313 * custom.el (defface): Doc fix.
2315 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2317 * progmodes/python.el: Remove due to unclear legal issues.
2319 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2321 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2322 Don't re-query for each cleared BP.
2323 (idlwave-shell-clear-bp): Optionally skip BP query.
2324 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2325 of set-window-buffer, which incorrectly moves displayed region.
2327 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2329 * calc/calc.el (calc-bug-address): Update maintainer's address.
2330 * calc/*: Update maintainer's address.
2332 2007-04-23 Richard Stallman <rms@gnu.org>
2334 * simple.el (set-mark-command-repeat-pop): Doc fix.
2335 Put in `editing-basics' group.
2337 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2339 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2341 (Info-mode-line-node-keymap): Bind mouse commands to
2342 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2344 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2346 * locate.el (locate-local-prompt): New var.
2347 (locate-prompt-for-command): Doc fix.
2348 (locate-prompt-for-search-string): New function.
2349 (locate): New optional arg. Make locate-local-prompt
2350 buffer-local. Use locate-prompt-for-search-string.
2351 (locate-with-filter): New optional arg.
2352 Use locate-prompt-for-search-string.
2353 (locate-update): Bind locate-prompt-for-command.
2355 2007-04-23 Glenn Morris <rgm@gnu.org>
2357 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2359 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2361 * button.el (button): Inherit from link face on a tty.
2363 2007-04-23 Glenn Morris <rgm@gnu.org>
2365 * button.el (button): Use color for this face on a tty.
2367 * files.el (magic-mode-alist): Allow for carriage-returns in
2368 html-mode and sgml-mode entries.
2370 2007-04-22 Richard Stallman <rms@gnu.org>
2372 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2373 Improve doc string of generated command.
2375 * subr.el (read-number): Catch errors.
2377 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2379 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2381 * image-dired.el: Rename from thumbnails.el. All instances of
2382 "thumbnails" replaced with "image-dired".
2384 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2387 2007-04-22 Kim F. Storm <storm@cua.dk>
2389 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2390 Don't use kill-line.
2392 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2394 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2397 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2399 * dired.el: Rename "tumme" to "thumbnails".
2401 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2402 replaced with "thumbnails".
2404 2007-04-22 Glenn Morris <rgm@gnu.org>
2406 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2407 and give it the risky-local-variable property.
2409 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2412 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2414 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2415 Use delete-region instead of kill-line.
2417 2007-04-21 Alan Mackenzie <acm@muc.de>
2419 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2420 `kill-region' by `delete-region'.
2422 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2424 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2425 instead of kill-region.
2427 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2428 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2429 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2432 * progmodes/vhdl-mode.el (vhdl-template-type)
2433 (vhdl-template-record, vhdl-template-nature)
2434 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2435 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2436 Use delete-region instead of kill-word and kill-line.
2438 2007-04-21 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
2440 * dired-x.el (dired-virtual-mode): Doc fix.
2442 2007-04-21 Richard Stallman <rms@gnu.org>
2444 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2446 * subr.el (read-number): Doc fix.
2448 * simple.el (pop-to-mark-command): Display message "mark popped"
2449 if point does not move.
2450 (set-mark-command): Doc fix.
2452 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2454 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2455 (locate-local-filter, locate-local-search): New vars.
2456 (locate): Make variables local.
2457 (locate-update): Bind locate-buffer-name. Call locate using
2458 locate-local-filter and locate-local-search.
2460 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2462 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2463 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2464 (hi-lock-mode): Update docstring.
2466 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2468 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2469 fill-nobreak-predicate when the break is past fill-column.
2471 2007-04-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
2473 * locate.el (locate): Output from shell-command should go in the
2474 current buffer rather than *Shell Command Output*.
2476 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2478 * paren.el (show-paren-function): Fix last fix.
2480 2007-04-19 Kevin Ryde <user42@zip.com.au>
2482 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2483 (archive-lzh-summarize): Add optional start arg for where to start
2484 looking at the archive.
2485 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2487 * international/mule.el (auto-coding-alist): no-conversion for .exe
2490 2007-04-19 Alan Mackenzie <acm@muc.de>
2492 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2493 function return type contains "struct", "union", etc.
2494 c-end-of-defun goes too far forward.
2496 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2498 * paren.el (show-paren-function): Reset window-start to avoid
2501 2007-04-19 Glenn Morris <rgm@gnu.org>
2503 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2505 2007-04-18 Glenn Morris <rgm@gnu.org>
2507 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2509 (diary-list-entries): Only switch to diary-mode from
2510 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2511 diary-mode set header-line-format, in case of any customization.
2513 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2515 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2516 is less than the length of parse-time-syntax.
2518 2007-04-17 David Kastrup <dak@gnu.org>
2520 * replace.el (query-replace-regexp-eval): Deprecate.
2522 2007-04-17 Alan Mackenzie <acm@muc.de>
2524 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2525 point too close to EOB, leave point at EOB rather than last `}'.
2527 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2529 * textmodes/bibtex.el (bibtex-include-OPTkey)
2530 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2533 2007-04-17 Glenn Morris <rgm@gnu.org>
2535 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2536 be encoded, fall back to current year.
2538 2007-04-14 Kevin Ryde <user42@zip.com.au>
2540 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2541 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2544 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2546 * progmodes/python.el (python-end-of-block): Avoid looping forever
2547 if python-next-statement fails.
2549 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2551 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2553 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2555 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2556 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2558 2007-04-15 Jay Belanger <belanger@truman.edu>
2560 * calc/calc.el (calc-version): New function.
2561 (calc-trail-mode): Shorten the title.
2563 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2565 * mail/footnote.el (footnote-style): Clarify docstring to state
2566 that customizing this only applies to future footnotes.
2568 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2570 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2571 (bibtex-make-field): Check that INIT is a string. Use functionp.
2573 2007-04-14 Glenn Morris <rgm@gnu.org>
2575 * complete.el (PC-goto-end): New buffer-local variable.
2576 (PC-do-completion-end): Make buffer-local.
2577 (partial-completion-mode) <choose-completion-string-functions>:
2578 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2579 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2580 doc string. Set PC-goto-end for choose-completion.
2581 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2584 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2585 arg to bibtex-make-field.
2586 (bibtex-make-field): Add optional fourth arg NODELIM.
2587 Insert delimiters around INIT unless this arg is non-nil.
2589 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2591 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2592 global map isn't modified.
2594 2007-04-14 Glenn Morris <rgm@gnu.org>
2596 * calendar/appt.el (appt-disp-window): Do not split small windows.
2597 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2599 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2601 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2605 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2607 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2609 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2610 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2611 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2612 (term-pager-help): Fix typos in docstrings.
2614 * wid-edit.el (widget-documentation): Fix typo in docstring.
2616 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2617 Fix typos in error messages.
2619 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2621 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2622 window marked as dedicated.
2624 * mail/footnote.el (footnote-latin-string): New variable.
2625 (footnote-latin-regexp): Redefine as regexp alternative.
2626 (Footnote-latin): Use footnote-latin-string instead of
2627 footnote-latin-regexp.
2629 2007-04-13 Glenn Morris <rgm@gnu.org>
2631 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2634 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2636 * outline.el (outline-get-next-sibling): Clarify docstring.
2637 (outline-get-last-sibling): Handle case where we are at the first
2638 heading. Clarify docstring.
2640 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2642 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2643 length as stop button to lessen flicker.
2644 (jdb): Add gud-print.
2645 (gud-find-expr): Jdb prints the expression with the value, so
2646 don't insert it in the output.
2648 2007-04-11 Jason Rumney <jasonr@gnu.org>
2650 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2651 case hex. Do not try to decode non-hex letters.
2653 2007-04-11 Markus Triska <markus.triska@gmx.at>
2655 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2656 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2657 (byte-optimize-form-code-walker): Evaluate pure function calls if
2659 (byte-optimize-all-constp): New function.
2661 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2662 Improve numeric argument case.
2663 (byte-compile-backward-char, byte-compile-backward-word):
2664 New functions, performing rewriting previously done in byte-opt.el.
2665 Fix their "Fixme" item (restriction to numeric arguments).
2667 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2669 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2671 (after-init-hook): Don't quote lambda.
2672 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2673 (desktop-internal-v2s): Remove unused var `el'.
2674 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2675 desktop-restore-file-buffer.
2676 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2677 desktop-create-buffer.
2679 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2681 * woman.el (woman-decode-buffer): Postpone macro-set check...
2682 (woman-decode-region): ...to here.
2684 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2686 * startup.el (tty-handle-args): Use %S to log ARGS.
2688 2007-04-10 Glenn Morris <rgm@gnu.org>
2690 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2691 it is obsolete and has no effect.
2693 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2696 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2697 obsolete function make-local-hook.
2699 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2700 start to quieten byte-compiler.
2702 2007-04-10 Markus Triska <markus.triska@gmx.at>
2704 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2705 to bytecomp.el as byte-compile-char-before).
2706 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2707 New function (modified replacement for byte-optimize-char-before in
2710 2007-04-09 Alan Mackenzie <acm@muc.de>
2712 * startup.el (inhibit-splash-screen): Emphatically state that it
2713 can't be set in site-start.el.
2715 2007-04-09 Masatake YAMATO <jet@gyve.org>
2717 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2718 mimic the behavior of `capitalize-word'. Do not move point with a
2719 negative argument. Based on tiny change by Paul Curry.
2721 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2723 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2724 Don't move point if ARG is negative.
2726 2007-04-09 Alan Mackenzie <acm@muc.de>
2728 Changes to make `narrow-to-defun' and `mark-defun' work properly
2731 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2732 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2733 Bind beginning/end-of-defun-function to nil around calls to
2734 beginning/end-of-defun.
2736 * progmodes/cc-langs.el (beginning-of-defun-function)
2737 (end-of-defun-function): New c-lang-setvar's.
2739 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2740 (setq arg 1))" to enable non-interactive call.
2742 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2744 * simple.el (set-mark-command): Doc fix.
2746 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2748 * progmodes/gud.el (gdb): Restore existing session if user
2749 tries to start a second one in graphical mode.
2751 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2753 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2755 2007-04-08 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
2757 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2758 Add binding for C-M-SPC.
2760 2007-04-08 Richard Stallman <rms@gnu.org>
2762 * pcomplete.el (pcomplete-read-event): One single definition,
2765 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2767 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2768 byte-compiler warning "value unused".
2770 2007-04-08 Andreas Schwab <schwab@suse.de>
2772 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2774 2007-04-07 Glenn Morris <rgm@gnu.org>
2776 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2777 Autoload these functions.
2778 (diary-date-forms): Add a custom :set form.
2780 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2782 (diary-font-lock-keywords): New function with old code for
2783 initialization of variable of same name.
2785 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
2787 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2788 clean-up: only insert space when on identifier, etc.
2790 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2792 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2794 * net/tls.el (open-tls-stream): Properly handle case where there
2795 is no associated buffer.
2797 2007-04-07 Glenn Morris <rgm@gnu.org>
2799 * ffap.el (ffap-file-at-point): Lower the priority of the
2800 ffap-ftp-sans-slash-regexp check.
2802 2007-04-06 Alan Mackenzie <acm@muc.de>
2804 Fix fontification of labels, and other things with ":".
2806 * progmodes/cc-engine.el (c-forward-label): The function now
2807 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2810 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2811 new return code from c-forward-label, fontifying tokens properly.
2812 Add some general comments throughout the file.
2814 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
2816 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2817 Revert 2006-01-27 change.
2819 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2821 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2823 * desktop.el (desktop-create-buffer, desktop-save):
2824 Revert 2004-11-12 change for lack of copyright papers.
2826 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2827 (dired-guess-default): Respect case.
2829 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2831 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2832 was originally checked in as byte-optimize-concat on 1997-11-02.
2834 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2835 1995-05-19 doc changes.
2837 2007-04-06 Kim F. Storm <storm@cua.dk>
2839 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
2840 (unload-feature): Update interactive spec accordingly.
2842 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2844 2007-04-06 John Paul Wallington <jpw@pobox.com>
2846 * subr.el (with-case-table): Use `make-symbol' to avoid variable
2847 capture. Restore the table in the same buffer.
2849 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2851 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
2853 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2856 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
2858 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2859 for low-color displays.
2861 2007-04-05 Glenn Morris <rgm@gnu.org>
2863 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2864 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2865 Seed random number generator on loading.
2867 * emacs-lisp/authors.el (top-level): Provide self.
2869 * play/animate.el (top-level): Provide self.
2871 2007-04-04 Alan Mackenzie <acm@muc.de>
2873 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2874 to mention c-syntactic-indentation.
2876 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2878 * subr.el (with-case-table): New macro.
2880 * international/mule.el (ascii-case-table): New var.
2882 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2885 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2887 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2889 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2890 of the window if we're outside it e.g menu-bar.
2892 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2893 window if we're outside it e.g menu-bar.
2895 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2897 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2898 decode base-64 encoded body if its content-type is something other
2899 than text/* or message/*.
2901 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
2903 * simple.el (activate-mark-hook): Fix typo in docstring.
2905 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2907 * tmm.el (tmm-c-prompt): Initialize.
2908 (tmm-menubar): Deal with extended menu-items at top level.
2909 (tmm-get-keybind): Handle bindings redefined/undefined locally.
2910 (tmm-prompt): Handle visibility of top level menu-items.
2912 * progmodes/gud.el (gud-menu-map): Simplify.
2913 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2916 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
2918 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2920 * comint.el (comint-send-input): Widen the buffer first.
2922 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2924 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2926 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2927 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2929 * newcomment.el (comment-search-forward): Discard comment starters
2932 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
2934 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2936 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2938 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2941 * button.el (previous-button): Rewrite to account for adjacent buttons.
2943 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2945 * progmodes/idlwave.el (idlwave-auto-fill):
2946 Revert paragraph-separate change.
2948 * progmodes/idlw-shell.el (idlwave-shell-break-in):
2949 Simplify module calc.
2950 (idlwave-shell-set-bp-in-module): Compute module.
2952 2007-03-31 Glenn Morris <rgm@gnu.org>
2954 * emacs-lisp/timer.el (run-at-time): Doc fix.
2956 * emacs-lisp/warnings.el (display-warning): If we create the
2957 buffer displaying the warning, disable undo there.
2959 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
2961 * net/tramp.el (tramp-register-file-name-handler)
2962 (tramp-register-completion-file-name-handler): New defsubst,
2963 derived from `tramp-register-file-name-handlers'. The split is
2964 necessary because Tramp's file name handlers must be registered at
2965 different startup places.
2967 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
2969 * progmodes/hideshow.el (turn-off-hideshow): New function.
2970 (hs-minor-mode): Use it instead of a lambda expression in
2971 change-major-mode-hook.
2973 2007-03-31 David Kastrup <dak@gnu.org>
2975 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2976 corresponding to MANPATH_MAP entries.
2977 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2978 (woman-parse-man.conf): Use more discriminating man.conf name.
2979 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2980 (woman-manpath): Doc fix and type fix.
2981 (woman-cached-data): Check for MANPATH_MAP entries.
2982 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2984 2007-03-31 Stuart Herring <herring@lanl.gov>
2986 * emacs-lisp/sregex.el (sregexq): Doc fix.
2988 2007-03-31 Markus Triska <markus.triska@gmx.at>
2990 * flymake.el (flymake-err-line-patterns): Doc fix.
2992 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2994 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2997 2007-03-30 Alan Mackenzie <acm@muc.de>
2999 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3001 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3003 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3004 Use it, passed in explicitly, instead of from the dynamic binding.
3005 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3007 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
3009 * simple.el (blink-matching-open): When in minibuffer, don't
3010 search for a match inside the prompt.
3012 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
3014 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3015 (tmm-prompt): Don't make the mouse user select the first menu
3018 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3020 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3021 SIGUSR1 and SIGUSR2.
3023 2007-03-29 Kim F. Storm <storm@cua.dk>
3025 * ido.el (ido-read-internal): When reading file or dir, only override
3026 minibuffer-local-filename-completion-map, otherwise only override
3027 minibuffer-local-completion-map.
3029 2007-03-29 Glenn Morris <rgm@gnu.org>
3031 * complete.el (partial-completion-mode): Set PC-do-completion-end
3033 (PC-lisp-complete-symbol): Create and use a marker at `end',
3034 rather than using point-marker.
3036 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3038 * simple.el (next-error-highlight): Doc fix.
3039 (compose-mail): Revert 2007-03-19 change.
3041 2007-03-28 Richard Stallman <rms@gnu.org>
3043 * emacs-lisp/edebug.el (edebug-display): Don't go to
3044 edebug-outside-buffer if it is dead.
3046 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
3048 * view.el (view-mode): Fix typos in docstring.
3050 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
3052 * recentf.el (recentf-save-file): Add a custom :set function.
3054 2007-03-28 Glenn Morris <rgm@gnu.org>
3056 * complete.el (PC-do-completion-end): New variable.
3057 (partial-completion-mode) <choose-completion-string-functions>:
3058 Use PC-do-completion-end in the non-minibuffer case to replace the
3059 correct amount of text.
3060 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3061 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3062 to deal with improvements inserted after point.
3064 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3066 * button.el (make-text-button): Add explicit `button' property.
3067 (default-button): Don't put a `button' property on it.
3069 * progmodes/python.el (python-mode): Skip comments when parsing.
3071 * vc-arch.el (vc-with-current-file-buffer): New macro.
3072 (vc-arch-file-source-p): Use it to avoid infloop.
3074 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3076 * emacs-lisp/lisp.el (lisp-complete-symbol):
3077 Fix call to get-buffer-window to find windows in other frames.
3079 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3081 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3082 Fix calls to get-buffer-window to find windows in other frames.
3083 Reported by David Hansen <david.hansen@gmx.net>.
3085 2007-03-27 Kevin Ryde <user42@zip.com.au>
3087 * info.el (Info-display-images-node): On a text-only terminal,
3088 show the "text" or "alt" parts of the image blobs.
3090 2007-03-27 Glenn Morris <rgm@gnu.org>
3092 * complete.el (PC-do-completion): Compute completion-base-size in
3093 the non-filename case, rather than setting to nil.
3094 (PC-lisp-complete-end): New variable.
3095 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3096 original end in a series of consecutive invocations.
3098 * calendar/calendar.el (calendar-mode-hook): Declare it.
3100 * calendar/diary-lib.el (diary-live-p): Do not check for
3101 diary-selective-display.
3103 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3105 * replace.el (occur-next-error): *Occur* might not be displayed in the
3106 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3108 2007-03-26 Richard Stallman <rms@gnu.org>
3110 * textmodes/flyspell.el (flyspell-large-region):
3111 Use ispell-call-process-region.
3113 2007-03-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3115 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3116 Use prin1 instead of princ.
3118 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3120 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3121 Merge in X resources before global face.
3123 * progmodes/compile.el (compilation-start): Save compilation-directory
3124 rather than default-directory as local var.
3125 (compilation-directory): Mark as safe local var.
3127 * files.el: Don't mark default-directory as a safe local var.
3129 2007-03-25 Alan Mackenzie <acm@muc.de>
3131 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3132 * progmodes/cc-engine.el: Fix typo.
3134 2007-03-25 Juri Linkov <juri@jurta.org>
3136 * compare-w.el (compare-windows): Rename customization group
3137 `compare-w' to `compare-windows'.
3138 (compare-windows-whitespace, compare-ignore-whitespace)
3139 (compare-ignore-case, compare-windows-sync)
3140 (compare-windows-sync-string-size, compare-windows-recenter)
3141 (compare-windows-highlight, compare-windows): Change group name in
3142 the `group' tag from `compare-w' to `compare-windows'.
3143 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3145 2007-03-24 Markus Triska <markus.triska@gmx.at>
3147 * expand.el: Change example to always enable abbrev-mode,
3148 and remove redundant `function'.
3149 (expand-abbrev-hook): Add autoload cookie.
3151 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3153 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3154 (testcover-mark-all, testcover-unmark-all): Add prompts to
3157 2007-03-24 Jason Rumney <jasonr@gnu.org>
3159 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3160 Use file size in bytes for auto-revert-tail-pos not characters.
3162 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3164 * vc-rcs.el (vc-rcs-annotate-command):
3165 Set text property :vc-annotate-prefix on the annotation text.
3166 (vc-rcs-annotate-time): Instead of searching for ": ",
3167 search for end of text propertized with :vc-annotate-prefix.
3169 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3171 * whitespace.el (top level): Remove calls putting
3172 permanent-local nil property since these are no-ops.
3174 * man.el (Man-support-local-filenames): Assure that
3175 default-directory exists when doing call-process.
3177 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3179 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3180 Fix omission bug: Use m4-program-options to construct shell command.
3182 2007-03-23 David Kastrup <dak@gnu.org>
3184 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3185 Use `mapcar' rather than `mapcan' to silence compiler warning.
3187 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3189 * textmodes/reftex.el, textmodes/reftex-vars.el,
3190 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3191 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3192 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3193 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3194 * textmodes/reftex-auc.el: Add maintainer address.
3196 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3198 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3199 Make sure that `global-font-lock-mode' does not turn on font-lock
3202 2007-03-21 Kim F. Storm <storm@cua.dk>
3204 * xt-mouse.el (xt-mouse-epoch): New variable.
3205 (xterm-mouse-event): Use float-time.
3207 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3209 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3212 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3214 * complete.el (read-file-name-internal): Don't add the final > if the
3215 completion is not finished (re-application of this patch, which was
3216 accidentally undone by Eli).
3218 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3220 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3221 clicks in describe-key and describe-key-briefly advice a little better.
3223 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3225 * server.el (server-process-filter): Cancel any pending isearch.
3227 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3229 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3230 (icalendar--get-unfolded-buffer): Define actual arguments rather
3231 than just using &rest. Check replace-in-string is fbound.
3232 (icalendar-import-buffer): Doc fix.
3233 (icalendar--convert-ical-to-diary): Set diary-file.
3234 Check diary-file before inserting final newline.
3235 (icalendar--add-diary-entry): Return diary-file.
3237 2007-03-21 Glenn Morris <rgm@gnu.org>
3239 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3240 (diary-display-hook): Add custom :set function.
3242 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3243 Add custom :set function.
3244 (diary-header-line-format): Doc fix.
3245 (diary-set-maybe-redraw): New function.
3246 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3247 (diary-list-entries): Always run diary-mode.
3249 2007-03-20 Kenichi Handa <handa@m17n.org>
3251 * international/quail.el (quail-setup-completion-buf): Make the
3252 completion buffer read-only.
3253 (quail-completion): Adjusted for the above change. Leave the
3256 2007-03-20 David Kastrup <dak@gnu.org>
3258 * files.el (magic-mode-alist): Require literal "%!PS" string for
3259 magic postscript file detection.
3261 2007-03-20 Richard Stallman <rms@gnu.org>
3263 * textmodes/ispell.el (ispell-call-process): New function.
3264 Defends against bad `default-directory.'
3265 (ispell-check-version, ispell-find-aspell-dictionaries)
3266 (ispell-get-aspell-config-value, lookup-words): Call it.
3267 (ispell-call-process-region): New function.
3268 (ispell-send-string): Call it.
3270 2007-03-20 Andreas Schwab <schwab@suse.de>
3272 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3273 (finder-data): Likewise.
3274 (autoloads): Likewise.
3276 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3278 * files.el (basic-save-buffer): Do not set visited filename when
3279 the corresponding directory does not exist or the specified
3280 filename is that of an existing directory.
3282 2007-03-20 Glenn Morris <rgm@gnu.org>
3284 * calendar/diary-lib.el (diary-live-p): New function.
3285 (number-of-diary-entries): Add a :set function to redisplay diary
3288 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3290 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3291 from client program, mev, to compute mouse event.
3293 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3295 * faces.el (momentary): Face removed; unused due to reversion of
3296 2007-01-04 changes by Kevin Rodgers.
3298 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3299 Suggested by Johan Bockg
\e,Ae
\e(Brd.
3301 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3303 * font-lock.el (lisp-font-lock-keywords-1):
3304 Highlight define-globalized-minor-mode as a keyword.
3306 2007-03-19 Kim F. Storm <storm@cua.dk>
3308 * calc/calc-forms.el (math-std-daylight-savings)
3309 (math-std-daylight-savings-old): Doc fix.
3311 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3313 * progmodes/python.el (python-default-template): Doc fix.
3314 (python-buffer): Fix typo in docstring.
3316 * isearchb.el (isearchb-follow-char):
3317 * subr.el (def-edebug-spec): Fix typo in docstring.
3319 2007-03-19 Richard Stallman <rms@gnu.org>
3321 * files.el (default-directory): Mark safe.
3322 (basic-save-buffer-2): Put proper dir name in error message.
3324 * simple.el (compose-mail): Run switch-function after
3325 setting up the mail buffer.
3327 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3329 2007-03-18 Jay Belanger <belanger@truman.edu>
3331 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3332 (math-std-daylight-savings-new): Rename from
3333 `math-std-daylight-savings'.
3334 (math-std-daylight-savings-old): Rename from old value of
3335 `math-std-daylight-savings'.
3336 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3337 `math-std-daylight-savings-old' depending on the year.
3339 2007-03-18 Detlev Zundel <dzu@gnu.org>
3341 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3342 zero-width regexps as invalid but rather at least count them correctly.
3344 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3346 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3347 don't wait more if there is output available to process.
3349 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3351 * progmodes/compile.el (compilation-find-file): Revert change
3352 from 2006-07-18 to allow completion of directory names.
3353 Reported by John Carter <john.carter@tait.co.nz>.
3355 2007-03-18 Kim F. Storm <storm@cua.dk>
3357 * subr.el (when, unless): Doc fix.
3359 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3361 * net/tls.el (tls-program): Doc fix.
3363 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3365 * autorevert.el (auto-revert-tail-handler):
3366 Call after-revert-hook.
3368 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3370 * simple.el (switch-to-completions): No error if search for \n\n fails.
3372 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3374 * simple.el (line-move-1):
3375 Respect `inhibit-line-move-field-capture' property.
3377 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3379 * comint.el (comint-arguments): Mark backslash-escaped chars.
3380 (comint-delim-arg): Don't treat them as delimiters.
3382 2007-03-12 Kim F. Storm <storm@cua.dk>
3383 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3385 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3387 * tempo.el (tempo-insert): Deal with 'r> if it appears
3388 specified with a prompt argument.
3390 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3392 * textmodes/org.el (org-set-font-lock-defaults):
3393 Handle narrow table columns correctly.
3395 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3397 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3398 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3399 Return to use of the -no-properties variants. There was
3400 consensus on emacs-devel that the speed of these variants was
3401 prefered since we are usually parsing files (from the internet
3402 or on disk) instead of XML created in Emacs.
3404 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3405 Add customize option.
3407 2007-03-12 Glenn Morris <rgm@gnu.org>
3409 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3410 North American rule. Replace "daylight savings" with "daylight
3413 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3414 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3415 "daylight saving" in text.
3417 * woman.el (woman-change-fonts): Tweak previous change by using
3418 woman-request-regexp rather than "^\\.".
3420 * startup.el (command-line-1): Make insertion of
3421 initial-scratch-message not depend on scratch being selected.
3423 2007-03-11 Juri Linkov <juri@jurta.org>
3425 * replace.el (match): Use yellow background on light-bg terminals.
3427 2007-03-11 Richard Stallman <rms@gnu.org>
3429 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3430 Correctly compute line number.
3432 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3434 * type-break.el (type-break-get-previous-count):
3435 Repeat previous change here.
3437 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3439 * progmodes/grep.el (grep-find-ignored-directories):
3440 Add .git and .bzr to list.
3442 2007-03-11 Andreas Schwab <schwab@suse.de>
3444 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3446 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3448 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3450 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3452 * faces.el (face-set-after-frame-default): Recalculate face
3453 customizations after applying X resources.
3455 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3457 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3458 (rcirc-keepalive-seconds): Remove variable.
3459 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3460 (rcirc-process, rcirc-user-disconnect): New variables.
3461 (rcirc-connect): Initalize new variables.
3462 (rcirc-keepalive): Don't send keepalive pings before connection
3464 (rcirc-sentinel): Do mark all channels with activity when
3465 connection is dropped. Run hook with process buffer local.
3466 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3467 (rcirc-buffer-process): Return value of rcirc-process if
3468 rcirc-server-buffer is nil.
3469 (rcirc-server-name): Return the reported server name.
3470 (rcirc-update-prompt): Simplify computation of the server name.
3471 (rcirc-format-response-string): Likewise.
3472 (rcirc-handler-001): Mark server as connected, record the reported
3473 server name, and schedule a timeout.
3474 (rcirc-track-nick): Add a spec for the tty class.
3475 (rcirc-user-non-nick): Remove function.
3476 (rcirc-nick-prefix-chars): Add variable.
3477 (rcirc-user-nick): Use above variable.
3479 2007-03-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3481 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3482 Bind deactivate-mark to nil.
3484 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3486 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3487 that buffer contents get erased during completion.
3489 2007-03-10 Glenn Morris <rgm@gnu.org>
3491 * woman.el (woman-change-fonts): Add a hack to deal with
3492 font-escape followed by "." at start of a line.
3493 (woman2-IP): Add a hack to deal with consecutive requests.
3494 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3496 2007-03-10 Alan Mackenzie <acm@muc.de>
3498 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3500 2007-03-09 Richard Stallman <rms@gnu.org>
3502 * abbrev.el (abbrev): Add `provide'.
3504 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3506 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3508 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3510 * complete.el (PC-try-completion): New function.
3511 (PC-do-completion, read-file-name-internal): Use it instead of
3514 2007-03-08 Alan Mackenzie <acm@muc.de>
3516 Remove stale tokens from `c-found-types' cache.
3518 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3519 (c-unfind-coalesced-tokens, c-before-change): New functions.
3520 (c-maybe-stale-found-type): New variable.
3522 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3523 (c-trim-found-types): New functions.
3525 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3527 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3528 (debug-ignored-errors): Add entry from smerge-match-conflict.
3530 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3532 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3533 special help topics for keywords.
3534 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3535 etc. Assistant command.
3537 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3539 * replace.el (occur-engine): Move buffer-undo-list binding...
3540 (occur-1): ...to here.
3542 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3544 * simple.el (minibuffer-completing-symbol): New var.
3545 (eval-expression): Use it.
3546 (completion-setup-function): Don't bind completion-base-size when
3547 completing a symbol in the minibuffer.
3549 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3551 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3552 tries to start a second session in graphical mode.
3554 2007-03-07 Miles Bader <miles@gnu.org>
3556 * international/isearch-x.el
3557 (isearch-process-search-multibyte-characters):
3558 Strip text-properties from PROMPT to avoid an error from read-string.
3560 2007-03-07 Kim F. Storm <storm@cua.dk>
3562 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3563 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3565 2007-03-07 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3567 * complete.el (PC-do-completion): Delete duplicates in the list of
3568 possible completions.
3570 2007-03-07 Glenn Morris <rgm@gnu.org>
3572 * ses.el (ses-mode): Doc fix.
3574 2007-03-06 Kim F. Storm <storm@cua.dk>
3576 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3578 2007-03-06 Kenichi Handa <handa@m17n.org>
3580 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3582 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3584 * simple.el (completion-setup-function): Improve last fix so it doesn't
3585 set it to a relative directory name either.
3587 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3589 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3591 2007-03-05 Richard Stallman <rms@gnu.org>
3593 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3595 * files.el (find-file-noselect): No error if file no longer exists.
3596 Display a message and avoid other questions.
3598 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3600 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3601 as not to use an invisible window and to create a window if none exist.
3603 * progmodes/python.el (python-send-command): Restart proc if necessary.
3604 (python-proc): Simplify.
3606 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3608 * pcomplete.el (pcomplete-show-completions): Search all frames for
3611 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3613 * cus-edit.el (customize-save-variable): Clear customized-value
3614 property (saved values are now put in theme-value property).
3615 (customize-set-variable): Doc fix.
3617 * complete.el (PC-do-completion): If completion-ignore-case is
3618 non-nil, replace field with completion string before exiting.
3620 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3622 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3623 Append its extension to the resulting temporary file name.
3624 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3626 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3627 (tramp-smb-handle-write-region): Apply it.
3629 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3631 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3632 Redo previous change.
3634 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3636 * diff-mode.el (diff-mode): Doc fix.
3638 2007-03-05 Kenichi Handa <handa@m17n.org>
3640 * international/characters.el: Set category `l' (latin)
3641 for more characters.
3643 2007-03-04 Kim F. Storm <storm@cua.dk>
3645 * emacs-lisp/authors.el (authors-aliases): Add alias.
3647 2007-03-04 Glenn Morris <rgm@gnu.org>
3649 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3650 all when switching major mode.
3651 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3652 (hs-block-start-mdata-select, hs-block-end-regexp)
3653 (hs-forward-sexp-func, hs-adjust-block-beginning):
3654 Do not make these variables permanent-local.
3656 2007-03-04 Richard Stallman <rms@gnu.org>
3658 * progmodes/cperl-mode.el (cperl-mode):
3659 Modify cperl-compilation-error-regexp-alist by appending.
3661 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3662 (edebug-mode): Add the hook.
3663 (edebug-recursive-edit): Remove the hook on exiting.
3665 * type-break.el (type-break-get-previous-time):
3666 Handle end-of-file errors specially
3667 so they don't get reported wrong in .emacs.
3669 * startup.el (fancy-splash-text): Clarify text.
3671 * simple.el (beginning-of-buffer, end-of-buffer):
3672 Avoid treating plain C-u like numeric arg.
3674 * simple.el (completion-setup-function): Don't set
3675 default-directory to nil.
3677 * shell.el (shell-dirstack-query): Doc fix.
3679 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3680 Don't select the window -- pass it to primitives instead.
3682 * faces.el (minibuffer-prompt): Use medium blue by default.
3684 2007-03-04 David Kastrup <dak@gnu.org>
3686 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3687 Preserve 16 as default value for "seconds" when customizing.
3689 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3691 * textmodes/org.el (org-self-insert-command)
3692 (orgtbl-self-insert-command, org-delete-char)
3693 (org-delete-backward-char): Set the `flyspell-delayed' property.
3695 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3697 * international/mule.el (find-auto-coding): Don't search for
3698 line-ending characters past the end of the tail.
3700 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3702 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3703 Jump to the line where new score has been uploaded.
3705 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3706 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3707 Do nothing when the game is paused.
3709 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3711 * textmodes/org.el (org-set-tags): Prevent slipping of point
3714 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3716 * isearch.el (isearch-message-prefix):
3717 Use minibuffer-prompt-properties.
3719 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3721 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3722 (ps-setup): Print which Emacsen is running ps-print package.
3724 2007-03-01 Stuart Herring <herring@lanl.gov>
3726 * files.el (set-auto-mode-0): Use `indirect-function'.
3727 (hack-one-local-variable): Don't reapply current major mode.
3729 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3731 * progmodes/python.el (python-quote-syntax): Don't bother with
3732 syntax-ppss-context.
3733 (python-fill-paragraph): Make sure that fenced-string delimiters that
3734 stand on their own line stay there.
3736 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3738 * replace.el (perform-replace): Propertize message.
3740 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3742 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3745 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3747 * net/tramp.el (tramp-file-name-handler): Revert last change.
3749 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3751 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3752 Correct doc strings.
3754 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3756 * replace.el (perform-replace): Undo forward-char immediately if
3757 non-adjacent search fails.
3759 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3761 * version.el (emacs-major-version, emacs-minor-version):
3762 string-to-int -> string-to-number.
3764 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
3766 * help.el (where-is): Fail gracefully when not passed a command.
3768 2007-02-28 Stuart Herring <herring@lanl.gov>
3770 * find-lisp.el (find-lisp-default-directory-predicate):
3771 Fix bug: Do symlink check on expanded filename.
3773 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
3775 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3776 changes during replacement.
3777 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3779 2007-02-28 Lars Hansen <larsh@soem.dk>
3781 * desktop.el: Delete header line listing me as maintainer.
3783 2007-02-28 Glenn Morris <rgm@gnu.org>
3785 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3788 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3790 * net/tramp.el (tramp-file-name-handler): Inhibit modification
3791 hooks to avoid confusion when combining after-change calls.
3793 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
3795 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3796 now that pgg-gpg-process-region correctly honors passed-in passphrase.
3797 (allout-distinctive-bullets-string): Add info about bullet conventions.
3798 (allout-mode): Add info about distinctive vs plain bullets.
3800 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
3802 * textmodes/org.el (org-archive-subtree): Quote variable name.
3803 (org-agenda-get-todos): Make sure skip properties are checked correctly.
3805 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
3807 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3808 (gud-bashdb-command-name, bashdb): Remove.
3809 (gud, gud-menu-map): Remove references to bash/bashdb.
3811 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
3813 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3814 keyword for Python 2.5.
3816 2007-02-26 Romain Francoise <romain@orebokech.com>
3818 * net/net-utils.el (whois-server-tld): Update server for .org.
3819 (whois-server-list): Add whois.publicinterestregistry.net.
3820 (whois-guess-server): Fix formatting in docstring.
3822 2007-02-26 Kim F. Storm <storm@cua.dk>
3824 * mouse.el (mouse-show-mark): Run hooks and perform command
3825 remapping for mouse-region-delete-keys.
3827 2007-02-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3829 * font-core.el (font-lock-mode): Doc fix.
3831 2007-02-25 Kim F. Storm <storm@cua.dk>
3833 * ido.el (ido-buffer-internal): Set this-command to fallback command.
3834 Add selected buffer to buffer-name-history.
3835 (ido-file-internal): Set this-command to fallback command.
3836 Add file names to file-name-history.
3838 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3839 Apply minibuffer-prompt-properties.
3841 2007-02-25 Andreas Schwab <schwab@suse.de>
3843 * files.el (hack-one-local-variable-eval-safep): Correct handling
3844 of edebug-form-spec property value. Reported by Johan Bockg
\e,Ae
\e(Brd.
3846 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
3848 * textmodes/org.el (org-table-overlay-coordinates)
3849 (org-table-toggle-coordinate-overlays): New functions.
3850 (org-table-overlay-coordinates, org-table-coordinate-overlays):
3852 (org-startup-with-deadline-check): Remove option.
3853 (org-mode): Remove deadline check on startup.
3854 (org-table-limit-column-width): Remove option.
3855 (org-table-formula-numbers-only): Remove option.
3856 (org-link-style, org-link-format): Remove options.
3857 (org-select-agenda-window, org-fit-agenda-window): Remove options.
3858 (org-export-ascii-show-new-buffer)
3859 (org-export-html-show-new-buffer): Remove options.
3860 (org-activate-links): Remove camel option.
3861 (org-file-link-context-use-camel-case): Remove option.
3862 (org-camel-regexp): Remove variable.
3863 (org-activate-camels): Remove function.
3864 (org-store-link): Remove Camel stuff.
3865 (org-make-org-heading-camel): Remove function.
3866 (org-open-at-point): Remove camel stuff.
3867 (org-link-search): Remove camel stuff.
3868 (org-camel-to-words): Function removed.
3869 (org-get-agenda-file-buffer): Make sure we prepare the base
3870 buffers, not any indirect buffers.
3871 (org-sort-entries): Sort top-level when not on a headline, and no
3873 (org-in-regexp): New function.
3874 (org-search-not-self): Rename from `org-search-not-link'.
3875 (org-open-link-marker): New variable.
3876 (org-open-at-point): Set `org-open-link-marker'.
3877 (org-print-icalendar-entries): Fixe bug with excluding DONE
3878 entries from the exported list.
3879 (org-edit-formula-lisp-indent): New command.
3880 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3881 (orgtbl-to-latex, orgtbl-insert-radio-table)
3882 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3883 (orgtbl-radio-table-templates): New option.
3884 (org-store-link-props):
3885 (org-remember-templates): More possibilities to insert info
3887 (org-remember-apply-template): Make use of the extended
3888 template capabilities.
3889 (org-remember-redo-template): New command.
3890 (org-upgrade-old-links)
3891 (org-table-modify-formulas, org-table-replace-in-formulas)
3892 (org-table-find-dataline)
3893 (org-table-get-vertical-vector): Remove functions.
3894 (org-table-remove-rectangle-highlight)
3895 (org-time-stamp-format, org-toggle-log-option)
3896 (org-table-highlight-rectangle)
3897 (org-table-iterate, org-table-make-reference):
3898 (org-translate-time, org-tree-to-indirect-buffer)
3899 (org-table-field-info, org-table-fix-formulas)
3900 (org-table-force-dataline, org-table-get-descriptor-line)
3901 (org-table-get-range)
3902 (org-skip-comments, org-sort)
3903 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3904 (org-table-current-dline, org-table-current-field-formula)
3905 (org-table-edit-backward-field)
3906 (org-table-edit-formulas-post-command)
3907 (org-table-edit-line-down, org-table-edit-line-up)
3908 (org-agenda-archive)
3909 (org-agenda-clock-cancel)
3910 (org-agenda-clock-out, org-agenda-list-stuck-projects)
3911 (org-agenda-open-link, org-agenda-show-new-time)
3912 (org-agenda-skip-subtree-when-regexp-matches)
3913 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3914 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3915 (org-do-sort, org-file-image-p, org-find-overlays)
3916 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3917 (org-highlight-until-next-command, org-isearch-end)
3918 (org-match-any-p, org-next-link, org-previous-link):
3919 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3920 (org-rewrite-old-row-references)
3921 (org-isearch-post-command)
3922 (org-table-edit-move, org-table-edit-next-field)
3923 (org-table-edit-scroll, org-table-edit-scroll-down)
3924 (org-set-frame-title, org-show-reference)
3925 (org-unhighlight-once, org-verify-change-for-undo): New functions.
3926 (org-show-variable): Remove command.
3927 (org-add-log-maybe): New arguments STATE, FINDPOS
3928 (org-table-sort-lines): Rewrite from scratch.
3929 (org-link-search): New argument AVOID-POS.
3930 (org-print-icalendar-entries): Remove argument CATEGORY.
3931 (org-run-agenda-series): Remove argument WONDOW.
3932 (org-next-link, org-previous-link): New commands.
3933 (org-agenda-date-format): New option.
3934 (org-table-iterate): New command.
3935 (org-table-modify-formulas)
3936 (org-table-replace-in-formulas): Remove functions.
3937 (org-table-fix-formulas): New function.
3938 (org-table-insert-column, org-table-delete-column)
3939 (org-table-move-column): Use `org-table-fix-formulas'.
3940 (org-follow-gnus-link): Patch from Bastien/Leo.
3941 (org-table-current-field-formula): New function.
3942 (org-file-image-p): New function.
3943 (org-agenda-show-new-time): New function.
3944 (org-agenda-date-later): Call `org-agenda-show-new-time'.
3945 (org-with-remote-undo): New macro.
3946 (org-agenda-undo): New command.
3947 (org-verify-change-for-undo): New function.
3948 (org-time-stamp-format): New function.
3949 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3951 (org-match-any-p): New function.
3952 (org-make-tags-matcher): Handle regular expressions for tag and
3954 (org-read-date): Accept "+N" as input for a date relative to the
3956 (org-remove-subtree-entries-from-agenda): New function.
3957 (org-agenda-archive, org-agenda-kill):
3958 Use `org-remove-subtree-entries-from-agenda'.
3959 (org-do-sort, org-sort-entries): New functions.
3960 (org-sort): New command.
3961 (org-table-sort-lines): Use `org-do-sort'.
3962 (org-fix-decoded-time): New function.
3963 (org-table-number-regexp): Require 0x... to identify as number
3965 (org-startup-options): New keywords for note taking.
3966 (org-upgrade-old-links): Remove function.
3967 (org-get-repeat): New function.
3968 (org-show-context): Also show siblings on current level.
3969 (org-show-siblings): New function.
3970 (org-isearch-end, org-isearch-post-command): New functions.
3971 (org-show-siblings): New option.
3972 (org-show-context): Use `org-show-siblings'.
3973 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3974 to be bound, because user may just use elisp.
3976 2007-02-24 Kim F. Storm <storm@cua.dk>
3978 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3979 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3981 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3983 * startup.el (command-line): Also check if the abbrev file is readable.
3985 2007-02-24 John Paul Wallington <jpw@pobox.com>
3987 * net/tls.el (tls-certtool-program): Fix custom type.
3989 * mail/feedmail.el (feedmail-message-id-generator)
3990 (feedmail-date-generator): Fix custom types.
3992 * mail/rmail.el (rmail-message-filter): Fix custom type.
3994 2007-02-24 Eli Zaretskii <eliz@gnu.org>
3996 * startup.el (command-line): If simple.el cannot be found, proceed
3997 with a warning message.
3999 2007-02-24 Kenichi Handa <handa@m17n.org>
4001 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4002 case that BEG is a string.
4004 2007-02-24 Chris Moore <dooglus@gmail.com>
4006 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4007 * pgg-pgp.el (pgg-pgp-encrypt-region):
4008 * pgg-gpg.el (pgg-gpg-encrypt-region):
4009 Check pgg-encrypt-for-me if no other recipients.
4011 2007-02-23 Eli Zaretskii <eliz@gnu.org>
4013 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4015 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4016 shell-quote-argument.
4018 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4020 * comint.el (comint-read-input-ring): Use comint-input-ring-size
4021 from the comint buffer instead of the temporary one.
4023 2007-02-23 David Reitter <david.reitter@gmail.com>
4025 * cus-edit.el (custom-save-all): Canonicalize custom-file before
4026 storing it in recentf-exclude.
4028 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
4030 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4033 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
4035 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4036 commands, for restart.
4037 (idlwave-shell-current-module): Fix handling of module name by type.
4038 (idlwave-shell-break-in): Update type handling.
4039 (idlwave-shell-bp-get): Encode type in BP structure.
4040 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4041 (idlwave-shell-module-source-query): Query routine info based on type.
4042 Fix path parsing for non-compiled files.
4043 (idlwave-shell-module-source-filter): Don't signal error in filter
4045 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4048 2007-02-22 Kim F. Storm <storm@cua.dk>
4050 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4051 (editable-field): Document need to put some text before the %v
4052 escape in :format string.
4054 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4056 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4057 (vc-svn-use-edit): Remove unused config var.
4058 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4060 * outline.el (hide-sublevels): Keep empty last line, if available.
4062 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4063 rather than the corresponding unicode char, to make the code
4066 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4068 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4069 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4070 (speedbar-item-info-tag-helper): Doc fixes.
4072 2007-02-19 Kenichi Handa <handa@m17n.org>
4074 * international/mule-cmds.el (locale-language-names):
4075 Map "eo" to "Esperanto".
4077 * language/european.el ("Esperanto"): New language environment.
4079 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4081 * simple.el (kill-line): Doc fix.
4083 2007-02-17 Kim F. Storm <storm@cua.dk>
4085 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4086 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4087 (bindat--unpack-group, bindat--pack-group):
4088 Handle vectors with optional element type.
4090 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4092 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4093 if PASSPHRASE is given.
4095 2007-02-17 Chris Moore <dooglus@gmail.com>
4097 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4098 Recognize backups of bz2 compressed files.
4100 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4102 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4103 to nil to speed up lookup of the symbol in index nodes.
4105 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4107 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4108 Add indentation for the constants of Lisp.
4110 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4112 * ps-print.el: Use (defvar <foo>) where applicable.
4113 (ps-print-emacs-type): Remove.
4114 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4115 (ps-frame-parameter): Align its call-convention with frame-parameter.
4116 (ps-begin-job): Adjust calls to it appropriately.
4117 (ps-setup): Don't print ps-print-emacs-type.
4118 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4119 Define in such a way that it's obvious that it's defined.
4120 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4121 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4122 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4124 2007-02-15 Alan Mackenzie <acm@muc.de>
4126 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4127 an empty one-line C-style comment, post-position point properly.
4129 2007-02-15 Chris Moore <dooglus@gmail.com>
4131 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4132 (isearch-lazy-highlight-new-loop): Bind it.
4133 (isearch-lazy-highlight-search): Use it.
4135 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4137 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4139 * font-lock.el (font-lock-extend-region-wholelines):
4140 Only return non-nil if the region has really been changed.
4141 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4143 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4145 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4146 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4147 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4149 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4151 * faces.el (color-values): Revert changes to docstring from
4152 2007-01-31 and 2000-09-07.
4154 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4155 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4156 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4157 (ispell-help): Fix typos in docstring and output message.
4159 2007-02-14 Kim F. Storm <storm@cua.dk>
4161 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4162 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4163 (grep): Fix lgrep reference.
4165 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4166 (standard-display-underline): Use make-glyph-code.
4168 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4170 * international/latin1-disp.el (latin1-display-char):
4171 Use make-glyph-code.
4173 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4175 * ehelp.el (with-electric-help, electric-help-exit)
4176 (electric-help-retain): Doc fixes.
4178 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4179 (byte-compile-file): Doc fixes.
4181 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4183 * term/mac-win.el: Change all uses of
4184 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4185 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4186 (mac-ae-get-url): Call select-frame-set-input-focus.
4187 (mac-dnd-handle-drag-n-drop-event): Don't call
4188 select-frame-set-input-focus.
4190 2007-02-13 Kenichi Handa <handa@m17n.org>
4192 * international/characters.el: Fix documentation of category `a'.
4194 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4196 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4198 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4200 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4201 (tramp-get-remote-ln): Handle error case.
4202 Reported by Chris Moore <dooglus@gmail.com>.
4204 2007-02-11 Kim F. Storm <storm@cua.dk>
4206 * bindings.el (ctl-x-map): Remove register compatibility bindings
4207 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4209 2007-02-11 Richard Stallman <rms@gnu.org>
4211 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4214 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4215 condition -- don't fail to stop at endpos.
4217 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4219 * textmodes/org.el (org-agenda-get-todos)
4220 (org-agenda-get-timestamps, org-agenda-get-closed)
4221 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4222 (org-agenda-get-blocks, org-format-agenda-item)
4223 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4224 from `category' to `org-category'.
4226 2007-02-11 Kenichi Handa <handa@m17n.org>
4228 * international/titdic-cnv.el (titdic-convert): Force files be written
4229 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4230 (miscdic-convert): Force files be written with Unix-like eol format.
4232 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4234 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4236 * calculator.el (calculator-prompt): Doc fix.
4237 (calculator-mode-map): Fix typo in menu entry.
4239 2007-02-10 Jay Belanger <belanger@truman.edu>
4241 * calculator.el (calculator): Do more extensive checking for when
4242 3 lines should be used for the calculator.
4244 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4246 * info-look.el (info-lookup-make-completions):
4247 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4250 * info.el (Info-fontify-maximum-menu-size): Document the effect
4252 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4253 non-nil before using it as size.
4255 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4257 * subr.el (insert-for-yank-1): Prevent read-only properties from
4258 interfering with text property operations.
4260 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4262 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4263 (image-type-auto-detected-p): Fail if another match is found in
4266 * files.el (magic-mode-alist): Call image-mode instead of
4267 image-mode-maybe for autodetected images.
4269 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4271 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4272 Fix typos in docstrings.
4273 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4275 2007-02-09 Kim F. Storm <storm@cua.dk>
4277 * emacs-lisp/float-sup.el: Remove obsolete comment.
4279 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4281 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4283 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4285 * simple.el: Revert previous change, at request of RMS:
4286 (fundamental-mode-hook): Remove.
4287 (fundamental-mode): Run after-change-major-mode-hooks manually,
4288 and don't run the now-nonexistent fundamental-mode-hook.
4290 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4292 * simple.el (fundamental-mode-hook): Declare new hook.
4293 (fundamental-mode): Run the new dedicated hook, and don't run
4294 after-change-major-mode-hooks manually anymore.
4296 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4298 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4299 added columns of chars. Remove support for the "no-meta-info" format.
4300 Prompted by Romain Francoise <romain@orebokech.com>.
4302 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4304 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4305 (gdb-mouse-until, gdb-mouse-jump): Use it.
4307 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4309 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4310 work when there is just an assembler buffer (no source buffer).
4312 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4314 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4315 just because the diff was produced using "-p" (--show-c-function).
4317 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4319 * faces.el (frame-set-background-mode): Use `color-values' and
4320 `display-color-p', not `x-color-values' and `x-display-color-p'.
4321 (face-valid-attribute-values): Use `defined-colors' instead of
4324 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4326 * ps-print.ps: The ps-print commands without face printing should not
4327 print background color. Reported by Leo <sdl.web@gmail.com>.
4328 (ps-print-version): New version 6.7.3.
4329 (ps-begin-job): New arg. Fix ps-default-background and
4330 ps-default-foreground initialization.
4331 (ps-face-attributes): Fix doc string.
4332 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4334 * printing.el: Fix ps-print link.
4336 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4338 * faces.el (face-set-after-frame-default): Compile attributes to
4339 be set by frame parameters before merging in X resources.
4341 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4343 * simple.el (blink-matching-paren-dont-ignore-comments):
4344 (blink-matching-paren-on-screen): Doc fixes.
4346 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4348 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4350 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4352 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4353 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4354 entries like `defun'. Return nil.
4356 2007-02-05 Kim F. Storm <storm@cua.dk>
4358 * ido.el: Doc fixes.
4360 2007-02-04 David Kastrup <dak@gnu.org>
4362 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4363 `mpuz-allow-double-multiplicator' is non-zero, and correct
4364 calculation of `min'.
4366 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4368 * wid-edit.el (widget-default-create): Insert new text at the
4369 :from marker _after_ the marker, not before it.
4371 2007-02-04 Alan Mackenzie <acm@muc.de>
4373 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4374 containing it is re-indented.
4376 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4378 * net/newsticker.el (newsticker--insert-image): Update docstring,
4379 and insert the image directly.
4380 (newsticker--buffer-redraw): Update docstring.
4382 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4383 Rename from define-global-minor-mode.
4385 * progmodes/cwarn.el (global-cwarn-mode):
4386 * emacs-lisp/autoload.el (make-autoload):
4387 * hi-lock.el (global-hi-lock-mode):
4388 * font-core.el (global-font-lock-mode): All callers changed.
4390 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4392 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4393 Don't copy @ignore lines into menu descriptions.
4394 (texinfo-multi-file-update): Goto the @node line before attempting
4395 to pluck the node name.
4396 (texinfo-multiple-files-update): Reverse the optional arguments'
4397 order, as per the doc string and the `interactive' form.
4399 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4401 * image-mode.el: Use autoload to avoid overriding disabled setting
4404 2007-02-03 Alan Mackenzie <acm@muc.de>
4406 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4407 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4408 adjacent paren groups).
4410 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4412 * progmodes/ebnf2ps.el: Doc fixes.
4413 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4415 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4417 * dired-x.el (dired-do-relsymlink): Add reference to
4418 dired-do-symlink. Add an autoload cookie.
4420 * dired-aux.el (dired-do-symlink): Add reference to
4421 dired-do-relsymlink.
4423 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4425 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4426 <left-fringe mouse-3>: New bindings.
4428 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4430 * newsticker.el (newsticker-version): Changed to "1.10".
4431 (newsticker--set-customvar): Doc string.
4432 (newsticker-new-item-face): Doc string.
4433 (newsticker-mode): Initialize `invisibility-spec' with t.
4434 (newsticker-mode-map): Added
4435 `newsticker-mark-all-items-at-point-as-read'.
4436 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4437 (newsticker-w3m-show-inline-images): Do not call
4439 (newsticker--buffer-after-w3m-insert-image): New advice for
4440 w3m-insert-image to cache images.
4441 (newsticker-next-item-same-feed): New.
4442 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4443 (newsticker-mark-all-items-of-feed-as-read): New.
4444 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4445 (newsticker-mark-item-at-point-as-read): Doc string.
4446 (newsticker-mark-item-at-point-as-read): Use new functions.
4447 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4448 `newsticker-mark-item-at-point-as-read'.
4449 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4450 (newsticker--sentinel): Yet another xml-parser workaround.
4451 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4453 (newsticker--buffer-do-insert-text): Fix.
4454 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4455 (newsticker--buffer-make-item-completely-visible):
4456 `switch-to-buffer' not necessary.
4458 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4460 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4461 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4462 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4463 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4464 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4466 2007-02-02 Kenichi Handa <handa@m17n.org>
4468 * international/quail.el (quail-show-key): Fix an error message.
4470 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4472 * faces.el (set-face-underline-p, modify-face): Rename arg
4473 UNDERLINE-P to UNDERLINE (it is not a flag).
4475 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4477 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4478 when adding gdb-speedbar-update to gdb-input-queue.
4480 2007-02-01 Kenichi Handa <handa@m17n.org>
4482 * international/quail.el (quail-show-key): Signal an error if the
4483 current input method is not using Quail.
4485 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4487 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4488 Trim leading whitespace in sysvar names.
4490 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4492 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4494 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4496 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4498 2007-01-31 Romain Francoise <romain@orebokech.com>
4500 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4501 previous change to this file.
4503 2007-01-31 Jason Rumney <jasonr@gnu.org>
4505 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4508 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4509 interfering with attempt to set major mode from modified
4512 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4514 * faces.el (color-values): Doc fix.
4515 (face-differs-from-default-p): Don't check :foreground twice.
4517 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4519 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4521 2007-01-31 Kenichi Handa <handa@m17n.org>
4523 * international/quail.el (quail-store-decode-map-key): Store a
4524 translated character too.
4525 (quail-char-equal-p): New function.
4526 (quail-find-key1): Check character equality by quail-char-equal-p.
4527 (quail-decode-map-generated): New variable.
4528 (quail-find-key): Check quail-decode-map-generated and re-generate
4529 a decode map if necessary.
4531 2007-01-30 Richard Stallman <rms@gnu.org>
4533 * tutorial.el (tutorial--detailed-help): Make the list of
4534 changed keys look nicer.
4536 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4538 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4539 (gdb-var-delete): Use it.
4540 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4543 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4545 * files.el (get-free-disk-space): Return nil for remote directories.
4547 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4550 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4552 * type-break.el (type-break-catch-up-event): New function.
4553 (type-break-demo-hanoi, type-break-demo-life)
4554 (type-break-demo-boring): Use it.
4556 * image-mode.el (image-mode): Don't automatically view as image.
4557 (image-toggle-display): Add `disabled' property.
4559 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4561 * isearchb.el (isearchb-iswitchb):
4562 * ps-print.el (ps-build-face-reference):
4563 * emacs-lisp/shadow.el (list-load-path-shadows):
4564 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4565 * international/mule.el (find-auto-coding):
4566 * mail/supercite.el (sc-attrib-selection-list):
4567 * progmodes/cc-defs.el (c-emacs-features):
4568 * progmodes/cc-vars.el (c-offsets-alist):
4569 * progmodes/flymake.el
4570 (flymake-init-create-temp-source-and-master-buffer-copy):
4571 Fix typos in docstrings (some suggested by Chris Moore).
4573 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4574 (vhdl-get-library-unit, vhdl-corresponding-begin)
4575 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4576 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4577 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4578 (vhdl-font-lock-match-item): Fix typos in docstrings.
4579 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4580 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4581 (vhdl-speedbar-insert-project-hierarchy):
4582 Improve argument/docstring consistency.
4584 2007-01-29 Kenichi Handa <handa@m17n.org>
4586 * international/titdic-cnv.el (py-converter): Fix previous change.
4588 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4590 * jka-compr.el (jka-compr-partial-uncompress)
4591 (jka-compr-call-process): Rebind default-directory if it is
4592 invalid. Suggested by Chris Moore.
4594 * comint.el (comint-insert-input): Handle situation where the
4595 selected buffer is not the clicked buffer.
4597 2007-01-29 Kenichi Handa <handa@m17n.org>
4599 * international/ja-dic-cnv.el (skkdic-convert):
4600 Add byte-compile-disable-print-circle:t at the head.
4602 * international/titdic-cnv.el (tit-process-header):
4603 Add byte-compile-disable-print-circle:t at the head.
4604 (miscdic-convert): Likewise.
4605 (py-converter): Skip the header comments.
4607 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4609 (byte-compile-output-file-form): Bing print-circle to nil if
4610 byte-compile-output-file-form is not nil.
4611 (byte-compile-output-docform): Likewise.
4613 2007-01-28 Kim F. Storm <storm@cua.dk>
4615 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4616 Declare earlier to avoid byte compiler warnings.
4618 2007-01-28 Markus Triska <markus.triska@gmx.at>
4620 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4622 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4624 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4625 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4626 when calling update-game-score program. Remove unnecessary
4629 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4631 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4633 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4634 avoid compiler warning.
4635 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4636 might have values other than "true" or "false".
4638 2007-01-28 Richard Stallman <rms@gnu.org>
4640 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4641 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4643 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4645 * image.el (image-type-header-regexps): Make GIF regex more specific.
4647 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4648 Don't check `backspace'.
4649 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4650 in Fundamental mode.
4652 * startup.el (fancy-splash-text, normal-splash-screen):
4655 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4656 when inserting in buffer.
4658 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4661 2007-01-27 Richard Stallman <rms@gnu.org>
4663 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4665 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4667 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4668 enum/union/struct/class definition.
4669 Revert change to call `forward-sexp' multiple times.
4671 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4673 * files.el (hack-local-variables-confirm): Don't keep trying to
4674 read an event from an empty kbd macro.
4676 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4678 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4680 2007-01-27 Ben North <ben@redfrontdoor.org>
4682 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4683 the arg CHILDREN -> WHICH.
4685 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4687 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4688 default-directory to a sane value when calling start-process.
4690 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4692 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4693 (ls-lisp-format-time-list): Doc fix. Mention
4694 ls-lisp-use-localized-time-format.
4695 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4696 ls-lisp-use-localized-time-format is non-nil, even if a valid
4699 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4701 * jka-compr.el (jka-compr-shell): Doc fix.
4703 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4705 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4707 * ps-print.ps: Fix background height.
4708 (ps-print-version): New version 6.7.2.
4710 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4712 * makefile.w32-in (finder-data, custom-deps): Depend on
4713 $(lisp)/loaddefs.el.
4715 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4717 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4719 2007-01-24 Miles Bader <miles@gnu.org>
4721 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4722 (byte-compile-output-docform): Bind `print-circle' to t.
4724 2007-01-24 Kenichi Handa <handa@m17n.org>
4726 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4727 file name of the original SKK dictionary file.
4729 2007-01-24 Kim F. Storm <storm@cua.dk>
4731 * ido.el (ido-initial-position): New variable.
4732 (ido-read-internal): Set it if default item is specified.
4733 (ido-minibuffer-setup): Position cursor accordingly if set.
4734 (ido-edit-input): C-e moves to end of input if not already there.
4735 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4736 Don't switch to buffer mode if repeating C-b at start of input.
4737 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4738 input; else it moves to start of input.
4739 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4740 not at end of input, delete rest of input, rather than normal op.
4742 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4744 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4746 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4747 of message. Activate mark.
4748 (ediff-activate-mark): Set transient-mark-mode to t.
4750 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4752 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4754 * help-fns.el (describe-variable): Don't suppress display of
4755 buffer local value when the value is "large".
4757 2007-01-22 Kim F. Storm <storm@cua.dk>
4759 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4760 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4761 (ido-tidy): Use ido-active.
4763 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
4765 * hexl.el (hexl-mode-exit): Add missing quote.
4767 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4769 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4770 (mac-ae-keyboard-modifiers): New function.
4771 (mac-handle-toolbar-switch-mode): Use it.
4772 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
4773 if keyboard modifiers on drop contain option key.
4774 (mac-dnd-drop-data): Add optional argument `action'.
4775 (special-event-map): Remove binding for M-drag-n-drop.
4777 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
4779 * add-log.el (add-log-current-defun): Use CC Mode functions to
4780 find the beginning and end of a defun.
4782 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4784 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4785 (gdb-var-create-handler): Handle value field in GDB output of
4787 (gdb-max-frames): New variable.
4788 (gdb-stack-buffer, gdb-frames-select): Use it.
4789 (gdb-info-stack-custom): Help user customize gdb-max-frames,
4791 (gdb-get-frame-number): Simplify.
4793 2007-01-21 Glenn Morris <rgm@gnu.org>
4795 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4798 2007-01-21 Alan Mackenzie <acm@muc.de>
4800 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4801 handling of K&R stuff.
4803 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4805 * textmodes/bibtex.el (bibtex-files): Fix customization type.
4807 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4809 * ps-print.el: Handle frame parameters (background and/or foreground
4810 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4811 (ps-print-version): New version 6.7.1.
4812 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4813 (ps-frame-parameter): New fun.
4814 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4815 Fix doc and customization.
4816 (ps-begin-job): Get frame parameters (background and/or foreground
4818 (ps-do-despool): Ensure ps-printer-name has a valid value.
4820 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4822 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4823 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4824 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4827 2007-01-20 Alan Mackenzie <acm@muc.de>
4829 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4830 much more rigorous analysis of putative K&R regions.
4832 2007-01-20 Alan Mackenzie <acm@muc.de>
4834 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4837 2007-01-20 Alan Mackenzie <acm@muc.de>
4839 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4840 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4841 * progmodes/cc-langs.el, progmodes/cc-styles.el,
4842 * progmodes/cc-vars.el: Add my name.
4844 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4846 * files.el (find-alternate-file): Revert query message to Emacs 21
4849 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
4851 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4852 the doc string how to use personal abbrevs without electric
4855 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4857 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4858 Fixed cursor position when toggle abbreviated display.
4860 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
4862 * t-mouse.el: Update copyright following assignment by
4865 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4867 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4868 (type-break-demo-boring): Call read-event instead of read-char.
4870 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4872 * progmodes/compile.el: Add handling for makepplog.
4874 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4876 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4877 aspell dictionaries are initialized when called non-interactively.
4879 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4881 * progmodes/compile.el (compilation-loop): New arg limit.
4882 Handle case where the first error is at point-min.
4883 (compilation-next-error): New arg to compilation-loop call.
4885 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4887 * info.el (Info-default-dirs): Change default info dir to
4890 * paths.el (Info-default-directory-list): Ditto.
4892 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4894 * hexl.el (hexl-before-revert-hook): New function.
4895 (hexl-mode): Use it.
4896 (hexl-after-revert-hook): Just call hexl-mode.
4897 (hexl-mode-exit): Remove before-revert-hook.
4899 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4901 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4903 2007-01-16 Martin Rudalics <rudalics@gmx.at>
4905 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4906 by "-" in francais7 otherchars entry.
4907 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4910 2007-01-15 Karl Fogel <kfogel@red-bean.com>
4912 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4913 path. Rewrite function in `cond' style for readability.
4915 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4916 (The path shortening, that is, not the rearrarangement.)
4918 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4920 * term/mac-win.el (mac-ae-quit-application): New function.
4921 (mac-apple-event-map): Bind "quit application" Apple event to it.
4923 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4925 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4926 than the program's output.
4928 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4930 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4931 (kmacro-start-macro-or-insert-counter)
4932 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4933 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4935 * longlines.el (longlines-show-hard-newlines):
4936 * ruler-mode.el (ruler-mode-ruler):
4937 * emulation/keypad.el (keypad-setup):
4938 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4939 Fix typo in docstring.
4941 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
4943 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4944 Remove redirect character ">".
4946 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
4948 * replace.el (perform-replace): Remove leftover code.
4950 2007-01-12 Richard Stallman <rms@gnu.org>
4952 * replace.el (perform-replace): Don't clear NODENT when computing
4953 the replacement string.
4955 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
4957 * net/tramp.el (tramp-handle-file-local-copy):
4958 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
4959 <christopher.ian.moore@gmail.com>.
4961 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4963 * diff-mode.el (diff-sanity-check-context-hunk-half)
4964 (diff-sanity-check-hunk): New functions.
4965 (diff-find-source-location): Use'em to check the hunks are well-formed.
4967 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4968 activate undo when undo is not active.
4969 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4971 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4973 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4974 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4975 (ffap-url-at-point): Use char-classes rather than "a-z".
4977 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
4979 * ediff-init.el (ediff-autostore-merges):
4980 * textmodes/fill.el (fill-region): Doc fix.
4982 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4984 * server.el (server-ensure-safe-dir): UIDs may be floats.
4986 2007-01-10 Richard Stallman <rms@gnu.org>
4988 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4989 around calls to directory-files.
4991 * subr.el (momentary-string-display): Use save-excursion.
4993 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4994 argument, but read it as `X' does.
4996 2007-01-09 Juri Linkov <juri@jurta.org>
4998 * info.el (Info-fontify-node): Don't hide node names of index entries.
5000 * faces.el (momentary): Change :group to basic-faces where all
5001 basic faces belong to. Add :version.
5003 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
5005 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5006 keybinding is found.
5007 (tutorial--find-changed-keys): Never treat null keybinding as a
5010 2007-01-09 Martin Rudalics <rudalics@gmx.at>
5012 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5014 2007-01-09 Kenichi Handa <handa@m17n.org>
5016 * international/mule-cmds.el
5017 (select-safe-coding-system-interactively): Fix message.
5019 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
5021 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5022 (tramp-process-actions): Add optional parameter TIMEOUT.
5023 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5024 (tramp-open-connection-su): Add timeout of 60".
5026 2007-01-09 Richard Stallman <rms@gnu.org>
5028 * progmodes/compile.el (compile): Doc fix.
5030 2007-01-09 Markus Triska <markus.triska@gmx.at>
5032 * tumme.el (tumme-display-thumb): Doc fix.
5034 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
5036 * battery.el (battery-search-for-one-match-in-files):
5037 * bindings.el (mode-line-minor-mode-help):
5038 * x-dnd.el (x-dnd-types-alist):
5039 * calendar/icalendar.el (icalendar-import-buffer):
5040 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5042 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5044 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
5046 * replace.el (replace-regexp): Fix typo in docstring.
5048 2007-01-07 Alan Mackenzie <acm@muc.de>
5050 * progmodes/cc-langs.el (c-operators, c-filter-ops):
5051 Amend doc-string and comments.
5053 2007-01-06 Eli Zaretskii <eliz@gnu.org>
5055 * files.el (abbreviate-file-name): Doc fix.
5057 2007-01-06 Markus Triska <triska@gmx.at>
5059 * subr.el (split-string): Remove spurious ")" from doc string.
5061 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5063 * textmodes/table.el (table--warn-incompatibility):
5064 Use display-warning instead of momentary-string-display.
5066 2007-01-05 Richard Stallman <rms@gnu.org>
5068 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5070 * simple.el (backward-kill-word): Doc fix.
5072 2007-01-05 Romain Francoise <romain@orebokech.com>
5074 * international/mule.el (sgml-html-meta-auto-coding-function):
5075 Ensure that the buffer contains a HTML document.
5077 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5079 * faces.el (momentary): Move here ...
5080 * subr.el (momentary): ... from here.
5082 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5084 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5085 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5086 large structures/arrays.
5088 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5090 * files.el (find-file-noselect-1, set-visited-file-name):
5091 Allow backup-enable-predicate to be nil.
5093 2007-01-04 Andreas Schwab <schwab@suse.de>
5095 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5098 2007-01-03 Richard Stallman <rms@gnu.org>
5100 * woman.el (woman-decode-buffer): Clarify error message.
5102 2007-01-03 Alan Mackenzie <acm@muc.de>
5104 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5106 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5108 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5110 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5112 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5114 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5116 * emulation/viper.el (viper-custom-file-name, viper-mode):
5117 Fix typos in docstrings.
5119 * subr.el (momentary-string-display): After moving point, set POS
5120 variable to it to avoid later errors once the buffer is modified.
5123 2007-01-02 Alan Mackenzie <acm@muc.de>
5125 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5126 check that the "*/" is present before trying to manipulate it.
5128 2007-01-02 Richard Stallman <rms@gnu.org>
5130 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5132 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5133 Fix format of value.
5135 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5136 Change messages accordingly.
5137 (customize-customized): Now alias.
5139 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5141 * files.el (version-control): Doc fix.
5143 2007-01-01 Alan Mackenzie <acm@muc.de>
5145 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5146 Check the format of c-state-cache is valid for an optimisation before
5149 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5150 are at a statement within a macro". Other changes so that only
5151 the first continuation line in a macro gets the symbol
5152 `cpp-define-intro', the others getting `statement', or whatever.
5154 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5155 a string, preserve whitespace. Add a backslash only when also in
5158 * progmodes/cc-defs.el: Correct typos.
5160 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5161 new line after an escaped EOL in a string.
5163 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5164 label when it directly follows "else", "do", ....
5166 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5167 angle brackets (as seen in "explicit specialisations" of C++
5170 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5173 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5174 when the comment ender looks like "=========*/" and is alone on
5177 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5178 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5181 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5182 c-\(beginning\|end\)-of-defun by default.
5184 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5185 New line-up function, for the DEFUN macro in the Emacs C sources.
5186 Only used in "gnu" style.
5188 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5191 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5192 clean-up comment-close-slash also to work when there's a comment
5193 terminator on the line.
5194 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5195 these for large arg - only take account of top level {..}, except
5196 for initial and final adjustments. M-- C-M-[ae] now go to the
5197 right defuns when the starting point is between defuns. They use
5198 the four new functions:
5199 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5200 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5201 support c-\(beginning\|end\)-of-defun.
5203 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5204 expressions more rigorously, to exclude bit-field specifiers from
5205 being classed as labels.
5206 (c-forward-label): When analyzing a ":" within a macro, be careful
5207 about using c-forward-syntactic-ws at the macro beginning.
5208 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5209 stmt boundary, check for "operator=", etc.
5211 * progmodes/cc-mode.el (c-postprocess-file-styles):
5212 Bind inhibit-read-only to t, around the call to
5213 c-remove-any-local-eval-or-mode-variables, so that it works on a
5216 * progmodes/cc-defs.el (c-version): Update the version number to
5219 2007-01-01 Richard Stallman <rms@gnu.org>
5221 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5222 only if we restored isearch-window-configuration.
5224 2006-12-31 Romain Francoise <romain@orebokech.com>
5226 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5228 2006-12-31 Kim F. Storm <storm@cua.dk>
5230 * files.el (auto-mode-case-fold): New defcustom.
5231 (set-auto-mode): If non-nil, perform second case-sensitive pass
5232 through auto-mode-alist if first pass failed.
5234 2006-12-30 Richard Stallman <rms@gnu.org>
5236 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5238 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5240 * allout.el (allout-encrypt-string): Handle symmetric-key
5241 passphrase caching but leave keypair caching to pgg.
5243 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5245 Sync with Tramp 2.0.55.
5247 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5248 `integerp'. `char-equal' could fail else in case of negative
5249 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5250 (top): Check for `font-lock-add-keywords' before calling; it
5251 doesn't exist under XEmacs.
5252 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5253 (tramp-completion-mode): Remove clause (not
5254 tramp-unified-filenames), because the function is called in other
5255 context too, where this check results in wrong results in the
5256 XEmacs case on Windows.
5257 (tramp-touch): UTC handling is not possible for XEmacs.
5259 2006-12-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5261 * scroll-bar.el (previous-scroll-bar-mode): New variable
5262 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5263 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5265 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5267 2006-12-30 Richard Stallman <rms@gnu.org>
5269 * files.el (make-backup-file-name-1): Precompute abs name
5270 but don't lose the relative name.
5272 * international/mule-cmds.el (select-safe-coding-system-interactively):
5275 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5277 * files.el (backup-buffer): Show entire backup file name in msg.
5279 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5281 * image.el (image-type-header-regexps, image-type-from-data)
5282 (image-type-from-buffer, image-type-from-file-header):
5283 Revert changes from 2006-12-26.
5284 (image-type-auto-detectable): New variable.
5285 (image-type-auto-detected-p): New function.
5287 * files.el (magic-mode-alist): Detect image files with
5288 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5290 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5292 * dired.el (dired-sort-other): Move test for dired-mode...
5293 (dired-sort-set-modeline): ...to here.
5295 2006-12-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5297 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5298 change. Suggested by Stefan Monnier.
5300 2006-12-29 Kim F. Storm <storm@cua.dk>
5302 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5303 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5305 2006-12-27 Kim F. Storm <storm@cua.dk>
5307 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5308 so it doesn't accidentally match an fsf.org mail address.
5309 (authors-renamed-files-alist): Add tcover-*.el.
5311 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5313 * vc-arch.el (vc-arch-find-version): New function.
5315 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5316 composed of arbitrary characters (even /) in some systems.
5318 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5320 * international/mule-cmds.el (select-safe-coding-system-interactively):
5321 Improve the message in the *Warning* buffer.
5323 2006-12-27 Kim F. Storm <storm@cua.dk>
5325 * ido.el (ido-set-matches-1): Fix last change. If default item is
5326 current buffer, it is ok to be first.
5328 2006-12-27 Kenichi Handa <handa@m17n.org>
5330 * international/mule-cmds.el (select-safe-coding-system-interactively):
5331 Use face `link' for problematic chars.
5333 2006-12-27 Kenichi Handa <handa@m17n.org>
5335 * international/mule-cmds.el (select-safe-coding-system-interactively):
5336 Improve the message in *Warning* buffer.
5338 2006-12-27 Kim F. Storm <storm@cua.dk>
5340 * ido.el (ido-set-matches-1): Never put current buffer first if
5341 there are other matches.
5343 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5345 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5347 (gdb-var-delete): Handle duplicate names. Print message for non
5349 (gdb-partial-output-name): Start buffer name with a space.
5350 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5353 2006-12-26 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5355 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5356 last footnote when `footnote-spaced-footnotes' is nil.
5358 2006-12-26 Richard Stallman <rms@gnu.org>
5360 * cus-edit.el (custom-browse-sort-alphabetically)
5361 (custom-buffer-sort-alphabetically)
5362 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5364 * image.el (image-type-header-regexps): Change element format
5365 to include third item NOT-ALWAYS.
5366 (image-type-from-data): Handle new format.
5367 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5368 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5370 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5372 * add-log.el (add-log-current-defun): Call `forward-sexp'
5373 multiple times to pick a member function name defined as
5374 part of nested classes/namespaces.
5376 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5378 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5379 which keymap should be used to change menu. It does not affect any
5382 2006-12-26 Richard Stallman <rms@gnu.org>
5384 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5385 rather than for being in a minibuffer window.
5387 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5389 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5390 locale-coding-system.
5391 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5394 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5396 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5397 (sql-mode-syntax-table): Disable double quoted strings.
5398 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5400 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5402 * startup.el (fancy-splash-last-input-event): New variable.
5403 (fancy-splash-special-event-action): New function.
5404 (fancy-splash-screens): Temporarily bind special events to it.
5405 Execute command for saved special event before exiting from
5408 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5410 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5411 Use mac-unread-string.
5413 2006-12-24 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5415 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5416 an optimized comment regexp if `comment-start-skip' uses a ^.
5417 * bs.el (bs--up): Remove interactive spec.
5419 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5421 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5422 Suggested by James Cloos.
5424 2006-12-24 Kevin Ryde <user42@zip.com.au>
5426 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5428 (calendar-dst-ends): Default to first Sunday in November.
5430 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5432 * allout.el (allout-encrypt-string): Inhibit use of agent within
5433 body of let form where encryption happens. Acknowledge non-use of
5434 gpg-agent in docstring.
5435 (allout-toggle-subtree-encryption): Acknowledge non-use of
5436 gpg-agent in docstring.
5438 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5440 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5442 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5444 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5445 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5447 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
5449 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5450 actually modify buffer; ignore errors if occur.
5452 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5454 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5455 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5458 2006-12-23 Richard Stallman <rms@gnu.org>
5460 * simple.el (delete-horizontal-space): Doc fix.
5462 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5464 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5465 explicitly in a recursive Make, not implicitly through prerequisites,
5466 since the latter is wrong under parallel builds.
5468 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5470 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5472 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5474 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5477 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5479 * outline.el (outline-next-visible-heading): Fix the case with a
5480 header at end-of-file with no final newline.
5482 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5484 * indent.el (tab-always-indent): Doc fix.
5486 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5488 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5489 (Info-fontify-node): Do fontify indices.
5491 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5492 to the Emacs Lisp reference manual.
5493 (tutorial--tab-map): Remove. All callers changed.
5494 (tutorial--find-changed-keys): New elt QUIET, used to...
5495 (tutorial--display-changes): ...ensure that warning messages are
5496 only issued once per changed key.
5497 (tutorial--remove-remarks): Delete unused code-path.
5498 (lang-strings): Remove extraneous formatting.
5499 (tutorial--save-tutorial): Prompt before saving tutorial state.
5501 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5503 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5504 Replace '?\ ' by '?\s' throughout.
5505 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5506 `help' custom group.
5507 (tutorial--key-description): New function.
5508 (tutorial--display-changes): Remove redundant arg. Scan for all
5509 key sequences to avoid false matches. Cleanup.
5510 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5511 reduce homedir pollution.
5512 (help-with-tutorial): Call tutorial--display-changes with no arg.
5514 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5516 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5518 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5520 * net/tramp.el (tramp-default-method): We still need to check for
5521 `executable-find', because it is not bound under Emacs 20.
5522 (tramp-handle-file-name-completion)
5523 (tramp-completion-handle-file-name-completion): Handle optional
5524 parameter PREDICATE.
5525 (tramp-find-default-method): Add code for default values.
5527 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5529 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5530 make gud-go send "continue".
5532 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5534 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5535 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5537 2006-12-19 Kim F. Storm <storm@cua.dk>
5539 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5540 instead of global-map.
5542 * files.el (magic-mode-alist): Allow matching file type by
5543 calling a function at bob. Check for image types by calling
5544 image-type-from-buffer. Suggested by Juanma Barranquero.
5545 (set-auto-mode): Do it.
5547 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5549 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5550 Remove "ControlMaster" option from the other `scp*' methods.
5551 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5553 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5555 * textmodes/org.el (org-mode): Show context after isearch.
5556 (org-show-siblings): New function.
5557 (org-show-context): Use `org-show-siblings'.
5559 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5561 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5562 Use syntax-ppss-toplevel-pos.
5564 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5566 * textmodes/org.el (org-current-line): Make sure that lines are
5567 counted from beginning of buffer.
5568 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5569 lines are counted from beginning of buffer.
5571 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5573 * info.el (Info-build-node-completions): Signal error if tag-table
5574 marker is not found.
5576 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5578 2006-12-17 Alan Mackenzie <acm@muc.de>
5580 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5581 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5582 Based on code by Martin Rudalics.
5584 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5585 open-paren-in-column-0-is-defun-start to nil any more.
5587 2006-12-17 Richard Stallman <rms@gnu.org>
5589 * simple.el (delete-horizontal-space): Use prefix arg.
5591 * help-fns.el (describe-variable): Improve blank separator lines.
5593 * files.el (magic-mode-alist): Mark as risky.
5595 * files.el (make-backup-file-name-1):
5596 Expand backup-directory explicitly.
5598 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5600 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5601 check whether package password.el is loaded, or Pageant is running.
5603 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5605 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5606 (icalendar--rris): First try Emacs, then XEmacs.
5607 (icalendar--convert-ical-to-diary): Doc fix.
5608 Insert newline at end of target file.
5610 2006-12-17 Kim F. Storm <storm@cua.dk>
5612 * outline.el (outline-isearch-open-invisible-function): New defvar.
5613 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5614 overlay property instead of outline-isearch-open-invisible.
5616 2006-12-16 Kim F. Storm <storm@cua.dk>
5618 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5619 if ido-directory-too-big is set on entry.
5620 (ido-toggle-ignore, ido-completion-help): Print message while
5621 reading big directory.
5623 2006-12-15 Richard Stallman <rms@gnu.org>
5625 * shell.el (shell): Doc fix.
5627 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5629 * emulation/edt.el (edt-xserver):
5630 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5631 to fix a problem on Cygwin.
5634 * emulation/edt-mapper.el
5635 * emulation/edt-lk201.el
5636 * emulation/edt-pc.el
5637 * emulation/edt-vt100.el: Update maintainer's email address.
5639 2006-12-15 Simon Marshall <simon@gnu.org>
5641 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5643 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5645 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5646 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5647 instead of mac-atsu-font-table.
5648 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5650 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5652 * align.el (align-match-tex-pattern): Fix a rare bug which
5655 2006-12-14 Richard Stallman <rms@gnu.org>
5657 * startup.el (use-fancy-splash-screens-p): Use frame-height
5658 instead of window-height. Pass frame to image-size.
5660 2006-12-13 Kenichi Handa <handa@m17n.org>
5662 * international/mule-cmds.el (set-locale-environment):
5663 Set default-sendmail-coding-system too.
5665 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5667 * progmodes/idlw-help.el: Fix copyright notice.
5669 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5671 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5673 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5675 * subr.el (unread-command-char): Reformat obsolescence info.
5677 2006-12-11 Richard Stallman <rms@gnu.org>
5679 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5680 about calls to cl-struct-setf-expander.
5682 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5684 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5685 (ediff-combination-pattern): Fix typo in docstring.
5687 * textmodes/refer.el (refer-find-entry): Doc fix.
5688 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5689 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5690 Fix tipos in docstrings.
5692 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5694 2006-12-10 Kim F. Storm <storm@cua.dk>
5696 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5697 instead of binding M-backspace.
5699 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5701 * replace.el (replace-match-data, replace-match-maybe-edit):
5702 * calc/calc-aent.el (calc-eval-error):
5703 * emulation/vi.el (vi-char-argument):
5704 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5705 (c-vsemi-status-unknown-p-fn): Doc fixes.
5707 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5709 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5710 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5712 2006-12-10 Masatake YAMATO <jet@gyve.org>
5714 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5716 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5718 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5720 * man.el (Man-xref-button-action): New function. If the
5721 `Man-target-string' button property is a function, assume it
5722 accepts a position argument.
5723 (Man-abstract-xref-man-page): Use it.
5724 (Man-default-man-entry): New optional arg POS.
5726 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5727 symlink arrows read-only and non-rear-sticky.
5729 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5731 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5732 (wdired-search-and-rename): Simplify code.
5733 (wdired-preprocess-files, wdired-preprocess-perms): Make
5734 read-only property of preceding character rear-nonsticky to
5735 avoid that it can be modified. Put old-name and old-link
5736 properties on character preceding name and replace
5737 put-text-property by add-text-properties.
5738 (wdired-get-filename, wdired-get-previous-link): Get old-name
5739 and old-link properties from character preceding name and
5741 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5742 (wdired-perms-to-number): Make local-map property
5743 rear-nonsticky to avoid that text following permissions may be
5744 modified. Use add-text-properties instead of put-text-property
5745 when changing a permission bit.
5746 (wdired-change-to-dired-mode): Remove stickiness properties.
5748 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5750 * international/mule-cmds.el (register-input-method): Doc fix.
5752 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5754 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5756 2006-12-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5758 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5759 Force buffer local defs evaluation on local variables loading.
5760 (flyspell-mode-on, flyspell-mode-off): Use it in
5761 `hack-local-variables-hook'.
5763 2006-12-09 Eli Zaretskii <eliz@gnu.org>
5765 * emacs-lisp/find-func.el (find-variable): Doc fix.
5767 * help-fns.el (variable-at-point): Doc fix.
5769 * w32-fns.el (w32-append-code-lines): New function.
5771 2006-12-09 Romain Francoise <romain@orebokech.com>
5773 * comint.el (comint-insert-input): Delete obsolete comment.
5775 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5777 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5778 current frame, in case we're connected to several displays.
5780 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5782 * frame.el (other-frame): Doc fix.
5783 (set-frame-parameter): Fix typo in docstring.
5785 2006-12-07 Kim F. Storm <storm@cua.dk>
5787 * info.el (Info-index): Strip leading colon from topic.
5789 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
5791 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5794 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
5796 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5797 Trim out spurious class inheritance "None" entries.
5799 2006-12-05 Kim F. Storm <storm@cua.dk>
5801 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5802 (cua-paste-pop): Rework last change for
5803 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5804 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5805 text inserted by the last M-y command.
5807 2006-12-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5809 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5810 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5812 * shell.el (shell): Search the start file in ~/.emacs.d as
5813 `init_SHELLNAME.sh' instead.
5815 2006-12-05 Glenn Morris <rgm@gnu.org>
5817 * progmodes/cperl-mode.el (cperl-mode)
5818 * progmodes/f90.el (f90-mode-abbrev-table)
5819 * progmodes/fortran.el (fortran-mode-abbrev-table)
5820 * progmodes/octave-mod.el (octave-abbrev-table)
5821 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5822 if abbrev-table is non-nil (saved user abbrevs may have been restored).
5824 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5825 clear abbrev table, else saved abbrevs will not be restored.
5827 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5829 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5830 the call to `make-obsolete-variable', not in the docstring.
5832 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
5834 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5836 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5838 * progmodes/ebnf-abn.el:
5839 * progmodes/ebnf-bnf.el:
5840 * progmodes/ebnf-dtd.el:
5841 * progmodes/ebnf-ebx.el:
5842 * progmodes/ebnf-iso.el:
5843 * progmodes/ebnf-otz.el:
5844 * progmodes/ebnf-yac.el:
5845 * progmodes/ebnf2ps.el:
5850 * ps-print.el: Remove 'Time-stamp' comment mark.
5852 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5853 'easy-menu-add-item' when called in Emacs 21 or higher.
5855 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
5857 * progmodes/ada-xref.el (ada-check-current): Doc fix.
5858 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
5860 2006-12-04 Kim F. Storm <storm@cua.dk>
5862 * bindings.el (global-map): Bind [signal t] to ignore, to have
5863 user signals ignored by default.
5865 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5867 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5868 Unicode data file pointed to by `describe-char-unicodedata-file'.
5870 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5872 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5873 O(n^2) regexp-search by anchoring the search.
5875 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5877 * whitespace.el (whitespace-cleanup-internal): Use current
5878 argument for recursive call.
5880 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5882 * net/tramp.el (tramp-methods): Add "ControlPath" and
5883 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5884 Andreas Schwab <schwab@suse.de>.
5885 (tramp-do-copy-or-rename-file-out-of-band)
5886 (tramp-open-connection-rsh): Compute format spec for ?t.
5887 (tramp-process-actions): Trace command parameters.
5889 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5891 * simple.el (toggle-truncate-lines): Clarify doc string.
5893 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5894 (gdb-speedbar-expand-node): Use it.
5896 2006-12-04 Richard Stallman <rms@gnu.org>
5898 * progmodes/python.el (python-indent): Add safe-local-variable prop.
5900 * dired.el (dired-revert): Turn off dired-after-readin-hook
5901 around call to dired-readin.
5903 * menu-bar.el (menu-bar-make-toggle): Add "globally"
5904 to echo area messages.
5905 <indicate-empty-lines, case-fold-search>:
5906 Add "globally" to Help string.
5907 <case-fold-search>: MESSAGE arg need not say "globally".
5908 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5910 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
5912 * outline.el (outline-end-of-subtree): Don't leave an empty
5913 line hidden as we would a real next heading.
5915 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
5917 * allout.el (allout-ascend): Add an optional argument to preserve
5918 original position of point when unsuccessful. Also, fix a
5920 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5921 work again, using allout-ascend's new option.
5922 (allout-setup-mode-map): Extract from allout-mode to initialize
5923 allout-mode-map. Call it on file load, so the mode docstring
5924 substitutions work even if allout mode has not yet been invoked.
5925 (allout-mode): Use new allout-setup-mode-map to track any keybinding
5926 customizations since the map was last processed. Also, refine the
5927 docstring so it's ship-shape for release.
5928 (allout-default-layout, allout-beginning-of-line-cycles)
5929 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5930 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5931 (allout-version, allout-layout, allout-infer-body-reindent)
5932 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5933 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5934 (allout-previous-heading, allout-goto-prefix-doublechecked)
5935 (allout-current-bullet-pos, allout-next-sibling-leap)
5936 (allout-pre-command-business, allout-encrypted-type-prefix)
5937 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5938 (allout-rebullet-topic, allout-rebullet-topic-grunt)
5939 (allout-flag-region, allout-expose-topic, allout-expose-topic)
5940 (allout-old-expose-topic, allout-listify-exposed)
5941 (allout-process-exposed, allout-latex-verb-quote)
5942 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5943 (allout-toggle-current-subtree-encryption)
5944 (allout-toggle-subtree-encryption, allout-bullet-isearch):
5945 Remove extraneous open-paren and close paren string escapes.
5947 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
5949 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5950 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5951 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5952 Fix typos in docstrings.
5954 2006-12-03 Glenn Morris <rgm@gnu.org>
5956 * progmodes/cc-align.el
5957 * progmodes/cc-awk.el
5958 * progmodes/cc-cmds.el
5959 * progmodes/cc-compat.el
5960 * progmodes/cc-defs.el
5961 * progmodes/cc-engine.el
5962 * progmodes/cc-langs.el
5963 * progmodes/cc-menus.el
5964 * progmodes/cc-mode.el
5965 * progmodes/cc-styles.el
5966 * progmodes/cc-vars.el
5967 * progmodes/vhdl-mode.el: Fix Copyright format.
5969 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
5971 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5974 2006-12-02 Kim F. Storm <storm@cua.dk>
5976 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5977 (cua-repeat-replace-region): Make M-v more robust.
5978 (cua-paste-pop-rotate-temporarily): New defcustom.
5979 (cua-paste-pop): Use it.
5980 (cua-auto-mark-last-change): New defcustom.
5981 (cua-pop-to-last-change): New helper function.
5982 (cua-set-mark): Use them.
5984 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
5986 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5987 mini-buffer message.
5989 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
5991 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5993 2006-12-01 Ben North <ben@redfrontdoor.org>
5995 * paren.el: Fix the highlight overlay extension when the user types a
5996 sequence of char very fast just before the open parenthesis.
5998 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6000 * ps-mule.el: Eliminate Emacs 20 compatibility.
6002 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6003 (ps-print-version): New version 6.7.
6004 (ps-print-quote): Replace '?\ ' by '?\s'.
6006 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6008 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6009 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6010 (hexl-end-of-1k-page): Doc fixes.
6011 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6012 Fix typos in docstrings.
6014 2006-11-30 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6016 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
6017 locally, i.e. without using file name handlers.
6018 (ido-read-internal): Allow mono letter host names, avoiding the
6019 `c:' problem by testing if the file exists locally.
6020 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6022 2006-11-30 Masatake YAMATO <jet@gyve.org>
6024 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6025 to avoid bytecomp warnings.
6026 (hexl-mode-old-ruler-function): New variable.
6027 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6028 and `hl-line-range-function' after `require' hl-line.
6029 Then bind `hl-line-range-function' and `hl-line-face'.
6030 Don't require frame. Don't use `with-no-warnings'.
6031 (hexl-activate-ruler): Store the original value of
6032 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6033 (hexl-mode-exit): Restore the original value of
6034 `ruler-mode-ruler-function'.
6036 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6038 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6039 (hexl-mode-old-hl-line-face): New variable.
6040 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6041 line when exit from the hexl-mode.
6043 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6045 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6048 * international/fontset.el (create-fontset-from-ascii-font)
6049 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6050 (fontset-name-p): Fix typo in docstring.
6052 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6054 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6056 * ps-bdf.el: Fix maintainer email.
6058 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
6061 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6063 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6066 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6068 * progmodes/idlwave.el (idlwave-auto-fill):
6069 Remove paragraph-start let to prevent auto-fill giving up.
6071 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6073 * vt100-led.el (led-state): Fix typo in previous change.
6075 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6077 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6078 Fix interactive spec of the functions getting defined to make them
6081 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6083 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6085 2006-11-28 Kim F. Storm <storm@cua.dk>
6087 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6088 icomplete-mode is enabled.
6090 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6092 * textmodes/org.el (require): Require gnus-sum during compilation
6093 to avoid problem with a macro call.
6095 2006-11-28 Glenn Morris <rgm@gnu.org>
6097 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6099 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6100 (fortran-window-create-momentarily): Do not need string-to-char.
6102 2006-11-28 Richard Stallman <rms@gnu.org>
6104 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6105 Replace incorrect use of assoc-default with a loop.
6107 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6109 * simple.el (next-error-find-buffer): Improve messages.
6111 * files.el (revert-buffer): Special error message if file
6112 is now not readable.
6114 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6115 constructed commands.
6117 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6120 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6122 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6124 * server.el: Remove spurious * in docstrings.
6125 (server-process-filter): Exit from recursive editing before processing
6128 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6130 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6131 line so hidden blocks will be correctly identified.
6133 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6135 * ledit.el (ledit-save-defun, ledit-mode):
6136 * resume.el (resume-emacs-args-buffer):
6137 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6138 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6139 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6140 (command-send-input, command-kill-line):
6141 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6143 * autoarg.el (autoarg-kp-mode): Doc fix.
6145 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6146 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6147 (check-emacs-lock): Doc fix. Simplify.
6149 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6150 (iimage-mode-buffer): Fix typos in docstring.
6152 * misc.el (zap-up-to-char): Doc fix.
6154 * time-stamp.el: Fix comment and obsolescence string for old
6155 functions. Use `dolist' instead of `while'.
6157 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6159 * disp-table.el (standard-display-8bit, standard-display-default):
6160 * ebuff-menu.el (electric-buffer-list):
6161 * ehelp.el (electric-help-command-loop):
6162 * font-core.el (font-lock-mode):
6163 * help-macro.el (make-help-screen):
6164 * help.el (describe-minor-mode-completion-table-for-indicator)
6165 (lookup-minor-mode-from-indicator):
6166 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6167 * info-look.el (info-lookup-guess-custom-symbol):
6168 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6169 * longlines.el (longlines-wrap-line):
6170 * macros.el (insert-kbd-macro):
6171 * menu-bar.el (menu-bar-update-buffers):
6172 * misc.el (copy-from-above-command):
6173 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6174 * newcomment.el (comment-indent):
6175 * novice.el (disabled-command-function):
6176 * sort.el (sort-fields-syntax-table):
6177 * subr.el (momentary-string-display):
6178 * tar-mode.el (tar-header-block-summarize)
6179 (tar-clear-modification-flags):
6180 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6181 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6182 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6183 (te-delete-char, te-down-vertically-or-scroll):
6184 * time-stamp.el (time-stamp-string-preprocess):
6185 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6187 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6189 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6192 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6193 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6195 2006-11-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6197 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6199 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6201 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6202 (ada-compile-goto-error): Adapt to new argument profile of
6203 compilation-goto-locus in Emacs 22. Don't check if the various
6204 compile functions are defined; we already do "(require 'compile)".
6206 2006-11-26 Kim F. Storm <storm@cua.dk>
6208 * kmacro.el: Fix commentary.
6210 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6212 * progmodes/gud.el (gdb): Explain how to run in text command mode
6213 more clearly. Say in error message that multiple debugging
6214 requires restarting GDB.
6216 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6218 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6220 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6222 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6223 (flymake-popup-menu): Use it instead of posn-at-point.
6225 2006-11-25 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6227 * progmodes/cc-vars.el (c-backslash-column):
6228 Mention c-backslash-max-column in documentation for c-backslash-column.
6230 2006-11-24 Lars Hansen <larsh@soem.dk>
6232 * net/tramp.el (tramp-default-method): Under Windows, change from
6234 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6235 (tramp-actions-copy-out-of-band):
6236 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6237 (tramp-action-out-of-band): Move "Permission denied" handling to
6238 tramp-action-copy-failed.
6239 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6242 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6244 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6245 strings to a single string. Quote `errors-file-name'.
6246 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6247 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6248 Adjust calls. Use `shell-quote-argument'.
6250 * international/mule.el (load-with-code-conversion)
6251 (with-category-table): Use with-current-buffer.
6252 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6254 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6256 * mail/smtpmail.el (smtpmail-send-it):
6257 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6258 MIME header for the message encoding.
6259 Bind coding-system-for-write around the call to mail-do-fcc.
6260 Use smtpmail-code-conv-from to encode queued mail messages.
6262 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6264 * tabify.el (tabify-regexp): Doc fix.
6266 * net/rcirc.el (rcirc-buffer-maximum-lines):
6267 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6269 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6270 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6271 Fix typos in output messages.
6272 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6274 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6276 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6278 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6280 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6282 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6283 Remove condition-case.
6285 2006-11-23 Glenn Morris <rgm@gnu.org>
6287 * progmodes/f90.el (f90-comment-indent): Do not move point in
6290 2006-11-21 Romain Francoise <romain@orebokech.com>
6292 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6293 from library name (reverts change of 2005-10-25).
6295 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6297 * tutorial.el (tutorial--default-keys): Add newline and
6298 delete-backward-char bindings.
6299 (tutorial--detailed-help): Save excursion when finding keys.
6300 Correct warning string for M-x FOO case.
6301 (tutorial--display-changes): Print special keys in tutorial style.
6302 Tweak search regexp for changed keys.
6304 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6306 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6309 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6311 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6312 are new to the list at IANA. Also added irc, mms, mmsh.
6314 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6316 * progmodes/idlw-help.el (idlwave-html-help-location):
6317 Fail gracefully for missing help packages.
6318 (idlwave-help-assistant-open-link): Open full links.
6319 (idlwave-help-assistant-help-with-topic): Direct help link.
6321 * progmodes/idlwave.el (idlwave-mode):
6322 Set add-log-current-defun-function.
6323 (idlwave-current-routine-fullname): Add, to support add-log.
6324 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6325 to reflect improvements to xml-parse-file.
6326 (idlwave-mode-menu-def): New binding for help-with-topic.
6328 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6329 Handle extra newlines and spaces.
6330 (idlwave-shell-mode-map): Add help-with-topic.
6332 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6334 * tutorial.el (tutorial-warning-face): New face.
6335 (tutorial--detailed-help, tutorial--display-changes): Use it.
6336 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6337 Improve search pattern for occurrences of changed keys.
6339 2006-11-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6341 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6342 (x-select-text): Set it.
6343 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6344 when checking for newness.
6346 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6348 * subr.el (posn-image):
6349 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6351 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6353 2006-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6355 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6356 Exceptions to the rule "add a space between an identifier and an
6357 opening parenthesis". Defaulted to the `#define' problem of cpp.
6358 (glasses-parenthesis-exception-p): New. Check if the region is an
6359 exception regarding to that.
6360 (glasses-make-readable): Use it.
6361 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6362 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6364 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6366 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6368 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6370 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6372 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6373 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6375 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6377 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6378 conditions for function or variable bindings.
6380 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6382 * progmodes/compile.el (compilation-start): Ditto.
6384 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6386 * net/tramp.el (top): cl and custom are always required.
6388 2006-11-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6390 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6391 cut-buffers with next-selection-coding-system if not nil.
6393 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6395 * textmodes/org.el (org-fix-decoded-time): New function.
6396 (org-display-custom-time): Use `org-fix-decoded-time'.
6398 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6400 * menu-bar.el (menu-bar-games-menu): Remove yow.
6402 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6404 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6405 (org-detach-overlay): Rename from `org-detatch-overlay'.
6406 (org-table-convert-region): Insert space after column separator.
6407 (org-agenda-kill): New command.
6408 (org-metaleft): Call `org-outdent-item' on bullets.
6409 (org-metaright): Call `org-indent-item' on bullets.
6410 (org-timestamp-change): Set `org-last-changed-timestamp'.
6411 (org-current-line): Make sure (bolp) returns correct result.
6412 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6414 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6416 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6418 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6420 * mouse.el (global-map): Change 2006-08-16 fix to call
6421 mouse-yank-at-click explicitly, since mouse events are not carried
6422 over into keyboard macros.
6424 2006-11-16 Kim F. Storm <storm@cua.dk>
6426 * ido.el (ido-file-internal): Use current buffer's file name as default
6427 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6429 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6431 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6432 (allout-inhibit-aberrance-doublecheck): Rename from
6433 allout-during-yank-processing. All callers changed.
6434 (allout-ascend): Provide for unusual case where some topic after
6435 the first in file is at lower depth than the first.
6436 (allout-shift-in): Ensure the offspring of the new containing
6438 (allout-encrypt-string): Preserve the coding-system of the text,
6439 according to that of the containing buffer.
6440 (allout-toggle-subtree-encryption): When the text being encrypted
6441 requires a different coding system, offer to preserve the coding
6442 system using a file local var.
6444 2006-11-15 Simon Marshall <simon@gnu.org>
6446 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6447 to recognise "T t()" as a function declaration, rather than a
6448 variable instantiation, iff at the top-level or inside a class
6449 declaration. Suggested by Feng Li <fengli@gmail.com>.
6451 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6453 * progmodes/ada-xref.el (ada-parse-prj-file):
6454 Don't delete project buffer; user may want to edit it.
6455 (ada-xref-set-project-field, ada-xref-current-project-file)
6456 (ada-xref-current-project, ada-show-current-project)
6457 (ada-set-main-compile-application): New functions.
6458 (ada-xref-get-project-field, ada-require-project-file):
6459 Normalize use of ada-prj-default-project-file.
6460 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6461 Normalize use of ada-require-project-file.
6462 (ada-prj-find-prj-file): Improve doc string, comments.
6464 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6465 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6466 (ada-create-menu): Add ada-set-main-compile-application,
6467 ada-show-current-main, ada-show-current-project.
6469 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6471 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6472 (inferior-python-mode): Use it.
6474 2006-11-14 Andreas Schwab <schwab@suse.de>
6476 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6478 2006-11-13 Kim F. Storm <storm@cua.dk>
6480 * ido.el (ido-copy-current-word): C-o copies region if active.
6482 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6484 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6486 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6488 * ediff.el (ediff-revision):
6489 * files.el (set-visited-file-name):
6490 * mail/rmailout.el (rmail-output-body-to-file):
6491 Use `format', not `message', in `y-or-n-p' call.
6493 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6495 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6496 (org-metaright): Call `org-indent-item' on bullets.
6497 (org-timestamp-change): Set `org-last-changed-timestamp'.
6498 (org-current-line): Make sure (bolp) returns correct result.
6499 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6501 2006-11-12 Richard Stallman <rms@gnu.org>
6503 * language/european.el (turkish-case-conversion-enable)
6504 (turkish-case-conversion-disable): New functions.
6505 ("Turkish" lang env): Use them.
6507 * international/characters.el (case table):
6508 Do nothing special for i and I.
6510 * subr.el (remove-overlays): Fix last change.
6512 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6513 for visiting the custom file.
6515 2006-11-12 Markus Triska <triska@gmx.at>
6517 * play/handwrite.el (handwrite): Also process lines not ending
6518 with newline. Replace some position-fiddling with different
6519 logic. Improve performance.
6521 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6523 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6524 replacing deleted variable `ada-check-switch'.
6525 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6526 (ada-xref-project-files): Improve doc string.
6527 (ada-find-executable): New function.
6528 (ada-initialize-runtime-library): Use `ada-find-executable'.
6529 (ada-xref-set-default-prj-values): In compile commands, don't need
6530 `ada-cd-command'; `compile' does that more portably.
6531 Use ada-prj-default-check-cmd.
6532 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6533 properties if not specified in project file.
6534 (ada-goto-declaration): Display useful message for new error
6535 'error-file-not-found.
6536 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6537 'error-file-not-found.
6538 (ada-get-all-references): Match latest ali syntax. Signal new
6539 error 'error-file-not-found.
6540 (ada-find-in-ali): Match latest ali syntax.
6541 (ada-make-filename-from-adaname): Handle different semantics of
6542 gnatkr in GNAT 3.15p vs later.
6544 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6545 ada-procedure-start-regexp.
6546 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6548 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6550 (ada-language-version): Rename ada05 -> ada2005.
6551 (ada-align-region-separate): Add `eval-when-compile'.
6552 (ada-name-regexp): Remove unneeded escapes in regexp character
6554 (ada-compile-goto-error-file-linenr-re): New constant.
6555 (ada-matching-start-re): Handle additional cases `declare',
6556 `procedure', `function'.
6557 (ada-compile-goto-error): Handle "... at line nn".
6558 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6559 Delete support for old versions of `align'.
6560 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6561 (ada-check-defun-name): Simplify handling of `declare'.
6562 (ada-goto-matching-start): Handle nested `begin ... end'.
6563 Handle `declare', `protected', `procedure', `function'.
6564 (ada-create-menu): Presence of arm95 is not conditional on using
6567 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6569 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6570 nil in the *RE-Builder* buffer (it causes spurious error messages).
6572 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6573 been set to t, respect it.
6575 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6577 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6578 Delete commented out code for old Emacs versions. Autoloading of
6579 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6580 (ada-mode-version): Bump version number.
6581 (ada-95-string-keywords, ada-2005-string-keywords)
6582 (ada-2005-keywords, ada-name-regexp): New constant.
6583 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6584 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6585 (ada-package-start-regexp): Support private packages, include package
6586 name (for ada-set-point-accordingly).
6587 (ada-next-procedure, ada-previous-procedure)
6588 (ada-which-function-are-we-in): Match changes to
6589 ada-procedure-start-regexp.
6590 (ada-make-body): Make non-interactive; not a user function.
6591 (ada-make-subprogram-body): Improve doc string.
6593 2006-11-11 Romain Francoise <romain@orebokech.com>
6595 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6596 `compilation-error-regexp-alist' buffer-local, since we changed
6597 `compilation-error-regexp-alist-alist' locally.
6599 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6601 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6602 to the value of `server-raise-frame'.
6604 2006-11-11 Glenn Morris <rgm@gnu.org>
6606 * ido.el (ido-enable-prefix)
6607 * ses.el (ses-call-printer-return)
6608 * net/tramp.el (tramp-unified-filenames)
6609 * progmodes/cc-align.el (c-lineup-string-cont)
6610 * progmodes/compile.el (compilation-directory-matcher)
6611 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6612 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6613 (vhdl-clock-rising-edge)
6614 * textmodes/org.el (org-export-with-timestamps)
6615 (org-export-remove-timestamps-from-toc)
6616 (org-export-with-tags): Improve previous doc fixes.
6618 2006-11-11 Richard Stallman <rms@gnu.org>
6620 * textmodes/flyspell.el (flyspell-mode-map):
6621 Bind C-c $ instead of M-RET.
6623 2006-11-10 Simon Marshall <simon@gnu.org>
6625 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6626 fontification for "case" and "default" keywords.
6628 2006-11-10 Andreas Schwab <schwab@suse.de>
6630 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6631 Avoid starting sentence with "nil".
6633 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6635 * server.el (server-raise-frame): New option.
6636 (server-switch-buffer): Use it.
6638 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6640 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6643 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6645 * textmodes/org.el (org-show-hierarchy-above)
6646 (org-show-following-heading): Fix typo in default value.
6647 (org-scan-tags): Make the search case-sensitive.
6648 (org-tags-sparse-tree): Don't overrule
6649 `org-show-following-heading' and `org-show-hierarchy-above'.
6650 (org-reveal): New command.
6651 (org-show-context): Rename from `org-show-hierarchy-above'.
6652 (org-fast-tag-selection-single-key): New option.
6653 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6654 (org-tags-overlay): New variable.
6655 (org-agenda-todo-ignore-deadlines): New option.
6656 ("session"): Add circular data structure `org-mark-ring' to
6657 exceptions list in session.el.
6658 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6660 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6661 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6662 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6663 (org-finalize-agenda): Activate bracket links in agenda.
6664 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6666 (org-show-hierarchy-above, org-show-following-heading):
6667 List values allowed for fine-tuned configuration.
6668 (org-show-hierarchy-above): New argument CONTEXT, use the
6669 fine-tuned settings in `org-show-hierarchy-above' and
6670 `org-show-following-heading'.
6671 (org-display-custom-time): New function.
6672 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6673 (org-display-custom-times, org-time-stamp-custom-formats):
6674 (org-maybe-intangible): New macro.
6675 (org-activate-bracket-links, org-hide-wide-columns):
6676 Use `org-maybe-intangible'.
6677 (org-open-file): Use `shell-quote-argument'.
6678 (org-display-internal-link-with-indirect-buffer): New option.
6679 (org-file-remote-p): Get regexp from list.
6680 (org-link-expand-abbrev): New function.
6681 (org-link-abbrev-alist): New option.
6682 (org-open-at-point, org-cleaned-string-for-export):
6683 Call `org-link-expand-abbrev'.
6684 (org-timeline, org-agenda-list, org-todo-list)
6685 (org-tags-view): Remove the KEEP-MODES argument.
6686 (org-finalize-agenda-hook): New hook.
6687 (org-get-alist-option): New function.
6688 (org-follow-timestamp-link): New function.
6689 (org-open-at-point): Call `org-follow-timestamp-link'.
6690 (org-log-note-marker, org-log-note-purpose)
6691 (org-log-note-window-configuration): New variables.
6692 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6693 (org-log-note-headings): New option.
6694 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6695 (org-store-link): Support for dired-mode.
6696 (org-open-file): Substitute environment variables into filename.
6697 (org-last): New defsubst.
6698 (org-agenda-re-align-tags): New function.
6699 (org-agenda-align-tags-to-column): New option.
6700 (org-agenda-timeline): Group removed.
6701 (org-prepare-agenda, org-prepare-agenda-buffers)
6702 (org-run-agenda-series, org-timeline, org-agenda-list)
6703 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6704 the text property inticating the agenda type.
6705 (org-agenda-post-command-hook): Get agenda type from text property
6707 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6708 and obey `org-agenda-overriding-arguments'.
6709 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6710 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6711 (org-agenda-week-view, org-agenda-day-view):
6712 Use `org-agenda-overriding-arguments' to make updating work with
6713 multi-block agendas.
6714 (org-agenda-prefix-format): Allow different formats for the
6715 different agenda entry types.
6716 (org-timeline-prefix-format): Option removed, use
6717 `org-agenda-prefix-format' instead.
6718 (org-prepare-agenda): New function.
6719 (org-select-timeline-window): Option removed, use
6720 `org-select-agenda-window' instead.
6721 (org-respect-restriction): Variable removed.
6722 (org-cmp-tag): New function.
6723 (org-agenda-sorting-strategy, org-entries-lessp):
6724 Implement sorting by last tag.
6725 (org-complete): Better completion in in-buffer option lines.
6726 (org-in-item-p): New function.
6727 (org-org-menu): Add entries for checkboxes.
6728 (org-cycle): Extra brouping in outline-regexp, because it is used
6729 in a search with "^" prepended.
6730 (org-provide-checkbox-statistics): New option.
6731 (org-set-font-lock-defaults): Highlight checkbox statistics.
6732 (org-update-checkbox-count-maybe)
6733 (org-get-checkbox-statistics-face): New functions.
6734 (org-update-checkbox-count): New command.
6735 (org-insert-item, org-toggle-checkbox):
6736 Call `org-update-checkbox-count-maybe'.
6737 (org-export-as-html): XEmacs compatibility for coding system.
6738 (org-force-cycle-archived): New command.
6739 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6741 (org-fix-position-after-promote): If the line contains only a todo
6742 keyword, add a final space.
6743 (org-promote-subtree, org-demote-subtree):
6744 Call `org-fix-position-after-promote'.
6746 2006-11-10 Glenn Morris <rgm@gnu.org>
6748 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6750 (calendar-dst-check-each-year-flag): New customizable variable.
6751 (calendar-dst-find-data): New function, extracted from
6752 calendar-current-time-zone.
6753 (calendar-current-time-zone): Use calendar-dst-find-data.
6754 (calendar-dst-transition-cache): New variable.
6755 (calendar-dst-find-startend, calendar-dst-starts)
6756 (calendar-dst-ends): New functions.
6757 (calendar-daylight-savings-starts)
6758 (calendar-daylight-savings-ends): Change value to use
6759 calendar-dst-starts, calendar-dst-ends; respectively.
6761 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6763 * ido.el (ido-enable-prefix)
6764 * ses.el (ses-call-printer-return)
6765 * net/tramp.el (tramp-unified-filenames)
6766 * progmodes/cc-align.el (c-lineup-string-cont)
6767 * progmodes/compile.el (compilation-directory-matcher)
6768 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6769 * progmodes/gdb-ui.el (gdb-many-windows)
6770 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6771 (vhdl-clock-rising-edge)
6772 * textmodes/org.el (org-export-with-timestamps)
6773 (org-export-remove-timestamps-from-toc, org-export-with-tags)
6774 (org-read-date): Doc fix (Nil -> nil).
6776 2006-11-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6778 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6779 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6781 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6783 * bs.el (bs--window-for-buffer): Remove.
6784 (bs--show-with-configuration): Use `get-window-with-predicate'
6785 instead of `bs--window-for-buffer'.
6787 2006-11-10 Kenichi Handa <handa@m17n.org>
6789 * files.el (revert-buffer): Fix previous change.
6791 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
6793 * bs.el (bs--redisplay): Fix typo in docstring.
6794 (bs--window-config-coming-from): Make frame-local.
6795 (bs--restore-window-config): New function.
6796 (bs-kill, bs-select, bs-select-other-window)
6797 (bs-select-other-frame): Use it.
6798 (bs--window-for-buffer): Return as soon as a matching buffer is found.
6799 (bs--show-with-configuration): Save the window configuration as a
6800 frame local var, and only if *buffer-selection* is not already
6801 visible on this frame.
6803 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
6805 * vc-svn.el (vc-svn-admin-directory): New var.
6806 (vc-svn-registered, vc-svn-responsible-p)
6807 (vc-svn-repository-hostname): Use it.
6808 Suggested by arit93@yahoo.com.
6810 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6812 * ldefs-boot.el: Regenerate.
6814 2006-11-08 Alan Mackenzie <acm@muc.de>
6816 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6817 case (eq open-paren-in-column-0-is-defun-start nil) by searching
6818 for least nested open-paren.
6820 2006-11-08 Romain Francoise <romain@orebokech.com>
6822 * subr.el (remove-overlays): Fix typo in last change.
6824 2006-11-08 Richard Stallman <rms@gnu.org>
6826 * subr.el (remove-overlays): Call overlay-recenter.
6828 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6830 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6831 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6833 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6836 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6838 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6839 (ido-max-dir-file-cache, ido-decorations)
6840 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6841 (ido-magic-backward-char, ido-enter-dired)
6842 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6843 (ido-list-directory, ido-first-match, ido-only-match)
6844 (ido-subdir, ido-indicator): Fix typos in docstrings.
6845 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6846 (ido-read-internal): Fix typo in error message.
6848 2006-11-08 Kenichi Handa <handa@m17n.org>
6850 * international/mule-cmds.el (set-default-coding-systems):
6851 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6853 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6855 * makefile.w32-in (setwins): Remove.
6856 (WINS_ALMOST): New macro.
6858 (autoloads): Don't extract autoloads from files in obsolete/.
6860 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
6862 * whitespace.el (whitespace-buffer): Call remove-overlays after
6863 overlay-recenter for performance. Suggested by Martin Rudalics.
6865 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6867 * net/tramp.el (tramp-default-method): scp is the default method.
6869 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6871 * server.el (server-start): Save also the Emacs pid in the server file.
6873 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6875 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6876 point when displaying a bibtex cross reference in the echo area.
6878 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6880 * international/mule.el (make-char): Fix typo in docstring.
6881 (load-with-code-conversion, charsetp): Doc fixes.
6883 * international/ja-dic-cnv.el (skkdic-convert):
6884 * cus-edit.el (hook): Fix typo in docstring.
6886 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6888 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6889 (custom-mode-link-map): New variable.
6890 (custom-group-link, custom-manual): Use follow-link.
6892 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6894 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6895 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
6897 2006-11-06 Richard Stallman <rms@gnu.org>
6899 * textmodes/flyspell.el (flyspell-correct-word-before-point):
6900 New function broken out of flyspell-correct-word.
6901 (flyspell-mode-map): Bind it to M-RET.
6902 (flyspell-correct-word): Call it.
6904 * textmodes/fill.el (fill-minibuffer-function): New function.
6905 (fill-paragraph): Bind fill-paragraph-function to
6906 fill-minibuffer-function.
6908 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6909 so that they aren't undefined.
6911 * dired.el (dired-readin): Locally bind file-name-coding-system.
6913 * bindings.el: Shorten and clarify usual mode line mouse help string.
6915 * Makefile.in (autoloads): Don't include `obsolete'.
6917 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6919 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6920 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6921 Printing menu if it's not initialized.
6922 (pr-menu-bind): Act on menu-bar-file-menu directly.
6924 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6926 * help.el (view-emacs-news): Fix typo in error message.
6928 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6930 * shadowfile.el (shadow-define-regexp-group)
6931 (shadow-literal-groups, shadow-insert-var): Doc fixes.
6932 (shadow-read-files): Fix typo in message.
6933 (shadow-inhibit-overload, shadow-find, shadow-suffix)
6934 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6935 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6936 (shadow-file-match): Fix typos in docstrings.
6938 * terminal.el (terminal-emulator): Fix typo in message.
6940 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6942 * emacs-lisp/lselect.el (x-kill-primary-selection)
6943 (x-delete-primary-selection, x-copy-primary-selection):
6944 Fix typos in error messages.
6946 * emulation/edt-mapper.el: Fix typo in interactive message.
6948 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6950 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6951 (ispell-help): Fix typos in docstrings.
6952 (ispell-help): Fix typo in output message.
6954 * allout.el (allout-adjust-file-variable)
6955 (allout-passphrase-verifier-string)
6956 (allout-passphrase-hint-string)
6957 (allout-toggle-current-subtree-encryption):
6958 * apropos.el (apropos-synonyms):
6959 * cus-edit.el (hook):
6960 * emacs-lock.el (emacs-lock-from-exiting):
6961 * follow.el (follow-avoid-tail-recenter-p):
6962 * hexl.el (hexl-mode):
6963 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6964 * mouse.el (mouse-set-font):
6965 * resume.el (resume-emacs-args-file):
6966 * rfn-eshadow.el (file-name-shadow-tty-properties):
6967 * t-mouse.el (t-mouse-process, t-mouse-mode):
6968 * emacs-lisp/cust-print.el (custom-print-install)
6969 (custom-print-uninstall, custom-format):
6970 * emacs-lisp/shadow.el (list-load-path-shadows):
6971 * emulation/tpu-edt.el (tpu-help-text)
6972 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6973 (tpu-reset-control-keys):
6974 * emulation/vip.el (vip-emacs-local-map)
6975 (vip-change-mode-to-emacs):
6976 * emulation/viper.el (viper-mode, viper-set-hooks)
6977 (viper-major-mode-modifier-list):
6978 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6979 * emulation/viper-keym.el (viper-emacs-kbd-map)
6981 * mail/feedmail.el (feedmail-queue-reminder)
6982 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6983 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6984 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6985 (feedmail-sender-line, feedmail-force-binary-write)
6986 (feedmail-from-line, feedmail-deduce-envelope-from)
6987 (feedmail-x-mailer-line, feedmail-message-id-generator)
6988 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6989 (feedmail-enable-spray, feedmail-spray-this-address)
6990 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6991 (feedmail-queue-runner-confirm-global)
6992 (feedmail-ask-before-queue-prompt)
6993 (feedmail-ask-before-queue-reprompt)
6994 (feedmail-prompt-before-queue-standard-alist)
6995 (feedmail-prompt-before-queue-user-alist)
6996 (feedmail-prompt-before-queue-help-supplement)
6997 (feedmail-queue-use-send-time-for-message-id)
6998 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6999 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7000 (feedmail-mail-send-hook-queued)
7001 (feedmail-confirm-addresses-hook-example)
7002 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7003 (feedmail-queue-runner-mode-setter)
7004 (feedmail-queue-alternative-mail-header-separator)
7005 (feedmail-queue-runner-message-sender)
7006 (feedmail-buffer-eating-function, feedmail-binmail-template)
7007 (feedmail-run-the-queue-no-prompts)
7008 (feedmail-run-the-queue-global-prompt)
7009 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7010 (feedmail-envelope-deducer, feedmail-fiddle-date)
7011 (feedmail-default-message-id-generator)
7012 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7013 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7014 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7016 * play/dunnet.el (dun-help):
7017 * play/handwrite.el (handwrite):
7018 * play/hanoi.el (hanoi-unix-64):
7019 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7020 * textmodes/enriched.el (fixed):
7021 * textmodes/org.el (org-file-apps)
7022 (org-emphasis-regexp-components, org-emphasis-alist):
7023 * textmodes/texinfmt.el (batch-texinfo-format):
7024 Fix typos in docstrings.
7026 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
7028 * loadhist.el (read-feature): Don't complete features not loaded
7029 from a file (which make `unload-feature' to fail).
7031 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7033 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7035 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7037 * startup.el (command-line-1): Kill emacs if the last frame is
7038 deleted while evaluating the command-line arguments.
7040 2006-11-05 Richard Stallman <rms@gnu.org>
7042 * startup.el (init-file-had-error): Add doc string.
7043 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7044 Use fixed-width font for keyboard key descriptions.
7046 * cus-edit.el (custom-save-all): Error if saving in .emacs
7047 and it had an error when loaded.
7049 * dired-aux.el (dired-copy-file-recursive): Catch errors
7050 from recursive copies in the loop, around the recursive call.
7052 2006-11-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7054 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7055 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
7056 `/proc/acpi/thermal_zone/*'.
7057 (battery-search-for-one-match-in-files): New. Search a regexp in
7058 the content of some files.
7060 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7062 * window.el (mouse-autoselect-window-now): Remove variable.
7063 (mouse-autoselect-window-state): New variable.
7064 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7065 (mouse-autoselect-window-select, handle-select-window):
7066 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7067 Suspend delayed autoselection during menu or popup dialog.
7069 * info-look.el (info-lookup-guess-custom-symbol): New function
7070 for retrieving symbol at point in custom buffers.
7071 (top level) <info-lookup-maybe-add-help>: Add backquote and
7072 comma to ignored characters in regexps of help specifications
7073 for emacs-lisp-mode and lisp-interaction-mode. This permits
7074 looking up symbols in `...' and after a comma. Add help
7075 specifications for custom-mode and help-mode.
7077 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7079 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7080 Don't encode body if RAW is non-nil, or if the old encoding is
7081 identical to the new encoding, or if the body contains only
7082 eight-bit-* characters.
7084 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7086 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7087 (faces-sample-overlay): Remove variable.
7088 (describe-face): Insert sample text in the face being described.
7090 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7092 * whitespace.el (whitespace-indent-regexp): Make this match any
7093 multiples of eight spaces near the beginning of a line.
7094 (whitespace-buffer): Use `remove-overlays' instead of
7095 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7096 speed up overlay handling.
7097 (whitespace-buffer-leading, whitespace-buffer-trailing):
7098 Make these functions highlight the text removed by
7099 `whitespace-buffer-leading-cleanup' and
7100 `whitespace-buffer-trailing-cleanup' respectively.
7101 (whitespace-buffer-search): Use `with-local-quit'.
7102 Move `format' out of loop to speed up scanning larger buffers.
7103 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7104 that function is never added to a hook.
7105 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7106 (whitespace-buffer-leading-cleanup)
7107 (whitespace-refresh-rescan-list): Fix docstrings.
7109 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7111 * allout.el (allout-during-yank-processing): Cue for inhibiting
7112 aberrance processing during yanks.
7113 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7114 the amount of yanked topics that can be aberrant.
7115 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7116 a function, and supplement with inihibition of doublechecking
7118 (allout-beginning-of-line, allout-next-heading)
7119 (allout-previous-heading, allout-goto-prefix-doublechecked)
7120 (allout-back-to-current-heading, allout-next-visible-heading)
7121 (allout-next-sibling): Use new allout-do-doublecheck function.
7122 (allout-next-sibling): Ensure we made progress when returning
7124 (allout-rebullet-heading): Preserve text property annotations
7125 indicating the text was hidden, if it was.
7126 (allout-kill-line): Remove any added was-hidden annotations.
7127 (allout-kill-topic): Remove any added was-hidden annotations.
7128 (allout-annotate-hidden): Inhibit adding was-hidden text
7129 properties to the undo list.
7130 (allout-deannotate-hidden): New function to remove was-hidden
7132 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7133 (allout-remove-exposure-annotation): Replace by
7134 allout-deannotate-hidden.
7135 (allout-yank-processing): Signal that yank processing is happening
7136 with allout-during-yank-processing. Also, wrap
7137 allout-unprotected's closer to the text changes, for easier
7138 debugging. We need to inhibit-field-text-motion explicitly, in
7139 lieu of the encompassing allout-unprotected.
7140 (outlineify-sticky): Adjust criteria for triggering new outline
7141 decorations to presence or absence of any topics, not just a topic
7142 at the beginning of the buffer.
7144 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7146 * bs.el (bs--show-all, bs--redisplay):
7147 * cus-edit.el (custom-unlispify-menu-entries)
7148 (custom-unlispify-tag-names, custom-prompt-variable):
7149 * expand.el (expand-pos):
7150 * speedbar.el (speedbar-generic-list-tag-p):
7151 * wid-edit.el (widget-image-enable):
7152 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7153 * emacs-lisp/find-func.el (find-function-noselect)
7154 (find-function, find-variable-noselect, find-variable)
7155 (find-definition-noselect, find-face-definition):
7156 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7157 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7158 * progmodes/ada-xref.el (ada-find-in-ali):
7159 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7160 * textmodes/org.el (org-copy-subtree):
7161 * textmodes/table.el (table--row-column-insertion-point-p):
7162 Use "non-nil" in docstrings.
7164 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7166 * sort.el (sort-columns): Set the field separator to tab; on
7167 NetBSD, sort complains if "\n" is used as field separator.
7169 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7171 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7173 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7175 * server.el (server-auth-key): Remove. Replace by a process-property.
7176 (server-start): Don't remove the file of the previous process, but
7177 instead clear out the place for the new file.
7178 (server-start): Set the :auth-key property.
7179 (server-process-filter): Use the :auth-key property.
7181 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7183 * textmodes/org.el (org-mode-map): No longer copy
7184 `outline-mode-map' explicitly - this is already done by
7185 `define-derived-mode'.
7187 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7189 * server.el (server-visit-files): Use `when'.
7190 (server-process-filter): When authentication fails, send error
7191 message to client. Wrap `process-send-region' in `ignore-errors'
7192 instead of `condition-case', and remove misleading comment.
7194 2006-11-01 Juri Linkov <juri@jurta.org>
7196 * simple.el (yank): Doc fix.
7198 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7200 * server.el: Try and fit within 80 columns.
7201 (server-start): Make the auth file unreadable by other users.
7203 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7205 * battery.el (battery-linux-proc-acpi): Prevent range error when
7206 `full-capacity' is 0.
7208 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7210 * faces.el (faces-sample-overlay): New defvar.
7211 (faces-sample-overlay): New function to show face sample text.
7212 (describe-face): Use it.
7214 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7216 * progmodes/ada-stmt.el: Change maintainer, apply
7217 whitespace-cleanup, checkdoc.
7218 (ada-func-or-proc-name): Add doc string.
7220 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7221 whitespace-cleanup, checkdoc. Minor improvements to many doc
7222 strings and comments.
7223 (ada-prj-display-page): Change buffer name to more accurately
7226 * progmodes/ada-xref.el: Change maintainer, apply
7227 whitespace-cleanup, checkdoc. Minor improvements to many doc
7228 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7229 (ada-compile-current): Don't add newlines to commands.
7231 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7233 * server.el: Add support for TCP sockets.
7234 (server-use-tcp, server-host, server-auth-dir): New options.
7235 (server-auth-key): New variable.
7236 (server-ensure-safe-dir): Create nonexistent parent dirs.
7237 Ignore Unix-style file modes on Windows.
7238 (server-start): Crete a TCP or Unix socket according to the value
7239 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7240 `server-auth-dir' directory.
7241 (server-process-filter): Delete process if authentication
7242 fails (which never happens for Unix sockets).
7244 2006-10-30 David Kastrup <dak@gnu.org>
7246 * subr.el (add-to-list): Don't continue checking if a match has
7249 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7251 * tutorial.el: Move defvars to avoid bytecomp warnings.
7252 (tutorial--find-changed-keys): Check if viper-current-state is
7253 bound before using it.
7254 (help-with-tutorial): Check if viper-tutorial is defined before
7257 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7259 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7261 * tutorial.el: New file.
7262 (help-with-tutorial): Move here from help-fns.el. Added help for
7263 rebound keys. Fixed resume of tutorial.
7264 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7265 (tutorial--find-changed-keys, tutorial--display-changes)
7266 (tutorial--saved-dir, tutorial--saved-file)
7267 (tutorial--save-tutorial): New functions to support the changes in
7270 2006-10-30 Kenichi Handa <handa@m17n.org>
7272 * files.el (revert-buffer): If a unibyte buffer is being reverted
7273 with a coding system for multibyte, set buffer multibyte before
7274 calling insert-file-contents.
7276 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7278 * server.el (server-select-display): Use a dummy buffer to detect when
7279 the frame is later used.
7280 (server-select-display): New function.
7281 (server-process-filter): Use it to detect unused temp frames.
7283 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7285 * progmodes/ada-mode.el: Change maintainer, apply
7286 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7287 (ada-mode-version): New function.
7288 (ada-create-menu): Menu operations are available for all supported
7291 2006-10-29 Lars Hansen <larsh@soem.dk>
7293 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7294 Highlight as keyword.
7295 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7296 Don't call tramp-method-out-of-band-p for local files.
7297 (tramp-touch): Quote file name.
7299 2006-10-28 Glenn Morris <rgm@gnu.org>
7301 * calendar/calendar.el (cal-html-cursor-month)
7302 (cal-html-cursor-year): Add autoloads for this new package.
7303 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7305 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7307 * calendar/cal-html.el: New file.
7309 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7311 * emacs-lisp/authors.el (authors-aliases): Update.
7313 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7315 * version.el (emacs-version): Bump version number to 22.0.90.
7317 2006-10-26 John W. Eaton <jwe@octave.org>
7319 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7321 (inferior-octave-resync-dirs): Check to see whether Octave has
7322 built-in variables and set inferior-octave-has-built-in-variables.
7323 Check inferior-octave-has-built-in-variables to decide whether to
7324 send commands that set built-in variables or call functions to
7325 change Octave's behavior.
7326 Send "disp (pwd ())" to Octave instead of just "pwd".
7327 (inferior-octave-startup): Send "more off" to Octave instead of
7328 "page_screen_output = 0".
7330 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7332 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7335 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7337 * bindings.el (mode-line-mode-menu): Remove bindings for global
7338 minor modes (line/column number) as they are on the menubar.
7340 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7342 * term/w32-win.el (x-handle-name-switch): Doc fix.
7343 (w32-standard-fontset-spec): Fix typo in docstring.
7345 * midnight.el (midnight-buffer-display-time): Doc fix.
7346 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7348 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7350 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7352 * viper-ex.el (ex-read): Quote file argument.
7354 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7356 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7358 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7360 * textmodes/flyspell.el (flyspell-check-region-doublons):
7363 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7365 * bindings.el (mode-line-mode-menu): List global minor modes
7368 2006-10-23 Kim F. Storm <storm@cua.dk>
7370 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7371 (sit-for): If last command was a prefix arg, add the read-ahead
7372 event to unread-command-events as (t . EVENT) so it will be added
7373 to this-command-keys by read-key-sequence.
7375 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7377 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7378 whitespace when checking doublons.
7379 (flyspell-check-region-doublons): Fix doublon regexp.
7380 (flyspell-highlight-incorrect-region): Highlight doublons using
7381 flyspell-duplicate face.
7383 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7385 2006-10-22 John Wiegley <johnw@newartisans.com>
7387 * progmodes/python.el (python-use-skeletons): python-mode was
7388 auto-inserting templates (for those with abbrev-mode on), not only
7389 by default -- *but without a configuration variable to disable
7390 it*. This rendered python-mode completely useless for me, so I
7391 have added `python-use-skeletons', which is now off by default.
7393 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7395 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7396 font-lock-multiline is auto-local (it's not).
7397 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7398 initialized before calling cperl-init-faces.
7400 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7402 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7403 gdb-stack-position a value when there is no fringe.
7405 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7406 indicator if not visiting a file.
7408 2006-10-20 David Kastrup <dak@gnu.org>
7410 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7411 operation would still cause some window to collapse later.
7413 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7415 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7416 side-effect due to mixing various backends's file properties.
7418 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7419 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7420 Return `filename's status if applicable. Update callers.
7422 2006-10-19 Kenichi Handa <handa@m17n.org>
7424 * international/kkc.el (kkc-region): When a key sequence is not
7425 defined, append (this-single-command-raw-keys) to
7426 unread-input-method-events.
7428 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7430 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7432 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7434 * version.el (emacs-version): Use mac-carbon-version-string.
7436 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7438 2006-10-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7440 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7442 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7443 the selection is not UTF-8.
7445 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7447 * progmodes/ada-mode.el (ada-83-string-keywords)
7448 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7449 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7450 (ada-looking-at-semi-private, ada-get-body-name):
7451 Fix typos in docstrings.
7452 (ada-create-case-exception, ada-create-case-exception-substring):
7453 Fix typos in error messages.
7454 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7456 2006-10-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7458 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7459 to default-frame-alist if default-frame-alist already contains
7462 2006-10-18 Richard Stallman <rms@gnu.org>
7464 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7465 Non-interactive arg is the value, not the expression.
7467 * simple.el (read-expression-map): Just set it, no defvar.
7469 * subr.el (insert-for-yank-1): If last inserted char has
7470 properties, mark them as rear-nonsticky.
7472 * recentf.el (recentf-mode): Doc fix.
7474 * facemenu.el (facemenu-add-new-face): Defend against symbol
7475 that isn't a face name.
7477 * dired-aux.el (dired-do-copy): Doc fix.
7479 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7481 * simple.el (line-move-1): Ignore fields when moving to the
7482 beginning of line to avoid getting point stuck.
7484 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7486 * textmodes/flyspell.el (flyspell-word-search-backward):
7487 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7490 2006-10-16 Richard Stallman <rms@gnu.org>
7492 * help-fns.el (describe-function-1): Special case optimization
7493 for self-insert-command.
7495 2006-10-16 Kim F. Storm <storm@cua.dk>
7497 * ido.el (ido-reread-directory): Work in `dir' mode too.
7499 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7501 * textmodes/table.el: Require 'regexp-opt.
7503 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7505 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7506 Use shell-quote-argument.
7508 * shell.el (explicit-bash-args): Likewise.
7510 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7511 Use grep -E rather than egrep.
7513 2006-10-15 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7515 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7517 2006-10-15 Kim F. Storm <storm@cua.dk>
7519 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7521 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7523 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7524 to protect whitespace and metacharacters from the shell.
7526 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7528 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7530 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7532 * subr.el (start-process-shell-command): Doc fix.
7534 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7536 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7537 the regexp for Maxima symbols.
7539 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7541 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7542 (vc-find-root): Don't walk higher up than ~.
7544 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7546 * international/utf-8.el (utf-translate-cjk-load-tables):
7547 Avoid clobbering last-coding-system-used during load.
7549 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7551 * textmodes/reftex-global.el (reftex-create-tags-file):
7552 Quote file arguments.
7554 2006-10-12 Richard Stallman <rms@gnu.org>
7556 * files.el (file-name-history): Add defvar.
7557 (save-some-buffers-action-alist): Improve description strings.
7559 2006-10-12 Andreas Schwab <schwab@suse.de>
7561 * files.el (auto-mode-alist): Match change log file name also with
7562 a dash before a numeric extension.
7564 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7566 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7568 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7570 After 5.1: Major edit. Summary of most visible changes:
7572 - Multiple <<HERE per line allowed.
7573 - Handles multiline subroutine declaration headers (with comments).
7574 (The exception is `cperl-etags' - but it is not used in the rest
7576 - Fontifies multiline my/our declarations (even with comments,
7577 and with legacy `font-lock').
7578 - Major speedup of syntaxification, both immediate and postponed
7579 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7580 huge real-life document I tested).
7581 - New bindings, edits to imenu.
7582 - "_" is made into word-char during fontification/syntaxification;
7583 some attempts to recognize non-word "_" during other operations too.
7584 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7585 - autoload some more perldoc-related stuff
7586 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7587 - Attempt to incorporate XEmacs edits which reached me.
7589 Fine-grained changelog:
7590 (cperl-hook-after-change): New configuration variable.
7591 (cperl-vc-sccs-header): Likewise.
7592 (cperl-vc-sccs-header): Likewise.
7593 (cperl-vc-header-alist): Default via two preceding variables.
7594 (cperl-invalid-face): Remove double quoting under XEmacs
7595 (still needed under 21.2).
7596 (cperl-tips): Update URLs for resources.
7597 (cperl-problems): Likewise.
7598 (cperl-praise): Mention new features.
7599 New C-c key bindings: for `cperl-find-bad-style',
7600 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7601 `cperl-perdoc', and `cperl-perldoc-at-point'.
7602 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7603 moved, new submenu of Tools with Ispell entries and narrowing.
7604 (cperl-after-sub-regexp): New defsubst.
7605 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7606 Allows heads up to head4.
7608 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7609 (paren-backwards-message): ??? Something for XEmacs???
7610 (cperl-mode): Never auto-switch abbrev-mode off.
7611 Try to allow '_' be non-word char.
7612 Do not use `font-lock-unfontify-region-function' on XEmacs.
7613 Reset syntax cache on mode start.
7614 Support multiline facification (even on legacy `font-lock').
7615 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7616 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7617 refuse to inform us whether the fontification is due to lazy
7618 calling or due to edit to a buffer, install our own hook
7619 (controlled by `cperl-hook-after-change').
7620 (cperl-electric-pod): =cut may have been recognized as start.
7621 (cperl-block-p): Move, updatedfor attributes.
7622 (cperl-calculate-indent): Try to allow '_' be non-word char
7623 Support subs with attributes.
7624 (cperl-where-am-i): Quiet (?) a warning.
7625 (cperl-cached-syntax-table): New function.
7626 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7627 (cperl-unwind-to-safe): Recognize `syntax-type' property
7628 changing in a middle of line.
7629 (cperl-find-sub-attrs): New function.
7630 (cperl-find-pods-heres): Allow many <<EOP per line.
7631 Allow subs with attributes.
7632 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7633 Recognize "extproc " (OS/2) case-folded and only at start.
7634 /x on s///x with empty replacement was not recognized.
7636 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7637 Allow subs with attributes, labels.
7638 Do not confuse "else::foo" with "else".
7639 Minor optimizations...
7640 (cperl-after-expr-p): Try to allow '_' be non-word char.
7641 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7642 with `looking-at' inside `narrow' and bulk out if found.
7643 (cperl-imenu--create-perl-index): Updates for new
7644 `cperl-imenu--function-name-regexp-perl'.
7645 (cperl-outline-level): Likewise.
7646 (cperl-init-faces): Allow multiline subroutine headers
7647 and my/our declarations, and ones with comments.
7648 Allow subroutine attributes.
7649 (cperl-imenu-on-info): Better docstring.
7650 (cperl-etags): Rudimentary support for attributes.
7651 Support for packages and "package;".
7652 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7653 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7654 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7655 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7656 (cperl-perldoc): Add autoload.
7657 (cperl-perldoc-at-point): Likewise.
7658 (cperl-here-doc-spell): New function.
7659 (cperl-pod-spell): Likewise.
7660 (cperl-map-pods-heres): Likewise.
7661 (cperl-get-here-doc-region): Likewise.
7662 (cperl-font-lock-fontify-region-function): Likewise (backward
7663 compatibility for legacy `font-lock').
7664 (cperl-font-lock-unfontify-region-function): Fix style.
7665 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7666 calls with no-change. Governed by `cperl-hook-after-change'.
7667 (cperl-fontify-update): Recognize that syntaxification region
7668 can be larger than fontification one.
7669 XXXX we leave `cperl-postpone' property, so this is quadratic...
7670 (cperl-fontify-update-bad): Temporary placeholder until
7671 it is clear how to implement `cperl-fontify-update'.
7672 (cperl-time-fontification): New function.
7673 (attrib-group): New text attribute.
7674 (multiline): New value: `syntax-type' text attribute.
7677 (cperl-emulate-lazy-lock): New function.
7678 (cperl-fontify-syntaxically): Would skip large regions.
7679 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7680 Some globals were declared, but uninitialized.
7683 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7684 Copyright message updated.
7685 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7686 facification down a bit.
7687 Misprint for my|our|local for old `font-lock'
7688 "our" was not fontified same as "my|local".
7689 Highlight variables after "my" etc even in
7690 a middle of an expression.
7691 Do not facify multiple variables after my etc
7692 unless parentheses are present.
7695 (cperl-fontify-syntaxically): after-change hook could reset.
7696 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7699 (cperl-init-faces): Allow highlighting of local ($/).
7700 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7701 (cperl-problems): Remove fixed problems.
7702 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7703 Recognize charclasses (unless delimiter is \).
7704 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7705 (cperl-regexp-scan): Update docs.
7706 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7709 Major user visible changes:
7710 Recognition and fontification of character classes in RExen.
7711 Variable indentation of RExen according to groups.
7713 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7714 Fontify REx charclasses in variable-name face.
7715 Fontify POSIX charclasses in "type" face.
7716 Fontify unmatched "]" in function-name face.
7717 Mark first-char of HERE-doc as `front-sticky'.
7718 Reset `front-sticky' property when needed.
7719 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7720 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7721 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7722 constructs. Support `narrow'ed buffers.
7723 (cperl-praise): Remove a reservation.
7724 (cperl-make-indent): New function.
7725 (cperl-indent-for-comment): Use `cperl-make-indent'.
7726 (cperl-indent-line): Likewise.
7727 (cperl-lineup): Likewise.
7728 (cperl-beautify-regexp-piece): Likewise.
7729 (cperl-contract-level): Likewise.
7730 (cperl-toggle-set-debug-unwind): New function.
7731 New menu entry for this.
7732 (fill-paragraph-function): Use when `boundp'.
7733 (cperl-calculate-indent): Take into account groups when indenting RExen.
7734 (cperl-to-comment-or-eol): Recognize # which end a string.
7735 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7736 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7737 (cperl-fontify-syntaxically): More clear debugging message.
7738 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7739 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7740 Merge cosmetic changes from XEmacs.
7743 (cperl-1+): Move to before the first use.
7744 (cperl-1-): Likewise.
7748 This code may lock Emacs hard!!! Use at your own risk!
7750 (cperl-font-locking): New internal variable.
7751 (cperl-beginning-of-property): New function.
7752 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7753 instead of `previous-single-property-change'.
7754 (cperl-unwind-to-safe): Likewise.
7755 (cperl-after-expr-p): Likewise.
7756 (cperl-get-here-doc-region): Likewise.
7757 (cperl-font-lock-fontify-region-function): Likewise.
7758 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7760 Bound `next-single-property-change' via `point-max'.
7761 (cperl-unwind-to-safe): Bound likewise
7762 (cperl-font-lock-fontify-region-function): Likewise.
7763 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7764 Initialization of `cperl-font-lock-multiline-start' could be
7765 missed if the "main" fontification did not run due to the
7766 keyword being already fontified.
7767 (cperl-pod-spell): Return t from do-one-chunk function.
7768 (cperl-map-pods-heres): Stop when the worker returns nil.
7769 Call `cperl-update-syntaxification'.
7770 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7771 (cperl-get-here-doc-delim): Remove unused function.
7775 The possible lockup of Emacs (introduced in 5.10) fixed.
7777 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7778 (cperl-syntaxify-for-menu): New customization variable.
7779 (cperl-select-this-pod-or-here-doc): New function.
7780 (cperl-get-here-doc-region): Extra argument.
7781 Do not adjust pos by 1.
7784 (Perl/Tools): Selection of current POD or HERE-DOC section.
7785 (Debugging CPerl:) backtrace on fontification.
7788 (cperl-cached-syntax-table): Use `car-safe'.
7789 (cperl-forward-re): Remove spurious argument SET-ST.
7791 (cperl-forward-group-in-re): New function.
7792 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7793 (XXXX Temporary (?) hack is to syntax-mark them as comment).
7796 (cperl-string-syntax-table): Make { and } not-grouping
7797 (Sometimes they ARE grouping in RExen, but matching them would only
7798 confuse in many situations when they are not)
7799 (beginning-of-buffer): Replace two occurrences with goto-char...
7800 (cperl-calculate-indent): `char-after' could be nil...
7801 (cperl-find-pods-heres): REx can start after "[" too.
7802 Hightlight (??{}) in RExen too.
7803 (cperl-maybe-white-and-comment-rex): New constant
7804 (cperl-white-and-comment-rex): Likewise.
7805 XXXX Not very efficient, but hard to make
7806 better while keeping 1 group.
7809 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7810 Likewise for 1 << identifier.
7813 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7814 Error-less condition-case could fail.
7815 (cperl-font-lock-fontify-region-function): Likewise.
7816 (cperl-init-faces): Likewise.
7819 (cperl-find-pods-heres): Support property REx-part2.
7820 (cperl-calculate-indent): Likewise.
7821 Don't special-case REx with non-empty 1st line.
7822 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7823 Invert highlighting of charclasses:
7824 now the envelop is highlighted.
7825 Highlight many others 0-length builtins.
7826 (cperl-praise): Mention indenting and highlight in RExen.
7829 (cperl-find-pods-heres): Highlight capturing parens in REx.
7832 (cperl-find-pods-heres): Highlight '|' for alternation
7833 Initialize `font-lock-warning-face' if not present.
7834 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7835 `font-lock-function-name-face'.
7836 (cperl-look-at-leading-count): Likewise.
7837 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7838 `font-lock-keyword-face' (needed for
7839 batch processing), etc...
7840 Use `font-lock-builtin-face' for builtin in REx
7841 Now `font-lock-variable-name-face'
7842 is used for interpolated variables
7843 Use "talking aliases" for faces inside REx
7844 Highlight parts of REx (except in charclasses)
7845 according to the syntax and/or semantic
7846 Syntax-mark a {}-part of (?{}) as "comment"
7847 (it was the ()-part)
7848 Better logic to distinguish what is what in REx
7849 (cperl-tips-faces): Document REx highlighting
7850 (cperl-praise): Mention REx syntax highlight etc.
7853 (cperl-find-sub-attrs): Would not always manage to print error message.
7854 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7857 (cperl-find-pods-heres): Misprint in REx for parsing REx.
7858 Very minor optimization.
7859 `my-cperl-REx-modifiers-face' got quoted.
7860 Recognize "print $foo <<END" as HERE-doc.
7861 Put `REx-interpolated' text attribute if needed.
7862 (cperl-invert-if-unless-modifiers): New function.
7863 (cperl-backward-to-start-of-expr): Likewise.
7864 (cperl-forward-to-end-of-expr): Likewise.
7865 (cperl-invert-if-unless): Works in "the opposite way" too.
7866 Cursor position on return is on the switch-word.
7867 Indents comments better.
7868 (REx-interpolated): New text attribute.
7869 (cperl-next-interpolated-REx): New function.
7870 (cperl-next-interpolated-REx-0): Likewise.
7871 (cperl-next-interpolated-REx-1): Likewise.
7872 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7873 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7874 (cperl-praise): Mention finded interpolated RExen.
7877 (cperl-init-faces): Highlight %$foo, @$foo too.
7878 (cperl-short-docs): Better docs for system, exec.
7879 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7880 Would not find HERE-doc ended by EOF without NL.
7881 (cperl-short-docs): Correct not-doubled \-escapes.
7882 start block: Put some `defvar' for stuff gone from XEmacs.
7885 initial comment: Extend copyright, fix email address.
7886 (cperl-indent-comment-at-column-0): New customization variable.
7887 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7888 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7889 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7890 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7891 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7892 highlight $ in $foo too (UNTESTED).
7893 (cperl-set-style): Docstring missed some available styles.
7894 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7895 Change "Current" to "Memorize Current".
7896 (cperl-indent-wrt-brace): New customization variable; the default is
7897 as for pre-5.2 version.
7898 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7899 (cperl-style-alist): Likewise.
7900 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7901 and `cperl-extra-newline-before-brace' etc
7903 (cperl-indent-exp): Plans B and C to find continuation blocks even
7904 if `cperl-extra-newline-before-brace' is t.
7907 Improve some docstrings concerning indentation.
7908 (cperl-indent-rules-alist): New variable.
7909 (cperl-sniff-for-indent): New function name
7910 (separated from `cperl-calculate-indent').
7911 (cperl-calculate-indent): Separate the sniffer and the indenter;
7912 uses `cperl-sniff-for-indent' now.
7913 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7915 Support `comment-column' = 0.
7917 2006-10-11 Martin Rudalics <rudalics@gmx.at>
7919 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7920 * help-at-pt.el (scan-buf-move-to-region): Likewise.
7921 * longlines.el (longlines-window-change-function): Likewise.
7922 * simple.el (undo-ask-before-discard): Likewise.
7923 * wid-edit.el (widget-field-prompt-internal)
7924 (widget-documentation-link-p): Likewise.
7926 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7928 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7931 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7933 * newcomment.el (comment-valid-prefix-p): Make the check
7934 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
7935 (comment-indent-new-line): Adjust call.
7937 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
7939 * allout.el (allout-back-to-current-heading): Base on lower-level
7940 routines to get proper disqualification of aberrant topics.
7942 2006-10-09 Richard Stallman <rms@gnu.org>
7944 * textmodes/two-column.el (2C-two-columns): Doc fix.
7946 2006-10-09 Kim F. Storm <storm@cua.dk>
7948 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7951 2006-10-08 Richard Stallman <rms@gnu.org>
7953 * textmodes/two-column.el (2C-two-columns): Doc fix.
7955 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7957 * files.el: Mark `buffer-read-only' as safe-local-variable.
7959 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
7961 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7962 Burp if GUD buffer has been killed.
7964 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7966 * completion.el (add-completions-from-c-buffer):
7967 Don't presume an error's second element is a string.
7968 Use looking-at rather than buffer-substring + member.
7970 2006-10-07 Eli Zaretskii <eliz@gnu.org>
7972 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7973 `undecided', call find-coding-systems-region to find a proper
7974 non-trivial encoding.
7975 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7978 2006-10-07 Kevin Ryde <user42@zip.com.au>
7980 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7983 * strokes.el (defgroup strokes): Remove invalid url-link.
7985 2006-10-07 Magnus Henoch <mange@freemail.hu>
7987 * autoinsert.el (auto-insert-alist): Doc fix.
7989 2006-10-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
7991 * mouse-sel.el (mouse-insert-selection-internal):
7992 Use insert-for-yank, so that yank handlers are run.
7994 2006-10-07 Kim F. Storm <storm@cua.dk>
7996 * ido.el (ido-file-extension-aux): Fix comparison.
7998 2006-10-06 Kim F. Storm <storm@cua.dk>
8000 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8002 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
8004 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8005 (ad-make-mapped-call): Use `let', not `let*'.
8007 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
8009 * international/mule-cmds.el (coding-system-change-eol-conversion):
8010 Ensure the coding system is initialized before calling
8011 coding-system-eol-type.
8013 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
8015 * textmodes/org.el (org-rm-props, org-activate-plain-links)
8016 (org-activate-angle-links, org-activate-dates)
8017 (org-activate-target-links, org-activate-camels)
8018 (org-activate-tags): Add `rear-nonsticky' text property to avoid
8019 textproperty keymaps from being active beyond the end of a line.
8020 (org-unfontify-region): Also remove `rear-nonsticky' property.
8022 2006-10-04 Kenichi Handa <handa@m17n.org>
8024 * international/code-pages.el (next): Table fixed.
8026 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8028 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8029 that it's been made unnecessary by removing narrowing.
8031 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8033 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8034 control flow a bit, simplify another bit, and add comments.
8036 2006-10-03 David Kastrup <dak@gnu.org>
8038 * help.el (describe-mode): For clicks on mode-line, use "@"
8039 interactive argument to get the major mode of the click instead of
8042 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8043 in order to better redirect mouse-2 clicks. Also allow default
8046 2006-10-03 Kim F. Storm <storm@cua.dk>
8048 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8049 (pushnew): Fix last change.
8051 2006-10-03 Denis St
\e,A|
\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
8053 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8054 Use the interactive spec of `eval-expression'.
8056 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
8058 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8060 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8062 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8065 2006-10-02 Kenichi Handa <handa@m17n.org>
8067 * international/code-pages.el (iso-8859-6): Table fixed.
8069 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8071 * dired.el (dired-build-subdir-alist): Fix previous change.
8073 2006-10-01 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
8075 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8077 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8079 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8080 "define-button-type".
8082 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8083 they don't keep accumulating.
8085 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8087 * ffap.el (ffap-rfc-path): Change the address of the RFC
8088 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8090 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8092 * allout.el (allout-expose-topic): Rectify implementation of "+"
8093 spec, so that bodies are not exposed with headlines.
8095 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8097 * allout.el (allout-current-depth): Do aberrent check only at or
8098 below doublecheck depth.
8099 (allout-chart-subtree): Make it explicit that LEVELS being nil
8100 means unlimited depth. Drop undocumented support for LEVELS value
8101 t meaning unlimited depth. (This is consistent with
8102 allout-chart-to-reveal, but contrary to allout-show-children,
8103 which needs to use nil to default to depth of 1.)
8104 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8105 (allout-chart-to-reveal): Be explicit in docstring about meaning
8106 of nil LEVELS, and drop support for LEVELS value t.
8107 (allout-show-children): Translate the level spec used by this
8108 routine to that used by allout-chart-subtree and
8109 allout-chart-to-reveal.
8110 (allout-show-to-offshoot): Retry once when stuck, after opening
8111 subtree - improvements in discontinuity handling likely will
8114 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8116 * wid-edit.el (widget-button-click-moves-point): New variable.
8117 (widget-button-click): If widget-button-click-moves-point is
8118 non-nil, set point after performing the button action.
8120 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8122 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8124 * files.el (find-file-existing): Modify to not allow wildcards.
8126 2006-09-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
8128 * simple.el (undo-more): When undo information for the region is
8129 exhausted, say "No further undo information FOR REGION".
8131 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8133 * progmodes/sh-script.el (sh-prev-thing):
8134 Take `sh-leading-keywords' into account.
8136 2006-09-29 Glenn Morris <rgm@gnu.org>
8138 * custom.el (defcustom): Doc fix.
8140 * calendar/calendar.el (european-calendar-style):
8141 Call european-calendar or american-calendar as needed when set.
8142 (diary-view-entries, list-calendar-holidays): Move autoloads
8145 2006-09-29 Juri Linkov <juri@jurta.org>
8147 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8148 to nil if there is no previous property change.
8150 2006-09-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8152 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8153 saving anything to be sure that `forward-sexp' behaves correctly.
8155 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8157 * simple.el (line-move-finish): Ignore field boundaries if the
8158 initial and final points have the same `field' property.
8160 2006-09-29 Kim F. Storm <storm@cua.dk>
8162 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8163 to t while calling ido-read-internal.
8165 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8167 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8168 (org-archive-subtree): Remove erraneous `]' from character list.
8170 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8172 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8173 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8174 markers for data-area and parameters-area.
8176 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8178 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8180 * font-lock.el (font-lock-after-change-function): Refontify next line
8181 as well if end is at BOL.
8182 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8183 only extend the region as much as needed.
8185 2006-09-28 Richard Stallman <rms@gnu.org>
8187 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8189 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8191 * international/mule.el (after-insert-file-set-coding):
8192 If VISIT, don't let set-buffer-multibyte make undo info.
8194 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8196 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8197 lines in base64-encoded authentication response.
8199 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8201 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8202 (ebnf-version): New version 4.3.
8203 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8204 (ebnf-prologue): Adjust PostScript programming.
8205 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8206 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8208 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8210 * jit-lock.el (jit-lock-force-redisplay): Rename from
8211 jit-lock-fontify-again, and undo the mistaken change I've just done.
8213 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8214 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8216 2006-09-26 Kenichi Handa <handa@m17n.org>
8218 * startup.el (display-splash-screen): Allow a prefix argument.
8220 2006-09-25 Jason Rumney <jasonr@gnu.org>
8222 * subr.el (shell-quote-argument): Use DOS logic for Windows
8223 shells with DOS semantics.
8225 2006-09-24 Richard Stallman <rms@gnu.org>
8227 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8228 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8229 to delete the overlay. Put it on pre-command-hook.
8231 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8233 * startup.el (fancy-splash-screens, normal-splash-screen):
8234 Call the splash buffer *About GNU Emacs*.
8236 * simple.el (next-error-highlight, next-error-highlight-no-select):
8238 (yank-excluded-properties): Add `fontified'.
8240 * font-lock.el (font-lock-compile-keywords): Allow value of
8241 syntax-begin-function to enable paren-column-0 highlighting.
8243 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8245 * dired.el (dired-build-subdir-alist): When file ends in colon,
8246 don't exit the loop, just disregard that file.
8248 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8250 * simple.el (line-move-finish): Handle corner case for fields in
8252 (line-move-1): Remove flawed test for that case.
8254 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8256 * icomplete.el (icomplete-simple-completing-p): Use the correct
8257 name for the new variable, `icomplete-with-completion-tables'.
8258 (file local variables): Remove superfluous setting.
8260 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8262 * calendar/appt.el (appt-check): Fix typo for appointments just
8265 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8267 * help.el (describe-key-briefly, describe-key): Don't expect an
8268 extra up event if a down-event is generated by a popup menu.
8270 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8272 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8273 local dictionary when changing the global dictionary.
8275 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8277 * icomplete.el (icomplete-with-completion-tables): List of
8278 specialized completion tables with which icomplete should
8279 operate. Include the new `internal-complete-buffer', so icomplete
8280 works with interactive buffer-selection.
8281 (icomplete-simple-completing-p): Add acceptance of specialized
8282 completion tables listed in icomplete-with-completion-tables.
8284 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8286 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8288 * startup.el (command-line): Use `custom-reevaluate-setting' for
8289 `focus-follows-mouse'.
8291 2006-09-22 Richard Stallman <rms@gnu.org>
8293 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8294 explain why Save is not available.
8296 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8298 * woman.el (woman0-so): Use `let*', not `let'.
8299 (woman-horizontal-line): Remove unbalanced parenthesis.
8301 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8303 * woman.el: Make sure all the end-of-region markers we use have
8304 a non-nil insertion-type.
8305 (woman0-so): Move things around so we can use copy-marker.
8306 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8308 (woman2-process-escapes): Check marker type.
8309 (woman-horizontal-line): Dispense with the use of a marker.
8311 2006-09-22 Jay Belanger <belanger@truman.edu>
8313 * calc/calc-lang.el: Add Greek letters to math-variable-table
8316 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8318 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8320 2006-09-22 Masatake YAMATO <jet@gyve.org>
8322 * add-log.el (add-log-current-defun): Use `forward-sexp'
8323 instead of `forward-word' to pick c++::symbol.
8324 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8326 2006-09-22 Kenichi Handa <handa@m17n.org>
8328 * bindings.el: Fix setting self-insert-command for multibyte
8329 characters in global-map.
8331 2006-09-21 David Kastrup <dak@gnu.org>
8333 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8336 2006-09-21 Kenichi Handa <handa@m17n.org>
8338 * language/european.el ("Latin-1"): Add windows-1252 to
8340 ("German"): Likewise.
8342 2006-09-21 Kim F. Storm <storm@cua.dk>
8344 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8345 Suggested by Miles Bader.
8347 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8348 instead of add-to-list in the simple case.
8350 2006-09-20 Kenichi Handa <handa@m17n.org>
8352 * isearch.el (isearch-process-search-char): Cancel the previous change.
8353 (isearch-search-string): New function.
8354 (isearch-search): Use isearch-search-string.
8355 (isearch-lazy-highlight-search): Likewise.
8357 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8359 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8360 string to become an option.
8362 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8364 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8366 2006-09-20 Kim F. Storm <storm@cua.dk>
8368 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8369 position t instead of trying both window-end and window-end - 1.
8371 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8373 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8376 2006-09-20 David Kastrup <dak@gnu.org>
8378 * mouse.el (mouse-posn-property): Improve doc string.
8379 (mouse-on-link-p): Change buffers for function calls on links.
8381 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8382 buffer is read-only.
8384 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8386 * allout.el (allout-unprotected): Let inhibit-read-only only when
8387 buffer-read-only isn't set.
8388 (allout-annotate-hidden): Enable topic annotation during copies even
8389 when the buffer is read-only, eg for topic copies. Ensure that the loop
8390 advances, even when the span extends beyond the deletion region.
8391 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8392 rather than allout-exposure-changed-hook, as a stronger assertion.
8393 (allout-keybindings-list): Add bindings for
8394 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8395 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8396 Copy wrappers for allout-kill-line and allout-kill-topic.
8397 (allout-listify-exposed): Position correctly to accumulate lines.
8399 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8401 * simple.el (line-move-1): Escape field boundaries occurring
8402 exactly at point. Update goal column if constrained to a field.
8403 (line-move-finish): Escape field boundaries occurring exactly at point.
8405 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8407 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8408 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8410 2006-09-19 Kim F. Storm <storm@cua.dk>
8412 * help.el (describe-key-briefly, describe-key): Simplify printing
8413 of descriptions by using format and %S. Fix "is undefined"
8414 messages to say "at that spot" for mouse events.
8416 * simple.el (line-move-partial): Optimize. Try window-line-height
8417 before posn-at-point to get vpos of current line.
8419 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8421 * viper.el: Bump up version/date of update to reflect the substantial
8422 changes done in August 2006.
8424 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
8427 * ediff-util.el (ediff-add-to-history): New function.
8429 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8431 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8433 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8434 Delete duplicate make-local-variable form.
8435 (conf-space-keywords): Add autoload cookie.
8436 Fix typo (`keywords', not `keyword').
8438 2006-09-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8440 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8441 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8442 to x-gtk-use-old-file-dialog.
8444 2006-09-18 Richard Stallman <rms@gnu.org>
8446 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8447 that might come in during mouse tracking.
8449 2006-09-18 Kim F. Storm <storm@cua.dk>
8451 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8452 new window-line-height function. Further optimize by not calling
8453 pos-visible-in-window-p for window-end when window-line-height
8454 returns useful information.
8456 2006-09-16 Richard Stallman <rms@gnu.org>
8458 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8459 (conf-space-mode): Don't handle prefix arg.
8460 Delete conf-space-keywords-override code.
8462 (conf-space-keywords): New command.
8463 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8464 Delete conf-space-keywords-override code.
8465 (conf-space-keywords-alist): Doc fix.
8466 (conf-space-font-lock-keywords): Doc fix.
8467 (conf-space-keywords-override): Var deleted.
8469 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8471 * startup.el (fancy-splash-screens): Don't switch to the scratch
8472 buffer; it may not be the next buffer.
8474 2006-09-16 Romain Francoise <romain@orebokech.com>
8476 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8479 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8481 * progmodes/python.el (python-preoutput-filter):
8482 Fix arg order to string-match.
8484 2006-09-16 Richard Stallman <rms@gnu.org>
8486 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8487 font-lock-compile-keywords.
8489 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8490 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8492 2006-09-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8494 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8496 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8497 and the data doesn't look like UTF8, send STRING instead.
8499 2006-09-16 Agust
\e,Am
\e(Bn Mart
\e,Am
\e(Bn <agustin.martin@hispalinux.es>
8501 * textmodes/flyspell.el (flyspell-check-region-doublons):
8502 New function to detect duplicated words.
8503 (flyspell-large-region): Use it.
8505 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8507 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8509 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8511 * help.el (describe-prefix-bindings): Use let, not let*.
8513 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8515 * allout.el (allout-regexp, allout-line-boundary-regexp)
8516 (allout-bob-regexp): Correct grouping and boundaries to fix
8517 backwards traversal.
8518 (allout-depth-specific-regexp, allout-depth-one-regexp):
8519 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8520 worse time in allout-ascend.
8521 (allout-doublecheck-at-and-shallower): Identify depth threshold
8522 below which topics are checked for and disqualified by containment
8524 (allout-hotspot-key-handler): Correctly handle multiple-key
8525 strokes. Remove some unused variables.
8526 (allout-mode-leaders): Clarify that mode-specific comment-start
8528 (set-allout-regexp): Correctly regexp-quote allout regexps to
8529 properly accept alternative header-leads and primary bullets with
8530 regexp-specific characters (eg, C "/*", mathematica "(*").
8531 Include new regular expressions among those configured.
8532 (allout-infer-header-lead-and-primary-bullet):
8533 Rename allout-infer-header-lead.
8534 (allout-recent-depth): Manifest as a variable as well as a function.
8535 (allout-prefix-data): Simplify into an inline instead of a macro,
8536 assuming current match data rather than being explicitly passed
8537 it. Establish allout-recent-depth value as well as
8538 allout-recent-prefix-beginning and allout-recent-prefix-end.
8539 (allout-aberrant-container-p): True when an item's immediate
8540 offspring discontinuously contained. Useful for disqualifying
8541 unintended topic prefixes, likely at low depths.
8542 (allout-goto-prefix-doublechecked): Elaborate version of
8543 allout-goto-prefix which disqualifies aberrant pseudo-items.
8544 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8545 get disqualification of aberrant containers.
8546 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8548 (allout-beginning-of-current-entry): Position at start of buffer
8549 when in container (depth 0) entry.
8550 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8551 (allout-current-bullet): Strip text properties.
8552 (allout-get-prefix-bullet): Use right match groups.
8553 (allout-beginning-of-line, allout-next-heading):
8554 Disqualify aberrant containers.
8555 (allout-previous-heading): Disqualify aberrant containers, and
8556 change to regular (rather than inline) function, to allow
8558 (allout-get-invisibility-overlay): Increment so progress is made
8559 when the first overlay is not the sought one.
8560 (allout-end-of-prefix): Disqualify aberrant containers.
8561 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8562 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8563 outline.el outlines) functional again. Change the primary bullet
8564 along with the header-lead - level 1 new-style bullets now work.
8565 Engage allout-before-change-handler in mainline Emacs, not just
8566 XEmacs, to do undo handling.
8567 (allout-before-change-handler): Expose undo changes occurring in
8568 hidden regions. Use allout-get-invisibility-overlay instead of
8569 reimplementing it inline.
8570 (allout-chart-subtree): Use start rather than end of prefix in
8571 charts. Use allout-recent-depth variable.
8572 (allout-chart-siblings): Disqualify aberrant topics.
8573 (allout-beginning-of-current-entry): Position correctly.
8574 (allout-ascend): Use new allout-depth-specific-regexp and
8575 allout-depth-one-regexp for linear instead of O(N^2) or worse
8577 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8578 reimplementing an algorithm.
8579 (allout-up-current-level): Depend on allout-ascend, rather than
8580 reimplementing an algorithm. Return to start-point if we fail.
8581 (allout-descend-to-depth): Use allout-recent-depth variable
8582 instead of function.
8583 (allout-next-sibling): On traversal of numerous intervening
8584 topics, resort to economical allout-next-sibling-leap.
8585 (allout-next-sibling-leap): Specialized version of
8586 allout-next-sibling that uses allout-ascend cleverly, to depend on
8587 a regexp search to leap large numbers of contained topics, rather
8588 than arbitrarily many one-by-one traversals.
8589 (allout-next-visible-heading): Disqualify aberrant topics.
8590 (allout-previous-visible-heading): Position consistently when
8592 (allout-forward-current-level): Base on allout-previous-sibling
8593 rather than (differently) reimplmenting the algorithm. Remove some
8595 (allout-solicit-alternate-bullet): Present default choice stripped
8597 (allout-rebullet-heading): Use bullet stripped of text properties.
8598 Register changes using allout-exposure-change-hook.
8599 Disregard aberrant topics.
8600 (allout-shift-in): With universal-argument, make topic a peer of
8601 it's former offspring. Simplify the code by separating out
8602 allout-shift-out functionality.
8603 (allout-shift-out): With universal-argument, make offspring peers
8604 of their former container, and its siblings. Implement the
8605 functionality here, rather than inappropriately muddling the
8606 implementation of allout-shift-in.
8607 (allout-rebullet-topic): Respect additional argument for new
8608 parent-child separation function.
8609 (allout-yank-processing): Use allout-ascend directly.
8610 (allout-show-entry): Disqualify aberrant topics.
8611 (allout-show-children): Handle discontinuous children gracefully,
8612 extending the depth being revealed to expose them and posting a
8613 message indicating the situation.
8614 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8615 Leave cursor in correct position.
8616 (allout-hide-current-subtree): Use allout-ascend directly.
8617 Disqualify aberrant topics.
8618 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8619 a way that the yanks can restore it, as used to happen.
8620 (allout-yank-processing): Restore exposure layout as recorded by
8621 allout-kill-*, as used to happen.
8622 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8623 for preseving and restoring exposure layout across kills.
8624 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8625 (allout-encrypt-string): Strip text properties.
8626 Rearranged order and outline-headings for some of the
8627 miscellaneous functions.
8628 (allout-resolve-xref): No need to quote the error name in the
8629 condition-case handler section.
8630 (allout-flatten): Classic recursive (and recursively intensive,
8631 without tail-recursion) list-flattener, needed by allout-shift-out
8632 when confronted with discontinuous children.
8634 2006-09-16 Jason Rumney <jasonr@gnu.org>
8636 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8638 (dnd-open-unc-file): Remove.
8639 (dnd-open-local-file): Mention in doc string that it also handles
8640 remote files if the system natively supports unc file-names.
8642 2006-09-15 Kim F. Storm <storm@cua.dk>
8644 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8645 all necessary information about the event before erasing *Help*.
8647 * simple.el (line-move-partial): Use window-line-visiblity to
8648 quickly check whether last line is partially visible, and only do
8649 the hard (and slow) part in that case.
8651 2006-09-15 Jay Belanger <belanger@truman.edu>
8653 * COPYING: Replace "Library Public License" by "Lesser Public
8654 License" throughout.
8656 2006-09-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8658 * term/x-win.el (x-menu-bar-open): New function for F10.
8660 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8662 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8663 Disallow filenames containing " -" to avoid confusion with libtool
8664 compilation messages. Suggested by Stefan Monnier.
8666 2006-09-15 David Kastrup <dak@gnu.org>
8668 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8669 instead of buffer position for `mouse-on-link-p'.
8671 * mouse.el (mouse-posn-property): New function looking up the
8672 properties at a click position in overlays and text properties in
8673 either buffer or strings.
8674 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8675 of both `follow-link' as well as `mouse-face' properties.
8676 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8679 * help.el (describe-key-briefly): When reading a down-event on
8680 mode lines or scroll bar, swallow the following up event, too.
8681 Use the new mouse sensitity of `key-binding' for lookup.
8682 (describe-key): The same here.
8684 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8686 * play/life.el (life-patterns): Add a few more interesting patterns.
8687 (life-setup): Force `show-trailing-whitespace' to nil.
8689 2006-09-14 Richard Stallman <rms@gnu.org>
8691 * startup.el (fancy-splash-text): Change text to improve alignment.
8692 (fancy-splash-screens): Don't set non-standard tab width.
8693 Bind cursor-type temporarily, and make it easy to patch to
8694 preserve the splash buffer.
8695 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8696 (fancy-splash-screens): Display echo-area message explicitly.
8697 Don't set fancy-splash-help-echo.
8699 * simple.el (line-number-mode): Group mode-line instead of
8701 (column-number-mode, size-indication-mode): Likewise.
8703 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8705 * time.el (display-time): Group mode-line instead of modeline.
8707 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8709 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8711 * startup.el (fancy-splash-text): Move editing instructions to
8713 (fancy-splash-head): Issue editing instructions.
8714 (fancy-splash-screens): Fixup whitespace.
8716 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8718 * bindings.el (mode-line-buffer-identification-keymap):
8719 Remove duplicate line.
8721 2006-09-14 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8723 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8726 2006-09-14 Kim F. Storm <storm@cua.dk>
8728 * jit-lock.el (jit-lock-fontify-again): New function.
8729 (jit-lock-fontify-now): Use it instead of lambda form.
8731 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8733 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8734 (flyspell-auto-correct-word): Make ispell-filter local to these
8735 functions. Check that ispell-filter has new stuff before calling
8736 ispell-parse-output.
8738 2006-09-13 Kim F. Storm <storm@cua.dk>
8740 * simple.el (line-move-partial): Optimize.
8742 2006-09-13 Richard Stallman <rms@gnu.org>
8744 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8745 Delete spurious backquote.
8747 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8749 * net/rcirc.el (rcirc-print): Fix last change.
8751 2006-09-12 Jay Belanger <belanger@truman.edu>
8753 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8755 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8757 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8758 rcirc-show-maximum-output.
8759 (rcirc-mode): Remove window-scroll-function hook.
8760 (rcirc-scroll-to-bottom): Remove function.
8761 (rcirc-print): Recenter so point stays at the bottom of the window
8762 if point was already there.
8764 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8766 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8768 * progmodes/compile.el (compilation-start): Likewise.
8769 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8770 Don't use expand-file-name on invocation-directory, since this
8771 might mishandle special characters in invocation-directory.
8773 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8775 * pcvs-defs.el: Remove * in defcustom's docstrings.
8777 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
8779 * progmodes/compile.el (compilation-directory-properties):
8780 Doc fix for help-echo.
8782 2006-09-12 Lars Hansen <larsh@soem.dk>
8784 * desktop.el (desktop-read): Add comment.
8786 2006-09-12 Kim F. Storm <storm@cua.dk>
8788 * simple.el (next-error-highlight, next-error-highlight-no-select):
8791 * subr.el (sit-for): Rework to use input-pending-p and cond.
8792 Return nil input is pending on entry also for SECONDS <= 0.
8793 (while-no-input): Use input-pending-p instead of sit-for.
8795 2006-09-11 Richard Stallman <rms@gnu.org>
8797 * simple.el (next-error-highlight, next-error-highlight-no-select):
8798 Fix custom type and doc strings.
8800 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8802 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8803 (diff-apply-hunk): Use it to ask for confirmation.
8805 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8807 * emacs-lisp/cl.el (pushnew): Add missing `,'.
8809 2006-09-11 David Kastrup <dak@gnu.org>
8811 * help.el (string-key-binding, describe-key-briefly)
8812 (describe-key): Remove `string-key-binding' and its callers since
8813 `key-binding' already caters for the proper lookup now.
8815 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8817 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8818 (cfengine-mode): Use it. Fix \ syntax to be like /.
8820 * bindings.el (mode-line-buffer-identification-keymap):
8821 Move initialization into declaration.
8823 2006-09-10 Kim F. Storm <storm@cua.dk>
8825 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8826 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8827 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8828 in case of merged directories. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
8830 2006-09-10 Richard Stallman <rms@gnu.org>
8832 * dired-aux.el: Handle errors in recursive copy usefully.
8833 (dired-create-files-failures): New variable.
8834 (dired-copy-file): Remove condition-case.
8835 (dired-copy-file-recursive): Check for errors on all file
8836 operations, and add them to dired-create-files-failures.
8837 Check file file-date-erorr here too.
8838 (dired-create-files): Check dired-create-files-failures
8839 and report those errors too.
8841 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8843 * subr.el (add-to-list): New argument COMPARE-FN.
8845 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8847 * filecache.el (file-cache-add-directory)
8848 (file-cache-add-directory-list, file-cache-add-file)
8849 (file-cache-add-directory-using-find)
8850 (file-cache-add-directory-using-locate)
8851 (file-cache-add-directory-recursively): Add autoloads.
8853 2006-09-09 Richard Stallman <rms@gnu.org>
8855 * textmodes/conf-mode.el (conf-space-mode):
8856 Use hack-local-variables-hook instead of calling hack-local-variables.
8857 (conf-space-keywords-override): New variable.
8858 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
8859 (conf-space-mode): Always make conf-space-keywords and
8860 conf-space-keywords-override local.
8861 Call conf-space-mode-internal directly as well as via hook.
8863 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8865 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8868 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8870 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8871 (python-send-string): Be slightly more careful about adding \n.
8873 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8874 kill it right away anyway.
8876 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8878 * international/codepage.el (cp850-decode-table): Fix a few codes.
8879 (cp858-decode-table): New variable.
8881 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8883 * net/ldap.el (ldap-search-internal): Doc fix.
8885 2006-09-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8887 * play/life.el (life-display-generation): Test for input manually if
8888 `sleeptime' is negative or null.
8890 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8891 (print-region-1): Substitute `%s' with the page title.
8893 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8895 * locate.el (locate-current-search): New variable.
8896 (locate): Set buffer local value. Use current buffer if it is
8898 (locate-mode): Disable undo here.
8899 (locate-do-setup): Use locate-current-filter from buffer to be killed.
8900 (locate-update): Use locate-current-search and locate-current-filter.
8902 2006-09-08 David Kastrup <dak@gnu.org>
8904 * desktop.el (desktop-read): When loading a desktop, disable
8905 saving it while the load progresses, and switch off a pending lazy
8906 load by calling `desktop-lazy-abort'.
8908 2006-08-27 Martin Rudalics <rudalics@gmx.at>
8910 * window.el (mouse-autoselect-window-timer)
8911 (mouse-autoselect-window-position)
8912 (mouse-autoselect-window-window)
8913 (mouse-autoselect-window-now): New vars.
8914 (mouse-autoselect-window-cancel)
8915 (mouse-autoselect-window-select)
8916 (mouse-autoselect-window-start): New functions.
8917 (handle-select-window): Call `mouse-autoselect-window-start' when
8918 delayed window autoselection is enabled.
8920 * cus-start.el (mouse-autoselect-window): Handle delayed window
8923 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8924 commands after which it is allowed to print in the echo area.
8926 2006-09-08 Richard Stallman <rms@gnu.org>
8928 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8930 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8931 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8933 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8934 (cancel-timer-internal): Add doc string.
8935 (cancel-function-timers): Doc fix.
8936 (with-timeout-handler, timer-event-last*): Add doc strings.
8938 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8940 * files.el (risky-local-variable-p): Match ...-bindat-spec.
8942 * dired.el (dired-log-summary): Add doc string.
8944 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8945 (custom-group-menu-create): Not here.
8947 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
8949 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8951 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8953 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8954 (mac-apple-event-map): Define its handler.
8956 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8958 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8960 2006-09-07 Magnus Henoch <mange@freemail.hu>
8962 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8965 2006-09-07 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8967 * info.el (Info-index): Bind completion-ignore-case.
8969 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8971 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8973 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8974 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8975 burp in dedicated windows.
8976 (inferior-prolog-self-insert-command): New command.
8977 (inferior-prolog-mode-map): Use it.
8979 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8981 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8983 * international/code-pages.el: Add cp858.
8985 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8987 * dnd.el: Fix bootstrapping.
8989 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8991 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8992 (dnd-open-remote-url): New function.
8993 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8996 2006-09-07 Jason Rumney <jasonr@gnu.org>
8998 * dnd.el (dnd-open-remote-file-function): New variable.
8999 (dnd-open-unc-file): New function.
9000 (dnd-open-file): Call dnd-open-remote-file-function if set.
9002 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9004 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9005 pgg-passphrase-coding-system rather than locale-coding-system.
9006 * pgg-def.el (pgg-passphrase-coding-system): New user option.
9008 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9010 * progmodes/prolog.el: Remove * in docstrings.
9011 (prolog-program-name): Add SWI prolog.
9012 (prolog-mode-menu): New menu.
9013 (prolog-mode): Set comment-add.
9014 (prolog-indent-line): Simplify. Use indent-line-to.
9015 (inferior-prolog-buffer): New var.
9016 (inferior-prolog-run, inferior-prolog-process): New funs.
9017 (run-prolog, switch-to-prolog): Rewrite, using them.
9018 (prolog-consult-region): Use inferior-prolog-buffer.
9019 (inferior-prolog-load-file): New function.
9020 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9022 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9023 last word, if it's not the end of the paragraph.
9025 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9028 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
9030 * frame.el (display-mm-dimensions-alist): New defcustom.
9031 (display-mm-height, display-mm-width): Use it.
9033 2006-09-06 Simon Josefsson <jas@extundo.com>
9035 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9037 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9039 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9040 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9043 2006-09-06 Kim F. Storm <storm@cua.dk>
9045 * simple.el (line-move-partial): New function to do vscrolling for
9046 partially visible images / tall lines. Rewrite based on code
9047 previously in line-move. Simplify backwards vscrolling.
9048 (line-move): Use it. Simplify.
9050 2006-09-05 Kim F. Storm <storm@cua.dk>
9052 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9054 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
9056 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9057 Process the `gcc-include' after the `gnu' rule.
9059 2006-09-05 Kim F. Storm <storm@cua.dk>
9061 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9063 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9065 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9068 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9069 inhibit-redisplay; encode passphrase with locale-coding-system.
9071 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9073 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9075 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9077 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9078 (gdb-var-list-children-regexp): Make type field optional.
9080 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9081 e.g public, protected in C++.
9083 2006-09-04 John Paul Wallington <jpw@pobox.com>
9085 * simple.el (completion-show-help): New defcustom.
9086 (completion-setup-function): Heed it.
9088 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9090 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9092 2006-09-04 Richard Stallman <rms@gnu.org>
9094 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9095 (rsf-min-region-to-spam-list): Doc fix.
9096 (rsf-add-content-type-field): Doc fix.
9098 * simple.el (kill-region): Explicitly test there is a region.
9100 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9102 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9103 sendmail in several common directories.
9105 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9107 * paths.el (sendmail-program): Removed.
9109 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9111 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9112 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9113 http://article.gmane.org/gmane.emacs.gnus.general/50457
9115 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9117 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9118 mark after running the menu filter.
9120 2006-09-03 Juri Linkov <juri@jurta.org>
9122 * international/quail.el (quail-defrule-internal): Add a check
9123 if a key is a vector.
9125 2006-09-02 Juri Linkov <juri@jurta.org>
9127 * man.el (Man-topic-history): New variable.
9130 * woman.el (woman-topic-history): Change defvar to defvaralias
9131 for symbol `Man-topic-history'.
9133 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9134 `comint-last-output-start' is a marker by using `markerp' and
9135 check if it has a position by using `marker-position', and use
9136 this position for `goto-char'.
9138 * international/quail.el (quail-defrule-internal): Add missing
9139 `error' call for null key.
9141 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9143 * rcirc.el (rcirc-keywords): New variable.
9144 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9145 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9147 (rcirc-responses-no-activity): New function.
9148 (rcirc-handler-generic): Check for responses in above.
9149 (rcirc-process-command): Add ?: character to arguments of raw
9151 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9153 (rcirc-gray-toggle): Remove unused variable.
9154 (rcirc-print): Remove some tracking logic, which is moved into
9156 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9158 (rcirc-activity-string): Look for 'keyword in activity-types.
9159 (rcirc-window-configuration-change): Don't erase overlay-arrow
9161 (rcirc-add-or-remove): New function.
9162 (rcirc-cmd-ignore): Use it.
9163 (rcirc-message-leader): Remove unused function.
9164 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9165 (rcirc-add-face): New function.
9166 (rcirc-facify): Use rcirc-add-face.
9167 (rcirc-url-regexp): Add parens.
9168 (rcirc-map-regexp): Remove function.
9169 (rcirc-mangle-regexp): Remove function.
9170 (rcirc-markup-text-functions): New variable.
9171 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9172 (rcirc-markup-body-text, rcirc-markup-attributes)
9173 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9174 (rcirc-markup-bright-nicks): New markup handler functions.
9175 (rcirc-nick-in-message-full-line): New face.
9176 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9177 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9179 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9181 * cus-start.el (hscroll-margin, hscroll-step)
9182 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9183 (x-use-underline-position-properties): Change version to "22.1"
9184 since they will appear there for the first time.
9186 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9188 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9190 2006-08-31 Richard Stallman <rms@gnu.org>
9192 * cus-edit.el (custom-save-variables): Slight cleanup.
9193 (Custom-no-edit): Renamed from custom-no-edit.
9194 (Custom-newline): Renamed from custom-newline.
9195 (custom-mode-map): Use new names.
9197 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9198 about customization, rather than M-x customize, in the doc string
9199 made for the defcustom.
9201 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9203 2006-08-31 Romain Francoise <romain@orebokech.com>
9205 * dired-x.el (dired-guess-shell-alist-default): Update.
9207 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9209 * custom.el (custom-theme-set-variables): Autoload packages before
9210 sorting the variables.
9212 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9214 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
9216 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9218 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9220 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9221 waiting for process.
9223 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9225 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9226 results in ASCII-only string, encode original one directly.
9228 2006-08-29 Romain Francoise <romain@orebokech.com>
9230 * startup.el (normal-splash-screen, fancy-splash-screens):
9231 Make buffer read-only and arrange to enter view mode if necessary.
9233 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9235 * hl-line.el (hl-line): New face.
9236 (hl-line-face): Use it.
9238 * image-mode.el (image-mode): Fix last fix.
9239 Suggested by Kim F. Storm.
9241 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9243 Sync with Tramp 2.0.54.
9245 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9246 of `=', because `tramp-get-remote-gid' might not always return an
9247 integer when expected.
9248 (tramp-register-file-name-handlers): `partial-completion-mode' is
9250 (tramp-time-diff): Don't use `floor', it might fail for large
9252 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9253 `tramp-auto-save-directory' if unset in order to guarantee unique
9254 auto-save file names.
9256 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9258 * image-mode.el (image-mode): Display image as text on a terminal.
9260 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9262 * progmodes/python.el (python-send-command): Simplify.
9263 (run-python): Don't generate a new buffer unless `new' was specified.
9264 Make sure we send `import emacs' to the proper process.
9266 * progmodes/python.el (python-send-command): Don't wait for the command
9267 to terminate. Don't fiddle with compilation-parsing-end.
9269 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9271 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9272 Insert commentary after first line summary.
9274 * woman.el (woman-follow): New function, based on `man-follow'.
9275 (woman-mode-map): Use it.
9277 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9278 since ibuffer-do-sort-by-recency does not define a sorter.
9280 2006-08-28 Kim F. Storm <storm@cua.dk>
9282 * find-dired.el (find-dired): Use shell-quote-argument to properly
9283 escape ( and ) args. Also use it on {} and ; args in default
9284 value of find-ls-option string.
9285 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9287 2006-08-27 Michael Olson <mwolson@gnu.org>
9289 * emacs-lisp/tq.el: Small grammar fix in comments.
9290 (tq-enqueue): Check for existence of queue rather than the
9291 head queue item's question, which was a no-op.
9292 (tq-filter, tq-process-buffer): Make sure the process buffer
9293 exists before making it the current buffer.
9295 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9297 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9298 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9299 (special-event-map): Apply 2006-08-16 change for x-win.el.
9301 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9303 * progmodes/python.el (python-send-receive): Wait in the
9304 process's buffer so as to check the right buffer-local variables.
9306 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9308 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9309 (defgroup checkdoc): Move to beginning.
9311 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9312 (python-preoutput-continuation): Remove.
9313 (python-preoutput-filter): Simplify correspondingly.
9314 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9315 Loop around to catch embedded _emacs_out output.
9316 (run-python): Send the import&print command on a single line.
9317 (python-send-command): Send command&print on a single line.
9318 (python-send-string): Only add double \n if needed.
9319 (python-send-receive): Loop until the result comes.
9320 (python-mode-running): Defvar it.
9321 (python-setup-brm): Remove unused var `menu'.
9322 Only bind py-mode-map and `features' around brm-init.
9323 (python-calculate-indentation): Remove unused var `point'.
9324 (python-beginning-of-defun): Remove unused var `def-line'.
9326 2006-08-25 Richard Stallman <rms@gnu.org>
9328 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9330 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9332 * viper.el (viper-set-hooks): Use frame bindings for
9333 viper-vi-state-cursor-color.
9334 (viper-non-hook-settings): Don't set default
9335 mode-line-buffer-identification.
9337 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
9338 (viper-set-cursor-color-according-to-state)
9339 (viper-get-saved-cursor-color-in-replace-mode)
9340 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9341 viper-emacs-state-cursor-color.
9343 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9344 (viper-undo): Use point if undo-beg-posn is nil.
9345 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9346 (viper-after-change-undo-hook): Don't use
9347 viper-emacs-state-cursor-color by default.
9348 (viper-undo): More sensible positioning after undo.
9350 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9351 (viper-emacs-state-cursor-color): Default to nil, since this feature
9352 doesn't work well yet.
9354 * ediff-mult.el (ediff-intersect-directories)
9355 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9356 always expand filenames.
9358 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9360 * tumme.el: Remove * in defcustoms's docstrings.
9362 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9364 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9365 Accept internal time format for SECS arg.
9366 (timer-relative-time): Doc fix.
9368 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9369 adapted from Martin Rudalics.
9370 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9371 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9372 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9375 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9377 * cus-start.el (all): Add `overline-margin' and
9378 `x-underline-at-descent-line'.
9380 2006-08-24 Kim F. Storm <storm@cua.dk>
9382 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9383 to mean "use find -exec"; nil now unambiguously means auto-detect.
9384 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9385 Use shell-quote-argument to build grep-find-command and
9387 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9388 Reported by Tom Seddon.
9390 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9392 * startup.el (fancy-splash-head): Give instructions for dismissing
9393 the splash screen for default startup too.
9394 (display-startup-echo-area-message, fancy-splash-screens)
9395 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9396 all splash text at once and keep the splash buffer around.
9397 (command-line-1): Give display-startup-echo-area-message a t arg.
9399 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9401 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9402 gnus frame is selected.
9404 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9406 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9408 2006-08-22 Kim F. Storm <storm@cua.dk>
9410 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9411 Add suffix matching for subdirs.
9413 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9415 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9416 mouse-yank-at-point is non-nil.
9418 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9420 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9421 a bit wider and remove fringes to fit initial output on line.
9423 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9425 * frame.el (blink-cursor-end): Only ignore the error we care about.
9426 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9428 2006-08-21 Richard Stallman <rms@gnu.org>
9430 * whitespace.el (whitespace-cleanup): Doc fix.
9432 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9434 * net/rcirc.el (rcirc-show-maximum-output): New var.
9435 (rcirc-buffer-process): If no buffer argument is supplied, use
9437 (rcirc-complete-nick): Complete to the last completed nick first.
9438 (rcirc-mode): Preserve the value of `rcirc-urls' across
9439 connections. Setup scroll function.
9440 (rcirc-scroll-to-bottom): New function.
9441 (rcirc-print): Use nick syntax around regexp work.
9442 Notice dim-nicks speaking only if they say our nick.
9443 (rcirc-update-activity-string): Do not show the modeline indicator
9444 if there are no live rcirc processes.
9445 (rcirc-cmd-ignore): Ignore case.
9446 (rcirc-browse-url-at-point): Fix off-by-one error.
9448 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9450 * progmodes/python.el: Remove * in defcustom docstrings.
9451 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9452 (python-mode): Set tab-width and indent-tabs-mode.
9454 2006-08-20 Dave Love <fx@gnu.org>
9456 * progmodes/python.el: Update to Dave Love's latest version.
9457 (python-font-lock-keywords, python-mode): Don't use
9458 font-lock-syntax-table, but match symbol elements explicitly instead.
9459 (python-mode-map): Add help, and a few more key bindings.
9460 (python-skip-comments/blanks): Move out of comments as well.
9461 (python-continuation-line-p): Behave better with unbalanced parens.
9462 (python-blank-line-p): New fun.
9463 (python-open-block-statement-p): Don't use a heuristic.
9464 (python-outdent-p): Better handle blocks-in-the-same-line.
9465 (python-calculate-indentation): Misc improvements.
9466 (python-comment-indent): Remove.
9467 (python-block-pairs): New var.
9468 (python-first-word): New fun.
9469 (python-indentation-levels): Handle more common cases.
9470 (python-indent-line-1): Add `leave' argument.
9471 (python-indent-region): New fun.
9472 (python-skip-out): New fun.
9473 (python-beginning-of-statement, python-end-of-statement): Use it.
9474 (python-next-statement): Return correct count even at eob.
9475 (python-end-of-block): Fix paren-typo.
9476 (python-imenu-create-index): Add module variables.
9477 (run-python): Add `new' arg.
9478 Check we're at a prompt before returning.
9479 (python-send-command): Move to end of buffer.
9480 Wait for prompt to return.
9481 (python-set-proc): New fun.
9482 (python-imports): New var.
9483 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9484 (python-eldoc-function): Try to move out of arg list.
9485 (python-outline-level): Offset by 1.
9486 (python-find-imports): New fun.
9487 (python-symbol-completions): Use python-imports.
9488 (python-module-path, ffap-alist): Add support for ffap.
9489 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9490 (python-insert-*, python-default-template, python-expand-template):
9491 Add templates/skeletons.
9492 (python-setup-brm): Support for Bicycle Repair Man.
9493 (python-abbrev-syntax-table): New var.
9494 (python-abbrev-pc-hook, python-pea-hook): New funs.
9496 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9498 * frame.el (blink-cursor-start): Set timer first.
9499 (blink-cursor-end): Ignore timer cancelling errors.
9500 Suggested by Ken Manheimer.
9502 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9504 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9505 Add autoload cookie.
9507 2006-08-20 Richard Stallman <rms@gnu.org>
9509 * simple.el (line-number-at-pos): Doc fix.
9511 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9512 timer-activate-when-idle, so timer can run before Emacs becomes
9515 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9517 * whitespace.el (whitespace-cleanup-internal): New optional arg
9518 REGION-ONLY. If it's non-nil, modify the message to the user
9520 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9523 2006-08-18 Gustav H
\e,Ae
\e(Bllberg <gustav@gmail.com> (tiny change)
9525 * rect.el (spaces-string): Simplify and add doc string.
9527 2006-08-17 Romain Francoise <romain@orebokech.com>
9529 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9531 2006-08-17 Richard Stallman <rms@gnu.org>
9533 * compare-w.el (compare-windows): lambda's take an arg and pass
9534 it to compare-windows-skip-whitespace.
9536 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9538 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9541 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9543 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9546 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9548 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9549 (gdb-locals-watch-map-1): Suppress keymap first.
9550 (gdb-edit-locals-map-1): New variable.
9551 (gdb-edit-locals-value): New function.
9552 (gdb-stack-list-locals-handler): Use them.
9554 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9556 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9557 cursor would normally be drawn in the fringe.
9559 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9560 Reported by Martin Rudalics <rudalics@gmx.at>.
9562 2006-08-16 Richard Stallman <rms@gnu.org>
9564 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9565 (special-event-map): Process drag-n-drop events this way.
9567 * simple.el (move-beginning-of-line): Test whether fields
9568 would prevent motion back to line's first visible character.
9569 If so, stop where the fields would stop the motion.
9571 * newcomment.el (comment-indent): Fully update INDENT
9572 before checking to see if it will change the text.
9574 * cus-edit.el (custom-newline): New function.
9575 (custom-mode-map): Bind newline to custom-newline.
9577 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9578 into ignore-whitespace.
9579 Check each buffer for its skip-function.
9580 Handle compare-windows-skip-whitespace special-case test
9581 by returning t from default skip function.
9583 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9585 * textmodes/org.el (org-clock-special-range)
9586 (org-clock-update-time-maybe): New functions.
9587 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9589 (org-agenda-get-blocks): Allow multiple blocks per headline.
9590 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9591 (org-export-html-title-format)
9592 (org-export-html-toplevel-hlevel): New options.
9593 (org-export-language-setup): Add support for Czech.
9594 (org-mode, org-insert-todo-heading, org-find-visible)
9595 (org-find-invisible, org-invisible-p, org-invisible-p2)
9596 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9597 (org-show-subtree, org-show-entry, org-make-options-regexp):
9598 Remove compatibility support for old outline-mode.
9599 (org-check-occur-regexp): Funtion removed.
9600 (org-on-heading-p, org-back-to-heading): Made defalias.
9601 (org-set-local): New defsubst.
9602 (org-set-regexps-and-options, org-mode)
9603 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9604 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9605 (org-remember-apply-template, org-table-edit-field)
9606 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9607 (org-set-autofill-regexps): Use `org-set-local'.
9608 (org-table-eval-formula): Fix bug with parsing of display flags.
9610 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9612 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9613 frame with fringe arrow. Suggested by Simon Marshall
9614 <simon.marshall@misys.com>.
9615 (gdb-stack-position): New variable.
9616 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9617 (gdb-frames-mode): Set gdb-stack-position to nil.
9618 Add to overlay-arrow-variable-list
9619 (gdb-reset): Delete gdb-stack-position from above list.
9621 2006-08-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9623 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9626 2006-08-13 Romain Francoise <romain@orebokech.com>
9628 * cus-theme.el (customize-create-theme)
9629 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9631 * filesets.el (filesets-add-buffer): Ditto.
9633 * pcvs.el (cvs-change-cvsroot): Ditto.
9635 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9637 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9638 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9639 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9641 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9642 Only search till end of line.
9643 Add face to function names in case of no filename.
9644 Add face to variable names of watchpoints.
9646 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9648 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9649 customization group.
9651 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9653 * allout.el (allout-prior-bindings, allout-added-bindings):
9654 Remove, after long deprecation.
9655 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9656 Add customization vars controlling allout-beginning-of-line and
9657 allout-end-of-line conveniences.
9658 (allout-header-prefix, allout-use-mode-specific-leader)
9659 (allout-use-mode-specific-leader, allout-mode-leaders):
9661 (allout-infer-header-lead): Change to be an alias for
9662 allout-infer-header-lead-and-primary-bullet.
9663 (allout-infer-header-lead-and-primary-bullet): New version of
9664 allout-infer-header-lead which assigns the primary bullet to the
9665 same as the header lead, when its being changed.
9666 (allout-infer-body-reindent): Apply regexp-quote instead of
9667 unconditionally prepending "\\", so that all literal
9668 allout-header-prefix and allout-primary-bullet strings are
9670 (allout-add-resumptions): Add optional qualifier for extending or
9671 appending to existing values, rather than replacing them.
9672 (allout-view-change-hook): Clarify docstring.
9673 (allout-exposure-change-hook): Take explicit arguments, via
9675 (allout-structure-added-hook)
9676 (allout-structure-deleted-hook)
9677 (allout-structure-shifted-hook): New hooks analogous to
9678 allout-exposure-change-hook for other kinds of structural outline
9680 (allout-encryption-plaintext-sanitization-regexps): New encryption
9681 customization variable, by which cooperating modes can provde
9682 massage of the plaintext without actually being passed it.
9683 (allout-encryption-ciphertext-rejection-regexps)
9684 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9685 customization variables, by which cooperating modes can prohibit
9686 rare but possible ciphertext patterns from fouling their
9687 operation, with actually being passed the ciphertext.
9688 (allout-mode): Run activation and deactivation hooks after the
9689 minor-mode variable has been toggled, to clarify the mode
9690 disposition. The new encryption ciphertext rejection variable is
9691 used to ensure that the ciphertext does not contain text that
9692 would be recognized as outline structural elements by allout.
9693 Substite allout-beginning-of-line and allout-end-of-line for
9694 conventionall beginning-of-line and end-of-line bindings.
9695 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9697 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9698 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9699 (allout-chart-subtree): Implement new mode, charting only the
9700 visible items in the subtree, when new 'visible' parameter is non-nil.
9701 (allout-end-of-subtree): Properly handle the last item in the buffer.
9702 (allout-pre-command-business, allout-command-counter):
9703 Increment an advertised counter so that cooperating enhancements can
9704 track revisions of items.
9705 (allout-open-topic): Run allout-structure-added-hook with suitable
9707 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9709 (allout-shift-out): Fix doubling for negative args and ensure call
9710 of allout-structure-shifted-hook by solely using allout-shift-in.
9711 (allout-kill-line, allout-kill-topic):
9712 Run allout-structure-deleted-hook with suitable arguments.
9713 (allout-yank-processing): Run allout-structure-added-hook with
9715 (allout-yank): Enclose activity in allout-unprotected.
9716 (allout-flag-region): Run allout-exposure-change-hook with
9717 suitable arguments, instead of making the callee infer the arguments.
9718 (allout-encrypt-string):
9719 Support allout-encryption-plaintext-sanitization-regexps,
9720 allout-encryption-ciphertext-rejection-regexps, and
9721 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9722 en/de cryption mode in symmetric encryption failure message.
9723 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9724 copy of the passphrase, and don't zero it or we'll corrupt the
9726 (allout-create-encryption-passphrase-verifier)
9727 (allout-verify-passphrase): Respect the new signature for
9728 allout-encrypt-string.
9729 (allout-get-configvar-values): Convenience for getting a
9730 configuration variable value and handling its absence gracefully.
9732 2006-08-11 Romain Francoise <romain@orebokech.com>
9734 * obsolete/zone-mode.el: Delete.
9736 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9738 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9740 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9742 * emacs-lisp/bindat.el (bindat-ip-to-string):
9743 Use `format-network-address' if possible.
9745 2006-08-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9747 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9749 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9751 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9752 restore unread-command-events here.
9753 (edebug-display): Do it here, to detect sit-for interruptions.
9755 2006-08-10 Romain Francoise <romain@orebokech.com>
9757 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9758 (dns-mode-soa-auto-increment-serial): New user option.
9759 (dns-mode-soa-maybe-increment-serial): New function.
9760 (dns-mode): Add the latter to `write-contents-functions'.
9762 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9763 Delete autoload cookies.
9765 2006-08-10 John Wiegley <johnw@newartisans.com>
9767 * eshell/em-glob.el (eshell-glob-chars-list)
9768 (eshell-glob-translate-alist): Add support for [^g] in character globs.
9770 2006-08-10 Richard Stallman <rms@gnu.org>
9772 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9773 (facemenu-set-face): Doc fix.
9774 (facemenu-listed-faces): Doc fix.
9776 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
9778 * avoid.el (mouse-avoidance-animating-pointer): New var.
9779 (mouse-avoidance-nudge-mouse): Use it.
9780 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9781 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9782 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9783 Don't activate if currently animating. All callers changed.
9785 2006-08-09 John Wiegley <johnw@newartisans.com>
9787 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9788 variable, which causes timeclock to report elapsed time worked,
9789 instead of just work remaining.
9791 2006-08-09 Kenichi Handa <handa@m17n.org>
9793 * international/latexenc.el (latexenc-find-file-coding-system):
9794 Fix for the case that the 2nd element of arg-list is a cons.
9796 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
9798 * info.el (Info-fontify-node): Handle preceding `in' for note
9799 reference hiding rules.
9801 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9803 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9804 mistake a closing " for an opening one.
9806 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9808 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9810 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9812 * complete.el (PC-do-completion): Filter out completions matching
9813 completion-ignored-extensions before checking whether there are
9814 multiple completions.
9815 Don't use `list' unnecessarily when building completion tables.
9817 2006-08-06 Richard Stallman <rms@gnu.org>
9819 * help.el (describe-mode): Make minor mode list more concise.
9821 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
9823 * bindings.el: Give mode-line-format, mode-line-modes, and
9824 mode-line-position `standard-value' properties.
9826 2006-08-05 Eli Zaretskii <eliz@gnu.org>
9828 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9829 "(file)node" instead of the file name.
9831 2006-08-05 Richard Stallman <rms@gnu.org>
9833 * faces.el (escape-glyph): Doc fix.
9835 2006-08-04 Kenichi Handa <handa@m17n.org>
9837 * international/mule-diag.el (describe-font): Improve docstring
9838 and error message. Use frame-parameter (not frame-parameters).
9840 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9842 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9843 Correctly mark the end-of-docstring char.
9845 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
9847 * simple.el (line-move-to-column): Constrain move-to-column to
9850 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9852 * font-lock.el (font-lock-beg, font-lock-end)
9853 (font-lock-extend-region-functions): New vars.
9854 (font-lock-extend-region-multiline)
9855 (font-lock-extend-region-wholelines): New functions.
9856 (font-lock-default-fontify-region): Use them.
9857 (font-lock-extend-jit-lock-region-after-change): Only round up
9858 if font-lock-default-fontify-region will do it as well.
9860 * font-lock.el (font-lock-extend-after-change-region-function):
9861 Rename from font-lock-extend-region-function.
9862 (font-lock-extend-region): Remove by inlining at call sites.
9863 (font-lock-after-change-function): Don't needlessly round up to a whole
9865 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9866 the boundary conditions and the interactions between the various ways
9867 to extend the region.
9869 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9871 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9872 modification status when forcing the second redisplay.
9874 2006-08-03 Kim F. Storm <storm@cua.dk>
9876 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9878 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9880 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9881 doesn't look like a file name.
9883 * complete.el (PC-expand-many-files): Avoid signalling an error when
9884 the current directory doesn't exist. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
9886 2006-08-02 Andreas Schwab <schwab@suse.de>
9888 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9890 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9892 * bindings.el (map): Make mode-line-buffer-identification-keymap
9893 before defining propertized-buffer-identification.
9895 2006-08-01 Richard Stallman <rms@gnu.org>
9897 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9899 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9901 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9903 (gdb-find-source-frame): New function.
9904 (menu): Add to menu bar.
9906 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9908 * font-core.el (font-lock-extend-region-function)
9909 (font-lock-extend-region): Move to font-lock.el.
9911 * font-lock.el (font-lock-extend-region-function)
9912 (font-lock-extend-region): Move from font-core.el. Simplify.
9914 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9916 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9917 (jit-lock-after-change-extend-region-functions): New hook.
9918 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9920 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9921 (font-lock-turn-on-thing-lock): Use it.
9923 * longlines.el (longlines-show-region): Make it work on read-only
9926 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
9928 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9930 2006-07-31 Richard Stallman <rms@gnu.org>
9932 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9933 (vhdl-speedbar-display-projects): Update old obsolete
9934 speedbar variable names.
9936 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
9938 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9939 (gdb-stopped): Use it.
9941 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9943 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
9945 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9946 for load-history elements.
9948 2006-07-29 Eli Zaretskii <eliz@gnu.org>
9950 * files.el (convert-standard-filename): For Cygwin, replace
9951 characters not allowed in Windows file names.
9952 (make-auto-save-file-name): Add Cygwin to the list of systems
9953 where the auto-save file name needs to be run through
9954 convert-standard-filename.
9956 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9958 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9960 2006-07-28 Richard Stallman <rms@gnu.org>
9962 * bindings.el (mode-line-frame-identification)
9963 (propertized-buffer-identification): Centralize the code
9964 to initialize the variable.
9966 * progmodes/grep.el (grep-default-command): Catch errors from
9969 2006-07-29 Kim F. Storm <storm@cua.dk>
9971 * progmodes/grep.el (grep-tag-default): New function.
9972 (grep-default-command, grep-read-regexp): Use it.
9973 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9974 as default if nothing else applies.
9976 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9978 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9979 Throw error if buffer is not in Dired and Wdired mode, respectively.
9981 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
9983 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9984 self-insert-command keys don't activate buttons.
9985 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9987 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
9989 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9990 faces for enable character.
9992 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9994 * Makefile.in (recompile): Update comment to reflect change
9997 2006-07-27 Richard Stallman <rms@gnu.org>
9999 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10000 (customize-package-emacs-version): Change msg when pkg has no entry.
10001 (custom-no-edit): On a button, do like widget-button-press.
10003 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10005 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10008 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10010 * progmodes/which-func.el (which-function): Fix documentation/
10013 2006-07-26 Richard Stallman <rms@gnu.org>
10015 * textmodes/ispell.el (ispell-word): If we replace the word,
10016 move point to the end. Insert before deleting.
10018 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
10020 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10023 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
10025 * tumme.el (tumme-backward-image): Add prefix argument. Add error
10026 when at first image.
10027 (tumme-forward-image): Add prefix argument. Add error when at last
10030 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10032 * tabify.el (tabify-regexp): Use more specific regexps.
10033 (tabify): Avoid modifying the buffer unnecessarily.
10035 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10037 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10038 (tumme-format-properties-string): Handle empty `buf'.
10039 (tumme-get-comment): Change variable names inside `let'.
10040 Add missing `let' variable that cause font-lock problems.
10041 (tumme-write-comments): Change variable names inside `let'.
10042 Add missing `let' variable that cause font-lock problems.
10043 (tumme-forward-image): Rename from `tumme-forward-char'.
10044 (tumme-backward-image): Rename from `tumme-backward-char'.
10046 2006-07-25 Masatake YAMATO <jet@gyve.org>
10048 * progmodes/ld-script.el (ld-script-keywords)
10049 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10052 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
10054 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10055 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10056 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10057 for status indicator.
10059 2006-07-24 Richard Stallman <rms@gnu.org>
10061 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10063 * subr.el (dolist, dotimes): Use interned symbols for locals.
10064 (--dotimes-limit--, --dolist-tail--): New defvars.
10065 (looking-back): Doc fix.
10067 * replace.el (replace-match-string-symbols): Handle dotted lists.
10069 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10071 * tumme.el (tumme-write-tags): Add.
10072 (tumme-write-comments): Add.
10073 (tumme-tag-files): Change to use `tumme-write-tags'.
10074 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10075 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10076 (tumme-save-information-from-widgets): Change to use
10077 `tumme-write-comments' and `tumme-write-tags'.
10078 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10079 (tumme-write-tag): Remove.
10080 (tumme-write-comment): Remove.
10081 (tumme-display-previous-thumbnail-original): Remove empty line.
10082 (tumme-widget-list): Add punctuation.
10084 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10086 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10088 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10090 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10091 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10092 and andreas@altroot.de (Andreas V
\e,Av
\e(Bgele).
10094 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10096 * mouse.el (mouse-on-link-p): Doc fix.
10098 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10100 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10103 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10105 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10108 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10110 * textmodes/table.el: Add move-beginning-of-line and
10111 move-end-of-line to Point Motion Only Group.
10113 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10115 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10117 2006-07-22 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10119 * startup.el (user-mail-address): Initialize from the `EMAIL'
10120 environment variable first. Document this.
10121 (command-line): Ditto.
10123 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10125 * help-mode.el (help-function-def, help-variable-def)
10126 (help-face-def): Print a message in the minibuffer.
10128 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10130 * term/xterm.el (terminal-init-xterm): Fix key bindings
10131 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10133 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10135 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10136 where `(nth 1 command)' is a cons cell. Doc fix.
10138 * textmodes/po.el (po-find-charset): Doc fix.
10140 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10142 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10143 (allout-beginning-of-current-line, allout-end-of-current-line)
10144 (allout-next-visible-heading, allout-open-topic)
10145 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10146 (allout-flag-current-subtree, allout-show-to-offshoot)
10147 (allout-hide-current-entry, allout-show-current-branches)
10148 (allout-hide-region-body, allout-old-expose-topic)
10149 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10150 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10151 containing `beginning-of-line' and `end-of-line' with
10152 `inhibit-field-text-motion' t.
10154 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10156 * frame.el (focus-follows-mouse): Document that it doesn't have
10157 any effect on MS-Windows.
10159 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10161 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10163 2006-07-20 Jay Belanger <belanger@truman.edu>
10165 * calc.el (calc-previous-alg-entry): Remove variable.
10167 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10169 (calc-alg-entry): Use `calc-alg-entry-history'.
10170 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10171 Remove reference to `calc-previous-alg-entry'.
10172 (calcAlg-edit, calcAlg-enter): Remove reference to
10173 `calc-previous-alg-entry'.
10174 (calcAlg-previous): Use `previous-history-element' instead of
10175 `calc-previous-alg-entry'.
10176 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10177 Change keybinding for `calcAlg-plus-minus', add keybindings for
10178 `previous-history-element' and `next-history-element'.
10180 * calc-rewr.el (calc-match): Remove reference to
10181 `calc-previous-alg-entry'.
10183 * calc-sel.el (calc-selection-history): New variable.
10184 (calc-enter-selection, calc-sel-mult-both-sides)
10185 (calc-sel-add-both-sides): Use `calc-selection-history'.
10187 * calc-map.el (calc-get-operator-history): New variable.
10188 (calc-get-operator): Use `calc-get-operator-history'.
10190 * calcalg3.el (calc-curve-fit-history): New variable.
10191 (calc-curve-fit): Use `calc-curve-fit-history'.
10193 2006-07-20 Kenichi Handa <handa@m17n.org>
10195 * international/mule-cmds.el (select-safe-coding-system): Fix the
10196 way of deciding eol-type of the coding system.
10198 2006-07-20 Alan Mackenzie <acm@muc.de>
10200 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10201 (c-lang-setvar): New macro.
10202 (c-make-init-lang-vars-fun): Use the initialization forms in
10203 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10204 (comment-start, comment-end, comment-start-skip): Change these from
10205 c-lang-defvar's to c-lang-setvar's.
10207 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10208 which calls make-local-variable on the elements of
10209 c-emacs-variable-inits.
10210 (c-init-language-vars-for): Call this new macro.
10212 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10214 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10215 Try to rule out false positives due to time stamps.
10216 (compilation-mode-font-lock-keywords): Remove rules made redundant
10217 because of the above change. Add `segmentation fault' to the known and
10218 highlighted compilation termination messages.
10220 2006-07-19 Kim F. Storm <storm@cua.dk>
10222 * progmodes/grep.el (grep-find-ignored-directories):
10223 Add .svn and _darcs to list.
10225 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10227 * dired.el (dired-mode-map): Add key binding `C-te' for
10228 `tumme-dired-edit-comment-and-tags'.
10230 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10231 image display buffer is displayed before call to
10232 `tumme-display-image.
10233 (tumme-dired-display-image): Make sure image display buffer is
10234 displayed before call to `tumme-display-image.
10235 (tumme-mouse-display-image): Make sure image display buffer is
10236 displayed before call to `tumme-display-image.
10237 (tumme-widget-list): Add.
10238 (tumme-dired-edit-comment-and-tags): Add.
10239 (tumme-save-information-from-widgets): Add.
10241 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10243 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10245 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10247 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10248 Revert inadvertently installed patch hunk.
10250 * progmodes/compile.el (compilation-find-file): Handle the
10251 cases where the user selects a non-existent file.
10253 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10255 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10257 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10259 * subr.el (sit-for): Just sleep-for if noninteractive.
10261 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10263 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10265 * custom.el (custom-autoload): Add `noset' argument.
10266 (custom-push-theme): Don't autoload the variable, let callers do it.
10267 (custom-theme-set-variables): Autoload the variable if necessary.
10269 * cus-edit.el (custom-variable-state-set): If the variable was
10270 originally set outside custom, but to the same value as the default,
10271 consider it to be standard.
10273 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10274 file *before* telling Emacs to add the autoloads, in case it fails.
10276 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10277 Use `cond', push', and `dolist'.
10279 2006-07-17 Richard Stallman <rms@gnu.org>
10281 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10282 Add defvars to silence warnings.
10284 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10286 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10287 Don't highlight "Compiling file" messages as error.
10289 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10290 file already exists.
10292 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10294 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10295 entry, don't assign to free var; simply return the extracted filename.
10296 (ff-treat-as-special): Incorporate common preamble from callers.
10297 (ff-other-file-name, ff-find-the-other-file):
10298 Update call to ff-treat-as-special.
10300 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10302 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10304 * tumme.el (tumme-get-comment): Fix bug.
10306 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10308 * files.el: Remove spurious * in docstrings.
10310 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10312 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10314 (allout-beginning-of-current-line): Beware beginning of buffer.
10315 Also, a comment is simplified.
10316 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10317 when appropriate. (This fix enables use for other than
10318 bullet-hotspot operation.)
10319 (allout-hide-current-subtree): While escalating to sibling-close,
10320 make sure to situate on a topic.
10322 2006-07-14 Kim F. Storm <storm@cua.dk>
10324 * emulation/cua-base.el (cua-delete-selection)
10325 (cua-toggle-set-mark): New defcustoms.
10326 (cua-rectangle-modifier-key): Add `alt' modifier.
10327 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10328 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10329 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10331 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10333 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10335 * allout.el: Require 'cl during byte-compilation/interactive load,
10336 for the `assert' macro.
10337 (allout-mode-deactivate-hook): New hook, run when allout mode
10339 (allout-developer): New allout customization subgroup.
10340 (allout-run-unit-tests-on-load): New allout-developer
10341 customization variable, when true allout unit tests are run towards
10342 end of file load/eval.
10343 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10345 (allout-resumptions): Remove, to be replaced by...
10346 (allout-add-resumptions): Register variable settings to be
10347 reinstated by `allout-do-resumptions'. The settings are made
10348 buffer-local, but the locality/globality of the suspended setting
10349 is restored on resumption.
10350 (allout-do-resumptions): Reinstate all settings suspended using
10351 `allout-add-resumptions'.
10352 (allout-test-resumptions): Unit tests (and intermediate variables)
10354 (allout-tests-globally-unbound, allout-tests-globally-true)
10355 (allout-tests-locally-true): Intermediate variables for
10356 resumptions unit tests.
10357 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10358 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10359 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10360 instead of retired `allout-resumptions'. For hook functions, use
10361 `local' parameter so hook settings are created and removed as
10362 buffer-local settings. Revise (resumptions) setting
10363 auto-fill-function so it is set only if already active. (The
10364 related fill-function settings are all made in either case, so
10365 that activating auto-fill-mode activity will have the custom
10366 allout-mode behaviors (hanging indent on topics, if configured for it).
10367 Remove all allout-exposure-category overlays on mode deactivation.
10368 (allout-hotspot-key-handler): New function extracted from
10369 `allout-pre-command-business', so the functionality can be used
10370 for other purposes, eg as a binding in an overlay.
10371 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10372 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10373 customization variable.
10374 (allout-run-unit-tests): Run the (currently quite small)
10375 repertoire of unit tests. Called just before the provide iff user
10376 has customized `allout-run-unit-tests-on-load' non-nil.
10378 2006-07-14 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
10380 * emacs-lisp/authors.el (authors-aliases): Update.
10382 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10384 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10385 gdb-source-window. Add dedicated argument.
10386 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10387 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10388 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10389 (gdb-display-locals-buffer): Use it.
10391 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10392 Set gdb-source-window.
10394 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10396 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10397 minor modes, redundant with the custom-autoload line above.
10399 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10401 * longlines.el (longlines-post-command-function): Handle open-line too.
10403 2006-07-12 Richard Stallman <rms@gnu.org>
10405 * progmodes/grep.el (grep-last-buffer): Doc fix.
10407 * info.el (Info-try-follow-nearest-node): Doc fix.
10409 * emacs-lisp/edebug.el (edebug-instrument-function):
10410 Err if find-function-noselect gives no position.
10412 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10413 If can't find definition, return nil for position.
10414 (find-function-do-it): Handle new return value
10415 of find-definition-noselect.
10416 (find-definition-noselect, find-variable-noselect): Doc fix.
10417 (find-function-noselect): Doc fix.
10419 * help-mode.el (help-variable-def): Handle find-variable-noselect
10420 returning no position.
10421 (help-function-def): Likewise for find-function-search-for-symbol.
10422 (help-face-def): Likewise.
10424 * help-fns.el (describe-variable): Handle find-variable-noselect
10425 returning no position.
10427 * files.el (locate-file-completion): Avoid duplicates in result.
10429 * cus-edit.el (custom-no-edit): New command.
10430 (custom-mode-map): Remap to custom-no-edit instead of
10431 using suppress-keymap.
10433 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10435 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10436 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10437 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10439 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10441 2006-07-11 Kim F. Storm <storm@cua.dk>
10443 * ido.el (ido-copy-current-file-name): Use buffer-name if
10444 buffer-file-name is nil.
10446 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10448 * simple.el (undo-ask-before-discard): Set to nil.
10450 * vc.el (vc-exec-after): Don't delete process manually.
10451 (vc-print-log): Run log-view-mode in process sentinel inside
10452 inhibit-read-only. Don't shrink window due to timing issues.
10454 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10455 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10457 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10459 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10460 Fix ambiguity introduced by last change.
10461 (compilation-find-file): Move save-excursion to where it may
10462 make sense. Fix a left over `find-file'.
10464 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10466 * textmodes/texinfmt.el (texinfo-format-separate-node):
10467 Insert a string before point, which fits documentation, not after.
10468 (texinfo-multitable-item): In a multitable row, insert any
10469 additional needed @tabs and spaces.
10471 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10473 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10474 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10475 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10476 instead of shell-command.
10477 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10478 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10479 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10480 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10481 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10482 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10484 2006-07-11 Kim F. Storm <storm@cua.dk>
10486 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10487 Remove special case for seconds < 0. Use (redisplay t) instead.
10489 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10491 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10492 avoid compilation error.
10494 * subr.el (sit-for): New function.
10496 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10498 2006-07-10 Richard Stallman <rms@gnu.org>
10500 * ldefs-boot.el (edebug): Update page.
10502 2006-07-10 Kim F. Storm <storm@cua.dk>
10504 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10505 to FOR-RELEASE and TODO.
10507 2006-07-10 Romain Francoise <romain@orebokech.com>
10509 * emacs-lisp/authors.el (authors-aliases): Update.
10511 2006-07-10 Alan Mackenzie <acm@muc.de>
10513 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10514 * cc-mode.el: Changes to eradicate eval-after-load.
10516 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10518 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10519 on non-char events.
10521 2006-07-09 Romain Francoise <romain@orebokech.com>
10523 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10524 Don't highlight start/end markers as compilation messages.
10526 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10529 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10531 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10533 2006-07-08 Richard Stallman <rms@gnu.org>
10535 * term/x-win.el (x-handle-display): Add doc string.
10537 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10539 * subr.el (def-edebug-spec): Move here.
10540 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10542 * imenu.el (imenu-choose-buffer-index): Doc fix.
10544 2006-07-08 Romain Francoise <romain@orebokech.com>
10546 * term/x-win.el (x-display-name): Fix typo.
10548 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10550 * hexl.el (hexl-find-file): Doc fix.
10552 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10554 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10556 * term/x-win.el (x-display-name): Doc fix.
10558 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10560 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10562 (fill-region-as-paragraph): Don't round up to a whole line.
10563 (fill-comment-paragraph): Don't include the code-before-the-comment
10564 when calling fill-region-as-paragraph.
10566 * international/mule.el (make-char): Remove redundancy.
10568 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10569 property may contain an anonymous function rather than a symbol.
10571 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10573 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10574 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10576 * dirtrack.el (dirtrack-default-directory-function): Remove.
10577 (dirtrack-directory-function): Use file-name-as-directory.
10578 (dirtrack-windows-directory-function): Simplify.
10579 (dirtrack-forward-slash, dirtrack-backward-slash)
10580 (dirtrack-replace-slash): Remove.
10581 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10582 (dirtrack): Fix wrong parenthesizing; use match-string.
10584 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10585 (inferior-octave-mode): Only change the buffer-local value of
10586 comint-dynamic-complete-functions.
10587 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10588 Move the initialization to the declaration.
10589 (inferior-octave-complete): Remove unused var `filter'.
10591 * shell.el (shell-mode): Only change the buffer-local value of
10592 comint-dynamic-complete-functions.
10594 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10596 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10597 entry is skipped because it has been scheduled.
10598 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10599 changing `:org-archived' and `:org-comment' properties.
10601 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10603 * server.el (server-select-display): Don't make the temp frame
10604 minibuffer-only, in case it's not a temp frame.
10605 (server-process-filter): Don't delete the temp frame if it's the
10606 only one we have on that display.
10608 * files.el (find-alternate-file): Doc fix.
10610 2006-07-05 Richard Stallman <rms@gnu.org>
10612 * files.el (abbreviate-file-name): Add save-match-data.
10614 2006-07-03 Richard Stallman <rms@gnu.org>
10616 * faces.el (read-face-name): Doc fix.
10618 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10620 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10622 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10624 * vc.el (vc-diff-internal): Fix prev change.
10626 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10628 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10629 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10631 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10633 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10634 fails if the symbol contains chars like ( or '.
10635 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10636 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10639 2006-07-04 Kenichi Handa <handa@m17n.org>
10641 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10642 the current one, don't call set-language-environment, but call one
10643 of set-language-environment-XXX to make INFO effective now.
10644 (set-language-environment): Call set-language-environment-XXX
10645 functions instead of doing the various setups directly.
10646 (set-language-environment-coding-systems): Delete argument eol-type.
10647 (set-language-environment-input-method)
10648 (set-language-environment-nonascii-translation)
10649 (set-language-environment-charset)
10650 (set-language-environment-fontset)
10651 (set-language-environment-unibyte): New functions.
10653 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10655 * locate.el (locate-update-when-revert): New option.
10656 (locate-update-path): New option (suggested by Michael Albinus).
10657 (locate-prompt-for-command): Whitespace change.
10658 (locate-update): No longer offer to update the locate database by
10659 default. Implement the two new options.
10661 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10663 * tooltip.el: Move comment about track-mouse...
10665 * progmodes/gud.el: ...to here.
10667 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10669 * facemenu.el (facemenu-listed-faces): New var.
10670 (facemenu-unlisted-faces): Variable deleted.
10671 (facemenu-add-new-face): Use facemenu-listed-faces.
10673 * emulation/viper-init.el, calendar/calendar.el:
10674 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10676 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10678 * textmodes/org.el (org-mode): Remove no invalid settings for
10679 calc embedded mode.
10680 (org-mode-p): New defsubst.
10681 (org-save-all-org-buffers): New function.
10682 (org-first-headline-recenter): Enclose outline-regexp in group
10684 (org-set-tags): Keep single space after stars.
10686 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10688 * window.el (set-window-text-height): Only set window-min-height to
10689 1 if that's the requested size.
10691 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10692 (diff-unified->context, diff-context->unified)
10693 (diff-reverse-direction): Make sure the end marker stays at the end.
10694 (diff-mode): Add the keymap table at the end of docstring.
10695 Use lexical-let rather than constructing a closure manually.
10697 * files.el (find-file-noselect-1): Remove unused var assignment.
10698 (hack-local-variables-confirm): Print lists of strings as lists of
10699 strings rather than lists of symbols.
10700 (abbreviate-file-name, hack-local-variables-prop-line):
10702 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10703 (recover-session-finish): Use line-end-position.
10705 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10707 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10709 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10711 * progmodes/make-mode.el (makefile-macroassign-regex):
10712 Accept preceding keyword.
10713 (makefile-gmake-statements): Reorganize, now that makepp has
10714 "override" and also handle forgotten "override define".
10715 (makefile-makepp-statements): Add new "global", "override export"
10716 and "override global".
10718 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10720 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10721 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10722 (ada-no-auto-case): Fix typos in docstrings.
10724 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10726 * info.el (Info-find-node-2): Search for makeinfo version more
10729 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10731 * textmodes/org.el (org-prepare-agenda-buffers):
10732 Use `invisible-OK' argument for `org-end-of-subtree'.
10733 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10734 (org-beginning-of-item): Fix bug in regular expression for white line.
10735 (org-export-as-html): Enforce space after bullet in plain list items.
10736 (org-set-autofill-regexps): Require space after plain list bullet
10737 for paragraph-start.
10738 (org-ts-regexp3): New constant.
10739 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10740 (org-timestamp-up-day, org-timestamp-down-day)
10741 (org-timestamp-change): Work with inactive timestamps.
10742 (org-ts-regexp1): Don't allow brackets in time stamps.
10744 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10746 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10747 for ignoring links.
10749 * faces.el (read-face-name): Use it.
10751 2006-06-28 Juri Linkov <juri@jurta.org>
10753 * buff-menu.el (list-buffers-noselect): Compare Info file
10754 with the string "dir" to detect Info directory.
10756 * complete.el (partial-completion-mode): In lambda for
10757 `choose-completion-string-functions' use full function signature
10758 with 4 args, and move point to the end of the minibuffer only if arg
10759 `mini-p' is non-nil.
10761 2006-06-28 John Paul Wallington <jpw@pobox.com>
10763 * ibuffer.el (ibuffer-mode): Doc fix.
10765 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
10767 * textmodes/org.el (org-context): New contexts :item-bullet,
10768 :latex-fragment, :latex-preview.
10769 (org-overlays-at, org-overlay-start, org-overlay-end):
10770 New compatibility functions.
10771 (org-inside-LaTeX-fragment-p): More accurate matching, using the
10772 exact regexp that will be used during export.
10773 (org-latex-regexps): New variable.
10774 (org-cdlatex-mode): Improve advice for `texmathp'.
10775 (turn-on-org-cdlatex): New function.
10777 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10779 * term/mac-win.el (mac-handle-font-selection): Change keys of
10780 mac-atsu-font-table from strings to numbers.
10781 (mac-ts-caret-position): Use also when cursor-type is nil.
10782 (mac-ts-update-active-input-area): Add Mac OS Classic support.
10783 Relax condition for using overlay strings.
10784 Use mac-ts-caret-position face when cursor-type is nil.
10786 2006-06-26 Kim F. Storm <storm@cua.dk>
10788 * help.el (view-emacs-news): Declare `res' in the right let* form.
10790 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
10792 * net/rcompile.el (remote-compile): Replace ange-ftp based
10793 implementation by Tramp functions.
10794 Suggested by Marc Abramowitz <msabramo@gmail.com>.
10796 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10798 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
10800 * international/fontset.el (setup-default-fontset): Fix a typo in
10801 the "Oriya-Akruti" registry name.
10803 2006-06-23 Lars Hansen <larsh@soem.dk>
10805 * desktop.el (desktop-full-file-name): New function.
10806 (desktop-kill, desktop-save, desktop-remove, desktop-read)
10807 (desktop-revert): Use it.
10808 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10809 (desktop-after-read-hook): Add option list-buffers.
10810 (desktop-locals-to-save): Add tab-width.
10811 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10814 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
10816 * textmodes/org.el (org-cdlatex-mode-map)
10817 (org-cdlatex-texmathp-advice-is-done): New variables.
10818 (org-cdlatex-mode): New minor mode.
10819 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10820 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10821 (org-export-with-archived-trees): New option.
10822 (org-open-file): Remove the call to `convert-standard-filename'.
10823 (org-archive-tag, org-agenda-skip-archived-trees)
10824 (org-cycle-open-archived-trees)
10825 (org-sparse-tree-open-archived-trees): New options.
10826 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10827 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10829 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10830 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10831 (org-mode-map): Add binding for `org-toggle-archive-tag'.
10832 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10833 Call `org-prepare-agenda-buffers'.
10834 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10835 (org-file-apps, org-file-apps-defaults-gnu)
10836 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10837 Handle remote files by forcing them to be opened in Emacs.
10839 2006-06-23 Andre Spiegel <spiegel@gnu.org>
10841 * vc.el (vc-diff-knows-L): New variable.
10842 (vc-diff-internal): Use it to handle "diff" programs that don't
10843 understand -L. This works automatically, no user action is necessary.
10845 2006-06-23 Daniel Brockman <daniel@brockman.se>
10847 * net/rcirc.el (rcirc-default-user-full-name): Default to
10848 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10850 (rcirc-process-list): Check `buffer-live-p' before attempting to
10851 switch to a buffer.
10853 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
10855 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10856 based on rcirc-coding-system-alist.
10858 2006-06-23 Martin Rudalics <rudalics@gmx.at>
10860 * cus-edit.el (customize-apropos): A better error message.
10861 (top level) <debug-ignored-errors>: Extend and update the list of
10862 ignored error messages.
10864 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10866 * complete.el (PC-do-completion): Retain capitalization of user
10867 input, when possible, even if completion-ignore-case is set.
10869 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10871 * generic-x.el (bat-generic-mode): Support .cmd files.
10873 * dos-w32.el (top level): Use find-file-not-found-functions
10874 instead of the obsolete find-file-not-found-hooks.
10876 2006-06-22 Kim F. Storm <storm@cua.dk>
10878 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10879 to recognize mode name containing submodes, such as Grep/lw.
10881 2006-06-21 Kim F. Storm <storm@cua.dk>
10883 * simple.el (line-move-1): Check for move-end-of-line instead of
10884 end-of-line when setting temporary-goal-column.
10886 2006-06-21 Miles Bader <miles@gnu.org>
10888 * play/cookie1.el (cookie): Work properly when there's only one entry.
10890 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10892 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10893 (gdb-frame-handler): Generalize frame regexp for templates.
10895 2006-06-20 Glenn Morris <rgm@gnu.org>
10897 * calendar/appt.el (appt-display-format): Default value must be
10898 one of the customize options.
10900 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10902 * term/xterm.el (terminal-init-xterm): Update key availability info.
10905 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10907 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
10909 * files.el (hack-local-variables): Run `hack-local-variables-hook'
10910 whether or not a local variables list is defined.
10912 * msb.el (msb): Move `sit-for' hack here to handle both
10913 "mouse-down and drag" and "mouse-up and select" situations.
10914 (mouse-select-buffer): Move `sit-for' hack to `msb'.
10916 2006-06-20 Kenichi Handa <handa@m17n.org>
10918 * international/characters.el (word-combining-categories):
10919 Add entries for 2-byte Han characters.
10921 2006-06-19 Richard Stallman <rms@gnu.org>
10923 * bindings.el (mode-line-format): Save some mode line space.
10925 * files.el (find-file-noselect): Improve the question wording.
10926 (basic-save-buffer-2): Mask UMASK against 666.
10928 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10929 (mouse-drag-vertical-line): Call it.
10931 * cus-edit.el (customize-option, customize-option-other-window):
10932 Error if SYMBOL is nil.
10934 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
10936 * textmodes/org.el: Require noutline, also on XEmacs.
10937 (org-end-of-subtree): Return point.
10938 (org-dblock-start-re, org-dblock-end-re): New constants.
10939 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10940 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10941 (org-update-all-dblocks, org-find-dblock): New functions.
10942 (org-collect-clock-time-entries): New function.
10943 (org-html-handle-time-stamps): Never export CLOCK timeranges.
10944 (org-fixup-indentation): Modify to deal correctly with lines
10945 starting with TAB. Only one argument DIFF now.
10946 (org-demote, org-promote): Call `org-fixup-indentation' with just
10947 one argument, DIFF.
10948 (org-mode): Don't mark buffer as modified when aligning tables.
10949 (org-clock-sum): Don't mark buffer modified when adding time sum
10951 (org-export-as-html): Add support for a link validation function.
10952 (org-archive-all-done): New function.
10953 (org-archive-subtree): New prefix argument. When set, archive all
10954 done subtrees in this buffer.
10955 (org-remove-clock-overlays)
10956 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10957 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10958 (org-put-clock-overlay): Don't swallow last headline character
10959 when displaying overlay.
10960 (org-store-link): Link to `image-mode' with just the file name.
10962 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
10964 * viper-cmd.el (viper-special-read-and-insert-char):
10965 Use read-key-sequence.
10966 (viper-after-change-undo-hook): Misc enhancements.
10967 (viper-after-change-undo-hook): New hook.
10968 (viper-undo): Use viper-after-change-undo-hook.
10969 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10970 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10971 clicking on that widget/button.
10973 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10975 * ediff-diff (ediff-test-patch-utility): Catch errors.
10976 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10977 (ediff-set-actual-diff-options): New function.
10978 (ediff-reset-diff-options, ediff-toggle-ignore-case):
10979 Use ediff-set-actual-diff-options.
10980 (ediff-extract-diffs): Catch errors.
10981 (ediff-whitespace): Add non-breakable space.
10982 (ediff-same-file-contents): Catch errors.
10984 * ediff-mult.el (ediff-collect-custom-diffs):
10985 Save coding-system-for-read.
10987 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10988 (ediff-vc-internal, ediff-vc-merge-internal):
10989 Use ediff-delete-version-file.
10990 (ediff-delete-version-file): New function.
10992 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10994 * ediff.el (ediff-directories, ediff-directory-revisions)
10995 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10996 (ediff-directories-internal, ediff-merge-directory-revisions)
10997 (ediff-merge-directory-revisions-with-ancestor)
10998 (ediff-directories3): Use read-directory-name.
11000 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
11002 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11003 Remove superfluous part of regexp for brace matching which is handled
11004 by `scan-lists' call.
11006 2006-06-16 Richard Stallman <rms@gnu.org>
11008 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11010 * files.el (basic-save-buffer-2): For a new precious file,
11011 use the default modes in the return value.
11013 * facemenu.el (facemenu-color-alist): Doc fix.
11015 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11017 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11019 * cus-start.el (all): Add mac-ts-script-language-on-focus.
11021 * term/mac-win.el (mac-text-encoding-ascii): New constant.
11022 (mac-utxt-to-string): Use it.
11023 (mac-ts-update-active-input-area): Use mac-ae-number.
11025 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11027 * term.el (term-handle-scroll, term-delete-lines)
11028 (term-insert-lines): Fix off by one errors.
11030 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11032 * net/tramp.el (tramp-touch): Use UTC to express time.
11034 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
11036 * mail/sendmail.el (mail-send): Search explicitly for
11037 mail-header-separator when checking for corrupted header lines.
11039 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
11041 * progmodes/gdb-ui.el (gdb-same-frame): New option.
11042 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11043 (gdb-init-1): Initialise them.
11044 (gdb-starting): Reset gdb-printing
11045 (gdb-starting): Save value of gud-overlay-arrow-position.
11046 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11047 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11048 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11049 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11051 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11053 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11055 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
11057 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11058 (ldap-search-internal): Keep error messages, and a regexp fix.
11060 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11062 * files.el (hack-local-variables-confirm):
11063 Display string value using its printed representation.
11065 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11067 * server.el (server-edit): No-op if no server buffers exist.
11069 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11071 * textmodes/page-ext.el (pages-directory-for-addresses):
11072 Including `pages-directory-address-mode' in the function results
11073 in the message "Buffer in which pages were found is deleted".
11075 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11077 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11078 clocking functions.
11080 (org-agenda-clock-in, org-check-running-clock)
11081 (org-clock-out-if-current, org-remove-clock-overlays)
11082 (org-put-clock-overlay): New functions.
11083 (org-clock-marker, org-clock-file-total-minutes)
11084 (org-clock-overlays): New variables.
11085 (org-clock-display, org-clock-sum, org-clock-cancel)
11086 (org-clock-out, org-clock-in): New commands.
11087 (org-export): New function.
11088 (org-emph-re): New constant.
11089 (org-set-emph-re, org-do-emphasis-faces): New functions.
11090 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11091 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11092 (org-export-html-convert-emphasize): Use the configurable emphasis.
11093 (org-cleaned-string-for-export): Make multiline emphasis visible
11094 to the exporter. New optional argument PARAMETERS.
11095 (org-export-as-html): Specify :emph-multiline parameter to
11096 `org-cleaned-string-for-export'.
11098 2006-06-10 Richard Stallman <rms@gnu.org>
11100 * help.el (help-for-help-internal): Clean up help text.
11102 2006-06-10 Andreas Schwab <schwab@suse.de>
11104 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11107 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11109 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11111 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11112 spaces after the comment start.
11114 2006-06-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11116 * play/pong.el (pong-init-buffer):
11117 Fill buffer with spaces instead of ^A.
11119 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11120 launched asynchronously, delete its process instead of being cool.
11121 (ispell-async-processp): Check for `delete-process' existence
11122 instead of `kill-process' one for consistency.
11124 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11126 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11127 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11128 in mode line at startup.
11130 2006-06-08 Kim F. Storm <storm@cua.dk>
11132 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11133 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11134 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11135 (ido-file-internal): Pass full file name to write-file.
11136 (ido-read-internal): Only pop stack elements automatically if they
11137 actually match an existing directory or file name.
11139 2006-06-07 Kenichi Handa <handa@m17n.org>
11141 * international/mule.el (find-auto-coding): Don't handle the short
11144 * files.el (hack-local-variables-prop-line)
11145 (hack-local-variables): Cancel the previous change.
11147 2006-06-06 Jesper Harder <harder@phys.au.dk>
11149 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11151 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11153 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11154 diff-default-read-only is non-nil.
11155 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11156 (diff-refine-hunk): Set inhibit-read-only to t.
11158 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11159 modifying the *Diff* buffer.
11160 (diff-process-filter): New filter function for diff process that
11161 sets inhibit-read-only to t when modifying the *Diff* buffer.
11163 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11165 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11166 insertion point and control the number of empty lines.
11167 (org-paste-subtree): Limit the number of empty lines at the end of
11169 (org-agenda): Use buffer name of current file for narrowing.
11170 (org-export-as-xml): Command removed.
11171 (org-export-xml-type): Option removed.
11172 (org-mode-map): Call `org-export-as-xoxo' directly.
11173 (org-get-indentation): New optional argument LINE.
11174 (org-fix-indentation, org-remove-tabs): New functions.
11175 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11176 correct indentation for headlines that are converted it items.
11177 (org-skip-comments): Remove table lines that contain narrowing
11178 cookies but no other non-empty fields.
11179 (org-set-tags): Allow groups of mutually exclusive tags.
11180 (org-cmp-time): Sort 24:21 before items without time.
11181 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11182 (org-open-at-point): Require double colon also for numbers.
11184 2006-06-06 Kim F. Storm <storm@cua.dk>
11186 * ido.el (ido-default-file-method, ido-default-buffer-method):
11187 Make choice values consistent with corresponding command names.
11188 (ido-visit-buffer): Update accordingly. Default to selected-window.
11190 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11192 * progmodes/gud.el (gud-running): Fix doc string.
11193 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11194 (gud-tooltip-modes): Add python-mode.
11195 (gud-tooltip-print-command): Add pdb. Remove perldb.
11197 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11199 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11202 2006-06-05 Richard Stallman <rms@gnu.org>
11204 * faces.el (defined-colors): Doc fix.
11206 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11208 * vc.el (vc-process-filter): Inhibit undo info collection around
11210 (vc-setup-buffer): Likewise for call to erase-buffer.
11211 (vc-do-command): Likewise for call to process-file.
11213 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11215 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11217 (gud-common-init): Other debuggers may trigger error.
11219 2006-06-05 Kenichi Handa <handa@m17n.org>
11221 * international/mule.el (find-auto-coding):
11222 Handle enable-character-translation in file header.
11224 2006-06-04 Kim F. Storm <storm@cua.dk>
11226 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11227 (authors-fixed-entries): Fix spelling.
11228 (authors-canonical-file-name): Don't report error for wildcards.
11230 * help.el (view-emacs-news): Rewrite to support new NEWS,
11231 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11232 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11233 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11235 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11237 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11238 exec constructs like `foo bar`.
11239 (sh-quoted-subshell): New helper function to search for a possibly
11240 nested subshell (like `` or $()) within a "" quoted string.
11241 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11242 (sh-apply-quoted-subshell): Flag quote characters inside a
11243 subshell, which is itself already in a quoted region, as
11244 punctuation, since this is the closest to what they actually are.
11245 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11246 sh-apply-quoted-subshell.
11247 (sh-font-lock-syntactic-face-function): Apply the new face for
11248 text inside `` instead of the old font-lock-string-face.
11250 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11252 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11253 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11254 (mac-bytes-to-text-range, mac-ae-text-range-array)
11255 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11256 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11257 (mac-ts-unicode-for-key-event): New functions.
11258 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11259 (mac-handle-font-selection): Use mac-ae-number.
11260 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11262 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11263 (mac-ts-converted-text, mac-ts-selected-converted-text)
11264 (mac-ts-block-fill-text, mac-ts-outline-text)
11265 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11266 (mac-ts-hilite-style-faces): New constant.
11267 (mac-apple-event-map): Bind text input events.
11268 (mac-dispatch-apple-event): Use command-execute instead of
11269 call-interactively.
11270 (global-map): Don't bind mac-apple-event.
11271 (special-event-map): Bind mac-apple-event.
11273 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11275 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11277 (emacs): Enclose the value of $(EMACS) in quotes.
11279 2006-06-02 Juri Linkov <juri@jurta.org>
11281 * international/mule.el (sgml-html-meta-auto-coding-function):
11282 Remove the condition `(search-forward "<html" size t)'.
11283 Replace `\"' with `[\"']?' in `re-search-forward'.
11285 2006-06-02 Kenichi Handa <handa@m17n.org>
11287 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11288 as well as `coding'.
11289 (hack-local-variables): Likewise.
11291 * international/mule.el (enable-character-translation):
11292 Put permanent-local and safe-local-variable properties.
11293 (find-auto-coding): Handle char-trans: tag.
11295 2006-06-02 Juri Linkov <juri@jurta.org>
11297 * international/mule.el (sgml-html-meta-auto-coding-function):
11298 Limit the search by the end of the HTML header (if any).
11300 2006-06-01 Richard Stallman <rms@gnu.org>
11302 * subr.el (with-current-buffer): Doc fix.
11304 2006-06-02 Masatake YAMATO <jet@gyve.org>
11306 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11307 Almost rewrite. Underlines over all lines of gcov output are too
11308 uncomfortable to read. Suggested by Dan Nicolaescu.
11310 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11312 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11314 * shell.el (shell-mode): Use shell-mode-map in docstring.
11316 * comint.el (comint-send-input): Do not add help-echo and
11317 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11319 2006-06-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11321 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11323 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11325 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11326 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11327 look up the stack and pop up GUD buffer if necessary.
11328 (gdb-frames-select): Remove redundant call to gud-display-frame.
11329 (gdb-info-threads-custom): Keep point at start of buffer.
11330 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11332 2006-05-31 Juri Linkov <juri@jurta.org>
11334 * replace.el (query-replace-read-from, query-replace-read-to):
11335 Bind `history-add-new-input' to nil. Call `add-to-history'.
11337 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11339 * textmodes/table.el: Convert all HTML tags to lower case for
11340 XHTML compatibility.
11342 2006-05-31 Masatake YAMATO <jet@gyve.org>
11344 * progmodes/compile.el:
11345 (compilation-error-regexp-alist-alist::gcov-called-line):
11346 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11348 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11350 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11351 Revert inadvertent changes made with last commit.
11353 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11355 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11358 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11360 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11362 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11363 only matches in the right place.
11364 (org-upcoming-deadline): New face.
11365 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11366 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11367 and make it an option.
11368 (org-export-ascii-bullets): New option.
11369 (org-export-as-html): Many changes to emit valid XHTML.
11370 (org-par-open): New variable.
11371 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11372 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11373 (org-timeline): Pass `org-timeline-show-empty-dates' to
11374 `org-get-all-dates'. Interpret empty dates returned by
11375 `org-get-all-dates'.
11376 (org-get-all-dates): New argument EMPTY. Add dates without
11377 entries to the list, mark large ranges of empty dates.
11378 (org-point-in-group, org-context): New functions.
11380 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11382 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11384 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11385 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11386 to C-mouse-3 (for 2 button mice).
11387 (gdb-send): Do the right thing for C-d.
11389 * speedbar.el (speedbar-detach): Delete.
11390 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11392 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11394 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11396 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11399 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11400 Add makepp diagnostic.
11402 2006-05-29 Richard Stallman <rms@gnu.org>
11404 * window.el (fit-window-to-buffer): Doc fix.
11406 * help.el (temp-buffer-max-height): Doc fix.
11408 * subr.el (with-current-buffer): Doc fix.
11410 2006-05-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11412 * term/x-win.el: Bind F10 to menu-bar-start if available.
11414 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11416 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11417 uses with a simple test.
11418 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11419 (term-send-raw-string, term-send-raw, term-mouse-paste)
11420 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11421 (term-handle-exit, term-read-input-ring)
11422 (term-previous-matching-input-string)
11423 (term-previous-matching-input-string-position)
11424 (term-previous-matching-input-from-input)
11425 (term-replace-by-expanded-history, term-send-input)
11426 (term-skip-prompt, term-bol, term-send-invisible)
11427 (term-kill-input, term-delchar-or-maybe-eof)
11428 (term-backward-matching-input, term-check-source)
11429 (term-proc-query, term-emulate-terminal)
11430 (term-handle-colors-array, term-process-pager, term-pager-line)
11431 (term-pager-bob, term-unwrap-line, term-word)
11432 (term-dynamic-complete-filename)
11433 (term-dynamic-complete-as-filename)
11434 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11437 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11439 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11440 during bootstrapping.
11442 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11443 Basically undo the change of 2006-05-26: use extra arguments instead of
11445 (ewoc-locate): Remove unused var `footer'.
11447 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11449 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11451 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11452 (generate-file-autoloads): Obey it. Return whether autoloads were
11453 added at point or not.
11454 (update-file-autoloads): Use this new return value.
11455 Remove redundant test for the presence of an autoload cookie.
11457 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11458 This one calls hack-local-variables.
11459 (generate-file-autoloads, update-file-autoloads): Use it.
11461 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11462 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11463 (bibtex-sort-entry-class-alist): Don't set the global value.
11464 (bibtex-init-sort-entry-class-alist): New fun.
11465 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11466 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11467 of bibtex-init-sort-entry-class.
11469 2006-05-28 Richard Stallman <rms@gnu.org>
11471 * subr.el (load-history-regexp): If FILE is relative, insist
11472 entire last name component must match it.
11473 (load-history-filename-element, load-history-regexp): Doc fixes.
11475 2006-05-29 Kim F. Storm <storm@cua.dk>
11477 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11478 `pos' and `raw-data' for clarity, as eval forms may access these.
11480 2006-05-28 Kim F. Storm <storm@cua.dk>
11482 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11484 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11486 * progmodes/make-mode.el (makefile-browser-map)
11487 (makefile-mode-syntax-table): Move initialization inside declaration.
11488 (makefile-fill-paragraph): Use the default comment-filling code.
11490 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11492 * replace.el (query-replace-defaults): New variable.
11493 (query-replace-read-from): Use `query-replace-defaults' for
11494 default value, instead of history list.
11495 (query-replace-read-to): Update `query-replace-defaults'.
11497 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11499 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11502 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11504 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11505 (tumme-show-all-from-dir): Add autoload.
11507 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11509 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11510 (tumme-remove-tag): Fix bug.
11512 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11514 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11515 FOOTER args. Update unique caller.
11516 (ewoc-delete): Compute last node once before looping.
11517 (ewoc--node-branch): Merge into unique caller.
11518 (ewoc--node): Don't define constructor make-ewoc--node for this
11520 (ewoc): Add member `hf-pp' to this structure.
11521 (ewoc--wrap): New func.
11522 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11523 header/footer pretty-printers. Save header/footer pretty-printer.
11524 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11526 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11528 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11530 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11531 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11532 Tag'. Change "Compare directories..." to "Change Directories...".
11533 Move tumme commands to Operate, Regexp and Immediate menus.
11534 Change "Add Comment" to "Add Image Comment". Change "Add Image
11535 Tag" to "Add Image Tags".
11537 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11538 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11539 `tumme-delete-tag'.
11541 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11543 * shell.el (shell-mode): Call shell-dirtrack-mode after
11544 list-buffers-directory is made a local variable, to avoid setting
11547 2006-05-26 Kevin Ryde <user42@zip.com.au>
11549 * info.el (Info-index-next): Use where-is-internal to report
11550 actual binding of Info-index-next, rather than hard-coded `,'.
11552 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11554 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11555 and "Find Command in Manual" to here.
11557 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11558 Info-current-file as the file name.
11560 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11562 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11563 overrides will now be done a different way.
11564 (ses-set-parameter): Reapply this function for undo.
11565 (ses-set-header-row): Reconstruct header row during undo.
11566 (ses-widen): New function.
11567 (ses-goto-data, ses-reconstruct-all): Use new function.
11568 (ses-command-hook): Widen buffer during undo, before unupdating
11570 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11571 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11572 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11573 formula hasn't been executed yet.
11575 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11577 * comint.el (comint-kill-whole-line): Rename arg to count.
11580 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11582 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11585 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11587 * simple.el (toggle-truncate-lines): Make arg optional for
11588 backward compatibility.
11590 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11592 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11593 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11594 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11595 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11596 (ewoc--adjust): Use ewoc--current-dll.
11597 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11599 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11601 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11602 compact error message.
11603 (org-tags-view): Refresh category table in each file.
11604 (org-table-justify-field-maybe): Remove superfluous arguments to
11606 (org-export-as-html): Insert "<p>" before postamble.
11607 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11609 2006-05-26 Kenichi Handa <handa@m17n.org>
11611 * textmodes/po.el (po-find-charset): Pay attention to the case
11612 FILENAME is a cons (NAME . BUFFER).
11613 (po-find-file-coding-system-guts): Likewise.
11615 * arc-mode.el (archive-set-buffer-as-visiting-file):
11616 Call find-operation-coding-system with (FILENAME . BUFFER).
11618 * tar-mode.el (tar-extract): Call find-operation-coding-system
11619 with (FILENAME . BUFFER).
11621 * international/mule.el (decode-coding-inserted-region):
11622 Call find-operation-coding-system with (FILENAME . BUFFER).
11624 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11626 * image-mode.el (image-toggle-display): Use buffer contents to
11627 generate image for a remote file.
11629 2006-05-25 Juri Linkov <juri@jurta.org>
11631 * replace.el (query-replace-read-from, query-replace-read-to):
11632 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11634 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11636 * whitespace.el (whitespace-cleanup): Change to cleanup
11637 region if one is active.
11638 * whitespace.el (whitespace-cleanup-internal): New internal method.
11640 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11642 * dired.el (dired-mode-map): Add help-echo strings to tumme
11643 commands. Bind `tumme-dired-display-image' to C-t i.
11645 * tumme.el (tumme-display-image): Change documentation string slightly.
11646 (tumme-dired-display-image): Add call to `display-buffer'.
11648 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11650 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11651 Signal error if RAW-DATA is a multibyte string.
11653 2006-05-24 Richard Stallman <rms@gnu.org>
11655 * subr.el (with-local-quit): When handling `quit' signal,
11656 make a chance for quit-flag to cause a quit.
11658 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11659 (ad-disable-advice): Add autoloads.
11661 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11663 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11665 * dired.el (dired-mode-map): Change menu items for tumme as per
11666 suggestions in emacs-devel.
11668 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11670 * dired.el (dired-mode-map): Fix breakage.
11672 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11674 * tumme.el (tumme-display-dired-image): Rename to...
11675 (tumme-dired-display-image): ...this.
11676 (tumme-track-movement): Change default value to t.
11677 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11678 used from `tumme-next-line-and-display' and similar commands.
11680 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11681 Immediate menu. Add some tumme commands there.
11683 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11685 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11687 2006-05-24 Chong Yidong <cyd@mit.edu>
11689 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11690 menu entries that open submenus.
11692 2006-05-24 Alan Mackenzie <acm@muc.de>
11694 * startup.el (command-line): For names of preloaded files, don't
11695 append ".elc" (now done in Fload), and call file-truename on the
11698 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11699 match ANY loaded file with the right name, not just those in
11700 load-path. Put a regexp matching the file name into
11701 after-load-alist, rather than the name itself.
11703 * subr.el (load-history-regexp, load-history-filename-element)
11704 (do-after-load-evaluation): New functions.
11706 * international/mule.el (load-with-code-conversion): Do the
11707 eval-after-load stuff by calling do-after-load-evaluation.
11709 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11711 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11712 has not been killed.
11714 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11716 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11717 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11718 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11719 Optionally set error message in reply.
11721 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11723 * textmodes/org.el (org-open-at-point): Use renamed variable
11724 `org-confirm-shell-link-function'.
11725 (org-confirm-shell-link-function): Rename from
11726 `org-confirm-shell-links'.
11727 (org-export-directory): New function.
11728 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11729 (org-export-icalendar): Use `org-export-directory'.
11730 (org-indent-item): Keep cursor position.
11731 (org-link-file-path-type): New option.
11732 (org-export-as-html): Fix bug with plain lists starting in
11734 (org-export-as-html): Remove deadline formatting, this happens
11735 now already in `org-html-handle-time-stamps'.
11736 (org-export-html-style): Deadline class removed.
11737 (org-insert-labeled-timestamps-at-point): New option.
11738 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11739 of `hide-sublevels 1', in case the first headline is not level 1.
11740 (org-overview, org-content): New fuction.
11741 (org-cycle-global-status, org-cycle-subtree-status): Make these
11742 variables buffer-local.
11743 (org-global-cycle): New command.
11744 (org-shifttab): Use `org-global-cycle'.
11745 (org-insert-heading, org-insert-item): Go to end of new
11746 headline/item after creating it.
11747 (org-export-visible): Rename from `org-export-copy-visible'.
11748 Now creates a temporary org-file and applies an exporting command
11750 (org-table-eval-formula): Support for lisp forms.
11751 (org-agenda-todo-ignore-scheduled): New option.
11752 (org-agenda-get-todos): Use new option
11753 `org-agenda-todo-ignore-scheduled'.
11754 (org-export-html-inline-images): New value `maybe'.
11755 (org-export-as-html): Inlining of images dependent on link description.
11756 (org-archive-subtree): Check for end-of-buffer before trying
11758 (org-agenda-follow-mode): New option.
11759 (org-export-with-tags, org-export-with-timestamps): New options.
11760 (org-html-handle-time-stamps): New function.
11761 (org-keyword-time-regexp): New variable.
11762 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11763 (org-agenda-todo-list-sublevels): New option.
11764 (org-html-level-start): When TITLE is nil, just close all levels.
11765 (org-parse-key-lines, org-parse-export-options): Remove functions,
11766 replaced by `org-infile-export-plist'.
11767 (org-combine-plists, org-infile-export-plist)
11768 (org-default-export-plist): New functions.
11769 (org-export-html-preamble, org-export-html-postamble)
11770 (org-export-html-auto-preamble, org-export-html-auto-postamble):
11772 (org-export-publishing-directory): New option.
11773 (org-export-as-html, org-export-as-ascii): Use the new property
11774 lists for settings.
11775 (org-export-copy-visible, org-export-as-xoxo):
11776 Respect `org-export-publishing-directory'.
11777 (org-link-search, org-store-link, org-file-apps): Support for
11778 links to BibTeX database entries..
11779 (org-get-current-options, org-set-regexps-and-options):
11780 Implement logging as a startup option.
11781 (org-store-link): Make sure context string is never empty
11782 (org-insert-link): Use relative path when possible.
11783 (org-at-item-checklet-p): New function.
11784 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11785 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11786 (org-metaright, org-metaup, org-metadown, org-shiftup)
11787 (org-shiftdown, org-shiftright, org-shiftleft)
11788 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11789 Dispatch using `call-interactively'.
11790 (org-call-with-arg): New defsubst.
11791 (org-tag-alist, org-use-fast-tag-selection): New options.
11792 (org-complete): Use `org-tag-alist'.
11793 (org-fast-tag-insert, org-fast-tag-selection): New functions.
11794 (org-next-item, org-previous-item): New commands.
11795 (org-beginning-of-item, org-end-of-item): Add (interactive) to
11797 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11799 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
11801 * emacs-lisp/ewoc.el (ewoc-delete): New function.
11802 (ewoc-filter): Use `ewoc-delete'.
11804 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11806 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11808 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11809 Signal more user-friendly error messages.
11811 * complete.el (PC-do-completion): Undo the addition of implicit
11812 wildcards if they did not lead to finding any match.
11813 (read-file-name-internal): Don't add the final > if the completion is
11816 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11818 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11819 Quote safe-local-variable predicate.
11821 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11823 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11825 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11827 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11829 * progmodes/make-mode.el (makefile-special-targets-list)
11830 (makefile-macro-table, makefile-target-table): Mark as risky.
11831 (makefile-query-one-target-method): Make this the alias for the
11832 following variable.
11833 (makefile-query-one-target-method-function): Make this the real name.
11835 * textmodes/artist.el (artist-text-renderer): Make this the alias
11836 for the following variable.
11837 (artist-text-renderer-function): Make this the real name.
11839 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11840 the alias for the following variable.
11841 (flyspell-generic-check-word-predicate): Make this the real name.
11843 * textmodes/ispell.el (ispell-format-word): Make this the alias
11844 for the following variable.
11845 (ispell-format-word-function): Make this the real name.
11846 (ispell-message-text-end): Mark as risky.
11848 * skeleton.el (skeleton-transformation, skeleton-filter)
11849 (skeleton-pair-filter): Make these the aliases for the following
11851 (skeleton-transformation-function, skeleton-filter-function)
11852 (skeleton-pair-filter-function): Make these the real names.
11854 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11855 and skeleton-pair-filter-function.
11857 * textmodes/sgml-mode.el (sgml-transformation): Make this the
11858 alias for the following variable.
11859 (sgml-transformation-function): Make this the real name.
11860 (sgml-tag-alist): Mark as risky.
11862 2006-05-21 Richard Stallman <rms@gnu.org>
11864 * simple.el (kill-region): Interactively, pass point, then mark.
11866 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11868 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11870 2006-05-21 Romain Francoise <romain@orebokech.com>
11872 * dired-x.el (dired-mode-map): Don't bind M-g.
11874 2006-05-20 Richard Stallman <rms@gnu.org>
11876 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11877 (dired-goto-file): Doc fix.
11879 2006-05-21 Kim F. Storm <storm@cua.dk>
11881 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11882 way to enable built-in cua-mode if user loads older CUA-mode package.
11884 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11885 if default-filename is specified.
11887 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11889 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11891 * info.el (info-apropos): Make sure current-file and current-node
11892 have non-nil values. Speed up by using add-to-list instead of
11895 2006-05-20 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11897 * progmodes/make-mode.el (makefile-mode): Doc fix.
11899 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11901 * dired-aux.el (dired-do-shell-command): Doc fix.
11903 2006-05-20 Kevin Ryde <user42@zip.com.au>
11905 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11906 ``(custom-manual :tag "Foo" "(foo)Node")''.
11908 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
11910 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11911 value is an integer.
11913 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11915 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11917 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11919 2006-05-20 Martin Rudalics <rudalics@gmx.at>
11921 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11922 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11924 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11926 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11927 regexp for keywords.
11929 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
11931 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11932 replace-regexp-in-string.
11934 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11935 encode, and escape file name on conversion to URL.
11937 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11939 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11940 Don't unescape URL.
11941 (dnd-get-local-file-name): Unescape URL on conversion to file name.
11943 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11944 on conversion to URLs.
11946 * net/browse-url.el (browse-url-file-url): Encode file name on
11949 * term/mac-win.el (mac-ae-open-documents): Escape file name on
11952 2006-05-19 Eli Zaretskii <eliz@gnu.org>
11954 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11956 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11958 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11959 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11961 2006-05-19 Glenn Morris <rgm@gnu.org>
11963 * calendar/diary-lib.el (diary-bahai-date)
11964 (list-bahai-diary-entries, mark-bahai-diary-entries)
11965 (mark-bahai-calendar-date-pattern): Not interactive.
11966 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11967 (diary-entries-list): Change format of 4th element in each entry.
11968 (diary-list-entries): Use add-to-diary-list.
11969 (diary-goto-entry): Handle the case where the buffer visiting the
11970 diary has been killed.
11971 (fancy-diary-display): Add 'locator to button rather than 'marker.
11972 Only generate temp-face when there are marks to apply.
11973 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11974 (diary-fancy-date-pattern): New variable.
11975 (diary-time-regexp): Doc fix.
11976 (diary-anniversary, diary-time): New faces.
11977 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11978 diary-time-regexp. Add font-lock-multiline property where needed.
11979 Use new faces diary-anniversary and diary-time.
11980 (diary-fancy-font-lock-fontify-region-function): New function, to
11981 handle multiline font-lock pattern in fancy diary.
11982 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11983 (diary-font-lock-keywords): Tweak time regexp. Use new face
11986 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11988 * international/code-pages.el (mik): Table corrected.
11990 2006-05-18 Kim F. Storm <storm@cua.dk>
11992 * progmodes/grep.el (grep-find): Don't check grep-find-command
11993 before running command (breaks non-interactive usage).
11995 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11997 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11998 (ewoc--insert-new-node): Don't insert trailing newline.
11999 Instead, adjust successor nodes's start markers.
12000 (ewoc--refresh-node): Delete all text from current node's start
12001 marker to the next one's; adjust successor nodes's start markers.
12002 (ewoc--create): Doc fixes.
12003 (ewoc--refresh): Don't insert newline.
12004 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12005 * pcvs.el (cvs-make-cvs-buffer):
12006 Specify extra newline for ewoc's header and footer.
12007 (cvs-update-header): Update initial header recognition.
12008 Append newline to final header and footer values.
12009 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12011 2006-05-17 Richard Stallman <rms@gnu.org>
12013 * files.el (file-name-extension): Doc fix.
12015 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12017 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12018 we can explicitly enable/disable rather than toggle.
12019 (shell-mode): Use it.
12020 (shell-cd): Don't try to reproduce what `cd' does.
12022 2006-05-17 Kim F. Storm <storm@cua.dk>
12024 * ido.el (ido-read-internal): Use only nondirectory part of
12027 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
12029 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12030 (ewoc-nth): Doc fix.
12032 (ewoc-map, ewoc-invalidate): Compute PP before looping.
12034 2006-05-16 Eli Zaretskii <eliz@gnu.org>
12036 * international/mule.el (auto-coding-alist): Add .lha to files
12037 read with no-conversion.
12039 * files.el (auto-mode-alist): Add .lha files to archive file
12042 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12043 Convert csize to integer when computing offsets within the
12044 compressed archive file.
12046 2006-05-16 Kim F. Storm <storm@cua.dk>
12048 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12049 with read-from-minibuffer.
12051 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12053 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12054 (byte-compile-warnings): Fix safe-local-variable property.
12056 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
12058 * allout.el (allout-show-bodies, allout-old-style-prefixes)
12059 (allout-stylish-prefixes, allout-numbered-bullet)
12060 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12061 predicates to qualify `safe-local-variable' property, when
12062 available, else use equivalent lambda.
12063 (allout-current-topic-collapsed-p): Do the right thing regarding
12064 trailing blank lines.
12066 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12068 * server.el (server-start): Only create a directory if needed.
12069 (server-edit, server-unload-hook): server-start => server-mode.
12070 (kill-emacs-hook): Cleanup upon exit.
12072 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12074 * hexl.el (hexlify-buffer): Encode process arguments manually.
12076 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12078 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12079 call to gdb-tooltip-print.
12081 2006-05-15 Romain Francoise <romain@orebokech.com>
12083 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12084 systems, default to "tar" since those systems probably have GNU tar.
12086 2006-05-14 Lars Hansen <larsh@soem.dk>
12088 * desktop.el (desktop-missing-file-warning): Fix docstring.
12089 (desktop-restore-file-buffer): Correct question asked on missing file.
12091 2006-05-14 Kim F. Storm <storm@cua.dk>
12093 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12094 Add CUA move property.
12096 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12098 * custom.el (custom-push-theme): Load the variable before checking
12099 its `standard-value'.
12101 2006-05-13 Lars Hansen <larsh@soem.dk>
12103 * desktop.el (desktop-save): Use with-temp-buffer.
12105 2006-05-12 Glenn Morris <rgm@gnu.org>
12107 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12108 * calendar/calendar.el (calendar-mode-map):
12109 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12110 * calendar/appt.el (appt-check, appt-make-list): Refer to
12111 diary-view-entries, diary-list-entries, diary-show-all-entries
12112 rather than obsolete aliases.
12114 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12116 * simple.el (line-move-finish): Avoid calling point motion hooks
12117 while processing intangibility.
12119 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12121 * term/xterm.el (terminal-init-xterm): Fix typo.
12123 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12125 * allout.el (allout-view-change-hook): Mark as being deprecated,
12126 to be replaced by `allout-exposure-change-hook'.
12127 (allout-exposure-change-hook): New, replacing
12128 `allout-view-change-hook'.
12129 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12130 in addition to `allout-view-change-hook'.
12131 (allout-show-bodies, allout-old-style-prefixes)
12132 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12133 lambda forms to prevent their showing up in variable help
12134 presentations as inscrutable byte-compiled code.
12135 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12136 Use string-or-null-p to qualify safe-local-variable values.
12137 (allout-reindent-bodies): Use memq to qualify matches against
12138 valid safe-local-variable values. Also, quote the lambda as above.
12139 (allout-use-mode-specific-leader): Add missing candidate-value
12140 symbols, use memq, and quote the lambda.
12141 (allout-overlay-interior-modification-handler): Remove unused
12142 variables `msg' and 'opened'.
12143 (allout-hidden-p): Constrain invisibility consideration to allout's
12144 invisibility spec, disregarding invisibility for other reasons.
12146 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12148 * files.el (version-control): Correct safe values.
12150 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12152 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12154 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12155 (ewoc--insert-new-node): New func.
12156 Update callers of deleted funcs to use it, instead.
12158 2006-05-11 Glenn Morris <rgm@gnu.org>
12160 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12161 obsolete alias `show-all-diary-entries'.
12162 (make-diary-entry): Not interactive.
12163 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12164 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12165 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12166 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12167 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12168 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12170 2006-05-11 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
12172 * calendar/calendar.el (calendar-french-date-string)
12173 (calendar-mayan-date-string, calendar-chinese-date-string)
12174 (calendar-astro-date-string, calendar-iso-date-string)
12175 (calendar-islamic-date-string, calendar-bahai-date-string)
12176 (calendar-hebrew-date-string, calendar-coptic-date-string)
12177 (calendar-ethiopic-date-string, calendar-persian-date-string):
12178 These functions are not interactive.
12180 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12182 * files.el: Balance parentheses.
12184 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12186 * files.el, newcomment.el, outline.el, simple.el,
12187 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12188 * progmodes/cc-vars.el, progmodes/compile.el:
12189 Move `safe-local-variable' declarations to the respective files.
12191 * help-fns.el (describe-variable): Don't print safe-var if it is
12192 byte-code. Improve wording as suggested by Luc Teirlinck.
12194 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12196 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12197 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12198 Use a token for pending-triggers to ensure gdb-var-update
12199 gets called once per user input again for pre-GDB 6.4.
12200 (gdb-var-delete): Match on more complex expressions.
12201 (gdb-var-list-children-handler, gdb-var-create-handler):
12202 Use a token for consistency.
12204 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12206 * textmodes/org.el (org-read-date, org-goto-calendar)
12207 (org-agenda-goto-calendar):
12208 Bind `view-calendar-holidays-initially' to nil.
12210 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12212 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12213 Update all callers to do it there, instead.
12215 2006-05-10 Glenn Morris <rgm@gnu.org>
12217 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12218 prefix arg case, to avoid view-diary-entries-initially error.
12219 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12220 (calendar-date-is-legal-p): Handle dates with no day part.
12222 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12224 * comint.el (comint-insert-input): Just make it when
12225 comint-use-prompt regexp is nil (default) and with the mouse.
12226 (comint-copy-old-input): Reinstate from 2004-06-23.
12227 (comint-mode-map): Bind C-c C-m to it.
12229 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12231 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12232 Remove spurious move to point-max (new comint behavior fixes).
12234 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12235 compatibility function (Emacs 18/19).
12236 (idlwave-is-continuation-line): Always return point at start of
12237 previous non-blank continuation line.
12238 (keyword-parameters): Fix continued comment font-lock matcher.
12239 (idlwave-font-lock-fontify-region): Written, use as
12240 font-lock-fontify-region-function, to fix continued keyword
12241 fontification issues.
12243 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12245 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12246 (mac-service-selection, mac-service-open-file)
12247 (mac-service-open-selection, mac-service-mail-selection)
12248 (mac-service-mail-to, mac-service-insert-text): Rename from
12249 mac-services-*. All uses changed.
12250 (mac-apple-event-map): Rename event symbol `services' to `service'.
12252 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12254 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12255 (ewoc--node-enter-first, ewoc--node-enter-last)
12256 (ewoc--delete-node-internal): Merge funcs into unique callers.
12258 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12260 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12261 return value of read-from-minibuffer for empty input.
12263 2006-05-09 Miles Bader <miles@gnu.org>
12265 * comint.el (comint-insert-input): Remove redundant calls to setq
12268 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12270 * comint.el (comint-insert-input): Make it work when
12271 comint-use-prompt-regexp is t.
12273 2006-05-10 Miles Bader <miles@gnu.org>
12275 * subr.el (field-at-pos): New function.
12277 * comint.el (comint-insert-input): Use it.
12279 2006-05-09 Juri Linkov <juri@jurta.org>
12281 * battery.el (battery-linux-proc-acpi): Also try
12282 `/proc/acpi/thermal_zone/THR2/temperature'.
12284 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12285 for now unused lambda `string-or-null'.
12287 * add-log.el (change-log-default-name): Put `string-or-null-p'
12288 instead of lambda on `safe-local-variable' property.
12290 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12291 `region-end' instead of `mark' and `point'.
12292 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12293 Operate on region in Transient Mark mode when the mark is active.
12294 Use `region-beginning' and `region-end' instead of `mark' and
12296 (diff-hunk-text, diff-goto-source): Doc fix.
12298 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12299 face `mode-line-buffer-id' for mode-line buffer face instead of
12300 hard-coded `(:weight bold)'.
12302 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12303 buffer-undo-list to t (undo-ask is reproducible by visiting
12306 2006-05-09 Kim F. Storm <storm@cua.dk>
12308 * progmodes/grep.el (rgrep): Set default directory of *grep*
12309 buffer if we start M-x rgrep in the *grep* buffer and choose
12310 a different base directory.
12312 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12314 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12315 completion also when ido is loaded.
12317 2006-05-09 Masatake YAMATO <jet@gyve.org>
12319 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12320 "warning" and "import".
12321 (cpp-font-lock-keywords): Added "warning".
12323 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12325 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12327 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12329 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12330 pages at a time, if we signal the end, we should indeed reach that end.
12332 2006-05-08 David Reitter <david.reitter@gmail.com>
12334 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12335 output during execution of the body.
12337 2006-05-08 Kim F. Storm <storm@cua.dk>
12339 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12341 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12343 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12344 Use with-current-buffer.
12346 2006-05-07 Kim F. Storm <storm@cua.dk>
12348 * subr.el (add-to-history): Remove keep-dups arg.
12350 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12351 to nil around call to add-to-history.
12353 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12355 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12356 than after a buffer modification.
12358 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12360 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12362 (gud-watch): ...here so speedbar is raised for already watched
12364 (gdb-speedbar-refresh): Delete function.
12365 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12366 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12368 (gdb-var-evaluate-expression-handler)
12369 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12371 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12372 Update localized contents for all buffers except ignored modes.
12374 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12376 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12377 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12378 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12379 (mac-handle-font-panel-closed, mac-handle-font-selection):
12381 (mac-font-panel-mode): New minor mode.
12382 (mac-apple-event-map): Add bindings for toolbar toggle button and
12384 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12386 2006-05-07 John Paul Wallington <jpw@pobox.com>
12388 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12389 Avoid `regexp-opt'; simplify regexp for readability.
12391 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12393 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12394 * files.el (buffer-stale-function):
12395 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12396 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12397 links to the main manual, not to emacs-xtra.
12399 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12401 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12402 MacJapanese if text is ASCII-only.
12404 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12406 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12407 unless so nil isn't returned.
12408 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12410 2006-05-06 Kim F. Storm <storm@cua.dk>
12412 * subr.el (add-to-history): New function.
12414 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12415 (ediff-merge-files-with-ancestor):
12417 * isearch.el (isearch-update-ring):
12418 * server.el (server-visit-files):
12419 * progmodes/grep.el (lgrep, rgrep):
12420 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12421 * progmodes/xscheme.el (xscheme-insert-expression):
12422 Use add-to-history.
12424 * kmacro.el (kmacro-push-ring): Use add-to-history.
12425 (kmacro-ring-length): Remove unused defun.
12426 (kmacro-start-macro): Use kmacro-push-ring.
12428 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12430 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12431 directly instead of a lambda expression that calls it.
12433 2006-05-06 Kim F. Storm <storm@cua.dk>
12435 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12436 instead of compute-motion.
12438 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12440 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12443 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12445 * startup.el (command-line-1): Refer to "Pure Storage" on
12446 pure-space-overflow.
12448 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12450 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12451 provided faces once they all have been used up.
12453 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12455 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12456 reference to the Lisp manual to the warning about pure space
12459 2006-05-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12461 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12462 argument to avoid the call to `ispell-internal-change-dictionary'
12464 (ispell-change-dictionary): Use this argument and call
12465 `ispell-internal-change-dictionary' after the possible change
12466 to `ispell-local-dictionary'.
12467 (ispell-internal-change-dictionary): Check for a change in
12468 personal dictionary use too.
12470 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12472 * startup.el (command-line): On MS-Windows, probe "~", not
12473 "~USER", for warning about non-existent home directory.
12475 * arc-mode.el (archive-l-e): New optional argument `float' means
12476 generate a float value.
12477 (archive-arc-summarize, archive-lzh-summarize)
12478 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12479 with 3rd argument non-nil when file's size is being computed.
12480 Format the file sizes with %8.0f instead of %8d.
12482 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12484 * cus-start.el (all): Add mac-dnd-known-types.
12486 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12487 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12488 (mac-TIFF-to-string): New functions.
12489 (x-get-selection, x-selection-value)
12490 (mac-select-convert-to-string): Use them.
12491 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12492 (mac-dnd-types-alist): New customization variable.
12493 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12494 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12495 (mac-dnd-handle-drag-n-drop-event): New functions.
12496 (mac-drag-n-drop): Remove function.
12497 (global-map): Bind drag-n-drop and M-drag-n-drop to
12498 mac-dnd-handle-drag-n-drop-event.
12500 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12502 * progmodes/perl-mode.el (perl-beginning-of-function):
12503 Skip anonymous subs.
12505 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12507 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12508 regexp-opt at run time.
12510 * term.el (term-handle-ansi-escape): Fix off by one error.
12512 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12514 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12515 (gdb-init-1, gdb-post-prompt): ...and references to it.
12516 (gdb-frame-handler): Strip directory name from filename if present.
12518 * progmodes/gud.el (gdb-force-update): Delete defvar
12519 (gud-speedbar-buttons): ...and references to it. Use window-start
12520 to try to keep positon in watch expression.
12522 2006-05-03 Richard Stallman <rms@gnu.org>
12524 * simple.el (next-history-element, previous-history-element): Doc fix.
12526 * isearch.el (isearch-update-ring): Doc fix.
12528 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12530 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12531 into consideration. Replace one arm ifs with whens.
12533 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12535 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12538 2006-05-02 Miles Bader <miles@gnu.org>
12540 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12542 2006-05-02 Jay Belanger <belanger@truman.edu>
12544 * calc/calc-embed.el (calc-override-minor-modes-map)
12545 (calc-override-minor-modes): New variables.
12546 (calc-do-embedded): Make sure that Calc keystrokes aren't
12547 overwritten by minor modes.
12549 2006-05-02 Chong Yidong <cyd@mit.edu>
12551 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12553 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12555 * startup.el (command-line-1): Refer to Lisp manual when
12556 pure-space-overflow occurs.
12558 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12559 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12560 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12561 (version-control): Don't use `t' for safe-local-variable declarations.
12563 2006-05-01 Richard Stallman <rms@gnu.org>
12565 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12566 M-r, M-R, M-A, M-SPC or M-DEL.
12567 (diff-mode-map): diff-refine-hunk now on C-c C-w
12568 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12570 * help-mode.el (help-mode): view-exit-action calls delete-window
12571 only when it is safe and possible.
12573 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12576 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12578 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12579 in the default tool-bar-map.
12581 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12583 * net/tramp.el (tramp-completion-file-name-handler-alist)
12584 (tramp-run-real-handler, tramp-completion-run-real-handler)
12585 (tramp-completion-handle-file-name-all-completions)
12586 (tramp-completion-handle-file-name-completion): Autoload them.
12587 (tramp-completion-handle-file-exists-p)
12588 (tramp-completion-handle-file-name-directory)
12589 (tramp-completion-handle-file-name-nondirectory)
12590 (tramp-completion-handle-expand-file-name): Remove them.
12591 (tramp-handle-file-name-directory): Return the real directory name.
12592 Returning "/" only doesn't need to be necessary any longer.
12593 (tramp-file-name-handler): Make special attention when in hostname
12595 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12596 (tramp-register-file-name-handlers):
12597 Register `tramp-completion-file-name-handler' only when
12598 `partial-completion-mode' is enabled.
12599 (tramp-completion-handle-file-name-all-completions):
12600 Delete directory part from results.
12601 (tramp-get-completion-methods, tramp-get-completion-user-host):
12602 Discard deleting "/", it doesn't work after the change of
12603 `tramp-handle-file-name-directory' above.
12605 2006-05-01 Kim F. Storm <storm@cua.dk>
12607 * progmodes/grep.el (grep-expand-template): Use save-match-data
12610 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12612 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12613 Use select-frame-set-input-focus instead of raise-frame.
12614 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12616 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12618 * progmodes/gud.el (gud-def): Add %c case.
12619 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12620 (gud-format-command): Make match case sensitive. Match on %F.
12622 2006-04-30 Glenn Morris <rgm@gnu.org>
12624 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12625 (cal-tex-preamble): Use cal-tex-preamble-extra.
12626 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12627 than alias `list-diary-entries'.
12629 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12631 * help-fns.el (describe-variable): Add info about safe local variables.
12633 2006-04-29 Richard Stallman <rms@gnu.org>
12635 * bindings.el (mode-line-format): help-echo doc fixes.
12637 * net/tramp.el (tramp-file-name-handler-alist): Delete
12638 expand-file-name and other operations that can cause spurious loading.
12640 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12642 * files.el (safe-local-variable-p): Remove support for the special
12645 * textmodes/paragraphs.el (sentence-end-without-space):
12646 Fix safety predicate.
12647 (sentence-end-double-space, sentence-end-without-period)
12648 (paragraph-ignore-fill-prefix):
12649 * textmodes/fill.el (colon-double-space):
12650 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12652 * subr.el (booleanp): New fun.
12654 * textmodes/reftex-vars.el (reftex-guess-label-type):
12655 Tighten the safety predicate.
12657 2006-04-28 Kim F. Storm <storm@cua.dk>
12659 * progmodes/grep.el (defgroup grep): Doc fix.
12660 (grep-auto-highlight): Remove.
12661 (grep-template): New defcustom.
12662 (grep-find-template): Rename from grep-tree-template.
12663 (grep-files-aliases): Rename from grep-tree-files-aliases.
12664 Remove "all" alias, add "l" alias.
12665 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12666 (grep-find-ignored-directories): New defcustom to replace
12667 grep-tree-ignore-CVS-directories, to facilitate ignoring
12668 subdirectories for multiple version control systems.
12669 (grep-mode-map): Add Recursive grep item to GREP menu.
12670 (grep-regexp-history, grep-files-history): New defvars.
12671 (grep-probe): New helper function.
12672 (grep-compute-defaults): Use it to simplify code.
12673 Adapt to name changes.
12674 Use `.' as base in grep-find-template rather than <D>.
12675 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12676 Call grep-compute-defaults unconditionally.
12677 (grep-expand-keywords): New defconst.
12678 (grep-expand-template): Rename from grep-expand-command-macros.
12679 Simplify via grep-expand-keywords. Look at case-fold-search instead
12680 of grep-tree-ignore-case to add -i option.
12681 Bind case-fold-search to nil while matching keywords.
12682 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12683 (grep-read-regexp, grep-read-files): New helper functions.
12684 (rgrep): Rename from grep-tree. Rework to use proper histories.
12685 Adapt to changes in defcustoms and functions above.
12686 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12688 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12690 * net/tramp.el (tramp-completion-file-name-handler):
12691 Disable Tramp's functionality while loading Tramp itself.
12692 (tramp-register-file-name-handlers): That's a defsubst now.
12693 Code from `tramp-repair-jka-compr' moved here. Apply it via
12695 (tramp-repair-jka-compr): Remove.
12697 2006-04-27 Jay Belanger <belanger@truman.edu>
12699 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12700 read expression when `math-read-big-expr' doesn't work.
12702 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12704 * startup.el (command-line-1): Display warning when
12705 pure-space-overflow is non-nil.
12707 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12709 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12712 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12714 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12715 Return the URL or nil if none can be generated.
12717 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12719 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12720 byte compiler warnings.
12721 (gud-basic-call, gud-find-expr): Let user select an expression
12722 for printing. Print expression as well as value in GUD buffer.
12724 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12726 * allout.el: Remove local autoload declaration for
12727 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12728 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12729 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12730 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12731 (allout-stylish-prefixes, allout-numbered-bullet)
12732 (allout-file-xref-bullet, allout-presentation-padding)
12733 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12734 safe-local-variable with suitable value spec, and add autoload
12735 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12736 (move-beginning-of-line, move-end-of-line): Repair so these compat
12737 functions now actually resituate the point, when appropriate.
12739 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12741 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12743 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12744 (add-log-iso8601-time-string): Fix call to format-time-string.
12746 2006-04-26 Kim F. Storm <storm@cua.dk>
12748 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12750 2006-04-26 Masatake YAMATO <jet@gyve.org>
12752 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12753 Add support for "//" style comments. Remove `b' flag
12754 from ?* in `asm-mode-syntax-table'.
12756 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12758 * follow.el: Use (featurep 'xemacs) everywhere.
12759 (follow-mode): Use define-minor-mode.
12760 (follow-mode-map): Move initialization into the declaration.
12761 Use command remapping.
12762 (follow-emacs-version-xemacs-p): Remove.
12763 (follow-submit-feedback): Remove.
12765 * allout.el (allout-layout, allout-passphrase-verifier-string)
12766 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12768 * textmodes/reftex-vars.el (reftex-vref-is-default)
12769 (reftex-fref-is-default, reftex-guess-label-type):
12770 Tighten up a bit the safety predicate.
12772 * textmodes/paragraphs.el (sentence-end-double-space)
12773 (sentence-end-without-period, sentence-end-without-space)
12774 (page-delimiter, paragraph-ignore-fill-prefix):
12775 Tighten up a bit the safety predicate.
12777 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12779 * progmodes/python.el (python-continuation-line-p)
12780 (python-beginning-of-statement): syntax-ppss may return
12782 (python-mode): Don't forcefully enable font-lock.
12784 * time-stamp.el (time-stamp-start, time-stamp-end)
12785 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12787 * add-log.el: Remove spurious * in docstrings.
12788 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12789 (add-change-log-entry): Use it here, since it's not specific
12791 (add-log-iso8601-time-string): Don't use it here any more.
12792 (change-log-indent-text, change-log-indent): Rename from add-log-*.
12794 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12796 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
12798 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12799 (rcirc-toggle-low-priority): Doc fix.
12800 (rcirc-handler-NOTICE): Remove beginning of line anchor in
12802 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12804 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12805 (rcirc-decode-coding-system): Use utf-8 as the default.
12806 (rcirc-multiline-minor-mode): Set the fill-column.
12807 (rcirc-format-response-string): Display bright and dim nicks.
12808 (rcirc-browse-url): Update interactive spec to fill ARG.
12809 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12810 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12812 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
12814 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12815 case for @Article, etc.
12817 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
12819 * net/tramp.el (tramp-register-file-name-handlers): New defun.
12820 Added with autoload cookie.
12821 (tramp-unload-file-name-handlers): Rename from
12822 `tramp-unload-file-name-handler-alist'.
12824 2006-04-23 Romain Francoise <romain@orebokech.com>
12826 * comint.el (comint-match-partial-filename): Doc fix.
12828 2006-04-21 Glenn Morris <rgm@gnu.org>
12830 * calendar/cal-menu.el (calendar-mode-map): Refer to
12831 `diary-view-entries' rather than alias `view-diary-entries'.
12832 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12834 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
12836 * progmodes/antlr-mode.el (antlr-default):
12837 * cus-edit.el (custom-documentation):
12838 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12841 2006-04-21 Kim F. Storm <storm@cua.dk>
12843 * image.el (image-type): New defun split out of create-image.
12844 (create-image): Use it.
12846 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
12848 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12849 (org-open-at-point): Remove the "...done" message to keep output
12850 in the echo area visible.
12851 (org-export-as-xoxo): Fix call to `indent-region'.
12853 2006-04-21 Kevin Ryde <user42@zip.com.au>
12855 * international/mule.el (keyboard-coding-system): defcustom
12856 info-link fixes: "Specify Coding" has been split, keyboard now in
12857 "Terminal Coding", and "Single-Byte Character Support" is now
12860 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
12862 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12863 Use font-lock-warning-face for any errors e.g. no stack.
12864 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12866 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12868 * progmodes/sh-script.el (sh-shell): Mark as safe.
12870 * newcomment.el (comment-start, comment-start-skip)
12871 (comment-end-skip, comment-end): Mark as safe.
12873 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12875 * textmodes/org.el (org-deadline-announce): Face removed.
12876 (org-level-faces, org-n-levels): Convert to constant.
12877 (org-compatible-face): New function.
12878 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12879 (org-level-5, org-level-6, org-level-7, org-level-8)
12880 (org-special-keyword, org-warning, org-headline-done, org-link)
12881 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12882 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12883 Face definition revised for better color tty support.
12884 (org-bold-re, org-italic-re, org-underline-re): New constants.
12885 (org-set-font-lock-defaults): Use the new constants.
12886 (org-agenda-highlight-todo): New function.
12887 (org-agenda-todo): Fix bug with point at end of line.
12888 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12889 Fontify TODO keywords.
12890 (org-insert-link): Preserve relative path in ../ links.
12891 (org-export-as-html): Convert links pointing to .org files into
12892 links that will work beteen the exported HTML files.
12893 (org-todo-list): Fix bug when arg=0.
12894 (org-insert-heading): More fine-tuning.
12896 2006-04-19 Romain Francoise <romain@orebokech.com>
12898 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12899 from `rmail-mime-charset-pattern'.
12901 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12903 * progmodes/python.el (python-mode): Fix typo.
12905 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
12907 * comint.el (comint-previous-input): Don't clobber input line
12908 when moving off either end of the input history ring.
12909 (comint-delete-input): New function, used by
12910 `comint-previous-input' and others.
12911 (comint-previous-matching-input):
12912 Use `coming-delete-input'. Save the partial input if leaving the
12913 edit line. Goto point-max before deleting input to avoid
12914 partial input fragments hanging around.
12915 (comint-restore-input): New function, used by `comint-previous-input'.
12917 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
12919 * imenu.el (imenu--index-alist): Balance parentheses.
12921 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12923 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12925 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
12927 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12930 2006-04-18 Richard Stallman <rms@gnu.org>
12932 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12934 * imenu.el (imenu-create-index-function, imenu--index-alist)
12935 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12936 (imenu-default-create-index-function, imenu--generic-function):
12939 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12941 * help-mode.el (help-mode): Set view-exit-action to delete window.
12943 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
12944 now works by passing nil as arg.
12946 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12948 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12949 (read-abbrev-file): Provide default when reading filename.
12951 * files.el (enable-local-variables): Allow :all as value.
12952 (hack-local-variables): Implement that value.
12953 (safe-local-variable-values, safe-local-eval-forms)
12954 (enable-local-variables): Mark as risky.
12955 (find-file-visit-truename, kept-old-versions): Mark safe.
12957 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12958 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12959 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12961 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12963 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12964 Use forward-line so as to get to BOL even in the presence of fields.
12965 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12967 (inferior-tcl): Tell tclsh to work in interactive mode.
12969 * complete.el (partial-completion-mode):
12970 Use 'choose-completion-string-functions to make sure that
12971 choose-completion fills the minibuffer properly.
12973 * complete.el (PC-old-read-file-name-internal): Remove.
12974 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12975 of read-file-name-internal.
12976 (partial-completion-mode): Enable/disable this advice.
12978 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
12980 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12983 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
12985 * textmodes/org.el (org-insert-heading): Insert heading before
12986 current if at beginning of line.
12987 (org-todo, org-date): New faces.
12988 (org-table-align): Make sure tooltip window contains full text.
12989 (org-no-properties): New defsubst.
12990 (org-set-font-lock-defaults): Use new faces.
12992 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
12994 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12995 for root variables.
12997 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12998 (gdb-frame-address): Re-use to identify frame for watch expression.
12999 (gdb-var-list, gdb-var-create-handler): Add frame address for root
13001 (gdb-init-1, gdb-source, gdb-post-prompt)
13002 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13003 (gdb-frame-handler): Get gdb-frame-address.
13005 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
13007 Sync with Tramp 2.0.53.
13009 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13010 'control. Reported by Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>.
13011 (tramp-completion-file-name-handler): Add autoload cookie for
13012 adding to `file-name-handler-alist'.
13014 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13015 the prompt. If it returns earlier (when detecting an error
13016 message), the rest of the output will merge accidently with the
13017 output of the next command. Reported by M Jared Finder
13018 <jared@hpalace.com>.
13020 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13021 for `process-file', in order to let it work for older Emacsen too.
13023 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
13025 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13026 (tex-font-lock-keywords-3): Use it.
13028 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13030 * newcomment.el (comment-add): New function.
13031 (comment-region-default, comment-dwim): Use it.
13033 2006-04-15 Michael Olson <mwolson@gnu.org>
13035 * emacs-lisp/tq.el: Improve comments.
13036 (tq-queue-head-question): New accessor function.
13037 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13038 Update for modified queue structure.
13039 (tq-queue-add): Accept `question' argument.
13040 (tq-queue-pop): If a question is pending, send it.
13041 (tq-enqueue): Accept new optional argument `delay-question'.
13042 If this is non-nil, and at least one other question is pending a
13043 response, queue the question rather than sending it immediately.
13045 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13047 * calendar/appt.el (appt-add): Check whether an appointment is
13048 already present in appt-time-msg-list. Simplify code.
13050 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13052 * progmodes/cc-langs.el (c-mode-menu):
13053 Don't presume c-subword-mode is bound.
13055 2006-04-13 Bill Wohler <wohler@newt.com>
13057 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13058 (customize-package-emacs-version): Use cdr instead of cadr now
13059 that alists use dotted pairs.
13061 * custom.el (defcustom): Fix docstring for :package-version.
13063 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13065 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13066 (tramp-handle-shell-command): Display output buffer only when
13067 `tramp-display-shell-command-buffer' is true.
13068 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13070 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13072 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13073 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13075 2006-04-13 Romain Francoise <romain@orebokech.com>
13077 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13078 leaving temporary .cvsignore buffers behind.
13080 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13082 * textmodes/org.el (org-set-regexps-and-options)
13083 (org-get-current-options): Better names for the startup folding
13086 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13088 * vc.el (vc-annotate): Arrange for point to end up at the same
13089 line number as in the original, but only when using a new buffer.
13091 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13093 * files.el (hack-one-local-variable-eval-safep):
13094 Recognize `edebug-form-spec' for `put', but only if it passes
13095 `edebug-basic-spec'. Generalize `put' handling.
13097 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13098 vetting file-local form specs.
13100 * allout.el (allout-layout): Autoload its `safe-local-variable'
13103 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13105 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13106 (org-agenda-mouse-1-follows-link)
13107 (org-mouse-1-follows-link): New options.
13108 (org-format-agenda-item): Fix bug if TAGS is nil.
13109 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13111 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13113 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13114 GDB 6.1+ gives full filename for "info sources" so use
13115 file-name-nondirectory.
13117 2006-04-12 Romain Francoise <romain@orebokech.com>
13119 * subr.el (read-passwd): Bind `message-log-max' to nil.
13121 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13123 * progmodes/perl-mode.el (perl-indent-new-calculate):
13124 Recompute parse-start after jumping backward by a whole sexp.
13126 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13128 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13129 window configuration.
13130 (vc-annotate-display-select): Select the buffer so that current-buffer
13131 (and selected-window) is the output buffer at the end of vc-annotate.
13133 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13135 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13136 8-color terminals, to use all of the colors in a sensible order.
13137 256-color terminals work well with the standard map.
13138 (vc-annotate-lines): Only strip the first color character if it
13139 is "#", to allow for terminal-style named colors.
13140 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13141 the correct buffer is scrolled.
13143 2006-04-11 Richard Stallman <rms@gnu.org>
13145 * emacs-lisp/bytecomp.el (byte-compile-file):
13146 Bind enable-local-variables to :safe, and make normal-mode obey it.
13148 * files.el (enable-local-variables): Allow value :safe.
13149 (normal-mode): Doc fix.
13150 (hack-local-variables): Implement enable-local-variables = :safe.
13151 (hack-local-variables-confirm): Don't prevent quitting.
13153 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13155 * loadhist.el (unload-feature): A bit of sanity check of
13156 load-history entries. Cancel timer-vars before unbinding them.
13158 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13159 quote special chars, and make the trick work on the hex part of the
13161 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13162 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13164 * startup.el (normal-splash-screen): Fix last change so we don't wait
13165 2 minutes if we don't show the splash screen.
13167 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13169 * textmodes/org.el (org-export-plain-list-max-depth)
13170 (org-table-spaces-around-separators)
13171 (org-radio-targets, org-activate-camels)
13172 (org-table-spaces-around-invisible-separators): Options removed.
13173 (org-time-stamp-rounding-minutes, org-remember-templates)
13174 (org-ellipsis, org-activate-links, org-descriptive-links):
13176 (org-remember-apply-template, org-current-time)
13177 (org-finish-edit-table-field)
13178 (org-link-unescape, org-link-escape)
13179 (org-string-width, org-table-clean-line, org-html-do-expand)
13180 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13181 (org-read-agenda-file-list): New functions.
13182 (org-table-edit-field)
13183 (org-table-create-or-convert-from-region): New commands
13184 (org-table-toggle-vline-visibility): Command removed.
13185 (org-table-convert-region): Made a command.
13186 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13187 Replace with the normal org- functions.
13188 (org-self-insert-command): Don't trigger realign unnecessarily
13189 when blanking a field that is not full.
13190 (org-mode): `Set buffer-invisibility-spec' for links.
13191 (org-activate-links2): Hide link part and only show descriptive
13193 (org-insert-link): Modify for new linking system.
13194 (org-store-link): Store description separately, for use by
13196 (org-table-align): Use `org-string-width'.
13197 (defgroup): Completely new group structure for custom variables.
13198 (org-agenda-files): Option: Single file name allowed. Function:
13199 Optional argument unrestrited means ignore any restricitons.
13200 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13201 trying to modify the menu. Use generalized access to
13202 `org-agenda-files.'
13203 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13204 (org-agenda-file-to-front, org-remove-file, org-diary)
13205 (org-tags-view, org-export-icalendar-all-agenda-files)
13206 (org-export-icalendar-combine-agenda-files): Use generalized
13207 access to `org-agenda-files'.
13208 (org-remember-handler): Correctly preserve heading if present.
13209 (org-table-insert-row, org-table-insert-hline): Deal with
13210 invisible characters.
13212 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13214 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13215 (vc-annotate-color-map): New 18 element constant
13216 value/saturation, rotating hue colormap, from red->blue.
13217 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13218 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13219 (vc-annotate): To avoid killing the required local variables,
13220 set them before the end of `with-output-to-temp-buffer', and
13221 after first switching to annotate-mode.
13222 (vc-annotate-warp-version): Add buffer argument in goto-line to
13223 ensure annotation, not source, is scrolled.
13225 2006-04-10 Bill Wohler <wohler@newt.com>
13227 * custom.el (defcustom, custom-handle-keyword):
13228 Add :package-version keyword.
13229 (custom-add-package-version): New function. Sets value of new
13230 property 'custom-package-version from :package-version keyword.
13231 (defcustom): Create Common Keywords section in docstring.
13232 (defface, defgroup): Replace definitions of a select few keywords
13233 with a reference to the Common Keywords in defcustom.
13234 (defcustom, defface, defgroup): Replace reference to Customization
13235 chapter in manual with hyperlink.
13237 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13238 (customize-changed-options): Add check for custom-package-version.
13239 (customize-package-emacs-version): New function to look up Emacs
13240 version corresponding to the given package version.
13242 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13243 defun name, in similar fashion to find-variable-regexp.
13245 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13247 * international/mule-cmds.el (set-locale-environment): Fix last
13248 change for when the locale's preferences don't specify any encoding.
13250 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13252 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13253 so the defined var/fun doesn't need to be quoted.
13255 2006-04-10 Richard Stallman <rms@gnu.org>
13257 * finder.el (finder-mode-map): Add n and p bindings.
13259 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13261 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13262 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13263 (gdb-setup-windows): Put something in source window if we can't find
13265 (gdb-frame-handler): Make it work again with just assembly.
13266 (gdb-data-list-register-values-handler): Make it work when there is
13269 2006-04-09 Richard Stallman <rms@gnu.org>
13271 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13272 specs while looking for charset.
13274 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13276 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13278 (lm-font-lock-keywords): Update appropriately.
13280 2006-04-10 Kim F. Storm <storm@cua.dk>
13282 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13283 it can also replace buffer-substring-no-properties.
13285 * emulation/cua-base.el (cua-delete-region, cua-paste)
13286 (cua-repeat-replace-region): Use filter-buffer-substring.
13288 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13289 (cua-cut-region-to-global-mark): Likewise.
13291 * emulation/cua-rect.el (cua--extract-rectangle)
13292 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13294 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13296 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13297 entry-type. Add field delimiters to numerical fields if they are
13300 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13302 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13303 string-const to return value.
13304 (bibtex-remove-delimiters): Use it.
13306 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13308 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13309 cl-byte-compile-compiler-macro unless it exists.
13311 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13313 * files.el (hack-local-variables-confirm) <offer-save>:
13314 Clarify message text. Suggested by Ralf Angeli.
13316 2006-04-08 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13318 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13319 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13320 instead of `buffer-substring' and `delete-region'. (Most of the
13321 code actually copied from `kill-region'.)
13323 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13325 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
13326 (rcirc-default-port): Rename from rcirc-port.
13327 (rcirc-default-nick): Rename from rcirc-nick.
13328 (rcirc-default-user-name): Rename from rcirc-user-name.
13329 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13330 (rcirc-low-priority-flag): New variable.
13331 (rcirc-decode-coding-system): New defcustom.
13332 (rcirc-encode-coding-system): New defcustom.
13333 (rcirc-coding-system-alist): New defcustom.
13334 (rcirc-multiline-major-mode): New defcustom.
13335 (rcirc-nick): New internal variable.
13336 (rcirc-process): Remove variable.
13337 (rcirc-server-buffer): New variable.
13338 (rcirc): Update to use rcirc-default-* variables above.
13339 (rcirc-connect): Do not add window-configuration-hook-here.
13340 (rcirc-server): New internal variable.
13341 (rcirc-connect): Do not send keepalive pings if
13342 rcirc-keepalive-seconds is nil.
13343 (with-rcirc-server-buffer): New macro.
13344 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13345 (rcirc-server-name): Rename from rcirc-server.
13346 (rcirc-buffer-process): New function.
13347 (rcirc-buffer-nick): New function.
13348 (rcirc-buffer-target): Remove function.
13349 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13351 (rcirc-mode-map): Change binding of C-c C-l to
13352 rcirc-toggle-low-priority.
13353 (rcirc-mode): Initialize coding system based on
13354 rcirc-coding-system-alist. New change-major-mode-hook to part the
13355 channel on a mode change. Make kill-buffer-hook buffer-local.
13356 (rcirc-change-major-mode-hook): New function.
13357 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13358 (rcirc-last-post-time): New variable.
13359 (rcirc-process-message): Store the last time user posted a message
13361 (rcirc-multiline-minor-mode): New mode.
13362 (rcirc-multiline-minor-mode-map): New mode map.
13363 (rcirc-edit-multiline): Put multiline-edit buffer in
13364 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13365 (rcirc-print): Ignore any line starting with an ignored nick.
13366 (rcirc-print): Decode using rcirc-decode-coding-system.
13367 (rcirc-track-minor-mode): Update global-mode-string when disabling
13369 (minor-mode-alist): Add LowPri indicator.
13370 (rcirc-toggle-low-priority): New function.
13371 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13372 next lowpriority buffer with activity.
13373 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13374 last time the user posted a message in to the target.
13375 (rcirc-update-activity-string): New formatting for low priority
13377 (rcirc-split-activity): New function.
13378 (rcirc-handler-PART, rcirc-handler-KICK)
13379 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13380 (rcirc-nick-away-alist): New variable.
13381 (rcirc-handler-301): New handler. Away messages are printed once
13384 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13386 * info.el (Info-follow-nearest-node): Doc fix.
13388 * international/mule-cmds.el (set-locale-environment): Make sure
13389 the coding-system preferred by the locale's language has the same
13390 EOL conversion type as the original buffer-file-coding-system.
13391 (locale-language-names): Add a few MS Windows language codes.
13393 2006-04-07 Richard Stallman <rms@gnu.org>
13395 * simple.el (eval-expression): Doc fix.
13397 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13398 (eval-defun): Doc fixes.
13400 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13402 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13404 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13406 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13407 GDB list command without argument for greater generality.
13409 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13411 * subr.el (string-or-null-p): New function.
13413 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13415 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13417 * files.el: Update comment about safe-local-variable declarations.
13419 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13421 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13424 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13425 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13427 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13430 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13431 version 6.0 (minimal changes). See idlwave.org.
13433 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13434 6.0 (minimal changes). See idlwave.org.
13436 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13438 2006-04-06 Romain Francoise <romain@orebokech.com>
13440 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13441 symmetric encryption features and a new asynchronous interface to
13442 GnuPG. This new version is version 1.4, plus whitespace changes.
13444 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13446 * files.el: Move some `safe-local-variable' declarations to the
13449 * textmodes/ispell.el (ispell-check-comments)
13450 (ispell-local-dictionary): Mark as safe.
13452 * abbrev.el (abbrev-mode): Mark as safe.
13454 * add-log.el (change-log-default-name): Mark as safe.
13456 * textmodes/reftex-vars.el (reftex-vref-is-default)
13457 (reftex-fref-is-default, reftex-level-indent)
13458 (reftex-guess-label-type): Mark as safe.
13460 * textmodes/fill.el (colon-double-space): Mark as safe.
13462 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13463 (sentence-end-double-space, sentence-end-without-period)
13464 (sentence-end-without-space, sentence-end, sentence-end-base)
13465 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13467 2006-04-06 Kim F. Storm <storm@cua.dk>
13469 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13470 the :set-after list.
13471 (ido-downcase-unc-hosts): New user option. Default on.
13472 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13473 when it is set, as regexps are now applied on the fly.
13474 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13475 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13476 on the fly, but only when ido-process-ignore-lists is set.
13477 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13478 Only downcase names if ido-downcase-unc-hosts is set.
13480 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13482 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13484 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13486 2006-04-05 Kim F. Storm <storm@cua.dk>
13488 * ido.el (ido-mode): Set after ido-unc-hosts and
13489 ido-ignore-unc-host-regexps.
13490 (ido-save-history): Save ido-unc-hosts-cache.
13491 (ido-load-history): Load ido-unc-hosts-cache.
13492 (ido-reread-directory): Refresh unc hosts cache in // dir.
13494 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13495 to nil while displaying slash screen.
13497 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13499 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13500 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13502 2006-04-05 Kenichi Handa <handa@m17n.org>
13504 * international/characters.el: Setup cases of Latin, Greek, and
13505 Cyrillic characters in CJK charsets.
13507 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13509 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13510 default-enable-multibyte-characters. This reverts the change from
13511 revision 6.17 which is no longer necessary because the passphrase
13512 is sent separately now. GnuPG messages are unreadable under
13513 multibyte locales with default-enable-multibyte-characters set to nil.
13515 2006-04-04 Andreas Schwab <schwab@suse.de>
13517 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13518 and `byte-compile-warnings' as `safe-local-variable'.
13520 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13522 * man.el (Man-mode-map): Restore the \r binding.
13523 (Man-abstract-xref-man-page): If Man-target-string is a function,
13525 (Man-highlight-references): Use Man-default-man-entry to get the
13526 target. Deal with xrefs too.
13527 (Man-highlight-references0): Don't call the target function.
13529 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13530 cannot deal with it.
13532 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13534 * pgg-gpg.el: Clean up process buffers every time gpg processes
13537 2006-04-04 Kenichi Handa <handa@m17n.org>
13539 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13541 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13542 Temporarily bind inhibit-field-text-motion to t.
13544 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13546 * startup.el (normal-splash-screen): Only set mode-line-format in the
13547 splash buffer, so as not to interfere when debugging the code.
13548 Ignore errors when switching buffer.
13550 2006-04-03 Romain Francoise <romain@orebokech.com>
13552 * dired.el (dired-dnd-protocol-alist): Fix typo.
13554 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13556 * savehist.el (savehist): Add :version.
13557 (savehist-ignored-variables): New variable.
13558 (savehist-minibuffer-hook): Don't save variables listed in
13559 `savehist-ignored-variables'.
13561 * dired.el (dired-dnd-protocol-alist): Mention that change does
13562 only apply to new buffers in doc string.
13564 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13566 * recentf.el (recentf-open-files-item): Include newline in button
13567 field, so opening a file will work, when the point is at the end
13568 of the file name. Allow, for example, to [i]search a file by
13569 extension and just push RET to open it.
13571 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13573 * pgg-gpg.el (pgg-gpg-process-filter)
13574 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13576 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13577 lines, temporary fix.
13579 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13581 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13583 2006-04-02 Richard Stallman <rms@gnu.org>
13585 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13587 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13589 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13592 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13593 (ibuffer-mode-header-map): New keymaps.
13594 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13595 and keybindings for column headers.
13596 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13599 2006-04-02 Drew Adams <drew.adams@oracle.com>
13601 * speedbar.el (speedbar-after-create-hook): Doc fix.
13603 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13605 * shell.el (shell-directory-tracker)
13606 (shell-dynamic-complete-command): Doc fixes.
13608 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13610 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13613 2006-04-01 Kim F. Storm <storm@cua.dk>
13615 * ido.el (ido-unc-hosts-cache): New defvar.
13616 (ido-unc-hosts): If value of defcustom is a function, call it to
13617 get list of UNC hosts. Add function-item choices to specify
13618 ido-unc-hosts-net-view or user function.
13619 (ido-ignore-unc-host-regexps): New defcustom.
13620 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13621 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13622 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13624 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13626 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13629 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13631 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13632 (ido-max-work-file-list, ido-switch-buffer)
13633 (ido-read-file-name-as-directory-commands):
13634 Fix typos in docstrings.
13636 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13638 * term/mac-win.el (mac-system-coding-system): Define and use after
13639 Mac-specific coding systems are ready.
13641 2006-03-27 Romain Francoise <romain@orebokech.com>
13643 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13645 * ldefs-boot.el: Update.
13647 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13649 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13650 passphrases when it is not needed.
13651 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13652 passphrase stuff from gpg, should only be necessary when you use
13653 gpg with a smartcard.
13655 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13657 * comint.el (comint-dynamic-list-completions): Allow user to
13658 select *Completions* buffer.
13660 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13662 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13664 2006-03-26 Andreas Schwab <schwab@suse.de>
13666 * progmodes/gud.el (gdb): Only complain about multiple debugging
13667 when the gdb process is still running.
13669 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13671 * mail/rmail.el (tool-bar-map): Defvar it.
13672 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13673 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13675 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13677 * help.el (print-help-return-message): Suggest to use
13678 display-buffer instead of switch-to-buffer-other-window to restore
13679 the previous window without selecting it.
13681 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13683 * frame.el (select-frame-by-name): Call x-focus-frame also when
13684 window-system is mac.
13686 * term/mac-win.el: Adjust Courier font specifications in
13687 x-fixed-font-alist.
13688 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13689 when directly encoding to UTF-16 in native byte order, no BOM.
13691 2006-03-25 Kim F. Storm <storm@cua.dk>
13693 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13694 (cua--init-keymaps): Use it instead of fixed C-return.
13695 (cua-mode): Set after it.
13697 * emulation/cua-rect.el (cua--init-rectangles):
13698 Use cua-rectangle-mark-key instead of fixed C-return.
13700 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13702 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13704 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13706 2006-03-24 Romain Francoise <romain@orebokech.com>
13708 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13709 `display-buffer-other-frame'.
13711 2006-03-24 Kim F. Storm <storm@cua.dk>
13713 * apropos.el (apropos-synonyms): Add selection => region.
13715 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13717 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13718 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13719 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13720 (gdb-data-list-register-values-regexp)
13721 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13722 Future proof against new fields being added to MI output.
13723 (gdb-send): Don't treat backslashes for program input as
13725 (gdb-assembler-handler): Don't use window-start for this handler.
13726 (gdb-frame-handler): Don't change to hollow arrow if overlay
13727 arrow doesn't move to new frame.
13729 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13731 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13732 prevent compiler warnings.
13733 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13734 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13735 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13738 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13740 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13741 make-network-process, so we can use the same code in Gnus v5-10
13742 too and have this file fully synchronized with that release.
13744 2006-03-23 Romain Francoise <romain@orebokech.com>
13746 * ibuf-ext.el (ibuffer-read-filter-group-name):
13747 Use `ibuffer-generate-filter-groups' to make completion list match
13748 the filter groups that are really displayed in the Ibuffer buffer.
13749 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13751 2006-03-23 Kenichi Handa <handa@m17n.org>
13753 * international/mule-cmds.el (sort-coding-systems): Describe that
13754 the argument is modified in docstring.
13756 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13758 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13759 (pgg-gpg-update-agent): New function.
13760 (pgg-gpg-use-agent-p): New function.
13761 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13762 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13763 (pgg-gpg-sign-region): Use it.
13765 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
13767 * cus-edit.el (custom-face-set): Call custom-push-theme before
13768 face-spec set so that `changed' theme is correctly saved.
13769 (custom-face-reset-standard): Reset to recalculated face rather
13772 * custom.el (custom-push-theme): Only save `changed' theme if the
13773 current face does not match the defface specs.
13775 2006-03-21 Simon Josefsson <jas@extundo.com>
13777 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13778 <wilde@sha-bang.de>.
13779 (pgg-gpg-use-agent): New variable.
13780 (pgg-gpg-process-region): Use it.
13781 (pgg-gpg-encrypt-region): Likewise.
13782 (pgg-gpg-encrypt-symmetric-region): Likewise.
13783 (pgg-gpg-decrypt-region): Likewise.
13784 (pgg-gpg-sign-region): Likewise.
13785 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13787 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
13789 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13792 2006-03-21 Kim F. Storm <storm@cua.dk>
13794 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13795 fringe-indicator-alist instead of modifying global value.
13796 (gdb-frame-handler): Likewise.
13798 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
13800 * diff-mode.el (diff-function): Make it inherit from diff-header
13801 instead of diff-context.
13803 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13805 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13806 change names in macro above for consistency.
13807 (gdb-frame-handler): Use hollow-right-triangle for all selected
13808 frames which except the innermost (where execution has stopped).
13809 (gdb-reset): Reset buffer-local values of overlay-arrow.
13811 2006-03-20 Richard Stallman <rms@gnu.org>
13813 * simple.el (set-mark-command): Doc fix.
13815 * files.el (display-buffer-other-frame): New command.
13816 (ctl-x-4-map): Bind C-x 5 C-o to it.
13818 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13820 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13821 rather than just defer-time, in case defer-time has been changed but
13822 the timer isn't running yet.
13823 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13825 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
13827 * help-mode.el (help-follow-symbol): New function.
13828 Essentially identical to the old `help-follow', but do not let
13829 `push-button' do the work when on an xref.
13830 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13832 2006-03-19 Richard Stallman <rms@gnu.org>
13834 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13835 preceded by the word `program'.
13836 (help-follow-mouse, help-follow): Throw error if not on xref.
13837 Delete no longer used args.
13839 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
13841 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13842 annotation ensure gud-overlay-arrow-position is redisplayed.
13844 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13846 * textmodes/bibtex.el (bibtex-include-OPTkey)
13847 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13848 (bibtex-autokey-name-case-convert)
13849 (bibtex-autokey-titleword-case-convert): Make these the aliases
13850 for the following two variables.
13851 (bibtex-autokey-name-case-convert-function)
13852 (bibtex-autokey-titleword-case-convert-function): Make these the
13854 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13855 bibtex-font-lock-crossref sublists.
13856 (bibtex-mode): Revert 2005-12-30 change (which made
13857 completion-ignore-case buffer-local).
13858 (bibtex-url): Simplify.
13860 2006-03-19 Kim F. Storm <storm@cua.dk>
13862 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13863 cursor property value to 2 (to align with C level change).
13865 2006-03-19 Bill Wohler <wohler@newt.com>
13867 * image.el (image-load-path-for-library): Shorten first line in
13870 2006-03-18 Richard Stallman <rms@gnu.org>
13872 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13874 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13876 * isearch.el (isearch-other-meta-char): Handle user bindings for
13877 shifted control characters.
13879 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13881 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13882 part that matches email addresses, file names, etc.
13884 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13886 * term/w32-win.el (mouse-set-font):
13887 Mention w32-list-proportional-fonts in the doc string.
13889 2006-03-18 Kim F. Storm <storm@cua.dk>
13891 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13892 (ido-unc-hosts): New user option to explicitly define list of know
13893 UNC-style hosts for completion.
13894 (ido-cache-unc-host-shares-time): New user option.
13895 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13896 New helper functions for UNC file-name support.
13897 (ido-may-cache-directory): Check for UNC host. Simplify.
13898 (ido-wash-history): Clean out old UNC hosts.
13899 (ido-nonreadable-directory-p): UNC hosts are always readable.
13900 (ido-directory-too-big-p): UNC hosts are never too big.
13901 (ido-set-current-directory): Handle UNC root path.
13902 (ido-file-name-all-completions): Complete UNC host names from
13903 ido-unc-hosts list. Cache UNC host shares.
13904 (ido-make-file-list-1): Don't filter UNC root.
13905 (ido-exhibit): Check for // in root directory, and switch to UNC
13906 mode by setting ido-current-directory to //.
13908 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
13910 * cus-edit.el (customize-changed-options): Mention explicit
13911 version number as default in prompt.
13913 2006-03-17 Bill Wohler <wohler@newt.com>
13915 * image.el (image-load-path-for-library): Minor docstring fix.
13917 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
13919 * textmodes/org.el (org-read-date): Include subgroup 5 into
13921 (org-popup-calendar-for-date-prompt): Fix customization type.
13923 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
13925 * progmodes/gdb-ui.el (gud-watch): Provide completion.
13926 (gdb-continuation): New variable.
13927 (gdb-send): Deal with continuation lines.
13929 * progmodes/gud.el (gud-gdb-complete-command)
13930 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13932 (gud-tooltip-mode): Use buffer-local value.
13934 2006-03-16 Kim F. Storm <storm@cua.dk>
13936 * ido.el (ido-edit-input): Use selected match, if any.
13938 2006-03-16 Bill Wohler <wohler@newt.com>
13940 * image.el (image-load-path-for-library): Prefer user's images in
13943 2006-03-16 Martin Rudalics <rudalics@gmx.at>
13945 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13946 when checking for attempt to drag leftmost or rightmost scrollbar.
13948 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
13950 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13951 (gdb-force-mode-line-update): New function.
13952 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13953 (gdb-exited): Use them.
13954 (gdb-signal): New function.
13955 (gdb-annotation-rules): Provide a rule for it.
13957 2006-03-16 Kenichi Handa <handa@m17n.org>
13959 * international/mule.el (auto-coding-regexp-alist): Add entries
13962 * sort.el (sort-build-lists): Temporarily bind
13963 inhibit-field-text-motion to t.
13965 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13967 * locate.el (locate-command, locate-make-command-line)
13968 (locate-fcodes-file, locate-update-command)
13969 (locate-prompt-for-command, locate, locate-with-filter)
13970 (locate-get-file-positions): Doc fixes.
13971 (locate-buffer-name, locate-header-face): Remove leading `*' in
13973 (locate-filter-output): Use `keep-lines' instead of its alias
13974 `delete-non-matching-lines'.
13975 (locate-get-filename, locate-get-dirname): Add introductory comment.
13976 (locate-find-directory-other-window): Give appropriate error
13977 message if used outside main listing.
13979 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13981 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13982 the new extend-region feature.
13983 (font-lock-after-change-function): Update correspondingly.
13984 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13985 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13987 2006-03-15 Bill Wohler <wohler@newt.com>
13989 * image.el (image-load-path-for-library): Fix example by not
13990 recommending that one binds image-load-path. Just defvar it to
13991 placate compiler and only use it if previously defined.
13993 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
13995 * textmodes/org.el (org-insert-centered): Use `string-width' to
13996 make underlining work for wide characters.
13997 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13998 TAB to `org-cycle', to make sure that no binding in
13999 `outline-mode-map' can supercede it.
14001 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
14003 * allout.el: Increment version to 2.2.1 in file commentary.
14005 (allout-version): Increment to 2.2.1.
14007 (allout-default-layout): New customization variable, used when the
14008 file lacks a specific allout-layout. Uses allout-layout-type for
14009 recursively nested definition.
14011 (allout-layout-type): Widget defining allout layouts, necessary for
14012 self-recursive definition.
14014 (allout-mode): Incorporate allout-default-layout as fallback for
14017 (allout-layout): Mark as 'safe-local-variable', and refer mention
14018 fallback to `allout-default-layout' in absence of a specified value.
14019 (allout-passphrase-verifier-string)
14020 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14022 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14024 (allout-get-encryption-passphrase-verifier): Use correct name of
14025 passphrase verifier in docstring.
14027 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
14029 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14031 (gdb-find-watch-expression): Make it work for arrays too.
14032 Follow change to gdb-var-list.
14033 (gud-watch): Allow the user to enter variable name with a prexix
14034 arg. Create keybindings.
14035 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14036 (gdb-var-list-children-handler, gdb-var-update-handler)
14037 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14038 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14039 Follow change to gdb-var-list.
14040 (gdb-starting): Don't show the overlay arrows when program is running.
14042 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14045 2006-03-14 Bill Wohler <wohler@newt.com>
14047 * image.el (image-load-path-for-library): Pass value of path
14048 rather than symbol. Always return list of directories.
14049 Guarantee that image directory comes first.
14051 2006-03-14 Alan Mackenzie <acm@muc.de>
14053 * font-core.el (font-lock-extend-region\(-function\)?.):
14054 New function/variable.
14056 * font-lock.el (font-lock-after-change-function):
14057 Call font-lock-extend-region. Obey font-lock-lines-before.
14058 (font-lock-default-fontify-region): Remove reference to
14059 font-lock-lines-before.
14061 * jit-lock.el (jit-lock-after-change):
14062 Call font-lock-extend-region. Obey font-lock-lines-before.
14064 2006-03-14 David Ponce <david@dponce.com>
14066 * tree-widget.el (tree-widget-themes-load-path)
14067 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14069 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14071 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14072 (rcirc-print): Mark the start of text at the end of the prompt.
14073 (rcirc-track-minor-mode): Add autoload cookie.
14074 (rcirc-update-activity-string): Add space to front of mode-line
14077 2006-03-13 Miles Bader <miles@gnu.org>
14079 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14080 (rcirc-abbrev-nick): Remove function.
14081 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14083 2006-03-13 David Ponce <david@dponce.com>
14085 * tree-widget.el: Handle themes across all occurrences of the main
14086 themes sub-directory found in tree-widget-themes-load-path.
14087 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14088 (tree-widget--locate-sub-directory): Return all occurrences.
14089 (tree-widget-themes-path): New function.
14090 Replace tree-widget-themes-directory, and return a list of directories.
14091 (tree-widget-set-parent-theme)
14092 (tree-widget-lookup-image): Use it.
14094 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14096 * textmodes/org.el (org-link-search): Avoid self-matching of
14097 links, allow target text to be distributed over several lines.
14098 (org-search-not-link): New function.
14099 (org-set-regexps-and-options, org-get-current-options):
14100 New startup options.
14101 (org-export-as-html): Take odd-level setting from local variable.
14102 (org-fontify-emphasized-text): New option.
14103 (org-set-font-lock-defaults): Include emphasized text.
14104 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14105 (org-font-lock): Customize group renamed from `org-faces'.
14107 2006-03-13 John Paul Wallington <jpw@pobox.com>
14109 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14110 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14112 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14114 * cus-start.el (all): Delete :version keyword for members of the
14115 fringe group, since the entire group is new in 22.1.
14117 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14119 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14120 map if value is hexadecimal (an address).
14121 (gud-watch): Only search roots for existing watch expressions.
14122 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14123 prevent caching problems with speedbar-update-directory-contents.
14125 2006-03-12 Juri Linkov <juri@jurta.org>
14127 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14128 before comparing with `low' and `warn'.
14130 * info.el (Info-dir-remove-duplicates): Move point to the
14131 beginning of the current line after deleting the entries from
14132 redundant heading. Use marker for `limit' and compare it with
14133 point before calling `re-search-forward'.
14135 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14137 * simple.el (yank): Fix typo in docstring.
14139 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14141 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14142 messages, where "D" is the 6th character.
14144 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14146 * simple.el (yank): Fix last change.
14148 2006-03-11 David Ponce <david@dponce.com>
14150 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
14151 merging elements from the standard ispell-dictionary-alist.
14152 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14153 alist, and return the new alist.
14155 2006-03-11 Richard Stallman <rms@gnu.org>
14157 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14159 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14160 the way it is implemented is too unclean.
14162 * simple.el (kill-region, yank): Doc fix.
14164 * battery.el (battery-echo-area-format): Doc fix.
14165 (battery-mode-line-format): Likewise.
14166 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14167 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14169 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14171 * progmodes/octave-mod.el (octave-indent-for-comment):
14172 Behave according to do string.
14174 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14176 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14177 Be visible only if major mode is Mail Mode.
14179 * textmodes/flyspell.el (flyspell-external-point-words)
14180 (flyspell-process-localwords): Fix last changes.
14182 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14184 * calendar/holidays.el (list-holidays): Doc fix.
14186 * international/mule.el (auto-coding-alist): Add .odt
14187 (OpenOffice's open document) files.
14189 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14190 document) files. Mention in the doc string the need to sync with
14193 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14195 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14196 enable-local-variables is set to always query, or there is no
14199 2006-03-10 Bill Wohler <wohler@newt.com>
14201 * image.el (image-load-path-for-library): Merge at least three
14202 functions from Gnus and MH-E into this one function that can now
14205 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14207 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14208 gdb-remove-mouse-face and remove help-echo too.
14209 (gdb-enqueue-input): Correct conditional clause.
14211 2006-03-10 Glenn Morris <rgm@gnu.org>
14213 * calendar/calendar.el (calendar-holidays): Doc fix.
14214 * calendar/holidays.el (list-holidays): Doc fix.
14216 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14218 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14219 it gets called in gdb-prompt anyway.
14220 (gdb-use-separate-io-buffer): Only restore window arrangement for
14222 (gdb-enqueue-input): Make it harder to send GDB input when program
14224 (gdb-buffer-list): New variable.
14225 (gdb-remove-mouse-face): New function.
14226 (gdb-starting): Use it when GDB input won't get sent.
14228 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14230 * help.el (view-lossage): Remove trailing whitespace before
14233 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14235 * files.el (hack-local-variables-confirm):
14236 Set coding-system-for-read to nil before writing to .emacs.
14238 * arc-mode.el (archive-extract): Check if an existing buffer name
14239 comes from a different archive.
14241 * help.el (describe-key-briefly): If KEY is a down event, read and
14242 discard the up event.
14244 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14246 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14247 be edited and use font-lock-warning-face for any changes.
14249 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14250 (gdb-edit-value): Use it to report any errors.
14252 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14254 * help.el (describe-key): Remove leftover test code.
14256 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14258 * textmodes/org.el: Move defvars out of eval-when-compile.
14259 Use buffer-file-name variable.
14260 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14262 (org-level-faces): Remove startup dependency.
14263 (org-cycle, org-map-tree, org-scan-tags)
14264 (org-remember-handler): Don't call `outline-level' directly.
14265 (org-mhe-search-all-folders): New option.
14266 (org-mhe-get-message-folder-from-index)
14267 (org-mhe-get-message-folder): Fix indexing search.
14268 (org-format-agenda-item): Handle nil TAGS argument.
14269 (org-cleaned-string-for-export, org-activate-target-links)
14270 (org-make-target-link-regexp): Deal with empty radio target list.
14271 (org-tag): New face.
14272 (org-get-level-face): New function.
14273 (org-set-font-lock-defaults): Simplify setup for headlines.
14274 (org-complete): Pass common substring to `display-completion-list'.
14276 2006-03-06 David Ponce <david@dponce.com>
14278 * tree-widget.el: Update Commentary header.
14279 (tree-widget-theme-name): Ignore parent themes.
14280 (tree-widget-set-parent-theme): New function.
14281 (tree-widget-set-theme): Use it.
14282 (tree-widget-set-image-properties): Move definition. Does nothing
14283 if image properties have already been set.
14284 (tree-widget-image-properties): Move definition. Receive an image
14285 name. Set the :pointer property.
14286 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14287 Don't set the :pointer image property.
14288 (tree-widget-convert-widget): New function. Handle :dynargs
14289 compatibility here.
14290 (tree-widget): Use it to :convert-widget. Add the :expander-p
14291 predicate to control when the :expander function is entered.
14292 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14293 (tree-widget-value-create): Handle :expander-p. widget-apply
14295 (tree-widget-expander-p): New function. Default value of the
14296 :expander-p property.
14298 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14300 * help.el (describe-key): Properly handle the return value of
14301 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14302 remaps. Handle string and vector `follow-link' values.
14304 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14306 * complete.el (PC-expand-many-files): Try be more careful when parsing
14307 the shell's output.
14309 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14311 * outline.el (hide-sublevels): Provide better interactive default.
14313 2006-03-06 Kenichi Handa <handa@m17n.org>
14315 * international/fontset.el (create-fontset-from-fontset-spec):
14316 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14318 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14320 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14321 backslashes instead of one in regexp.
14322 (gud-tooltip-dereference): Add missing optional argument.
14324 2006-03-04 John Paul Wallington <jpw@pobox.com>
14326 * wdired.el (toplevel): Require `cl' at compile-time.
14328 2006-03-04 Andreas Schwab <schwab@suse.de>
14330 * server.el (server-process-filter): Handle errors during
14331 evaluation of the argument.
14333 2006-03-03 John Paul Wallington <jpw@pobox.com>
14335 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14336 escape parentheses at beginning of line.
14337 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14338 (t-mouse-mode): Remove period from end of error message.
14340 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14342 * textmodes/flyspell.el (flyspell-process-localwords):
14345 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14347 * cus-edit.el (custom-quote): Remove function, since it has been
14348 moved to custom.el.
14350 * font-lock.el (lisp-font-lock-keywords-2)
14351 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14352 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14353 they have no special meaning.
14355 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14356 indirect buffer gets killed before indirect buffer. Use dolist.
14358 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14360 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14361 value instead of a literal constant (1) on more pauses.
14363 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14365 * textmodes/flyspell.el (flyspell-external-point-words):
14368 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14370 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14373 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14375 * allout.el: Restablish intermediate missing comment header to
14376 preserve outline structure.
14377 (allout-beginning-of-current-entry): Skip invisible text.
14378 (allout-open-topic): Fix opening a topic at end-of-buffer.
14379 (allout-minor-mode): Move nearer to allout-mode function.
14381 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14383 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14385 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14387 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14390 * progmodes/gud.el (gud-speedbar-menu-items):
14391 Use buffer-local-value and add missing :visible keyword.
14393 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14395 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14397 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14398 must be `follow-link'.
14400 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14402 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14403 formatting: No nested anchors.
14404 (org-all-targets): Fix bug with XEmacs compatibility.
14405 (org-read-date): Add (require 'parse-time).
14406 (org-set-tags): Fix bug with extra inserted space.
14407 (org-export-html-style): Define a style class for targets.
14408 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14409 (org-hide-leading-stars): New option.
14410 (org-hide): New face.
14411 (org-set-font-lock-defaults): Allow to hide leading stars.
14412 (org-get-legal-level, org-tr-level): New functions.
14413 (org-odd-levels-only): New option.
14414 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14415 (org-demote, org-promote): Deal with double-star levels.
14416 (org-convert-to-odd-levels): New command.
14418 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14420 * speedbar.el (speedbar-update-localized-contents): Try to
14421 preserve window-start.
14422 (speedbar-update-directory-contents): Try to preserve window-start
14424 (speedbar-update-special-contents): Don't move back to start of window.
14426 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14427 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14429 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14430 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14431 instead of gdb-speedbar-timer-fn.
14433 2006-02-28 Jay Belanger <belanger@truman.edu>
14435 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14436 (math-compose-expr): Use latex option when calling
14437 `math-compose-tex-matrix' for latex mode.
14439 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14441 * speedbar.el: Re-instate comments about developing for speedbar
14442 [this is what info and gdb-ui use even if better methods exist now].
14444 * t-mouse.el: New file.
14445 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14446 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14447 (t-mouse-make-event-element): Use posn-at-x-y instead.
14448 (t-mouse-make-event): Deal with Fedora Core 3.
14449 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14450 (t-mouse-mouse-position-function): New function. Use it instead
14451 of advising mouse-position.
14452 (t-mouse-mode): New minor mode.
14453 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14455 2006-02-27 Glenn Morris <rgm@gnu.org>
14457 * calendar/calendar.el (calendar-holidays): Doc fix.
14459 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14461 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14462 Re-introduce the concept of a source window.
14463 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14464 consistency with get-buffer-create.
14465 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14466 (gdb-data-list-register-values-handler)
14467 (gdb-stack-list-locals-handler): Try to preserve window-start as
14468 well as window-point.
14469 (gdb-display-source-buffer): New function (old concept).
14470 (gdb-goto-breakpoint): Use it.
14472 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14473 for gdb-ui/gdb-mi (old concept).
14475 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14477 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14480 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14482 * textmodes/reftex-sel.el (reftex-select-label-map)
14483 (reftex-select-bib-map): Add `follow-mouse' binding.
14485 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14487 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14488 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14489 Give :set functions to provide automatic updating.
14490 Update docstring. Give compiler defvars early in the file
14491 and move the defcustoms to a later spot where all called functions
14493 (jka-compr-file-name-handler-entry): Doc fix.
14494 (jka-compr-compression-info-list--internal)
14495 (jka-compr-mode-alist-additions--internal)
14496 (jka-compr-load-suffixes--internal): New variables.
14497 (jka-compr-install): Set the three above variables.
14498 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14499 (jka-compr-update, jka-compr-set): New functions.
14500 (auto-compression-mode): Doc fix.
14502 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14503 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14504 Use jka-compr-compression-info-list--internal,
14505 jka-compr-mode-alist-additions--internal and
14506 jka-compr-load-suffixes--internal.
14508 * files.el (load-library):
14509 * loadhist.el (file-loadhist-lookup):
14510 * startup.el (command-line):
14511 * subr.el (locate-library):
14512 * emacs-lisp/autoload.el (update-directory-autoloads):
14513 * emacs-lisp/find-func.el (find-library-suffixes):
14514 Use `get-load-suffixes' instead of `load-suffixes'.
14516 * subr.el (locate-library):
14517 * emacs-lisp/find-func.el (find-library-name):
14518 Use `load-file-rep-suffixes' instead of '("").
14520 2006-02-26 Kim F. Storm <storm@cua.dk>
14522 * ido.el (ido-save-history, ido-load-history): Simplify.
14523 Don't use find-file-noselect to avoid interference from other modes.
14525 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14527 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14528 to use the default shell if filename is not available.
14529 Reported by Giorgos Keramidas.
14531 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14533 * progmodes/etags.el (tags-completion-table): Do completion from
14534 all the tables in the current list, as documented in the manual.
14536 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14538 * CC Mode Update to 5.31.3.
14540 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14542 * progmodes/cc-mode.el (c-postprocess-file-styles):
14543 Bind inhibit-read-only to t, around the call to
14544 c-remove-any-local-eval-or-mode-variables, so that it works on a
14547 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14549 * progmodes/cc-awk.el: Correct a typo.
14551 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14553 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14554 c-hungry-delete-backwards, at the request of RMS. Leave the old
14557 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14559 * progmodes/cc-mode.el: Correct a typo.
14561 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14563 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14565 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14567 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14568 brace-else-brace (error due to mbeg, mend being undefined).
14570 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14572 * progmodes/cc-mode.el: File Local variables: Solve the problem
14573 where both `mode' and c-file-offsets are specified: `mode' will
14574 overwrite c-f-o's settings:
14575 (c-remove-any-local-eval-or-mode-variables): New function.
14576 (c-postprocess-file-styles): Call the above new function, within
14577 c-tentative-buffer-change, to splat `mode' and `eval' before the
14578 second hack-local-variables.
14580 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14582 * progmodes/cc-mode.el:
14583 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14584 (c-after-change): Protect the match data with save-match-data.
14585 It was getting corrupted by c-after-change-check-<>-operators.
14587 * cc-defs.el: [Supersedes patch V1.38]:
14588 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14589 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14591 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14592 with save-match-data. It was being corrupted when Font Lock was
14595 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14597 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14598 Mode and Subword Mode.
14600 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14601 real labels ("case 1:" or "foo:") from non-labels ("public:").
14602 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14603 coding; c-f-t-2 doesn't move over a token at EOB.
14605 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14607 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14608 (c-update-modeline): Concatenate the minor mode indicators
14609 directly onto mode-name, removing c-submode-indicators.
14610 Sometimes, c-s-i got separated from the mode name on the mode line.
14612 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14613 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14615 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14617 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14618 error message when there's an evaluation error to show whether
14619 it's loaded from source or not.
14620 (c-filter-ops): Make it available at runtime too to work when
14621 `c-make-init-lang-vars-fun' needs to evaluate from source.
14623 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14625 * help.el (help): Revert last part of 2006-02-23 change (deletion
14626 of the `provide' call).
14628 2006-02-23 Juri Linkov <juri@jurta.org>
14630 * compare-w.el (compare-windows-highlight): Add new value
14631 `persistent' and change :type from `boolean' to `choice'.
14632 (compare-windows-overlays1, compare-windows-overlays2):
14633 New internal variables.
14634 (compare-windows-highlight): If compare-windows-highlight is
14635 `persistent', add current overlays to compare-windows-overlays[12]
14636 instead of adding compare-windows-dehighlight to pre-command-hook.
14637 (compare-windows-dehighlight): Delete all overlays from
14638 compare-windows-overlays[12].
14640 * info.el (Info-search): Don't bind search-spaces-regexp to
14641 Info-search-whitespace-regexp in non-regexp isearch mode.
14643 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14645 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14647 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14649 * textmodes/org.el (org-xemacs-p)
14650 (org-export-html-show-new-buffer, org-table-may-need-update)
14651 (org-insert-item, org-mhe-get-message-real-folder)
14652 (org-mhe-get-message-folder-from-index)
14653 (org-mhe-get-message-folder, org-mhe-get-message-num)
14654 (org-mhe-get-header, org-make-org-heading-search-string)
14655 (org-make-org-heading-camel, org-table-sort-lines)
14656 (org-format-org-table-html, org-format-table-table-html):
14657 Fix typos in docstrings.
14659 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14661 * textmodes/org.el (org-cleaned-string-for-export)
14662 (org-solidify-link-text): New function.
14663 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14664 XEmacs, just to silence the compiler.
14665 (org-export-as-ascii, org-export-as-html-and-open):
14666 Use `org-cleaned-string-for-export' and create internal links.
14667 (org-follow-mhe-link): Require mh-e, use folder.
14669 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14671 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14673 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14674 gdb-debug-log-length.
14675 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14676 it a real ring but...
14677 (gud-gdba-marker-filter): ...make it work like mark-ring.
14678 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14679 (gdb-mouse-jump): New function. Add bindings.
14681 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14683 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14684 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14685 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14686 (gdb-debug-log-length): Customize it's length.
14687 (gud-watch, gdb-var-create-handler): Display function::var format
14688 but don't use to create variable object.
14689 (gdb-var-create-handler): Use message-box in place of message.
14690 (gdb-stopped): Call gdb-exited if signalled.
14692 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14694 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14696 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14698 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14699 if `reftex-try-all-extensions' is set.
14701 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14702 fail silently when there is no valid argument at point.
14703 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14704 `fail-silently' argument. From a patch by David Reiter.
14706 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14708 (org-mark-ring): New variable.
14709 (org-mark-ring-length): New option.
14710 (org-open-at-point, org-goto, org-open-file): Push old position
14711 onto the mark ring.
14712 (org-add-hook): New function.
14713 (org-export-table-remove-special-lines): New option.
14714 (org-skip-comments, org-format-org-table-html): Respect new
14715 option `org-export-table-remove-special-lines'.
14716 (org-open-file): Allow special command configuration for
14718 (org-file-apps): Fix bugs in customize type, added setting
14720 (org-activate-tags, org-format-agenda-item, org-complete)
14721 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14722 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14723 (org-link-search, org-make-org-heading-search-string)
14724 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14725 (org-radio-targets, org-file-link-context-use-camel-case)
14726 (org-activate-camels): New options.
14727 (org-update-radio-target-regexp, org-all-targets)
14728 (org-make-target-link-regexp, org-activate-target-links):
14730 (org-make-org-heading-search-string): New function.
14731 (org-store-link, org-insert-link): Use new option
14732 `org-file-link-context-use-camel-case'.
14733 (org-activate-camels): Use new option `org-activate-camels'.
14734 (org-link-regexp): Add mhe prefix.
14735 (org-open-at-point, org-store-link): Support for mhe links.
14736 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14737 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14738 (org-mhe-get-header, org-follow-mhe-link): New functions.
14739 (org-remove-angle-brackets, org-add-angle-brackets):
14741 (org-bracket-link-regexp): New constant.
14742 (org-read-date): Fix bug that was rejecting all typed dates.
14743 (org-link-search): Make hierarchy above visible after a match.
14744 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14745 (org-store-link): Fix bug with link creation when cursor is in
14747 (org-open-at-point): Fix bug with matching a link.
14748 Fixed buggy argument sequence in call to `org-view-tags'.
14749 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14750 (org-prefix-has-tag): New variable.
14751 (org-format-agenda-item): Remove tags from headline
14753 (org-agenda-remove-tags-when-in-prefix): New option.
14755 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
14757 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14758 Fix the regular expressions.
14760 2006-02-21 Richard M. Stallman <rms@gnu.org>
14762 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14763 if there's no other specific basis.
14765 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14766 as variables at all.
14767 (unsafep-variable): Rename arg; doc fix.
14769 * abbrevlist.el (list-one-abbrev-table): Add autoload.
14771 * calendar/appt.el (diary-selective-display): Add defvar.
14773 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14775 * isearch.el (search-whitespace-regexp): Fix custom type.
14777 * help.el (describe-key-briefly): Compute interactive args
14778 in same was as before previous change.
14780 * files.el (enable-local-variables): Doc fix.
14782 2006-02-21 Kim F. Storm <storm@cua.dk>
14784 * fringe.el: Cleanup as file is now pre-loaded.
14785 (fringe-bitmaps): Initialize unconditionally.
14786 (fringe-mode, set-fringe-style): Remove autoload cookies.
14788 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
14790 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14792 (fringe-cursor-alist): Use `horizontal-bar'.
14794 2006-02-20 Kim F. Storm <storm@cua.dk>
14796 * fringe.el (fringe-bitmaps): Update to new bitmap names.
14797 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14799 * loadup.el: Load "fringe" on window systems.
14801 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14803 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14804 out of scope components.
14806 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14809 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
14811 * custom.el (customize-mark-to-save, customize-mark-as-set):
14812 Load the symbol first.
14814 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
14816 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14817 strech spec so it doesn't display as "^J" on the header line
14818 when `Buffer-menu-use-header-line' is t.
14820 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14822 * speedbar.el (speedbar-make-button): Keep text properties
14823 of string arguments if desired.
14825 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14828 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14831 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
14833 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14834 to value of `read-file-name-completion-ignore-case'.
14836 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
14838 * custom.el (customize-mark-as-set): Push to `user' theme.
14840 * cus-edit.el (custom-save-variables): Allow unthemed values.
14841 (customize-set-variable): Push setting to `user' theme.
14843 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14845 * progmodes/gud.el: Don't require font-lock as it's now
14846 automatically loaded.
14847 (gud-speedbar-buttons): Replace gdb-var-changed with
14850 * progmodes/gdb-ui.el (gdb-force-update): Rename from
14852 (gdb-post-prompt): Use it.
14853 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14854 (gdb-var-update-handler, gdb-var-delete)
14855 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14856 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14857 gdb-force-update in gdb-post-prompt.
14858 (gdb-reset): Clear watch expressions from speedbar when quitting.
14860 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14862 * viper-cmd.el (viper-insert-state-post-command-sentinel)
14863 (viper-change-state-to-vi, viper-change-state-to-emacs):
14864 Make aware of cursor coloring in the Emacs state.
14865 (viper-special-read-and-insert-char): Use read-char-exclusive.
14866 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14868 * viper-init.el (viper-emacs-state-cursor-color): New variable.
14870 * viper-util.el (viper-save-cursor-color)
14871 (viper-get-saved-cursor-color-in-replace-mode)
14872 (viper-get-saved-cursor-color-in-insert-mode)
14873 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14875 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14877 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14878 (ediff-ignore-case-option3, ediff-actual-diff-options)
14879 (ediff-actual-diff3-options): New variables to control case sensitivity.
14880 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14881 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14882 (ediff-toggle-ignore-case): New function.
14883 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14885 * ediff-help.el (ediff-long-help-message-narrow2)
14886 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14887 (ediff-long-help-message-word-mode): Add ignore-case command.
14888 (ediff-help-for-quick-help): Add ignore-case command.
14890 * ediff-merg.el: Move provide to the end.
14892 * ediff-ptch.el: Move provide to the end.
14894 * ediff-wind.el: Move provide to the end.
14896 * ediff-mult.el: Move provide to the end.
14897 (ediff-set-meta-overlay): Enable follow-link.
14899 * ediff.el: Move provide to the end.
14900 Break recursive load cycle in eval-when-compile.
14901 (ediff-patch-buffer): Better heuristics.
14903 * ediff-util.el: Move provide to the end.
14904 Break recursive load cycle in eval-when-compile.
14905 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
14907 (ediff-submit-report): Pass the values of ediff-diff3-program,
14908 ediff-diff3-options.
14910 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
14912 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14913 the opening bracket of the following bracketing pairs: {}, [], (), <>,
14914 `' (for example, in the docstring of `windmove-default-keybindings').
14916 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14918 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14919 shadow face. Don't provide binding to edit variable when it is
14922 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14923 (gdb-var-update-handler): Detect out of scope variables with pre
14925 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14926 Reset status of variable objects to nil in update handlers.
14927 (gdb-var-update-handler-1): Detect when a variable object comes
14928 in scope. setcar on var changes gdb-var-list directly.
14930 2006-02-17 Juri Linkov <juri@jurta.org>
14932 * ffap.el (ffap) <defface>: Add explicit face declaration.
14933 (ffap-highlight): Use face `ffap' directly instead of checking
14936 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14937 `visible-ok' of `other-buffer' to find the right original buffer.
14939 * info.el (Info-search): Skip `Local Variables' node.
14941 2006-02-17 Juri Linkov <juri@jurta.org>
14943 * info.el (Info-find-file): Check for symbols `apropos', `history',
14944 `toc' in the input filename, and return these symbols as is.
14945 (Info-find-node-2): Set Info-current-file to symbols `apropos',
14946 `history', `toc' instead of strings.
14947 (Info-set-mode-line): For non-string Info-current-file use the
14948 symbol's name inside **.
14949 (Info-isearch-push-state): Add quote before Info-current-file and
14951 (Info-isearch-pop-state): Use `equal' instead of `string='.
14952 (Info-extract-pointer, Info-following-node-name): Use
14953 `match-string-no-properties' instead of `match-string'.
14954 (Info-up): Check `old-file' for `stringp'.
14955 (Info-history): Use `equal' instead of `string-equal'.
14956 Check `file' for `stringp'.
14957 (Info-history): Use symbol `history' instead of string as first arg
14958 of `Info-find-node'.
14959 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14960 `toc' instead of string.
14961 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14962 instead of `buffer-substring', and `match-string-no-properties'
14963 instead of `match-string'.
14964 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14965 instead of strings.
14966 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14967 Use symbol `apropos' instead of string.
14968 (Info-copy-current-node-name): Check `Info-current-file' for
14969 `stringp' and construct a command with `Info-find-node' from it.
14970 (Info-fontify-node): Use `match-string-no-properties' instead of
14971 `match-string' and check file names for `stringp'.
14972 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14973 `history', `toc' instead of strings.
14975 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
14977 * files.el: Rearrange functions and variables in the file local
14980 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14982 * files.el: Add truncate-lines, ispell-check-comments and
14983 ispell-local-dictionary as safe local variables.
14985 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
14987 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14988 out of scope variables.
14989 (gud-speedbar-buttons): Use unless.
14991 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14992 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14993 (gdb-show-changed-values): Also use for out of scope variables.
14994 (gdb-var-update-handler-1): Note if variable goes out of scope.
14996 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
14998 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14999 default to global variable values for unsupplied args.
15000 (rcirc-get-buffer-create): Fix bug with setting the target.
15001 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15002 test for rcirc-always-use-server-buffer-flag here.
15003 (rcirc-response-formats): Add %N, which is a facified nick. %n
15004 uses the default face. Change the ACTION format string. If the
15005 "nick" is the server, don't print anything for that field.
15007 (rcirc-target-buffer): Don't test
15008 rcirc-always-use-server-buffer-flag here.
15009 (rcirc-print): Squeeze extra spaces out of the text before message.
15010 (rcirc-put-nick-channel): Strip potential "@" char from nick
15011 before adding them to nick table.
15012 (rcirc-url-regexp): Improve to match address like "foo.com".
15014 2006-02-17 Eli Zaretskii <eliz@gnu.org>
15016 * allout.el (allout-hidden-p): Move this defsubst before
15017 allout-overlay-interior-modification-handler, where it is first
15020 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
15022 * allout.el: Use allout invisible-text overlays instead of
15023 selective display for concealed text. Also, lots of general
15024 cleanup, and improved compatibility code.
15026 (allout-version): Incremented, corrected, revised, and refined
15029 (provide 'allout): Moved to the bottom, added a require of overlay.
15031 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15033 (allout-write-file-hook-handler): Minimize delay.
15034 (count-trailing-whitespace-region): New function so
15035 auto-encryption of current topic can resituate cursor exactly.
15036 PGP/GPG encryption trims trailing whitespace from lines, which
15037 must be accounted for across encryption then decryption.
15039 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15040 just plain "\C-c", to avoid intruding on user's keybinding space.
15042 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15043 parameter, so user request to provide a new password is done.
15045 (allout-outside-normal-auto-fill-function, allout-auto-fill):
15046 Refined mechanism for auto-filling behavior while in allout mode.
15048 (allout-mode): Explicitly specify the mode map in the docstring.
15049 Clarify provision for various write-file hook var names.
15050 Adjusted for invisible-text overlays instead of selective-display.
15052 (allout-depth): Really return 0 if not within any topic. This
15053 rectifies `allout-beginning-of-level' and sequence numbering
15054 errors that occur when cutting and pasting numbered topics.
15055 Changed from a in-line subst to a regular function, as well.
15057 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15059 (allout-end-of-subtree, allout-end-of-subtree)
15060 (allout-end-of-entry, allout-end-of-current-heading)
15061 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15062 (allout-show-children, allout-show-to-offshoot)
15063 (allout-hide-current-entry, allout-show-current-entry): Rectified
15064 handling of trailing blank lines between items.
15066 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15067 (allout-current-depth, allout-unprotected, allout-hidden-p)
15068 (allout-on-current-heading-p, allout-listify-exposed)
15069 (allout-chart-subtree, allout-goto-prefix)
15070 (allout-back-to-current-heading, allout-get-body-text)
15071 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15072 (allout-hide-region-body, allout-toggle-subtree-encryption)
15073 (allout-encrypt-string, allout-encrypted-key-info)
15074 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15075 (allout-file-vars-section-data): Adjusted for use with
15076 invisible-text overlays instead of selective-display.
15078 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15079 Reworked for use with invisible text overlays.
15081 (allout-current-topic-collapsed-p): New function.
15083 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15084 to know when to close the containing topic.
15086 (allout-pre-command-business, allout-post-command-business):
15087 Simplify undo-batching and dynamic isearch exposure.
15089 (allout-set-overlay-category): New for invisible-text overlays.
15090 Sets properties of allout-overlay-category, used by
15091 allout-flag-region to set invisible-text overlay properties.
15092 (allout-get-invisibility-overlay): Get the first qualifying
15093 invisibility overlay, so we can find the extent of it.
15094 (allout-back-to-visible-text): Get to just before the beginnining
15095 of the current invisibility overlay, if any.
15097 (allout-overlay-insert-in-front-handler)
15098 (allout-overlay-interior-modification-handler)
15099 (allout-before-change-handler, allout-isearch-end-handler): New
15100 functions to handle extraordinary actions affecting concealed
15103 (allout-flag-region): Use overlays instead of selective-display
15104 for invisible text - by inheritence from the properties of
15105 allout-overlay-category in mainline Emacs, and applied
15106 property-by-property in XEmacs, some recent versions of which
15107 don't inherit the properties from the category. Provisions to
15108 respond to concealed-text edits simplified drastically.
15110 (allout-isearch-rectification, allout-isearch-was-font-lock)
15111 (allout-isearch-expose, allout-enwrap-isearch)
15112 (allout-isearch-abort, allout-pre-was-isearching)
15113 (allout-isearch-prior-pos, allout-isearch-did-quit)
15114 (allout-isearch-dynamic-expose)
15115 (allout-hide-current-entry-completely): Functions deleted.
15117 (allout-undo-aggregation): Explicit undo aggregation no longer
15118 necessary due to transition away from selective-display.
15120 (set-allout-regexp, allout-up-current-level)
15121 (allout-next-visible-heading, allout-forward-current-level)
15122 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15123 (allout-kill-line, allout-yank-processing, allout-show-children)
15124 (allout-expose-topic, allout-old-expose-topic)
15125 (allout-listify-exposed, allout-insert-latex-header)
15126 (allout-toggle-subtree-encryption, allout-encrypt-string)
15127 (remove-from-invisibility-spec, allout-hide-current-subtree):
15128 Ditched unused variables.
15130 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15132 * textmodes/ispell.el (ispell-change-dictionary): Call
15133 ispell-buffer-local-dict instead of
15134 ispell-accept-buffer-local-defs.
15135 (ispell-local-dictionary-alist): Accept as valid any coding-system
15136 supported by Emacs.
15137 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15138 changed to iso-8859-3.
15140 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15142 * speedbar.el (speedbar-frame-width): Make an inline function
15143 instead of a macro. Use frame-width.
15144 (speedbar-try-completion, speedbar-update-contents)
15145 (speedbar-timer-fn): Use consp.
15146 (speedbar-update-localized-contents): Try to preserve point.
15148 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15149 (menu): Re-order menu items.
15150 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15152 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15153 (gdb-post-prompt): Speed things by not forcing update.
15155 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15157 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15158 press and perform default action if we get a mouse movement event.
15160 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15162 * calendar/icalendar.el (icalendar--get-event-property)
15163 (icalendar--get-event-property-attributes): Fix typos in
15166 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15169 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15171 * bs.el (bs-mode): Use `buffer-disable-undo'.
15172 (bs--get-file-name): Simplify.
15173 (bs-show-in-buffer): Mark the buffer as not modified.
15175 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15177 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15178 widget-button-click.
15180 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15181 (custom-mode): Update docstring.
15183 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15186 * files.el (hack-local-variables-confirm): Allow scrolling if the
15187 file variable list is too long. Kill temp buffer after use.
15189 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15191 * progmodes/gud.el (gdb): Improve doc string.
15192 (gdb-script-font-lock-keywords): Expand allowed character set.
15194 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15195 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15196 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15197 (gdb-separate-io-stop, gdb-separate-io-eof):
15198 Rename from gdb-inferior-* to gdb-separate-*.
15199 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15201 2006-02-14 Jay Belanger <belanger@truman.edu>
15203 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15204 expression is a symbol before checking that it is bound.
15206 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15207 test to see if equation can be solved.
15209 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15211 * wid-edit.el (widget-button-click): Use :pressed-face property
15212 for overlay face, if it exists.
15214 * cus-edit.el (custom-manual, custom-add-see-also)
15215 (custom-add-parent-links, custom-group-link): Add :pressed-face
15218 * files.el (hack-local-variables): Remove ignored variables before
15219 checking if any variables need setting.
15221 2006-02-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15223 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15225 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15227 * help.el (where-is): Fix message for remapped commands.
15229 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15230 Fix typos in docstrings.
15232 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15234 * files.el (safe-local-variable-values): New option.
15235 (hack-local-variables-prop-line): Return a list of variable-value
15236 pairs if MODE-ONLY is non-nil.
15237 (hack-local-variables): Construct list of variable-value pairs,
15238 and apply or reject them in one go. Ask for confirmation if
15239 variables are not known safe.
15240 (hack-local-variables-confirm): Complete rewrite. Support
15241 `safe-local-variable-values'.
15242 (enable-local-variables): Update docstring to reflect new
15244 (ignored-local-variables): Ignore ignored-local-variables and
15245 safe-local-variable-values.
15246 (safe-local-variable-p): New function.
15247 (risky-local-variable-p): `safe-local-variable' property check
15248 moved to safe-local-variable-p.
15249 (hack-one-local-variable): Checks moved to hack-local-variables.
15251 (byte-compile-dynamic, c-basic-offset, c-file-style)
15252 (c-indent-level, comment-column, fill-column, fill-prefix)
15253 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15254 (no-update-autoloads, outline-regexp, page-delimiter)
15255 (paragraph-start, paragraph-separate, sentence-end)
15256 (sentence-end-double-space tab-width, version-control):
15257 Add `safe-local-variable' property.
15259 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15261 * icomplete.el, play/landmark.el: Change nonexistent
15262 `outline-layout' file variable to `allout-layout'.
15264 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15266 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15267 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15268 to gud-comint-buffer.
15269 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15270 gdb-ui.el for gdb-mi.el.
15271 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15272 registers buffer to gdb-get-changed-registers.
15273 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15274 deletion of catchpoints (throw and catch).
15275 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15276 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15277 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15278 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15279 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15281 2006-02-13 Jay Belanger <belanger@truman.edu>
15283 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15284 expression is a symbol before checking that it is bound.
15286 2006-02-13 Richard M. Stallman <rms@gnu.org>
15288 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15289 for the minibuffer too, but not if resize-mini-windows will interfere.
15291 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15292 inside `interactive' spec.
15293 (describe-key-briefly-internal, describe-key-internal):
15294 Functions merged back into their callers.
15296 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15298 * info.el (info-xref-visited): Inherit from info-xref too.
15299 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15300 when propertizing Info-current-file and Info-current-node.
15302 2006-02-13 Juri Linkov <juri@jurta.org>
15304 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15305 (tumme-thumb-name): Fix per-directory format.
15307 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15309 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15311 2006-02-12 Miles Bader <miles@gnu.org>
15313 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15315 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15317 * tumme.el: Remove history section. If someone needs the it, it
15318 can always be found in CVS.
15320 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15322 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15323 about the Thumbnail Managing Standard option.
15325 2006-02-12 Richard M. Stallman <rms@gnu.org>
15327 * subr.el (substitute-key-definition): Doc fix.
15329 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15331 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15333 * info.el (Info-mode): Doc fix.
15335 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15337 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15339 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15340 because on Solaris a POSIX compatible "id" is needed. Reported by
15341 Magnus Henoch <mange@freemail.hu>.
15343 2006-02-12 Juri Linkov <juri@jurta.org>
15345 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15346 (tumme) <defgroup>: Change :group to `multimedia'.
15347 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15349 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15351 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15352 and %y. Fix docstring.
15353 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15354 (tumme-cmd-create-standard-thumbnail-command): New user options.
15355 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15356 is `standard'. Fix docstring.
15357 (tumme-thumb-width, tumme-thumb-height): New user options.
15358 (tumme-external-viewer): Try to find various viewers.
15359 (tumme-get-thumbnail-image): Use `create-image' instead of
15360 constructing the `image' structure.
15361 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15363 (tumme-thumb-name): Add file name generation for standard storage.
15364 Simplify code for other storages.
15365 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15366 Add modification time %m and thumbnail-nq8 %q.
15367 Use `tumme-cmd-create-standard-thumbnail-command' if
15368 tumme-thumbnail-storage is `standard'.
15369 (tumme-dired-insert-marked-thumbs): New autoload command.
15370 (tumme-dired-after-readin-hook): New function.
15371 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15372 `tumme-thumb-size'.
15373 (tumme-display-image): Replace size-x %x and size-y %y with
15374 width %w and height %h.
15376 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15377 `tumme-dired-insert-marked-thumbs'.
15379 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15381 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15383 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15386 2006-02-12 Miles Bader <miles@gnu.org>
15388 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15390 (rcirc-abbrev-nick): New function.
15391 (rcirc-format-response-string): Rewrite to use the formats in
15392 `rcirc-response-formats' and expand escape sequences therein.
15393 A text-property `rcirc-text' is added over the actual response
15394 text to make easy to find inside the returned string.
15395 (rcirc-print): When filling, just look for the `rcirc-text'
15396 text-property to find the appropriate fill prefix, instead of
15397 using hardwired patterns.
15399 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15401 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15404 2006-02-11 Kim F. Storm <storm@cua.dk>
15406 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15407 Don't use insert-buffer; do insert-buffer-substring directly.
15408 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15410 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15412 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15413 with inhibit-read-only. Suggested by Stefan Monnier.
15414 (revert-buffer): Let insert-file-contents discard
15415 buffer-undo-list. Simplify code.
15416 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15418 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15420 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15422 * help.el (describe-key-briefly): Now a wrapper for
15423 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15424 to t. Populate yank-menu if empty.
15425 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15426 (describe-key): Now a wrapper for describe-key-internal. Bind
15427 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15428 (describe-key-internal): Renamed from describe-key.
15430 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15432 * progmodes/glasses.el (glasses-separator): Doc fix.
15433 (glasses-original-separator): New defcustom.
15434 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15436 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15438 * mwheel.el (mouse-wheel-up-event): Doc fix.
15440 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15442 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15443 (tumme-dir): New function. Copied from thumbs.el.
15445 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15447 * desktop.el (desktop-outvar): Fix typo.
15448 (desktop-save-buffer-p): Doc fix.
15450 * subr.el (substitute-key-definition): Fix typo.
15452 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15454 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15455 when window-system is mac.
15457 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15459 2006-02-10 Kim F. Storm <storm@cua.dk>
15461 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15462 indirect-function instead of using condition-case.
15464 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15466 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15467 less `colloquial'...
15469 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15471 * tumme.el: Add a couple of todo items.
15473 2006-02-09 Lars Hansen <larsh@soem.dk>
15475 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15476 (highlight-changes-mode): Don't change desktop-locals-to-save.
15478 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15480 * image-mode.el (image-toggle-display): Clear image cache if using
15483 2006-02-09 Masatake YAMATO <jet@gyve.org>
15485 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15486 a `dired-man' target.
15488 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15489 boundary of symbols.
15491 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15493 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15495 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15497 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15498 `mapcar'; return nil.
15500 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15502 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15505 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15507 * net/rcirc.el (rcirc-startup-channels-alist):
15508 Add irc.freenode.net and #emacs as defaults.
15509 (rcirc-ignore-all-activity-flag): Remove variable.
15510 (rcirc-authinfo): New variable.
15511 (rcirc-authinfo-filename): Remove variable.
15512 (rcirc-always-use-server-buffer-flag): New flag.
15513 (rcirc): M-x rcirc will automatically connect without prompting.
15514 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15515 connection in lisp.
15516 (rcirc-process-server-response-1): Remove everything but the nick
15517 portion of the sender so it doesn't need to be done everywhere
15518 else. Update related code.
15519 (global-map): Remove global keybindings.
15520 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15521 (rcirc-send-input): Split into several functions.
15522 (rcirc-process-input-line, rcirc-process-message)
15523 (rcirc-process-command): New functions.
15524 (rcirc-target-buffer): New function to determine where to route
15526 (rcirc-user-nick): Save match data.
15527 (rcirc-toggle-ignore-buffer-activity)
15528 (rcirc-update-activity-string): Remove global ignore functionality,
15529 which can be done now by toggling rcirc-track-minor-mode.
15530 (rcirc-track-minor-mode-map): New keymap.
15531 (rcirc-track-minor-mode): New minor-mode.
15532 (ignore): Make the ignore output nicer. Always print it when
15533 adding or removing nicks.
15534 (rcirc-url-regexp): Improve.
15535 (rcirc-mangle-text): Remove properties before using text in the
15537 (rcirc-authenticate): Authentication data comes from
15538 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15539 (rcirc-server-prefix): Inherit from rcirc-server.
15541 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15543 * Makefile.in (compile): Append "|| true" to the end of the `find'
15544 command, like compile-always does.
15546 2006-02-08 Sam Steingold <sds@gnu.org>
15548 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15549 output from a dead connection.
15551 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15553 * dired.el (dired-mode-map): Add more bindings for tumme.
15555 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15557 * wdired.el (wdired-mode-map): Use remap.
15558 (wdired-get-filename): Massage.
15559 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15560 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15561 `keymap' property rather than `local-map'.
15563 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15565 * tumme.el (tumme-get-thumbnail-image): New utility function.
15566 Suggested by from Chong Yidong.
15567 (tumme-dired-with-window-configuration): Rename from
15568 `tumme-dired'. Add code to save window configuration.
15569 (tumme-restore-window-configuration): New command to restore the
15570 window configuration that `tumme-dired-with-window-configuration'
15571 saves before it changes the window configuration.
15572 (tumme-show-all-from-dir): New command to display thumbnails for
15573 all files in a directory entered by the user, like M-x thumbs.
15574 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15576 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15577 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15578 Remove obsolete test function.
15580 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15582 * vc.el (small-temporary-file-directory): Remove defvar; there's
15583 a defcustom for it in files.el.
15585 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15586 Fix typo in message.
15587 (tumme-gallery-generate): Fix typo in `error' message.
15588 (tumme-display-window-height-correction)
15589 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15590 (tumme-line-up-interactive): Dox fixes.
15591 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15592 (tumme-restore-window-configuration, tumme-format-properties-string)
15593 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15594 Fix typos in docstrings.
15596 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15598 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15600 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15602 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15603 User should use hook if desired.
15605 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15606 buffer if necessary.
15607 (gdb-delete-frame-or-window): New function.
15608 (gdb-breakpoints-mode-map): Bind "q" to it.
15610 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15612 * textmodes/nroff-mode.el: Clean up name space.
15613 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15614 (nroff-mode): Obey the global setting of nroff-electric-mode.
15615 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15617 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15619 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15621 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15623 2006-02-06 Lars Hansen <larsh@soem.dk>
15625 * generic-x.el (etc-fstab-generic-mode): Add file system types
15626 cifs and usbdevfs. Allow special chars in file names.
15628 2006-02-05 Jay Belanger <belanger@truman.edu>
15630 Update copyright notices of the files in lisp/calc.
15632 2006-02-05 Romain Francoise <romain@orebokech.com>
15634 Update copyright notices of all files in the lisp/play directory.
15636 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15638 * ldefs-boot.el: Regenerate.
15640 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15642 2006-02-05 Kim F. Storm <storm@cua.dk>
15644 * files.el (magic-mode-regexp-match-limit): New defvar.
15645 (set-auto-mode): Use it to limit magic-mode-alist matching.
15647 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15649 * info.el (Info-index, Info-mode): Improve the description of the
15652 * ldefs-boot.el: Regenerate.
15654 2006-02-03 Werner Lemberg <wl@gnu.org>
15656 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15657 greedy to find the closing bracket in \*[...] and similar
15658 expressions. This is a first rough fix -- many additional
15659 refinements are necessary to make nroff mode really usable with groff.
15661 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15663 * international/mule-cmds.el (set-locale-environment):
15664 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15667 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15669 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15670 archive are created in archive-tmpdir.
15672 2006-02-02 John Paul Wallington <jpw@pobox.com>
15674 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15675 (ibuffer-fontification-alist): Use it.
15676 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15677 to "* z" and the Ibuffer Mark menu.
15679 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15681 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15683 * textmodes/table.el (*table--cell-describe-mode)
15684 (*table--cell-describe-bindings): Undo last change since
15685 print-help-return-message is not obsoleted by anything at all.
15687 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15689 * emulation/cua-base.el (cua-mode): Doc fix.
15691 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15693 * dframe.el (dframe-handle-make-frame-visible)
15694 (dframe-handle-iconify-frame, dframe-get-focus)
15695 (dframe-select-attached-frame, dframe-power-click)
15696 (dframe-frame-mode): Fix typos in docstrings.
15698 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15699 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15700 Fix typos in docstrings.
15702 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15703 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15704 (hi-lock-archaic-interface-message-used)
15705 (hi-lock-file-patterns-range): Fix typos in docstrings.
15707 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15708 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15710 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15711 Fix typo in docstring.
15713 * net/newsticker.el (newsticker--decode-iso8601-date)
15714 (newsticker--set-customvar, newsticker--buffer-insert-item)
15715 (newsticker--do-run-auto-mark-filter)
15716 (newsticker--parse-generic-feed): Doc fixes.
15717 (newsticker--retrieval-timer-list, newsticker-url-list)
15718 (newsticker-hide-immortal-items-in-echo-area)
15719 (newsticker-hide-obsolete-items-in-echo-area)
15720 (newsticker-new-item-face, newsticker--enclosure)
15721 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15722 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15723 (newsticker--parse-generic-feed, newsticker--cache-contains)
15724 (newsticker--stat-num-items, newsticker-download-enclosures):
15725 Fix typos in docstrings.
15727 * net/rcirc.el (rcirc-debug): Doc fix.
15728 (rcirc-fill-column, rcirc-receive-message-hooks)
15729 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15730 (rcirc-mode, rcirc-generate-new-buffer-name)
15731 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15732 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15733 Fix typos in docstrings.
15734 (rcirc-print): "?\ " -> "?\s".
15735 (rcirc-cmd-join): Improve argument/docstring consistency.
15737 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15739 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15740 before narrow-to-region.
15742 2006-02-01 Richard M. Stallman <rms@gnu.org>
15744 * simple.el (move-beginning-of-line): Scan properly for invis change.
15746 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15748 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15750 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15751 change bit only when id-format is 'integer. Reported by Matt
15752 Hodges <M.P.Hodges@rl.ac.uk>.
15754 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
15756 * hilit-chg.el (highlight-changes-initial-state)
15757 (highlight-changes-global-initial-state): Doc fixes.
15758 (highlight-changes-global-modes, global-highlight-changes):
15759 Fix typos in docstrings.
15761 2006-02-01 Kim F. Storm <storm@cua.dk>
15763 * emulation/cua-base.el (cua-mode): Mention that CUA enables
15764 transient-mark-mode in doc string.
15766 2006-01-31 Richard M. Stallman <rms@gnu.org>
15768 * replace.el (multi-occur): Doc fix.
15769 (multi-occur-in-matching-buffers): Rename from
15770 multi-occur-by-filename-regexp. Prefix arg says match
15771 buffer names instead of file names.
15773 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
15775 * bs.el: Allow non-default values of `bs-header-lines-length'.
15776 (bs--running-in-xemacs): Remove (not needed anymore).
15777 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15778 instead of `shrink-window', thus avoiding having to compute the
15779 height of the window.
15780 (bs--up): Wrap around even when there's no header.
15781 (bs--down): Use `forward-line' instead of `next-line'.
15783 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
15785 * image-mode.el (image-toggle-display): Use file name if possible,
15786 instead of unnecessarily allocating a (possibly huge) lisp string.
15788 2006-01-30 John Paul Wallington <jpw@pobox.com>
15790 * subr.el (toplevel): Define `cl-assertion-failed' condition here
15791 because the `assert' macro signals it at runtime.
15793 * emacs-lisp/cl.el (toplevel): Remove definition of
15794 `cl-assertion-failed' condition.
15796 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
15798 * thumbs.el (thumbs-marked-list): Make buffer-local and
15800 (thumbs-insert-thumb): Make help-echo non-sticky.
15801 (thumbs-file-alist): Use eolp as check for (non)-image.
15803 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
15805 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15806 (ediff-before-session-group-setup-hooks)
15807 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15808 Fix typos in docstrings.
15810 * window.el (bw-dir, bw-eqdir, balance-windows)
15811 (split-window-keep-point): Fix typos in docstrings.
15813 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15814 (org-quote-string, org-calendar-to-agenda-key)
15815 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15816 (org-show-following-heading, org-tags-column)
15817 (org-use-tag-inheritance, org, org-allow-space-in-links)
15818 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15819 (org-enable-table-editor, org-calc-default-modes)
15820 (org-table-allow-automatic-line-recalculation)
15821 (org-export-html-style, org-export-with-fixed-width)
15822 (org-export-with-sub-superscripts, org-special-keyword)
15823 (org-formula, org-time-grid, org-table-may-need-update)
15824 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15825 (org-goto-quit, org-get-indentation, org-end-of-item)
15826 (org-move-item-down, org-move-item-up)
15827 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15828 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15829 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15830 (org-agenda-log-mode, org-agenda-toggle-diary)
15831 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15832 (org-agenda-file-to-end, org-agenda-no-heading-message)
15833 (org-agenda-get-closed, org-format-agenda-item)
15834 (org-cmp-priority, org-cmp-category, org-cmp-time)
15835 (org-agenda-change-all-lines, org-agenda-diary-entry)
15836 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15837 (org-link-search, org-camel-to-words, org-open-file)
15838 (org-remember-handler, org-table-convert-region)
15839 (org-table-move-row-down, org-table-move-row-up)
15840 (org-table-copy-region, org-table-wrap-region)
15841 (org-table-toggle-vline-visibility)
15842 (org-table-get-vertical-vector, org-table-modify-formulas)
15843 (org-table-get-specials, org-recalc-commands)
15844 (org-table-rotate-recalc-marks, org-table-eval-formula)
15845 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15846 (org-level-color-stars-only, org-insert-heading):
15847 Fix typos in docstrings.
15848 (last-arg): Add defvar.
15850 * makefile.w32-in (WINS): Add erc.
15851 (MH_E_SRC): Update (copied from lisp/Makefile.in).
15853 2006-01-29 Bill Wohler <wohler@newt.com>
15855 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15856 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15857 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
15858 (mh-autoloads): Don't use comments on otherwise empty lines.
15860 2006-01-29 Edward O'Connor <ted@oconnor.cx>
15862 * emulation/viper.el (viper-major-mode-modifier-list):
15863 Add insert-state and vi-state entries for erc-mode.
15864 (viper-go-away, viper-set-hooks): Add and remove
15865 viper-comint-mode-hook from erc-mode-hook as appropriate.
15867 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15869 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15871 * bs.el (bs--format-aux): Implement `middle' alignment as
15872 described in the docstring for `bs-attributes-list'.
15873 (bs--get-name): Simplify. Don't pad the buffer name.
15875 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15877 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15878 English aspell dictionary is installed, use the first entry of
15879 ispell-dictionary-alist-1.
15881 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15883 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15886 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15888 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15889 for `process-file', in order to let it work for older Emacsen too.
15891 2006-01-27 Eli Zaretskii <eliz@gnu.org>
15893 * international/latexenc.el: Add a suitable `coding:' tag.
15894 (latexenc-find-file-coding-system): Undo last change.
15896 2006-01-27 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
15898 * international/latexenc.el (latexenc-find-file-coding-system):
15899 Make sure latexenc-main-file is a regular file and is readable.
15901 2006-01-27 Andre Spiegel <spiegel@gnu.org>
15903 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15904 Pass FILE to vc-user-login-name.
15906 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15908 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
15910 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15911 there are no more images to display.
15912 (thumbs-mark, thumbs-unmark): Revert change so that they move to
15915 2006-01-26 Richard M. Stallman <rms@gnu.org>
15917 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15919 * wid-edit.el (advertised-widget-backward): New alias.
15920 (widget-keymap): Use advertised-widget-backward for S-TAB.
15922 * tumme.el: Correct the keywords.
15923 (tumme-dir-max-size): Use defvar.
15924 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15926 * simple.el (move-beginning-of-line): Take account of fields.
15927 (clone-indirect-buffer-other-window): Take args like
15928 clone-indirect-buffer, and work like it.
15930 * help-fns.el (describe-function): Don't pass `nil' as default.
15932 * files.el (risky-local-variable-p): Follow var aliases.
15934 * subr.el (lazy-completion-table): Doc fix.
15936 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15937 global binding of `line'.
15939 2006-01-25 Andre Spiegel <spiegel@gnu.org>
15941 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15944 * vc.el (vc-default-dired-state-info): Pass FILE to
15945 vc-user-login-name.
15946 (vc-default-update-changelog): Don't use vc-user-login-name, we
15947 don't need it here.
15949 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15950 no longer necessary.
15952 2006-01-25 Kenichi Handa <handa@m17n.org>
15954 * international/mule.el (decode-char): Avoid the overhead of
15955 calling utf-lookup-subst-table-for-decode if
15956 utf-translate-cjk-mode is nil.
15957 (encode-char): Avoid the overhead of calling
15958 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15961 2006-01-22 Kenichi Handa <handa@m17n.org>
15963 * international/mule.el (make-subsidiary-coding-system): Reset
15964 `coding-system-define-form' property of subsidiaries to nil.
15965 Avoid duplicated entry in coding-system-alist.
15966 (make-coding-system): Avoid duplicated entry in
15967 coding-system-alist.
15968 (define-coding-system-alias): Likewise.
15970 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15972 * completion.el: Minor fixes in introductory comment.
15973 (completion-def-wrapper): Fix alist.
15975 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
15977 * thumbs.el (thumbs-new-image-size): New function.
15978 (thumbs-increment-image-size-element)
15979 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15980 (thumbs-decrement-image-size): Delete.
15981 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15982 temp files and use to resize.
15983 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15984 Use increment argument to enlarge/shrink. Preserve point.
15985 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15986 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15987 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15988 (thumbs-mark, thumbs-unmark): Preserve point.
15989 (thumbs-modify-image): Keep old temp files and use to modify.
15990 Cleanup old temp files at load time. Preserve point.
15991 (thumbs-view-image-mode-map): Use new command names.
15993 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15995 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15997 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15998 the nastiest part of the cyclic dependency.
15999 (cal-menu-update): Use dotimes and calendar-increment-month.
16001 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16002 (calendar-week-start-day): Add an :initializer.
16003 (calendar-mode-map): Use suppress-keymap, and command remapping.
16004 (describe-calendar-mode): Setup xref-stack info for the back button.
16005 (calendar-star-date): Insert before delete.
16006 (calendar-set-mode-line): Add file-modified info if applicable.
16007 (calendar-increment-month): New function.
16009 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
16011 * font-lock.el (lisp-font-lock-keywords-2):
16012 Recognize "& keywords" only at word boundaries.
16014 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
16016 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
16017 and permanent-local.
16018 (thumbs-max-image-number): New variable.
16019 (thumbs-do-thumbs-insertion): Use them.
16020 (thumbs-per-line): Change default to 4.
16021 (thumbs-marked-list): Rename from thumbs-markedL.
16022 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16023 (thumbs-rename-images): Use -list instead of L for internal variables.
16024 (thumbs-call-convert): Use call-process instead of shell-command.
16025 (thumbs-insert-thumb): Add filename as help-echo to each image.
16026 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16027 Give dir to thumbs-show-thumbs-list.
16028 (thumbs-show-thumbs-list): Set default-directory to that of images.
16029 (thumbs-dired-show): Rename from thumbs-dired-show-all.
16030 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16031 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16032 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16034 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16036 * ses.el (ses-read-cell): Provide a default value.
16038 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
16040 * term/w32-win.el (image-library-alist): Add additional names for
16043 2006-01-23 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
16045 * international/latexenc.el (latexenc-find-file-coding-system):
16046 Add file-regular-p check.
16048 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
16050 * simple.el (clone-buffer): Don't show the new buffer in the same
16053 2006-01-23 Juri Linkov <juri@jurta.org>
16055 * faces.el (link, link-visited): New faces based on default values
16056 of `info-xref' and `info-xref-visited'.
16058 * info.el (info-xref): Inherit from `link'.
16059 (info-xref-visited): Inherit from `link-visited'.
16061 * cus-edit.el (custom-buffer-create-internal): Use widget type
16062 `custom-manual' instead of `info-link' and don't set properties
16063 `button-face' and `mouse-face' explicitly.
16064 (custom-browse-group-tag, custom-browse-variable-tag)
16065 (custom-browse-face-tag): Inherit from widget class
16066 `custom-group-link' instead of `push-button'.
16067 (custom-button-unraised): Inherit from `underline' face.
16068 (custom-link): Inherit from `link' face. Fix doc and group.
16069 (custom-add-parent-links, custom-group-value-create): Don't set
16070 properties `button-face' and `mouse-face' explicitly for
16071 `custom-group-link' widget.
16072 (custom-group-link): Add properties `button-face' and `mouse-face'
16073 to widget definition.
16074 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16075 editable-field's :keymap property.
16076 (custom-mode): Fix docstring: substitute keybindings for
16077 `widget-forward' and `widget-backward' from `widget-keymap',
16078 `widget-complete' from `custom-field-keymap', replace old
16079 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16081 * desktop.el (desktop-load-file): Check for `fboundp' before
16082 calling `symbol-function'.
16084 * simple.el (clone-buffer, clone-indirect-buffer)
16085 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16086 `read-string'. Fix prompts.
16088 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16090 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16092 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16094 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16096 * startup.el (inhibit-splash-screen, initial-scratch-message):
16099 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16101 Sync with Tramp 2.0.52.
16103 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16104 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16105 `tramp-unload-tramp' for checklist.
16107 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16108 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16109 (tramp-unload-file-name-handler-alist)
16110 (tramp-unload-tramp): New defuns.
16111 (tramp-advice-PC-expand-many-files): New defadvice.
16112 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16114 (tramp-handle-expand-file-name): Remove double slash.
16115 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16116 It doesn't matter, because it will be converted later on.
16117 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16118 implementation was just heuristic.
16119 (tramp-post-connection): Set uid and gid properties.
16120 (tramp-convert-file-attributes): Set file's gid change bit.
16121 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16122 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16123 in case of su(do)? methods. The home directory of the local user
16124 will be taken else.
16125 (tramp-open-connection-telnet)
16126 (tramp-open-connection-rsh, tramp-open-connection-su)
16127 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16128 local shell prompt could hurt. Reported by Romain Francoise
16129 <romain@orebokech.com>.
16130 (tramp-let-maybe): Add `edebug-form-spec' property.
16131 (tramp-handle-expand-file-name): Bind `default-directory' locally
16132 to "/" in order to avoid problems with UNC shares or Cygwin
16134 (tramp-md5-function): Fix typo in error message.
16136 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16138 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16139 for byte-compiler pacification.
16141 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16143 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16144 ID-FORMAT `string'. This allows us to get rid of
16145 `vc-user-login-name UID'.
16147 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16149 2006-01-22 John Paul Wallington <jpw@pobox.com>
16151 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16153 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16155 * emacs-lisp/find-func.el (find-definition-noselect)
16156 (find-variable-noselect): Search variables in C source code too.
16157 (find-function-C-source, find-function-noselect, find-function)
16158 (find-function-other-frame, find-variable-noselect, find-variable)
16159 (find-variable-other-frame, find-variable-at-point):
16162 2006-01-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
16164 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16166 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16168 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16169 Default to disabling the "Save affix" question.
16171 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16173 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16174 the first arg to run-python.
16176 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16178 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16181 2006-01-20 Jay Belanger <belanger@truman.edu>
16183 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16186 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16187 the correct variable.
16189 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16191 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16192 link. Fixed buggy argument sequence in call to `org-view-tags'.
16193 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16194 (org-prefix-has-tag): New variable.
16195 (org-format-agenda-item): Remove tags from headline if
16197 (org-agenda-remove-tags-when-in-prefix): New option.
16198 (org-get-tags-at): New function.
16200 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16202 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16203 (thumbs-find-image): Move image name and number from buffer name
16204 to mode name. Set thumbs-buffer. Preserve point so that large
16205 images remain visible.
16206 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16208 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16210 (thumbs-next-image, thumbs-previous-image): Make them work.
16212 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16214 * cus-edit.el (custom-buffer-create-internal): State in the text above
16215 the whole buffer buttons that they do not operate on hidden items.
16216 (custom-face-menu): Use `custom-face-save' instead of
16217 `custom-face-save-command'.
16218 (custom-face-save-command): Make it an alias for `custom-face-save'
16219 and declare it obsolete.
16220 (custom-face-save): Doc fix.
16222 * dired.el (dired-no-confirm): Add quote.
16223 (dired-subdir-alist-pre-R): Add quote in
16224 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16226 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16228 * textmodes/table.el (table-mode-indicator): Typo in last change.
16230 2006-01-19 Richard M. Stallman <rms@gnu.org>
16232 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16233 Fixes bug reported in Nov 2005.
16235 * isearch.el (isearch-forward): Doc fix.
16237 * dired.el (dired-move-to-filename-regexp): Define as alias.
16238 (dired-no-confirm): Use defcustom.
16239 (dired-subdir-alist-pre-R): Put defvar at top level.
16241 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16243 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16246 * simple.el (set-mark-command): Doc fix.
16247 (clone-indirect-buffer-other-window):
16248 Read arg like clone-indirect-buffer.
16249 (move-beginning-of-line): Skip invisible newlines.
16251 2006-01-19 Masatake YAMATO <jet@gyve.org>
16253 * progmodes/cpp.el (cpp-edit-load): Make the order of
16254 listed conditions in a base C code buffer and its associate
16255 CPP Edit buffer the same.
16257 2006-01-19 Kenichi Handa <handa@m17n.org>
16259 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16260 (rmail-mime-feature): Likewise.
16261 (rmail-require-mime-maybe): Use display-warning to show a warning
16264 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16265 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16267 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16269 * array.el: Move defvars out of eval-when-compile.
16270 (array-make-template): Replace undeclared global var with a local one.
16271 (array-mode): Inline initialization functions.
16272 (array-init-local-variables, array-init-max-row)
16273 (array-init-max-column, array-init-columns-per-line)
16274 (array-init-field-width, array-init-rows-numbered)
16275 (array-init-line-length, array-init-lines-per-row): Remove.
16277 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16278 (doc-mode-map): Define explicitly.
16279 (doctor-txtype): Use mapc.
16281 * textmodes/table.el: Move defvars out of eval-when-compile.
16282 Remove harmful code meant to avoid byte-compiler warnings.
16283 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16284 specification that checks table-fixed-width-mode directly.
16285 (table-recognize-region, table-recognize-cell):
16286 Use restore-buffer-modified-p.
16287 (table-fixed-width-mode): Remove code that refreshes
16288 table-fixed-mode-indicator.
16289 (*table--cell-describe-bindings, *table--cell-describe-mode):
16290 Avoid obsolete name print-help-return-message.
16291 (table--test-cell-list): Don't use replace-regexp from elisp.
16292 (table--point-entered-cell-function, table--point-left-cell-function):
16293 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16295 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16296 that was after the end of file. Use buffer-file-name variable.
16297 (org-timestamp-change): Use with-current-buffer.
16298 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16299 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16302 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16303 (fortran-break-line): Remove unused var `opoint'.
16304 (fortran-abbrev-start): Obey help-event-list.
16306 2006-01-18 Jesper Harder <harder@phys.au.dk>
16308 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16310 2006-01-18 Masatake YAMATO <jet@gyve.org>
16312 * progmodes/make-mode.el (makefile-imake-mode): New mode
16313 derived from makefile-mode.
16314 (makefile-imake-mode-syntax-table): New syntax table
16315 derived from makefile-mode-syntax-table.
16316 (makefile-mode): Write about makefile-imake-mode in doc string.
16317 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16318 (makefile-imake-font-lock-keywords): New font lock keywords.
16320 * files.el (auto-mode-alist): Add Imakefile.
16322 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16324 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16325 loading the file rather than when turning on flyspell-mode.
16327 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16329 * cus-edit.el (customize-rogue): Minor doc fix.
16331 2006-01-17 Juri Linkov <juri@jurta.org>
16333 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16334 instead of the file at the mark as default if the file at the mark
16335 is the same as the file at point or if dired-dwim-target-directory
16336 is not the same as the current directory and the mark is not active.
16338 * log-view.el (log-view-minor-wrap): Use the same logic to get
16339 revisions as `log-view-diff'.
16341 * info.el (Info-revert-find-node): Check for Info-current-file
16342 before preserving new-history.
16344 * man.el (Man-heading-regexp): Add `/'.
16346 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16347 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16349 2006-01-16 Juri Linkov <juri@jurta.org>
16351 * faces.el (mode-line-faces): New defgroup.
16352 (mode-line-highlight): Move definition after new defgroup.
16353 (mode-line, mode-line-inactive, mode-line-highlight):
16354 Replace :group `modeline' with `mode-line-faces'.
16355 (mode-line-buffer-id): New face.
16356 (modeline-buffer-id): New face alias.
16357 (vertical-border): Remove :group `modeline'.
16359 * bindings.el (propertized-buffer-identification): Use face
16360 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16361 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16362 (mode-line-buffer-identification-keymap): For mouse-1 replace
16363 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16364 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16367 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16368 Buffer-menu-buffer. Doc fix.
16369 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16370 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16371 `Buffer-menu-buffer'.
16373 * info.el (Info-mode-line-node-keymap): New defvar.
16374 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16375 Propertize Info-current-node with `mode-line-buffer-id' and
16376 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16378 * time.el (display-time-mail-face): Replace :group `faces' with
16381 2006-01-16 Kenichi Handa <handa@m17n.org>
16383 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16385 * language/european.el (cp1252): New alias for windows-1252.
16387 * international/mule.el (autoload-coding-system): Prepare for EOL
16390 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16392 * term.el (term-raw-map): Add mapping for insert.
16393 (term-send-insert): New.
16394 (term-mode): Make variables local here instead of doing it in
16395 `term-emulate-terminal'.
16396 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16397 Scroll reverse needs to take into account the scroll region.
16398 Saving and restoring the cursor should save the color attributes too.
16399 (term-reset-terminal): Reset the scroll region.
16400 (term-handle-ansi-escape): Cursor up and down should take into
16401 account the scroll region.
16402 (term-set-scroll-region): Rename from `term-scroll-region'.
16403 Move to 0,0 after setting the region.
16404 (term-handle-scroll): Handle scroll up.
16405 (term-down): Fix off by one error.
16406 (term-delete-lines): Do not delete outside the scroll region.
16407 (term-insert-lines): Take into account the scroll region.
16409 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16411 * textmodes/ispell.el (ispell-internal-change-dictionary)
16412 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16413 (start, end): Move declaration outside of eval-when-compile.
16415 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16416 (flyspell-mode-on): Use it.
16418 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16419 ispell-kill-ispell-hook.
16421 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16423 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16424 (Custom-reset-saved): Do not ask for confirmation in single option
16427 2006-01-13 Richard M. Stallman <rms@gnu.org>
16429 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16431 2006-01-13 Romain Francoise <romain@orebokech.com>
16433 * add-log.el (add-change-log-entry, change-log-merge):
16434 Conditionally use `hard-newline'.
16436 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16438 * wid-edit.el (widget-field-end): If the overlay is no longer
16439 associated with a buffer, behave as if the overlay didn't exist.
16441 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16442 Make sure the links use the `custom-link' face.
16444 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16446 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16447 (ld-script-mode): Don't set indent-line-function since we don't
16450 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16452 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16454 (org-file-apps-defaults-gnu): Use mailcap as the default for
16455 selecting an application on a UNIX system.
16456 (org-agenda-show-tags): New command.
16457 (org-table-insert-hline): Keep cursor in current table line.
16458 (org-table-convert): Offset effect of modifying
16459 `org-table-insert-hline'.
16460 (org-format-agenda-item): New optional argument TAG.
16461 (org-compile-prefix-format): Handle %T format for the tag.
16462 (org-expand-wide-chars): New function.
16463 (org-table-insert-row, org-table-insert-hline):
16464 Use `org-expand-wide-chars'.
16465 (org-open-file): Fix bug in program launch.
16466 (org-get-time-of-day): Fix bug with times before 1am.
16467 (org-agenda-menu): Add tags commands.
16469 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16471 * textmodes/ispell.el (ispell-init-process): Include the used
16472 dictionary in ispell process start message.
16473 (ispell-internal-change-dictionary): When flyspell-mode is active
16474 and dictionary is changed, make sure ispell process is restarted
16475 and flyspell word cache cleared out for the current buffer.
16476 (ispell-change-dictionary): Make sure flyspell word cache is
16477 cleared out in all buffers with active flyspell mode when
16478 dictionary is globally changed.
16479 Call ispell-internal-change-dictionary after dictionary change.
16481 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16483 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16485 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16486 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16487 years. Fix small differences wrt Makefile.in.
16488 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16491 2006-01-12 Bill Wohler <wohler@newt.com>
16493 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16496 2006-01-12 Masatake YAMATO <jet@gyve.org>
16498 * progmodes/ld-script.el: Update copyright year.
16500 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16502 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16503 Don't add widget if setting undefined.
16505 2006-01-12 John Paul Wallington <jpw@pobox.com>
16507 * help-fns.el (describe-variable): Remove newlines from void
16510 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16512 * wdired.el (wdired-mode-map): Add help echo for
16513 wdired-abort-changes.
16515 * man.el (Man-file-name-regexp): Adjust for a list of files.
16517 2006-01-12 Masatake YAMATO <jet@gyve.org>
16519 * progmodes/ld-script.el (auto-mode-alist): Support
16520 suffix conventions used in netbsd and eCos.
16522 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16524 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16525 (custom-variable-menu, custom-face-menu, custom-group-menu)
16526 (Custom-mode-menu): Change names of menu items. (As discussed on
16528 (custom-face-menu): Add "Undo Edits" item.
16530 * startup.el (init-file-user): defcustom -> defvar.
16532 * tooltip.el (tooltip-mode): Doc fix.
16534 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16536 * reveal.el (reveal-post-command): window-buffer signals an error on
16537 dead windows rather than returning nil.
16538 (reveal-open-new-overlays): An overlay might die while we open others.
16540 2006-01-11 Bill Wohler <wohler@newt.com>
16542 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16543 phrasing in docstring.
16545 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16546 can give some systems gas. Add new file mh-buffers.el.
16548 2006-01-06 Masatake YAMATO <jet@gyve.org>
16550 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16551 C preprocessor forward ported from GNU Emacs 21.2.
16553 * progmodes/asm-mode.el (asm-font-lock-keywords):
16554 Use `cpp-font-lock-keywords'.
16556 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16558 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16559 of $ for "\\.ld[s]?".
16561 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16563 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16564 (tcl-indent-line): Return `noindent' if inside a string.
16566 * progmodes/flymake.el (flymake-split-string): Remove more than one
16567 empty string at beg/end of the result.
16568 (flymake-find-buildfile, flymake-find-possible-master-files):
16569 Use expand-file-name.
16570 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16571 since expand-file-name does it for us. Use directory-file-name.
16572 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16573 (flymake-ler-get-type, flymake-ler-get-text)
16574 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16575 (flymake-current-line-no): Remove spurious interactive spec.
16576 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16577 (flymake-check-include): Remove arg inc-path merged into inc-name.
16578 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16579 Arg regexp-list replaced by a simple regexp.
16580 (flymake-master-make-header-init, flymake-master-tex-init):
16581 Correspondingly replace regexp-list with a regexp. Fix regexp.
16583 2006-01-10 Simon Josefsson <jas@extundo.com>
16585 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16586 describing AUTH PLAIN fix.
16588 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16590 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16591 (report-emacs-bug): Don't record initial prompt text.
16592 Instead, add text properties to prompting text.
16593 (report-emacs-bug-hook): Delete prompting text.
16595 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16597 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16598 `dirs'. Adjust callers.
16600 2006-01-09 John Paul Wallington <jpw@gnu.org>
16602 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16604 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16606 * reveal.el (reveal-open-new-overlays): New extracted fun.
16607 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16608 using them. Simplify the code.
16609 (reveal-post-command): Use them. Fix up obsolete windows in
16612 * progmodes/flymake.el: Use `require' rather than autoload for
16614 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16615 Delete. Use file-relative-name instead.
16616 (flymake-get-syntax-check-program-args, flymake-perl-init):
16617 Simplify the resulting code.
16619 * log-view.el (log-view-file-re, log-view-message-re): Add support
16622 2006-01-09 Alex Schroeder <alex@gnu.org>
16624 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16625 identifiers sometimes added in square brackets at the beginning of
16628 2006-01-07 Richard M. Stallman <rms@gnu.org>
16630 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16631 (Custom-reset-current, Custom-reset-saved): Change question text.
16632 (Custom-reset-standard): Likewise.
16633 (custom-variable-reset-saved): Doc fix.
16635 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16637 * startup.el (init-file-user): Doc fix.
16639 2006-01-07 Alex Schroeder <alex@gnu.org>
16641 * mail/rmail.el (rmail-current-subject): New function.
16642 (rmail-current-subject-regexp): New function.
16643 (rmail-next-same-subject): Use it.
16645 * mail/rmailsum.el (rmail-summary-by-topic):
16646 Use rmail-current-subject and rmail-current-subject-regexp.
16647 (rmail-summary-next-same-subject): Ditto.
16649 * net/rcirc.el (rcirc-send-input): No longer check whether the
16650 process is open, since not all commands need an open process.
16651 (rcirc-send-string): Check whether the process is open before
16653 (rcirc-ignore-list): New option.
16654 (rcirc-ignore-list-automatic): New variable.
16655 (rcirc-print): Take rcirc-ignore-list into account.
16656 (rcirc-cmd-ignore): New command.
16657 (rcirc-ignore-update-automatic): New function.
16658 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16659 list if ignored nicks.
16660 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16662 2006-01-06 David Reitter <david.reitter@gmail.com>
16664 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16665 reflect the address to which the report will be sent.
16667 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16669 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16670 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16672 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16674 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16676 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16677 the doc string: "functoin" => "function".
16678 * ldefs-boot.el: Likewise.
16680 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16681 message text: "Duplicat" => "Duplicate".
16683 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16685 * files.el (basic-save-buffer-2): If backing-up failed, reset
16686 buffer-backed-up to nil.
16688 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16690 * progmodes/gud.el (gdb-script-skip-to-head)
16691 (gdb-script-calculate-indentation): Indent for breakpoint command
16694 2006-01-05 Bill Wohler <wohler@newt.com>
16696 * Makefile.in (compile-always): Add mh-autoloads dependency.
16697 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16699 (updates): Remove mh-autoloads dependency, since it probably has
16700 already run recently (via recompile).
16702 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16704 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16705 argument `force' to disable the flyspell-last-buffer optimization.
16706 (flyspell-mode-on): Use it.
16708 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16709 flymake-simple-cleanup.
16710 (flymake-allowed-file-name-masks): Use this new default.
16711 All the functions are now called in the right buffer rather than
16712 passing the buffer as argument.
16713 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16714 (flymake-parse-err-lines): Remove redundant buffer arg.
16715 (flymake-get-program-dir): Comment out unused function.
16716 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16717 Remove redundant buffer argument.
16718 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16719 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16721 2006-01-05 Richard M. Stallman <rms@gnu.org>
16723 * info.el (Info-find-node): Don't record previous node if have none.
16724 (info): Go to directory only if history is empty.
16726 * simple.el (mark): Doc fix.
16728 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16730 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16731 already of desired type.
16732 (mac-ae-list): Coerce parameter to "list" type.
16733 (mac-dispatch-apple-event): Replace cadr part of event with a
16734 dummy position so that event-start returns it.
16736 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16738 * textmodes/org.el (org-end-of-subtree): New function.
16739 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16740 Use `org-end-of-subtree'.
16741 (org-agenda, org-agenda-convert-date): Protect calls to
16742 `fit-window-to-buffer'.
16743 (org-tags-view): Force matching of sublevels when doing a
16744 todo-only search. Define the correct redo command, including the
16746 (org-agenda-redo): Display message.
16747 (org-check-for-org-mode): New function.
16748 (org-agenda-type): New variable.
16749 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16750 Set `org-agenda-type'.
16751 (org-agenda-check-type): New function.
16752 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16753 (org-agenda-week-view, org-agenda-day-view)
16754 (org-agenda-next-date-line, org-agenda-previous-date-line)
16755 (org-agenda-log-mode, org-agenda-toggle-diary)
16756 (org-agenda-toggle-time-grid, org-agenda-date-later)
16757 (org-agenda-date-prompt, org-agenda-diary-entry)
16758 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16759 (org-agenda-convert-date, org-agenda-menu):
16760 Use `org-agenda-check-type'.
16761 (org-make-overlay, org-delete-overlay)
16762 (org-detatch-overlay, org-move-overlay, org-overlay-put):
16763 New compatibility functions.
16764 (org-calendar-select-mouse): New command.
16766 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
16768 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16769 (Custom-reset-standard): Fix y-or-n-p messages.
16770 (custom-link): New face for links.
16771 (custom-buffer-create-internal, custom-manual): Use it.
16772 (custom-face-save): Push to theme-face before setting face spec.
16774 * wid-edit.el (widget-default-mouse-face-get): New function.
16775 (widget-specify-button): Handle mouse-face like button-face.
16777 * custom.el (load-theme): Clear old theme settings if reloading.
16779 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
16781 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16782 "Erase Customization" button back to same position it occupies in
16783 the individual State menus.
16785 2006-01-04 Kim F. Storm <storm@cua.dk>
16787 * wid-edit.el (key-sequence): Rework widget to read key binding
16788 using `kbd' syntax. Use C-q to insert literal key, event, or code.
16789 (widget-key-sequence-default-value): Default value for empty sequence.
16790 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
16791 (widget-key-sequence-read-event): New command for C-q.
16792 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16793 (widget-key-sequence-value-to-external): New functions.
16795 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16797 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16798 Use expand-file-name.
16799 (flymake-delete-temp-directory): Use expand-file-name,
16800 file-name-directory, and directory-file-name.
16801 (flymake-strrchr): Delete.
16802 (flymake-start-syntax-check): Don't pass the redundant buffer argument
16803 to the init-f function.
16804 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16805 (flymake-init-find-buildfile-dir)
16806 (flymake-init-create-temp-source-and-master-buffer-copy)
16807 (flymake-simple-make-init-impl, flymake-simple-make-init)
16808 (flymake-master-make-init, flymake-master-make-header-init)
16809 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16810 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16811 (flymake-xml-init): Remove corresponding redundant buffer argument.
16812 (flymake-allowed-file-name-masks): Remove last elems that are equal to
16813 the default anyway. Clean up regexps.
16815 * progmodes/flymake.el (flymake-temp-source-file-name)
16816 (flymake-master-file-name, flymake-temp-master-file-name)
16817 (flymake-base-dir): New buffer-local vars.
16818 (flymake-buffer-data, flymake-get-buffer-value)
16819 (flymake-set-buffer-value): Replace those hash-tables by the new
16820 buffer-local vars. Update callers.
16822 * progmodes/flymake.el (flymake-check-start-time)
16823 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16824 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16825 Move definition, so we can remove redundant earlier declaration.
16826 (flymake-replace-regexp-in-string, flymake-split-string)
16827 (flymake-get-temp-dir): Use defalias.
16828 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
16829 (flymake-xemacs-window-edges): Remove unused function.
16830 (flymake-get-point-pixel-pos): Move.
16831 (flymake-pid-to-names, flymake-reg-names)
16832 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16833 Replace by a simple list flymake-processes and by process-buffer.
16834 Update callers. Other than simplify the code, it uses buffers rather
16835 than buffer-names so it doesn't get confused by uniquify.
16836 (flymake-buffer-data): The global value should just be nil.
16838 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16839 Optimize the body of a defalias like any other code.
16841 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16842 Make sure we've setup font-lock's vars. It may influence which
16843 function we then call.
16844 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16845 here since it's too late anyway.
16847 2006-01-03 Romain Francoise <romain@orebokech.com>
16849 * startup.el (fancy-splash-tail, normal-splash-screen):
16850 Update copyright year.
16852 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
16854 * mouse.el (mouse-drag-track): Rename, from
16855 `mouse-drag-region-1'. Includes optional argument required to
16856 enable post-drag event processing (e.g. delete region keys).
16857 Can be used without this argument to track a mouse region and operate
16858 on it as soon as the drag completes.
16859 (mouse-drag-region): Use `mouse-drag-track'.
16861 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
16863 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16864 Move to `custom-buffer' group.
16866 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16867 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16868 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16869 (custom-theme-face-menu): New variables.
16870 (custom-theme-add-variable, custom-theme-variable-action)
16871 (custom-variable-reset-theme, custom-theme-delete-variable)
16872 (custom-face-reset-theme, custom-theme-face-action)
16873 (custom-theme-delete-face, custom-theme-merge-theme)
16874 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16876 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16878 * custom.el: Move Custom Themes commentary to start of theme code.
16879 (custom-known-themes): Rename `standard' theme to `changed'.
16880 (custom-push-theme): Caller no longer specifies what theme to use
16881 when doing `reset'---the setting is simply removed from the theme.
16882 Delete MODE from `theme-value' and `theme-settings' properties.
16883 (custom-declare-theme): Ignore &rest args since we don't use them.
16885 (custom-loaded-themes): Delete variable.
16886 (custom-theme-load-themes, custom-theme-loaded-p)
16887 (custom-theme-value): Delete functions.
16889 (custom-declare-theme): Signal error on invalid theme names.
16890 (provide-theme): custom-loaded-themes was deleted.
16891 (load-theme): Load the file unconditionally.
16892 (enable-theme): Call `load-theme' if theme is undefined.
16893 (custom-enabled-themes): Only update value for successful loads.
16894 (disable-theme): Complete from enabled themes when interactive.
16895 (custom-variable-theme-value): Calculate theme value directly.
16897 (custom-theme-reset-variables, custom-reset-variables): Mark as
16898 XEmacs compatibility functions. We don't actually use these.
16900 * cus-edit.el (custom-variable-state-set):
16901 Use custom-variable-theme-value instead of custom-theme-value.
16902 (custom-face-state-set): Rename `standard' theme to `changed'.
16903 (custom-save-variables, custom-save-faces): Delete unneeded
16904 references to custom-reset-variables.
16905 (custom-save-resets): Delete function.
16906 (custom-save-variables, custom-save-faces): MODE argument deleted.
16907 (custom-save-variables, custom-save-faces): Ignore theme values.
16909 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16910 compatibility function.
16912 2006-01-01 Richard M. Stallman <rms@gnu.org>
16914 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16915 (Custom-reset-current, Custom-reset-saved): Likewise.
16916 (Custom-reset-standard): Show message if aborted.
16917 (custom-mode): Doc fix, describing those commands.
16919 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16920 put on event-kind property.
16922 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
16924 * custom.el (provide-theme): Ban `user' theme name.
16925 (custom-enabling-themes): New variable.
16926 (enable-theme): Don't enable user if custom-enabling-themes is t.
16927 (custom-enabled-themes): Make it a defcustom.
16928 (custom-theme-recalc-face): No-op if face is undefined.
16930 * cus-edit.el (custom-button-mouse): New variable.
16931 (custom-button-mouse): New face.
16932 (custom-raised-buttons, custom-mode): Use it.
16934 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16936 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16938 * progmodes/gud.el (gud-display-line): Support hl-line in the
16941 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16943 * mouse.el (mouse-drag-window-above): Verify that the found window
16944 overlaps with the given window in the horizontal dimension.
16946 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16948 * Makefile.in (cvs-update): New target.
16950 * makefile.w32-in (cvs-update): Ditto.
16952 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
16954 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16955 (custom-new-theme-mode-map): New variable.
16957 2005-12-30 Richard M. Stallman <rms@gnu.org>
16959 * custom.el (custom-load-themes): Function deleted.
16961 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16962 (custom-save-variables): Don't delete or add custom-load-themes call.
16964 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16966 * cus-start.el: Add `visible-cursor'.
16968 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16969 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16970 (flymake-process-filter): Switch to buffer before calling it instead.
16971 (flymake-post-syntax-check, flymake-highlight-err-lines)
16972 (flymake-delete-own-overlays, flymake-parse-err-lines)
16973 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16974 (flymake-count-lines, flymake-parse-residual):
16975 Remove constant buffer argument.
16976 (flymake-start-syntax-check-for-current-buffer): Remove.
16977 Update callers to use flymake-start-syntax-check instead.
16978 (flymake-display-err-menu-for-current-line):
16979 Remove unused var `mouse-pos'.
16980 (flymake-restore-formatting): Comment out unused function.
16981 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16982 argument, use current-buffer instead. Update callers.
16984 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16986 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16987 buffer-local because choose-completion-delete-max-match requires
16988 that we set completion-ignore-case (i.e., binding via let is not
16990 (bibtex-complete): Always set completion-ignore-case and
16991 choose-completion-string-functions. The latter is needed because
16992 choose-completion-string-functions keeps its value if we quit the
16993 *Completions* buffer without requesting a completion.
16995 2005-12-30 Andreas Schwab <schwab@suse.de>
16997 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16999 2005-12-30 Eli Zaretskii <eliz@gnu.org>
17001 * jit-lock.el (jit-lock-chunk-size): Doc fix.
17003 2005-12-30 Juri Linkov <juri@jurta.org>
17005 * locate.el (locate-fcodes-file, locate-header-face)
17006 * progmodes/delphi.el (delphi-other-face)
17007 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17009 * paren.el (show-paren-match, show-paren-mismatch): Use existing
17010 group `paren-showing-faces'.
17012 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17013 (goto-address): Fix docstring.
17015 * net/webjump.el (webjump-sample-sites): Update URLs.
17017 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17019 * subr.el (cancel-change-group): Add listp around pending-undo-list.
17021 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
17023 * font-lock.el (font-lock-compile-keywords): Signal an error when
17024 font-lock-set-defaults hasn't been called.
17026 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
17028 * subr.el (noreturn, 1value): Doc fixes.
17030 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17032 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17033 that assoc-string returns nil.
17035 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17037 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17038 (bibtex-entry-type-str, bibtex-empty-field-re)
17039 (bibtex-search-backward-string, bibtex-preamble-prefix)
17040 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17041 (bibtex-any-valid-entry-type): New variable.
17042 (bibtex-parse-field-name): Simplify.
17043 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17044 (bibtex-preamble-prefix): Include left delimiter.
17045 (bibtex-search-forward-field, bibtex-search-backward-field):
17046 Allow unbounded search past entry boundaries (required by bibtex-pop).
17047 (bibtex-text-in-field-bounds): Use push.
17048 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17049 (bibtex-parse-preamble, bibtex-valid-entry)
17050 (bibtex-beginning-first-field): New functions.
17051 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
17052 (bibtex-map-entries): Fix docstring.
17053 (bibtex-flash-head): New arg prompt. Simplify.
17054 (bibtex-enclosing-field): Include code of bibtex-inside-field.
17055 (bibtex-insert-kill): Simplify. Always insert text past the
17056 current field or entry.
17057 (bibtex-format-entry): Use bibtex-parse-field.
17058 (bibtex-pop): Use bibtex-beginning-of-entry and
17059 bibtex-end-of-entry to initiate the search. Insert empty field if
17060 we found ourselves.
17061 (bibtex-print-help-message): New args field and comma.
17063 (bibtex-make-field): Use bibtex-beginning-of-entry.
17064 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17066 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17067 Handle preambles. Simplify code for thorough test.
17068 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17069 New arg comma. Handle entry heads.
17070 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17071 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17073 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17074 (bibtex-fill-field): Simplify.
17075 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17076 bibtex-parse-field.
17077 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17078 (bibtex-complete): Use bibtex-parse-preamble.
17080 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17082 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17083 Display name of expression instead of convenience variable.
17084 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17086 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17087 toggle-gud-tooltip-dereference.
17088 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17089 (gud-tooltip-tips): ...here when dereferencing.
17091 2005-12-28 Bill Wohler <wohler@newt.com>
17093 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17095 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17097 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17098 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17099 (vc-annotate-display-autoscale): Adjust call.
17100 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17101 Fix interactive spec.
17102 (vc-annotate-time-span): Remove.
17103 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17104 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17105 (vc-annotate-display-select): Use new name.
17107 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17108 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17109 Correct the construction of span entries. Simplify.
17110 (vc-annotate-display-select): Fix the nil case.
17111 (vc-annotate): Remove obsolete (and now broken) code.
17112 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17113 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17115 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17117 * subr.el (lazy-completion-table): Correct typo in docstring.
17119 * startup.el (command-line): Use `custom-reevaluate-setting' for
17120 `send-mail-function'.
17122 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17124 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17126 * mail/smtpmail.el (smtpmail-try-auth-methods):
17127 Send credentials together with "AUTH PLAIN" command.
17129 2005-12-27 Richard M. Stallman <rms@gnu.org>
17131 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17132 mouse-2, go back to previously selected window, so it's selected
17133 when mouse-2 command runs.
17135 2005-12-27 Juri Linkov <juri@jurta.org>
17137 * descr-text.el (describe-text-sexp): Use square brackets for
17138 button [Show] to distinguish it from the property value `show'.
17139 (describe-property-list): Use `insert-text-button' with
17140 `help-face' type instead of putting face in quotes, because button
17141 is not created automatically for a list of faces.
17142 (describe-text-properties-1): Put button-type value in quotes to
17143 distinguish from plain text "button".
17144 (describe-char): Display code point values in hex. Don't use
17145 `symbol-name' for `current-input-method' because it is a string.
17146 Use `insert-text-button' with `help-face' type instead of putting
17147 hardcoded face in quotes, because button is not created automatically.
17149 2005-12-27 Richard M. Stallman <rms@gnu.org>
17151 * progmodes/glasses.el (glasses-face): More specific custom type.
17153 * files.el (set-visited-file-name): Doc fix.
17155 * textmodes/flyspell.el (flyspell-external-point-words):
17156 Use local var buffer-scan-pos to advance scan for next misspelling.
17157 Advance it only after we find the misspelling.
17159 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17161 * textmodes/flyspell.el (flyspell-external-point-words):
17162 New criteria for finding the misspelling in the buffer.
17164 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17166 * help-mode.el (help-insert-string): Set help-xref-stack-item
17167 rather than call help-setup-xref.
17169 * descr-text.el (describe-char): Revert previous changes for
17170 optional buffer argument.
17172 2005-12-27 Juri Linkov <juri@jurta.org>
17174 * help-mode.el (help-insert-string): New function. Save buffer
17175 contents in cases where it is impossible to recompute the old contents.
17177 * descr-text.el (describe-char): Set help-xref-stack-item
17178 explicitly after buffer has been generated.
17180 2005-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17182 * cus-start.el (all): Add x-gtk-show-hidden-files.
17184 2005-12-26 Richard M. Stallman <rms@gnu.org>
17186 * replace.el (perform-replace): Calculate match-again
17187 before skipping read-only matches.
17189 * paren.el (paren-showing-faces): New group.
17190 (show-paren-match, show-paren-mismatch): Move to that group.
17192 * button.el (button): Put into group `basic-faces'.
17194 * progmodes/make-mode.el: Remove faces from group `faces'.
17196 * apropos.el (apropos, apropos-value): Doc fix.
17197 (apropos-documentation): Doc fix.
17199 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17201 * subr.el (lazy-completion-table): Remove argument `args'.
17203 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17204 Don't use the `args' argument of lazy-completion-table.
17206 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17208 * descr-text.el (describe-char): Add optional argument for buffer.
17209 Set buffer appropriately. Call help-setup-xref.
17210 Suggested by Stefan Monnier.
17212 2005-12-26 Juri Linkov <juri@jurta.org>
17214 * descr-text.el: Require `help-fns' at runtime. Don't require
17215 `button' for byte compilation.
17216 (describe-text-widget): Add `help-echo' for first button.
17217 Use `help-info' for second.
17218 (describe-property-list): Use `help-argument-name' instead of `italic'.
17219 (describe-text-category): Add prompt to interactive spec.
17220 Call `help-setup-xref'.
17221 (describe-char): Use `help-character-set'. Add `help-echo' for
17222 code point. Use `help-input-method'. Remove superfluous insert.
17224 2005-12-25 Richard M. Stallman <rms@gnu.org>
17226 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17227 at point, in case of narrowing.
17229 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17231 * locate.el (locate-header-face): Allow nil in type.
17233 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17235 2005-12-25 Romain Francoise <romain@orebokech.com>
17237 * battery.el (battery-linux-proc-acpi): Also try
17238 `/proc/acpi/thermal_zone/THM0/temperature'.
17240 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17242 * custom.el (custom-push-theme): Fix docstring.
17244 * cus-edit.el (custom-variable-set, custom-variable-save)
17245 (custom-variable-save): Custom-quote widget values.
17246 (customize-save-variable): Fix custom-push-theme call.
17248 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17250 * w32-fns.el (w32-batch-update-autoloads): New function.
17252 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17253 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17254 from the command line.
17256 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17258 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17259 reset means to remove setting from theme entirely. Don't keep
17260 expanding theme-settings list; delete old entries if necessary.
17262 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17263 customization" button one line up.
17264 (custom-themed): New face.
17265 (custom-magic-alist): New value, THEMED, for theme settings.
17266 (custom-variable-state-set, custom-face-state-set):
17267 Check theme-value instead of saved-value.
17268 (custom-variable-reset-standard, custom-face-reset-standard):
17269 Remove theme setting entirely. Recalculate new values.
17270 (custom-variable-set, custom-variable-set)
17271 (custom-variable-reset-saved, custom-variable-reset-backup)
17272 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17273 (custom-variable-save): Fix typos.
17275 2005-12-23 Juri Linkov <juri@jurta.org>
17277 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17278 Add autoload cookies.
17279 (edebug-outside-d-c-i-n-s-w): New variable.
17280 (edebug-display, edebug-outside-excursion): Use it to save the
17281 original value of default-cursor-in-non-selected-windows.
17282 Set default-cursor-in-non-selected-windows to t while Edebug
17284 (edebug-mode, edebug-eval-mode): Doc fix.
17286 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17287 with `buffer-substring-no-properties' to remove common substring
17290 * info.el (info-other-window, info): Rename function argument
17291 `file' to `file-or-node'.
17292 (Info-complete-menu-item): Use local variable `complete-nodes' to
17293 keep the global value of `Info-complete-nodes' unchanged for
17294 subsequent completions.
17295 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17297 * simple.el (get-next-valid-buffer, last-buffer)
17298 (next-error-buffer-p, next-error-find-buffer)
17299 (minibuffer-history-sexp-flag): Doc fix.
17301 * savehist.el (savehist-mode-hook): Add `:group'.
17303 * log-view.el: Call autoload for vc-find-version.
17304 (log-view-current-file): Adjust subgroup numbers.
17305 (log-view-current-tag): Add `length'.
17307 2005-12-23 Richard M. Stallman <rms@gnu.org>
17309 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17311 2005-12-23 Juri Linkov <juri@jurta.org>
17313 * hi-lock.el (hi-lock-archaic-interface-message-used)
17314 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17315 (hi-lock-mode): Display "Hi" in the mode line only when
17316 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17317 (hi-lock-write-interactive-patterns):
17318 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17319 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17320 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17321 font-lock-add-keywords to t.
17323 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17325 * hi-lock.el (hi-lock-highlight-range): New variable.
17326 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17327 only if font-lock-fontified is non-nil. Remove overlays.
17328 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17329 font-lock-fontified is non-nil, otherwise use overlays (instead of
17331 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17333 (hi-lock-string-serialize): New function.
17335 2005-12-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17337 * menu-bar.el (menu-find-file-existing): New function.
17338 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17340 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17342 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17344 * vc.el: Remove unnecessary leading * in docstrings.
17345 (vc-annotate-mode-map): Move initialization into declaration.
17346 (vc-static-header-alist): Nitpick on the regexp.
17347 (vc-default-init-version): New fun.
17348 (vc-register): Use it.
17349 (vc-insert-headers): Use dolist.
17350 (vc-annotate-get-backend): Remove unused function.
17351 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17352 (vc-annotate-mode): Remove corresponding call.
17353 (vc-annotate-car-last-cons): Simplify.
17354 (vc-annotate-buffers): Remove var.
17355 (vc-annotate-backend): Make it buffer-local.
17356 (vc-annotate): Move the interaction to the interactive spec.
17357 Add a `buf' argument.
17358 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17359 killing&creating a vc-annotate buffer, which is very disruptive when
17360 the buffers are shown in dedicated frames.
17362 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17364 * descr-text.el: Add FSF as maintainer.
17365 (describe-text-mode, describe-text-mode-map)
17366 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17368 (describe-text-widget, describe-text-sexp)
17369 (describe-property-list, describe-text-category)
17370 (describe-text-properties, describe-text-properties-1)
17371 (describe-char): Use help buttons instead of widgets.
17372 (describe-char-unicodedata-file): Make URL link in doc string.
17374 2005-12-22 Richard M. Stallman <rms@gnu.org>
17376 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17377 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17378 Don't include buttons that write a file when there's no file.
17379 (custom-variable-menu, custom-face-menu, custom-group-menu):
17380 Don't include commands that write a file when there's no file.
17381 (customize-browse): Reword the top-of-buffer help intro.
17382 (custom-buffer-create-internal): Fix previous change.
17383 (customize-changed-options-previous-release): Prev release is 21.1.
17384 (customize-changed-options): Doc fix.
17385 (customize-changed): New alias.
17386 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17387 Say "standard values".
17388 (Custom-reset-standard): Doc fix.
17389 (custom-face-reset-standard): Doc fix.
17391 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17393 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17394 even if font-lock-mode is non-nil since it may be t without having
17395 turned on font-lock-mode-internal.
17396 (font-lock-choose-keywords): Minor optimization.
17397 (font-lock-add-keywords, font-lock-remove-keywords)
17398 (font-lock-set-defaults): Don't call make-local-variable on a variable
17399 that we know to already be local.
17401 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17403 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17404 messages if in the minibuffer.
17406 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17408 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17409 (tex-mode-flyspell-verify, flyspell-get-word)
17410 (flyspell-external-point-words): Don't use point-min/max uselessly.
17412 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17413 by Kevin Rodgers. Instead, just hide the completions buffer if we
17414 don't need to show it.
17416 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17418 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17420 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17422 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17423 delete-windows-on with an inexistent buffer.
17425 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17427 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17428 Delete defcustom variable :tag names.
17430 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17432 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17433 (log-view-font-lock-keywords): Ajust subgroup numbers.
17434 (log-view-current-tag): Don't hard code the number of subgroups.
17436 2005-12-20 Juri Linkov <juri@jurta.org>
17438 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17439 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17441 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17442 (menu-bar-non-minibuffer-window-p): Instead of checking
17443 display-multi-frame-p, use selected-frame when menu-updating-frame
17446 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17448 * align.el (align-rules-list): Use [ \t] instead of \s-
17449 for column separators in text mode.
17451 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17453 * help-mode.el (help-customize-variable, help-customize-face):
17454 Don't pop help-xref-stack as help-follow no longer pushes
17457 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17459 * textmodes/org.el (org-agenda-custom-commands): New option.
17460 (org-agenda): Offer custom commands on splash screen.
17461 (org-make-tags-matcher): Parser for Boolean logic added.
17462 (org-agenda-set-tags): New command.
17463 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17464 (org-set-tags): Efficiency improvements.
17465 (org-auto-align-tags): New option.
17466 (org-todo, org-demote, org-promote): Realign tags.
17467 (org-tags-completion-function): Use also "&" and "|" as separators.
17468 (org-org-menu): Agenda commands simplified.
17470 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17472 * cus-edit.el (customize-apropos, customize-apropos-options):
17475 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17477 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17479 * longlines.el (longlines-mode): Wrap while widened.
17480 (longlines-decode-region, longlines-encode-region): Compute max
17483 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17485 * cus-edit.el (mac): New group.
17487 * cus-start.el (all): Add user options in macterm.c. Add test for
17488 Mac-related built-ins. Fix test for GTK-related built-ins.
17490 * term/mac-win.el (mac-handle-language-change)
17491 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17492 (mac-services-open-selection, mac-services-mail-selection)
17493 (mac-services-mail-to, mac-services-insert-text)
17494 (mac-dispatch-apple-event): Add docstrings.
17495 (x-get-selection, mac-select-convert-to-string): Select coding
17496 system from `utf-16be' and `utf-16le' using `byteorder'.
17498 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17500 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17501 a "list" (lambda ...) rather than a real completion list.
17503 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17504 lexical-let when encountering ((lambda (...) ...) ...).
17506 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17508 * progmodes/sh-script.el (sh-mode):
17509 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17510 * textmodes/picture.el (picture-mode): Update docstrings.
17512 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17514 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17515 commands enclosed in $(ARGQUOTE)s should not be split between two
17516 lines, as that will break with GNU Make >3.80, when sh.exe is used
17517 and arg quoting is with '..'.
17518 (autoloads): Don't break the quoted --eval expression between
17521 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17523 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17524 Capture error from printing circular structures.
17526 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17528 * wid-edit.el (widget-checkbox-action): Clear undo info.
17530 2005-12-16 Bill Wohler <wohler@newt.com>
17532 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17533 bar, not menubar in comment.
17535 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17537 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17538 After-change-functions should not clobber the match data.
17540 2005-12-16 Juri Linkov <juri@jurta.org>
17542 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17543 instead of `buffer-substring'.
17544 (completion-common-substring): Doc fix.
17545 (completion-setup-function): Use minibuffer-completion-contents
17546 instead of minibuffer-contents. Don't set common-string-length
17547 initially. Remove special handling of partial-completion-mode.
17548 Move computation of completion-base-size into one cond.
17549 Call completion-base-size-function in mainbuf. In computation of
17550 completion-base-size for file name completion don't move point to
17551 the end of the minibuffer. Move computation of common-string-length
17552 into one cond. Start putting faces only when common-string-length>=0.
17553 Add condition to put completions-common-part when
17554 common-string-length>0.
17556 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17557 place point at the first different character in the minibuffer
17558 even if this position is at the beginning of the minibuffer.
17560 * info.el (Info-read-node-name-1): In completion-base-size-function's
17561 lambda return 1 if common-substring or minibuffer-completion-contents
17562 starts with (, and 0 otherwise.
17564 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17565 Use `crm-current-element' for second arg of `display-completion-list'.
17567 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17569 * files.el (set-auto-mode): Look for an interpreter specified on
17570 the first line also if search for mode specification succeeded,
17571 but the mode is not known.
17573 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17575 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17576 (org-open-at-point): Implement tag searches as links.
17577 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17578 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17579 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17580 (org-agenda-dispatch): New commands.
17581 (org-use-tag-inheritance, org-tags-column): New options.
17582 (org-tab-follows-link, org-return-follows-link): New options.
17583 (org-tags): New customize group.
17584 (org-start-icalendar-file): Get local time zone.
17585 (org-tags-completion-function): New function.
17586 (org-set-font-lock-defaults): Make sure links will also be
17587 highlighted inside headlines.
17589 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17591 * term.el (term-emulate-terminal):
17592 Let term-handle-ansi-terminal-messages override what Bash says about
17593 its current directory.
17595 2005-12-16 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
17597 * bindings.el (last-buffer): Move to simple.el.
17598 * simple.el (last-buffer): Move here.
17599 (get-next-valid-buffer): New function.
17600 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17601 (prev-buffer): Ditto. Rename to `previous-buffer'.
17603 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17604 * bindings.el (global-map): Ditto.
17606 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17608 * cus-edit.el: Introductory comment change.
17609 (custom-magic-alist): Change message string for the `rogue' state.
17611 2005-12-15 Richard M. Stallman <rms@gnu.org>
17613 * tooltip.el: Delete defcustom variable :tag names.
17615 * complete.el (partial-completion-mode): Doc fix.
17617 * textmodes/flyspell.el (flyspell-external-point-words):
17618 Use save-excursion to ensure we don't move backward in the
17619 search loop, not even one character.
17620 (flyspell-delete-all-overlays): Use remove-overlays directly.
17622 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17623 (ispell-start-process): Set that variable.
17624 Clear ispell-buffer-local-name.
17625 (ispell-internal-change-dictionary):
17626 Set ispell-current-dictionary after killing process.
17627 (ispell-buffer-local-dict):
17628 Don't set spell-personal-dictionary after killing process.
17629 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17630 (ispell-tex-skip-alists, ispell-html-skip-alists)
17631 (ispell-skip-region-alist): Mark as risky.
17633 * net/newsticker.el (newsticker--retrieval-timer-list)
17634 (newsticker--display-timer, newsticker-running-p)
17635 (newsticker-ticker-running-p): Definitions moved up.
17637 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17639 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17641 2005-12-15 David Ponce <david@dponce.com>
17643 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17644 (recentf-edit-list, recentf-open-files): Signal an error when
17645 there is no recent file.
17647 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17649 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17650 read-only except for texinfo-format-region evaluation.
17652 2005-12-14 Richard M. Stallman <rms@gnu.org>
17654 * vc.el (vc-default-previous-version, vc-default-next-version)
17655 (vc-do-command): Doc fixes.
17657 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17659 * textmodes/bibtex.el (bibtex-expand-strings)
17660 (bibtex-autokey-expand-string, bibtex-name-part)
17661 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17662 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17663 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17664 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17665 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17666 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17667 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17668 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17669 (bibtex-beginning-of-last-entry): Remove.
17670 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17671 message if comma is missing but buffer is read-only.
17672 (bibtex-parse-field-text): Handle whitespaces at the end of field
17673 text. Return 3-element list with beginning and end of field text
17675 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17676 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17677 (bibtex-search-forward-field, bibtex-search-backward-field):
17678 Search always delimited by limits of entry. Use more efficient
17680 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17681 bibtex-end-of-name-in-field.
17682 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17683 extracting the content of a field.
17684 (bibtex-text-in-field): Use search limits.
17685 (bibtex-parse-string-prefix): Handle empty string keys based on
17686 bibtex-string-empty-key.
17687 (bibtex-parse-string): Fix docstring.
17688 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17689 (bibtex-preamble-prefix, bibtex-strings): New functions.
17690 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17691 BibTeX entries (consistent with other BibTeX functions).
17692 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17693 (bibtex-search-entry): Fix docstring. Simplify.
17694 (bibtex-flash-head, bibtex-complete-string-cleanup)
17695 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17696 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17697 (bibtex-parse-entry): New optional arg content.
17698 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17699 Use bibtex-text-in-field-bounds.
17700 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17701 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17702 bibtex-parse-string-postfix.
17703 (bibtex-find-text-internal): New function.
17704 (bibtex-remove-delimiters): Use it.
17705 (bibtex-find-text): Use it. New optional arg help.
17706 (bibtex-complete): Handle BibTeX string and preamble entries.
17707 (bibtex-Preamble): Fix order of closing delimiters.
17709 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17711 * vc.el (vc-default-revert): New fun.
17713 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17715 2005-12-14 Romain Francoise <romain@orebokech.com>
17717 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17718 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17719 (font-lock-remove-keywords): Likewise.
17721 2005-12-14 Juri Linkov <juri@jurta.org>
17723 * log-view.el (log-view-diff): Doc fix.
17725 * isearch.el (isearch-query-replace): Use (mark) instead of
17726 isearch-opoint if mark is active in transient-mark-mode.
17728 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17730 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17732 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17734 * progmodes/cpp.el (cpp-face): New widget.
17735 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17737 2005-12-14 Juri Linkov <juri@jurta.org>
17739 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17740 around `erase-buffer' and `insert'.
17742 * descr-text.el (describe-text-properties): Replace buffer name
17743 "*Help-2*" with "*Help*<2>".
17744 (describe-char): Add functions print-help-return-message,
17745 toggle-read-only. Use help-setup-xref with nil to not store
17746 describe-char in help-xref-stack. Use help-make-xrefs to
17747 make [back] button.
17749 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17751 * wdired.el (wdired-old-point): New internal variable.
17752 (wdired-change-to-wdired-mode): Set it buffer-locally.
17753 (wdired-abort-changes): Restore point after aborting changes.
17755 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17757 * vc.el (vc-do-command): Add a new value t for okstatus.
17759 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17760 frame in case of errors.
17762 2005-12-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17764 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17765 so it comes after "On the Left" in the menu.
17767 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
17769 * cus-edit.el (customize-apropos, customize-apropos-options)
17770 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17772 2005-12-12 Bill Wohler <wohler@newt.com>
17774 * vc-svn.el (vc-svn-registered): Fix problem of visiting
17775 non-writable Subversion-controlled files by saving window
17776 configuration before calling vc-do-command. vc-do-command calls
17777 pop-to-buffer on error which is unexpected during registration.
17779 2005-12-12 Jay Belanger <belanger@truman.edu>
17781 * calc/README: Update the summary of changes.
17783 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
17785 * descr-text.el (describe-char): Rework last fix to solve the problem
17786 is the same way it's solved for everything else in that function
17787 (i.e. by extracting the info before setting up the *Help* buffer).
17789 2005-12-12 Kim F. Storm <storm@cua.dk>
17791 * subr.el (version-regexp-alist): Allow space as separator before
17792 non-numeric part, e.g. "1.0 alpha".
17793 (version-to-list): Interpret .X.Y version as 0.X.Y version.
17795 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
17797 * textmodes/org.el (org-agenda, org-timeline, org-todo):
17798 Implement Logging and the keep-modes setting.
17799 (org-get-category): Make sure a string is returned.
17800 (org-log-done): New function.
17801 (org-log-done, org-closed-string): New options.
17803 2005-12-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17805 * tooltip.el (tooltip-y-offset): Change default to 20.
17807 2005-12-12 Richard M. Stallman <rms@gnu.org>
17809 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17811 * frame.el (display-hourglass): Doc fix.
17813 * help.el (help-for-help-internal): Simplify entry for `a'.
17815 * info.el (Info-on-current-buffer): Doc fix.
17816 (info-insert-file-contents): Don't test (featurep 'jka-compr).
17818 * startup.el (inhibit-splash-screen): Make this the real name.
17819 (inhibit-startup-message): Make this the alias.
17820 (command-line): Find only simple.el, and use its directory
17821 to fill in other preloaded files' names.
17822 (command-line): Deactivate the mark if deactivate-mark is set.
17824 * international/mule.el (load-with-code-conversion):
17825 Bind deactivate-mark.
17827 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17829 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
17831 * cus-edit.el (customize-apropos): Avoid listing an option more
17832 than once under different aliases. No longer list user options
17833 that are not defined with defcustom (unless a prefix arg is given).
17835 (customize-apropos-options): Doc fix.
17837 2005-12-11 Juri Linkov <juri@jurta.org>
17839 * frame.el (set-background-color, set-foreground-color)
17840 (set-cursor-color, set-mouse-color, set-border-color):
17841 Add explicit prompts to read colors by `facemenu-read-color'.
17842 (show-trailing-whitespace, blink-cursor-delay)
17843 (blink-cursor-interval, display-hourglass, hourglass-delay):
17845 (display-hourglass, hourglass-delay): Doc fix.
17846 (cursor-in-non-selected-windows): Capitalize words in tag.
17848 * faces.el (frame-background-mode): Replace `choice-item' keywords
17849 with `const' to not make [default] button. Change default value tag
17850 from `default' to `automatic'. Doc fix.
17851 (trailing-whitespace) <defface>: Change group `whitespace' to
17852 `whitespace-faces'.
17854 2005-12-11 Richard M. Stallman <rms@gnu.org>
17856 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17858 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17860 * term/mac-win.el: Create keymap for mac-apple-event-map.
17862 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17864 * tooltip.el (tooltip-mode): Move to start of file so that it
17865 appears at top of customize buffer.
17867 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17868 Add the gud groupname.
17869 (gud-tooltip-mode): Add the tooltip groupname.
17870 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17871 avoid conflict with tooltip-use-echo-area.
17873 2005-12-10 Romain Francoise <romain@orebokech.com>
17875 * help.el (help-for-help-internal): Add `r' in doc string.
17877 2005-12-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
17879 * align.el (align-regexp, align-highlight-rule):
17880 Use region-beginning and region-end instead of point and mark, so that
17881 repetition (with `repeat-complex-command') recomputes the region
17884 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17886 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17887 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17888 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17889 (balance-windows): Rewrite using the above new functions.
17891 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
17893 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17894 react if global-hi-lock-mode seems intended.
17895 (global-hi-lock-mode): Renamed from hi-lock-mode.
17896 (hi-lock-archaic-interface-message-used)
17897 (hi-lock-archaic-interface-deduce): New variables.
17898 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17899 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17900 (hi-lock-find-patterns, hi-lock-font-lock-hook):
17901 Replace hi-lock-buffer-mode with hi-lock-mode.
17903 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17905 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17906 completion list, even after a partial completion has been
17907 inserted in the current buffer. If there are more than 1
17908 completion, redisplay the *Completions* buffer; if the
17909 completion is unique, delete the *Completions* window.
17911 2005-12-10 Eli Zaretskii <eliz@gnu.org>
17913 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17914 strings and long subject lines that were broken into multiple
17915 lines at arbitrary places. Handle subjects that have "Re: " in
17918 2005-12-10 John W. Eaton <jwe@octave.org>
17920 * emacs/octave-mod.el (octave-electric-space): Don't indent
17921 comments or strings if octave-auto-indent is nil.
17923 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17925 * term/mac-win.el: Require url when compiling.
17926 Call mac-process-deferred-apple-events after loading init files.
17927 (mac-apple-event-map): New defvar. Define event handlers in it.
17928 (core-event, internet-event): New Apple event class symbols.
17929 (open-application, reopen-application, open-documents)
17930 (print-documents, open-contents, quit-application)
17931 (application-died, show-preferences, autosave-now, get-url):
17932 New Apple event ID symbols.
17933 (about): New HICommand ID symbol.
17934 (mac-event-spec, mac-event-ae): New macros.
17935 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17936 (mac-ae-selection-range, mac-ae-text-for-search)
17937 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17938 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17939 and Services menu events are now defined in mac-apple-event-map.
17940 (mac-drag-n-drop): Remove selection range handling.
17942 2005-12-10 Kenichi Handa <handa@m17n.org>
17944 * simple.el (zap-to-char):
17945 * isearch.el (isearch-process-search-char): Translate CHAR by
17946 translation-table-for-input.
17948 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
17950 * foldout.el (foldout-exit-fold): Properly hide subtree.
17952 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17954 * files.el (save-buffer):
17955 * international/ucs-tables.el (ucs-set-table-for-input):
17956 * mail/mail-extr.el (mail-extract-address-components):
17957 * mail/sendmail.el (mail-mode): Reformat doc string.
17959 2005-12-09 Juri Linkov <juri@jurta.org>
17961 * isearch.el (isearch-highlight): Change main overlay priority
17962 from 1 to 1001. Simplify.
17963 (isearch-lazy-highlight-update): Change lazy overlay priority
17966 * replace.el (replace-highlight): Change overlay priority from
17969 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17970 Change overlay priority from 1 to 1001. Reuse existing overlay.
17972 * compare-w.el (compare-windows-highlight): Change overlay
17973 priority from 1 to 1000.
17975 * menu-bar.el (menu-bar-edit-menu): Add listp around
17976 pending-undo-list to disable menu item "undo" when pending
17977 undo list is empty.
17979 * locate.el (locate): Disable undo in *Locate* buffer.
17981 2005-12-09 Kim F. Storm <storm@cua.dk>
17983 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17985 2005-12-09 David Ponce <david@dponce.com>
17987 * recentf.el: Improvement of the menu code.
17988 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17989 instead of menu hook.
17990 (recentf-show-menu, recentf-hide-menu): New functions.
17991 (recentf-menu-customization-changed, recentf-mode): Use them.
17992 (recentf-menu-action, recentf-max-menu-items)
17993 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17994 (recentf-arrange-by-rule-others)
17995 (recentf-arrange-by-rules-min-items)
17996 (recentf-arrange-by-rule-subfilter): Don't use
17997 `recentf-menu-customization-changed'.
17998 (recentf-arrange-rules): Likewise. Accept functions to compute
18000 (recentf-menu-filter): Likewise. Doc fix.
18001 (recentf-menu-value-shortcut): Doc fix.
18002 (recentf-dump-variable): Quote atom value.
18003 (recentf-make-menu-items): Update to use it as a menu filter.
18004 (recentf-match-rule): New function.
18005 (recentf-arrange-by-rule): Use it.
18006 (recentf-indirect-mode-rule): New function.
18007 (recentf-build-mode-rules): Use it.
18008 (recentf-dir-rule): New function.
18009 (recentf-arrange-by-dir): Use it.
18010 (recentf-filter-changer-current): Rename from
18011 `recentf-filter-changer-state'. All references updated.
18012 (recentf-filter-changer-alist): Update filter names.
18013 (recentf-filter-changer-select): New function.
18014 (recentf-filter-changer): Use it. Make a sub-menu from filters
18015 available in `recentf-filter-changer-alist'.
18016 (recentf-data-cache, recentf-clear-data)
18017 (recentf-update-menu): Remove. All references updated.
18018 (recentf-match-rule-p, recentf-build-dir-rules)
18019 (recentf-filter-changer-goto-next)
18020 (recentf-filter-changer-get-current)
18021 (recentf-filter-changer-get-next): Remove.
18023 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
18025 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18026 buffer "Reset" button to "Reset to Current" for consistency with
18029 2005-12-08 John Paul Wallington <jpw@pobox.com>
18031 * ibuf-ext.el (define-ibuffer-filter filename):
18032 If `dired-directory' is a list then really use its car.
18034 2005-12-08 Kim F. Storm <storm@cua.dk>
18036 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18037 Fix indention of text on right side of replaced rectangle.
18039 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
18041 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18042 No need to check gud-comint-buffer is bound.
18043 (gdb): Prevent multiple debugging when first session uses gdba.
18045 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18047 CC Mode update to 5.31.
18049 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18050 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
18051 We might do this function properly in the future).
18053 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18054 New macros c-sentence-end and c-default-value-sentence end, to cope
18055 with Emacs 22's new function `sentence-end'.
18057 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18059 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18060 compat issue using `c-put-overlay' and `c-delete-overlay'.
18062 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18063 New compat macros to handle overlays/extents.
18065 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18067 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18068 (for GNU Emacs 20.4).
18070 * progmodes/cc-defs.el:
18071 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18073 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18074 highlighting mechanism so it will work in XEmacs too.
18076 * progmodes/cc-defs.el: Insert c-int-to-char.
18078 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18079 call to the new macro c-int-to-char. This solves XEmacs's
18080 regarding characters as different from integers.
18082 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18084 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18085 New internal helper.
18087 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18088 construct to make the indirect face lookup work in XEmacs.
18090 (c-cpp-matchers): Append the negation char face to the existing
18091 fontification, so that the cpp face doesn't disappear.
18092 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18095 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18096 to map to `font-lock-negation-char-face' in emacsen where it exists.
18098 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18100 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18102 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18103 Rename "c-subword-move-mode" as "c-subword-mode".
18105 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18106 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18108 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18110 * progmodes/cc-mode.el: Added autoload directive for
18111 `c-subword-move-mode' for use in older emacsen.
18113 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18115 * progmodes/cc-mode.el:
18116 (i): Insert a binding for C-c C-backspace into
18117 c-bind-special-erase-keys which works in TTYs.
18118 (ii): Make sure that when file styles are used, any explicitly
18119 given style variables take priority over those in the style.
18120 Do this by calling `hack-local-variables' a second time.
18122 * progmodes/cc-vars.el: Add language specific customization
18123 widgets for AWK to c-doc-comment-style, c-require-final-newline
18124 and c-default-style. Add a defcustom for awk-mode-hook.
18125 Give c-syntactic-element and c-syntactic-context doc-strings by
18126 directly setting their `variable-documentation' propery.
18127 This allows Emacs 22.1 to read these with C-h v.
18129 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18131 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18133 * progmodes/cc-fonts.el, cc-vars.el
18134 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18135 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18138 (c-doc-comment-style): Made GtkDoc default in C mode.
18140 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18141 and C-c C-<delete>.
18143 (c-bind-special-erase-keys): New function for use on
18144 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18146 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18147 <delete> key behavior in XEmacs according to `delete-forward-p'.
18148 C.f. `c-electric-delete'.
18150 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18152 * progmodes/cc-mode.el: Give c-hungry-backspace and
18153 c-hungry-delete-forward permanent key bindings.
18155 * progmodes/cc-cmds.el (c-electric-semi&comma):
18156 Bind c-syntactic-context for calls to "criteria functions", for
18157 consistency with other calls to user functions.
18159 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18160 `current-prefix-arg', since this might be the prefix arg to a
18161 command which calls c-indent-command as a function. Change the
18162 interactive spec from "p" to "P".
18164 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18165 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18166 was difficult to understand.
18168 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18170 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18171 first char of an identifier.
18173 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18176 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18178 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18179 auto-fill doesn't split a c-comment's last word from a hanging
18180 "*/" when a space is typed between them after fill-column.
18182 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18184 * progmodes/cc-styles.el (c-set-style)
18185 (c-setup-paragraph-variables): Abort the command if we're not in a
18188 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18189 with blank comment-prefix, and a blank line as the comment's
18192 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18194 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18195 Incorporate the patterns added in the Emacs development branch
18196 for the new Emacs 22 face `font-lock-negation-char-face'.
18198 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18199 of "red" since it stands out better in xterms and DOS terminals.
18201 * progmodes/cc-engine.el (c-literal-faces):
18202 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18204 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18206 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18207 forcibly enable c-electric-flag.
18209 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18210 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18211 after the comment-prefix of a C-style comment will close that comment.
18213 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18215 * progmodes/cc-fonts.el (c-basic-matchers-before)
18216 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18219 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18222 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18223 (c-cpp-message-directives, c-cpp-include-directives)
18224 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18225 (c-cpp-expr-directives): Introduce new language constants to
18226 control cpp syntax in a cleaner way.
18228 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18230 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18232 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18233 (c-multiline-string-start-char): New language constants and
18234 variables to specify how newlines in string literals work.
18236 (c-font-lock-invalid-string): Use them.
18238 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18239 unbalanced close brace is entered. Optimization by avoiding going
18240 back over arbitrarily large blocks. Removed hints that this
18241 function only would be relevant/useful in AWK.
18243 (c-electric-brace): Indent syntactically after the cleanups since
18244 lineup functions might do it differently then.
18246 * progmodes/cc-engine.el, cc-langs.el
18247 (c-opt-op-identifier-prefix): New language constant and variable.
18249 (c-just-after-func-arglist-p, c-after-special-operator-id)
18250 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18252 * progmodes/cc-align.el, cc-engine.el
18253 (c-after-special-operator-id): New helper to handle C++ operator
18256 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18257 (c-guess-basic-syntax): Handle C++ operator identifiers in
18260 * progmodes/cc-langs.el (c-assignment-operators): Add the
18261 trigraph version of ^= too.
18263 * progmodes/cc-langs.el (c-assignment-operators): Add the
18264 trigraph version of |= in C++.
18266 * progmodes/cc-fonts.el (c-font-lock-declarators):
18267 Handle `c-decl-hangon-kwds' after the identifier name.
18269 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18270 whether an arglist is "nonempty", ignore a comment after the open
18271 paren if it isn't followed by a non-comment token on the same line.
18273 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18274 Enable heuristics below the point to cope with classes inside special
18275 brace lists in Pike.
18277 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18279 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18281 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18283 * progmodes/cc-guess.el (cc-guess-install): New function to
18284 install an already guessed style in another buffer.
18286 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18287 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18288 anyway if the change always is undone.
18290 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18292 Implement togglable electricity:
18294 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18295 saying when it should be used.
18297 * progmodes/cc-engine.el: Add the new buffer-local variable,
18300 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18301 c-toggle-auto-newline.
18303 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18304 c-toggle-auto-newline. Remove the binding for
18305 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18306 c-toggle-electric-state.
18308 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18310 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18311 c-\(forward\|backward\)-subword.
18312 (c-update-modeline): Add the new modeline flag `l' for
18313 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18314 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18315 Make the old name an alias of the new name.
18316 (c-toggle-electric-state): New function.
18317 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18318 Adapt these functions to do electric things only when
18319 c-electric-flag is non-nil.
18320 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18321 new functions from c-electric-brace.
18322 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18323 mode, so that the tentative extra newline doesn't change the
18324 syntax of the following brace.
18325 (c-electric-brace): Restructure by extracting the above functions.
18326 Tidy up the coding somewhat.
18327 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18330 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18332 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18333 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18335 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18336 (c-submode-indicators): Change name from `c-auto-hungry-string'
18337 since it's now used to track another submode.
18339 (c-update-modeline): Convert to function and extended to check
18340 `c-subword-move-mode'.
18342 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18343 Convert to compat aliases for `c-forward-subword' and
18344 `c-backward-subword'.
18346 * progmodes/cc-subword.el: New functions and minor mode to handle
18347 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18349 (c-forward-subword, c-backward-subword, c-mark-subword)
18350 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18351 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18352 Functions corresponding to the standard word handling functions.
18354 (c-subword-move-mode): Minor mode that replaces all the standard
18355 word handling functions with their subword equivalences.
18357 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18359 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18360 entry for one-liner-defun.
18362 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18363 name in its def-edebug-spec.
18365 * progmodes/cc-cmds.el (c-electric-brace): Make the
18366 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18367 compacts space before a comment, if this will make things fit on
18370 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18372 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18374 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18375 clean-up one-liner-defun.
18377 * progmodes/cc-styles.el: Add the new "awk" style.
18379 * progmodes/cc-vars.el: Add description of one-liner-defun to
18380 c-cleanup-list's doc-string. New user options,
18381 c-max-one-liner-length. In c-default-style, set the default style
18384 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18386 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18387 macros inside labels.
18389 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18390 `c-at-statement-start-p' and `c-at-expression-start-p'.
18392 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18393 error if the mark isn't set.
18395 * progmodes/cc-engine.el (c-guess-continued-construct)
18396 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18397 accurately detect functions inside functions.
18399 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18400 like `c-at-statement-start-p' that additionally recognizes commas
18401 and expression parentheses as delimiters.
18403 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18404 to avoid heuristics that doesn't work for unclosed blocks.
18405 (c-at-statement-start-p): New function.
18407 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18408 Objective-C directives, e.g. directives spanning lines should work
18409 reasonably well now.
18411 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18413 (c-forward-objc-directive): New function to move over any ObjC
18416 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18417 (c-basic-matchers-before): Use it.
18419 (c-font-lock-objc-iip-decl): Remove.
18421 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18422 in the template arglist recognition.
18424 * progmodes/cc-styles.el (c-style-alist): Fix several
18425 inconsistencies in the Whitesmith style.
18427 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18428 New lineup function to get lines after Whitesmith style blocks
18429 correctly indented.
18431 (c-lineup-whitesmith-in-block): Back out the compensation for
18432 opening parens since it's done using `add' lists in the style
18433 definition instead. Don't use the anchor position since it varies
18434 too much between the syntactic symbols. :P
18436 * progmodes/cc-vars.el (c-valid-offset): Update.
18438 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18439 lists where the offsets are combined according to several
18440 different methods: `first', `min', `max', and `add'.
18441 Report offset evaluation errors with `c-benign-error' so that some kind
18442 of reindentation still is done.
18444 * progmodes/cc-engine.el (c-guess-basic-syntax):
18445 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18448 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18449 situations for `arglist-cont-nonempty' and `arglist-close'.
18451 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18453 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18454 cc-bytecomp-boundp' in a number of places.
18456 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18457 macro related issue.
18459 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18461 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18462 list is now [asdf], a char class [:alpha:].
18463 Include code for char classes.
18464 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18465 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18467 Remove (nearly all of) the cruft associated with AWK Mode's former
18468 concept of "virtual semicolons":
18470 Adapt c-beginning-of-statement, c-end-of-statement (together with
18471 subfunctions) to use the new notion of "virtual semicolon" in
18472 place of the old awkward special handling for AWK. There remains
18473 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18474 * progmodes/cc-cmds.el:
18475 (c-ascertain-adjacent-literal): In the backwards direction, now
18476 recognises AWK regexp delimiters as string delimiters.
18477 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18478 check more rigorously for "end of macro".
18479 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18480 virtual semicolons;
18481 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18482 out the code for forward movement into ...
18483 (c-end-of-statement): Now contains the code for forward movement,
18484 adapted for virtual semicolons.
18486 * progmodes/cc-engine.el:
18487 (c-ws*-string-limit-regexp): New regexp.
18488 (c-forward-single-comment, c-backward-single-comment): Comment out
18489 the (now redundant) "special" AWK stuff.
18491 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18492 c-string-par-start, c-string-par-separate to be more like Text
18493 Mode than Fundamental Mode.
18495 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18497 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18498 to the fontified region so that fontification doesn't occur
18499 outside it (could happen e.g. when fontifying a line with an
18500 unfinished declaration).
18502 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18504 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18505 start of the file. ^L now separate sections of the file.
18506 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18507 (c-awk-one-line-possibly-open-string-re)
18508 (c-awk-regexp-one-line-possibly-open-char-class-re)
18509 (c-awk-one-line-possibly-open-regexp-re)
18510 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18511 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18513 Amend the concept of "virtual semicolons" (in the indentation
18514 engine) for languages like AWK, such that they are now
18515 conceptually attached to end of the last token of a statement, not
18516 the end of the line. (In AWK Mode, however, the pertinent text
18517 property is still physically set on the EOL.) Remove the specific
18518 tests for awk-mode, thus facilitating the introduction of other
18519 language modes where EOLs can end statements.
18520 (Note: The funtionality in cc-cmds.el, specifically
18521 c-beginning/end-of-statement has yet to be amended.)
18523 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18526 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18527 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18528 c-vsemi-status-unknown-p-fn (in a new page).
18530 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18531 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18532 numerous awkward forms like
18533 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18534 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18535 variable before-ws-ip, the place just after char-before-ip appears.
18537 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18540 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18542 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18543 `c-tentative-buffer-changes'.
18545 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18546 convert to macro to choose between Emacs and XEmacs at compile time.
18548 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18550 (c-tentative-buffer-changes): New macro to handle temporary buffer
18551 changes in a convenient way.
18553 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18554 for `c-tentative-buffer-changes'.
18556 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18557 the checks for paren sexps between the point and the keyword, to
18558 avoid some false alarms.
18560 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18561 Fixed a situation where an error could be thrown for unbalanced
18562 parens. Changed to make use of c-keyword-member' to avoid some
18563 repeated regexp matches.
18565 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18566 These language variable are no longer necessary.
18568 (c-block-stmt-kwds): New language constant used by
18569 c-looking-at-inexpr-block'.
18571 (c-guess-basic-syntax): Remove an optional check that looked at
18572 the existence of the now removed language variables.
18574 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18575 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18576 object instantiation expressions as declarations in some contexts.
18577 This bug only affected languages where the declarator can't be
18578 enclosed in parentheses.
18580 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18581 insert newlines before and after substatement braces.
18583 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18584 function declaration headers and the handling of C++ style member
18587 (c-just-after-func-arglist-p): Rewritten to use
18588 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18590 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18592 (c-guess-basic-syntax): Adapt case 5B for the new
18593 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18594 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18595 covers all cases now).
18597 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18599 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18601 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18602 c-string-par-start/separate c-sentence-end-with-esc-eol,
18603 initialised in c-setup-paragraph-variables, used in string
18604 scanning subroutines of c-beginning-of-statement.
18606 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18607 which precedes the newly inserted `{'.
18609 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18611 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18612 function for declaration level blocks. It should now cope with
18613 templates better and also be a lot more comprehensible.
18615 (c-looking-at-decl-block): The new function.
18617 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18620 (c-add-class-syntax, c-guess-continued-construct)
18621 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18623 (c-decl-block-key): Change to tell apart ambiguous and
18624 unambiguous keywords. Pike specials are now handled directly in
18627 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18628 New language constants and variables to make the backward skip in
18629 `c-looking-at-decl-block' as tight as possible.
18631 (c-nonsymbol-token-char-list): New language constant.
18633 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18634 find balanced template arglists backwards.
18636 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18637 making char classes for `c-syntactic-skip-backward'.
18639 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18640 16D - can't be a class-close at that point.
18642 * progmodes/cc-engine.el (c-guess-basic-syntax)
18643 (c-add-class-syntax): Don't narrow out the enclosing declaration
18644 level. This makes everything a lot easier, and it was actually
18645 only four small places that needed it to work. Some places that
18646 previously did `widen' are removed now, which has the effect that
18647 `c-guess-basic-syntax' never will look at things outside the
18648 current narrowment now. The anchor position for `topmost-intro'
18649 is affected by this, but it was so bogus it was basically useless
18650 before, and now it's equally bogus but in a slightly different way.
18652 (c-narrow-out-enclosing-class): Gone.
18654 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18655 the narrowed region.
18657 (c-least-enclosing-brace): Remove silly optional argument.
18659 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18660 the point could be left directly after an open paren when finding
18661 the beginning of the first decl in the block.
18663 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18664 Specify which submatch to use.
18666 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18668 (c-decl-start-re): No longer any need for special treatment of
18669 ObjC due to the above.
18671 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18672 presumably follows C in that regard.
18674 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18675 New language constants to specify operator tokens inside
18676 identifiers in a more high level way.
18678 (c-opt-identifier-prefix-key): New internal language constant.
18680 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18681 (c-identifier-start, c-identifier-key): Now completely calculated
18682 from other constants.
18684 (c-identifier-last-sym-match): Decommission since it's no longer used.
18686 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18688 * progmodes/cc-engine.el (c-forward-name): Remove the
18689 optimization when c-identifier-key is equal to c-symbol-key since
18690 it doesn't work in byte compiled files. Don't record empty
18691 regions as identifiers.
18693 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18694 simplify access to `c-operators' and its likes.
18696 (c-operator-list, c-all-op-syntax-tokens)
18697 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18698 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18699 (c-primary-expr-regexp, c-cast-parens): Use it.
18701 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18702 an explicit language in functions.
18704 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18705 variant of adornment.
18707 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18710 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18713 * progmodes/cc-engine.el (c-on-identifier)
18714 (c-simple-skip-symbol-backward): Small fix for handling "-"
18715 correctly in `skip-chars-backward'. Affected the operator lfun
18718 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18719 diagnostic message about precompiled language vars not being used.
18721 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18722 "__attribute__" is followed by a parenthesis.
18724 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18725 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18726 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18728 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18729 Internal cleanups to properly detect the declared identifiers in
18730 various declarations.
18732 (c-decl-start-kwds): New language constant to recognize
18733 declarations that can start anywhere. Used for class declarations
18736 (c-specifier-key, c-not-decl-init-keywords)
18737 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18738 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18740 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18741 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18742 handling of the compiler specific extension keywords into a new
18743 language constant `c-decl-hangon-kwds' that defines keyword
18744 clauses to be ignored in declarations.
18746 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18747 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18748 Necessary to stop at the declared identifier in e.g. IDL valuetype
18751 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18752 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18753 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18754 (c-forward-decl-or-cast-1): Recognize the declared identifier in
18755 class and enum declarations as such and not as part of the type.
18757 (c-forward-decl-or-cast-1, c-forward-label): Relax the
18758 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18760 (c-forward-decl-or-cast-1): Don't disregard sure signs of
18761 declarations when there's some syntax error later on.
18763 (c-complex-decl-matchers): Did away with a reference to
18766 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18767 value - this variable is always dynamically bound.
18769 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18770 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18771 * cc-cmds.el, cc-defs.el: Change the policy for marking up
18772 functions that might do hidden buffer changes: All such internal
18773 functions are now marked instead of those that don't.
18775 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18776 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18777 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18778 (c-literal-type): Allow these functions to make hidden buffer changes,
18779 so that they are free to use text property caching later on.
18781 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18782 (c-electric-brace, c-electric-slash, c-electric-star)
18783 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18784 (c-electric-paren, c-electric-continued-statement, c-indent-command)
18785 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18786 (c-context-line-break): Add `c-save-buffer-state' calls to comply
18787 with the changed semantics of the functions above.
18789 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18790 when macros occur in obscure places. Optimized the sexp movement
18793 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18795 Enhancements for c-beginning-of-statement to work in AWK Mode:
18797 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18798 (completed statement) with `}' (statement completed by closing
18799 brace or semicolon) and `$' (statement completed by EOL).
18801 (c-awk-virtual-semicolon-ends-prev-line-p)
18802 (c-awk-virtual-semicolon-ends-line-p)
18803 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18804 (c-awk-at-statement-end-p): New functions.
18806 * progmodes/cc-cmds.el: Simplify the structure of functions
18807 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
18808 two functions and c-beginning-of-statement to handle AWK Mode.
18810 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18811 c-backward-single-comment for AWK mode. Attempt to clarify their
18814 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18816 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18818 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18819 label handling. Labels are now recognized in a uniform and more
18820 robust way, regardless of context. Text properties are put on all
18821 labels to recognize the following declarations better.
18822 Multiword labels are handled both in indentation and fontification for
18823 the benefit of language extensions like Qt. For consistency, keywords
18824 in labels are now fontified with the label face instead.
18825 That also applies to "case" and "default".
18827 (c-beginning-of-statement-1): Fix some bugs in the label
18828 handling. Disregard `c-nonlabel-token-key' in labels that begin
18829 with `c-label-kwds'.
18831 (c-find-decl-spots): Support that the callback adds more
18832 `c-decl-end' spots to find.
18834 (c-forward-decl-or-cast-1): Don't treat a list of plain
18835 identifiers followed by a colon as a declaration.
18837 (c-forward-label): New function to recognize labels.
18839 (c-guess-basic-syntax): Replace uses of `c-label-key' with
18840 `c-forward-label'. Moved the label recognition cases (14 and 15)
18841 earlier since they aren't so context sensitive now. Handle labels
18842 on the top level gracefully. Moved access label recognition to
18843 the generic label case (CASE 15) - removed CASE 5E.
18845 (c-font-lock-declarations): Add recognition of labels in the
18846 same round since we need to handle labels in parallell with other
18847 declarations to recognize both accurately. It should also improve
18850 (c-simple-decl-matchers, c-basic-matchers-after):
18851 Move `c-font-lock-labels' so that it only is used on decoration level 2
18852 since `c-font-lock-declarations' handles it otherwise.
18854 (c-complex-decl-matchers): Remove the simplistic recognition of
18857 (c-decl-prefix-re): Remove the kludges that was necessary to cope
18858 with labels earlier.
18860 (c-decl-start-re): New language variable to make
18861 `c-font-lock-declarations' stop for the special protection labels
18862 in Objective-C that start with `@'.
18864 (c-label-key): Remove since it's no longer used.
18866 (c-recognize-colon-labels, c-label-prefix-re): New language
18867 constants to support recognition of generic colon-terminated labels.
18869 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18870 are colon terminated labels.
18872 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18873 first argument starts with a special brace list.
18875 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18876 (c-font-lock-declarations): Break out the declaration and cast
18877 recognition from `c-font-lock-declarations' to a new function, so
18878 that it can be used in the indentation engine.
18880 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18881 up to the start of the literal. Fixed bug with the point on the
18882 wrong side of the search limit that could happen when the start
18883 position is inside a literal.
18885 * progmodes/cc-engine.el (c-parse-state)
18886 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18887 so that it's kept a little bit back to increase the hit rate.
18889 (c-parse-state): Change the macro handling and fixed some
18890 glitches. Macro context is checked more often than necessary now,
18891 but otoh less garbage conses are generated.
18893 * progmodes/cc-engine.el (c-parse-state)
18894 (c-invalidate-state-cache): Cache the last position where
18895 `c-state-cache' applies. This can speed up refontification quite
18896 a bit in blocks where there are many non-brace parens before the point.
18898 (c-state-cache-end): New variable for this.
18900 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18903 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18904 get close initial continue positions when the start position is
18905 inside a literal or macro. Do not call the callback for spots
18906 before the start position (which can happen e.g. for `c-decl-end'
18907 spots inside comments). Optimize better in special cases when the
18908 region is a single line inside a literal or macro (typically when
18909 the current line is refontified).
18911 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18912 to `c-add-stmt-syntax' - there's no need to explicitly whack off
18913 entries from the paren state.
18915 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18916 special case for "else if" clauses.
18918 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18919 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18921 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18922 New language variable to recognize the gcc extension with statement
18923 blocks inside expressions.
18925 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18926 it somewhat more comprehensible. The argument AT-BLOCK-START is
18927 no longer used and hence removed.
18929 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18930 to `c-add-stmt-syntax'.
18932 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18933 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18934 This fixes bogus label recognition.
18936 * progmodes/cc-engine.el (c-add-type, c-check-type)
18937 (c-forward-name, c-forward-type): Improve storage of template
18938 types in `c-found-types' so that they can be recognized better.
18940 (c-syntactic-content): Add option to skip past nested parens.
18942 * progmodes/cc-engine.el (c-forward-name):
18943 Set `c-last-identifier-range' all the time. It's less work that way.
18944 Handle that there might not be an identifier to store in
18945 `c-last-identifier-range'.
18947 (c-forward-type): Handle that `c-last-identifier-range' might be
18948 nil from `c-forward-name'.
18950 * progmodes/cc-defs.el (c-safe-scan-lists)
18951 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18953 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18954 to work even if the form fails.
18956 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18957 down in a large file in one go.
18959 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18961 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18962 function which is like `c-lineup-math' but returns nil instead of
18963 `c-basic-offset' when it doesn't match.
18965 (c-lineup-math): Change to use `c-lineup-assignments'.
18967 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18969 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18970 c-beginning-of-statement. New subfunctions
18971 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18973 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18975 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18976 hardcoded char classes whereever possible. Changed a couple of
18977 places to use skip by syntax instead of skip by char class.
18979 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18980 Fix a bug in the regexp that caused extreme backtracking.
18982 * progmodes/cc-langs.el (c-block-comment-starter)
18983 (c-block-comment-ender): New language constants to specify in a
18984 single place how block comments look.
18986 (c-comment-start-regexp, c-block-comment-start-regexp)
18987 (comment-start, comment-end, comment-start-skip)
18988 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18989 (c-syntactic-ws, c-nonempty-syntactic-ws)
18990 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18991 `c-line-comment-starter', `c-block-comment-starter' and
18992 `c-block-comment-ender'.
18994 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18995 New language constants to break up things a bit.
18997 (c-simple-ws): New language constant for simple whitespace.
18999 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19001 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19002 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19003 newlines. Allow and ignore nil elements in the list.
19005 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19007 * progmodes/cc-cmds.el: Comment out a (n almost certainly
19008 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19010 * progmodes/cc-cmds.el: Tidy up the comments in
19011 c-beginning-of-statement and subfunctions.
19013 * progmodes/cc-awk.el: Replace calls to put-text-property to the
19014 more flexible c-put-char-property and c-clear-char-properties.
19015 Add the author's email address.
19017 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19019 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19020 closing "*/" of a block comment.
19022 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19023 subfunctions) so that it works at BOB and EOB.
19025 * progmodes/cc-cmds.el, cc-vars.el: More updating of
19026 c-beginning-of-statement, including new variable
19027 c-block-comment-start-regexp.
19029 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19031 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19032 symbols from `*-font-lock-extra-types' so that there's no need to
19033 use `regexp-opt' on those lists.
19035 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19036 `c-type-modifier-kwds' is empty.
19038 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19039 there are several strings on the same line.
19041 * progmodes/cc-engine.el (c-literal-limits): Remove the
19042 compatibility function for older emacsen. `c-literal-limits-fast'
19043 has now taken the place of this function.
19045 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19046 with older emacsen: We now require `pps-extended-state'.
19048 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19050 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19051 which obviates the need to hack sentence-end. This now handles
19052 escaped newlines in strings correctly. Correct minor bugs in
19053 c-move-over-sentence and in c-beginning-of-statement.
19055 * progmodes/cc-cmds.el (c-beginning-of-statement (and
19056 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19057 that movement over macros and code are rigorously separated from
19058 eachother. Correct a few incidental bugs.
19060 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19061 Improve its doc-string. Improve the handling of certain specific cases.
19063 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19065 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19066 (c-guess-basic-syntax): Change the way class-level labels are
19067 recognized; they can now contain essentially any symbols.
19069 (c-opt-extra-label-key): New language variable to cope with the
19070 special protection label syntax in Objective-C.
19072 (c-opt-access-key): Remove; this is now handled better by
19073 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19075 (c-complex-decl-matchers): Update to handle that
19076 `c-opt-access-key' no longer exists.
19078 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19079 improved label recognition in `c-beginning-of-statement-1'.
19081 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19082 Recognize bitfields better.
19084 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19085 Remove some cruft and fixed a bug that could cause it to go to a
19086 position further down.
19088 * progmodes/cc-langs.el, cc-engine.el
19089 (c-beginning-of-statement-1): Improve detection of labels in
19090 declaration contexts.
19092 (c-beginning-of-decl-1): Use it.
19094 (c-nonlabel-token-key): New language constant and variable needed
19095 by `c-beginning-of-statement-1'.
19097 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19098 manifested itself due to the correction in `c-forward-sexp'.
19100 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19101 Make these behave as documented when used at the buffer limits.
19103 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19104 (c-type-decl-end-used): Made this a language variable.
19106 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19107 correctly when `combine-after-change-calls' is used together with
19108 temporary narrowings.
19110 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19111 Report labels correctly when the start point is immediately after the
19114 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19115 Remove since it isn't used anymore.
19117 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19118 bracket arglists such as template parens in C++.
19120 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19121 in the last check-in. Some optimization.
19123 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19124 where it could stop at the same level in a preceding sexp when
19125 PAREN-LEVEL is set.
19127 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19128 text property lookup only when it's needed.
19130 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19131 Change the policy for paren marked angle brackets to be more
19132 persistent; once marked they remain marked even when they're found
19133 to be unbalanced in the searched region. This should keep the
19134 paren syntax around even when individual lines are refontified in
19135 multiline template arglists.
19137 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19138 to control markup so that incorrect angle bracket arglists aren't
19139 marked in contexts where the correct value for
19140 `c-disallow-comma-in-<>-arglists' isn't known.
19142 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19143 argument has become `c-parse-and-markup-<>-arglists'.
19145 (c-remove-<>-arglist-properties): Remove - no longer used.
19147 (c-after-change-check-<>-operators): New function used on
19148 `after-change-functions' to avoid that "<" and ">" characters that
19149 are part of longer operators have paren syntax.
19151 (c-<>-multichar-token-regexp): New language variable used by
19152 `c-after-change-check-<>-operators'.
19154 (c-after-change): Call `c-after-change-check-<>-operators'.
19156 (c-font-lock-<>-arglists): Use the context properties set by
19157 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19158 correctly to avoid doing invalid markup.
19160 (c-font-lock-declarations): Remove code that undoes the invalid
19161 markup done by `c-font-lock-<>-arglists'.
19163 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19164 after `c-font-lock-declarations'.
19166 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19167 Add paren-level feature.
19169 (c-guess-basic-syntax): Improve the anchor position for
19170 `template-args-cont' in nested template arglists. There's still
19171 much to be desired in this area, though.
19173 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19175 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19176 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19178 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19180 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19181 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19183 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19184 it doesn't work no longer are supported.
19186 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19187 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19188 requires support for the syntax-table' text property, which rules
19189 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19190 cruft associated with those versions.
19192 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19193 for the `syntax-table' text property, which rules out Emacs 19 and
19194 XEmacs < 21.4. Removed various compatibility cruft associated
19195 with those versions.
19197 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19198 support for the `syntax-table' text property.
19200 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19201 variable and use an extra quoted face name instead. All the
19202 emacsen flavors handle that correctly.
19204 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19205 (c-font-lock-declarators, c-font-lock-declarations)
19206 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19207 property to mark the items in in declarator lists to handle
19208 refontification inside multiline declarations better.
19210 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19211 construct like "a * b = c;" as a declaration.
19213 2005-12-08 Kim F. Storm <storm@cua.dk>
19215 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19216 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19217 select either meta, hyper, or super modifier for rectangle commands.
19218 (cua--rectangle-modifier-key): New defvar.
19219 (cua--M/H-key): Use it. Remove special case for `space'.
19220 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19221 on X, to meta otherwise. Always bind C-return to toggle
19222 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19224 * emulation/cua-rect.el (cua-help-for-rectangle):
19225 Use cua--rectangle-modifier-key. Handle super modifier too.
19226 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19227 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19229 * ido.el: Move Acknowledgements and History after Commentary.
19230 Minor changes to Commentary.
19232 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19233 keymap if cua--prefix-override-timer is `shift'.
19234 (cua--shift-control-prefix): New function; emulate "type prefix
19235 key twice" functionality to handle shifted prefix key override.
19236 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19238 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19240 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19242 * textmodes/org.el (org-insert-heading): Try to do items before
19244 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19245 (org-insert-item): New function.
19246 (org-renumber-ordered-list): Don't skip to higher level lists.
19248 2005-12-08 Juri Linkov <juri@jurta.org>
19250 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19252 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19254 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19256 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19257 the constructed function name fun-1.
19259 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19260 because such links don't lead to parent documentation.
19262 2005-12-08 Kenichi Handa <handa@m17n.org>
19264 * descr-text.el (describe-char): Use *Help-2* buffer if the
19265 current buffer is *Help*. Call describe-text-properties while
19266 setting the original buffer.
19268 2005-12-07 Bill Wohler <wohler@newt.com>
19270 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19271 and causes problems with non-MH users (such as Gnus users).
19273 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19275 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19276 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19277 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19278 command "info sources". Move calls to GDB command "list".
19279 (gdb-find-file-hook): Just use gdb-source-file-list.
19280 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19281 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19282 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19283 (gdb-data-list-register-values-handler): Use correct trigger name.
19285 2005-12-07 Kim F. Storm <storm@cua.dk>
19287 * ido.el (ido-completion-map): Rename from ido-mode-map.
19288 (ido-common-completion-map, ido-file-completion-map)
19289 (ido-file-dir-completion-map, ido-buffer-completion-map):
19290 Rename from ido-mode-....-map.
19291 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19292 (ido-setup-completion-map): Rename from ido-define-mode-map.
19293 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19294 to ido-completion-map.
19296 2005-12-07 Kenichi Handa <handa@m17n.org>
19298 * international/mule-cmds.el
19299 (set-display-table-and-terminal-coding-system): If the coding
19300 system specified in `unibyte-display' property is different from
19301 the arg coding-system, don't setup standard-display-table.
19303 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19305 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19306 that comments end at \n, regardless of selective-display.
19308 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19310 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19311 (gdb-version): New variables.
19312 (gdb-source-file-list, gdb-register-names)
19313 (gdb-changed-registers): New variables for use with GDB 6.4+.
19314 (gdb-ann3): Replace with...
19315 (gdb-init-1, gdb-init-2): ...two new functions.
19316 (gdba, gdb-prompt): Call gdb-init-1.
19317 (gdb-get-version): New function. Call gdb-init-2 from here.
19318 (gud-watch): Make it work with mouse events too.
19319 (gdb-post-prompt): Don't add to queue until GDB version is known.
19320 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19321 (gdb-locals-mode): Use gdb-version.
19322 (gdb-memory-format-map, gdb-memory-unit-map)
19323 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19324 (gdb-locals-font-lock-keywords-1)
19325 (gdb-locals-font-lock-keywords-2): New variables.
19326 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19327 (gdb-set-gud-minor-mode-existing-buffers-1)
19328 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19329 (gdb-var-update-1, gdb-var-update-handler-1)
19330 (gdb-data-list-register-values-handler)
19331 (gdb-data-list-register-values-custom)
19332 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19333 (gdb-stack-list-locals-handler, gdb-get-register-names):
19334 New functions for use with GDB 6.4+.
19335 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19336 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19337 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19338 (gdb-stack-list-locals-regexp)
19339 (gdb-data-list-register-names-regexp): New regexps for use with
19342 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19344 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19346 2005-12-06 Nozomu Ando <nand@mac.com>
19348 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19349 prompts work for AUTH PLAIN. Also reported by Steve Allan
19350 <seallan@verizon.net>.
19352 2005-12-06 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
19354 * frame.el (set-frame-parameter): Add doc string.
19356 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19358 * textmodes/org.el (org-occur-highlights): New variable.
19359 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19360 (org-highlight-sparse-tree-matches): New option.
19361 (org-do-occur): New function.
19362 (org-get-heading): Make it work also at beginning of line.
19363 (org-category-table): New variable.
19364 (org-get-category-table, org-get-category)
19365 (org-camel-to-words, org-link-search): New functions.
19366 (org-select-this-todo-keyword): New variable.
19367 (org-todo-list): New command.
19368 (org-shiftright, org-shiftleft): New commands.
19369 (org-agenda-todo): Add prefix argument.
19370 (org-show-hierarchy-above): New option.
19371 (org-show-todo-tree): Numerical prefix creates tree for specific
19373 (org-outline-level): New function, to assign a level to plain
19375 (org-cycle-include-plain-lists): New option.
19376 (org-mode): Use `org-outline-level' as value of `outline-level'.
19377 (org-cycle): Temporarily switch `outline-regexp' if
19378 `org-cycle-include-plain-lists' is non-nil.
19379 (org-start-icalendar-file): Fix format bug.
19380 (org-agenda-get-day-entries): Create category table.
19381 (org-agenda-get-todos, org-agenda-get-timestamps)
19382 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19383 (org-agenda-get-blocks): Use `org-get-category'.
19384 (org-context-in-file-links): Rename from
19385 `org-line-numbers-in-file-links'.
19387 2005-12-06 Romain Francoise <romain@orebokech.com>
19389 * window.el (balance-windows): Delete extraneous third arg in call
19390 to `enlarge-window'.
19392 2005-12-06 Kenichi Handa <handa@m17n.org>
19394 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19396 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19398 * progmodes/gdb-ui.el (gdb-var-create-handler)
19399 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19400 (gdb-var-list-children-handler, gdb-var-update-handler):
19401 Current buffer is already gdb-partial-output-buffer, don't
19402 make it current again.
19404 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19406 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19407 (list-buffers-noselect): Use it.
19409 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19411 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19412 (mail-yank-ignored-headers): Use regexp-opt.
19413 (mail-mode-map): Move initialization into declaration.
19414 (mail-sent-via): Remove unused shadowed var `to-line'.
19415 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19416 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19417 (mail-do-fcc): Use dolist and push.
19418 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19419 (mail-yank-ignored-headers): Don't autoload.
19421 2005-12-05 Kenichi Handa <handa@m17n.org>
19423 * international/mule-cmds.el (set-language-info-internal): New fun.
19424 (set-language-info): Call set-language-info-internal to update
19425 language-info-alist. If LANG-ENV is the current one, call
19426 set-language-environment to make INFO effective now.
19427 (set-language-info-alist): Likewise.
19428 (locale-language-names): With locale "en", use English
19429 lang. env. but set the default codings to iso-8859-1.
19431 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19433 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19434 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19435 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19437 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19438 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19439 Create registers buffer if necessary. Echo new state in minibuffer.
19440 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19442 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19444 * info.el (Info-fontify-node): Match external links using
19445 non-directory part of filename.
19447 2005-12-04 Juri Linkov <juri@jurta.org>
19449 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19450 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19451 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19452 because there is no customization option for it.
19454 * font-lock.el (lisp-font-lock-keywords-1):
19455 Add define-global-minor-mode.
19457 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19459 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19460 properties on the constructed variable names.
19462 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19463 Put `definition-name' properties on the constructed function names
19464 next-sym and prev-sym.
19466 * emacs-lisp/find-func.el (find-function-regexp):
19467 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19468 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19469 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19470 and easy-menu-define.
19472 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19473 easy-mmode-define-global-mode and define-global-minor-mode.
19474 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19476 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19477 instead of easy-mmode-define-global-mode.
19479 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19480 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19482 * cus-edit.el (customize-group, customize-group-other-window):
19483 Filter out autoloaded options from the group completion list by
19484 using heuristics that autoloaded groups don't have `custom-autoload'
19485 property on their symbols (they have only `custom-loads').
19487 * simple.el (completion-setup-function): Put completions-common-part
19488 face on complete completion string too (i.e. completion string
19489 without completions-first-difference face).
19491 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19493 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19495 * view.el (view-mode): Doc fix.
19497 * disp-table.el (standard-display-european): Add to the warning
19498 message a reference to the doc string.
19500 * play/yow.el (apropos-zippy): Call print-help-return-message,
19501 similar to other Help and Apropos commands.
19503 * help.el (print-help-return-message): If pop-up-frames is
19504 non-nil, set up help-return-method to delete the help window and,
19505 possibly, its frame as well, and don't display message about
19506 scrolling the help window. Doc fix.
19507 (help-return-method): Doc fix.
19509 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19511 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19512 whereby names of length one or names starting with a
19513 symbol-constituent character would not be returned.
19515 2005-12-03 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
19517 * subr.el (atomic-change-group): Add edebug and indentation spec.
19519 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19521 * completion.el (save-completions-file-name): Fix typo in last change.
19523 2005-12-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19525 * info.el: Move back/forward history to the beginning of the tool bar.
19527 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19529 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19530 Add fset of allout-real-isearch-abort during compile to fix
19531 byte-compilation warnings.
19532 (allout-mode-p): Move definition of this macro above all uses, or
19533 byte compilation in barren Emacs (eg, during Emacs build) will
19534 lack the definition.
19535 (allout-mode): Move this variable above any uses, or byte
19536 compilation will fail.
19537 (allout-resolve-xref): Remove use of personal file-reference function.
19538 (allout-toggle-current-subtree-encryption): Do the current (ie,
19539 visible containing) topic, rather than nearest around point. Doc fix.
19540 (allout-toggle-subtree-encryption): New function, workhorse that
19541 works on nearest topic containing point.
19542 (allout-encrypt-string): Signal requirement for newer version of pgg.
19543 (allout-resumptions): Doc fix.
19545 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19547 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19549 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19551 * textmodes/flyspell.el (flyspell-external-point-words):
19552 Consider a misspelling as found in the string search if: (a) misspelling
19553 and found string lengths match, or (b) misspelling is found as
19554 element in a boundary-chars separated longer string, or (c)
19555 ispell-program-name is really ispell and misspelling is found as
19556 part of a TeX string. After successful match move beginning of
19557 search region to end of match. Warn about not found misspellings
19558 once the process is done.
19559 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19561 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19563 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19564 tool bar (removed inadvertently).
19566 2005-12-02 Juri Linkov <juri@jurta.org>
19568 * log-view.el (log-view-diff): Clarify doc string.
19570 2005-12-01 Bill Wohler <wohler@newt.com>
19572 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19573 triggers lm-verify errors.
19575 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19577 * simple.el (transient-mark-mode, line-number-mode)
19578 (column-number-mode, size-indication-mode): Remove `:require nil'.
19580 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19582 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19583 in the margin also.
19584 (gdb-breakpoints-mode-map): Use D instead of d for
19585 gdb-delete-breakpoint.
19586 (gdb-get-frame-number): Require a number to match on.
19587 (gdb-threads-mode-map): Add follow-link binding.
19589 2005-11-30 Jason Rumney <jasonr@gnu.org>
19591 * isearch.el (isearch-mode-map): Avoid exiting search on
19592 language-change event.
19594 2005-11-30 Romain Francoise <romain@orebokech.com>
19596 * speedbar.el (speedbar-default-position): New defcustom.
19597 (speedbar-frame-reposition-smartly): Use it.
19599 * dframe.el (dframe-reposition-frame-emacs): Fix position
19600 computation for `left' location.
19601 Update copyright year.
19603 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19605 * help.el (help-map): Move initialization into declaration.
19607 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19609 * help-fns.el (help-argument-name): Don't autoload.
19610 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19611 to be re-loaded when customizing the `help' group.
19613 2005-11-30 John Paul Wallington <jpw@gnu.org>
19615 * help-fns.el (describe-function-1): Fill arglist output.
19617 2005-11-30 Kim F. Storm <storm@cua.dk>
19619 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19620 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19621 after revert-buffer (or anything else which kills all local variables).
19623 * apropos.el (apropos-parse-pattern): Doc fix.
19624 Set apropos-regexp directly, rather than expecting callers to do so.
19625 (apropos-command, apropos, apropos-value, apropos-documentation):
19626 Simplify calls to apropos-parse-pattern.
19628 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19630 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19631 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19632 (hi-lock-write-interactive-patterns): Use comment-region.
19634 * longlines.el (longlines-mode): Add mail-setup-hook.
19636 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19638 * simple.el (sendmail-user-agent-compose, next-line):
19639 Conditionally use hard-newline.
19641 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19643 * international/latexenc.el (latex-inputenc-coding-alist):
19646 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19648 * help.el (describe-key-briefly, describe-key): Recognize default
19651 2005-11-29 Romain Francoise <romain@orebokech.com>
19653 * view.el (view-inhibit-help-message): New defcustom.
19654 (view-mode-enter): Use it.
19656 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19658 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19659 Preserve user position.
19661 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19663 * font-lock.el: Throw error if facemenu is not loaded to prevent
19664 accidental change of loading order in loadup.el. (Suggested by RMS.)
19666 * loadup.el: Add comment explaining why facemenu must be loaded
19669 2005-11-28 Jay Belanger <belanger@truman.edu>
19671 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19672 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19674 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19676 * calc/calc-embed.el (calc-do-embedded): Update help message.
19678 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19680 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19682 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19684 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19685 called-interactively-p.
19686 (elp-profilable-p): Rename from elp-not-profilable-p.
19687 Invert result and take into account macros and autoloaded functions.
19688 (elp-instrument-function): Update call.
19689 (elp-instrument-package): Update call. Add completion.
19690 (elp-pack-number): Use match-string.
19691 (elp-results-jump-to-definition-by-mouse): Merge into
19692 elp-results-jump-to-definition and then remove.
19693 (elp-output-insert-symname): Make help echo text single-line.
19695 * replace.el (query-replace-map): Move initialization into declaration.
19696 (occur-engine): Use with-current-buffer.
19697 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19698 (occur-mode-mouse-goto): Replace with an alias.
19700 2005-11-28 Juri Linkov <juri@jurta.org>
19702 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19704 * term/w32-win.el: Bind [S-tab] to [backtab].
19706 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19707 `Info-find-file' to t.
19709 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19710 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19711 and same-window-regexps.
19712 (occur-next-error): Don't move point for arg 0.
19714 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19716 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19718 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19720 * log-edit.el (log-edit-changelog-use-first): New var.
19721 (log-edit-changelog-ours-p): Use it.
19722 (log-edit-insert-changelog): Set it with new arg `use-first'.
19723 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19724 (log-edit-hook): Add them to the list of suggested options.
19726 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19727 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19729 (flyspell-mode-on): Use add-hook for after-change-functions.
19730 (flyspell-mode-off): Use remove-hook for after-change-functions.
19731 (flyspell-changes): Make it buffer-local.
19732 (flyspell-after-change-function): Make it non-interactive. Use push.
19733 (flyspell-post-command-hook): Check input-pending-p while processing
19734 the potentially long list of buffer changes.
19736 2005-11-28 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
19738 * buff-menu.el (list-buffers-noselect): Display the selected
19739 frame's buffer list, not the global one.
19741 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19743 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19744 that (list last-input-event) works as in interactive spec.
19746 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19748 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19749 `facemenu-keymap' needs to be defined when font-lock is loaded.
19750 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19752 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19754 * completion.el: Remove useless leading * in defcustom docstrings.
19755 (save-completions-file-name): Use ~/.emacs.d if available.
19756 (completion-standard-syntax-table): Rename from
19757 cmpl-standard-syntax-table and fold initialization into declaration,
19758 thus removing cmpl-make-standard-completion-syntax-table.
19759 (completion-lisp-syntax-table, completion-c-syntax-table)
19760 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19761 (cmpl-saved-syntax, cmpl-saved-point): Remove.
19762 (symbol-under-point, symbol-before-point)
19763 (symbol-under-or-before-point, symbol-before-point-for-complete)
19764 (add-completions-from-c-buffer): Use with-syntax-table.
19765 (make-completion): Don't return a list of completion entries.
19767 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19768 (completion-initialize): Rename from initialize-completions.
19769 (completion-find-file-hook): Rename from cmpl-find-file-hook.
19770 (kill-emacs-save-completions): Collect stats here.
19771 (save-completions-to-file, load-completions-from-file):
19772 Use with-current-buffer.
19773 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
19774 into a function. Move all calls to toplevel.
19775 (completion-lisp-mode-hook): New fun.
19776 (completion-c-mode-hook, completion-setup-fortran-mode):
19777 Set the syntax-table here. Use local-set-key.
19778 (completion-saved-bindings): New var.
19779 (dynamic-completion-mode): Make it into a proper minor mode.
19780 (load-completions-from-file): Remove unused var `num-uses'.
19782 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19783 constructor if it is explicitly overridden.
19785 * complete.el (PC-completion-as-file-name-predicate):
19786 Use minibuffer-completing-file-name.
19787 (partial-completion-mode): Use find-file-not-found-functions.
19788 (PC-lisp-complete-symbol): Use with-syntax-table.
19789 (PC-look-for-include-file): Remove dead setq.
19790 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19791 (PC-complete): Use with-current-buffer.
19793 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19794 escape single quotes.
19796 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19798 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19799 of `if' whose condition always returned nil. Doc fix.
19801 * buff-menu.el (Buffer-menu-revert-function): Make the selected
19802 window's buffer the current buffer around the call to
19803 `list-buffers-noselect'. This is necessary to mark that buffer
19804 with a `.' in the Buffer Menu when called from Lisp, for instance
19805 by Auto Revert Mode.
19807 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19809 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19811 (gdb-pre-prompt): Make sure gdb-error is reset.
19813 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19814 with a child process, detect it.
19815 (gud-speedbar-buttons): Match regexp more carefully.
19817 2005-11-27 Richard M. Stallman <rms@gnu.org>
19819 * mouse.el (mouse-drag-move-window-bottom):
19820 Use adjust-window-trailing-edge.
19822 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19824 * simple.el (blink-matching-open): Ignore
19825 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19826 (blink-matching-paren-on-screen): Update docstring.
19828 * paren.el (show-paren-mode): No longer change
19829 `blink-matching-paren-on-screen'.
19831 2005-11-27 John Paul Wallington <jpw@pobox.com>
19833 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19834 (gdb-threads-select, gdb-edit-register-value):
19835 Use `posn-set-point' instead of `mouse-set-point' because the
19836 latter is not fbound when configured without X.
19838 2005-11-27 Kim F. Storm <storm@cua.dk>
19840 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19841 existing face when partially highlighting a TAB in a rectangle.
19843 2005-11-26 Kim F. Storm <storm@cua.dk>
19845 * ido.el (ido-mode-map): Doc fix.
19846 (ido-mode-common-map, ido-mode-file-map)
19847 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19848 (ido-define-mode-map): Rewrite. Select one of the new maps as
19849 parent for ido-mode-map instead of building from scratch.
19850 (ido-init-mode-maps): New defun to initialize new maps.
19851 (ido-mode): Call it.
19852 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19853 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19855 2005-11-26 John Paul Wallington <jpw@pobox.com>
19857 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19858 `mouse-set-point' because the latter is not fbound when configured
19861 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
19863 * files.el (file-relative-name): Doc fix.
19865 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19867 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19868 non-empty string for secondary prompt PS2.
19870 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19872 * progmodes/compile.el (compilation-setup): Fix last change.
19874 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19876 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19877 (gdb-mouse-toggle-breakpoint-margin)
19878 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19879 Add gdb-server-prefix to keep out of command history.
19880 (gdb-edit-register-value): New function.
19881 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19882 (gdb-info-registers-custom): Use above map.
19884 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19886 * custom.el (enable-theme): Signal error if argument is not a
19887 theme. Don't recalculate a face if it's not loaded yet.
19889 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19890 the `user' theme is in effect.
19892 * info.el (Info-on-current-buffer): Record actual filename in
19893 Info-current-file, instead of t, or a fake filename if a non-file
19894 buffer. Make autoload.
19895 (Info-find-node, Info-revert-find-node): No need to check for
19896 Info-current-file nil.
19897 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19898 Info-current-file is now never `t'.
19899 (Info-fontify-node): Many simplifications due to Info-current-file
19900 always being valid. Use Info-find-file to find node filename.
19902 2005-11-25 David Kastrup <dak@gnu.org>
19904 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19905 new character, then delete" in order to preserve markers.
19907 2005-11-25 David Ponce <david@dponce.com>
19909 * recentf.el (recentf-arrange-by-rule): Handle a special
19910 `auto-mode-alist'-like "strip suffix" rule.
19911 (recentf-build-mode-rules): Handle second level auto-mode entries.
19913 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
19915 * viper-keym.el (viper-ESC-key): Use different values in terminal and
19918 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19919 jde-javadoc-checker-report-mode.
19921 * ediff-wind (ediff-make-wide-display): Slight simplification.
19923 * ediff.el (ediff-date): Change the date of last update.
19925 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
19927 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19928 Use define-minor-mode, and make it a local mode. Turn on font-lock.
19929 (hi-lock-mode): New global minor mode.
19930 (turn-on-hi-lock-if-enabled): New function.
19931 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19932 Change arguments to regexp and face instead of a font-lock pattern.
19933 Directly set face property, instead of refontifying.
19934 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19935 (hi-lock-find-patterns): Use line-number-at-pos.
19937 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
19938 arguments for hi-lock-set-pattern.
19939 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19940 Call font-lock-fontify-buffer.
19941 (hi-lock-find-file-hook, hi-lock-current-line)
19942 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19944 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19947 * progmodes/compile.el (compilation-setup): Don't fiddle with
19948 font-lock-defaults.
19950 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
19952 * progmodes/gdb-ui.el (gdb-var-create-handler)
19953 (gdb-var-list-children-handler): Find values for all variable
19954 objects. gud-speedbar-buttons decides whether to display them.
19956 2005-11-24 Romain Francoise <romain@orebokech.com>
19958 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19959 buffer name with a space.
19961 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
19963 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19964 `org-export-local-list-max-depth'. Change default value to 3.
19965 (org-auto-renumber-ordered-lists)
19966 (org-plain-list-ordered-item-terminator): New options.
19967 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19968 (org-get-indentation, org-get-string-indentation)
19969 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19971 (org-move-item-down, org-move-item-up): New commands.
19972 (org-export-as-html): New classes for CSS support. Bug fix in
19973 regular expression detecting fixed-width regions. Respect
19974 `org-local-list-ordered-item-terminator'.
19975 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19977 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19978 New item moving functions.
19980 2005-11-24 Juri Linkov <juri@jurta.org>
19982 * isearch.el (isearch-repeat): With empty search ring set
19983 `isearch-error' to the error string instead of signaling error
19984 with the function `error'.
19986 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19988 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19990 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
19992 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19994 (gdb-var-create-handler, gdb-var-list-children-handler):
19995 Don't match on "char **...".
19996 (gdb-var-update-handler): Find values for all variable objects.
19997 (gdb-info-frames-custom): Identify frames by leading "#".
19999 * progmodes/gud.el (gud-speedbar-menu-items): Add
20000 gdb-speedbar-auto-raise as radio button.
20001 (gud-speedbar-buttons): Raise speedbar if requested.
20002 Don't match on "char **...".
20003 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20006 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
20008 * info.el (Info-fontify-node): Handle the case where
20009 Info-current-file is t.
20011 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
20013 * simple.el (blink-matching-open): Fix off-by-one in last change.
20015 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20017 * term/mac-win.el: Don't change default directory.
20019 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
20021 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20022 buffers correctly. (It used to throw an error in such buffers.)
20023 Make it ask for confirmation in group buffers and other Custom
20024 buffers containing more than one customization item.
20026 2005-11-22 John Paul Wallington <jpw@gnu.org>
20028 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20029 property on mail and url overlays.
20030 (goto-address-at-point): Use `posn-set-point' instead of
20031 `mouse-set-point' because the latter is not fbound when configured
20034 2005-11-22 Lars Hansen <larsh@soem.dk>
20036 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20037 (ls-lisp-classify, ls-lisp-format): Delete call to
20038 ls-lisp-parse-symlink.
20039 (ls-lisp-handle-switches): Handle symlinks to directories as
20040 directories when ls-lisp-dirs-first in non-nil.
20042 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
20044 * startup.el (command-line): Make sure that loaddefs.el is handled
20045 correctly in load-history.
20047 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
20049 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20050 (gdb-struct-string, gdb-array-string): New constants.
20051 (gdb-info-locals-handler): Use them.
20052 (gdb-reset): Reset gdb-var-list to nil.
20054 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20056 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20059 2005-11-21 Juri Linkov <juri@jurta.org>
20061 * custom.el (defcustom): Update link types in docstring.
20063 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20065 * custom.el (defgroup): Add doc-string-elt info.
20067 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20069 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20071 * newcomment.el (comment-enter-backward): Fix last fix.
20073 * simple.el (blink-matching-open):
20074 * paren.el (show-paren-function): Allow new paren-class info.
20076 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20078 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20079 handled automagically.
20081 2005-11-20 Andreas Schwab <schwab@suse.de>
20083 * descr-text.el (describe-char): When copying overlays put them
20084 over the full char description instead of just the first character
20087 2005-11-20 Juri Linkov <juri@jurta.org>
20089 * simple.el (what-cursor-position):
20090 * descr-text.el (describe-char): Use Lisp-readable syntax
20091 for octal and hex. Reorder decimal, octal and hex values.
20092 Remove excess whitespace in the output. Use `=' in `column='
20093 like in `point=' and `Hscroll='.
20095 * international/mule-cmds.el (encoded-string-description):
20096 Use Lisp-readable syntax for hex.
20098 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20100 * newcomment.el (comment-enter-backward): Handle the case where the
20101 comment is closed by EOB.
20103 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20105 * longlines.el (longlines-before-revert-hook)
20106 (longlines-after-revert-hook): New functions.
20107 (longlines-mode): Turn off longlines temporarily when reverting.
20108 Add a message-setup-hook.
20109 (longlines-decode-buffer): New function.
20110 (longlines-wrap-line): Preserve marker positions.
20112 2005-11-19 Andreas Schwab <schwab@suse.de>
20114 * emacs-lisp/shadow.el: Handle compressed files.
20116 2005-11-19 Romain Francoise <romain@orebokech.com>
20118 * net/browse-url.el (browse-url-default-browser): Signal an error
20119 if no usable browser can be found, rather than try to load w3.
20121 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20123 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20124 replacing existing properties.
20125 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20126 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20128 (rcirc-server-prefix, rcirc-server): New faces.
20129 (rcirc-url-regexp): Generate with rx macro.
20130 (rcirc-last-server-message-time): New variable.
20131 (rcirc-filter): Record time of last message.
20132 (rcirc-keepalive): Kill processes that did not send a message
20133 since the last ping.
20134 (rcirc-mode): Give rcirc-topic a local binding here.
20136 2005-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20138 * subr.el (read-passwd): Fontify the prompt as we do with other
20141 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20143 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20144 binding buffer-read-only to nil.
20146 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20148 * complete.el (partial-completion-mode):
20149 Mention completion-auto-help in the doc string.
20151 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20154 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20156 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20157 digits, not 8, to avoid misalignment for files larger than 100MB.
20159 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20161 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20162 Mention "keyboard shortcuts" in the help text.
20164 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20166 * startup.el (fancy-splash-default-action): Discard only
20167 mouse-down and succeeding mouse-up events in the splash screen
20168 window so that drag-n-drop event can be processed.
20170 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20172 * longlines.el (longlines-mode): Add hacks for mail-mode and
20175 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20177 * textmodes/org.el (org-table-sort-lines): New command.
20178 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20179 (org-add-file): Command removed, use `org-agenda-file-to-front'
20181 (org-export-icalendar): Use `org-icalendar-combined-name'.
20182 (org-cycle-agenda-files, org-agenda-file-to-end)
20183 (org-agenda-file-to-front): New commands.
20184 (org-table-tab-jumps-over-hlines, org-export-html-style):
20186 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20187 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20189 (org-fill-paragraph): Call `org-table-align' in tables.
20190 (org-mode): Call `org-set-autofill-regexps'.
20191 (org-export-as-html): Support for local handformatted lists.
20192 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20193 (org-export-local-list-max-depth): New option.
20194 (org-html-expand): Use `org-html-protect'.
20196 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20198 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20200 (gdb): Move definition of gud-pp to...
20202 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20204 (gdb-find-watch-expression): New function.
20206 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20208 * faces.el (face-attribute, set-face-attribute): Mention existence
20209 of `:ignore-defface' setting in docstring.
20211 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20213 * simple.el (completion-setup-function): Fix last change.
20215 2005-11-17 John Paul Wallington <jpw@pobox.com>
20217 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20218 Use `posn-set-point' instead of `mouse-set-point' because the
20219 latter is not fbound when configured without X.
20221 * comint.el (comint-insert-input): Likewise.
20223 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20225 * simple.el (hard-newline): New variable.
20226 (sendmail-user-agent-compose, next-line): Use it.
20228 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20229 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20230 (mail-mail-reply-to, mail-mail-followup-to)
20231 (mail-position-on-field, mail-signature, mail-yank-original)
20232 (mail-attach-file): Likewise.
20234 * mail/mailheader.el (mail-header-format)
20235 (mail-header-format-function): Likewise.
20237 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20239 2005-11-17 Juri Linkov <juri@jurta.org>
20241 * font-lock.el (font-lock-faces): Rename this defgroup from
20242 `font-lock-highlighting-faces'.
20243 (font-lock-comment-face, font-lock-comment-delimiter-face)
20244 (font-lock-string-face, font-lock-doc-face)
20245 (font-lock-keyword-face, font-lock-builtin-face)
20246 (font-lock-function-name-face, font-lock-variable-name-face)
20247 (font-lock-type-face, font-lock-constant-face)
20248 (font-lock-warning-face, font-lock-negation-char-face)
20249 (font-lock-preprocessor-face)
20250 (font-lock-regexp-grouping-backslash)
20251 (font-lock-regexp-grouping-construct): Rename :group from
20252 `font-lock-highlighting-faces' to `font-lock-faces'.
20254 * cus-edit.el (lisp, c, tex):
20255 * progmodes/ada-mode.el (ada):
20256 * progmodes/asm-mode.el (asm):
20257 * progmodes/cperl-mode.el (cperl-faces):
20258 * progmodes/cpp.el (cpp):
20259 * progmodes/dcl-mode.el (dcl):
20260 * progmodes/f90.el (f90):
20261 * progmodes/fortran.el (fortran):
20262 * progmodes/icon.el (icon):
20263 * progmodes/idlwave.el (idlwave-misc):
20264 * progmodes/m4-mode.el (m4):
20265 * progmodes/make-mode.el (makefile):
20266 * progmodes/meta-mode.el (meta-font):
20267 * progmodes/modula2.el (modula2):
20268 * progmodes/octave-mod.el (octave):
20269 * progmodes/pascal.el (pascal):
20270 * progmodes/perl-mode.el (perl):
20271 * progmodes/prolog.el (prolog):
20272 * progmodes/ps-mode.el (PostScript-edit):
20273 * progmodes/scheme.el (scheme):
20274 * progmodes/sh-script.el (sh-script):
20275 * progmodes/simula.el (simula):
20276 * progmodes/tcl.el (tcl):
20277 * textmodes/nroff-mode.el (nroff):
20278 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20279 * textmodes/sgml-mode.el (sgml):
20280 * textmodes/texinfo.el (texinfo):
20281 Add :link (custom-group-link font-lock-faces) to defgroup.
20283 * hi-lock.el (hi-lock): Rename this defgroup from
20284 `hi-lock-interactive-text-highlighting'. Change parent group from
20285 `faces' to `font-lock'. Add link to the manual.
20286 (hi-lock-mode, hi-lock-file-patterns-range)
20287 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20288 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20289 (hi-lock-faces): Add :group `faces'.
20291 * cus-edit.el (custom-variable-prompt): Clarify the code.
20293 * faces.el (face-read-string): Set the default value arg of
20296 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20298 * rfn-eshadow.el (file-name-shadow-properties)
20299 (file-name-shadow-tty-properties, file-name-shadow-mode):
20300 Remove autoloads, because the file is now preloaded.
20302 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20304 * printing.el (easy-menu-intern): Don't define.
20305 (pr-get-symbol): Use easy-menu-intern only if defined.
20307 * simple.el (blink-matching-open): Simplify a bit.
20308 (completion-setup-function): Fix the case of partial-completion-mode
20309 when the minibuffer's contents start with "-".
20310 Obey completion-base-size-function even when
20311 minibuffer-completing-file-name is non-nil.
20313 2005-11-16 Richard M. Stallman <rms@gnu.org>
20315 * net/eudcb-ph.el (eudc-ph-open-session):
20316 Use set-process-query-on-exit-flag.
20318 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20320 * international/ucs-tables.el (ucs-set-table-for-input):
20321 Use make-local-variable, not make-variable-buffer-local.
20323 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20324 Improve warning message text.
20326 * savehist.el (savehist-save-hook): Add :group.
20328 * menu-bar.el (menu-bar-help-menu):
20329 Rename Find Extra Packages to External Packages.
20331 * cus-edit.el (Custom-reset-standard): Verify that
20332 :custom-standard-value prop exists before calling it.
20334 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20336 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20338 * wid-edit.el (color): Enclose %t in %{...%}.
20340 * cus-edit.el (face): Enclose %t in %{...%}.
20342 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20344 * savehist.el (savehist-mode-hook): Re-add the var.
20345 (savehist-mode): Use it.
20347 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20349 * textmodes/flyspell.el: Fix commenting convention.
20350 Remove unnecessary leading * in custom docstrings.
20351 (flyspell-emacs): Remove unused var.
20352 (flyspell-delete-region-overlays): Use remove-overlays.
20353 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20354 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20355 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20356 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20357 (make-flyspell-overlay): Don't locally reuse a global name.
20358 (flyspell-highlight-incorrect-region)
20359 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20360 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20361 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20362 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20363 Wrap calls to accept-process-output inside with-local-quit since it's
20364 often called from a post-command-hook.
20365 (flyspell-correct-word, flyspell-auto-correct-word):
20366 Use ispell-send-string.
20367 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20369 * calendar/diary-lib.el (diary-list-entries): Also hide the
20370 terminating newline.
20372 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20374 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20375 window-system, to allow fonts on tty.
20377 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20379 * progmodes/gud.el (gud-speedbar-item-info): New function.
20380 (gud-install-speedbar-variables): Use it to display data type
20381 of watch expression as a tooltip in speedbar.
20383 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20385 * font-core.el (global-font-lock-mode): Add :version keyword,
20386 because default was changed.
20388 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20390 * startup.el (command-line): Use `custom-reevaluate-setting' for
20391 `file-name-shadow-mode'.
20393 * loadup.el: Preload rfn-eshadow.
20395 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20396 Add :version keyword.
20397 (file-name-shadow-properties, file-name-shadow-tty-properties)
20398 (file-name-shadow): Add :version keyword.
20400 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20401 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20402 in the custom-group property of the symbol frames and the fringe
20403 group got no link to its parent group frames.
20406 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20408 * progmodes/gud.el (gud-stop-subjob): New function.
20409 (gud-menu-map, gud-tool-bar-map): Use it.
20411 2005-11-16 Kim F. Storm <storm@cua.dk>
20413 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20415 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20416 to a more useful/logical place.
20418 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20420 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20421 go buttons complementary.
20423 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20425 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20426 (rfn-eshadow-sifn-equal): New function.
20427 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20429 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20431 * viper-utils.el (viper-non-word-characters-reformed-vi):
20432 Quote `-' in string.
20434 * viper.el (viper-emacs-state-mode-list): Ensure that
20435 rcirc-mode buffers come up in Emacs state.
20437 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20440 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20442 * term.el (term-termcap-format): Fix typos.
20443 (term-down): Fix the negative argument case.
20445 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20447 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20449 (gdb-ann3): New command gud-go.
20450 (menu): Accomodate gdb-mi.el.
20451 (gdb-assembler-custom): Make buffer of selected window current
20452 so that set-window-point works.
20454 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20455 buttons and include new ones.
20457 2005-11-16 Kim F. Storm <storm@cua.dk>
20459 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20460 (gud-menu-map): Use it.
20462 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20464 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20465 that works correctly for Custom and that does not override a user
20468 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20469 (help-xref-interned, help-follow): Make hyperlinks for variables
20470 that are unbound, but have a non-nil variable-documentation property.
20472 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20473 mode hook. (It conflicted with defcustoms for some mode hooks.)
20474 Use the `variable-documentation' property to give the mode hook a
20475 docstring and expand that docstring.
20477 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20479 * savehist.el (savehist-mode): Don't bother with
20480 `custom-set-minor-mode'.
20481 (savehist-coding-system): Check XEmacs version.
20482 (history-length): Declare also at run time.
20483 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20484 Don't set the customize state.
20485 (savehist-minibuffer-hook): Special case for when
20486 minibuffer-history-variable is equal to t.
20488 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20490 * files.el (write-file): Refresh VC status.
20492 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20493 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20494 than fundamental-mode to see if the mode was set.
20496 2005-11-14 Romain Francoise <romain@orebokech.com>
20498 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20499 dummy function in `eval-when-compile' to avoid compiler warning.
20500 Require `man' at compile time.
20502 2005-11-14 Jay Belanger <belanger@truman.edu>
20504 * calc-alg.el (calcFunc-write-out-power): Rename it to
20505 calcFunc-powerexpand.
20506 (math-write-out-power): Rename it to math-powerexpand; have it
20507 handle negative exponents.
20508 (calc-writeoutpower): Rename it to calc-powerexpand.
20510 * calc-ext.el: Change calcFunc-writeoutpower and
20511 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20513 Add calcFunc-ldiv to autoloads.
20515 * calc-arith.el (calcFunc-ldiv): New function.
20517 * calc.el (calc-left-divide): New function.
20519 2005-11-14 Juri Linkov <juri@jurta.org>
20521 * cus-edit.el (custom-variable-prompt): Set the default value arg
20522 of completing-read.
20524 * cus-dep.el (custom-make-dependencies): Reverse the list of
20525 found dependencies.
20527 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20529 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20530 Highlighting" entry, it is on by default now.
20531 (menu-bar-options-save): Do not save global-font-lock-mode.
20533 2005-11-13 Richard M. Stallman <rms@gnu.org>
20535 * textmodes/flyspell.el (flyspell-large-region):
20536 Call flyspell-accept-buffer-local-defs.
20538 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20540 * textmodes/flyspell.el (flyspell-notify-misspell):
20541 Fix misspelling of "Misspelling".
20542 (flyspell-process-localwords): New function.
20543 (flyspell-large-region): Call flyspell-process-localwords and
20544 flyspell-delete-region-overlays.
20545 (flyspell-delete-region-overlays): New function.
20546 (flyspell-delete-all-overlays): Call that.
20548 2005-11-13 Richard M. Stallman <rms@gnu.org>
20550 * help.el (help-for-help-internal): Improve doc of C-h a.
20551 (describe-key): Improve prompt; doc fix.
20553 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20555 * vc-svn.el (vc-svn-registered): Catch all errors.
20557 * cus-dep.el (custom-make-dependencies): Typo.
20559 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20561 * net/tramp-util.el (top): Fix compilation warning.
20563 2005-11-13 Kim F. Storm <storm@cua.dk>
20565 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20567 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20569 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20570 (gud-speedbar-buttons): Match on "const char *" too.
20572 * progmodes/gdb-ui.el (gdb-var-create-handler)
20573 (gdb-var-list-children-handler): Match on "const char *" too.
20574 (gdb-var-evaluate-expression-handler): Match on empty string.
20575 (gdb-var-update-handler): Only call
20576 gdb-var-evaluate-expression-handler when required.
20578 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20580 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20581 selected window. This still doesn't work for speedbar.
20582 (gud-speedbar-buttons): Handle string expressions properly.
20584 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20585 (gdb-var-create-handler): Handle string expressions properly.
20586 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20587 Handle string expressions properly. Move "type" field into regexp.
20589 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20591 * bookmark.el (bookmark-maybe-message): New function to reduce
20592 code duplication: invokes `message' iff baud-rate is high enough.
20593 (bookmark-write-file): Use above instead of an inline conditional.
20594 (bookmark-load): Same.
20596 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20598 * bookmark.el (bookmark-write-file): Don't visit the destination
20599 file, just write the data to it using write-region. This is
20600 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20601 change to avoid visiting the file in the first place.
20603 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20605 * hi-lock.el (hi-lock-mode): Set the default value of
20606 font-lock-defaults.
20608 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20610 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20611 arg to `file-attributes'.
20612 (find-lisp-format): The UID and GID can now be strings.
20614 2005-11-12 Kim F. Storm <storm@cua.dk>
20616 * help.el (help-map): Bind C-h d to apropos-documentation.
20618 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20619 when point is at end-of-buffer.
20621 * apropos.el (apropos-match-face): Doc fix.
20622 (apropos-sort-by-scores): Add new choice `verbose'.
20623 (apropos-documentation-sort-by-scores): New defcustom.
20624 (apropos-pattern): Now contains the pattern entered by the user.
20625 (apropos-pattern-quoted): New defvar.
20626 (apropos-regexp): New defvar, containing the regexp corresponding
20627 to apropos-pattern.
20628 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20629 (apropos-read-pattern): New defun. Use it to read pattern arg in
20630 interactive calls; returns list of words for a word list, and
20631 string for a regexp.
20632 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20633 parses a list of words or regexp as returned by apropos-read-pattern.
20634 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20635 (apropos-score-doc): Return a very high score if the string
20636 entered by the user matches literally.
20637 (apropos-variable): Doc fix. Use apropos-read-pattern.
20638 (apropos-command): Doc fix. Use apropos-read-pattern and
20639 apropos-parse-pattern. Call apropos-print with nosubst=t.
20640 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20641 apropos-parse-pattern.
20642 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20643 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20644 apropos-documentation-sort-by-scores. Call apropos-print with
20646 (apropos-documentation-internal): Pass doc string through
20647 substitute-key-definition before adding text properties.
20648 Highlight substring matching literal user input if possible.
20649 (apropos-documentation-check-doc-file): Remove locals beg and end.
20650 Fix calculation of score (as added twice). Pass doc string through
20651 substitute-key-definition before adding text properties.
20652 (apropos-documentation-check-elc-file): Pass doc string through
20653 substitute-key-definition before adding text properties.
20654 Highlight substring matching literal user input if possible.
20655 (apropos-print): Add new arg NOSUBST; if set, command and variable
20656 doc strings have already been passed through substitute-key-definition.
20657 Add code to handle apropos-accumulator items without score element
20658 for backwards compatibility (e.g. with woman package).
20659 Only show scores if apropos-sort-by-scores is `verbose'.
20661 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20663 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20664 Add jka-compr-load-suffixes to load-suffixes.
20666 * jka-compr.el: Require jka-cmpr-hook.
20667 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20668 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20669 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20670 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20671 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20672 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20673 (jka-compr-uninstall): Remove entries from
20674 jka-compr-added-to-file-coding-system-alist after they are used.
20675 (jka-compr-error): Remove unused var `curbuf'.
20676 (jka-compr-file-local-copy): Remove unused var `notfound'.
20678 2005-11-10 Romain Francoise <romain@orebokech.com>
20680 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20682 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20684 * progmodes/gud.el (gud-menu-map): Move parentheses.
20685 (gdb): New command gud-pv.
20687 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20689 * tar-mode.el: Remove spurious or unnecessary leading stars
20691 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20692 (tar-parse-octal-integer-safe): Use mapc.
20693 (tar-header-block-summarize): Remove unused var `ck'.
20694 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20695 cleared before. Obey default-enable-multibyte-characters.
20696 Use mapconcat. Simplify setting of tar-header-offset.
20697 (tar-mode-map): Move initialization inside delcaration.
20698 (tar-flag-deleted): Use `abs'.
20699 (tar-expunge-internal): Remove unused var `line'.
20700 (tar-expunge-internal): Don't hardcode point-min==1.
20701 (tar-expunge): Widen while doing set-buffer-multibyte.
20702 (tar-rename-entry): Use file-name-coding-system.
20703 (tar-alter-one-field): Don't hardcode point-min==1.
20704 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20705 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20707 2005-11-10 Masatake YAMATO <jet@gyve.org>
20709 * add-log.el (add-log-current-defun): Handle class::method
20710 notation of c++. Fix incorrect comment.
20712 2005-11-10 Alan Mackenzie <acm@muc.de>
20714 * help-fns.el (describe-variable): Make C-h v work when a variable
20715 has variable documentation yet is unbound.
20717 2005-11-10 Masatake YAMATO <jet@gyve.org>
20719 * man.el (Man-highlight-references): Set an empty
20720 string to `Man-arguments' if it is nil.
20721 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20723 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20725 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20726 commenting conventions.
20728 * cus-dep.el (custom-make-dependencies): Simplify.
20729 Better follow the commenting conventions.
20731 2005-11-09 Richard M. Stallman <rms@gnu.org>
20733 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20734 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20736 (apropos-rewrite-regexp): Doc fix.
20737 (apropos-variable, apropos-command, apropos, apropos-value):
20738 Change prompt; carry through the argument renaming.
20740 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20742 * find-lisp.el: Require dired.
20743 (find-lisp-find-dired-internal): Do not call
20744 `abbreviate-file-name' on DIR.
20746 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20748 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20750 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20752 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20753 when using the speedbar.
20754 (gdb): New command gud-pp.
20755 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20757 2005-11-09 Juri Linkov <juri@jurta.org>
20759 * replace.el (occur-excluded-properties): New defcustom.
20760 (occur-1, occur-engine, occur-accumulate-lines): Use it.
20762 2005-11-08 Jay Belanger <belanger@truman.edu>
20764 * calc/calc-units.el (math-convert-units): Replace any composite
20765 unit by its definition.
20767 2005-11-08 Lars Hansen <larsh@soem.dk>
20769 * emacs-lisp/autoload.el (update-directory-autoloads):
20770 Add obsolete function alias.
20772 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20774 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20775 comment-indent-function.
20776 (lisp-comment-indent): Replace by an alias for comment-indent-default.
20778 * reveal.el (reveal-post-command): Rework the handling of
20779 reveal-open-spots, so as to be more reliable. There were several
20780 tricky corner cases where an open spot might be lost, or where
20781 a closed spot might end up on the list of open spots.
20782 Only reveal text that's ellipsised.
20784 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
20786 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20788 2005-11-07 John Paul Wallington <jpw@gnu.org>
20790 * ibuffer.el (ibuffer): Search iconified frames too when
20791 getting Ibuffer buffer's window.
20793 2005-11-06 Richard M. Stallman <rms@gnu.org>
20795 * progmodes/compile.el (compilation-internal-error-properties):
20796 save-excursion around the computation of MARKER.
20798 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
20800 * textmodes/flyspell.el (flyspell-external-point-words):
20801 flyspell-get-word returns a list, not just a string.
20803 2005-11-06 John Paul Wallington <jpw@pobox.com>
20805 * ibuffer.el (ibuffer): Search all visible frames when getting
20806 Ibuffer buffer's window.
20808 2005-11-07 Masatake YAMATO <jet@gyve.org>
20810 * man.el (Man-reference-regexp): Accept spaces between
20811 `Man-name-regexp' and `Man-section-regexp'.
20812 (Man-apropos-regexp): New variable.
20813 (Man-abstract-xref-man-page): Use value for `Man-target-string'
20815 (Man-highlight-references, Man-highlight-references0):
20816 Handle the case when `Man-arguments' includes "-k".
20817 (Man-highlight-references0): Rename the argument `TARGET-POS' to
20818 `TARGET'. `TARGET' can be a number, function or nil.
20820 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
20822 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20823 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20824 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20825 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20826 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20827 (gdb-send-item): Use buffer-local-value and simplify.
20829 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
20831 * startup.el (command-line): Use `custom-reevaluate-setting' for
20832 `global-font-lock-mode'.
20834 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20835 by default, except in batch mode or when the -D option is given.
20837 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20838 specified keyword args on to `define-minor-mode'. Update docstring.
20840 2005-11-05 Romain Francoise <romain@orebokech.com>
20842 * replace.el (occur-engine): Add marker at end of line, too.
20844 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20846 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20847 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20848 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20849 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20850 argument to all these routines, so the passphrase can be managed
20851 externally and passed in to the system.
20852 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20853 pgg-add-passphrase-to-cache function.
20855 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20856 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20857 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20858 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20859 argument to all these routines, so the passphrase can be managed
20860 externally and passed in to the system.
20861 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20864 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20866 * font-lock.el: Don't deal with font-lock-face-attributes here,
20869 * startup.el (command-line): ... here. Use face-spec-set instead
20870 of custom-declare-face.
20872 * faces.el (face-spec-set): Reset the face if spec is not nil.
20874 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20876 * newcomment.el (comment-region-internal): Box more tightly in the
20877 common case where there's no TAB in the boxed text.
20879 2005-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20881 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20884 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20886 * newsticker.el: Commentary updated. Code formatting changed.
20887 (newsticker-version): Change to "1.9".
20888 (newsticker, newsticker-feed): Doc fix.
20889 (newsticker-url-list): Doc fix. Add option "Weekly".
20890 (newsticker-retrieval-interval): Add option "Weekly".
20891 (newsticker-headline-processing): Doc fix.
20892 (newsticker-auto-mark-filter): Remove.
20893 (newsticker-auto-mark-filter-list): New.
20894 (newsticker-layout, newsticker-sort-method): Doc fix.
20895 (newsticker-hide-old-items-in-newsticker-buffer)
20896 (newsticker-heading-format, newsticker-item-format)
20897 (newsticker-desc-format): Doc fix.
20898 (newsticker-show-all-rss-elements): Remove.
20899 (newsticker-show-all-news-elements): New.
20900 (newsticker-faces, newsticker-ticker): Doc fix.
20901 (remove-from-invisibility-spec): Code formatting.
20902 (newsticker--process-ids): New.
20903 (newsticker-mode): Doc fix.
20904 (newsticker-mode): Change mode-line-format.
20905 (newsticker-start): Remove debug output.
20906 (newsticker-start-ticker): Doc fix. Add autoload cookie.
20907 (newsticker-w3m-show-inline-images): Code formatting.
20908 (newsticker-next-item): Call `force-mode-line-update'.
20909 (newsticker-previous-item): Call `force-mode-line-update'.
20910 (newsticker-next-feed): Call `force-mode-line-update'.
20911 (newsticker-previous-feed): Call `force-mode-line-update'.
20912 (newsticker-mark-all-items-at-point-as-read): Code formatting.
20913 (newsticker-show-old-items): Do not show descs.
20914 (newsticker-hide-entry): Hide too much.
20915 (newsticker-hide-entry, newsticker-show-entry)
20916 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20917 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20918 (newsticker-toggle-auto-narrow-to-item): Code formatting.
20919 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20920 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20921 (newsticker-get-news): Call `force-mode-line-update'.
20922 Collect process ids.
20923 (newsticker--sentinel): Change coding system handling.
20924 Move image retrieval to new functions newsticker--get-logo-url-*.
20925 Move feed parsing to new functions newsticker--parse-*.
20926 Update list of process ids.
20927 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20928 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20929 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20930 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20931 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20932 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20933 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20934 (newsticker--decode-coding-string): Remove.
20935 (newsticker--decode-numeric-entities): Check input. Format code.
20936 (newsticker--remove-whitespace): Check input.
20937 (newsticker--do-forget-preformatted): Doc fix.
20938 (newsticker--decode-rfc822-date): Allow for missing time.
20939 (newsticker--update-process-ids): New.
20940 (newsticker--image-sentinel): Change comment.
20941 (newsticker--image-read): Change error message.
20942 (newsticker--imenu-goto): Doc fix. Show headline title.
20943 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20944 (newsticker--buffer-do-insert-text): Clean whitespace in
20945 html-rendered headline title. Code formatting.
20946 Call `newsticker--buffer-print-extra-elements'.
20947 (newsticker--buffer-print-extra-element): Remove.
20948 (newsticker--buffer-print-extra-elements): New.
20949 (newsticker--buffer-do-print-extra-element): New.
20950 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20952 (newsticker--run-auto-mark-filter)
20953 (newsticker--do-run-auto-mark-filter):
20954 Use `newsticker-auto-mark-filter-list'.
20956 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
20958 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20959 (rcirc-print): Force redisplay before running hooks. Do long
20960 buffer truncation after making new text read-only. Deal with nil
20961 text when decoding strings. If TARGET is nil, use either the
20962 currently selected buffer, if it is an rcirc buffer and of the
20963 same process or the process buffer.
20964 (rcirc-mode): Remove header-line. Recompute short buffer names.
20965 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20966 (rcirc-short-buffer-name): Add variable.
20967 (rcirc-kill-buffer-hook): Recompute short buffer names.
20968 Remove nick from private channel.
20969 (rcirc-send-input): Send command text to current-buffer.
20970 Don't clear overlay arrow here.
20971 (rcirc-short-buffer-name): Return a short buffer name.
20972 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20973 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20974 buffer-name abbreviations.
20975 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20976 Do not touch nick-table when killing a parted channel.
20977 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20978 Clear arrow from current buffer if it is now hidden.
20979 (rcirc-current-buffer): Add variable.
20980 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20981 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20982 Remove -face from names.
20983 (rcirc-update-activity-string): Print "DND" when globally ignoring
20985 (rcirc-ignore-buffer-activity-flag): Rename from
20986 rcirc-ignore-channel-activity.
20987 (rcirc-ignore-all-activity-flag): Doc fix.
20988 (rcirc-channels): Remove variable.
20989 (rcirc-kill-buffer-hook):
20990 (rcirc-get-buffer-create): Add nick to private channel.
20991 (rcirc-multiline-edit-submit): Remove tabs.
20992 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20994 (rcirc-remove-nick-channel): Bug fix.
20995 (rcirc-toggle-ignore-buffer-activity): Rename from
20996 rcirc-toggle-ignore-channel-activity.
20997 (rcirc-record-activity): Add buffers to the front of the list.
20998 (rcirc-update-activity): Remove killed buffers from list.
20999 (rcirc-process-server-response-1): Remove last argument if it is
21000 null before calling handler.
21001 (rcirc): Add "rcirc" defcustom prefix.
21002 (rcirc-prompt): Simplify default prompt.
21003 Use custom-initialize-default.
21004 (rcirc-private-chats): Remove variable.
21005 (rcirc-prompt): Change initialization.
21006 (rcirc-version): Remove function.
21007 (rcirc-id-string): Add constant.
21008 (rcirc-last-buffer): Remove variable.
21009 (rcirc-buffer-alist): Add variable.
21010 (rcirc-connect): Update variable setup.
21011 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21012 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21014 (rcirc-handler-generic): Trigger activity.
21015 (rcirc-send-message): Create the buffor of the target.
21016 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21017 (rcirc-get-buffer): Just return nil if there is no matching buffer.
21018 (rcirc-multiline-edit-cancel): Remove function.
21019 (rcirc-set-last-buffer): Remove function.
21020 (rcirc-get-any-buffer): Add function.
21021 (rcirc-join-channels): Don't print /join text.
21022 (rcirc-toggle-ignore-channel-activity): Add and update echo area
21024 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21025 (rcirc-handler-NOTICE): Recognize CTCP responses.
21026 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21027 constructing TOPIC string for buffers we are not JOINed.
21028 (rcirc-handler-CTCP-response): Add handler.
21029 (rcirc-multiline-edit-submit): Restore the window-configuration
21030 before adjusting point.
21031 (rcirc): Add customization group.
21032 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21033 (rcirc-user-full-name, rcirc-startup-channels-alist)
21034 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21035 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21036 (rcirc-input-ring-size, rcirc-read-only-flag)
21037 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21038 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21039 Change defvar to defcustom.
21040 (rcirc-update-prompt): Add optional ALL arg, which will update
21041 prompts in all rcirc buffers. Regexp quote replacement text.
21042 (rcirc-fill-column): Accept frame-width as a value.
21043 (rcirc-set-changed): Add function.
21044 (rcirc-next-active-buffer): Write more meaningful messages.
21045 (rcirc-faces): Add customization group.
21046 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21047 (rcirc-nick-in-message-face, rcirc-prompt-face)
21048 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21049 (with-rcirc-process-buffer): Move before first usage.
21050 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21051 (rcirc-debug-flag): Rename from `rcirc-log-p'.
21052 (rcirc-debug): Rename from `rcirc-log'.
21053 (rcirc-format-response-string): Do not print `-' chars for a
21054 NOTICE with no sender. Simplify output of server responses.
21056 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21058 (rcirc-browse-url-map, rcirc-browse-url-at-point)
21059 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21060 Make urls mouse and RET clickable.
21062 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21064 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21066 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21068 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21069 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21070 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21071 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21072 argument to all these routines, so the passphrase can be managed
21073 externally and passed in to the system.
21074 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21075 pgg-add-passphrase-to-cache function.
21077 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21078 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21079 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21080 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21081 argument to all these routines, so the passphrase can be managed
21082 externally and passed in to the system.
21083 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21086 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21088 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21089 from goto-address-url-regexp.
21091 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21093 * textmodes/org.el (org-read-date, org-goto-calendar)
21094 (org-recenter-calendar, org-agenda-goto-calendar):
21095 Temporarily clear `calendar-move-hook'.
21097 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21099 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
21102 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21103 have merge clashes.
21105 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21107 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21108 Undo previous change.
21110 * startup.el (command-line): Use `custom-reevaluate-setting' for
21111 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21112 tty-register-default-colors on Mac.
21114 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21116 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21117 (gdb-buffer-type): Make it automatically buffer local...
21118 (gdb-get-create-buffer): ...and set it accordingly.
21119 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21122 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21124 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21127 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21129 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21130 case GUD buffer is not visible.
21131 (gdb-goto-breakpoint): Try to force display in source buffer.
21132 (gdb-frame-gdb-buffer): Copy other similar functions.
21133 (gdb-restore-windows): Don't display source if not asked for.
21134 (gdb-assembler-buffer-name): Don't capitalise.
21136 2005-11-03 Richard M. Stallman <rms@gnu.org>
21138 * wid-edit.el (key-sequence): New widget type.
21140 * simple.el (set-mark-command-repeat-pop): New variable.
21141 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21142 if set-mark-command-repeat-pop is true.
21144 * info.el (Info-fontify-node): Don't display extra "see" if there
21145 already is one here.
21147 * mouse.el: Fix special handling of DEL after dragging a region:
21148 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21149 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21151 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21153 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21154 not to assume it pertains to an affix.
21156 * textmodes/flyspell.el (flyspell-post-command-hook):
21157 Bind deactivate-mark to prevent deactivation.
21159 2005-11-03 Lars Hansen <larsh@soem.dk>
21161 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21162 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21163 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21165 2005-11-03 Romain Francoise <romain@orebokech.com>
21167 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21168 Update copyright years.
21170 2005-11-03 Sam Steingold <sds@gnu.org>
21172 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21173 Use system-type instead of window-system because window-system is not
21174 correctly defined during loadup.
21176 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21178 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21179 (xml-parse-tag): Join strings separated by a comment properly.
21181 2005-11-02 Andreas Schwab <schwab@suse.de>
21183 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21185 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21187 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21188 (byte-optimize-pure-func): Quote the eval'd value.
21190 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21191 Rename from perl-font-lock-syntactic-face-function.
21192 Change the calling convention so it can be used as a font-lock MATCHER.
21193 Do the parse-partial-sexp loop outselves.
21194 (perl-font-lock-syntactic-keywords): Use it.
21195 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21197 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21199 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21200 disassembly buffer too.
21201 (gdb-exited): Remove overlay arrows when execution has finished.
21202 (gdb-info-frames-custom, gdb-info-threads-custom)
21203 (gdb-info-registers-custom): Don't add inappropriate text
21204 properties if inferior is not active.
21206 2005-11-02 Glenn Morris <rgm@gnu.org>
21208 * progmodes/fortran.el (fortran-blink-match):
21209 Use `blink-matching-delay'.
21211 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21213 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21215 2005-11-02 Lars Hansen <larsh@soem.dk>
21217 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21218 "Permission denied".
21220 2005-11-01 Richard M. Stallman <rms@gnu.org>
21222 * textmodes/flyspell.el (flyspell-external-point-words):
21223 Pass nil to flyspell-get-word.
21225 2005-11-02 Kim F. Storm <storm@cua.dk>
21227 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21228 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21230 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21232 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21233 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21234 (calendar-mouse-print-dates): Add optional `event' argument.
21235 Update interactive-spec.
21236 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21237 Use `calendar-event-to-date' instead of `event'.
21239 2005-11-02 Masatake YAMATO <jet@gyve.org>
21241 * progmodes/ld-script.el (ld-script-builtins):
21242 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21243 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21244 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21246 2005-11-01 Romain Francoise <romain@orebokech.com>
21248 * vc-sccs.el: Update copyright year.
21249 * ezimage.el: Likewise.
21251 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21253 * info.el (Info-fontify-node): Use `string-width' for fontifying
21256 2005-11-01 Juri Linkov <juri@jurta.org>
21258 * info.el (Info-fontify-node): Downcase node header keywords Node,
21259 Prev, Next, Up before comparison.
21260 (Info-history): Insert absolute directory name, and put invisible
21263 2005-11-01 Juri Linkov <juri@jurta.org>
21265 * info.el (Info-file-supports-index-cookies): New variable.
21266 (Info-find-node-2): Check makeinfo version for index cookie support.
21267 (Info-index-nodes): Search for nodes with index cookies only when
21268 Info-file-supports-index-cookies is t. Otherwise, search nodes
21269 with "Index" in the node name.
21270 (Info-index-node): Search index cookie in the current node only when
21271 Info-file-supports-index-cookies is t. Otherwise, check the word
21272 "Index" in the node name.
21273 (Info-find-emacs-command-nodes): Remove code that searches nodes
21274 with "Index" node name in the top menu.
21276 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21278 * progmodes/scheme.el (scheme-mode-variables): Use the default
21279 comment-indent-function.
21281 * faces.el (face-attribute): Handle the case where a face inherits from
21282 a non-existent face.
21284 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21285 for octal and hexa output, and merge the char into the paren.
21286 (kill-new): Use push.
21287 (copy-to-buffer): Use with-current-buffer.
21288 (completion-setup-function): Move code in loop to remove redundancy.
21289 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21290 those inherited from minibuffer-local-completion-map.
21292 * savehist.el (savehist-mode) <defcustom>:
21293 Use custom-set-minor-mode if available.
21294 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21295 and emit a message if applicable.
21297 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21299 * savehist.el: Sync up to version 19.
21300 (savehist-mode): New minor mode.
21301 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21302 (savehist-length): Remove (use history-length instead).
21303 (savehist-file-modes): Rename from savehist-modes.
21304 (savehist-save-hook, savehist-loaded): New vars.
21305 (savehist-load): Use savehist-mode. Try to smooth up transition from
21306 old format to new format.
21307 (savehist-install): Allow savehist-autosave-interval to be nil.
21308 (savehist-save): Run the new hook. Be more careful to only trim the
21310 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21311 (savehist-printable): Print into a buffer rather than char-by-char.
21313 2005-11-01 John Wiegley <johnw@newartisans.com>
21315 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21316 toggle-ignore keybinding (C-a). The author said it had been
21317 disabled much earlier due to a possible incompatibility, but after
21318 many months of usage I have encountered no problems (and it is a
21319 rather useful option, especially for switching to " *temp*").
21321 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21322 support for OS/X's AddressBook, by calling out to the open source
21323 program "contacts" (installable through Fink).
21325 * net/eudc.el (eudc-expand-inline): If the
21326 `eudc-multiple-match-handling-method' is set to `all', delete the
21327 query string before inserting the query result.
21329 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21330 flag, to prevent Eshell from using the system ls when
21331 `eshell-ls-insert-directory' is in used.
21332 (eshell-ls-insert-directory): Disable font-lock in directory
21333 buffer so that Eshell's own fontification is seen. This broke
21334 recently due to changes in font-lock, so this goes back to version
21337 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21339 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21340 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21341 (gdb-many-windows): Doc fix.
21343 2005-10-31 Romain Francoise <romain@orebokech.com>
21345 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21347 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21349 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21350 that global-font-lock-mode can be enabled by default.
21352 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21353 (font-lock-add-keywords, font-lock-remove-keywords)
21354 (font-lock-fontify-buffer): Remove autoload cookies.
21356 * jit-lock.el (jit-lock-register): Likewise.
21358 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21360 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21362 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21363 intact if there is no gud-comint-buffer.
21365 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21367 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21368 old prompt comint-prompt-read-only is t and GDB commands are
21369 issued from tool bar etc.
21371 2005-10-31 Masatake YAMATO <jet@gyve.org>
21373 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21375 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21377 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21378 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21380 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21382 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21383 starting at beginning of line. Fontification is messed up when
21384 `open-paren-in-column-0-is-defun-start' set to t.
21385 Reported by John Paul Wallington <jpw@pobox.com>.
21387 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21389 * comint.el (comint-send-input): Call `comint-update-fence' when
21390 `comint-process-echoes' and `comint-prompt-read-only' are both
21391 non-nil, to avoid leftover read-only newline.
21393 2005-10-30 Richard M. Stallman <rms@gnu.org>
21395 * textmodes/flyspell.el (flyspell-external-point-words):
21396 Detect when WORD can't be checked properly because
21397 flyspell-get-word finds just part of it, and move on.
21399 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21400 boundarychar for Polish.
21401 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21402 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21404 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21406 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21407 (gdb-registers-font-lock-keywords): Delete.
21408 (gdb-registers-mode): Don't fontify.
21409 (gdb-info-registers-custom): Use text properties instead as, in
21410 future, changed register values will use font-lock-warning-face.
21411 (gdb-local-font-lock-keywords): Rename to...
21412 (gdb-locals-font-lock-keywords): ...for consistency.
21414 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21416 * vc.el (vc-switch-backend): Better error message if the buffer is
21417 not visiting a file under version control.
21419 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21421 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21423 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21426 2005-10-29 Richard M. Stallman <rms@gnu.org>
21428 * replace.el (occur-mode-mouse-goto): Always go to other window.
21429 (occur-mode-goto-occurrence): Always switch in same window.
21431 * simple.el (undo): Display message at end, not at start.
21433 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21434 New arg REUSE-CELL.
21435 (cancel-timer-internal): New function.
21436 (timer-event-handler): Use cancel-timer-internal,
21437 and pass the cell it returns to timer-activate...
21439 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21440 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21441 (jit-lock-after-change): Test memory-full.
21443 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21445 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21446 part of the decoded armor to find the key-identifier.
21447 (pgg-gpg-lookup-key-owner): New function to return the
21448 human-readable identifier of a key owner.
21449 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21451 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21452 the key value) if we have a key and can match it against a secret
21453 key. Also, added a note pointing out fact that the prompt only
21454 indicates the first matching key.
21456 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21457 pgg-decrypt-region.
21458 (pgg-pending-timers): A new hash for tracking the passphrase cache
21459 timers, so that new ones supercede old ones.
21460 (pgg-add-passphrase-to-cache): Rename from
21461 `pgg-add-passphrase-cache' to reduce confusion (all callers
21462 changed). Modified to cancel old timers when new ones are added.
21463 (pgg-remove-passphrase-from-cache): Rename from
21464 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21465 changed). Modified to cancel old timers when their keys are
21466 removed from the cache.
21467 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21468 XEmacs, an indirection to delete-itimer.
21469 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21470 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21471 users can only check cache without risk of prompting. Correct bug in
21472 notruncate behavior.
21473 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21474 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21475 Add informative docstrings.
21476 (pgg-decrypt): Convey provided passphrase in subordinate call to
21477 pgg-decrypt-region.
21479 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21480 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21481 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21482 `passphrase' argument, so the passphrase can be managed externally
21483 and then passed in to the system.
21485 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21486 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21487 so the passphrase cache can be used reliably with identifiers
21488 besides a pgp packet's key id.
21490 * pgg-gpg.el (pgg-pgp-encrypt-region)
21491 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21492 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21493 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21494 argument to all these routines, so the passphrase can be managed
21495 externally and passed in to the system.
21497 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21498 `notruncate' argument, so the passphrase cache can be used
21499 reliably with identifiers besides a pgp packet's key id.
21501 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21503 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21504 symmetric encryption.
21505 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21506 encrypted session key.
21507 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21508 message ask for the passphrase in a proper way.
21510 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21511 New user commands for symmetric encryption.
21513 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21515 * textmodes/conf-mode.el (conf-assignment-sign)
21516 (conf-assignment-regexp): Fix docstrings.
21517 (conf-mode-initialize): New function.
21518 (conf-mode): Remove optional args. Use delay-mode-hooks to
21519 recognize recursive calls.
21520 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21521 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21522 (conf-xdefaults-mode): Use define-derived-mode and
21523 conf-mode-initialize.
21525 2005-10-29 Romain Francoise <romain@orebokech.com>
21527 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21529 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21531 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21532 part of the decoded armor to find the key-identifier.
21533 (pgg-gpg-lookup-key-owner): New function to return the
21534 human-readable identifier of a key owner.
21535 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21537 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21538 the key value) if we have a key and can match it against a secret
21539 key. Also, added a note pointing out fact that the prompt only
21540 indicates the first matching key.
21542 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21543 pgg-decrypt-region.
21544 (pgg-pending-timers): A new hash for tracking the passphrase cache
21545 timers, so that new ones supercede old ones.
21546 (pgg-add-passphrase-to-cache): Rename from
21547 `pgg-add-passphrase-cache' to reduce confusion (all callers
21548 changed). Modified to cancel old timers when new ones are added.
21549 (pgg-remove-passphrase-from-cache): Rename from
21550 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21551 changed). Modified to cancel old timers when their keys are
21552 removed from the cache.
21553 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21554 XEmacs, an indirection to delete-itimer.
21555 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21556 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21557 users can only check cache without risk of prompting. Correct bug in
21558 notruncate behavior.
21559 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21560 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21561 Add informative docstrings.
21562 (pgg-decrypt): Convey provided passphrase in subordinate call to
21563 pgg-decrypt-region.
21565 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21567 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21568 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21569 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21570 `passphrase' argument, so the passphrase can be managed externally
21571 and then passed in to the system.
21573 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21574 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21575 so the passphrase cache can be used reliably with identifiers
21576 besides a pgp packet's key id.
21578 * pgg-gpg.el (pgg-pgp-encrypt-region)
21579 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21580 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21581 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21582 argument to all these routines, so the passphrase can be managed
21583 externally and passed in to the system.
21585 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21586 `notruncate' argument, so the passphrase cache can be used
21587 reliably with identifiers besides a pgp packet's key id.
21589 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21591 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21592 symmetric encryption.
21593 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21594 encrypted session key.
21595 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21596 message ask for the passphrase in a proper way.
21598 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21599 New user commands for symmetric encryption.
21601 2005-10-28 Bill Wohler <wohler@newt.com>
21603 * help-mode.el (help-url): New button type. Calls browse-url.
21604 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21605 Similar to Info nodes: URL `url'.
21606 (help-make-xrefs): Create help-url buttons for
21607 help-xref-url-regexp matches.
21609 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21611 * tool-bar.el (tool-bar-add-item-from-menu)
21612 (tool-bar-local-item-from-menu): Fix doc strings.
21614 2005-10-28 Romain Francoise <romain@orebokech.com>
21616 * ldefs-boot.el: Update.
21618 * subr.el (locate-library): Move from help-fns.el.
21619 * help-fns.el (locate-library): Move to subr.el.
21621 2005-10-28 Richard M. Stallman <rms@gnu.org>
21623 * net/tramp.el (tramp-completion-mode): defvar moved up.
21625 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21627 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21629 * files.el (find-file-noselect): Use %d to format large file size.
21631 * bindings.el (mode-line-format): Add %e.
21633 * loadup.el ("facemenu"): Load unconditionally.
21634 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21635 ("x-dnd"): Load, when appropriate.
21637 * startup.el (command-line): Call before-init-hook earlier.
21638 Warn about some bad characters in -u user name.
21640 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21641 (flyspell-external-point-words): Error if misspelled word is not found.
21642 Set flyspell-large-region-beg at end of word.
21644 2005-10-28 Andreas Schwab <schwab@suse.de>
21646 * view.el (View-revert-buffer-scroll-page-forward):
21647 Use view-page-size-default.
21649 2005-10-28 Juri Linkov <juri@jurta.org>
21651 * international/quail.el (quail-get-current-str): Translate last
21652 raw character for deterministic input methods.
21654 2005-10-27 Jay Belanger <belanger@truman.edu>
21656 * calc/calc-ext.el: Add functions to autoloads.
21657 (math-identity-matrix-p, math-ident-row-p): New functions.
21659 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21660 multiplication by an identity matrix; don't turn multiplication by
21661 an inverse matrix into division.
21662 (math-div-symbol-fancy): Replace division by matrices with
21663 multiplication by inverse.
21665 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21667 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21668 (calc-writeoutpower): New functions.
21670 2005-10-27 Romain Francoise <romain@orebokech.com>
21672 * replace.el (occur-engine): Include colon in mouse-face highlight.
21674 * dired-x.el: Change Maintainer field.
21676 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21678 * longlines.el (longlines-mode): Bind after-change-functions to
21679 nil during initial decoding and final encoding.
21681 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21683 * term.el (term-emulate-terminal, term-handle-colors-array)
21684 (term-handle-ansi-escape): Specify the terminfo capabilities
21687 2005-10-26 Richard M. Stallman <rms@gnu.org>
21689 * info.el (Info-fontify-node): Fix detection of sentence-break
21692 2005-10-26 Romain Francoise <romain@orebokech.com>
21694 * smerge-mode.el: Add `tools' to file keywords.
21696 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21698 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21699 when the fringe is not available.
21701 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21702 (def-gdb-auto-update-trigger): Simplify construction.
21703 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21704 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21705 defined explicitly.
21706 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21707 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21708 defined explicitly.
21709 (gdb-info-locals-custom): Remove as it's a no-op.
21711 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21713 * longlines.el (longlines-mode): Remove narrowing before
21714 performing the initial decoding or final encoding.
21716 2005-10-25 Romain Francoise <romain@orebokech.com>
21718 * emacs-lisp/find-func.el (find-library-name): Also strip
21719 extension if library name ends in .el, to take advantage of
21720 `find-library-suffixes'.
21722 2005-10-25 Richard M. Stallman <rms@gnu.org>
21724 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21726 2005-10-25 Juri Linkov <juri@jurta.org>
21728 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21729 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21731 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21733 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21734 (blackbox-redefine-key): Add argument `map'.
21736 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21737 regions when moving the jit-lock-context-unfontify-pos boundary.
21739 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21741 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21743 2005-10-25 Masatake YAMATO <jet@gyve.org>
21745 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21747 2005-10-25 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21749 * play/blackbox.el (blackbox-redefine-key): New function.
21750 (blackbox-mode-map): Use it to remap existing bindings for cursor
21751 motion instead of binding literal keys.
21753 2005-10-25 Glenn Morris <rgm@gnu.org>
21755 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21756 diary does not end in a newline. Do not assume a blank line at
21757 the start of the diary file.
21759 2005-10-25 Kenichi Handa <handa@m17n.org>
21761 * international/quail.el (quail-translate-key): If the input
21762 method is deterministic and failed to handle the last key, restart
21763 the key handling loop from an appropriate key.
21765 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
21767 * vc.el (vc-dired-mode): Extend comment for binding of
21768 `directory-listing-before-filename-regexp'.
21770 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21772 * textmodes/texinfo.el (texinfo-mode):
21773 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21774 not to unnecessarily expose emacs-mule's internal char codes.
21776 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
21778 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21779 Display hand pointer and help-echo on disabled icon too.
21780 (gdb-mouse-until): New function.
21781 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21783 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
21785 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21786 with 2005-10-23 change to doctor.el.
21788 * finder.el (finder-mode-map): Add follow-link binding.
21790 2005-10-25 Kim F. Storm <storm@cua.dk>
21792 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21793 to gdb-mouse-toggle-breakpoint-fringe.
21794 (gdb-mouse-toggle-breakpoint-margin): Rename from
21795 gdb-mouse-toggle-breakpoint. Fix doc.
21796 (gdb-mouse-toggle-breakpoint-fringe): New defun.
21797 (gdb-put-string): Add optional SPROPS arg. Add props to string.
21798 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21799 string properties also for fringe breakpoint bitmaps.
21801 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
21803 * textmodes/org.el (org-start-icalendar-file): Fix format form.
21805 2005-10-25 Masatake YAMATO <jet@gyve.org>
21807 * simple.el (completion-common-substring):
21808 Use `completion-common-substring' prior to `completion-base-size'.
21810 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
21812 * savehist.el: Require CL while compiling.
21813 (savehist-history-variables): Remove.
21814 (savehist-save-minibuffer-history, savehist-additional-variables)
21815 (savehist-minibuffer-history-variables): New vars.
21816 (savehist-save): Use them.
21817 (savehist-uninstall, savehist-minibuffer-hook): New funs.
21818 (savehist-install): New fun, extracted from savehist-load.
21819 (savehist-load): Use them.
21821 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21823 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21824 a dummy doc-string-elt property.
21825 (defalias, defvaralias, define-category): Add a docstring property.
21827 * image.el (defimage):
21828 * widget.el (define-widget):
21829 * custom.el (defface, defcustom): Add `doc-string' declaration.
21831 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21832 (defadvice): Add `doc-string' declaration.
21834 * emacs-lisp/byte-run.el (macro-declaration-function):
21835 Handle `doc-string' declarations.
21836 (define-obsolete-function-alias, define-obsolete-variable-alias):
21837 Add `doc-string' declaration.
21839 2005-10-24 Kenichi Handa <handa@m17n.org>
21841 * international/utf-7.el (utf-7): Add autoload cookie.
21843 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21845 2005-10-24 Eli Zaretskii <eliz@gnu.org>
21847 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21848 list of directories passed to batch-update-autoloads. Add "." to
21849 the list of the echoed directories.
21856 * pgg.el: Moved here from the gnus subdirectory.
21858 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
21860 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21861 in case comint-prompt-read-only is set to t.
21863 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21864 in case comint-prompt-read-only is set to t.
21866 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21868 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21870 (icalendar-import-format): Handle CLASS, STATUS, URL.
21871 Rename `subject' to `summary'.
21872 (icalendar-import-format-summary): Rename from
21873 `icalendar-import-format-subject'.
21874 (icalendar-import-format-url, icalendar-import-format-status)
21875 (icalendar-import-format-class): New variables.
21876 (icalendar--rris): Take variable argument list.
21877 (icalendar--datestring-to-isodate): Remove unnecessary
21878 calendar-style check when converting dates with explicit month names.
21879 (icalendar-export-region): Change return type of conversion
21880 subroutines. Bury current buffer unless error occurred.
21881 (icalendar--convert-to-ical)
21882 (icalendar--parse-summary-and-rest): New functions.
21883 (icalendar--convert-ordinary-to-ical)
21884 (icalendar--convert-weekly-to-ical)
21885 (icalendar--convert-yearly-to-ical)
21886 (icalendar--convert-block-to-ical)
21887 (icalendar--convert-cyclic-to-ical)
21888 (icalendar--convert-anniversary-to-ical): Change return type.
21889 Strip trailing blanks from subject.
21890 (icalendar--convert-sexp-to-ical): Change return type.
21891 Strip trailing blanks from subject. Handle simple sexp
21892 entries as generated by icalendar.el.
21893 (icalendar--convert-float-to-ical)
21894 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21895 (icalendar-import-file): Doc fix.
21896 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21897 Correct call to icalendar--rris.
21898 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
21900 (icalendar--add-diary-entry): Rename `subject' to `summary'.
21902 2005-10-24 Romain Francoise <romain@orebokech.com>
21904 * server.el (server-sentinel): Set query-on-exit flag to nil on
21905 new client processes (it isn't inherited from the server process).
21907 * replace.el (occur-engine): Rearrange text properties.
21909 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21911 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21912 case-fold-search is nil.
21913 (debug-help-follow): Use help-xref-interned directly.
21915 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21917 * thumbs.el (thumbs-image-type): Add .pbm.
21919 2005-10-23 Richard M. Stallman <rms@gnu.org>
21921 * faces.el (inhibit-face-set-after-frame-default): New variable.
21922 (set-face-attribute): Bind it.
21923 (face-set-after-frame-default): Test it.
21925 * help-fns.el (describe-simplify-lib-file-name): New function.
21926 (describe-function-1, describe-variable): Use it.
21928 * faces.el (describe-face): Use describe-simplify-lib-file-name.
21930 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21931 Eliminate nil as possible value.
21932 (tooltip-hide-delay): Reduce internal-border-width.
21934 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21935 (menu-bar-file-menu) <new-file>: Likewise.
21937 * simple.el (line-move-finish): Ignore fields computing LINE-END.
21939 * international/mule.el (load-with-code-conversion):
21940 Pass full file name to `eval-buffer' unless preloading.
21942 * textmodes/flyspell.el (flyspell-large-region):
21943 Call ispell-check-version.
21945 * textmodes/ispell.el (ispell-local-dictionary-overridden):
21946 Fix the make-variable-buffer-local call that was supposed
21947 to be for this variable.
21948 (ispell-aspell-supports-utf8): Doc fix.
21949 (ispell-find-aspell-dictionaries): Preserve elements of
21950 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21951 (ispell-aspell-find-dictionary): Return nil on error.
21953 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21954 (doctor-symptoms): Likewise.
21956 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21958 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21960 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21961 (custom-raised-buttons): Add :set spec.
21962 (custom-button-unraised, custom-button-pressed-unraised):
21963 New faces, so that custom-raised-buttons actually does something.
21964 (custom-mode): Use custom-button and custom-button-pressed.
21966 * wid-edit.el (widget-specify-button): Don't ignore
21967 widget-mouse-face on graphic terminals.
21968 (widget-move-and-invoke): Cleanup.
21970 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21972 * whitespace.el (whitespace-cleanup): Doc fix.
21974 2005-10-23 Romain Francoise <romain@orebokech.com>
21976 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21977 `eval-after-load' to avoid evaluating their result.
21979 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
21981 * files.el (directory-listing-before-filename-regexp):
21982 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21984 * dired.el (dired-move-to-filename-regexp): Remove.
21985 All occurrences replaced by `directory-listing-before-filename-regexp'.
21987 * dired-x.el, locate.el, vc.el:
21988 Replace `dired-move-to-filename-regexp' by
21989 `directory-listing-before-filename-regexp'. In vc.el it is
21990 overwritten locally; maybe this can be handled in files.el too.
21992 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
21993 replaced by `directory-listing-before-filename-regexp'.
21995 2005-10-23 Andreas Schwab <schwab@suse.de>
21997 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21998 and eval-next-after-load.
22000 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
22002 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22005 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
22007 * allout.el: Remove autoloads for mailcrypt and crypt++.
22008 Require pgg, pgg-gpg during compilation.
22009 (allout-version): Increment version number to 2.1, and use a literal
22010 rather than RCS Id.
22011 (allout-default-encryption-scheme): Remove.
22012 (allout-passphrase-verifier-handling)
22013 (allout-passphrase-verifier-string)
22014 (allout-file-passphrase-verifier-string)
22015 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22016 (allout-passphrase-hint-handling): Rename and simplify.
22017 (allout-init): Use `find-file-hook' if available, otherwise
22019 (allout-mode): Use `write-file-functions' if available, otherwise
22020 `local-write-file-hooks' and, instead of making auto-save-hook
22021 buffer local, make the write-file-hook activity contingent to
22023 (allout-mode): Use key-binding substitution in the docstring.
22024 (allout-kill-line): Spell-out kill ring data structure mutation
22025 instead of using byte-compiler-complaint-provoking `pop'.
22026 (allout-insert-listified): Use `insert' rather than `insert-string'
22027 (allout-toggle-current-subtree-encryption): Update docstring, adjust
22028 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22029 (allout-encrypt-string): Totally revamped vis new underlying
22030 encryption facilities.
22031 (allout-mc-activate-passwd): Remove.
22032 (allout-obtain-passphrase): New, more or less replaces
22033 allout-mc-activate-passwd.
22034 (allout-encrypted-key-info): More or less replaces
22035 allout-encrypted-text-type.
22036 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22037 (my-mark-marker): Use `(featurep 'xemacs)'.
22039 2005-10-23 Lars Hansen <larsh@soem.dk>
22041 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22042 (byte-compile-file-form-defmumble, byte-compile-defun)
22043 (byte-compile-defmacro): Use it.
22044 (byte-compile-form): Don't call byte-compile-set-symbol-position
22045 when a byte-compile handler is called.
22047 2005-10-22 Romain Francoise <romain@orebokech.com>
22049 * savehist.el (savehist-history-variables): Add `grep-find-history'.
22051 * subr.el (eval-after-load): Convert library name to an absolute
22052 file name using locate-library, since load-history no longer has
22053 library names in it.
22055 2005-10-22 Richard M. Stallman <rms@gnu.org>
22057 * files.el (make-temp-file): Move from subr.el.
22058 * subr.el (make-temp-file): Move to files.el.
22060 * window.el (get-buffer-window-list): Move from subr.el.
22061 * subr.el (get-buffer-window-list): Move to window.el.
22063 * image.el (image-load-path): Use eval-at-startup to initialize.
22065 * subr.el (eval-at-startup): New macro.
22067 * subr.el: Much rearrangement of functions and division
22068 into pages. No code changes.
22070 2005-10-22 Kenichi Handa <handa@m17n.org>
22072 * tar-mode.el (tar-extract): Be sure to call
22073 find-operation-coding-system if set-auto-coding doesn't find a
22076 2005-10-22 Kim F. Storm <storm@cua.dk>
22078 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22080 (image-type-file-name-regexps): New defconst.
22081 (image-type-from-data): Simplify loop.
22082 (image-type-from-buffer): New defun.
22083 (image-type-from-file-header): Use it instead of image-type-from-data.
22084 Use image-search-load-path instead of only looking in data-directory.
22085 (image-type-from-file-name): New defun.
22086 (image-search-load-path): Change `pathname' to `filename'.
22087 Make PATH arg optional, default to image-load-path.
22089 2005-10-21 Richard M. Stallman <rms@gnu.org>
22091 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22093 * textmodes/paragraphs.el (sentence-end-base): New variable.
22094 (sentence-end): Use sentence-end-base.
22096 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22098 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22099 property independently from the font-lock-multiline variable.
22101 2005-10-21 Richard M. Stallman <rms@gnu.org>
22103 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22105 * startup.el (command-line): Convert library names
22106 in `load-history' to absolute file names.
22108 * subr.el (symbol-file): Doc fix.
22110 * loadhist.el (file-loadhist-lookup): Call locate-library
22111 instead of find-library-name. Don't try converting
22112 abs file names to library names, since load-history no longer
22113 has library names in it.
22114 (file-dependents, file-provides, file-requires): Doc fixes.
22116 2005-10-21 Juri Linkov <juri@jurta.org>
22118 * progmodes/etags.el (tags-table-mode): New function.
22119 (tags-verify-table): Replace initialize-new-tags-table with
22122 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22124 (desktop-modes-not-to-save): Add tags-table-mode to the
22127 * info.el (Info-index-next): Add total number of index
22128 alternatives to the message.
22130 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22131 backward only space (instead of space and period) before looking
22134 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22135 Add the old variable value as 4th default-value arg of read-string.
22137 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22139 * cus-face.el (custom-declare-face): Make face from X resources
22142 * disp-table.el (standard-display-g1, standard-display-graphic):
22143 Refuse to use string glyphs also on Mac.
22144 (standard-display-european): Don't set terminal coding system also
22147 * frame.el (display-screens): Use x-display-screens also on Mac.
22149 2005-10-21 Romain Francoise <romain@orebokech.com>
22151 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22153 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22155 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22158 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22159 warning face on open-paren-in-column-0.
22161 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22162 boundary case. Fix typo.
22163 Suggested by Martin Rudalics <rudalics@gmx.at>.
22165 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22167 * textmodes/org.el (org-combined-agenda-icalendar-file)
22168 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22169 (org-export-icalendar-this-file)
22170 (org-export-icalendar-all-agenda-files)
22171 (org-export-icalendar-combine-agenda-files): New commands.
22172 (org-export-icalendar, org-print-icalendar-entries)
22173 (org-start-icalendar-file, org-finish-icalendar-file)
22174 (org-ical-ts-to-string): New functions.
22175 (org-read-date, org-goto-calendar)
22176 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22177 call to `calendar'.
22178 (orgtbl-setup): Remove the :keys arguments from the menu description.
22179 (org-after-save-iCalendar-file-hook): New variable.
22181 2005-10-21 Kenichi Handa <handa@m17n.org>
22183 * language/vietnamese.el (tcvn-5712): Make it an alias of
22184 vietnamese-tcvn coding-system.
22186 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22188 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22191 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22193 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22194 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22195 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22196 whose line is either continued or ends with a comment.
22198 2005-10-20 Romain Francoise <romain@orebokech.com>
22200 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22202 * replace.el (occur-engine): Add follow-link property.
22204 * font-core.el (font-lock-mode): Doc fix.
22206 2005-10-20 Richard M. Stallman <rms@gnu.org>
22208 * net/rcirc.el: New file.
22210 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22212 * term.el (term-term-name): Initialize to "eterm-color".
22214 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22216 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22217 for encryption functionality.
22218 Move allout customization subgroup from `editing' to `outlines' group.
22219 Fix commentary keywords to legitimate ones.
22220 Update author info (using my current email address, obscurified).
22221 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22222 (allout-encrypted-topic-p, allout-encrypted-text-type)
22223 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22224 (allout-situate-encryption-key-verifier)
22225 (allout-get-encryption-key-verifier, allout-verify-key)
22226 (allout-next-topic-pending-encryption)
22227 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22228 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22229 (outline-key-verifier-handling, outline-key-hint-handling)
22230 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22231 (allout-file-key-verifier-string, allout-encryption-scheme)
22232 (allout-key-verifier-string, allout-key-hint-string)
22233 (allout-after-save-decrypt): New variables.
22234 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22235 (allout-after-saves-handler): New hook functions.
22236 (allout-post-command-business): Do allout-after-save-decrypt.
22237 (allout-enable-file-variable-adjustment): Custom var to enable
22238 mechanism for adding and adjusting settings of Emacs file variables.
22239 (allout-adjust-file-variable, allout-file-vars-section-data):
22240 New functions, implement the mechanism.
22241 (outlineify-sticky): Use the file vars mechanism.
22242 (allout-inhibit-protection, allout-during-write-cue)
22243 (allout-override-protect, allout-before-change-protect): Remove.
22244 (allout-flag-region, allout-open-topic): Adjust read-only text.
22245 (allout-open-line-not-read-only): Add to facilitate read-only
22246 text based protection.
22247 (allout-kill-line): Revise to adjust read-only text, clue the
22248 user about the inhibition.
22249 (allout-unprotected): Use unwind-protect.
22250 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22251 topic deeper than the offspring depth of the previous topic -
22252 avoiding confusing "containment discontinuities".
22253 (allout-reindent-bodies): Fix retention of body relative hanging
22254 indent during promotion of collapsed bodies.
22255 (allout-open-topic): Make it easy to open new topic with same
22256 bullet as current topic - topic creation functions provided with
22257 any universal argument provokes now prompt for bullet, defaulting
22258 to the bullet of the previous topic.
22259 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22260 Plain bullet alternates `.' period and `,' comma only. All other
22261 bullets are relegated to special status (but customizable).
22262 (allout-end-of-entry): Rename from allout-end-of-current-entry
22263 since it actually operates w.r.t. most immediately containing
22264 entry, visible or not.
22265 (allout-hide-current-entry, allout-show-current-entry): Use the
22267 (allout-old-expose-topic): Solidify deprecation.
22268 (allout-end-of-subtree): Add so we can span concealed as well
22270 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22271 (allout-end-of-current-heading): Tweak to just respect the first line.
22272 (allout-get-body-text): Add.
22273 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22274 when invoked interactively.
22275 (allout-up-current-level): Use `interactive-p'.
22276 (allout-mode, allout-init): Miscellaneous docstring and
22277 operational refinements, as well as hookups of new encryption stuff.
22278 (allout-beginning-of-current-entry): Now works as advertised.
22279 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22280 (allout-isearch-rectification): Refine condition for isearching.
22281 (allout-isearch-abort, allout-enwrap-isearch)
22282 (allout-flag-region, my-region-active-p): Relocate some macros.
22283 (allout-title): Fallback title is (buffer-name), not
22284 non-existing (current-buffer-name).
22285 (subst-char-in-string): Define if absent (for some XEmacs versions).
22287 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22289 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22290 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22291 (mail-citation-prefix-regexp, mail-signature-file)
22292 (mail-default-headers, mail-bury-selects-summary)
22293 (mail-send-nonascii): Add autoload cookies.
22295 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22297 * frame.el (blink-cursor-mode): Add `mac' to the list of
22298 window-system's that support blinking cursor.
22300 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22302 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22304 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22306 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22307 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22308 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22310 2005-10-20 Kim F. Storm <storm@cua.dk>
22312 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22313 (ido-set-current-directory): Don't add / after final @.
22314 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22315 Explicitly handle ange-ftp completion oddities.
22316 (ido-make-file-list): Don't rotate list at tramp root to avoid
22317 triggering tramp file handler for expand-file-name via get-file-buffer.
22319 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22321 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22323 2005-10-19 Jay Belanger <belanger@truman.edu>
22325 * calc/calc-units.el (math-standard-units): Add units, adjust
22326 symbols and update values.
22327 (math-unit-prefixes): Add more prefixes.
22329 2005-10-19 Romain Francoise <romain@orebokech.com>
22331 * bookmark.el (bookmark-menu-heading): New face.
22332 (bookmark-bmenu-list): Use it.
22333 Don't fiddle with `baud-rate' at top-level.
22335 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22337 * image.el (create-image, find-image): Mention max-image-size in
22340 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22342 * savehist.el (savehist-load): Revert to checking XEmacs.
22344 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22345 Various docstring and line-width fixups.
22346 (conf-mode): Use cond.
22347 Set font-lock-defaults. Don't set comment-use-syntax.
22349 2005-10-18 David Ponce <david@dponce.com>
22351 * tree-widget.el (tree-widget-button-click): New function.
22352 (tree-widget-button-keymap): Use it.
22354 2005-10-18 Romain Francoise <romain@orebokech.com>
22356 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22357 (bookmark-bmenu-hide-filenames): Add follow-link property.
22358 Improve help-echo text.
22360 * ffap.el (find-file-at-point): Doc fix.
22362 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22364 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22366 2005-10-18 Masatake YAMATO <jet@gyve.org>
22368 Install to the CVS repository what I forgot to install in my
22369 2005-10-16 changes.
22371 * progmodes/python.el (python-complete-symbol): Pass the common
22372 prefix substring of completion to `display-completion-list'.
22374 * textmodes/org.el (org-complete): Ditto.
22376 2005-10-18 Masatake YAMATO <jet@gyve.org>
22378 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22380 * woman.el (WoMan-xref-man-page): New button type derived
22381 from `Man-abstract-xref-man-page'.
22382 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22384 * man.el (Man-abstract-xref-man-page): New button type.
22385 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22386 (Man-highlight-references): Add new optional argument `xref-man-type'.
22388 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22390 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22392 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22394 * cus-edit.el (Custom-move-and-invoke): Delete.
22395 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22397 * wid-edit.el (widget-move-and-invoke): New function, from
22398 Custom-move-and-invoke.
22400 2005-10-17 Bill Wohler <wohler@newt.com>
22402 Move all remaining images from lisp/toolbar to etc/images, move
22403 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22404 the low resolution images in their own directory (low-color).
22406 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22407 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22408 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22409 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22410 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22411 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22412 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22414 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22415 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22416 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22417 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22418 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22419 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22420 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22421 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22422 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22423 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22424 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22425 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22426 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22427 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22428 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22430 To conform with convention, replace the underscore (_) in the
22431 following image names with dash (-) or (/) as appropriate.
22433 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22434 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22435 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22436 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22437 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22438 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22439 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22440 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22441 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22442 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22443 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22444 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22445 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22446 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22447 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22449 * info.el (info-tool-bar-map): Replace underscores in image names
22452 * makefile.w32-in (WINS): Remove toolbar.
22454 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22456 * tool-bar.el: Move to lisp from toolbar. Now that
22457 toolbar is empty, it should be deleted when folks run "cvs up -P".
22459 2005-10-18 Jay Belanger <belanger@truman.edu>
22461 * calc/calc-store.el (calc-store-into): Get the proper variable name
22462 to display in message.
22464 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22466 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22467 expressions display in speedbar for all buffers when debugging.
22468 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22470 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22471 (speedbar-insert-button, speedbar-make-button):
22472 Use add-text-properties.
22473 (speedbar-update-localized-contents)
22474 (speedbar-update-directory-contents)
22475 (speedbar-update-special-contents): Use dolist.
22476 (speedbar-buffer-easymenu-definition): Add a menu separator.
22478 2005-10-17 Jason Rumney <jasonr@gnu.org>
22480 * makefile.w32-in: Use $(lisp) consistently.
22481 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22482 for shell specific generation of mh-autoloads.
22484 2005-10-17 Richard M. Stallman <rms@gnu.org>
22486 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22488 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22490 * jit-lock.el (jit-lock-fontify-now):
22491 Move jit-lock-context-unfontify-pos to avoid wasted work.
22493 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22495 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22496 `tramp-completion-mode' for checking if we are in completion mode.
22497 (tramp-completion-handle-file-name-all-completions): Reorder code
22498 in order to complete for file names only in case there are no
22499 method/user/host completions. This is necessary for cooperation
22500 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22502 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22504 * longlines.el (longlines-search-forward)
22505 (longlines-search-backward): Match any number of spaces.
22507 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22509 * diff-mode.el (diff-mode): Doc fix.
22511 2005-10-16 David Reitter <david.reitter@gmail.com>
22513 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22514 as default on darwin and windows systems.
22516 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22518 * arc-mode.el (archive-zip-extract): Doc fix.
22520 2005-10-16 Romain Francoise <romain@orebokech.com>
22522 * mouse.el (mouse-1-click-follows-link): Doc fix.
22524 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22526 * savehist.el: Don't require CL at runtime.
22527 (savehist-xemacs): Remove.
22528 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22529 (savehist-no-conversion): Use (featurep 'xemacs).
22530 (savehist-load): Check existence of start-itimer rather than XEmacs.
22532 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22535 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22537 * savehist.el: Newer version.
22538 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22539 (savehist-last-checksum, savehist-no-conversion): New vars.
22540 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22542 (savehist-load, savehist-save): Use them.
22543 (savehist-delimit): Remove.
22545 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22547 * progmodes/compile.el (compilation-goto-locus): Display the
22548 compilation buffer first and the source buffer second, in case they're
22549 in overlapping frames. Don't raise the compilation frame if it was the
22550 selected window upon entry. Pass the `other-window' arg to
22553 * info.el (Info-fontify-node): Use dolist.
22554 Change add-text-properties to put-text-property.
22556 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22558 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22561 2005-10-16 Masatake YAMATO <jet@gyve.org>
22563 * dabbrev.el (dabbrev-completion): Pass the common
22564 prefix substring of completion to `display-completion-list'.
22566 * filecache.el (file-cache-minibuffer-complete)
22567 (file-cache-complete): Ditto.
22569 * tempo.el (tempo-display-completions): Ditto.
22571 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22573 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22575 * eshell/em-hist.el (eshell-list-history): Ditto.
22577 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22579 * mail/mailalias.el (mail-complete): Ditto.
22581 * progmodes/etags.el (complete-tag): Ditto.
22583 * progmodes/make-mode.el (makefile-complete): Ditto.
22585 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22587 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22589 * progmodes/pascal.el (pascal-complete-word)
22590 (pascal-show-completions): Ditto.
22592 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22594 * simple.el (completion-common-substring): New variable.
22595 (completion-setup-function): Use `completion-common-substring'
22598 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22600 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22601 (x-get-selection, mac-select-convert-to-string): Convert from/to
22602 UTF-16 clipboard data as in native byte order, no BOM.
22604 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22606 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22607 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22608 (gud-sentinel): Use speedbar-frame to check for speedbar.
22610 2005-10-15 Richard M. Stallman <rms@gnu.org>
22612 * savehist.el: New file.
22614 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22616 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22617 Fix bug in \bf fontification.
22619 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22621 * pcvs.el (cvs-edit-log-files): New var.
22622 (cvs-mode-edit-log): New arg `file'.
22623 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22624 Instead force the use of the original file and nothing else.
22625 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22626 the cvs-minor-wrap-function is set.
22627 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22629 2005-10-14 Bill Wohler <wohler@newt.com>
22631 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22632 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22633 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22634 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22635 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22636 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22637 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22638 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22639 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22640 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22641 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22642 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22643 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22644 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22645 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22647 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22648 appropriately (for example, gud-break to gud/break).
22650 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22652 * longlines.el (longlinges-search-function)
22653 (longlines-search-forward, longlines-search-backward): New functions.
22654 (longlines-mode): Set isearch-search-fun-function to
22655 longlinges-search-function.
22657 * mouse.el (mouse-drag-region-1): Handle the case where a
22658 double-click event is bound to an arbitrary function.
22660 2005-10-14 David Ponce <david@dponce.com>
22662 * recentf.el (recentf-track-opened-file)
22663 (recentf-track-closed-file, recentf-update-menu)
22664 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22665 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22666 mouse-1-click-follows-link.
22668 2005-10-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
22670 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22671 Gnome file-manager.png. Suggested by
22672 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22674 * toolbar/README: Add diropen.xpm.
22676 2005-10-13 Bill Wohler <wohler@newt.com>
22678 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22679 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22681 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22683 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22684 Don't waste the byte-compiler's time on constant data.
22686 2005-10-13 Kenichi Handa <handa@m17n.org>
22688 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22689 byte with `escape-glyph' face.
22691 * international/fontset.el (ccl-encode-unicode-font):
22692 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22693 Handle the case that ucs-mule-to-mule-unicode translates a character to
22694 ASCII (usually for IPA characters).
22696 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22698 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22699 Don't hide the underline of titles if font-lock-mode is disabled.
22701 2005-10-12 Bill Wohler <wohler@newt.com>
22703 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22704 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22705 files in MH-E-SRC have been updated.
22706 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22708 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22710 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22711 (mixal-mode-syntax-table): Add \n as end-comment.
22712 (mixal-operation-codes-alist): Immediately initialize to full value.
22713 (mixal-add-operation-code): Remove.
22714 (mixal-describe-operation-code): Make the arg non-optional.
22715 Use the interactive spec instead.
22716 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22717 (mixal-font-lock-keywords): Don't highlight comments here any more.
22718 (mixal-font-lock-syntactic-keywords): New var.
22719 (mixal-mode): Use it. Fix comment-start-skip.
22721 2005-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
22723 * startup.el (command-line-x-option-alist): -nb => -nbi.
22725 2005-10-12 Kim F. Storm <storm@cua.dk>
22727 * startup.el (fancy-splash-default-action): Discard mouse click in
22728 the splash screen window, as it has no sensible meaning in the
22729 next window to be selected. Fixes error reported by Jan D.
22731 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22733 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22735 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22737 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22738 Try to fix up minor layout issues like indentation, line break, etc...
22739 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22740 because it doesn't work.
22741 (mixal-operation-codes): Add some more codes.
22742 (mixal-font-lock-keywords): Process comments here.
22743 (mixal-mode): mixasm no longer needs -g option.
22745 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22747 * progmodes/sh-script.el (sh-tmp-file):
22748 Use mktemp -t. Finish support for es and rc shells.
22750 2005-10-11 Jay Belanger <belanger@truman.edu>
22752 * calc/calcalg2.el (calc-integral): With an argument, compute the
22755 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22757 * mouse.el (mouse-drag-region-1): Don't try to catch a
22758 double-click when doing follow-link (it's overridden anyway).
22760 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
22762 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22763 (autoload-print-form-outbuf): Add docstring.
22765 2005-10-11 Juri Linkov <juri@jurta.org>
22767 * info.el (Info-mode-menu): Delete menu item "Edit".
22768 (Info-mode): Delete description of Info-edit from docstring,
22769 and rearrange descriptions of Info commands in the order
22770 they are documented in the Info manual.
22772 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22774 * calendar/appt.el (appt-check): Use diary-selective-display var.
22776 2005-10-10 Richard M. Stallman <rms@gnu.org>
22778 * net/newsticker.el (newsticker-start, newsticker-show-news):
22779 Add autoload cookies.
22781 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
22783 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22785 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
22787 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22789 2005-10-10 Jay Belanger <belanger@truman.edu>
22791 * calc/calc-arith.el (math-check-known-scalarp)
22792 (math-check-known-matrixp): Check the values of arguments that are
22794 (math-check-known-square-matrixp): New function.
22795 (math-known-square-matrixp): Use math-check-known-square-matrixp.
22796 (math-super-types): Add sqmatrix type.
22798 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22799 mode name `square' to `sqmatrix'.
22801 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22802 mode name `square' to `sqmatrix'.
22804 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22806 * progmodes/etags.el (select-tags-table-mode): Don't use
22808 (tags-select-tags-table): Pass `button' to the action function.
22809 (select-tags-table): Place the side-info on button properties rather
22810 than in hidden text. Abbreviate file names.
22811 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22812 (select-tags-table-select): Add `button' argument.
22813 Get side-info from the button property rather than from hidden text.
22815 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
22817 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22818 (gud-speedbar-buttons): Preserve point if possible.
22819 (gud-sentinel): Restore previous speedbar display type.
22821 * progmodes/gdb-ui.el (gdba): Improve diagram.
22822 (def-gdb-auto-update-handler, gdb-info-locals-handler)
22823 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22824 Call get-buffer-window once.
22826 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22828 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22829 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22830 (pascal-indent-command): Remove unused var `ind'.
22831 (pascal-indent-case): Remove unused var `oldpos'.
22832 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22833 since it's now used as a proper minor mode map.
22834 (pascal-outline): Rename to pascal-outline-mode.
22835 (pascal-outline-mode): Use define-minor-mode.
22836 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22839 2005-10-10 Andreas Schwab <schwab@suse.de>
22841 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22842 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
22844 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22845 outside source directory.
22847 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
22849 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22851 (orgtbl-mode-map): Full keymap instead of sparse, because all
22852 `self-insert-command' keys are redefined in this map.
22853 (org-export-as-html): Specify charset for HTML file, by taking it
22854 from the coding system.
22856 2005-10-10 Kenichi Handa <handa@m17n.org>
22858 * textmodes/flyspell.el (flyspell-check-word-p):
22859 If unread-command-events is non-empty, don't call sit-for.
22861 2005-10-09 Richard M. Stallman <rms@gnu.org>
22863 * font-lock.el (font-lock-syntactic-keywords)
22864 (font-lock-keywords): Doc fixes.
22866 * textmodes/flyspell.el (flyspell-external-point-words):
22867 Simplify logic, and don't try to check for consecutive appearances
22868 of one incorrect word.
22870 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22872 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22875 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22876 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22877 (gud-expansion-speedbar-buttons): New function.
22878 (gud-speedbar-buttons): Check for gud-comint-buffer.
22880 2005-10-09 Bill Wohler <wohler@newt.com>
22882 * Makefile.in (updates): Add mh-loaddefs dependency.
22884 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22886 * speedbar.el (speedbar-file-key-map): Fix typo.
22888 2005-10-09 Daniel Brockman <daniel@brockman.se>
22890 * cus-start.el (line-spacing): Add custom spec.
22892 2005-10-09 Romain Francoise <romain@orebokech.com>
22894 * textmodes/ispell.el (ispell-check-version): Fix last change.
22896 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
22898 * term/x-win.el: Remove -i, --icon-type from comment.
22900 * startup.el (command-line-x-option-alist): Remove options -i,
22901 -itype, --icon-type, added -nb, --no-bitmap-icon.
22903 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
22905 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22906 instead of :active.
22908 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
22910 * textmodes/ispell.el (ispell-check-version):
22911 Ignore hyphen, and all that follows, in aspell's version text.
22913 2005-10-08 Jay Belanger <belanger@truman.edu>
22915 * calc/calc-arith.el (math-known-square-matrixp): New function.
22916 (math-pow-fancy): Check for matrices before distributing exponent
22919 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22920 fullscreen keypad. Suggested by Luc Teirlinck.
22921 (calc-keypad-show-input): Add space for formatting.
22923 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22924 Add square matrix option.
22926 * calc/calc-poly.el (math-expand-term): Check for matrices instead
22927 of checking calc-matrix-mode when deciding how to expand.
22929 * calc/calc.el (calc-set-mode-line): Add square matrix option.
22931 2005-10-08 Lars Hansen <larsh@soem.dk>
22933 * net/tramp.el (tramp-perl-directory-files-and-attributes):
22934 Add error handling.
22935 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22937 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
22939 Sync with Tramp 2.0.51.
22941 * net/tramp.el (tramp-handle-set-visited-file-modtime)
22942 (tramp-handle-insert-file-contents, tramp-handle-write-region):
22943 Insert special handling for `last-coding-system-used', again
22944 it still seems to be necessary (unlike stated before).
22945 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22946 (tramp-password-prompt-regexp): There might be other words before
22947 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22948 (tramp-chunksize): Improve docstring.
22949 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22950 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22951 Christian Joergensen <bugs@razor.dk>.
22953 2005-10-07 Glenn Morris <rgm@gnu.org>
22955 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22956 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22959 2005-10-07 Romain Francoise <romain@orebokech.com>
22961 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22962 (ibuffer-do-shell-command-pipe-replace)
22963 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22964 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22965 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22966 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22967 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22968 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22969 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22970 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22971 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22972 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22973 Autoload file sans suffix.
22975 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22977 2005-10-07 David Ponce <david@dponce.com>
22979 * recentf.el (recentf-menu-open-all-flag): New option.
22980 (recentf-digit-shortcut-command-name): New function.
22981 (recentf--shortcuts-keymap): New variable.
22982 (recentf-menu-shortcuts): New variable.
22983 (recentf-make-menu-items): Initialize it. Replace the "More..."
22984 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22985 (recentf-menu-value-shortcut): New function.
22986 (recentf-make-menu-item): Use it. No more in-lined.
22987 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22988 (recentf-open-most-recent-file): Rename from
22989 `recentf-open-file-with-key'. Don't depend on key binding.
22990 (recentf-mode-map): New variable.
22991 (recentf-mode): Use it.
22993 2005-10-06 Bill Wohler <wohler@newt.com>
22995 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22997 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22998 (MH-E-SRC): New. Used by mh-autoloads.
22999 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23000 files in MH-E-SRC have been updated.
23001 (compile, recompile, bootstrap): Depend on mh-autoloads.
23003 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
23005 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23006 gud-break and gud-remove icons when the fringe is not available.
23008 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23011 2005-10-06 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23013 * play/zone.el (zone): Wrap body with save-window-excursion.
23015 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
23017 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23018 Use the new `list-only' arg to diary-list-entries.
23020 * calendar/diary-lib.el: Use overlays rather than selective-display.
23021 (diary-selective-display): New var.
23022 (diary-header-line-format): Use it.
23023 (diary-list-entries): Add argument `list-only'.
23024 Put the buffer in diary-mode. Don't add \^M at beg and end.
23025 Replace \^M by invisible overlays.
23026 (diary-unhide-everything): Replace \^M by invisible overlays.
23027 (print-diary-entries): Look for overlays rather than \^M.
23028 Add a space to the temp buffer name.
23029 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23030 Put the buffer in diary-mode.
23031 (list-sexp-diary-entries): Replace \^M by invisible overlays.
23032 (diary-anniversary): Make the year arg optional.
23033 (diary-time-regexp): New const.
23034 (diary-font-lock-keywords): Use it to accept a few more time formats.
23036 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23038 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
23040 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23041 Fix bug introduced 2005-07-03: Use (car (last ...))
23042 to faithfully reproduce replaced artist-last.
23043 (artist-set-arrow-points-for-poly): Likewise.
23044 Suggested by Johan Bockg
\e,Ae
\e(Brd.
23046 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
23048 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23049 * wid-edit.el (widget):
23050 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23051 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23053 2005-10-06 Kenichi Handa <handa@m17n.org>
23055 * international/mule-cmds.el (set-language-environment):
23056 Fix setting up of case-table for unibyte mode.
23058 * simple.el (what-cursor-position): If the character is displayed
23059 by some `display' text property, show that. Don't use
23060 single-key-description for eight-bit characters in multibyte mode.
23062 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23064 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23065 (gdb-ann3): Set it.
23066 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23067 (gdb-info-frames-custom): Use inverse-video for first five
23068 characters of selected frame only.
23069 (gdb-get-frame-number): Select frame even when point is on frame
23072 2005-10-06 Masatake YAMATO <jet@gyve.org>
23074 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23075 Put `font-lock-function-name-face'.
23076 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23077 and `font-lock-variable-name-face'
23078 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23079 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23080 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23081 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23082 (gdb-local-font-lock-keywords): New font lock keywords definition.
23083 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23084 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23085 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23087 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23089 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23090 (ediff-merge-region-is-non-clash-to-skip): Previously called
23091 ediff-merge-region-is-non-clash.
23093 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23094 Use insert-buffer-substring.
23096 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23097 selecting files to patch. Also bug fixes.
23099 * ediff-util.el (ediff-setup): Bug fix.
23100 (ediff-next-difference): Never skip clashes that differ in white
23103 * ediff-wind.el (ediff-setup-control-frame)
23104 (ediff-destroy-control-frame): Check the menubar feature.
23106 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
23107 (viper-refresh-mode-line): Use make-local-variable to localize
23108 some vars instead of make-variable-buffer-local. Suggested by
23111 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
23112 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23113 Use make-local-variable instead of make-variable-buffer-local.
23114 Suggested by Stefan Monnier.
23116 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
23117 (viper-comint-mode-hook): Use make-local-variable on
23118 require-final-newline.
23119 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23121 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23123 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23124 also the second char of a comment-start sequence.
23125 (scheme-sexp-comment-syntax-table): New var.
23126 (lambda, define): Set their scheme-doc-string-elt property.
23127 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23128 Use lisp-font-lock-syntactic-face-function now that it properly
23129 handles |...| symbols.
23130 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23131 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23133 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23135 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23137 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23138 (lisp-doc-string-elt-property): New var.
23139 (lisp-font-lock-syntactic-face-function): Use it.
23140 Rewrite to recognize docstrings even for forms not at toplevel.
23142 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23143 annotation on the | part of #| rather than on the # part.
23144 (scheme-font-lock-syntactic-face-function): New function, to
23145 distinguish strings from |...| symbols.
23146 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23147 syntax-table so that #|...|# is properly highlighted.
23149 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23150 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23152 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23154 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23157 * emacs-lisp/eldoc.el: Move comments into docstrings.
23158 (eldoc-message-commands): Initialize in its declaration.
23159 Add move-beginning-of-line and move-end-of-line.
23160 (eldoc-add-command, eldoc-add-command-completions)
23161 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23163 * outline.el (outline-mark-subtree): Activate the mark.
23165 * calendar/appt.el (appt-time-regexp): New var.
23166 (appt-add, appt-make-list): Use it.
23167 (appt-convert-time): Clean up.
23169 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23170 Don't set any syntax-table property here.
23171 (tex-font-lock-verb): New function. Do it here.
23172 (tex-font-lock-syntactic-keywords): Use it.
23174 2005-10-04 Richard M. Stallman <rms@gnu.org>
23176 * wid-edit.el (widget-file-complete): Get the widget start point
23177 the right way. Default directory to `/' if file has none.
23179 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23181 * textmodes/flyspell.el (flyspell-mode-on):
23182 Call ispell-maybe-find-aspell-dictionaries.
23184 * textmodes/ispell.el (ispell-word, ispell-region):
23185 Call ispell-maybe-find-aspell-dictionaries.
23186 (ispell-accept-buffer-local-defs):
23187 Don't call ispell-maybe-find-aspell-dictionaries.
23189 2005-10-04 Richard M. Stallman <rms@gnu.org>
23191 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23193 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23195 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23196 instead of `fboundp' in order to allow for anonymous functions.
23198 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23200 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23201 case the user clicks on the link while another window is selected.
23202 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23204 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23206 (dframe-help-echo): Save point in case mouse tracking is off.
23208 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23210 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23212 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23214 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23215 not change the global value of those vars.
23217 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23218 make-local-variable which we do not need any more.
23220 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23222 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23223 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23224 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23225 (speedbar-path-line): Define obsolete aliases.
23226 (speedbar-line-directory): Doc fix.
23228 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23229 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23230 instead of speedbar-line-path.
23232 2005-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
23234 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23235 to nil if dropping on a window. Handle dropping on a minibuffer window
23236 like dropping on a non-window part of Emacs.
23238 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23240 * net/ange-ftp.el: Use with-current-buffer.
23241 (ange-ftp-insert-directory): Do not follow symlinks any more.
23243 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23244 Remove interactive spec.
23246 2005-10-03 Kim F. Storm <storm@cua.dk>
23248 * ido.el (ido-mode): Use custom-initialize-set.
23250 2005-10-02 Richard M. Stallman <rms@gnu.org>
23252 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23253 Use insert-buffer-substring.
23255 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23256 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23258 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23260 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23262 (ange-ftp-insert-directory): Fix up the search for the case where
23263 `file' is absolute.
23265 2005-10-02 Romain Francoise <romain@orebokech.com>
23267 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23269 2005-10-02 Andreas Schwab <schwab@suse.de>
23271 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23272 directory component in the session info.
23274 2005-10-01 Richard M. Stallman <rms@gnu.org>
23276 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23278 * simple.el (next-error-internal): New function.
23280 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23281 (compilation-start): Pass new arg to compilation-buffer-name.
23282 (compile-goto-error): Use next-error-internal.
23284 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23286 * speedbar.el: Remove RCS tag.
23287 (speedbar-check-read-only): Handle non-existent files.
23289 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23291 * info.el (Info-speedbar-hierarchy-buttons)
23292 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23294 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23296 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23297 Do not match newline.
23298 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23299 (bibtex-summary): Remove unnecessary save-excursion.
23300 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23302 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23304 * term/mac-win.el: Add charset info for "iso10646-1".
23305 Modify default fontset to use ATSUI-compatible fonts for some charsets
23308 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23310 * speedbar.el: Re-apply arch tag.
23311 (speedbar-version): Rename to version 1.0. Suggested by Eric
23313 Reapply two changes from Emacs CVS' version of speedbar lost
23315 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23316 (speedbar-frame-parameters): Improve customize type.
23318 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23320 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23321 (ange-ftp-file-directory-p): Fix the symlink case.
23322 (ange-ftp-insert-directory): When listing a single file, get a list of
23323 the parent buffer and extract the relevant line. Inspired from a patch
23324 by Katsumi Yamaoka <yamaoka@jpl.org>.
23325 (ange-ftp-file-name-sans-versions): Simplify.
23327 2005-09-30 Bill Wohler <wohler@newt.com>
23329 Move MH-E image files from toolbar and mail directories into
23332 * mail/reply2.*: Move to etc/images/mail/reply*.
23334 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23335 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23338 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23339 * toolbar/reply*: Move to etc/images/mail.
23341 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23343 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23345 * speedbar.el: New version 1.0pre3.
23347 Frame management code (including timer, and mouse click specifics)
23348 moved to dframe.el:
23349 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23350 (speedbar-timer): Removed. Use dframe-timer.
23351 (speedbar-close-frame): Removed. Use dframe-close-frame.
23352 (speedbar-activity-change-focus-flag): Removed. Use
23353 dframe-activity-change-focus-flag.
23354 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23355 dframe-update-speed.
23357 (speedbar-current-frame): New macro. Use this instead of the
23358 variable speedbar-frame.
23360 (speedbar-use-images, speedbar-expand-image-button-alist)
23361 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23363 (speedbar-find-image-on-load-path): Removed. Replaced by
23364 defezimage in ezimage.el.
23365 (speedbar-expand-image-button-alist): Removed. Replaced by
23366 ezimage-expand-image-button-alist in ezimage.el.
23368 (speedbar-ignored-directory-regexp)
23369 (speedbar-add-ignored-directory-regexp)
23370 (speedbar-ignored-directory-expressions)
23371 (speedbar-line-directory, speedbar-buffers-line-directory)
23372 (speedbar-directory-line, speedbar-buffers-line-directory):
23373 Renamed, replacing `path' with `directory'.
23375 (speedbar-create-directory, speedbar-expand-line-descendants)
23376 (speedbar-toggle-line-expansion)
23377 (speedbar-contract-line-descendants): New commands.
23379 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23380 (speedbar-use-tool-tips-flag): New options.
23382 (speedbar-check-read-only, speedbar-require-version)
23383 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23384 (speedbar-handle-delete-frame, speedbar-try-completion)
23385 (speedbar-update-localized-contents): New functions.
23387 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23388 (speedbar-object-read-only-indicator): New variables.
23390 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23393 (speedbar-separator-face): New face.
23395 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23396 (speedbar-ignored-modes): Add fundamental-mode.
23397 (speedbar-directory-unshown-regexp): Add . directories.
23399 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23400 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23401 `]' for full expand/close.
23402 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23404 (speedbar-check-vc): Support hidden files.
23405 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23406 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23407 state is nil, it is not checked out.
23409 (speedbar-line-text, speedbar-line-token): Support expand buttons
23411 (speedbar-refresh): Universal argument acts as power-click.
23412 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23413 that buffer to get variable values.
23415 And many other bugfixes.
23417 * dframe.el, ezimage.el, sb-image.el: New files.
23419 * sb-*.xpm: Remove files. New image files installed into
23420 etc/images/ezimage.
23422 2005-09-30 Kenichi Handa <handa@m17n.org>
23424 * ps-mule.el (ps-mule-show-warning): If a character is in
23425 ps-print-translation-table, don't treat it as non-printable.
23427 2005-09-30 David Ponce <david@dponce.com>
23429 * tree-widget.el (tree-widget-themes-load-path): New variable.
23430 (tree-widget-themes-directory): Doc fix.
23431 (tree-widget-image-formats) [Emacs]: Doc fix.
23432 (tree-widget--locate-sub-directory): New function.
23433 (tree-widget-themes-directory): Use it.
23435 * recentf.el (recentf-filename-handlers): Rename from
23436 `recentf-filename-handler'. Allow a list of functions.
23437 (recentf-menu-items-for-commands): Fix :help strings.
23438 (recentf-apply-filename-handlers): New function.
23439 (recentf-expand-file-name): Use it.
23440 (recentf-cleanup): Remove duplicates too.
23442 2005-09-29 Juri Linkov <juri@jurta.org>
23444 * faces.el: Rearrange face definitions to be in the same order as
23445 their face descriptions in "(emacs)Standard Faces".
23447 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23449 * tooltip.el (tooltip): Add group `basic-faces'.
23451 * buff-menu.el (Buffer-menu-buffer): Remove group
23452 `font-lock-highlighting-faces'.
23454 * progmodes/compile.el (compilation-error, compilation-warning)
23455 (compilation-info, compilation-line-number, compilation-column-number):
23456 Change group from `font-lock-highlighting-faces' to `compilation'.
23458 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23459 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23460 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23461 (vhdl-font-lock-reserved-words-face)
23462 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23463 `font-lock-highlighting-faces'.
23465 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23467 2005-09-28 Kim F. Storm <storm@cua.dk>
23469 * emulation/cua-base.el: Set CUA move property on additional commands:
23470 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23471 forward-sexp, backward-sexp, forward-list, backward-list.
23473 2005-09-28 Romain Francoise <romain@orebokech.com>
23475 * comint.el (comint-show-output): Really set point at the
23476 beginning of the output when not using `comint-use-prompt-regexp'.
23478 2005-09-27 Jay Belanger <belanger@truman.edu>
23480 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23483 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23485 * textmodes/org.el (org-table-sum): Fix format string.
23487 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23490 2005-09-26 Romain Francoise <romain@orebokech.com>
23492 * isearch.el (isearch-forward-regexp): Close doc string.
23494 2005-09-25 Richard M. Stallman <rms@gnu.org>
23496 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23498 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23500 * progmodes/compile.el (compilation-error-properties):
23501 When getting the file from the previous error message,
23502 correctly decode the new data format.
23504 * progmodes/cc-cmds.el (c-electric-paren):
23505 Call old-blink-paren only for close-paren.
23507 2005-09-24 Andreas Schwab <schwab@suse.de>
23509 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23512 2005-09-25 Romain Francoise <romain@orebokech.com>
23514 * dired-aux.el (dired-copy-file-recursive):
23515 * dired.el (dired-delete-file):
23516 * ediff-mult.el (ediff-dir-diff-copy-file):
23517 * ediff-util.el (ediff-test-save-region):
23518 * forms.el (forms-mode):
23519 * ido.el (ido-file-internal, ido-delete-file-at-head):
23520 * log-edit.el (log-edit-done):
23521 * ses.el (ses-yank-resize):
23522 * play/gomoku.el (gomoku-human-plays, gomoku)
23523 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23524 (gomoku-offer-a-draw):
23525 * play/landmark.el (lm-human-resigns, lm):
23526 * net/eudcb-ldap.el (eudc-ldap-check-base):
23527 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23528 * progmodes/ebrowse.el (ebrowse-find-pattern):
23529 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23530 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23531 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23533 * vc.el (vc-delete-file):
23534 * play/gomoku.el (gomoku-terminate-game, gomoku)
23535 (gomoku-prompt-for-move, gomoku-human-takes-back):
23536 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23537 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23539 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23541 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23542 color rxvt terminals by using the code xterm.el used to use before
23543 2005-04-09 in order to match the colors used by rxvt.
23545 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23547 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23548 colors rxvt-unicode terminals by using the same code as xterm.el.
23550 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23552 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23553 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23554 new symbol used for the tex-verbatim face.
23556 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23558 * woman.el (woman-file-name):
23559 * wid-edit.el (widget-file-prompt-value)
23560 (widget-coding-system-prompt-value):
23561 * w32-fns.el (set-w32-system-coding-system):
23562 * vc.el (vc-version-diff, vc-annotate):
23563 * textmodes/reftex-auc.el (reftex-arg-cite)
23564 (reftex-arg-index-tag):
23565 * textmodes/refer.el (refer-get-bib-files):
23566 * textmodes/artist.el (artist-figlet-choose-font):
23567 * terminal.el (terminal-emulator):
23568 * replace.el (occur-read-primary-args):
23569 * rect.el (string-rectangle, string-insert-rectangle):
23570 * ps-print.el (ps-print-preprint):
23571 * progmodes/pascal.el (pascal-goto-defun):
23572 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23573 * progmodes/compile.el (compilation-find-file):
23574 * printing.el (pr-interactive-n-up):
23575 * play/animate.el (animate-birthday-present):
23576 * net/rcompile.el (remote-compile):
23577 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23578 * mail/rmailsum.el (rmail-summary-search-backward)
23579 (rmail-summary-search):
23580 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23581 (rmail-output-read-file-name):
23582 * mail/rmail.el (rmail-search, rmail-search-backwards):
23583 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23584 * locate.el (locate):
23585 * international/quail.el (quail-show-keyboard-layout):
23586 * international/mule.el (set-buffer-file-coding-system)
23587 (revert-buffer-with-coding-system, set-file-name-coding-system)
23588 (set-terminal-coding-system, set-keyboard-coding-system)
23589 (set-next-selection-coding-system):
23590 * international/mule-diag.el (describe-coding-system)
23591 (describe-font, describe-fontset):
23592 * international/mule-cmds.el (universal-coding-system-argument)
23593 (search-unencodable-char, describe-input-method)
23594 (set-language-environment, describe-language-environment):
23595 * international/codepage.el (codepage-setup):
23596 * international/code-pages.el (codepage-setup):
23597 * info.el (Info-search, Info-follow-reference)
23598 (Info-search-backward):
23599 * emacs-lisp/advice.el (ad-read-advised-function)
23600 (ad-read-advice-class, ad-clear-cache, ad-activate)
23601 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23602 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23604 * ediff-util.el (ediff-toggle-regexp-match):
23605 * ediff-ptch.el (ediff-prompt-for-patch-file):
23606 * dired-aux.el (dired-diff):
23608 * cus-edit.el (custom-variable-prompt):
23609 * calendar/timeclock.el (timeclock-ask-for-project):
23610 * calc/calcalg3.el (calc-get-fit-variables):
23611 * calc/calc-store.el (calc-edit-variable)
23612 (calc-permanent-variable):
23613 * vc-mcvs.el (vc-mcvs-register):
23614 * shadowfile.el (shadow-define-literal-group):
23615 * woman.el (woman-file-name):
23616 * vc.el (vc-version-diff, vc-merge):
23617 * textmodes/reftex-index.el (reftex-index-complete-tag):
23618 * format.el (format-decode-buffer, format-decode-region):
23619 * emulation/viper-cmd.el (viper-read-string-with-history):
23620 * emacs-lisp/debug.el (cancel-debug-on-entry):
23621 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23622 * ediff.el (ediff-merge-revisions)
23623 (ediff-merge-revisions-with-ancestor, ediff-revision):
23624 * completion.el (interactive-completion-string-reader):
23625 * calc/calc-prog.el (calc-user-define-formula):
23626 Follow convention for reading with the minibuffer.
23628 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23630 * progmodes/python.el (python-describe-symbol): Add globals() and
23631 locals() to the arguments of emacs.ehelp.
23633 2005-09-24 Magnus Henoch <mange@freemail.hu>
23635 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23636 New function, code extracted from ispell-valid-dictionary-list.
23637 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23640 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23642 * subr.el (version-regexp-alist): Extend valid syntax for version
23643 strings: allow any of the characters -,_,+ to separate the
23644 alpha/beta/rc part from the version part. Doc fix.
23645 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23647 2005-09-23 David Reitter <david.reitter@gmail.com>
23649 * mail/mailclient.el: New file.
23651 2005-09-23 Richard M. Stallman <rms@gnu.org>
23653 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23654 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23657 * progmodes/cc-mode.el (c-font-lock-init):
23658 Specify font-lock-lines-before.
23660 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23662 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23665 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23667 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23668 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23669 of `remap' feature when available. Additional key bindings for
23670 better tty support.
23671 (org-mode-restart, org-force-self-insert): New commands.
23672 (org-time-stamp-inactive): New command.
23673 (org-remap): New function.
23674 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23675 (org-enable-fixed-width-editor): Move to `org-structure'
23676 customization group.
23677 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23678 blank field after field motion commands.
23680 2005-09-23 Kenichi Handa <handa@m17n.org>
23682 * international/mule-cmds.el (set-language-environment):
23683 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23684 have to call utf-translate-cjk-load-tables.
23686 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23688 * mouse.el (mouse-move-drag-overlay): Fix last change.
23690 2005-09-22 David Ponce <david@dponce.com>
23692 * tree-widget.el (tree-widget-value-create): Fix previous change.
23694 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23696 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23698 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23700 * mouse.el (mouse-move-drag-overlay): New function.
23701 (mouse-drag-region-1): Use it.
23702 Try to simplify a bit the state handling. Handle clicks on links
23703 inside intangible areas.
23704 (mouse-save-then-kill): Minor simplification.
23705 (mouse-secondary-overlay): Make it always non-nil instead of
23706 recreating it each time.
23707 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23708 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23709 Simplify accordingly.
23711 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23713 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23715 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23717 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23718 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23719 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23722 * ediff-util.el: Use insert-buffer-substring.
23724 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23726 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23727 field boundaries in the minibuffer.
23728 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23729 (viper-minibuffer-post-command-hook): New hook.
23730 (viper-line): Don't move cursor at bolp.
23732 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23734 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23735 avoid compiler warnings.
23737 * emulation/viper-macs.el (ex-map): Better messages.
23739 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23741 * emulation/viper.el: Replace make-variable-buffer-local with
23742 viper-make-variable-buffer-local everywhere, to avoid warnings.
23744 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23746 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23747 Delete unused var `old-selected-window'.
23748 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23749 (mouse-drag-secondary): Delete unused var `start-frame'.
23751 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23753 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23755 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23757 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23758 Re-indent within 80 columns. Use inhibit-read-only.
23760 2005-09-19 Romain Francoise <romain@orebokech.com>
23762 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23764 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23766 * font-lock.el (font-lock-default-fontify-region): Don't add a line
23767 unconditionally, since the after-change-function already did it.
23769 2005-09-19 Miles Bader <miles@gnu.org>
23771 * net/newsticker.el: Get rid of CVS keyword.
23773 2005-09-19 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
23775 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23776 The prompt is formatted later.
23778 2005-09-19 David Ponce <david@dponce.com>
23780 * tree-widget.el (tree-widget-value-create): Save the converted
23783 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
23785 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23786 variable `message'.
23788 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
23790 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23791 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
23792 <slawomir.nowaczyk.847@student.lu.se>.
23794 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
23796 * image.el (image-load-path): Use symbol `data-directory' instead
23797 of its value, for backward compatibility with packages that bind
23798 it during `find-image'. Suggested by Katsumi Yamaoka.
23799 (image-search-load-path): Handle symbols whose values are strings.
23801 2005-09-18 Romain Francoise <romain@orebokech.com>
23803 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23804 with-current-buffer form in save-excursion.
23806 2005-09-18 Deepak Goel <deego@gnufans.org>
23808 * apropos.el (apropos-command): Fix `message' call: first arg
23809 should be a format spec. In this and all other cases that appear
23810 below and elsewhere in the source code, I made a change only when
23811 two conditions were satisfied: [1] I can think of a possibility
23812 that the arguments would cause an error, for example, the code in
23813 question relies on external variables such as filenames. [2] I
23814 was sure that the arg to `message' could not have been nil in the code.
23816 * textmodes/tildify.el (tildify-region): Ditto.
23818 * textmodes/reftex-index.el (reftex-index-change-entry)
23819 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23820 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23821 * textmodes/org.el (org-complete, org-deadline, org-schedule)
23822 (org-priority, org-table-sum):
23823 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23824 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23825 (flyspell-word, flyspell-display-next-corrections):
23826 * textmodes/bibtex.el (bibtex-print-help-message):
23827 * textmodes/artist.el (artist-key-set-point-poly):
23828 * term/mac-win.el (mac-services-insert-text):
23829 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23830 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23831 (vhdl-port-paste-testbench, vhdl-compose-new-component)
23832 (vhdl-compose-configuration):
23833 * progmodes/sh-script.el (sh-blink, sh-show-indent)
23834 (sh-set-indent, sh-learn-line-indent):
23835 * progmodes/ps-mode.el (ps-mode-target-column):
23836 * progmodes/idlwave.el (idlwave-make-tags)
23837 (idlwave-scan-library-catalogs):
23838 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23839 * progmodes/gud.el (gud-jdb-analyze-source):
23840 * progmodes/flymake.el (flymake-log):
23841 * progmodes/ebnf2ps.el (ebnf-generate-region):
23842 * progmodes/cmacexp.el (c-macro-expansion):
23843 * progmodes/ada-xref.el (ada-treat-cmd-string):
23844 * progmodes/ada-mode.el (ada-create-case-exception-substring)
23845 (ada-justified-indent-current, ada-batch-reformat):
23846 * play/zone.el (zone):
23847 * play/landmark.el (lm-move):
23848 * play/decipher.el (decipher-show-alphabet):
23849 * net/newsticker.el (newsticker--display-jump)
23850 (newsticker--display-scroll):
23851 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23852 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23853 * mail/feedmail.el (feedmail-dump-message-to-queue):
23854 * eshell/esh-proc.el (eshell-remove-process-entry):
23855 * emulation/ws-mode.el (ws-last-error):
23856 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23857 (viper-record-kbd-macro):
23858 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23859 * emacs-lisp/lisp-mnt.el (lm-report-bug):
23860 * emacs-lisp/find-func.el (find-function-noselect):
23861 * calendar/timeclock.el (timeclock-status-string)
23862 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23863 (timeclock-when-to-leave-string):
23864 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23865 * calc/calc-units.el (calc-enter-units-table):
23866 * calc/calc-mode.el (calc-mode-record-mode):
23867 * woman.el (woman-mini-help):
23868 * wdired.el (wdired-change-to-wdired-mode):
23869 * vc.el (vc-retrieve-snapshot):
23870 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23871 * startup.el (display-startup-echo-area-message):
23872 * simple.el (set-goal-column):
23873 * ses.el (ses-command-hook, ses-recalculate-cell):
23874 * server.el (server-process-filter):
23875 * printing.el (pr-interface-txt-print, pr-interface-printify)
23877 * pcvs.el (cvs-help):
23878 * log-edit.el (log-edit, log-edit-mode-help):
23879 * iswitchb.el (iswitchb-possible-new-buffer):
23880 * isearch.el (isearch-edit-string):
23881 * image-mode.el (image-mode, image-minor-mode):
23882 * ibuf-macs.el (define-ibuffer-filter):
23883 * hi-lock.el (hi-lock-find-patterns):
23884 * files.el (toggle-read-only):
23885 * ediff-util.el (ediff-copy-diff)
23886 (ediff-write-merge-buffer-and-maybe-kill):
23887 * echistory.el (Electric-history-undefined):
23888 * dnd.el (dnd-insert-text):
23889 * dired-aux.el (dired-query):
23890 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23891 * bookmark.el (bookmark-bmenu-locate):
23892 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23893 Fix `message' calls to ensure first arg is a format string.
23894 The change was made only when these two conditions were satisfied:
23895 [1] when there is a possibility that the arguments would cause an error
23896 for example, if the code in question relies on external variables
23897 such as filenames, and
23898 [2] if the arg to `message' could not have been nil in the code.
23900 * pcomplete.el (pcomplete--help): Fix `message' format spec.
23901 Not having a %s would be weird, though not technically wrong.
23903 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23905 * term/mac-win.el (mac-add-charset-info): Doc fix.
23907 2005-09-17 Romain Francoise <romain@orebokech.com>
23909 * shell.el (shell-resync-dirs): Handle echoing processes more
23910 reliably. Don't insert resync command if `comint-process-echoes'
23913 2005-09-17 Magnus Henoch <mange@freemail.hu>
23915 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23916 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23917 aspell versions >= 0.60.
23918 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23919 only if ispell-aspell-supports-utf8 is non-nil.
23921 2005-09-17 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
23923 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23924 buffer-local value to lisp-indent-function.
23926 2005-09-17 Milan Zamazal <pdm@zamazal.org>
23928 * progmodes/glasses.el (glasses-make-readable): If
23929 glasses-separator differs from underscore, put appropriate
23930 overlays over underscore characters.
23931 (glasses-convert-to-unreadable): If glasses-separator differs from
23932 underscore, try to convert glasses-separator characters to
23935 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23937 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23938 Use with-syntax-table and dolist.
23940 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
23942 * textmodes/reftex-auc.el:
23943 * textmodes/reftex-cite.el:
23944 * textmodes/reftex-dcr.el:
23945 * textmodes/reftex-global.el:
23946 * textmodes/reftex-parse.el:
23947 * textmodes/reftex-ref.el:
23948 * textmodes/reftex-sel.el:
23949 * textmodes/reftex-toc.el:
23950 * textmodes/reftex-vars.el:
23951 * textmodes/reftex.el: Small changes to remove compiler warnings.
23953 * textmodes/reftex-index.el: Likewise.
23954 (reftex-query-index-phrase): More efficient use of markers.
23956 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23958 * image.el (image-load-path): New variable.
23959 (image-search-load-path): New function.
23960 (find-image): Search for images in `image-load-path'.
23962 2005-09-15 Richard M. Stallman <rms@gnu.org>
23964 * follow.el: Change Maintainer field.
23966 2005-09-15 David Ponce <david@dponce.com>
23968 * recentf.el (recentf-save-file-modes): New option.
23969 (recentf-save-list): Use it.
23971 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
23973 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23974 (mode-line-mule-info, mode-line-modified): Move bindings from
23975 mouse-3 to mouse-1.
23977 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23979 * simple.el (sendmail-user-agent-compose): Revert last change.
23981 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23983 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23984 Use with-current-buffer.
23985 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23986 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23987 (ange-ftp-insert-directory): Remove unused var `short'.
23988 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23990 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23991 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23993 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23994 (check-calendar-holidays, diary-list-entries): Autoload.
23995 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23996 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23998 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23999 which mistakenly removed a call to display-buffer.
24001 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
24003 * obsolete/iso-insert.el: Move to obsolete/ from international/.
24005 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
24007 * progmodes/hideshow.el
24008 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24009 (hs-allow-nesting): New user var.
24010 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24011 (hs-hide-block-at-point): When nesting allowed,
24012 if there is already an overlay in place, delete it.
24013 (hs-safety-is-job-n): Delete func; remove call sites.
24014 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24015 (hs-overlay-at): New func.
24016 (hs-already-hidden-p, hs-show-block): Use it.
24017 (hs-hide-all): Don't pre-clean if nesting allowed.
24018 (hs-show-all): Temporarily disallow
24019 nesting around call to `hs-discard-overlays'.
24021 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
24023 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24024 Delete unused local var.
24026 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
24028 * help-fns.el (describe-categories): "?\ " -> "?\s".
24029 (help-do-arg-highlight): Recognize also ARG-n, as in
24030 `move-to-left-margin' (ARG+n is already recognized). Simplify.
24032 * international/codepage.el (dos-unsupported-char-glyph):
24033 * net/newsticker.el (tool-bar-map, w3-mode-map)
24034 (w3m-minor-mode-map):
24035 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24037 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24039 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
24041 * custom.el (custom-push-theme): Handle the case where a symbol is
24042 bound but face properties have not yet been assigned.
24044 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24045 Fix behavior if noerase is `t' and there is no mail buffer.
24047 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24048 if `continue' is nil, rather than signal an error.
24050 2005-09-12 Richard M. Stallman <rms@gnu.org>
24052 * font-lock.el (font-lock-keywords): Add autoload.
24054 * help-fns.el (describe-variable): Rearrange to put source link
24055 in a predictable place.
24057 * net/newsticker.el: New file.
24059 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24061 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24062 (calendar-basic-setup): Use the new nil arg.
24063 (number-of-diary-entries): Move to diary-lib.el.
24065 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24066 (diary-list-entries): Use with-syntax-table and dolist.
24067 Rename from list-diary-entries.
24068 Use number-of-diary-entries if `number' is nil.
24069 (diary, diary-view-entries): Use this new name and new nil arg value.
24070 (number-of-diary-entries): Move from calendar.el.
24071 (diary-unhide-everything): New function.
24072 (include-other-diary-files, fancy-diary-display)
24073 (diary-show-all-entries, make-diary-entry): Use it.
24074 (diary-mail-entries): Use buffer-string.
24075 (mark-diary-entries): Fix long standing paren typo.
24076 (diary-sexp-entry): Use count-lines.
24077 (make-diary-entry): Avoid `previous-line'.
24078 (diary-mode-map): New var.
24079 (diary-mode): Redraw cal after saving. Setup header-line.
24080 (fancy-diary-display-mode): Use local-set-key.
24082 * startup.el (command-line): Try calling various terminal-init-foo-bar
24083 functions by stripping hyphenated suffixes from $TERM.
24085 * files.el (normal-mode): Check boundness of font-lock-keywords.
24087 2005-09-12 Richard M. Stallman <rms@gnu.org>
24089 * progmodes/compile.el: Don't decide a file's directory
24090 until the user actually tries to go there.
24091 (compilation-next-error-function):
24092 Pass compilation-find-file the directory from the file-struct.
24093 (compilation-internal-error-properties): Separate local FILE-STRUCT
24094 from FILE. Doc the args better. Rename arg FMT to FMTS.
24095 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24096 Expand it, and if nil, use default-directory.
24097 (compilation-get-file-structure): Don't mix specified directory
24098 with default directory. Put specified directory into
24099 file-struct. Don't make the file name absolute.
24101 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24102 (compile-command): Add autoload.
24103 (compilation-disable-input): Add autoload.
24105 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24107 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24108 strings of the variables it can override.
24109 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24110 %Q and %q, for fully-qualified domain name and unqualified host name.
24112 2005-09-11 Kim F. Storm <storm@cua.dk>
24114 * emacs-lisp/authors.el (authors-aliases): Update list.
24115 (authors-fixed-entries): Update mldrag.el entry.
24117 2005-09-10 Alan Mackenzie <acm@muc.de>
24119 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
24120 from the region narrowed to.
24122 2005-09-10 Magnus Henoch <mange@freemail.hu>
24124 * textmodes/ispell.el (ispell-check-version): Signal an error if
24125 aspell version is less than 0.60.
24127 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24129 * progmodes/octave-inf.el (inferior-octave-startup):
24130 Resync current dir at the end.
24132 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24134 * woman.el (woman-topic-at-point-default):
24135 Rename to woman-use-topic-at-point-default.
24136 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24137 (woman-file-name): Reflect renames above. Automatically use the
24138 word at point as topic if woman-use-topic-at-point is non-nil.
24139 Otherwise offer it as default but don't insert it in the
24140 minibuffer. Also use `test-completion' instead of `assoc' as
24141 suggested by Stefan Monnier.
24143 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24145 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24146 the attempt to do it over Tramp. This is not yet supported.
24148 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24150 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24151 (menu-bar-non-minibuffer-window-p): New functions.
24152 ("Split Window", "Save As..."): Use them.
24153 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24154 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24155 Use menu-bar-menu-frame-live-and-visible-p.
24156 ("Save Buffer", "Insert File", "Open Directory...")
24157 ("Open File...", "Visit New File..."):
24158 Use menu-bar-non-minibuffer-window-p.
24159 (kill-this-buffer-enabled-p, dired <menu-enable>):
24160 Use menu-bar-non-minibuffer-window-p.
24162 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24164 * cus-start.el (all): Don't complain about fringe-related
24165 built-ins if fringes are not supported. Ditto about
24166 selection-related built-ins. Fix the test for GTK-related built-ins.
24168 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24169 ("Postscript Print Buffer", "Print Region", "Save As...")
24170 ("Save", "Insert File...", "Open Directory...")
24171 ("Open File...", "Visit New File..."")
24172 ("Truncate Long Lines in this Buffer"): Don't look at
24173 menu-updating-frame if this display does not support multiple frames.
24175 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24177 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24179 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24181 * woman.el: Format- and whitespace-related changes.
24183 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24185 * woman.el: Fix my email address.
24187 2005-09-08 Richard M. Stallman <rms@gnu.org>
24189 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24190 (sh-mode): Locally set skeleton-pair-default-alist.
24192 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24194 * progmodes/flymake.el: Require `compile' unconditionally.
24196 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24198 * woman.el (woman-file-name): Provide a default, not initial input.
24200 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24202 * font-lock.el (font-lock-support-mode): Doc fix.
24204 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24206 2005-09-08 Richard M. Stallman <rms@gnu.org>
24208 * simple.el (blink-matching-open): Get rid of text props from
24209 the string shown in echo area. Don't permanently set point.
24210 Some rearrangements.
24212 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24214 * recentf.el (recentf-filename-handler): Add custom choice
24215 `abbreviate-file-name'.
24217 * msb.el (msb--very-many-menus): Fix typo.
24219 * disp-table.el (standard-display-european): Don't set
24220 enable-multibyte-characters to nil.
24222 2005-09-08 David Ponce <david@dponce.com>
24224 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24225 (recentf-expand-file-name): Doc fix.
24226 (recentf-dialog-mode-map): Define digit shortcuts.
24227 (recentf--files-with-key): New variable.
24228 (recentf-show-digit-shortcut-filter): New function.
24229 (recentf-open-files-items): New function.
24230 (recentf-open-files): Use it.
24231 (recentf-open-file-with-key): New command.
24233 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24235 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24236 Suggested by Kim F. Storm.
24237 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24238 (Buffer-menu-make-sort-button): Use global keymap.
24240 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24242 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24243 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24244 necessary any longer with the remapped command.
24245 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24246 formatting time only.
24248 * net/tramp.el (tramp-action-password)
24249 (tramp-multi-action-password): Compile the password prompt from
24250 `method', `user' and `host'. Sometimes it isn't obvious which
24251 password to enter, for example with remote files offered by
24252 recentf.el, or with multiple steps. Suggested by Robert Marshall
24253 <robert@chezmarshall.freeserve.co.uk>.
24255 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24257 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24258 Fix regexp for when "s///" is at the beginning of line.
24260 2005-09-07 Jay Belanger <belanger@truman.edu>
24262 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24263 when in matrix mode.
24265 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24267 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24268 non-anonymous functions.
24270 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24272 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24273 when using a header line. Otherwise, use mouse-1-click-follows-link.
24275 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24276 can't be moved; don't signal an error.
24278 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24280 * cus-theme.el (custom-theme-write-faces): Save the current face
24281 spec, not the defface spec.
24283 * custom.el (custom-known-themes): Clarify meaning of "standard".
24284 (custom-push-theme): Save old values in the standard theme.
24285 (disable-theme): Correct typo.
24286 (custom-face-theme-value): Deleted unused function.
24287 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24289 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24291 * progmodes/compile.el (compilation-goto-locus): Take into account
24292 iconified frames when determining whether the buffer is
24294 Don't reset window height if the window already existed.
24296 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24298 * custom.el (load-theme): Rename from require-theme.
24299 Add interactive spec.
24300 (enable-theme): Rename from custom-enable-theme.
24301 Add interactive spec.
24302 (disable-theme): Rename from custom-disable-theme.
24303 Add interactive spec.
24304 (custom-make-theme-feature): Doc fix.
24305 (custom-theme-directory): Doc fix.
24306 (provide-theme): Call enable-theme.
24308 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24310 * obsolete/lazy-lock.el (lazy-lock-mode):
24311 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24312 font-lock-mode if it's off. Print a warning instead.
24314 * progmodes/compile.el (compilation-start): Ignore errors if the
24315 process died before we get to send-eof.
24317 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24318 Undo last change. Enclosing the result in quotes broke things on Unix
24319 since tex-send-command passes it through shell-quote-argument.
24320 (tex-send-command): Pass `file' through convert-standard-filename
24322 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24323 info in a transcript.
24325 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24327 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24328 fix compilation warning. Reorder the key definitions to group
24329 together keys emitted by the current version of xterm.
24331 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24332 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24333 Reorder predicates to correct min-color usage.
24335 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24337 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24338 Kill local variables when longlines-mode is turned off.
24340 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24342 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24344 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24346 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24348 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24349 (font-lock-lines-before): Change default to being inactive.
24350 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24351 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24353 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24355 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24356 Deactivate temporarily advice if active (not needed for Emacs 22,
24357 but for backwards compatibility).
24358 (tramp-exists-file-name-handler): Rewrite. First implementation
24360 (tramp-advice-make-auto-save-file-name):
24361 Call `tramp-handle-make-auto-save-file-name' (again, just for
24362 backwards compatibility).
24364 2005-08-31 Reto Zimmermann <reto@gnu.org>
24366 * progmodes/vhdl-mode.el
24367 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24368 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24369 (vhdl-set-default-project): New function (easier setting of default).
24370 (vhdl-port-copy): Handle extended identifiers for generics.
24371 (vhdl-compiler-alist): Better description for error message regexp.
24372 (vhdl-make): Query for target, use previous as default.
24373 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24374 (vhdl-font-lock-keywords-2): Fix fontification for record
24376 (vhdl-speedbar-make-subpack-line): Add package body link.
24377 (vhdl-generate-makefile-1): Not include itself as dependency.
24378 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24379 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24380 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24381 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24382 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24383 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24384 (vhdl-import-project): Add string argument for `error'.
24385 (vhdl-compose-configuration)
24386 (vhdl-compose-configuration-architecture): Add configuration
24387 declaration generation.
24388 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24389 (vhdl-trailer-re): Add "record" keyword (better indentation).
24390 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24392 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24393 (vhdl-testbench-entity-file-name)
24394 (vhdl-testbench-architecture-file-name): Allow separate
24395 customization of testbench file names.
24396 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24397 (vhdl-get-visible-signals): Allow newline within alias declaration.
24398 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24399 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24400 (member-ignore-case): Alias for missing function in XEmacs.
24401 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24402 (vhdl-update-sensitivity-list): Ignore case on read signals.
24403 (vhdl-replace-string): Adjust case only for file names.
24404 (vhdl-update-sensitivity-list): Fix search for read signals.
24405 (vhdl-update-sensitivity-list): Exclude formal parameters.
24406 (vhdl-get-visible-signals): Include aliases of signals.
24407 (vhdl-get-visible-signals): Fix signal name searching.
24408 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24409 (vhdl-fixup-whitespace-region): Fix for character
24410 literals (e.g. `:').
24412 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24414 * ansi-color.el (comint-last-output-start):
24415 * bs.el (font-lock-verbose):
24416 * diff-mode.el (add-log-buffer-file-name-function):
24417 * dired-x.el (vm-folder-directory):
24418 * faces.el (help-xref-stack-item):
24419 * files.el (font-lock-keywords):
24420 * find-lisp.el (dired-buffers, dired-subdir-alist):
24421 * ido.el (cua-inhibit-cua-keys):
24422 * log-view.el (cvs-minor-wrap-function):
24423 * outline.el (font-lock-warning-face):
24424 * simple.el (compilation-current-error):
24425 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24426 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24427 * tooltip.el (comint-prompt-regexp):
24428 * w32-fns.el (explicit-shell-file-name):
24429 * term/mac-win.el (mac-charset-info-alist)
24430 (mac-services-selection, mac-system-script-code):
24431 * term/tty-colors.el (msdos-color-values):
24432 * term/w32-win.el (xlfd-regexp-registry-subnum):
24433 * term/x-win.el (x-keysym-table, x-selection-timeout)
24434 (x-session-id, x-session-previous-id):
24435 * textmodes/ispell.el (mail-yank-prefix):
24436 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24437 * textmodes/org.el (calc-embedded-close-formula)
24438 (calc-embedded-open-formula)
24439 (font-lock-unfontify-region-function):
24440 * textmodes/reftex-global.el (isearch-next-buffer-function)
24442 * textmodes/reftex.el (font-lock-keywords):
24443 * textmodes/tex-mode.el (font-lock-comment-face)
24444 (font-lock-doc-face):
24445 * textmodes/texinfo.el (outline-heading-alist):
24448 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24449 (artist-spray-chars, artist-mode-init, artist-replace-string)
24450 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24451 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24452 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24454 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24455 (conf-align-assignments): "?\ " -> "?\s".
24457 * textmodes/reftex-index.el (TeX-master): Add defvar.
24458 (reftex-index-phrases-marker): Move up defvar.
24460 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24461 (reftex-toc-include-labels-indicator)
24462 (reftex-toc-include-index-indicator)
24463 (reftex-toc-max-level-indicator): Move up declarations.
24465 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24466 of args to `tramp-run-real-handler', even if it's empty in this case.
24468 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24470 * dired.el (dired-move-to-filename-regexp): Add date format for
24471 Mac OS X 10.3 in East Asian locales.
24473 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24475 * files.el (make-auto-save-file-name): Add file name handler call
24478 * net/tramp.el (tramp-file-name-handler-alist)
24479 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24480 (tramp-handle-make-auto-save-file-name): Rename from
24481 `tramp-make-auto-save-file-name'.
24482 (tramp-exists-file-name-handler): New defun.
24483 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24484 `make-auto-save-file-name' is not a magic file name operation.
24486 2005-08-30 Richard M. Stallman <rms@gnu.org>
24488 * files.el (risky-local-variable-p):
24489 Match `-predicates' and `-commands.
24491 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24492 (custom-save-all): Visit the file if necessary;
24493 kill the buffer if we created it.
24494 (custom-save-delete): Don't visit file or kill buffer here.
24496 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24498 * textmodes/org.el (org-special-keyword): New face.
24499 (org-table-copy-down, org-table-eval-formula)
24500 (org-table-recalculate, org-init-section-numbers):
24501 Use `string-to-number' instead of `string-to-int'.
24502 (org-get-location): Use `insert-buffer-substring' instead of
24504 (org-modify-diary-entry-string): New function.
24505 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24506 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24507 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24509 (org-export-as-html): Handle QUOTE keyword.
24510 (org-quote-string): New option.
24511 (org-bookmark-jump-unhide): New function, used for
24512 `bookmark-after-jump-hook'.
24513 (org-diary-default-entry): Apply only when not called through
24516 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24518 * net/eudc.el (mode-popup-menu):
24519 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24520 * progmodes/ada-mode.el (compile-auto-highlight)
24521 (skeleton-further-elements):
24522 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24523 * progmodes/cmacexp.el (msdos-shells):
24524 * progmodes/compile.el (font-lock-extra-managed-props)
24525 (font-lock-keywords, font-lock-maximum-size)
24526 (font-lock-support-mode):
24527 * progmodes/grep.el (font-lock-lines-before):
24528 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24529 * progmodes/mixal-mode.el (compile-command):
24530 * progmodes/perl-mode.el (font-lock-comment-face)
24531 (font-lock-doc-face, font-lock-string-face):
24532 * progmodes/prolog.el (comint-prompt-regexp):
24533 * progmodes/sh-script.el (font-lock-comment-face)
24534 (font-lock-set-defaults, font-lock-string-face):
24535 * progmodes/sql.el (font-lock-keyword-face)
24536 (font-lock-set-defaults, font-lock-string-face):
24537 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24538 (itimer-version, lazy-lock-defer-contextually)
24539 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24542 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24543 (cperl-electric-keyword, cperl-electric-pod)
24544 (cperl-electric-backspace, cperl-forward-re)
24545 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24546 (vc-rcs-header, vc-sccs-header): Add defvars.
24548 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24549 (font-lock-syntactic-keywords, gud-find-expr-function):
24552 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24553 (gdb-frame-parameters): Declare before use.
24555 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24556 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24557 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24558 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24560 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24561 (idlwave-help-with-source): Use `insert-buffer-substring', not
24564 2005-08-29 Juri Linkov <juri@jurta.org>
24566 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24567 Put outline-back-to-heading function call inside save-excursion.
24569 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24571 * man.el (Man-init-defvars, Man-translate-references)
24572 (Man-support-local-filenames, Man-highlight-references):
24573 * progmodes/sql.el (sql-interactive-mode):
24574 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24576 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24577 (compilation-mode-font-lock-keywords): Add defvars.
24578 (checkdoc-interactive-loop): "?\ " -> "?\s".
24580 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24581 (font-lock-doc-face, font-lock-string-face)
24582 (font-lock-keywords-case-fold-search): Add defvars.
24583 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24585 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24586 Don't pass X and Y (they are ignored anyway).
24587 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24588 (mouse-delete-window): Make arguments optional.
24590 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24591 (caesar-translate-table, minor-modes, news-buffer-save)
24592 (news-group-name, news-minor-modes): Add defvars.
24594 * emacs-lisp/lselect.el (mouse-highlight-priority)
24595 (x-lost-selection-functions, zmacs-regions):
24596 * emacs-lisp/pp.el (font-lock-verbose):
24597 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24598 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24600 * emacs-lisp/tcover-unsafep.el (safe-functions):
24601 * international/mule-cmds.el (mac-system-coding-system)
24602 (mac-system-locale):
24603 * language/ethio-util.el (rmail-current-message)
24604 (rmail-message-vector):
24605 * language/thai-util.el (thai-auto-composition-mode):
24606 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24607 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24608 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24609 (vm-primary-inbox, vm-spool-files):
24610 * mail/rmail.el (deleted-head, font-lock-fontified)
24611 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24612 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24614 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24615 (rmail-summary-mode-map):
24616 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24617 (rmail-last-label, rmail-last-multi-labels)
24618 (rmail-summary-vector, rmail-total-messages):
24619 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24620 * mail/rmailsum.el (msgnum):
24621 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24622 (rmail-current-message):
24623 * obsolete/fast-lock.el (font-lock-face-list):
24624 * obsolete/rnewspost.el (mail-reply-buffer):
24625 * obsolete/scribe.el (compile-command):
24626 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24628 2005-08-28 John Paul Wallington <jpw@gnu.org>
24630 * ibuf-ext.el (ibuffer-auto-update-changed):
24631 Use `frame-or-buffer-changed-p' to check whether we need to update.
24632 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24633 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24634 as a `frame-or-buffer-changed-p' state vector instead.
24636 2005-08-27 Romain Francoise <romain@orebokech.com>
24638 * textmodes/makeinfo.el (makeinfo-compile):
24639 Use `compilation-start'. Set `next-error-function' according to
24641 (makeinfo-next-error): New function.
24642 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24643 (makeinfo-buffer): Likewise.
24645 * progmodes/compile.el (compilation-start): Add autoload cookie.
24647 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24648 * textmodes/sgml-mode.el: Likewise.
24649 * progmodes/python.el: Likewise.
24651 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24653 * simple.el (blink-matching-paren-distance): Document the meaning
24654 of nil value, and allow to customize to nil.
24656 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24657 command.com, not command.exe.
24659 2005-08-26 John Wiegley <johnw@newartisans.com>
24661 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24662 code around a bit so that an extraneous nil argument is not added
24663 to a command when no args are given.
24665 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24666 double-quoted argument resolves to nil, return it as an empty
24667 string rather than as nil. This made it impossible to pass "" to
24668 a shell script as a null string argument.
24670 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24672 * outline.el (outline-invent-heading): New fun.
24673 (outline-promote, outline-demote): Use it.
24674 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24675 (outline-end-of-subtree): Remove unused var `opoint'.
24677 2005-08-26 David Reitter <david.reitter@gmail.com>
24679 * menu-bar.el (truncate-lines, write-file, print-buffer)
24680 (ps-print-buffer-faces, ps-print-buffer, split-window):
24681 Disable menu items when the frame they refer to is invisible, or when
24682 they refer to a buffer and the minibuffer is selected.
24684 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24686 * progmodes/flymake.el (flymake-highlight-err-lines):
24687 Use save-excursion around flymake-highlight-line to preserve point.
24689 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24691 * progmodes/octave-mod.el: Change Author and Maintainer address.
24692 (octave-maintainer-address): Change Kurt's email address.
24693 * progmodes/octave-inf.el: Change Author and Maintainer address.
24694 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24696 2005-08-26 Kim F. Storm <storm@cua.dk>
24698 * subr.el (version-list-<, version-list-<=, version-list-=):
24699 Rename from integer-list-*.
24700 (version-list-not-zero): Likewise. Fix while loop.
24701 (version=): Use version-list-= instead of string-equal.
24703 2005-08-26 Richard M. Stallman <rms@gnu.org>
24705 * outline.el (outline-promote): Try shortening the heading.
24706 As last resort, read the heading to use.
24707 (outline-demote): As last resort, read the heading to use.
24709 2005-08-26 Romain Francoise <romain@orebokech.com>
24711 * progmodes/compile.el (compilation-start): Doc fix.
24713 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24714 (antlr-font-lock-additional-keywords): Fix reference to
24715 `antlr-font-lock-literal-regexp' erroneously changed during the
24717 (antlr-run-tool): Use `compilation-start'.
24719 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24720 instead of the obsolete `compile-internal'.
24722 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24724 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24725 (number, original-date):
24726 * calendar/cal-china.el (date):
24727 * calendar/cal-coptic.el (date):
24728 * calendar/cal-french.el (date):
24729 * calendar/cal-hebrew.el (date, entry, number, original-date):
24730 * calendar/cal-islam.el (date, number, original-date):
24731 * calendar/cal-iso.el (date):
24732 * calendar/cal-julian.el (date):
24733 * calendar/cal-mayan.el (date):
24734 * calendar/cal-menu.el (date, event):
24735 * calendar/cal-persia.el (date):
24736 * calendar/lunar.el (date):
24737 * calendar/solar.el (date): Add defvars.
24742 * obsolete/bg-mouse.el:
24743 * obsolete/sun-curs.el:
24744 * obsolete/swedish.el: Move the `defvar's to the top level.
24746 * smerge-mode.el (smerge-refined-change): Add :group.
24748 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24750 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24751 (smerge-keep-n): Remove props.
24752 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24753 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24754 now that it's done in smerge-keep-n.
24755 (smerge-refined-change): New face.
24756 (smerge-refine-chopup-region, smerge-refine-highlight-change)
24757 (smerge-refine): New funs.
24758 (smerge-basic-map): Bind smerge-refine.
24760 2005-08-25 Juri Linkov <juri@jurta.org>
24762 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24763 compilation-process-setup-function and compilation-disable-input
24764 in grep-mode instead of let-bindings in grep.
24766 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24767 Delete "Automatic File De/compression" (auto-compression-mode).
24769 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
24771 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24772 Silence warning about non-existent variable.
24774 2005-08-25 Richard M. Stallman <rms@gnu.org>
24776 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24777 Rename "Describe Key" to "Describe Key or Mouse Operation".
24779 * mail/mailalias.el (build-mail-aliases): Delete comments
24780 from the contents before processing them.
24782 * isearch.el (isearch-edit-string): Erase the Search prompt
24783 if user enters an empty string and there is no default.
24785 * comint.el (comint-file-name-prefix): Add autoload.
24787 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
24789 * subr.el (play-sound): Rearrange to avoid warning.
24791 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
24793 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24795 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24797 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
24799 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24801 * custom.el (custom-theme-set-variables): Sort minor modes last.
24803 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24805 * subr.el (version-separator, version-regexp-alist): New vars used by
24806 version comparison funs.
24807 (integer-list-<, integer-list-=, integer-list-<=)
24808 (integer-list-not-zero): New funs for integer list comparison.
24809 (version-to-list, version=, version<, version<=): New funs for version
24812 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
24814 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24815 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24816 time to silence the byte-compiler.
24818 * ibuffer.el (ibuffer-compile-make-eliding-form)
24819 (ibuffer-check-formats): Use `with-no-warnings' to hide references
24820 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24821 so it's silly to get warnings for it).
24822 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24823 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24824 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24825 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24826 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24827 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24828 Defvar at compile time.
24829 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24830 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24831 Declare them before use.
24833 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24834 (info-xref-good, info-xref-bad): Defvar at compile time.
24836 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24837 Use `let*' instead of `let'.
24839 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24840 (*mouse-y*, menu, char): Defvar at compile time.
24841 (sc::menu): Declare it before use.
24842 (sc::pack-one-line): Use `let', not `let*'.
24844 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24845 (mail-send-hook): Defvar at compile time.
24847 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24848 Defvar at compile time.
24850 * term/sun-mouse.el (current-global-mousemap)
24851 (current-local-mousemap): Declare them before use.
24853 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
24855 * bookmark.el (bookmark-after-jump-hook): New hook.
24856 (bookmark-jump): Run `bookmark-after-jump-hook'.
24858 2005-08-23 Juri Linkov <juri@jurta.org>
24860 * faces.el (minibuffer-prompt): Doc fix.
24862 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24864 * progmodes/xscheme.el: Trivial changes to silence warnings.
24865 (xscheme-previous-mode, xscheme-previous-process-state):
24867 (xscheme-last-input-end, xscheme-process-command-line)
24868 (xscheme-process-name, xscheme-buffer-name)
24869 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24870 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24871 (xscheme-control-g-synchronization-p)
24872 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24873 (default-xscheme-runlight, xscheme-runlight)
24874 (xscheme-runlight-string, xscheme-process-filter-state)
24875 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24876 Move to beginning of file.
24877 (scheme-interaction-mode-commands-alist)
24878 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24879 Declare them before use. Note: the initialization code for the
24880 variables has not been moved because it uses functions that reference
24882 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24883 (xscheme-prompt-for-expression-map): Declare them before use.
24884 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24886 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24888 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24890 2005-08-22 Juri Linkov <juri@jurta.org>
24892 * faces.el (set-face-underline): Delete this duplicate function
24893 and make an obsolete alias to set-face-underline-p.
24894 (set-face-underline-p): Use docstring of set-face-underline.
24895 (describe-face): Create hyperlink to parent face.
24897 * info.el (Info-insert-dir): Use save-excursion around
24898 insert-buffer-substring.
24899 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24900 (Info-escape-percent): Delete function.
24901 (Info-fontify-node): Replace Info-escape-percent by
24902 replace-regexp-in-string with REP arg set to lambda that
24903 duplicates `%' and preserves text properties.
24905 * progmodes/compile.el (compilation-disable-input): Doc fix.
24906 (define-compilation-mode): Doc fix and refill.
24907 (kill-compilation): Use `mode-name' in the error message.
24908 (compilation-find-file): Use `compilation-error' in the
24909 read-file-name's prompt.
24911 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24913 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24914 (smerge-auto-leave): Make undo re-enable the mode.
24915 (debug-ignored-errors): Add the user-error of impossible resolution.
24916 (smerge-resolve): Move things around a bit, in preparation for later.
24917 (smerge-diff): Don't fail if the buffer has no associated file.
24918 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24919 (smerge-conflict-overlay): New function.
24920 (smerge-match-conflict): Don't add text properties here.
24921 (smerge-find-conflict): Instead, add an overlay here.
24922 Also check for the case where we're inside a conflict already, so as to
24923 obviate the need for font-lock-multiline, which is unbearably slow with
24924 large conflicts and ciomplex font-lock patterns.
24925 (smerge-remove-props): Remove overlay rather than text-properties.
24926 (smerge-mode): Don't set font-lock-multiline.
24927 Remove overlays when turned off.
24929 2005-08-21 Kim F. Storm <storm@cua.dk>
24931 * ido.el (ido-ignore-item-p): Use save-match-data.
24932 Bind case-fold-search to ido-case-fold locally.
24934 2005-08-20 Richard M. Stallman <rms@gnu.org>
24936 * files.el (normal-mode): If font lock is on, turn it off and on.
24938 * subr.el (replace-regexp-in-string): Doc fix.
24940 * startup.el (command-line-1): Don't suppress startup screen
24941 due to existing processes.
24943 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24945 * progmodes/compile.el (compilation-disable-input): Default to nil.
24947 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24949 * progmodes/compile.el (compilation-disable-input): New defcustom.
24950 (compilation-start): If compilation-disable-input is non-nil, send
24951 EOF to the compilation process.
24953 2005-08-20 Eli Zaretskii <eliz@gnu.org>
24955 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24956 Run the argument of tex-shell-cd-command through
24957 convert-standard-filename, to get the correct style of slashes on
24958 Windows, and enclose the result in quotes, in case the file name
24959 includes whitespace or other special characters.
24961 2005-08-19 Andreas Schwab <schwab@suse.de>
24963 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24966 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24968 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24970 2005-08-18 Kim F. Storm <storm@cua.dk>
24972 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24974 2005-08-18 Richard M. Stallman <rms@gnu.org>
24976 * scroll-lock.el: New file.
24978 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24980 * dired.el (dired-move-to-end-of-filename):
24981 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24983 2005-08-18 Kim F. Storm <storm@cua.dk>
24985 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24986 rather than toggle mode when custom value is nil.
24987 (ido-everywhere): Fix defun doc string.
24989 2005-08-17 Richard M. Stallman <rms@gnu.org>
24991 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24992 as tag instead of "Inviolable".
24994 2005-08-17 Kim F. Storm <storm@cua.dk>
24996 * windmove.el (windmove-coordinates-of-position): Remove.
24997 (windmove-coordinates-of-window-position): Remove.
24998 (windmove-reference-loc): Use posn-at-point instead.
25000 * subr.el (insert-for-yank-1): Doc fix.
25002 * ido.el (ido-enter-matching-directory): Rename from
25003 ido-enter-single-matching-directory. Change `slash' choice to
25004 `only'. Add `first' choice.
25005 (ido-exhibit): Adapt to above changes.
25007 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
25009 * Makefile.in: Expand comment about building loaddefs.el.
25011 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
25013 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25014 Comment use of defadvice.
25016 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25018 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
25020 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25021 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25022 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25023 * progmodes/idlw-shell.el, progmodes/ld-script.el,
25024 * progmodes/which-func.el, ruler-mode.el, strokes.el,
25025 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25026 for backward compatibility for faces that did not appear in the
25027 previous Emacs release.
25029 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25031 2005-08-15 Kim F. Storm <storm@cua.dk>
25033 * emulation/cua-base.el (cua-delete-region): Return t if
25034 deleted region was non-empty.
25035 (cua-replace-region): Inhibit overwrite-mode for
25036 self-insert-command if replaced region was non-empty.
25037 (cua--explicit-region-start, cua--status-string): Make them
25038 buffer-local at top-level...
25039 (cua-mode): ...rather than when mode is enabled.
25041 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
25043 * progmodes/vhdl-mode.el (vhdl-emacs-21):
25044 Set t for Emacs 21, 22, and so on.
25046 2005-08-15 David Ponce <david@dponce.com>
25048 * tree-widget.el: Update Commentary header.
25049 (tree-widget-theme): Doc fix.
25050 (tree-widget-space-width): New option.
25051 (tree-widget-image-properties): Look up in the default theme too.
25052 (tree-widget--cursors): Only for images with arrow pointer shape.
25053 (tree-widget-lookup-image): Pointer shape is hand by default.
25054 (tree-widget-icon): Rename generic icon widget from
25055 `tree-widget-control'.
25056 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25057 derive from `tree-widget-icon'.
25058 (tree-widget-handle): Improve default look and feel of the text
25060 (tree-widget): Rename :*-control properties to :*-icon properties.
25061 Add :action and :help-echo properties.
25062 (tree-widget-after-toggle-functions): Move.
25063 (tree-widget-close-node, tree-widget-open-node): Remove.
25064 (tree-widget-before-create-icon-functions): New hook.
25065 (tree-widget-value-create): Update to allow customization of icons
25066 and nodes at run-time via that new hook.
25067 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25068 (tree-widget-icon-action, tree-widget-icon-help-echo)
25069 (tree-widget-action, tree-widget-help-echo): New functions.
25071 2005-08-15 Kim F. Storm <storm@cua.dk>
25073 * ido.el (ido-buffer-internal): Use with-no-warnings.
25074 (ido-make-merged-file-list): Use while-no-input.
25076 2005-08-15 Richard M. Stallman <rms@gnu.org>
25078 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25079 (flyspell-large-region): Fix doc and custom type.
25081 2005-08-14 Richard M. Stallman <rms@gnu.org>
25083 * files.el (interpreter-mode-alist): Doc fix.
25085 * mail/rmail.el (rmail-nonignored-headers): New variable.
25086 (rmail-clear-headers): Use it.
25087 (rmail-reply): Better handling of mail-followup-to header.
25089 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25090 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25091 don't try to refer to executable-font-lock-keywords.
25092 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25093 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25094 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25095 (sh-mode): Set comment-start-skip, local-abbrev-table,
25096 imenu-case-fold-search.
25097 (sh-set-shell): Don't set them here.
25098 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25099 Don't cache the results in the original alist; don't ever modify
25102 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25104 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25107 2005-08-15 Andreas Schwab <schwab@suse.de>
25109 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25111 * dired.el, info.el, mail/rmail.el: Revert last change.
25113 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25115 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25116 modification in `eval-after-load' form.
25117 * info.el: Likewise.
25118 * mail/rmail.el: Likewise.
25120 2005-08-14 Juri Linkov <juri@jurta.org>
25122 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25123 Remove highlighting of "Compilation started". Highlight only
25124 the word "finished" in "Compilation finished". Add highlighting
25125 of "interrupt", "killed", "terminated" and the exit code.
25126 (compilation-start): Add newline after header. Use exactly the
25127 same time stamp format as the finishing message.
25128 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25130 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25131 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25132 Add highlighting of "interrupt", "killed", "terminated".
25134 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25135 enabled and the current command is self-insert-command, call it
25136 explicitly with overwrite-mode bound to nil, to not allow it
25137 to delete the character after the selected region.
25139 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25141 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25142 move-end-of-line, end-of-line, and beginning-of-line to the list
25143 of commands after which the echo area is updated.
25145 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25147 * cus-edit.el (custom-save-all, custom-save-delete):
25148 Bind recentf-exclude to exclude custom-file.
25150 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25152 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25153 to go to the bottom of the mail message. Added to
25154 `rmail-summary-mode-map' with key "/".
25155 (rmail-summary-show-message): New (internal) function for use by
25156 both `rmail-summary-beginning/end-of-message'.
25157 (rmail-summary-beginning-of-message): Change to use
25158 rmail-summary-show-message.
25160 * mail/rmail.el (rmail-end-of-message): New command to go to the
25161 end of the current message. Added to `rmail-mode-map' with key "/".
25162 (rmail-beginning-of-message): Fix to work as documented.
25163 (rmail-mode): Change documentation.
25165 * progmodes/compile.el (compilation-start): Add the line
25166 "Compilation started" with compilation start time.
25167 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25169 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25171 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25174 2005-08-11 Richard M. Stallman <rms@gnu.org>
25176 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25178 * battery.el (battery-status-function): Don't use ignore-errors.
25180 2005-08-11 Lute Kamstra <lute@gnu.org>
25182 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25183 define-obsolete-variable-alias.
25185 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25187 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25188 (ange-ftp-send-cmd): Revert last change, and expand
25189 the comment explaining the problem.
25191 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25193 * ldefs-boot.el: Update.
25195 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25196 item to "Time, Load and Mail". Change help echo text.
25198 * time.el (display-time-use-mail-icon, display-time-format)
25199 (display-time-string-forms): Shorten first line of docstrings.
25201 2005-08-10 Lars Hansen <larsh@soem.dk>
25203 * desktop.el (desktop-buffer-mode-handlers):
25204 Make non-customizable. Add autoload cookie. Change initial value to
25205 nil; add elements in respective modules instead. Fix doc string.
25206 (desktop-load-file): New function.
25207 (desktop-minor-mode-handlers): New autoloaded variable.
25208 (desktop-create-buffer): Call minor mode handlers.
25209 Use desktop-load-file to load major and minor mode modules prior to
25210 checking for a handler.
25211 (desktop-save): Don't add nil to desktop-minor-modes for minor
25212 modes with nil function in desktop-minor-mode-table. Don't delete
25213 desktop file before rewriting it.
25214 (desktop-locals-to-save): Add autoload cookie. Don't make
25215 automatically buffer-local. Add variables column-number-mode,
25216 size-indication-mode, indent-tabs-mode,
25217 indicate-buffer-boundaries, indicate-empty-lines and
25218 show-trailing-whitespace.
25219 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25220 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25221 (desktop-clear-preserve-buffers-regexp): Delete.
25222 (desktop-clear-preserve-buffers): Update initial value and docstring.
25223 (desktop-save-buffer): Fix doc string.
25225 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25226 (hilit-chg-desktop-restore): New function.
25227 (highlight-changes-mode): Add highlight-changes-mode to
25228 desktop-locals-to-save.
25230 * dired.el: Add handler to desktop-buffer-mode-handlers.
25231 (dired-restore-desktop-buffer): Remove autoload cookie.
25232 (dired-mode): Add autoload cookie.
25234 * info.el: Add handler to desktop-buffer-mode-handlers.
25235 (Info-restore-desktop-buffer): Remove autoload cookie.
25236 (Info-mode): Add autoload cookie.
25238 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25239 (mh-restore-desktop-buffer): Remove autoload cookie.
25240 (mh-folder-mode): Add autoload cookie.
25242 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25243 (rmail-restore-desktop-buffer): Remove autoload cookie.
25245 2005-08-11 Masatake YAMATO <jet@gyve.org>
25247 * hexl.el (hexl-address-region):
25248 (hexl-ascii-region, hexl-font-lock-keywords):
25249 (hexl-highlight-line-range): Use the term "region"
25250 instead of "area" for consistency with the other symbols
25251 defined in hexl.el.
25253 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25255 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25256 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25257 out by Juri Linkov). Add `display-battery-mode'.
25259 2005-08-09 Juri Linkov <juri@jurta.org>
25261 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25262 Remove `-text' from face variable names.
25263 (compilation-error-file-name, compilation-warning-file-name)
25264 (compilation-info-file-name): Delete faces.
25265 (compilation-line-number, compilation-column-number):
25266 Remove face underlining.
25267 (compilation-message-face): Set to `underline' value by default.
25268 (compilation-error-face, compilation-warning-face)
25269 (compilation-info-face): Remove `-file-name' from face names.
25270 (compilation-error-text-face, compilation-warning-text-face)
25271 (compilation-info-text-face): Delete face variables.
25272 (compilation-text-face): Delete function.
25274 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25275 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25276 (grep-error-face): Set to `compilation-error' instead of
25277 `compilation-error-face' (which is redefined to `grep-hit-face' in
25279 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25280 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25282 * dired-aux.el (dired-do-query-replace-regexp):
25283 Use `query-replace-read-args'.
25285 * replace.el (query-replace-read-from, query-replace-read-to)
25286 (query-replace-read-args): Rename arg `string' to `prompt'.
25288 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25290 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25292 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25294 (ange-ftp-canonize-filename): Handle file names beginning with ~
25297 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25299 * textmodes/fill.el (canonically-space-region)
25300 (fill-context-prefix, fill-french-nobreak-p)
25301 (fill-delete-newlines, fill-comment-paragraph)
25302 (justify-current-line): "?\ " -> "?\s".
25304 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25306 * textmodes/fill.el (fill-nonuniform-paragraphs):
25307 Improve argument/docstring consistency.
25309 2005-08-09 Richard M. Stallman <rms@gnu.org>
25311 * textmodes/ispell.el (ispell-word): More fboundp checks.
25313 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25314 (find-file-noselect-1): Call it here, only if RAWFILE.
25315 (normal-mode): Always set some major mode.
25316 (save-some-buffers-action-alist): Change some explanation strings.
25317 (file-name-non-special): In the `quote' method, use unwind-protect.
25319 2005-08-09 Magnus Henoch <mange@freemail.hu>
25321 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25322 (ispell-have-aspell-dictionaries): New variable.
25323 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25324 (ispell-get-aspell-config-value): New function.
25325 (ispell-aspell-find-dictionary): New function.
25326 (ispell-aspell-add-aliases): New function.
25327 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25328 appropriate. Don't look for ispell dictionaries if we use aspell.
25329 (ispell-menu-map): Don't build a submenu of dictionaries.
25331 2005-08-09 Richard M. Stallman <rms@gnu.org>
25333 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25334 (sql-read-passwd): Use read-passwd.
25336 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25337 (idlwave-toolbar-is-possible): Add defvars.
25339 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25342 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25343 (idlwave-system-class-info, idlwave-executive-commands-alist):
25346 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25348 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25351 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25352 and content-type: headers.
25354 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25356 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25357 and rename some of them to be more self-explanatory.
25359 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25361 * startup.el (command-line-1): Implement -scriptload.
25363 * replace.el (occur-engine): Initial *Occur* output not undoable.
25365 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25366 and improve help strings.
25368 * isearch.el (isearch-repeat): When changing direction,
25369 mark search successful.
25371 * ediff-init.el: Use (featurep 'xemacs).
25373 * comint.el (send-invisible): Identify buffer, if not selected.
25375 * align.el: Delete autoload for c-guess-basic-syntax.
25377 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25379 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25380 Improve argument/docstring consistency. Doc fixes.
25381 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25382 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25383 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25384 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25385 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25386 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25387 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25388 Defvar at compile time.
25390 2005-08-09 Juri Linkov <juri@jurta.org>
25392 * info.el: Replace `info' with upper-case `Info' where appropriate.
25393 (info-title-1, info-title-2, info-title-3, info-title-4)
25394 (info-menu-header): Move up face definitions.
25395 (info-menu-star): Rename from `info-menu-5'.
25396 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25397 (Info-fontify-visited-nodes): Fix docstring.
25398 (Info-hide-note-references): Fix docstring.
25399 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25400 menu items in the same way as on cross-references.
25401 (info-apropos): Fix sorting order and formatting to be like in the
25402 stand-alone Info browser. Display error messages for 1 sec.
25403 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25404 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25406 (Info-insert-dir): Restore point after calling
25407 `insert-buffer-substring'.
25409 2005-08-08 Richard M. Stallman <rms@gnu.org>
25411 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25412 (recompute-lucid-menubar): Add defvars.
25414 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25416 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25418 * net/net-utils.el (run-dig): Rename from `dig'.
25420 * play/gametree.el (gametree-mode): Use make-local-variable,
25421 not make-variable-buffer-local.
25423 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25425 * ansi-color.el (ansi-color-make-extent)
25426 (ansi-color-set-extent-face): Use fboundp, not functionp.
25428 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25429 not make-variable-buffer-local.
25431 * bookmark.el (Info-current-file): Add defvar.
25432 (bookmark-jump-noselect): Use with-no-warnings.
25434 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25436 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25438 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25440 * find-file.el (ada-procedure-start-regexp)
25441 (ada-package-start-regexp): Add defvars.
25443 * info.el (Info-insert-dir): Use insert-buffer-substring.
25445 * xml.el (xml-att-def-re): Add defvar.
25447 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25448 calling convention.
25450 * subr.el (while-no-input): Return t if there is input.
25452 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25454 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25456 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25458 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25459 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25461 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25463 * cmuscheme.el (scheme-start-file): Replace reference to
25464 `user-emacs-directory' by "~/.emacs.d/".
25466 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25468 * info.el (Info-dir-remove-duplicates): Avoid case folding
25469 in loop; instead, keep downcased strings for comparison.
25470 Suggested by Helmut Eller.
25472 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25474 Sync with Tramp 2.0.50.
25476 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25477 XEmacs case; not necessary anymore.
25478 (tramp-user-regexp): Allow "@" as part of user name.
25479 (tramp-handle-set-visited-file-modtime)
25480 (tramp-handle-insert-file-contents)
25481 (tramp-handle-write-region): No special handling for
25482 `last-coding-system-used, because this is done in
25483 `tramp-accept-process-output' now.
25484 (tramp-accept-process-output): New defun.
25485 (tramp-process-one-action, tramp-process-one-multi-action)
25486 (tramp-wait-for-regexp, tramp-wait-for-output)
25487 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25488 Howells <dhowells@redhat.com>.
25489 (clear-visited-file-modtime): Defadvice removed. The check for
25490 unset buffer's modtime does not need to be based on
25491 `tramp-buffer-file-attributes'. Suggested by RMS.
25492 (tramp-message): Insert "\n" if not being at beginning of line.
25493 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25494 sequence with same logic.
25495 (tramp-completion-handle-expand-file-name): Discard call of
25496 `tramp-drop-volume-letter'. It is not necessary, and there have
25497 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25498 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25499 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25500 should always be visible.
25501 (tramp-handle-insert-directory, tramp-setup-complete)
25502 (tramp-set-process-query-on-exit-flag)
25503 (tramp-append-tramp-buffers): Pacify byte-compiler.
25504 (tramp-bug): Delete non-existing variables from list.
25505 Apply `tramp-load-report-modules' as pre-hook.
25506 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25507 `shell-prompt-pattern' because of non-7bit characters.
25508 Reported by Sebastian Luque <sluque@mun.ca>.
25509 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25510 (tramp-match-string-list): Remove function.
25511 (tramp-wait-for-regexp): Remove call of that function.
25512 Suggested by Kim F. Storm <storm@cua.dk>.
25513 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25514 instead of octal character code ?\600. The latter resulted in a
25515 syntax error with XEmacs.
25517 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25518 XEmacs case; not necessary anymore.
25519 (tramp-smb-handle-write-region): No special handling for
25520 `last-coding-system-used, because this is done in
25521 `tramp-accept-process-output' now.
25522 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25524 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25526 * wid-edit.el (widget-choice-value-create):
25527 Unconditionally respect user choice. Set :explicit-choice back to nil
25528 when no longer needed.
25529 (widget-choice-action): Unconditionally respect user choice.
25530 Eliminate :explicit-choice-value.
25532 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25534 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25535 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25536 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25537 running new function `toggle-indicate-empty-lines'.
25538 Rename "Customize" item to "Customize fringe".
25539 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25540 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25541 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25542 Delete "Empty lines only" item.
25543 (menu-bar-showhide-fringe-ind-customize): New function.
25544 (menu-bar-showhide-fringe-ind-mixed)
25545 (menu-bar-showhide-fringe-ind-box)
25546 (menu-bar-showhide-fringe-ind-right)
25547 (menu-bar-showhide-fringe-ind-left)
25548 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25549 instead of `fringe-indicators'.
25551 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25553 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
25554 Change the date of last update.
25556 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25558 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25559 (viper-exec-yank, viper-put-back): Don't display modification msg
25560 if in the minibuffer.
25562 * viper-init.el (viper-replace-overlay-cursor-color)
25563 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25564 Make variables frame local.
25566 * viper-util.el (viper-append-filter-alist): Use append instead of
25569 * viper.el (viper-vi-state-mode-list)
25570 (viper-emacs-state-mode-list): Move help-mode and
25571 completion-list-mode from the first list to the second.
25572 (viper-mode): Docstring.
25573 (viper-go-away, viper-non-hook-settings): Don't localize
25574 minor-mode-alist in newer Emacsen. Add advice to
25575 set-cursor-color. Don't bind "\C-c\\".
25577 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25579 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25580 (scheme-macro-expand-command): New user options.
25581 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25582 (scheme-form-at-point, scheme-start-file)
25583 (scheme-interactively-start-process): New functions.
25584 (scheme-get-process): New function, extracted from `scheme-proc'.
25585 (run-scheme): Call `scheme-start-file' to get start file, and pass
25586 it to `make-comint'.
25587 (switch-to-scheme, scheme-proc):
25588 Call `scheme-interactively-start-process' if no Scheme buffer/process
25591 2005-08-06 Juri Linkov <juri@jurta.org>
25593 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25594 Use `compilation-text-face', `compilation-info-text-face' and
25595 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25596 (compilation-error): New face.
25597 (compilation-error-file-name): Inherit from
25598 `compilation-error' instead of `font-lock-warning-face'.
25599 (compilation-warning-file-name): Inherit from
25600 `compilation-warning' instead of `font-lock-warning-face'.
25601 (compilation-info, compilation-error-file-name)
25602 (compilation-warning-file-name, compilation-info-file-name)
25603 (compilation-line-number, compilation-column-number): Doc fix.
25604 (compilation-error-text-face, compilation-warning-text-face)
25605 (compilation-info-text-face): New face variables.
25606 (compilation-line-face, compilation-column-face)
25607 (compilation-enter-directory-face)
25608 (compilation-leave-directory-face): Doc fix.
25609 (compilation-text-face): New function.
25611 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25612 instead of 1 to display binary file names as info file links.
25613 (grep-error-face): Use `compilation-error-face' instead of
25614 `font-lock-keyword-face'.
25615 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25616 and `compilation-warning-text-face' instead of
25617 `font-lock-keyword-face'. Use `compilation-error-text-face'
25618 instead of `grep-error-face'.
25620 2005-08-05 Kenichi Handa <handa@m17n.org>
25622 * international/code-pages.el: Add autoload cookies for all coding
25625 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25627 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25629 2005-08-04 Juri Linkov <juri@jurta.org>
25631 * progmodes/compile.el (compilation-mode-map):
25632 * progmodes/grep.el (grep-mode-map):
25633 Bind TAB to `compilation-next-error' and [backtab] to
25634 `compilation-previous-error'.
25636 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25637 matching line numbers, column numbers and their ranges with regexp
25638 matching only line numbers.
25639 (grep-context-face): New face variable.
25640 (grep-mode-font-lock-keywords): Use it.
25642 * faces.el (read-face-name): Delete duplicate faces.
25644 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25646 * thumbs.el (thumbs-find-image): Don't make variables
25647 automatically buffer local.
25648 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25649 (thumbs-image-num): Make automatically buffer local.
25650 (thumbs-show-thumbs-list): Use `make-local-variable', not
25651 `make-variable-buffer-local'.
25652 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25654 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25655 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25656 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25657 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25658 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25659 (feelings-about, foullst, found, hello, history, howareyoulst)
25660 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25661 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25662 (neglst, obj, object, owner, please, problems, qlist)
25663 (random-adjective, relation, remlst, repetitive-shortness)
25664 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25665 (shortlst, something, sportslst, stallmanlst, states, subj)
25666 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25667 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25668 Defvar at compile time.
25670 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25671 not `make-variable-buffer-local'.
25673 2005-08-02 Kim F. Storm <storm@cua.dk>
25675 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25676 rectangle overlay in selected window.
25678 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25680 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25681 instead of display group. Make `indicate-buffer-boundaries'
25682 customizable through Custom.
25684 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25686 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25687 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25688 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25689 (gdb-put-string): Fix typos in docstrings.
25691 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25693 Update copyright notices of files in progmodes directory for
25694 release of Emacs 22.1.
25696 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25698 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25699 Don't barf if the GUD buffer has been killed.
25701 2005-08-01 Kim F. Storm <storm@cua.dk>
25703 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25705 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25707 * simple.el (next-error-follow-minor-mode):
25708 make-variable-buffer-local -> make-local-variable.
25710 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25712 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25713 (byte-compile-form-make-variable-buffer-local): New functions to warn
25714 about misuses of make-variable-buffer-local where make-local-variable
25717 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25719 * bs.el (bs-attributes-list): Doc fix.
25720 (bs): Update url-link.
25722 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25723 (desktop-load-default): Simplify.
25725 * ibuffer.el (ibuffer-columnize-and-insert-list)
25726 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25727 (ibuffer-unmark-all, ibuffer-toggle-marks)
25728 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25729 (ibuffer-compile-make-format-form, ibuffer-format-column)
25730 (ibuffer-current-buffers-with-marks)
25731 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25732 (ibuffer): Doc fix.
25733 (ibuffer-mode): Fix typo in docstring.
25734 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25735 with `define-obsolete-variable-alias'.
25736 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25738 2005-07-29 Kenichi Handa <handa@m17n.org>
25740 * international/mule-cmds.el (select-message-coding-system):
25741 Be sure to use LF for end-of-line. If no coding system is decided,
25742 return iso-8859-1-unix.
25744 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25746 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25747 (ange-ftp-pending-error-line): New vars.
25748 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25749 to handle the non-fatal no-route-to-host messages.
25750 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25752 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
25754 * isearch.el (isearch-mode-map, isearch-other-meta-char)
25755 (isearch-quote-char, isearch-printing-char)
25756 (isearch-text-char-description): "?\ " -> "?\s".
25757 (isearch-lazy-highlight-cleanup)
25758 (isearch-lazy-highlight-initial-delay)
25759 (isearch-lazy-highlight-interval)
25760 (isearch-lazy-highlight-max-at-a-time)
25761 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25762 Declare with define-obsolete-*-alias macros.
25763 (isearch-forward): Fix typo in docstring.
25764 (search-invisible, search-ring-yank-pointer)
25765 (regexp-search-ring-yank-pointer): Doc fixes.
25767 * recentf.el (recentf-menu-append-commands-p): Declare with
25768 `define-obsolete-variable-alias'.
25769 (recentf-max-saved-items, recentf-menu-filter)
25770 (recentf-arrange-by-rule-subfilter): Doc fixes.
25771 (recentf-menu-append-commands-flag)
25772 (recentf-initialize-file-name-history, recentf-expand-file-name)
25773 (recentf-clear-data): Fix typos in docstrings.
25775 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
25777 * progmodes/gdb-ui.el: Smarten comments.
25778 (gdb-info-breakpoints-custom): Use nowarn when finding file.
25780 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
25782 * term/apollo.el (terminal-init-apollo): New function containing
25783 all former top level forms in the file.
25784 * term/bobcat.el (terminal-init-bobcat):
25785 * term/cygwin.el (terminal-init-cygwin):
25786 * term/iris-ansi.el (terminal-init-iris-ansi):
25787 * term/linux.el (terminal-init-linux):
25788 * term/news.el (terminal-init-news):
25789 * term/rxvt.el (terminal-init-rxvt):
25790 * term/sun.el (terminal-init-sun):
25791 * term/tvi970.el (terminal-init-tvi970):
25792 * term/vt100.el (terminal-init-vt100):
25793 * term/vt102.el (terminal-init-vt102):
25794 * term/vt125.el (terminal-init-vt125):
25795 * term/vt200.el (terminal-init-vt200):
25796 * term/vt201.el (terminal-init-vt201):
25797 * term/vt220.el (terminal-init-vt220):
25798 * term/vt240.el (terminal-init-vt240):
25799 * term/vt300.el (terminal-init-vt300):
25800 * term/vt320.el (terminal-init-vt320):
25801 * term/vt400.el (terminal-init-vt400):
25802 * term/vt420.el (terminal-init-vt420):
25803 * term/wyse50.el (terminal-init-wyse50):
25804 * term/xterm.el (terminal-init-xterm): Likewise.
25806 * term/README: Describe the terminal-init-* functionality.
25808 * startup.el (command-line): After loading the terminal initialization
25809 file call the corresponding terminal initialization function.
25811 2005-07-27 Kenichi Handa <handa@m17n.org>
25813 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25816 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25817 (ps-mule-composition-prologue): Fix for the case that
25818 RelativeCompose is false.
25820 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
25822 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25824 * descr-text.el (describe-char): Handle the case where the list of
25825 chars is displayed in a separate frame.
25826 Be a bit more discriminating when looking for the char.
25828 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
25830 * bookmark.el (bookmark-automatically-show-annotations)
25831 (bookmark-read-annotation-text-func): Doc fixes.
25832 (bookmark-save): Improve argument/docstring consistency.
25833 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25834 (bookmark-alist-from-buffer)
25835 (bookmark-upgrade-file-format-from-0)
25836 (bookmark-grok-file-format-version)
25837 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25838 (bookmark-read-annotation-mode)
25839 (bookmark-insert-current-bookmark, bookmark-jump)
25840 (bookmark-exit-hook): Fix typos in docstrings.
25841 (bookmark-exit-hooks): Define as obsolete alias.
25842 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25843 not `bookmark-exit-hooks'. Fix docstring.
25844 (bookmark-bmenu-select): "?\ " -> "?\s".
25846 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
25848 * startup.el (command-line): Fix typo.
25850 2005-07-24 Richard M. Stallman <rms@gnu.org>
25852 * tooltip.el (tooltip-mode): Test emacs-basic-display,
25853 not emacs-quick-startup.
25855 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
25857 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25858 (reb-next-match, reb-show-subexp): Use `with-selected-window'
25859 instead of `reb-with-current-window'.
25860 (reb-prev-match): Likewise. Also, don't move left if the search
25862 (reb-initialize-buffer): New function.
25863 (re-builder, reb-change-syntax): Use it.
25865 * man.el (Man-goto-page): Make second argument NOERROR optional.
25867 2005-07-23 Richard M. Stallman <rms@gnu.org>
25869 * man.el (Man-bgproc-sentinel): Check here for failure to find
25870 any man page in the output, and report the error here.
25871 (Man-arguments): Make it permanent local.
25872 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25873 (Man-mode): Pass t for NOERROR.
25875 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25876 (grep-mode-font-lock-keywords):
25877 Don't use compilation-...-face for messages that are not file names.
25879 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25880 Don't use compilation-...-face for messages that are not file names.
25882 2005-07-22 Juri Linkov <juri@jurta.org>
25884 * startup.el (normal-splash-screen): Update menu name.
25886 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25888 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25890 * term/xterm.el: Load term/rxvt if the terminal is actually an
25892 (xterm-rxvt-set-background-mode): Remove, not used anymore.
25894 * term/rxvt.el (function-key-map): Use substitute-key-definition
25895 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
25897 * term/cygwin.el: New file.
25899 2005-07-22 Kim F. Storm <storm@cua.dk>
25901 * image-file.el (insert-image-file, image-file-yank-handler):
25902 Fix last change to maintain a (unique) yank-handler on yanked images.
25904 2005-07-22 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
25906 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25907 of the file size (as in "177B" for 177 bytes). This happens with
25908 "ls -lh" on FreeBSD.
25910 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
25912 * hilit-chg.el (highlight-changes-global-initial-state)
25913 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25914 (hilit-chg-fixup, highlight-changes-mode):
25915 Fix typos in docstrings.
25916 (highlight-changes-global-modes, highlight-changes-rotate-faces):
25919 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
25921 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25922 mode function using `eval-after-load'.
25924 2005-07-21 Kim F. Storm <storm@cua.dk>
25926 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25927 included when reporting an Emacs crash, and tell about the DEBUG file.
25929 * image-file.el (insert-image-file): Add yank-handler.
25930 (image-file-yank-handler): Yank handler to make unique copies of
25931 images when they are yanked into a buffer next to each other.
25933 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
25935 * comint.el (comint-use-prompt-regexp, comint-send-input)
25936 (comint-source-default, comint-extract-string)
25937 (comint-get-source, comint-word, comint-completion)
25938 (comint-source, comint-prompt-read-only, comint-update-fence):
25939 Fix typos in docstrings.
25940 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25941 Declare with define-obsolete-*-alias macros.
25942 (comint-previous-matching-input-from-input)
25943 (comint-next-matching-input-from-input)
25944 (comint-previous-matching-input, comint-next-matching-input)
25945 (comint-forward-matching-input):
25946 Improve argument/docstring consistency.
25948 * desktop.el (desktop-clear-preserve-buffers-regexp):
25949 Also preserve the *server* buffer.
25951 * simple.el (clone-indirect-buffer): Doc fix.
25952 (fixup-whitespace, just-one-space)
25953 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25954 (next-error, next-error-highlight)
25955 (next-error-highlight-no-select, next-error-last-buffer)
25956 (next-error-buffer-p, next-error-find-buffer, next-error)
25957 (previous-error, next-error-no-select, previous-error-no-select)
25958 (open-line, split-line, minibuffer-prompt-width, kill-new)
25959 (binary-overwrite-mode): Fix typos in docstrings.
25960 (set-fill-column): Fix typo in message.
25962 * skeleton.el (skeleton-proxy-new): Doc fix.
25964 * strokes.el (strokes-load-hook): Doc fix.
25965 (strokes-grid-resolution, strokes-get-grid-position)
25966 (strokes-renormalize-to-grid, strokes-read-stroke)
25967 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25968 (strokes-global-map): Fix typos in docstrings.
25969 (strokes-help): Doc fix. Fix help message and pass it through
25970 `substitute-command-keys'.
25972 * tempo.el (tempo-insert-prompt, tempo-interactive)
25973 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25974 (tempo-insert-string-functions, tempo-local-tags)
25975 (tempo-define-template, tempo-insert-template)
25976 (tempo-insert-prompt-compat, tempo-is-user-element)
25977 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25978 Fix typos in docstrings.
25980 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25981 (vcursor-key-bindings, vcursor-use-vcursor-map)
25982 (vcursor-find-window, vcursor-scroll-down)
25983 (vcursor-disable, vcursor-beginning-of-buffer)
25984 (vcursor-end-of-buffer): Fix typos in docstrings.
25985 (vcursor-relative-move, vcursor-get-char-count):
25986 Improve argument/docstring consistency.
25988 * version.el: "?\ " -> "?\s".
25990 * wid-edit.el (widget-default-create, widget-after-change)
25991 (widget-default-format-handler, widget-checklist-add-item)
25992 (widget-radio-add-item, widget-choose, widget-specify-secret)
25993 (widget-field-value-create, widget-field-value-get)
25994 (widget-editable-list-format-handler)
25995 (widget-editable-list-entry-create, widget-group-value-create)
25996 (widget-documentation-link-add)
25997 (widget-documentation-string-value-create): "?\ " -> "?\s".
25998 (widget-convert-text): Doc fix.
25999 (widget-narrow-to-field, widget-field-find)
26000 (widget-url-link-action, widget-emacs-library-link-action)
26001 (widget-color-notify): Fix typos in docstrings.
26003 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26004 (x-select-text, set-w32-system-coding-system)
26005 (w32-add-charset-info): Fix typos in docstrings.
26007 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26008 (cua-enable-cua-keys, cua-use-hyper-key)
26009 (cua-virtual-rectangle-edges): Fix typos in docstrings.
26010 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26012 * net/tramp.el (tramp-handle-load): Fix typo in error message.
26014 * emacs-lisp/re-builder.el (regexp-builder): Declare with
26015 `defalias' instead of faking it.
26017 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26018 (eshell-ls-missing, eshell-ls-dired-initial-args)
26019 (eshell-ls-use-in-dired): Fix typos in docstrings.
26021 2005-07-20 Kim F. Storm <storm@cua.dk>
26023 * emulation/cua-base.el (cua-mode): Improve doc string.
26025 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
26027 * abbrev.el (expand-region-abbrevs): Doc fix.
26028 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26029 Improve argument/docstring consistency.
26031 * arc-mode.el (archive-get-descr, archive-alternate-display):
26033 (archive-l-e): Improve argument/docstring consistency.
26034 (archive-tmpdir, archive-unixdate, archive-unixtime)
26035 (archive-chmod-entry): Fix typos in docstrings.
26036 (archive-unflag, archive-unflag-backwards)
26037 (archive-unmark-all-files): "?\ " -> "?\s".
26039 * buff-menu.el (Buffer-menu-unmark): Doc fix.
26040 (Buffer-menu-not-modified, Buffer-menu-execute)
26041 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26042 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26044 * composite.el (compose-string, encode-composition-rule)
26045 (compose-last-chars): Fix typos in docstrings.
26047 * desktop.el (desktop-enable, desktop-basefilename):
26048 Declare with `define-obsolete-variable-alias'.
26049 (desktop-internal-v2s): Don't quote keywords.
26050 (desktop-clear): "?\ " -> "?\s".
26052 * dired.el (dired-align-file, dired-flag-backup-files)
26053 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26054 (dired-listing-switches, dired-ls-F-marks-symlinks)
26055 (dired-dwim-target, dired-load-hook, dired-mode-hook)
26056 (dired-directory, dired-faces, dired, dired-revert)
26057 (dired-mode, dired-summary, dired-view-file)
26058 (dired-copy-filename-as-kill, dired-delete-file)
26059 (dired-no-confirm, dired-unmark-all-marks)
26060 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26061 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26062 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26063 Fix typos in message strings.
26065 * dired-x.el (virtual-dired): Declare with `defalias'.
26066 (dired-mark-unmarked-files, dired-local-variables-file)
26067 (dired-omit-here-always): Doc fix.
26068 (dired-omit-mode, dired-find-subdir)
26069 (dired-enable-local-variables, dired-clean-up-buffers-too)
26070 (dired-extra-startup, dired-mark-extension, dired-jump)
26071 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26072 (dired-smart-shell-command, dired-guess-shell-alist-user)
26073 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26074 (dired-x-bind-find-file, dired-x-submit-report):
26075 Fix typos in docstrings.
26076 (dired-mark-unmarked-files): "?\ " -> "?\s".
26078 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26080 * faces.el (describe-face): "?\ " -> "?\s".
26081 (read-all-face-attributes, read-face-font, modify-face)
26082 (face-attr-construct, italic): Fix typos in docstrings.
26083 (frame-update-face-colors): Declare with
26084 `define-obsolete-function-alias'.
26086 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26087 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26088 (magic-mode-alist, buffer-file-numbers-unique)
26089 (write-file-functions, get-free-disk-space):
26090 Fix typos in docstrings.
26091 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26092 (write-contents-hooks, write-file-hooks):
26093 Declare with `define-obsolete-variable-alias'.
26095 * forms-d2.el (arch-rj): Fix typo in docstrings.
26096 (arch-tocol): Likewise. "?\ " -> "?\s".
26098 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26099 Fix typo in docstring.
26100 (set-screen-width, set-screen-height): Delete redundant info in
26102 (new-frame, screen-height, screen-width): Declare with
26103 `define-obsolete-function-alias'.
26104 (delete-frame-hook, blink-cursor): Declare with
26105 `define-obsolete-variable-alias'.
26107 * paths.el (prune-directory-list): Fix typos in docstring.
26109 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26110 (cvs-prefix-get): Fix typos in docstrings.
26112 * ps-print.el (ps-extend-face-list, ps-extend-face)
26113 (ps-print-background-image): Fix typos in docstrings.
26114 (ps-default-fg, ps-default-bg): Doc fixes.
26116 * s-region.el (s-region-bind): Doc fix.
26117 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26119 * textmodes/org.el (org-table-formula-substitute-names)
26120 (org-table-get-vertical-vector): Doc fixes.
26121 (org-table-recalculate): Remove unused argument to `message'.
26123 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26125 * textmodes/org.el (org-table-column-names)
26126 (org-table-column-name-regexp)
26127 (org-table-named-field-locations): New variables.
26128 (org-archive-subtree): Protect `this-command' when calling
26129 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26131 (org-complete): Remove fixed-formula completion.
26132 (org-edit-formulas-map): New variable.
26133 (org-table-edit-formulas): New command.
26134 (org-finish-edit-formulas, org-abort-edit-formulas)
26135 (org-show-variable, org-table-get-vertical-vector): New functions.
26136 (org-table-maybe-eval-formula): Handle `:=' fields.
26137 (org-table-get-stored-formulas, org-table-store-formulas)
26138 (org-table-get-formula, org-table-modify-formulas)
26139 (org-table-replace-in-formulas): Handle named field formulas.
26140 (org-table-get-specials): Store locations of named fields.
26142 2005-07-19 Juri Linkov <juri@jurta.org>
26144 * progmodes/grep.el (grep-regexp-alist)
26145 (grep-mode-font-lock-keywords, grep-process-setup):
26146 Use default GNU grep match color "01;31m" instead of "01;41m".
26147 (grep-regexp-alist, grep-mode-font-lock-keywords):
26148 Use `\\[[0-9]*m' instead of `\\[00m'.
26149 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26150 sgr_start where its handling is more important. Use the real
26151 length of sgr_start instead of constant 8.
26152 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26153 specially. Delete all remaining escape sequences.
26154 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26155 (grep-regexp-alist): Make hyperlink only for binary file name
26156 instead of the whole line.
26157 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26158 (grep-mode): Add autoload.
26160 * emacs-lisp/find-func.el (find-function-regexp):
26161 Add `define-compilation-mode'.
26163 2005-07-19 Juri Linkov <juri@jurta.org>
26165 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26166 (compare-windows-sync-string-size, compare-windows-recenter)
26167 (compare-windows-highlight, compare-windows): Add version 22.1.
26168 (compare-windows) <defface>: Inherit from lazy-highlight instead
26169 of duplicating its default value.
26171 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26172 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26174 * descr-text.el (describe-char): Create link buttons for `charset'
26175 and `code point'. Add the current input method name with a link
26176 button to `to input' field. Print face names of display table
26177 characters in `The display table entry is displayed by' section
26178 instead of printing face-id in the `display' field.
26179 Guess hardcoded faces and create a link button for them.
26180 Skip empty fields when calculating max-width.
26181 Treat `widget-create' specially while inserting strings from the
26182 collected field list.
26183 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26185 * diff-mode.el (diff-file-header): Change foreground color from
26186 yellow to green on light backgrounds.
26187 (diff-context): Inherit from `shadow' only for color/grayscale
26188 with more than 88 colors.
26189 (diff-indicator-removed, diff-indicator-added)
26190 (diff-indicator-changed): New faces.
26191 (diff-font-lock-keywords): Use new faces. Regroup rules.
26192 Add "^---$" for `normal' diff format. Fontify `#' lines with
26193 font-lock-comment-delimiter-face and font-lock-comment-face.
26194 Add `#' to ^[^...] in the rule for `diff-context-face'.
26196 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26197 a button-like box. Inherit from `highlight' on low colors.
26198 (shadow): Use shades of gray only for color/grayscale with
26199 more than 88 colors. Use green for light backgrounds with
26200 8 colors, and yellow for dark backgrounds with 8 colors.
26202 * font-lock.el (font-lock-regexp-grouping-backslash):
26203 Don't inherit from escape-glyph (use bold for all cases).
26205 * info.el (info-xref-visited): Use light foreground color `violet'
26206 for dark backgrounds instead of dark color `magenta3'.
26207 (info-title-1): Use `yellow' color for dark backgrounds.
26209 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26210 too-light magenta2.
26212 * replace.el (match): Use slightly more light RoyalBlue3 instead
26213 of dark RoyalBlue4.
26215 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26217 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26219 * novice.el (disabled-command-hook): Declare it with
26220 `define-obsolete-variable-alias'.
26222 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26223 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26224 (desktop-load-default): Add release to obsolescence info.
26225 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26226 (desktop-append-buffer-args, desktop-read):
26227 Fix typos in docstrings.
26228 (desktop-kill): Fix typo in message.
26229 (desktop-save): Doc fix.
26231 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26233 * viper-cmd.el (viper-escape-to-state): Bug fix.
26234 (viper-envelop-ESC-key): Change the definition of fast
26235 keysequence so it'll work with keyboard macros.
26237 * ediff.el (ediff-patch-buffer): Change the docstring.
26239 2005-07-19 Kenichi Handa <handa@m17n.org>
26241 * international/mule-cmds.el (select-safe-coding-system): Try to
26242 use an auto-coding (if any) before anything else. If the found
26243 auto-coding is invalid, show a warning message.
26245 * international/mule.el (find-auto-coding): New function created
26246 by modifying the body of set-auto-coding.
26247 (set-auto-coding): Use find-auto-coding to find a coding.
26249 2005-07-18 Richard M. Stallman <rms@gnu.org>
26251 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26252 not isearch-mode-end-hook-error.
26253 (allout-before-change-protect): Fix error message.
26255 2005-07-18 Juri Linkov <juri@jurta.org>
26257 * allout.el (allout-mode):
26258 * calculator.el (calculator-copy):
26259 * custom.el (custom-known-themes):
26260 * dired.el (dired-desktop-buffer-misc-data)
26261 (dired-restore-desktop-buffer):
26262 * dired-x.el (dired-omit-marker-char):
26263 * files.el (basic-save-buffer):
26264 * font-core.el (font-lock-mode):
26265 * calendar/calendar.el (calendar-goto-hebrew-date)
26266 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26267 (calendar-goto-persian-date):
26268 * language/ethio-util.el (ethio-sera-to-fidel-region):
26269 * textmodes/picture.el (picture-mode):
26270 Delete duplicate duplicate words.
26272 2005-07-18 Juri Linkov <juri@jurta.org>
26274 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26276 (isearch-fallback): Don't call `isearch-process-search-char'.
26277 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26278 (isearch-process-search-char): Call `isearch-fallback' for regexp
26280 (isearch-return-char): Make obsolete with `make-obsolete' instead
26281 of simply documenting it as obsolete in the docstring.
26282 (isearch-fallback): Refill docstring.
26284 * international/isearch-x.el
26285 (isearch-process-search-multibyte-characters): Remove unneeded
26286 `concat'. Add intermediate values to `junk-hist' instead of
26287 `minibuffer-history'. Test the length of `str'.
26289 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26291 * allout.el (allout-resolve-xref): Fix typos in error strings.
26292 (allout-before-change-protect): Remove unneeded `concat'.
26294 * array.el (array-mode, array-reconfigure-rows)
26295 (untabify-backward): Fix typos in docstrings.
26296 (array-reconfigure-rows): Use `insert-buffer-substring', not
26299 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26300 * progmodes/ada-mode.el (ada-make-body):
26301 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26303 * dired.el (dired-log):
26304 * tar-mode.el (tar-subfile-save-buffer):
26305 * play/zone.el (zone-pgm-stress-destress):
26306 Use `insert-buffer-substring', not `insert-buffer'.
26308 2005-07-17 Simon Josefsson <jas@extundo.com>
26310 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26312 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26314 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
26315 Add plain auth method.
26316 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26318 2005-07-17 Kim F. Storm <storm@cua.dk>
26320 * ido.el (dired-other-window): Add ido property.
26322 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26324 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26325 Fix typo in docstring.
26326 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26327 `insert-file-literally'.
26329 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26330 info and delete redundant message. Doc fix.
26331 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26332 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26334 2005-07-16 Richard M. Stallman <rms@gnu.org>
26336 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26337 (byte-compile-and): Use byte-compile-and-recursion.
26338 (byte-compile-or-recursion): New function.
26339 (byte-compile-or): Use that.
26340 (byte-compile-if): Guard the else-clause too.
26341 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26343 * isearch.el (isearch-mode-end-hook-quit): New variable.
26344 (isearch-done): Bind it.
26345 (isearch-mode-end-hook): Doc fix.
26347 * allout.el (allout-isearch-did-quit): Variable deleted.
26348 (allout-real-isearch-abort): Function name no longer used.
26349 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26350 (allout-isearch-rectification): isearch-mode always exists.
26351 Don't set allout-isearch-did-quit.
26352 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26353 allout-isearch-did-quit.
26354 (allout-enwrap-isearch): Just add the hook.
26355 (allout-isearch-abort): Function deleted.
26356 (allout-pre-command-business): Avoid warning.
26358 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26359 Correctly avoid warnings.
26360 (pascal-outline): Likewise.
26362 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26364 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26366 * play/tetris.el (tetris-mode): Avoid warning.
26368 * play/snake.el (snake-mode): Avoid warning.
26370 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26371 (gamegrid-set-display-table): Avoid warning.
26372 (gamegrid-set-timer): Likewise.
26373 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26374 (gamegrid-add-score-with-update-game-score-1): Take FILE
26376 (gamegrid-add-score-with-update-game-score): Pass that argument.
26377 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26379 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26381 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26382 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26384 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26387 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26388 (sc-ask): Avoid warnings.
26390 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26391 (eshell-hist-initialize): Use that var the natural way.
26393 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26395 * emacs-lisp/re-builder.el (reb-cook-regexp):
26396 Avoid warning calling lre-compile-string.
26397 (reb-color-display-p): Avoid warning.
26399 * calculator.el (calculator-last-input): Guard uses
26400 of event-key and key-press-event-p.
26401 (event-key, key-press-event-p): Delete definitions.
26403 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26404 (find-gc-source-directory, find-gc-subrs-callers)
26405 (find-gc-noreturn-list, find-gc-source-files)
26406 (find-gc-subrs-called): Vars renamed and defvar'd.
26408 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26409 (checkdoc-overlay-put, checkdoc-delete-overlay)
26410 (checkdoc-overlay-start, checkdoc-overlay-end)
26411 (checkdoc-mode-line-update, checkdoc-char=):
26412 Define such that compiler knows they are defined.
26413 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26414 (checkdoc-read-event): Delete. Use read-event directly.
26416 * whitespace.el (whitespace-make-overlay)
26417 (whitespace-overlay-put, whitespace-delete-overlay)
26418 (whitespace-overlay-start, whitespace-overlay-end):
26419 Define such that compiler knows they are defined.
26420 (whitespace): Move conditional inside.
26422 * tempo.el (tempo-insert-template): Suppress warning.
26424 * ediff-diff.el (longlines-mode): Add defvar.
26426 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26428 * server.el: Bind "C-x #" in a way that works even if C-x is
26429 redefined to a command key, not a prefix key.
26431 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26433 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26434 cl-make-type-test till execution time.
26436 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26438 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26439 arg ARG and use it.
26441 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26443 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26445 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26447 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26448 a defcustom with two :set or :type keywords.
26450 2005-07-15 Richard M. Stallman <rms@gnu.org>
26452 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26453 Don't give ^M comment-end syntax.
26455 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26457 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26458 Don't consider gdbmi (gdb-mi.el has its own update functions).
26459 (gdb-var-delete): Make it work for gdbmi as well.
26460 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26462 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26463 (gud-speedbar-menu-items): Correct logic for enabling items.
26465 2005-07-15 Kim F. Storm <storm@cua.dk>
26467 * ido.el: Fix commentary.
26468 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26469 Use with-no-warnings around ffap-guesser.
26470 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26471 Let bind minibuffer-completing-file-name to t.
26473 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26475 * startup.el (site-run-file, keyboard-type): Doc fixes.
26476 (command-line): Check for "--basic-display" argument; also for
26477 "--quick", not "--bare-bones" (which was renamed).
26478 (fancy-splash-text): Add missing item "Getting New Versions".
26479 (normal-splash-screen): Fix typos and improve consistency with
26480 `fancy-splash-text'. Update copyright year.
26482 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26483 valid binding for `help-char'.
26485 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26487 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26489 * term.el (term-mode): Disable cua-mode for term buffers.
26491 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26493 * add-log.el (add-log-mailing-address, change-log-merge):
26495 (change-log-get-method-definition): Fix typo in docstring.
26497 2005-07-14 Kim F. Storm <storm@cua.dk>
26499 * emulation/cua-base.el:
26500 (cua--pre-command-handler-1, cua--pre-command-handler)
26501 (cua--post-command-handler-1, cua--post-command-handler):
26502 Split in two. Check (buffer local) value of cua-mode.
26503 (cua-selection-mode): New command.
26505 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26507 * custom.el (custom-initialize-safe-set)
26508 (custom-initialize-safe-default): Doc fixes.
26510 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26511 and simplify :init-value again.
26513 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26514 and simplify :init-value again. Delete autoload.
26516 * startup.el (command-line): Use `custom-reevaluate-setting' again
26519 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26520 a defcustom with two :initialize keywords.
26522 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26524 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26525 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26526 (allout-post-command-business, allout-flag-region)
26527 (isearch-reenable-font-lock, allout-yank)
26528 (allout-insert-latex-header, allout-insert-latex-trailer)
26529 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26530 (allout-latex-verb-quote): Fix typos in docstrings.
26531 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26532 (allout-unprotected, allout-prefix-data):
26533 Improve argument/docstring consistency.
26534 (allout-chart-subtree): Fix argument spec.
26535 (allout-open-topic): Rename `use_sib_bullet' argument to
26536 `use-sib-bullet'. Doc fix.
26538 * whitespace.el (whitespace-check-buffer-leading)
26539 (whitespace-check-buffer-trailing)
26540 (whitespace-check-buffer-indent)
26541 (whitespace-check-buffer-spacetab)
26542 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26543 (whitespace-check-leading-whitespace)
26544 (whitespace-check-trailing-whitespace)
26545 (whitespace-check-spacetab-whitespace)
26546 (whitespace-check-indent-whitespace)
26547 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26548 (whitespace-modes): Fix typos in docstrings.
26549 (defgroup, defcustom): Doc fixes.
26551 * winner.el (winner-mode, winner-boring-buffers)
26552 (winner-pending-undo-ring): Doc fixes.
26553 (winner-ring): Remove unneeded `progn'.
26554 (winner-equal): `defsubst' it.
26555 (winner-redo): Fix message.
26557 2005-07-13 Kim F. Storm <storm@cua.dk>
26559 * simple.el (line-move-1): Always use vertical-motion to
26560 do the last (or only) line move to ensure some movement.
26561 Undo 2005-06-23 change--don't check for overlays.
26563 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26565 * term/mac-win.el (ccl-encode-mac-roman-font)
26566 (ccl-encode-mac-centraleurroman-font)
26567 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26568 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26569 Change charset-id boundary of dimension to ?\xef.
26570 (mac-char-fontspec-list): New constant.
26571 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26572 argument. Nil uses itself as family in font-spec. Previous
26573 behavior for nil is now provided by non-nil non-string argument.
26574 All callers changed. Add font-specs for Mac fonts to
26575 "fontset-default" unless iso8859-1 fonts are installed.
26577 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26579 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26580 a continuation line if the \ is preceded by SPC or TAB.
26581 (sh-get-indent-info): Simplify.
26582 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26583 Use with-current-buffer.
26585 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26586 when the matched text is empty.
26588 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26590 * startup.el (command-line): Revert to previous handling of
26591 tooltip-mode. Explain in comment why the complexity is needed.
26593 * tooltip.el (tooltip-mode): Revert to previous implementation of
26596 * frame.el (blink-cursor-mode): Revert to previous implementation
26597 of its defcustom. Update comment.
26599 2005-07-12 Lars Hansen <larsh@soem.dk>
26601 * desktop.el: Update e-mail address.
26603 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26605 * term/mac-win.el (mac-services-mail-selection)
26606 (mac-services-mail-to): New functions.
26607 (mac-application-menu-map): Bind them.
26609 2005-07-12 wulei <milton@wulei.net> (tiny change)
26611 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26613 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26615 * custom.el (custom-reevaluate-setting): Doc fix.
26617 2005-07-11 Jay Belanger <belanger@truman.edu>
26619 * calc/calc.el (calc-embedded-announce-formula-alist)
26620 (calc-embedded-open-close-plain-alist)
26621 (calc-embedded-open-close-mode-alist): Add checks for additional
26622 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26624 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26626 * custom.el (custom-enable-theme): Don't add theme to
26627 `custom-enabled-themes' with `push' because there is no
26628 setf-method for `delq'.
26630 2005-07-11 Richard M. Stallman <rms@gnu.org>
26632 * custom.el (custom-declare-variable): Doc fix.
26634 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26637 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26638 Do nothing if edebug-active.
26640 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26641 (edebug-display): Do it here instead.
26643 2005-07-10 Richard M. Stallman <rms@gnu.org>
26645 * cus-face.el (custom-theme-set-faces): Make it work.
26646 (custom-reset-faces): Doc fix.
26647 (custom-theme-reset-internal-face, custom-theme-face-value):
26650 * custom.el (custom-push-theme): Maintain list of the settings
26651 of a given theme in its theme-settings property.
26652 Maintain position of old settings in the theme-value
26653 or theme-face property.
26654 (custom-enabled-themes): New variable.
26655 (custom-theme-enabled-p): New function.
26656 (provide-theme): Update custom-enabled-themes.
26657 Disable and reenable the `user' theme.
26658 (require-theme): Doc fix.
26659 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26660 (custom-theme-value, custom-theme-variable-value): Likewise.
26661 (custom-theme-reset-internal): Likewise.
26662 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26663 (custom-enable-theme, custom-disable-theme): New functions.
26664 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26665 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26666 (custom-theme-reset-variables): Simplify.
26667 (deftheme, custom-declare-theme, custom-make-theme-feature):
26670 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26672 * longlines.el (longlines-show-region)
26673 (longlines-unshow-hard-newlines): Recognize hard newlines by
26674 non-nil hard property, instead of t.
26676 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26678 * viper-cmd.el (viper--key-maps): New variable.
26679 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26680 emulation-mode-map-alists.
26681 (viper-envelop-ESC-key): Use viper-subseq.
26682 (viper-search-forward/backward/next): Disable debug-on-error.
26684 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26685 (viper-ESC-key): New defcustoms.
26687 * viper-macs.el (ex-map-read-args): Use viper-subseq.
26689 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26690 (viper-subseq): Copy of subseq from cl.el.
26692 * viper.el (viper-go-away, viper-set-hooks): Use
26693 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26695 * viper-mous.el (viper-current-frame-saved): Use defvar.
26697 * viper-init.el: Get rid of -face in face names.
26699 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26700 Make it work with longlines mode.
26702 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26704 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26706 * ediff-init.el: Get rid of -face in face names.
26708 2005-07-10 Richard M. Stallman <rms@gnu.org>
26710 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26711 and with-timeout-unsuspend.
26713 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26714 and with-timeout-unsuspend.
26716 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26717 (with-timeout): Bind that variable to record timers.
26718 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26720 * emacs-lisp/debug.el (debug-help-follow): New function.
26721 (debugger-mode-map): Use that instead of help-follow.
26722 (debugger-setup-buffer): Use eval-buffer-list
26723 to handle eval-buffer frames.
26725 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26727 * timezone.el (timezone-parse-date): Change first regexp
26728 so it will not mistakenly match dates with no time zone.
26730 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26732 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26734 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26736 * custom.el (custom-initialize-safe-set)
26737 (custom-initialize-safe-default): New functions.
26739 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26740 and simplify :init-value.
26742 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26743 and simplify :init-value. Delete obsolete comment.
26745 * startup.el (command-line): Use `custom-reevaluate-setting' to
26746 handle `tooltip-mode'. Delete obsolete comment.
26748 * files.el (set-visited-file-name): Avoid calling
26749 `file-name-nondirectory' with a nil argument.
26751 2005-07-09 Richard M. Stallman <rms@gnu.org>
26753 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26754 was called with nil for the buffer, handle the read position right.
26755 Handle read position for eval-region, too.
26757 2005-07-09 Juri Linkov <juri@jurta.org>
26759 * fringe.el (fringe-mode): Add period in docstring.
26760 (fringe-query-style): Build prompt depending on `all-frames' arg.
26762 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26763 to not create links to unrelated functions in the Help buffer.
26765 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26768 * simple.el (next-error-hook): New variable.
26769 (next-error): Use it. Doc fix.
26771 * textmodes/ispell.el (ispell-command-loop): Add current
26772 dictionary name and program name to mode-line-format.
26773 (ispell-region, ispell-process-line): Add current dictionary name
26774 and program name to messages.
26776 2005-07-08 Jay Belanger <belanger@truman.edu>
26778 * calc/calc.el (calc-embedded-announce-formula-alist)
26779 (calc-embedded-open-close-formula-alist)
26780 (calc-embedded-open-close-word-alist)
26781 (calc-embedded-open-close-plain-alist)
26782 (calc-embedded-open-close-new-formula-alist)
26783 (calc-embedded-open-close-mode-alist)
26784 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26785 (calc-embedded-mode-hook): New variables.
26787 * calc/calc-embed.el (calc-embedded-firsttime)
26788 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26790 (calc-do-embedded): Use calc-embedded-firsttime,
26791 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26792 determine whether or not to run hooks.
26793 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26794 calc-embedded-firsttime-formula appropriately.
26795 Set calc-embedded delimiter variables according to mode.
26797 2005-07-08 Richard M. Stallman <rms@gnu.org>
26799 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26800 Check for "emacs", etc., as entire symbol, not just as word.
26801 (checkdoc-file-comments-engine): Use regexp-quote on FN.
26803 * files.el (set-visited-file-name): Report the error
26804 for "empty filename" earlier.
26805 (kill-some-buffers): Ignore buffers already dead.
26807 * fringe.el (fringe-mode): Doc fix.
26809 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26810 Check for (featurep 'xemacs) and turn off warnings in what it guards.
26811 Use unwind-protect to ensure byte-compile-unresolved-functions
26814 * whitespace.el (whitespace-buffer-leading-cleanup):
26815 Simplify w/ skip-chars-forward.
26816 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26818 * mail/rmail.el (rmail-only-expunge): Fix paren error.
26819 Unconditionally try to leave point at the same old place.
26821 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
26823 * comint.el (comint-postoutput-scroll-to-bottom)
26824 (comint-show-maximum-output): Take scroll-margin into consideration.
26826 2005-07-08 Kim F. Storm <storm@cua.dk>
26828 * ido.el (ido-use-filename-at-point): New choice `guess'.
26829 (ido-file-internal): Try ffap-guesser if selected.
26831 * ido.el (ido-before-fallback-functions): New hook.
26832 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26833 (ido-read-file-name): Run it.
26835 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
26837 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26838 strings rather than a list of symbols to the completion function.
26840 2005-07-07 Jay Belanger <belanger@truman.edu>
26842 * calc/calc-units.el (math-apply-units): Change the places in
26843 which units are simplified.
26845 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
26847 * cus-edit.el (customize-option, customize-option-other-window):
26848 Make them handle aliases.
26850 * custom.el (custom-variable-p): Make it recursively follow
26851 aliases. Mention that in the docstring.
26853 2005-07-07 Richard M. Stallman <rms@gnu.org>
26855 * cus-start.el (exec-path): Use `directory' instead of `file'.
26858 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26860 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26861 when called non-interactively. Doc fix.
26863 2005-07-07 Lute Kamstra <lute@gnu.org>
26865 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26866 new address as well.
26868 2005-07-07 Kenichi Handa <handa@m17n.org>
26870 * international/mule.el (make-coding-system):
26871 Describe `ascii-incompatible' property in the docstring.
26872 (set-file-name-coding-system): Signal an error if coding-system is
26873 ascii-incompatible.
26874 (set-keyboard-coding-system): Likewise.
26876 * international/mule-cmds.el (set-default-coding-systems):
26877 Don't set default-file-name-coding-system and
26878 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26880 * international/utf-16.el: Declare that all UTF-16-based coding
26881 systems are ASCII-incompatible.
26883 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26885 * progmodes/gud.el: Require font-lock for displaying errors.
26888 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26890 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26891 values for the pattern lists which are `read'able but not
26892 `append'able (like symbols).
26894 2005-07-06 Richard M. Stallman <rms@gnu.org>
26896 * progmodes/flymake.el (flymake-float-time): Instead of
26897 with-no-warnings, test for XEmacs.
26898 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26901 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
26903 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26905 2005-07-05 Lute Kamstra <lute@gnu.org>
26907 * battery.el: Add support for Darwin (with much debugging help
26908 from Samuel Lauber <sam124@operamail.com>).
26909 (battery-status-function, battery-echo-area-format)
26910 (battery-mode-line-format): Add support for pmset on Darwin.
26911 (battery-load-low, battery-load-critical): New user options.
26912 (battery-pmset): New function.
26914 2005-07-05 Lute Kamstra <lute@gnu.org>
26916 Update FSF's address in GPL notices.
26918 * textmodes/page-ext.el: Update FSF's address.
26920 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
26922 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26923 filling from using prefix when filling a single-line docstring.
26925 * progmodes/flymake.el: Remove useless eval-when-compile.
26927 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26929 2005-07-04 Richard M. Stallman <rms@gnu.org>
26931 * textmodes/org.el (org-file-apps-defaults-gnu):
26932 Rename from org-file-apps-defaults-linux.
26933 (org-default-apps): Don't test system-type for `linux'.
26934 (org-file-apps): Doc fix.
26936 2005-07-04 David Ponce <david@dponce.com>
26938 * tree-widget.el: Improve header Commentary section.
26939 (tree-widget) [defgroup]
26940 (tree-widget-image-enable, tree-widget-themes-directory)
26941 (tree-widget-theme, tree-widget-image-properties-emacs)
26942 (tree-widget-image-properties-xemacs, tree-widget-create-image)
26943 (tree-widget-image-formats, tree-widget-control)
26944 (tree-widget-empty-control, tree-widget-leaf-control
26945 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26946 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26947 (tree-widget-keep, tree-widget-after-toggle-functions)
26948 (tree-widget-open-node, tree-widget-close-node): Doc fix.
26949 (tree-widget-open-control, tree-widget-close-control): Fix doc and
26950 :help-echo message.
26951 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26952 (tree-widget-image-properties): Doc fix. Clearer implementation.
26953 (tree-widget--cursors): New constant.
26954 (tree-widget-lookup-image): New function split from
26955 `tree-widget-find-image'. Clearer implementation.
26956 (tree-widget-find-image): Use it.
26957 (tree-widget-button-keymap): Use `set-keymap-parent'.
26958 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26959 Define the sub-widgets here.
26960 (tree-widget-node): Check that :node is not a tree-widget.
26961 (tree-widget-get-super, tree-widget-open-control)
26962 (tree-widget-close-control, tree-widget-empty-control)
26963 (tree-widget-leaf-control, tree-widget-guide)
26964 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26965 (tree-widget-no-handle, tree-widget-value-delete)
26966 (tree-widget-map): Remove.
26967 (tree-widget-children-value-save): Doc fix. Simplified.
26968 (tree-widget-value-create): Update according to previous changes.
26970 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
26972 * textmodes/org.el: Leading space replaced by TABS.
26973 (org-recalc-marks, org-table-rotate-recalc-marks)
26974 (org-table-get-specials): Treat "^" and "_" marks.
26975 (org-table-justify-field-maybe): Optional argument NEW.
26976 (org-table-eval-formula): Parsing of the format simplified.
26977 New modes C,I. Honor the %= parameter in the current table.
26978 Avoid unnecessary re-align by using the NEW argument to
26979 `org-table-justify-field-maybe'.
26980 (org-calc-default-modes): Default for date-format mimicks org-mode.
26981 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26983 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26985 * cus-face.el (custom-theme-set-faces): Make it handle face
26986 aliases whose alias declarations are pre- or autoloaded.
26988 2005-07-04 Juri Linkov <juri@jurta.org>
26990 * faces.el (read-face-name): Put the code for getting a face name
26991 from the buffer before adding the faces from the `face' property.
26992 Use `completing-read-multiple' instead of `completing-read'.
26993 Require `crm'. Add default value and post-process the returned
26996 * emacs-lisp/crm.el (crm-find-current-element)
26997 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26999 * emacs-lisp/lisp-mode.el (eval-defun-1):
27000 * emacs-lisp/edebug.el (edebug-eval-defun):
27001 Remove unnecessary quotes.
27003 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
27005 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27006 (prolog-indent-level): Fix typo in docstring.
27008 * info.el (Info-history, Info-history-forward)
27009 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27011 * add-log.el (add-change-log-entry):
27012 * comint.el (comint-dynamic-list-input-ring)
27013 (comint-dynamic-list-completions):
27014 * dabbrev.el (dabbrev-expand):
27015 * delim-col.el (delimit-columns-rectangle-line):
27016 * diff-mode.el (diff-context->unified, diff-reverse-direction)
27017 (diff-unified->context):
27018 * ediff-init.el (ediff-abbrev-jobname):
27019 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27020 (ediff-replace-session-activity-marker-in-meta-buffer):
27021 * info.el (Info-summary):
27022 * lpr.el (printify-region):
27023 * printing.el (pr-create-interface):
27024 * ps-print.el (ps-print-quote):
27025 * ses.el (ses-column-widths, ses-print-cell)
27026 (ses-adjust-print-width, ses-center):
27027 * shell.el (shell-file-name-quote-list):
27028 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27029 (strokes-fill-current-buffer-with-whitespace)
27030 (strokes-xpm-for-stroke, strokes-list-strokes)
27031 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27032 * term.el (term-dynamic-list-input-ring)
27033 (term-dynamic-list-completions):
27034 * calc/calc.el (math-format-stack-value):
27035 * emacs-lisp/edebug.el (edebug-display-freq-count):
27036 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27037 (delphi-new-comment-line):
27038 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27039 * progmodes/executable.el (executable-set-magic):
27040 * progmodes/python.el (inferior-python-mode):
27041 * progmodes/scheme.el (scheme-mode-syntax-table):
27042 * progmodes/sh-script.el (sh-maybe-here-document):
27043 * progmodes/sql.el (sql-copy-column):
27044 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27045 * textmodes/bibtex.el (bibtex-mode):
27046 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27047 (sgml-auto-attributes):
27048 * textmodes/table.el (table-insert, table-shorten-cell)
27049 (table--generate-source-scan-lines, table-delete-row)
27050 (*table--cell-delete-char, table--spacify-frame)
27051 (table--horizontally-shift-above-and-below)
27052 (table--cell-insert-char, table--cell-blank-str)
27053 (table--fill-region-strictly):
27054 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27055 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27057 * add-log.el (change-log):
27058 * apropos.el (apropos):
27059 * comint.el (comint-completion, comint-source):
27060 * dabbrev.el (dabbrev):
27061 * delim-col.el (columns):
27062 * diff-mode.el (diff-mode):
27063 * ediff.el (ediff):
27064 * ediff-diff.el (ediff-diff):
27065 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27066 * ediff-mult.el (ediff-mult):
27067 * ediff-ptch.el (ediff-ptch):
27068 * ediff-wind.el (ediff-window):
27069 * facemenu.el (facemenu):
27070 * indent.el (indent):
27072 * jka-cmpr-hook.el (compression, jka-compr):
27074 * outline.el (outlines):
27075 * pcmpl-cvs.el (pcmpl-cvs):
27076 * pcmpl-rpm.el (pcmpl-rpm):
27077 * printing.el (printing):
27078 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27079 (ps-print-vertical, ps-print-headers, ps-print-font)
27080 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27081 (ps-print-background, ps-print-printer, ps-print-page)
27082 (ps-print-miscellany):
27084 * shell.el (shell, shell-directories, shell-faces):
27085 * startup.el (initialization):
27086 * strokes.el (strokes):
27088 * uniquify.el (uniquify):
27089 * w32-vars.el (w32):
27090 * calc/calc.el (calc):
27091 * emacs-lisp/bytecomp.el (bytecomp):
27092 * emacs-lisp/cl-indent.el (lisp-indent):
27093 * emacs-lisp/edebug.el (edebug):
27094 * emacs-lisp/elp.el (elp):
27095 * emacs-lisp/testcover.el (testcover):
27096 * emacs-lisp/trace.el (trace):
27097 * emulation/viper-ex.el (viper-ex):
27098 * emulation/viper-mous.el (viper-mouse):
27099 * mail/mailalias.el (mailalias):
27100 * mail/supercite.el (supercite, supercite-frames)
27101 (supercite-attr, supercite-cite, supercite-hooks):
27102 * net/rcompile.el (remote-compile):
27103 * net/rlogin.el (rlogin):
27104 * obsolete/ooutline.el (outlines):
27105 * progmodes/delphi.el (delphi):
27106 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27107 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27108 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27109 (ebnf-optimization):
27110 * progmodes/etags.el (etags):
27111 * progmodes/executable.el (executable):
27112 * progmodes/idlwave.el (idlwave):
27113 * progmodes/pascal.el (pascal):
27114 * progmodes/prolog.el (prolog):
27115 * progmodes/python.el (python):
27116 * progmodes/scheme.el (scheme):
27117 * progmodes/sh-script.el (sh, sh-script):
27118 * progmodes/sql.el (SQL):
27119 * progmodes/tcl.el (tcl):
27120 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27121 * textmodes/enriched.el (enriched):
27122 * textmodes/makeinfo.el (makeinfo):
27123 * textmodes/sgml-mode.el (sgml):
27124 * textmodes/table.el (table-hooks):
27125 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27126 * textmodes/texinfo.el (texinfo):
27127 * textmodes/two-column.el (two-column):
27128 Finish `defgroup' description with period.
27130 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27131 * eshell/esh-var.el (eshell-var):
27132 * progmodes/vhdl-mode.el (vhdl-testbench):
27133 * textmodes/org.el (org): Fix typos in docstrings.
27135 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27138 * progmodes/flymake.el (flymake-find-file): Remove.
27139 (flymake-float-time): Use `with-no-warnings'.
27140 (flymake-check-start-time, flymake-check-was-interrupted)
27141 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27142 (flymake-new-err-info): `defvar' at compile time.
27144 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27146 * replace.el (occur-hook): Doc fix.
27147 (occur-1): Don't call `occur-hook' if there are no matches.
27149 2005-07-03 Richard M. Stallman <rms@gnu.org>
27151 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27152 global-map, save the same map.
27153 (global-map): Don't alter it at top level.
27154 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27155 Then alter it here instead.
27156 (tpu-edt-off): Set global-map to the saved one.
27158 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27159 All references simplified.
27160 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27161 (zmacs-regions): Add defvar.
27162 (repeat-complex-command-map): Everything about that deleted.
27164 * textmodes/artist.el (artist-key-is-drawing)
27165 (artist-key-endpoint1, artist-key-poly-point-list)
27166 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27167 (artist-key-compl-table, artist-rb-save-data)
27168 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27169 Don't put them in eval-when-compile.
27170 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27172 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27173 Use with-no-warnings.
27175 * net/browse-url.el (dos-windows-version): Add defvar.
27177 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27179 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27180 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27181 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27183 (rmail-summary-beginning-of-message): Use with-no-warnings.
27184 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27186 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27187 Use with-no-warnings.
27189 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27190 (c-mark-function): Add point-moving-unit property.
27191 (vi-goto-line): Use with-no-warnings.
27193 * emulation/edt.el (edt-last-copied-word): Add defvar.
27194 (zmacs-region-stays): Likewise.
27195 (edt-mark-section-wisely): Use c-mark-function for C.
27196 Use makr-defun for Fortran.
27197 (time-string): defvar deleted.
27198 (edt-display-the-time): Don't set time-string.
27200 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27202 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27203 Don't warn when name is not constant
27204 or for defining the group `emacs'.
27206 * tooltip.el (gud-tooltip-mode): Add defvar.
27208 * startup.el (default-frame-background-mode): Add defvar.
27210 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27212 * info.el (tool-bar-map): Add defvar.
27214 * dired.el (dnd-protocol-alist): Add defvar.
27216 * dired-aux.el (dired-query): Display question with answer, when
27219 * custom.el (custom-add-option): Doc fix.
27221 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27223 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27225 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27226 bogus name from the last change.
27228 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27230 * custom.el (custom-declare-variable): Fix typos in comment.
27231 (custom-known-themes): Doc fix.
27232 (custom-theme-directory): New defcustom.
27233 (require-theme): Make it check `custom-theme-directory'.
27235 * cus-theme.el (custom-new-theme-mode): New function.
27236 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27237 (custom-theme-description): Add compiler defvars.
27238 (customize-create-theme): Add doc to the "*New Custom Theme*"
27239 buffer. Use `custom-new-theme-mode'.
27240 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27241 and save it to the `custom-theme-directory'. Make this the
27242 default directory of the buffer.
27244 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27246 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27247 Fix unbalanced parentheses.
27249 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27251 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27252 into flymake-mode and delegate to flymake-mode.
27254 * find-file.el (ff-which-function-are-we-in): Clean up.
27256 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27258 * replace.el (occur-rename-buffer): Fix docstring.
27260 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27261 (edt-last-copied-word, edt-learn-macro-count)
27262 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27263 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27264 (time-string, zmacs-region-stays):
27265 * emulation/edt-mapper.el (edt-save-function-key-map)
27266 (EDT-key-name): `defvar' to silence the byte-compiler.
27268 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27270 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27271 font-lock-regexp-backslash. Doc fix.
27272 (font-lock-regexp-backslash-grouping-construct): Rename from
27273 font-lock-regexp-backslash-construct. Doc fix.
27274 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27275 grouping constructs.
27277 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27279 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27280 updating all the prerequisites.
27282 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27284 * textmodes/org.el (org-agenda-start-on-weekday)
27285 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27286 (org-agenda-use-time-grid, org-archive-location)
27287 (org-allow-space-in-links, org-usenet-links-prefer-google)
27288 (org-enable-table-editor, org-export-default-language)
27289 (org-export-html-show-new-buffer, org-fill-paragraph)
27290 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27291 (org-goto-quit, org-occur, org-eval-in-calendar)
27292 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27293 (org-agenda-diary-entry, org-remember-help)
27294 (org-table-convert-region, org-at-table-p)
27295 (org-table-move-row-down, org-table-move-row-up)
27296 (org-table-copy-region, org-table-toggle-vline-visibility)
27297 (org-table-get-stored-formulas, org-table-get-specials)
27298 (org-recalc-commands, org-table-eval-formula)
27299 (org-table-formula-substitute-names, orgtbl-make-binding)
27300 (org-format-org-table-html, org-format-table-table-html)
27301 (org-format-table-table-html-using-table-generate-source)
27302 (org-customize): Fix typos in docstrings.
27303 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27304 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27305 (org-back-to-heading): Doc fixes.
27306 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27307 (org-agenda-change-all-lines, org-get-header):
27308 Improve argument/docstring consistency.
27309 (orgtbl-error): Fix error message.
27311 * progmodes/flymake.el (flymake-find-possible-master-files)
27312 (flymake-master-file-compare, flymake-get-line-err-count)
27313 (flymake-highlight-line, flymake-gui-warnings-enabled):
27314 Fix typos in docstrings.
27315 (flymake-parse-line, flymake-get-project-include-dirs-function)
27316 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27318 (flymake-get-project-include-dirs-function)
27319 (flymake-make-err-menu-data):
27320 Improve argument/docstring consistency.
27322 2005-07-01 Lute Kamstra <lute@gnu.org>
27324 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27325 Catch errors with ignore-errors. Use temporary buffer.
27326 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27328 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27329 background color faces.
27330 (facemenu-set-foreground, facemenu-set-background):
27331 Use facemenu-set-face-from-menu.
27332 (facemenu-set-face-from-menu): Treat face names that start with
27333 "fg:" or "bg:" as special.
27334 (facemenu-add-new-color): Don't create faces. Simplify.
27336 2005-06-30 Richard M. Stallman <rms@gnu.org>
27338 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27339 (crm-find-current-element): Likewise.
27341 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
27343 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27345 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27347 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27348 (archive-mouse-extract): Make it an obsolete alias.
27349 (archive-mode-map): Don't use archive-mouse-extract any more.
27350 (archive-mode, archive-extract): write-contents-hooks ->
27351 write-contents-functions.
27352 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27354 (archive-rename-entry): Update the call.
27355 (archive-zip-summarize): Remove unused var `method'.
27356 (archive-lzh-summarize): Remove unused var `creator'.
27358 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27359 dedicated frame upon exit.
27361 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27362 (archive-zip-extract, archive-zip-expunge)
27363 (archive-zip-update, archive-zip-update-case): Use executable-find.
27364 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27365 Use restore-buffer-modified-p.
27366 (archive-extract, archive-add-new-member, archive-write-file-member):
27367 Use with-current-buffer.
27368 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27370 2005-06-30 Andreas Schwab <schwab@suse.de>
27372 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27374 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27376 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27378 2005-06-30 Juri Linkov <juri@jurta.org>
27380 * faces.el (vertical-border): Inherit from mode-line-inactive
27383 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27385 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27386 example, -NLINES in the `occur' docstring).
27388 * replace.el (occur-1): When no matches are found, do not set the
27389 `buffer-read-only' and modified flags for the occur buffer,
27390 because it is deleted.
27392 * emulation/cua-base.el (cua-check-pending-input)
27393 (cua-repeat-replace-region, cua-mode, cua-debug)
27394 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27395 Fix typos in docstrings.
27397 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27398 (cua-cut-region-to-global-mark)
27399 (cua--cut-rectangle-to-global-mark):
27400 Remove period from end of messages.
27402 * emulation/cua-rect.el (cua-do-rectangle-padding):
27403 Remove period from end of messages.
27404 (cua--rectangle-seq-format): Fix typo in docstring.
27405 (cua-sequence-rectangle, cua-fill-char-rectangle):
27406 Improve argument/docstring consistency.
27408 2005-06-29 Juri Linkov <juri@jurta.org>
27410 * faces.el (default-frame-background-mode): New internal variable.
27411 (frame-set-background-mode): Use it.
27413 * startup.el (normal-top-level): Set default-frame-background-mode
27414 instead of frame-background-mode. Before setting it, test for its
27415 nil value. Remove tests for frame-background-mode and frame
27416 parameter `reverse'. Add test for "unspecified-fg".
27418 * term/xterm.el (xterm-rxvt-set-background-mode):
27419 * term/rxvt.el (rxvt-set-background-mode):
27420 Set default-frame-background-mode instead of frame-background-mode.
27422 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27424 * simple.el (set-variable): Warn about obsolete user variables.
27426 * imenu.el (imenu--completion-buffer):
27427 * mouse.el (mouse-buffer-menu-alist):
27428 * msb.el (msb-invisible-buffer-p):
27429 * calendar/diary-lib.el (diary-header-line-format):
27430 * emacs-lisp/pp.el (pp-buffer):
27431 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27432 * textmodes/picture.el (picture-replace-match):
27433 Change space constants followed by a sexp to "?\s ".
27435 * play/decipher.el (decipher-loop-with-breaks):
27436 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27437 constants "protected" from end of line by a comment to "?\s".
27439 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27441 * font-lock.el (save-buffer-state): Use `declare'.
27443 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27444 reset the syntax-table to cperl-mode-syntax-table.
27445 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27446 "foo_print_bar" is not matched as a reserved keyword.
27448 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27450 * textmodes/org.el (orgtbl-setup): New function, for delayed
27451 setup for the orgtbl commands.
27452 (org-calc-default-modes): New option.
27453 (orgtbl-make-binding): Use `defun' to get better help display.
27454 (org-diary): Call `org-compile-prefix-format'.
27455 (org-table-formula-substitute-names): New function.
27456 (org-agenda-day-view, org-agenda-week-view): New commands.
27457 (org-agenda-toggle-week-view): Command removed.
27458 (org-tbl-menu): Split off from org-org-menu.
27459 (org-mode): Move removal of outline-mode menus to here.
27460 (org-table-formula-debug): New option.
27461 (org-table-insert-row): Keep first field if just "#" or "*".
27462 (org-mode): Paragraph regexps fixed.
27463 (org-table-recalculate-regexp): New constant.
27464 (org-table-justify-field-maybe): Avoid replace if not necessary.
27465 (org-copy-special, org-cut-special): Use `call-interactively'.
27466 (org-table-copy-region): Take region from `interactive' call.
27467 (org-trim): Return string even if no match.
27468 (org-formula): New face.
27469 (org-set-font-lock-defaults): No longer highlight "FIXME".
27470 But highlight formula-related fields in table.
27471 (org-table-p): Use regexp, not fontification.
27472 (org-table-align): Handle white space at end of line.
27473 (org-table-formula-evaluate-inline): New option.
27474 (org-mode): Auto-wrapping in comment lines turned off.
27475 (org-table-copy-down): Evaluate only in copied field, not in
27477 (org-table-current-formula): Variable removed.
27478 (org-table-store-formulas, org-table-get-stored-formulas)
27479 (org-table-modify-formulas, org-table-replace-in-formulas)
27480 (org-table-maybe-eval-formula): New functions.
27481 (org-table-get-formula): Modify to use stored formulas.
27482 (org-table-insert-column, org-table-delete-column)
27483 (org-table-move-column): Call `org-table-modify-formulas'.
27484 (org-complete): Add completion for keyword formulas.
27485 (orgtbl-mode): Pull orgtbl-mode-map to start of
27486 minor-mode-map-alist.
27488 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27490 * progmodes/python.el (python-check): Require `compile' before
27491 modifying its variables.
27493 * newcomment.el (comment-indent-default): Don't get fooled by an early
27496 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27498 * ps-print.el (ps-print-version): Fix version number.
27500 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27502 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27504 2005-06-28 Richard M. Stallman <rms@gnu.org>
27506 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27507 (flyspell-local-mouse-map): Declaration deleted.
27508 (flyspell-mouse-map): Bind only mouse-2.
27509 (flyspell-mode-map): Don't test flyspell-use-local-map.
27510 (flyspell-overlay-keymap-property-name): Var deleted.
27511 (flyspell-mode-on): Don't make local bindings for
27512 flyspell-mouse-map and flyspell-mode-map.
27513 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27515 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27517 * progmodes/compile.el (compilation-next-error-function):
27518 Don't switch buffers; operate on the current buffer.
27520 * progmodes/compile.el (compilation-error-file-name)
27521 (compilation-warning-file-name, compilation-info-file-name)
27522 (compilation-line-number, compilation-column-number): New faces.
27523 (compilation-error-face, compilation-warning-face)
27524 (compilation-info-face, compilation-line-face)
27525 (compilation-column-face): Use them.
27527 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27529 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27531 * bindings.el (global-map): Bind insertchar and its variants.
27533 2005-06-27 Richard M. Stallman <rms@gnu.org>
27535 * textmodes/artist.el (artist-text-overwrite)
27536 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27538 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27540 * ps-print.el: It was not working the page selection for printing.
27541 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27542 (ps-print-version): New version 6.6.7.
27543 (ps-end-sheet): New fun.
27544 (ps-header-sheet, ps-end-job): Call it.
27546 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27548 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27550 2005-06-27 Lute Kamstra <lute@gnu.org>
27552 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27553 background color faces.
27554 (facemenu-get-face): Delete function.
27555 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27556 (facemenu-add-new-color): Make second argument mandatory.
27557 Create the appropriate face and return it. Simplify.
27558 (facemenu-set-foreground, facemenu-set-background): Don't check if
27559 color is defined. Use return value of facemenu-add-new-color.
27561 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27563 * progmodes/gud.el (gud-filter): Add missing argument to
27564 with-selected-window.
27566 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27568 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27569 a :require to the defcustom.
27571 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27572 defcustoms corresponding to minor modes.
27574 2005-06-26 David Ponce <david@dponce.com>
27576 * recentf.el: Require tree-widget instead of wid-edit.
27577 (recentf-filename-handler): Fix widget :type.
27578 (recentf-cancel-dialog, recentf-open-more-files)
27579 (recentf-open-files-action): Doc fix.
27580 (recentf-dialog-goto-first): New function.
27581 (recentf-dialog-mode-map): Set parent keymap first.
27582 (recentf-dialog-mode): Define with define-derived-mode.
27583 Don't display continuation lines in dialogs.
27584 (recentf-edit-list): Rename from recentf-edit-selected-items.
27585 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27587 (recentf-edit-list-validate): New function.
27588 (recentf-edit-list): Update accordingly.
27589 (recentf-open-files-item-shift): Remove.
27590 (recentf-open-files-item): Convert menu elements into tree and
27591 link widgets. Don't create the widgets.
27592 (recentf-open-files): Update accordingly.
27593 (recentf-save-list): Untabify.
27595 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27597 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27598 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27599 partially contained in the active region. Do not take active
27600 region into account when called from Lisp, unless INTERACTIVE arg
27601 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27602 avoid trouble with fields. Make marker point nowhere when no
27603 longer used. Always return nil. Doc fix.
27604 (flush-lines): Add INTERACTIVE arg. Do not take active region
27605 into account when called from Lisp, unless INTERACTIVE arg is
27606 non-nil. Use `forward-line' instead of `beginning-of-line' to
27607 avoid trouble with fields. Make marker point nowhere when no
27608 longer used. Always return nil. Doc fix.
27609 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27610 interchangeable. Do not take active region into account when
27611 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27612 message in echo area when called from Lisp, unless INTERACTIVE arg
27613 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27614 Return the number of matches. Doc fix.
27616 (perform-replace): Make comment follow double space convention for
27617 the sake of `outline-minor-mode'.
27619 * faces.el (facep): Doc fix.
27621 2005-06-25 Richard M. Stallman <rms@gnu.org>
27623 * facemenu.el (facemenu-enable-faces-p): New function.
27624 (facemenu-background-menu, facemenu-foreground-menu)
27625 (facemenu-face-menu): Add menu-enable property.
27627 * jka-compr.el (jka-compr-insert-file-contents):
27628 Special handling if cannot find the uncompression program.
27630 * cus-face.el (custom-face-attributes): Add autoload.
27632 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27633 Bind comment-indent-function locally.
27635 * window.el (save-selected-window): Use save-current-buffer.
27637 * subr.el (with-selected-window): Use save-current-buffer.
27639 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27640 and with-current-buffer.
27642 2005-06-24 Richard M. Stallman <rms@gnu.org>
27644 * simple.el (line-move-1): Fix previous change.
27646 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27648 * replace.el (occur-1): Set `buffer-read-only' and the
27649 buffer-modified flag before running `occur-hook' to protect
27650 against unintentional buffer switches that can lead to data loss.
27652 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27654 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27655 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27658 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27660 (gdb-var-create-handler): Put name of expression in quotes.
27662 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27664 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27665 elements of RING in order, and without bogus nil elements.
27667 2005-06-23 Richard M. Stallman <rms@gnu.org>
27669 * simple.el (set-variable): Args renamed; doc fix.
27670 (line-move-1): When there are overlays around, use vertical-motion.
27672 * faces.el (escape-glyph): Use brown against light background.
27673 (nobreak-space): Rename from no-break-space.
27674 Fix previous change.
27676 * dired-aux.el (dired-do-copy): Fix arg prompt.
27678 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27680 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27682 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27683 rather than "Distributor".
27685 2005-06-23 Lute Kamstra <lute@gnu.org>
27687 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27688 (debug-on-entry): Use it. New interactive declaration that uses
27689 function-called-at-point.
27691 2005-06-23 Kim F. Storm <storm@cua.dk>
27693 * subr.el (save-match-data): Add comment about using evaporate arg
27696 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27698 * cus-edit.el (customize-face)
27699 (customize-face-other-window): Handle face aliases.
27701 * faces.el (face-documentation, set-face-attribute)
27702 (face-spec-set): Handle face aliases.
27704 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27706 * help-mode.el (help-make-xrefs): If a symbol representing a face
27707 name is not followed by the word "face", it could still be a
27708 function or variable name, so don't bypass other checks.
27710 2005-06-22 Juri Linkov <juri@jurta.org>
27712 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27713 Replace aliased functions with calls where second arg `inherit' is t.
27715 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27717 * progmodes/gdb-ui.el (gdb-error): New variable.
27718 (gdb-error): New function.
27719 (gdb-annotation-rules): Act on error-begin and error annotations.
27720 (gdb-concat-output): Use font-lock-warning-face for errors.
27722 2005-06-22 Miles Bader <miles@gnu.org>
27724 * bindings.el (propertized-buffer-identification): Use renamed
27725 `Buffer-menu-buffer' face.
27727 * faces.el (vertical-border): Rename from `vertical-divider'.
27728 (escape-glyph): Change dark-background color back to `cyan'.
27730 2005-06-21 Juri Linkov <juri@jurta.org>
27732 * faces.el (face-user-default-spec): Try getting `customized-face'
27733 prior to `saved-face'.
27734 (frame-background-mode): Refill docstring.
27736 * emacs-lisp/lisp-mode.el (eval-defun-1):
27737 * emacs-lisp/edebug.el (edebug-eval-defun):
27738 Set `saved-face' temporarily to nil before calling form.
27739 Set `customized-face' to the new spec after that.
27741 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27743 * subr.el (1value, lambda, key-substitution-in-progress):
27746 * autoinsert.el (auto-insert-alist):
27747 * ses.el (ses-call-printer):
27748 * subr.el (noreturn):
27749 * emacs-lisp/lisp.el (check-parens):
27750 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27751 * net/browse-url.el (browse-url-mosaic):
27752 * progmodes/cc-defs.el (c-safe-scan-lists):
27753 * progmodes/ebnf-abn.el (ebnf-abn-lex):
27754 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27755 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27756 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27757 * progmodes/ebnf-iso.el (ebnf-iso-lex):
27758 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27760 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
27762 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27764 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
27766 * calendar/appt.el (appt-make-list): Activate the package, if
27767 not already active (for backwards compatibility).
27769 2005-06-20 Kim F. Storm <storm@cua.dk>
27771 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
27773 2005-06-20 Miles Bader <miles@gnu.org>
27775 * faces.el (vertical-divider): New face.
27777 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
27779 * simple.el (kill-whole-line): Doc fix.
27780 (next-error-buffer-p, next-error-find-buffer)
27781 (clone-indirect-buffer): Fix typos in docstrings.
27782 (comment-line-break-function): Doc fix: don't say variable
27783 is automatically buffer-local (it isn't).
27785 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
27787 * net/tramp-ftp.el (top):
27788 * net/tramp-smb.el (top):
27789 * net/tramp-util.el (top):
27790 * net/tramp-uu.el (top):
27791 * net/tramp-vc.el (top):
27792 * net/tramp.el (top): Revert copyright years back to original
27793 ones. Tramp has a life outside GNU Emacs.
27795 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
27797 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27799 2005-06-18 Juri Linkov <juri@jurta.org>
27801 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27802 end of first regexp to limit the match to the position between
27803 line number and source line with same separator character as used
27804 between file name and line number. In the second regexp limit
27805 mouse-face area to file name and line number by adding new group
27806 for them and referring it in HYPERLINK arg.
27807 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27808 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27809 previous line where grep markers may be already removed.
27811 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
27813 * progmodes/ps-mode.el: Update version and maintainer's email address.
27815 2005-06-18 Steve Youngs <steve@xemacs.org>
27817 * net/browse-url.el (browse-url-browser-function)
27818 (browse-url-default-browser): Add firefox.
27819 (browse-url-firefox-program, browse-url-firefox-arguments)
27820 (browse-url-firefox-startup-arguments)
27821 (browse-url-firefox-new-window-is-tab): New defcustoms.
27822 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27824 2005-06-17 Richard M. Stallman <rms@gnu.org>
27826 * startup.el (command-line): Warn if specified user name has
27829 * term.el (term-get-old-input, term-input-filter, term-input-sender)
27830 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27832 * longlines.el (longlines-mode, longlines-show-hard-newlines):
27835 * faces.el (underline): Try bold if terminal doesn't support underline.
27837 * mail/sendmail.el (mail-setup-with-from): New variable.
27838 (mail-insert-from-field): New function.
27839 (sendmail-send-it): Call it.
27840 (mail-setup): Optionally call it here.
27842 * term/linux.el: Call tty-no-underline.
27844 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
27846 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27848 2005-06-17 Miles Bader <miles@gnu.org>
27850 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27851 (ediff-current-diff-C, ediff-current-diff-Ancestor)
27852 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27853 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27854 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27855 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27856 Remove "-face" suffix from face names.
27857 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27858 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27859 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27860 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27861 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27862 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27863 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27864 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27865 New backward-compatibility aliases for renamed faces.
27866 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27867 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27868 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27869 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27870 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27871 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27872 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27873 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27874 Use renamed ediff faces.
27876 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27877 Remove "-face" suffix from face names.
27878 (eshell-test-ok-face, eshell-test-failed-face):
27879 New backward-compatibility aliases for renamed faces.
27880 (eshell-run-test): Use renamed eshell-test faces.
27882 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27884 (eshell-prompt-face): New backward-compatibility alias for renamed
27886 (eshell-emit-prompt): Use renamed eshell-prompt face.
27888 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27889 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27890 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27891 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27892 Remove "-face" suffix from face names.
27893 (eshell-ls-directory-face, eshell-ls-symlink-face)
27894 (eshell-ls-executable-face, eshell-ls-readonly-face)
27895 (eshell-ls-unreadable-face, eshell-ls-special-face)
27896 (eshell-ls-missing-face, eshell-ls-archive-face)
27897 (eshell-ls-backup-face, eshell-ls-product-face)
27898 (eshell-ls-clutter-face):
27899 New backward-compatibility aliases for renamed faces.
27900 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27902 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27903 Remove "-face" suffix from face name.
27904 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27905 instead of literal face.
27907 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
27909 * emacs-lisp/warnings.el (display-warning, lwarn)
27910 (warning-minimum-log-level): Doc fixes.
27911 (warning-minimum-level, warning-minimum-log-level):
27912 Add :debug to :type choices.
27914 * progmodes/ada-mode.el (ada-format-paramlist)
27915 (ada-get-indent-case, ada-check-matching-start)
27916 (ada-check-defun-name, ada-goto-matching-decl-start)
27917 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27918 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27919 (ada-make-subprogram-body): Follow error conventions.
27920 (ada-case-exception-file, ada-indent-comment-as-code)
27921 (ada-indent-handle-comment-special, ada-indent-renames)
27922 (ada-indent-return, ada-search-directories-internal)
27923 (ada-tab-policy, ada-case-exception-substring)
27924 (ada-other-file-alist, ada-matching-start-re)
27925 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27926 (ada-imenu-generic-expression, ada-compile-goto-error)
27927 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27928 (ada-popup-menu, ada-add-extensions, ada-mode)
27929 (ada-region-selected, ada-create-case-exception)
27930 (ada-create-case-exception-substring, ada-after-keyword-p)
27931 (ada-activate-keys-for-case, ada-adjust-case-region)
27932 (ada-adjust-case-buffer, ada-format-paramlist)
27933 (ada-scan-paramlist, ada-insert-paramlist)
27934 (ada-indent-newline-indent)
27935 (ada-indent-newline-indent-conditional)
27936 (ada-justified-indent-current, ada-goto-previous-word)
27937 (ada-indent-current, ada-get-indent-open-paren)
27938 (ada-get-indent-paramlist, ada-get-indent-end)
27939 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27940 (ada-get-indent-block-start, ada-get-indent-subprog)
27941 (ada-get-indent-noindent, ada-get-indent-label)
27942 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27943 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27944 (ada-goto-stmt-end, ada-goto-next-word)
27945 (ada-check-matching-start, ada-check-defun-name)
27946 (ada-goto-matching-decl-start, ada-goto-matching-start)
27947 (ada-goto-matching-end, ada-search-ignore-string-comment)
27948 (ada-in-decl-p, ada-looking-at-semi-or)
27949 (ada-looking-at-semi-private, ada-in-paramlist-p)
27950 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27951 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27952 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27953 (ada-previous-package, ada-create-menu)
27954 (ada-fill-comment-paragraph-justify)
27955 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27956 (ada-other-file-name, ada-last-which-function-line)
27957 (ada-last-which-function-subprog, ada-which-function)
27958 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27959 (ada-gen-treat-proc, ada-check-emacs-version)
27960 (ada-continuation-indent, ada-align-region-separate):
27961 Fix typos in docstrings.
27962 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27964 2005-06-16 Lute Kamstra <lute@gnu.org>
27966 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27969 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
27971 * comint.el (comint-replace-by-expanded-filename)
27972 (comint-prompt-regexp, comint-delimiter-argument-list)
27973 (comint-preinput-scroll-to-bottom):
27974 * info.el (Info-hide-cookies-node):
27975 * ls-lisp.el (ls-lisp-classify):
27976 * find-file.el (ff-search-directories, ff-special-constructs)
27977 (ff-find-other-file):
27978 * font-lock.el (font-lock-keywords):
27979 * shell.el (shell-prompt-pattern)
27980 (shell-dynamic-complete-functions, shell-mode)
27981 (shell-delimiter-argument-list):
27982 * term.el (term-replace-by-expanded-filename)
27983 (term-prompt-regexp, term-delimiter-argument-list):
27984 * woman.el (woman-ignore, woman0-if):
27985 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27986 * emacs-lisp/elint.el (elint-init-env):
27987 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27988 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27989 * language/ethio-util.el (ethio-tilde-escape)
27990 (ethio-use-three-dot-question):
27991 * net/zone-mode.el (zone-mode-load-time-setup):
27992 * progmodes/cc-align.el (c-lineup-argcont):
27993 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27994 * progmodes/cperl-mode.el (cperl-set-style-back):
27995 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27996 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27997 Fix spellings in docstrings.
27999 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28000 * progmodes/modula2.el (m2-for): Fix spellings.
28002 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28004 * simple.el (undo-more): Don't use `format' on `error' arguments.
28005 Improve argument/docstring consistency.
28006 (pending-undo-list): Doc fix.
28008 * smerge-mode.el (smerge-ensure-match):
28009 * emulation/vip.el (vip-ex):
28010 * net/zone-mode.el (zone-mode-update-serial):
28011 * progmodes/idlwave.el (idlwave-complete):
28012 * progmodes/vhdl-mode.el (vhdl-visit-file)
28013 (vhdl-compose-wire-components):
28014 Don't use `format' on `error' arguments.
28016 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28017 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28018 (tooltip-help-tips): Fix typos in docstrings.
28020 2005-06-16 David Ponce <david@dponce.com>
28022 * tree-widget.el (tree-widget-value-create): Simplify last change.
28024 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
28026 * ido.el (ido-incomplete-regexp): New variable.
28027 (ido-set-matches-1): Handle invalid-regexp error and set
28028 ido-incomplete-regexp.
28029 (ido-incomplete-regexp): New face.
28030 (ido-completions): Use it.
28031 (ido-complete, ido-exit-minibuffer, ido-completions):
28032 Handle incomplete regexps.
28033 (ido-completions): Add check for complete match when entering a regexp.
28035 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28037 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28039 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28041 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28042 by field delimiters.
28044 2005-06-15 David Ponce <david@dponce.com>
28046 * tree-widget.el: eval-and-compile inlined functions so they will
28047 be available at run-time too.
28048 (tree-widget-super-format-handler)
28049 (tree-widget-format-handler): Remove.
28050 (tree-widget-value-create): Handle the :indent property.
28052 2005-06-15 Miles Bader <miles@gnu.org>
28054 * progmodes/which-func.el (which-func): Only inherit
28055 `font-lock-function-name-face' when that makes sense against the
28056 default mode-line face, otherwise set the face color explicitly.
28058 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28059 faces instead of (non-existent) variables.
28061 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28063 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28064 (iswitchb-get-matched-buffers): Likewise. Simplify.
28066 2005-06-14 Miles Bader <miles@gnu.org>
28068 * progmodes/ld-script.el (ld-script-location-counter):
28069 Remove "-face" suffix from face name.
28070 (ld-script-location-counter-face):
28071 New backward-compatibility alias for renamed face.
28072 (ld-script-location-counter-face): Use renamed face.
28074 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28075 (cperl-hash): Remove "-face" suffix from face names.
28076 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28077 New backward-compatibility aliases for renamed faces.
28078 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28079 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28081 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28083 (which-func-face): New backward-compatibility alias for renamed face.
28084 (which-func-format): Use renamed which-func face.
28086 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28087 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28088 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28090 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28091 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28092 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28093 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28094 (vhdl-speedbar-architecture-selected)
28095 (vhdl-speedbar-configuration-selected)
28096 (vhdl-speedbar-package-selected)
28097 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28099 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28101 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28102 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28103 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28105 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28107 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28108 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28109 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28110 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28111 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28112 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28114 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28116 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28117 (sh-heredoc-face): Use renamed sh-heredoc face.
28119 * progmodes/idlw-help.el (idlwave-help-link):
28120 Remove "-face" suffix from face name.
28121 (idlwave-help-link-face):
28122 New backward-compatibility alias for renamed face.
28123 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28125 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28126 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28127 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28128 New backward-compatibility aliases for renamed faces.
28129 (idlwave-shell-disabled-breakpoint-face)
28130 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28132 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28133 Remove "-face" suffix from face names.
28134 (flymake-errline-face, flymake-warnline-face):
28135 New backward-compatibility aliases for renamed faces.
28136 (flymake-highlight-line): Use renamed flymake faces.
28138 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28139 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28140 (ebrowse-member-class, ebrowse-progress):
28141 Remove "-face" suffix from face names.
28142 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28143 (ebrowse-file-name-face, ebrowse-default-face)
28144 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28145 (ebrowse-progress-face):
28146 New backward-compatibility aliases for renamed faces.
28147 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28148 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28149 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28150 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28152 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28154 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28155 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28157 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28158 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28159 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28160 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28161 backward-compatibility aliases for renamed faces.
28162 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28163 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28164 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28165 remove "font-lock-". Use renamed antlr-mode faces.
28166 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28167 literal face-names with face variable references.
28169 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28171 (Buffer-menu-buffer-face): New backward-compatibility alias for
28173 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28175 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28177 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28178 Eliminate "-face" suffix.
28179 (makefile-targets): Inherit from font-lock-function-name-face and
28180 eliminate "-face" suffix.
28181 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28182 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28183 actions, instead of prepending, to make it less visible.
28184 (makefile-previous-dependency, makefile-match-dependency):
28185 Don't match a target on a continuation line.
28187 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28189 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28191 * progmodes/gdb-ui.el (menu): Re-order menu items.
28192 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28194 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28195 Define in tooltip.el.
28196 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28197 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28198 gud-tooltip-echo-area.
28200 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28201 backward compatibility and make obsolete.
28202 (tooltip-help-tips): Use tooltip-use-echo-area.
28203 (tooltip-show-help-function): Rename to...
28204 (tooltip-show-help): ...this, because it is a function.
28205 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28207 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28209 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28210 (edebug-print-length, edebug-print-level, edebug-print-circle)
28211 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28212 (edebug-eval-print-last-sexp): Doc fixes.
28214 2005-06-14 Kim F. Storm <storm@cua.dk>
28216 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28217 as the coverage buffer/file/both may change.
28219 2005-06-14 Lute Kamstra <lute@gnu.org>
28221 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28222 and run-mode-hooks. Simplify.
28224 * mail/rmailedit.el (rmail-edit-mode):
28225 * progmodes/octave-inf.el (inferior-octave-mode):
28226 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28228 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28229 and run-mode-hooks.
28230 (recentf-edit-list, recentf-open-files): Don't call
28231 kill-all-local-variables directly.
28233 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28235 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28237 * emacs-lisp/byte-run.el (make-obsolete)
28238 (define-obsolete-function-alias): Rename arguments FUNCTION and
28239 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28240 (make-obsolete-variable, define-obsolete-variable-alias):
28241 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28244 * isearchb.el (isearchb-activate):
28245 * pcvs.el (cvs-mode):
28246 * ses.el (ses-load):
28247 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28248 * net/tramp.el (tramp-find-file-exists-command)
28249 (tramp-find-shell):
28250 * progmodes/ada-mode.el (ada-create-case-exception)
28251 (ada-create-case-exception-substring, ada-make-subprogram-body):
28252 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28253 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28254 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28255 * textmodes/org.el (org-promote, org-evaluate-time-range)
28256 (org-agenda-next-date-line, org-agenda-previous-date-line)
28257 (org-agenda-error, org-open-at-point, org-table-move-row)
28258 (org-format-table-table-html-using-table-generate-source)
28259 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28260 * textmodes/reftex.el (reftex-access-scan-info):
28261 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28262 (reftex-toc-promote-prepare): Follow error conventions.
28264 * diff-mode.el (diff-mode): Fix typo in docstring.
28266 * forms.el (forms--intuit-from-file): Fix reference to
28267 `forms-number-of-fields' in error message.
28268 (forms-print): Fix quoting in error message.
28270 * forms.el (forms-mode):
28271 * emulation/vi.el (vi-goto-insert-state):
28272 * progmodes/flymake.el (flymake-new-err-info)
28273 (flymake-start-syntax-check-for-current-buffer)
28274 (flymake-simple-cleanup):
28275 * eshell/esh-var.el (eshell/export):
28276 * progmodes/gud.el (xdb):
28277 * textmodes/flyspell.el (flyspell-incorrect-hook)
28278 (flyspell-maybe-correct-transposition)
28279 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28281 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28283 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28286 2005-06-13 Kim F. Storm <storm@cua.dk>
28288 * subr.el (add-to-ordered-list): New defun.
28290 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28291 add cua--keymap-alist to emulation-mode-map-alists.
28293 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28295 * subr.el (complete-in-turn): New macro.
28296 (dynamic-completion-table, lazy-completion-table): Add debug info.
28298 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28299 in preference to face aliases.
28301 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28302 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28303 Remove unused vars `start' and `firstline'.
28304 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28305 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28307 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28309 * cus-start.el (all): Don't complain about missing GTK-related
28310 variables, unless either `gtk' is boundp or this isn't a
28311 `windows-nt' build.
28313 2005-06-13 Lute Kamstra <lute@gnu.org>
28315 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28318 * ediff-mult.el (ediff-meta-mode):
28319 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28321 * ledit.el (ledit-mode): Use delay-mode-hooks.
28323 * woman.el (woman-mode-line-format): Delete constant.
28324 (woman-mode-map): Initialize it properly.
28325 (woman-mode): Set mode-class property to special.
28326 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28327 Set major-mode and mode-name. Don't set mode-line-format directly.
28328 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28330 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28331 string argument obsolete.
28333 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28335 * textmodes/org.el (org-CUA-compatible): New option.
28336 (org-disputed-keys): New variable.
28337 (org-key): New function.
28338 (orgtbl-make-binding): Add docstring to the created function.
28339 (org-mode): Set paragraph start/separate regexps.
28340 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28341 (org-archive-location, org-archive-mark-done)
28342 (org-archive-stamp-time): New options.
28343 (org-archive-subtree): New command.
28344 (org-fill-paragraph): New function.
28345 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28346 (org-fake-empty-table-line): Function removed.
28347 (org-format-org-table-html): Do not create empty table lines at
28348 separator lines. Improved table header treatment.
28349 (org-link-format): New option.
28350 (org-make-link): New function.
28351 (org-insert-link, org-store-link): Use org-make-link.
28352 (org-open-file): Quote file name for shell command, to allow
28353 spaces in file names.
28354 (org-link-regexp): Fix bug with mailto link.
28355 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28357 (org-export-as-html): Deal with the optional angles around a link.
28358 Better treatment of file: links.
28359 (org-open-at-point): Replace @{ and @} with < and >.
28360 (org-run-mode-hooks): Function removed.
28361 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28363 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28365 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28366 MI command -data-list-register-values.
28367 (gdb-post-prompt): Indent properly.
28369 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28371 * hilit-chg.el (highlight-changes-colors): Rename from
28372 `highlight-changes-colours'.
28373 (highlight-changes-colours): Keep as obsolete alias.
28374 (highlight-changes-face-list): Doc fix.
28375 (hilit-chg-make-list): Use `highlight-changes-colors'.
28377 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28379 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28380 defun-prompt-regexp.
28382 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28384 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28387 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28388 Don't use an old loaddefs.el, as in Makefile.in.
28390 2005-06-12 Lute Kamstra <lute@gnu.org>
28392 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28394 * man.el (Man-mode-map): Initialize it properly.
28395 (Man-mode): Set mode-class property to special.
28397 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28399 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28401 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28402 A newline is needed in the docstring there.
28404 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28407 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28409 * printing.el: Doc fix. The menubar is no more changed when printing
28410 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28411 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28412 (pr-version): New version number (6.8.4).
28413 (pr-menu-bind): New command.
28414 (pr-update-menus): Docstring and code fix.
28415 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28417 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28418 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28420 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28422 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28423 "Returns" to "return", document useful return values, etc.
28425 2005-06-11 Alan Mackenzie <acm@muc.de>
28427 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
28428 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28429 (adaptive-file-function): Minor amendment to doc-string.
28431 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28433 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28434 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28435 Fix :type--it is `integer', not `string'.
28437 * faces.el (modeline-highlight): Rename from (the erroneous)
28438 `modeline-higilight'.
28440 2005-06-11 Lute Kamstra <lute@gnu.org>
28442 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28443 lisp-interaction-mode-map but make it the parent.
28444 (edebug-eval-mode): Use define-derived-mode.
28446 2005-06-11 Andreas Schwab <schwab@suse.de>
28448 * bindings.el: Add binding of `ESC functionkey' for every
28450 * hexl.el (hexl-mode-map): Likewise.
28452 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28454 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28455 [msft]: update regexp for newer msft compilers.
28457 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28459 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28460 ATTLIST portions of included DTDs.
28461 (xml-parse-dtd): Eliminate use of inefficient match-data.
28463 2005-06-10 Miles Bader <miles@gnu.org>
28465 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28466 (mpuz-text): Remove "-face" suffix from face names.
28467 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28468 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28469 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28471 * play/gomoku.el (gomoku-O, gomoku-X):
28472 Remove "-face" suffix from face names.
28473 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28474 New backward-compatibility aliases for renamed faces.
28475 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28477 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28479 * thumbs.el: Fixes for changes of 2005-06-09.
28480 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28482 (thumbs-thumbname): Remove directory separator from format string;
28483 `thumbs-thumbsdir' now returns a valid directory name.
28484 (thumbs-temp-dir): New defsubst.
28485 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28488 * cus-edit.el (minibuffer):
28489 * files.el (make-backup-file-name-function):
28490 * filesets.el (filesets-external-viewers):
28491 * hilit-chg.el (highlight-changes-colours)
28492 (highlight-changes-face-list, highlight-changes-rotate-faces):
28493 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28494 * kmacro.el (kmacro-call-macro):
28495 * log-edit.el (log-edit-changelog-full-paragraphs):
28496 * mouse.el (mouse-1-click-follows-link):
28497 * skeleton.el (skeleton-autowrap):
28498 * subr.el (insert-for-yank-1):
28499 * tempo.el (tempo-insert-region):
28500 * terminal.el (terminal-emulator):
28501 * time.el (display-time-mail-face):
28502 * vc.el (vc-annotate):
28503 * vcursor.el (vcursor-copy-line):
28504 * woman.el (woman-bold-headings, woman-ignore)
28505 (woman-default-faces, woman-monochrome-faces):
28506 * calendar/todo-mode.el (todo-insert-threshold):
28507 * emulation/pc-select.el (pc-select-selection-keys-only)
28508 (pc-selection-mode):
28509 * emulation/vip.el (vip-find-char-forward):
28510 * emulation/viper-cmd.el (viper-find-char-forward):
28511 * international/mule-cmds.el
28512 (select-safe-coding-system-accept-default-p)
28513 (input-method-exit-on-invalid-key):
28514 * international/mule-diag.el (describe-coding-system):
28515 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28516 * net/browse-url.el (browse-url-xterm-program):
28517 * obsolete/lazy-lock.el (lazy-lock-mode):
28518 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28520 * progmodes/cpp.el (cpp-face-light-name-list)
28521 (cpp-face-dark-name-list):
28522 * progmodes/delphi.el (delphi-newline-always-indents):
28523 Fix spellings in docstrings.
28525 * ido.el (ido-mode, ido-file-extensions-order)
28526 (ido-default-file-method, ido-default-buffer-method)
28527 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28528 (ido-decorations, ido-read-file-name-as-directory-commands)
28529 (ido-read-file-name-non-ido, ido-work-directory-list)
28530 (ido-ignore-item-temp-list, ido-current-directory)
28531 (ido-magic-forward-char, ido-enter-find-file)
28532 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28533 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28535 2005-06-10 Lute Kamstra <lute@gnu.org>
28537 * play/dunnet.el (dun-mode): Use define-derived-mode.
28538 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28541 * play/doctor.el (doctor-mode-map): Remove defvar.
28542 (doctor-mode): Use define-derived-mode.
28544 * mail/mspools.el (mspools-mode):
28545 * net/eudc-hotlist.el (eudc-hotlist-mode):
28546 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28548 2005-06-10 Miles Bader <miles@gnu.org>
28550 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28551 Remove "-face" suffix from face names.
28552 (flyspell-incorrect-face, flyspell-duplicate-face):
28553 New backward-compatibility aliases for renamed faces.
28554 (flyspell-mode-on, make-flyspell-overlay)
28555 (flyspell-highlight-incorrect-region)
28556 (flyspell-highlight-duplicate-region)
28557 (flyspell-display-next-corrections)
28558 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28560 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28562 (texinfo-heading-face): New backward-compatibility alias for
28564 (texinfo-heading-face): Use renamed texinfo-heading face.
28566 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28567 suffix from face names.
28568 (tex-math-face, tex-verbatim-face):
28569 New backward-compatibility aliases for renamed faces.
28570 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28571 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28574 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28576 (table-cell-face): New backward-compatibility alias for renamed face.
28577 (table--put-cell-face-property, table--update-cell-face):
28578 Use renamed table-cell face.
28580 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28582 (sgml-namespace-face): New backward-compatibility alias for
28584 (sgml-namespace-face): Use renamed sgml-namespace face.
28586 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28587 (org-level-4, org-level-5, org-level-6, org-level-7)
28588 (org-level-8, org-warning, org-headline-done)
28589 (org-deadline-announce, org-scheduled-today)
28590 (org-scheduled-previously, org-link, org-done, org-table)
28591 (org-time-grid): Remove "-face" suffix from face names.
28592 (org-level-1-face, org-level-2-face, org-level-3-face)
28593 (org-level-4-face, org-level-5-face, org-level-6-face)
28594 (org-level-7-face, org-level-8-face, org-warning-face)
28595 (org-headline-done-face, org-deadline-announce-face)
28596 (org-scheduled-today-face, org-scheduled-previously-face)
28597 (org-link-face, org-done-face, org-table-face)
28598 (org-time-grid-face):
28599 New backward-compatibility aliases for renamed faces.
28600 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28601 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28602 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28603 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28605 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28606 (viper-minibuffer-emacs, viper-minibuffer-insert)
28607 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28608 (viper-search-face, viper-replace-overlay-face)
28609 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28610 (viper-minibuffer-vi-face):
28611 New backward-compatibility aliases for renamed faces.
28612 (viper-search-face, viper-replace-overlay-face)
28613 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28614 (viper-minibuffer-vi-face): Use renamed viper faces.
28616 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28617 Remove "-face" suffix from face names.
28618 (testcover-nohits-face, testcover-1value-face):
28619 New backward-compatibility aliases for renamed faces.
28620 (testcover-mark): Use renamed testcover faces.
28622 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28624 (diary-button-face): New backward-compatibility alias for renamed face.
28625 (diary-entry): Use renamed diary-button face.
28627 * calendar/calendar.el (diary, calendar-today, holiday)
28628 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28629 (diary-face, calendar-today-face, holiday-face):
28630 New backward-compatibility aliases for renamed faces.
28631 (eval-after-load "facemenu", diary-entry-marker)
28632 (calendar-today-marker, calendar-holiday-marker, diary-face):
28633 Use renamed calendar faces.
28635 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28636 (compare-windows-face): New backward-compatibility alias for
28638 (compare-windows-highlight): Use renamed compare-windows face.
28640 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28641 (strokes-char-face): New backward-compatibility alias for renamed face.
28642 (strokes-encode-buffer): Use renamed strokes-char face.
28644 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28645 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28646 Remove "-face" suffix from face names.
28647 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28648 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28649 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28650 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28651 Use renamed pcvs faces.
28652 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28653 * pcvs-defs.el (cvs-mode-map): Likewise.
28654 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28656 * info.el (info-title-1, info-title-2, info-title-3)
28657 (info-title-4): Remove "-face" suffix from and downcase face names.
28658 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28659 (Info-title-4-face):
28660 New backward-compatibility aliases for renamed faces.
28661 (Info-fontify-node): Use renamed info faces.
28663 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28664 Remove "-face" suffix from face names.
28665 (highlight-changes-face, highlight-changes-delete-face):
28666 New backward-compatibility aliases for renamed faces.
28667 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28668 (hilit-chg-make-list): Use renamed highlight-changes faces.
28670 * generic-x.el (show-tabs-tab, show-tabs-space):
28671 Remove "-face" suffix from face names.
28672 (show-tabs-tab-face, show-tabs-space-face):
28673 New backward-compatibility aliases for renamed faces.
28674 (show-tabs-generic-mode-font-lock-defaults-1)
28675 (show-tabs-generic-mode-font-lock-defaults-2):
28676 Use renamed show-tabs faces.
28678 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28679 (smerge-markers): Remove "-face" suffix from face names.
28680 (smerge-mine-face, smerge-other-face, smerge-base-face)
28681 (smerge-markers-face):
28682 New backward-compatibility aliases for renamed faces.
28683 (smerge-mine-face, smerge-other-face, smerge-base-face)
28684 (smerge-markers-face): Use renamed smerge faces.
28686 * log-view.el (log-view-file, log-view-message): Remove "-face"
28687 suffix from face names.
28688 (log-view-file-face, log-view-message-face):
28689 New backward-compatibility aliases for renamed faces.
28690 (log-view-file-face, log-view-message-face): Use renamed log-view
28693 * paren.el (show-paren-match, show-paren-mismatch):
28694 Remove "-face" suffix from face names.
28695 (show-paren-match-face, show-paren-mismatch-face):
28696 New backward-compatibility aliases for renamed faces.
28697 (show-paren-function): Use renamed show-paren faces.
28699 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28700 (ruler-mode-margins, ruler-mode-fringes)
28701 (ruler-mode-column-number, ruler-mode-fill-column)
28702 (ruler-mode-comment-column, ruler-mode-goal-column)
28703 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28704 suffix from face names.
28705 (ruler-mode-default-face, ruler-mode-pad-face)
28706 (ruler-mode-margins-face, ruler-mode-fringes-face)
28707 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28708 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28709 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28710 New backward-compatibility aliases for renamed faces.
28711 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28712 (ruler-mode-column-number, ruler-mode-fill-column)
28713 (ruler-mode-comment-column, ruler-mode-goal-column)
28714 (ruler-mode-tab-stop, ruler-mode-current-column)
28715 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28718 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28720 (whitespace-highlight-the-space): Use renamed face.
28721 (whitespace-highlight-face): New backward-compatibility alias for
28724 * woman.el (woman-italic, woman-bold, woman-unknown)
28725 (woman-addition, woman-symbol-face):
28726 Remove "-face" suffix from face names.
28727 (woman-italic-face, woman-bold-face, woman-unknown-face)
28728 (woman-addition-face):
28729 New backward-compatibility aliases for renamed faces.
28730 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28731 (woman-decode-region, woman-replace-match)
28732 (woman-display-extended-fonts, woman-special-characters)
28733 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28734 Use renamed woman faces.
28736 * longlines.el (longlines-visible-face): Face removed.
28738 * diff-mode.el (diff-header, diff-file-header, diff-index)
28739 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28740 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28741 suffix from face names.
28742 (diff-header-face, diff-file-header-face, diff-index-face)
28743 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28744 (diff-changed-face, diff-function-face, diff-context-face)
28745 (diff-nonexistent-face): New backward-compatibility aliases for
28747 (diff-header-face, diff-file-header-face)
28748 (diff-index, diff-index-face, diff-hunk-header)
28749 (diff-hunk-header-face, diff-removed, diff-removed-face)
28750 (diff-added, diff-added-face, diff-changed-face, diff-function)
28751 (diff-function-face, diff-context-face, diff-nonexistent)
28752 (diff-nonexistent-face): Use renamed diff-mode faces.
28754 * progmodes/compile.el (compilation-warning-face)
28755 (compilation-info-face): Remove "-face" suffix from face names.
28756 (compilation-warning-face, compilation-info-face):
28757 New backward-compatibility aliases for renamed faces.
28758 (compilation-warning-face, compilation-info-face):
28759 Use renamed compilation faces.
28761 * add-log.el (change-log-date, change-log-name)
28762 (change-log-email, change-log-file, change-log-list)
28763 (change-log-conditionals, change-log-function)
28764 (change-log-acknowledgement): Remove "-face" suffix from face names.
28765 (change-log-date-face, change-log-name-face)
28766 (change-log-email-face, change-log-file-face)
28767 (change-log-list-face, change-log-conditionals-face)
28768 (change-log-function-face, change-log-acknowledgement-face):
28769 New backward-compatibility aliases for renamed faces.
28770 (change-log-font-lock-keywords): Use renamed change-log faces.
28772 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28773 (custom-set, custom-changed, custom-saved, custom-button)
28774 (custom-button-pressed, custom-documentation, custom-state)
28775 (custom-comment, custom-comment-tag, custom-variable-tag)
28776 (custom-variable-button, custom-face-tag, custom-group-tag-1)
28777 (custom-group-tag): Remove "-face" suffix from face names.
28778 (custom-magic-alist, custom-magic-value-create)
28779 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28780 (custom-invalid-face, custom-rogue-face, custom-modified-face)
28781 (custom-set-face, custom-changed-face, custom-saved-face)
28782 (custom-button-face, custom-button-pressed-face)
28783 (custom-documentation-face, custom-state-face)
28784 (custom-comment-face, custom-comment-tag-face)
28785 (custom-variable-tag-face, custom-variable-button-face)
28786 (custom-face-tag-face, custom-group-tag-face-1)
28787 (custom-group-tag-face):
28788 New backward-compatibility aliases for renamed faces.
28790 * wid-edit.el (widget-documentation, widget-button)
28791 (widget-field, widget-single-line-field, widget-inactive)
28792 (widget-button-pressed): "-face" suffix removed from face names.
28793 (widget-documentation-face, widget-button-face)
28794 (widget-field-face, widget-single-line-field-face)
28795 (widget-inactive-face, widget-button-pressed-face):
28796 New backward-compatibility aliases for renamed faces.
28797 (widget-documentation-face, widget-button-face)
28798 (widget-button-pressed-face, widget-specify-field)
28799 (widget-specify-inactive): Use renamed widget faces.
28801 2005-06-10 Kenichi Handa <handa@m17n.org>
28803 * term/x-win.el (x-clipboard-yank): Remove condition-case
28806 2005-06-11 Kenichi Handa <handa@m17n.org>
28808 * add-log.el (change-log-font-lock-keywords): Make the regexp for
28809 date lines stricter.
28811 2005-06-10 Zhang Wei <id.brep@gmail.com>
28813 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28814 of x-get-selection.
28816 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28818 * comint.el (comint-mode, comint-snapshot-last-prompt):
28819 * frame.el (frame-current-scroll-bars):
28820 * term.el (term-mode, term-check-proc, term-input-sender)
28821 (term-simple-send, term-extract-string, term-word)
28822 (term-match-partial-filename):
28823 * window.el (window-current-scroll-bars):
28824 * emulation/cua-base.el (cua-normal-cursor-color)
28825 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28826 (cua-global-mark-cursor-color):
28827 * mail/undigest.el (rmail-forward-separator-regex):
28828 Fix typos in docstrings.
28830 * comint.el (comint-check-proc, make-comint-in-buffer)
28831 (comint-source-default): Doc fixes.
28833 * term.el (term-send-string): Improve argument/docstring consistency.
28835 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
28837 * comint.el (comint-send-input): Bind `inhibit-read-only' around
28838 call to `delete-region'.
28839 (comint-mode-hook): Do not enable Font Lock by default.
28841 2005-06-09 Lute Kamstra <lute@gnu.org>
28843 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28846 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
28848 * emacs-lisp/debug.el (debugger-will-be-back): New var.
28850 (debugger-step-through, debugger-continue, debugger-jump)
28851 (debugger-return-value): Set it when needed.
28852 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28853 Use inhibit-read-only.
28855 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
28857 * window.el (shrink-window-if-larger-than-buffer)
28858 (window-size-fixed): Fix typo in docstring.
28860 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
28861 thumbnails directory on loading.
28862 (thumbs-conversion-program): Use `eq' to check the system type,
28864 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28865 not "/tmp". Fix docstring.
28866 (thumbs-thumbsdir): New function to return the thumbnails
28867 directory, creating it if needed.
28868 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28869 (thumbs-temp-file): Delete variable and make it into a function.
28870 (thumbs-resize-image, thumbs-modify-image): Use it.
28871 (thumbs-kill-buffer): Simplify.
28872 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28873 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28876 2005-06-09 Kim F. Storm <storm@cua.dk>
28878 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28879 set-match-data to free markers in match-data.
28881 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28882 match-data to unchain markers in match-data.
28884 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28886 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28887 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28890 2005-06-08 Richard M. Stallman <rms@gnu.org>
28892 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28893 give the variable a doc string that doesn't say don't set it directly.
28895 * textmodes/ispell.el (ispell-check-version):
28896 Use match-string-no-properties.
28897 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28898 (ispell-buffer-local-words): Likewise.
28900 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28901 except on terminals with enough colors to really display it.
28902 (makefile-dependency-regex): Delete spurious `bb'.
28904 * faces.el (escape-glyph): Use blue once again in last case.
28905 (no-break-space): Redefine so that it isn't invisible on a tty.
28907 2005-06-08 Kim F. Storm <storm@cua.dk>
28909 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28910 also when reading directory name.
28912 2005-06-08 Lute Kamstra <lute@gnu.org>
28914 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28915 (flyspell-mode-line-string): Remove autoload cookie.
28916 (flyspell-mode): Remove defvar.
28918 2005-06-07 Lute Kamstra <lute@gnu.org>
28920 * textmodes/org.el (org-run-mode-hooks): New function.
28921 (org-agenda-mode): Use it.
28923 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
28925 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28927 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28929 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28931 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
28933 * font-lock.el (font-lock-add-keywords): Doc fix.
28935 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28937 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28938 (tex-compile-default): In the absence of any history, use the order in
28939 tex-compile-alist to choose the preferred command.
28940 (tex-compile-commands): Reorder a bit.
28942 * textmodes/flyspell.el (flyspell-auto-correct-binding)
28943 (flyspell-incorrect-face, flyspell-duplicate-face):
28944 Use (X)Emacs-agnostic code.
28945 (flyspell-mode-map): Don't overwrite at each load. Remove code
28946 redundant with the subsequent add-minor-mode. Merge Emacs and
28948 (flyspell-word): Minor simplification.
28949 (flyspell-math-tex-command-p): Quieten the byte-compiler.
28950 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28951 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28952 Merge the corresponding Emacs code.
28953 (flyspell-correct-word, flyspell-xemacs-popup):
28954 Use flyspell-do-correct.
28956 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28957 a dedicated window.
28959 * international/latexenc.el (latexenc-find-file-coding-system):
28960 Undo part of last patch, to turn off a compiler warning.
28962 2005-06-06 Juri Linkov <juri@jurta.org>
28964 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28965 Rename `tmm-inactive-face' to `tmm-inactive'.
28967 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28969 * iswitchb.el: Rename faces.
28971 2005-06-06 Kim F. Storm <storm@cua.dk>
28973 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28974 (cua-global-mark): Remove -face suffix from face names.
28976 * emulation/cua-gmrk.el (cua--init-global-mark):
28977 Remove cua-global-mark face setup.
28979 2005-06-06 Richard M. Stallman <rms@gnu.org>
28981 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28982 just like other allowed characters.
28983 (makefile-match-dependency): Exclude leading and training whitespace
28984 from the range of regexp subexp 1.
28985 (makefile-macroassign-regex): Don't try to match the body,
28986 just the name of the macro being defined.
28988 * info.el (Info-read-node-name-2): New function.
28989 (Info-read-node-name-1): Use that.
28990 Add a completion-base-size-function property.
28992 * simple.el (completion-setup-function): Look for
28993 completion-base-size-function property of minibuffer-completion-table.
28995 * files.el (locate-file-completion): Doc fix.
28997 * printing.el: Don't call pr-update-menus; user must do that.
28999 * emacs-lisp/debug.el (debugger-window): New variable.
29000 (debug): Use debugger-window if it is set and still alive.
29001 Record debugger-window for next entry.
29003 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29005 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
29007 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29008 (hack-one-local-variable, hack-local-variables)
29009 (hack-local-variables-prop-line): Pass that arg.
29011 2005-06-06 Kim F. Storm <storm@cua.dk>
29013 * ido.el (ido-first-match, ido-only-match, ido-subdir)
29014 (ido-indicator): Remove -face suffix from face names.
29016 2005-06-06 Juri Linkov <juri@jurta.org>
29018 * font-lock.el (font-lock-regexp-backslash)
29019 (font-lock-regexp-backslash-construct): New faces.
29020 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
29021 after `('. Add `while-no-input' to control structures.
29023 * faces.el (no-break-space, shadow): New faces.
29024 (escape-glyph): Use less loud colors pink2 and red4.
29026 * diff-mode.el (diff-context-face)
29027 * dired.el (dired-ignored)
29028 * rfn-eshadow.el (file-name-shadow)
29029 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29031 * info.el (Info-title-1-face): Use green instead of yellow because
29032 bold yellow is not readable on light backgrounds.
29034 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29035 before selecting the desired mode to not spend time fontifying
29038 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29040 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29041 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29043 * ps-print.el (ps-default-fg, ps-default-bg):
29044 Fix typos in docstrings.
29046 * isearchb.el (isearchb): Don't pass a spurious second argument to
29047 `iswitchb-completions'.
29049 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
29051 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29053 (gdb-find-file-hook): Add doc string.
29055 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29056 C dereferenced pointer expression.
29057 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
29059 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29061 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29062 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29063 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29064 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29065 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29066 Make background transparent.
29068 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29070 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29071 (font-lock-remove-keywords): Doc fix.
29072 (font-lock-mode-major-mode): Compiler defvar.
29073 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29075 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29076 (font-lock-mode): Update `font-lock-mode-major-mode'.
29077 (font-lock-set-defaults): Compiler defvar.
29078 (font-lock-default-function): Take `font-lock-mode-major-mode'
29081 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29082 keep track of which major mode it enabled the minor mode for.
29083 Use find-file-hook again. Update docstring.
29085 * simple.el (eval-expression-print-level)
29086 (eval-expression-print-length, eval-expression-debug-on-error):
29089 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29091 * iswitchb.el (iswitchb-single-match-face)
29092 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29093 (iswitchb-invalid-regexp-face): New faces.
29094 (iswitchb-completions): Use them.
29095 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29096 now marked as an obsolete alias.
29097 (iswitchb-read-buffer): Remove check for bound font variables.
29098 (iswitchb-invalid-regexp): New free variable.
29099 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29100 set iswitchb-invalid-regexp.
29101 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29103 (iswitchb-completions): Add check for complete match when entering
29105 (iswitchb-completions): Remove require-match argument.
29106 (iswitchb-exhibit): Fix caller.
29107 (iswitchb-common-match-inserted): New variable.
29108 (iswitchb-complete, iswitchb-completion-help): Use it.
29110 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29112 * url-http.el (url-http-chunked-encoding-after-change-function):
29113 Use `url-http-debug' instead of `message'.
29115 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29117 * url-http.el (url-http-parse-headers): Pass redirected URL as a
29120 2005-06-04 Kim F. Storm <storm@cua.dk>
29122 * simple.el (line-move): Only call sit-for when moving backwards.
29124 * ido.el (ido-make-merged-file-list-1): New defun split from
29125 ido-make-merged-file-list.
29126 (ido-make-merged-file-list): Bind throw-on-input around call to
29127 ido-make-merged-file-list-1. Return input-pending-p if
29128 interrupted by more input available.
29129 (ido-read-internal): Handle input-pending-p return value from
29130 ido-make-merged-file-list.
29132 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29134 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29135 compatibility code.
29137 * international/latexenc.el (latexenc-find-file-coding-system):
29138 Don't inherit the EOL part of the coding-system from the
29139 tex-main buffer. Fit within 80 columns.
29141 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29143 * tmm.el (tmm-inactive-face): New face.
29144 (tmm-remove-inactive-mouse-face): New function.
29145 (tmm-prompt, tmm-add-one-shortcut)
29146 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29147 but not selectable.
29149 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29151 * faces.el (face-equal): Improve argument/docstring consistency.
29153 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29155 * progmodes/make-mode.el (makefile-targets-face)
29156 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29157 (makefile-bsdmake-dependency-regex)
29158 (makefile-makepp-rule-action-regex)
29159 (makefile-bsdmake-rule-action-regex): New constants.
29160 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29162 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29163 Allow (...) within `...' for makepp messages.
29165 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29167 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29169 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29170 "." files are deleted from all file lists before comparison.
29172 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29173 (viper-ESC-key): Made them customizable.
29175 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
29177 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29179 * autorevert.el (auto-revert-buffers): Use save-match-data.
29181 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29183 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29184 menu items with a nil command binding.
29186 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29188 * emacs-lisp/cl-macs.el (defsetf):
29189 Improve argument/docstring consistency.
29191 * faces.el (list-faces-display): Improve the formatting by
29192 computing the maximum length required for any face-name (reworked
29193 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29194 (internal-find-face): Remove redundant info in docstring.
29196 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29198 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29199 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29200 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29201 (gdb-assembler-custom): Improve regexps.
29202 (def-gdb-auto-update-handler): Use window point to preserve point.
29204 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29206 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29208 2005-05-31 Jay Belanger <belanger@truman.edu>
29210 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29212 (calc-embedded-make-info): Have plain prefix argument select
29215 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29217 * faces.el (list-faces-display): Signal error if passed a regexp
29218 that matches no face name.
29220 * simple.el (filter-buffer-substring): Fix typo in docstring.
29222 2005-05-31 Richard M. Stallman <rms@gnu.org>
29224 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29225 (vhdl-emacs-21): Doc fix.
29226 (vhdl-mode): Unconditionally set comment-padding.
29227 (vhdl-fixup-whitespace-region): Insert spaces only where
29229 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29231 2005-05-30 John Wiegley <johnw@newartisans.com>
29233 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29234 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29235 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29236 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29237 `string-to-number'.
29239 2005-05-30 Jay Belanger <belanger@truman.edu>
29241 * calc/calc.el (calc-bug-address): Fix docstring.
29242 (calc-window-hook, calc-trail-window-hook): New variables.
29243 (calc-trail-display): Restore use of calc-trail-window-hook.
29244 (calc): Restore use of calc-window-hook.
29246 2005-05-31 Masatake YAMATO <jet@gyve.org>
29248 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29250 * help-fns.el (help-C-file-name): Add autoload mark for
29251 `find-function-noselect'.
29253 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29255 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29256 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29258 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29260 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29261 included diary buffer if it was not already being visited.
29262 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29264 * calendar/icalendar.el (top-level): Do not require appt.
29266 * mail/supercite.el (sc-select-attribution): Only use a list
29267 element from sc-attrib-selection-list if it returns a string.
29268 Reported by Davide G. M. Salvetti <salve@debian.org>.
29270 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29272 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29273 includes a hash value to improve its uniqueness, and has a ".jpg"
29274 extension. Also, it is now a valid filename on all systems.
29275 (thumbs-make-thumb): Use `let', not `let*'.
29276 (thumbs-show-thumbs-list): Check for JPEG availability.
29278 2005-05-30 Richard M. Stallman <rms@gnu.org>
29280 * filesets.el (filesets-menu-ensure-use-cached):
29281 Prevent warning when emacs-version>= is undefined.
29283 * printing.el (pr-interactive-n-up): Use string-to-number.
29285 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29287 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29288 Warn only when name to be defined is quoted.
29290 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29292 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29293 Make regexp more robust.
29294 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29295 Force regeneration of disassembly.
29297 2005-05-29 Jay Belanger <belanger@truman.edu>
29299 * calc/calc.el (calc-user-invocation): Check if
29300 calc-invocation-macro is non-nil.
29302 2005-05-29 Juri Linkov <juri@jurta.org>
29304 * add-log.el (change-log-font-lock-keywords):
29305 Add `+' to e-mail regexp to accept mail address with keywords.
29307 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29309 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29311 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29313 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29315 2005-05-29 Richard M. Stallman <rms@gnu.org>
29317 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29318 Undo the change that moves to end of the current word.
29320 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29322 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29323 Throw error when count <= 0 to ensure input is a number.
29324 (gdb-read-memory-custom): Pick up address from buffer.
29325 (gdb-memory-mode): Allow user to increment and decrement
29326 memory address from header line.
29328 2005-05-29 Richard M. Stallman <rms@gnu.org>
29330 * flyspell.el (flyspell-version): Function deleted.
29331 (flyspell-auto-correct-previous-hook): Doc fix.
29333 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29334 Do nothing if memory is full.
29336 * font-lock.el (font-lock-fontify-syntactically-region):
29337 Pass t for GREEDY to looking-back.
29339 * saveplace.el (save-place-alist-to-file): Write the file
29340 using write-region.
29342 * subr.el (looking-back): New argument GREEDY.
29344 * progmodes/compile.el (compilation-start): Set the mode
29345 before inserting the initial text.
29347 * progmodes/which-func.el (which-func-update-1): Turn the mode
29348 off in case of error by setting which-func-mode.
29350 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29352 * flyspell.el (flyspell-auto-correct-previous-word):
29353 Narrow down to what's on the screen, and recenter overlays
29354 at the end of the next word.
29356 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29358 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
29359 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29360 (flyspell-abbrev-p): Default to nil.
29361 (flyspell-use-global-abbrev-table-p): Doc fix.
29362 (flyspell-large-region): Allow nil as value.
29363 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29365 (mail-mode-flyspell-verify): More robust handling
29366 of `mail-header-separator'. More efficient signature detection.
29367 Allow for regexp metacharacters in message-header-separator.
29368 Adding `To' not to be checked in mail-mode-flyspell-verify.
29370 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29371 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29372 Bind flyspell-auto-correct-binding.
29374 (flyspell-mode-map): Likewise.
29375 (flyspell-mode): Doc fix.
29376 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29377 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29378 (flyspell-word-cache-result): New var, always local.
29379 (flyspell-check-pre-word-p): Doc fix.
29380 (flyspell-check-changed-word-p): Handle spc like newline.
29381 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29382 (flyspell-word-search-backward, flyspell-word-search-forward):
29384 (flyspell-word): Return t if nothing to check.
29385 When parsing TeX code, check for after } or \.
29386 Use flyspell-word-search-backward to find previous word.
29387 Return nil if duplicated word.
29388 For word already checked, return same value as last time.
29389 Set flyspell-word-cache-result after checking.
29390 Don't clobber the return value.
29391 (flyspell-get-word): Major rewrite.
29392 (flyspell-external-point-words): New locals pword, pcount.
29393 Fix size used in progress message.
29394 Find the proper corresponding word in flyspell-large-region-buffer.
29395 (flyspell-region): Check for flyspell-large-region = nil.
29396 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29397 (flyspell-auto-correct-word): Check that WORD is a cons.
29398 (flyspell-correct-word): Likewise.
29400 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29402 * progmodes/make-mode.el (makefile-rule-action-regex)
29403 (makefile-macroassign-regex, makefile-makepp-mode)
29404 (makefile-bsdmake-mode): Continuation lines may be empty.
29405 Reported by Joshua Varner.
29406 (makefile-makepp-font-lock-keywords): Add $(stem).
29408 2005-05-28 Karl Berry <karl@gnu.org>
29410 * textmodes/tex-mode.el: Now that tex-send-command calls
29411 shell-quote-argument (2005-03-31 change), remove all calls to
29412 shell-quote-argument; they all end up invoking tex-send-command.
29413 The double quoting loses on filenames with non-safe characters,
29414 such as "@". Reported by Frederik Fouvry.
29416 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29418 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29419 about preserving point.
29421 2005-05-27 Jay Belanger <belanger@truman.edu>
29423 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29426 * calc/calc-embed.el (calc-embed-arg): New variable.
29427 (calc-do-embedded-activate, calc-embedded-activate-formula)
29428 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29429 variable by new variable.
29430 (calc-embedded-make-info): Replace undeclared variable by new
29431 variable. When selecting region with positive prefix
29432 argument, use end of previous line instead of beginning of line.
29434 * calc/calc-aent.el (calc-arg-values): Declare it.
29436 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29439 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29441 * calc/calc.el (calc-alg-map): Declare it.
29443 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29445 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29447 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29448 (gdb-registers-buffer, toggle-gdb-all-registers):
29449 Toggle display of floating point registers.
29450 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29452 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29453 (toggle-gud-tooltip-dereference):
29454 Rename from gud-toggle-tooltip-dereference.
29456 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29458 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29460 2005-05-27 Jay Belanger <belanger@truman.edu>
29462 * calc/calc-prog.el (calc-kbd-report): Remove.
29463 (calc-kbd-query): Rewrite.
29465 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29467 * image.el (image-library-alist): Move to image.c.
29468 (image-type-available-p): Doc fix.
29470 2005-05-27 Lute Kamstra <lute@gnu.org>
29472 * calc/calc.el (calc):
29473 * outline.el (outline-1, outline-2, outline-3, outline-4)
29474 (outline-5, outline-6, outline-7, outline-8):
29475 * textmodes/dns-mode.el (dns-mode):
29476 * textmodes/sgml-mode.el (sgml-namespace-face):
29477 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29478 (tex-verbatim-face, tex-use-reftex):
29479 * textmodes/texinfo.el (texinfo-heading-face):
29480 Specify customization group.
29482 * longlines.el: Don't require easy-mmode.
29483 (longlines-visible-face): Specify customization group.
29485 2005-05-27 Kenichi Handa <handa@m17n.org>
29487 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29488 encoding table of windows-1251.
29490 * international/ucs-tables.el (ucs-set-table-for-input):
29491 If translation-table-for-input of a coding system is a symbol, get
29492 its translation-table property.
29494 * international/code-pages.el: Don't register a coding system into
29495 non-iso-charset-alist more than once.
29496 (cp-make-coding-system): Likewise.
29498 2005-05-26 John Wiegley <johnw@newartisans.com>
29500 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29501 `eshell-resume-eval' is wrapped in a list, it indicates that the
29502 command was run asynchronously. In that case, unwrap the value
29503 before checking the delimiter value.
29505 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29506 character before a space at the end of a line is \, assume the space
29507 is part of the last argument rather than a final argument separator.
29509 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29510 is in use, and the target is `t' or `nil' (which are the most common
29511 values), don't assume that the symbol target is a buffer.
29513 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29515 * calendar/calendar.el (calendar-mode-line-format):
29516 Use mode-line-highlight as mouse-face.
29518 * time.el (display-time-string-forms, display-time-update):
29519 Use mode-line-highlight as mouse-face.
29521 2005-05-26 Jay Belanger <belanger@truman.edu>
29523 * calc/calc.el (calc-language-alist): Remove extra defvar.
29525 2005-05-26 Lute Kamstra <lute@gnu.org>
29527 * arc-mode.el (archive-mode):
29528 * bookmark.el (bookmark-read-annotation-mode)
29529 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29531 * calc/calc-yank.el (calc-edit-mode):
29532 * calc/calc.el (calc-mode, calc-trail-mode):
29533 * calculator.el (calculator-mode):
29534 * chistory.el (command-history-mode):
29536 * cus-edit.el (custom-mode):
29537 * descr-text.el (describe-text-mode):
29538 * ebuff-menu.el (Electric-buffer-menu-mode):
29539 * ediff-util.el (ediff-mode):
29540 * emacs-lisp/re-builder.el (reb-mode):
29541 * emulation/vi.el (vi-mode-setup):
29542 * emulation/ws-mode.el (wordstar-mode):
29543 * eshell/esh-mode.el (eshell-mode):
29544 * forms.el (forms-mode):
29545 * help-mode.el (help-mode):
29546 * hexl.el (hexl-mode):
29547 * ibuffer.el (ibuffer-mode):
29548 * ielm.el (inferior-emacs-lisp-mode):
29549 * info.el (Info-mode, Info-edit-mode):
29550 * international/swedish.el:
29551 * ledit.el (ledit-from-lisp-mode):
29552 * locate.el (locate-mode):
29553 * mail/rmail.el (rmail-mode):
29554 * mail/rmailedit.el (rmail-edit-mode):
29555 * mail/rmailsum.el (rmail-summary-mode):
29556 * mail/supercite.el (sc-electric-mode):
29557 * net/eudc.el (eudc-mode):
29558 * net/quickurl.el (quickurl-list-mode):
29559 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29560 * obsolete/ooutline.el (outline-mode):
29561 * obsolete/options.el (Edit-options-mode):
29562 * obsolete/rnews.el (news-mode):
29563 * obsolete/rnewspost.el (news-reply-mode):
29564 * play/5x5.el (5x5-mode):
29565 * play/decipher.el (decipher-mode, decipher-stats-mode):
29566 * play/gomoku.el (gomoku-mode):
29567 * play/snake.el (snake-mode):
29568 * play/solitaire.el (solitaire-mode):
29569 * play/tetris.el (tetris-mode):
29570 * progmodes/ada-mode.el (ada-mode):
29571 * progmodes/antlr-mode.el (antlr-mode):
29572 * progmodes/autoconf.el (autoconf-mode):
29573 * progmodes/dcl-mode.el (dcl-mode):
29574 * progmodes/delphi.el (delphi-mode):
29575 * progmodes/ebrowse.el (ebrowse-tree-mode)
29576 (ebrowse-electric-list-mode, ebrowse-member-mode)
29577 (ebrowse-electric-position-mode):
29578 * progmodes/f90.el (f90-mode):
29579 * progmodes/fortran.el (fortran-mode):
29580 * progmodes/icon.el (icon-mode):
29581 * progmodes/idlw-help.el (idlwave-help-mode):
29582 * progmodes/idlw-shell.el (idlwave-shell-mode):
29583 * progmodes/idlwave.el (idlwave-mode):
29584 * progmodes/inf-lisp.el (inferior-lisp-mode):
29585 * progmodes/m4-mode.el (m4-mode):
29586 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29587 * progmodes/modula2.el (modula-2-mode):
29588 * progmodes/octave-inf.el (inferior-octave-mode):
29589 * progmodes/octave-mod.el (octave-mode):
29590 * progmodes/pascal.el (pascal-mode):
29591 * progmodes/sh-script.el (sh-mode):
29592 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29593 * progmodes/vhdl-mode.el (vhdl-mode):
29594 * progmodes/xscheme.el (scheme-interaction-mode):
29595 * replace.el (occur-mode):
29596 * ses.el (ses-mode):
29597 * simple.el (completion-list-mode):
29599 * speedbar.el (speedbar-mode):
29600 * term.el (term-mode):
29601 * terminal.el (terminal-edit-mode):
29602 * textmodes/reftex-index.el (reftex-index-mode)
29603 (reftex-index-phrases-mode):
29604 * textmodes/reftex-sel.el (reftex-select-label-mode)
29605 (reftex-select-bib-mode):
29606 * textmodes/reftex-toc.el (reftex-toc-mode):
29607 * wdired.el (wdired-change-to-wdired-mode):
29608 * wid-browse.el (widget-browse-mode):
29609 Use run-mode-hooks.
29611 * array.el (array-mode):
29612 * calendar/todo-mode.el (todo-mode):
29613 * man.el (Man-mode):
29614 * play/landmark.el (lm-mode):
29615 * play/mpuz.el (mpuz-mode):
29616 Use kill-all-local-variables and run-mode-hooks.
29618 * subr.el (delay-mode-hooks): Specify indentation.
29620 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29622 * xml.el (xml-substitute-special): Don't die for undefined xml
29625 2005-05-26 Jay Belanger <belanger@truman.edu>
29627 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29630 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29632 * progmodes/gdb-ui.el (gdb-frame-address):
29633 Rename from gdb-current-address.
29634 (gdb-previous-frame-address): Rename from gdb-previous-address.
29635 (gdb-selected-frame): Rename from gdb-current-frame.
29636 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29637 (gdb-frame-number): Rename from gdb-current-stack-level.
29638 (gdb-ann3): Match new mode-name for disassembly buffer.
29639 Extend initialization of variables.
29640 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29641 (gdb-memory-mode): Use mouse-face in header line.
29642 (gdb-assembler-buffer-name): Call it disassembly and give frame
29644 (gdb-source-spec-regexp, gdb-assembler-custom)
29645 (gdb-invalidate-assembler, gdb-frame-handler):
29646 Make robust to leading zeroes in address format.
29648 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29650 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29652 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29654 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29656 * log-edit.el (log-edit-changelog-entries): Distinguish between
29657 filenames like xfns.c and fns.c.
29659 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29661 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29662 point after reverting.
29663 (Buffer-menu-make-sort-button): Handle the case where
29664 `Buffer-menu-use-header-line' is nil.
29666 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29668 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29669 New funcs. In minibuffer-local-completion-map bind `]', `/'
29672 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29674 * startup.el (normal-top-level): Allow modification of load-path while
29675 we're iterating over it.
29677 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29679 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29680 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29681 (thumbs-resize-interactive, thumbs-insert-image)
29682 (thumbs-insert-thumb, thumbs-dired-show-marked)
29683 (thumbs-find-image-at-point, thumbs-delete-images)
29684 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29685 (thumbs-increment-image-size, thumbs-decrement-image-size):
29686 Fix typos in docstrings.
29688 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29690 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29691 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29692 (cperl-mode): Use them.
29694 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29696 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29699 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29701 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29702 Bind C-d to gdb-inferior-io-eof.
29704 * dired.el (dired-dnd-popup-notice): Use message-box.
29706 2005-05-23 Masatake YAMATO <jet@gyve.org>
29708 * bindings.el (mode-line-major-mode-keymap):
29709 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29711 * faces.el (mode-line-highlight): New face.
29713 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29716 * bindings.el (top-level, help-echo, mode-line-modified)
29717 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29720 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29722 * progmodes/cc-engine.el (c-guess-basic-syntax):
29723 Remove spurious call to `zerop'.
29725 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29727 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29729 CC Mode update to 5.30.10:
29731 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29732 could go past the limit in decoration level 2, thereby causing
29733 errors during interactive fontification.
29735 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29736 the file is evaluated interactively.
29738 * cc-engine.el (c-guess-basic-syntax): Handle operator
29739 declarations somewhat better in C++.
29741 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29742 make use of `run-mode-hooks' which has been added in Emacs 21.1.
29743 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29744 (awk-mode): Use it.
29745 (make-local-hook): Suppress warning about obsoleteness.
29747 * cc-engine.el, cc-align.el, cc-cmds.el
29748 (c-append-backslashes-forward, c-delete-backslashes-forward)
29749 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29750 Compensate for return value from `forward-line' when it has moved
29751 but not to a different line due to eob.
29753 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29754 `objc-method-intro' and `objc-method-args-cont'.
29756 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
29758 CC Mode update to 5.30.10:
29760 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29761 in the copyright statement. Incidentally, change "along with GNU
29762 Emacs" to "along with this program" where it occurs.
29764 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29765 so that it is interactive, hence can be found by M-x awk-mode
29766 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
29767 <gmorris+emacs@ast.cam.ac.uk>.
29769 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29772 2005-05-23 Kevin Ryde <user42@zip.com.au>
29774 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29775 c-parse-state, to avoid a lisp error (on bad code).
29777 2005-05-23 Lute Kamstra <lute@gnu.org>
29779 * subr.el (font-lock-defaults): Remove defvar as it's already
29780 defined in font-core.el.
29782 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29784 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29786 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29787 more general and work when GDB variable "print pretty" is on,
29788 as with Emacs, for example.
29790 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
29792 * font-core.el: Update comment.
29794 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29795 Use `after-change-major-mode-hook' instead of `find-file-hook'.
29797 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29799 2005-05-22 Eli Zaretskii <eliz@gnu.org>
29801 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29802 and `yank-handler' in the doc strings.
29804 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
29806 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
29808 2005-05-22 Richard M. Stallman <rms@gnu.org>
29810 * help.el (describe-key): Move print-help-return-message call
29811 out of conditional.
29813 * progmodes/etags.el (list-tags): Use with-no-warnings.
29815 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29816 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29817 (starttls-extra-args, starttls-extra-arguments): Add defvars.
29819 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29821 * language/viet-util.el (viet-viscii-nonascii-translation-table):
29824 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29825 Use defvar, not defconst.
29827 * hexl.el (hexl-follow-line): Use with-no-warnings.
29829 * emulation/tpu-extras.el: Use write-file-functions instead of
29832 * dired.el (dired-font-lock-keywords): Fontify files with junk
29833 extensions even if marked by -F.
29835 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
29837 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29838 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29839 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29840 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29841 (concatenate, list-length, get*, getf, cl-remprop):
29842 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29843 (etypecase, progv, lexical-let, lexical-let*)
29844 (multiple-value-bind, multiple-value-setq, shiftf):
29845 Improve argument/docstring consistency.
29847 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29849 2005-05-22 Andre Spiegel <spiegel@gnu.org>
29851 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29854 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
29855 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29857 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
29859 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29860 already deleted variables: auto-fill-hook, blink-paren-hook,
29861 lisp-indent-hook, inhibit-local-variables, unread-command-event,
29862 suspend-hooks, comment-indent-hook, meta-flag,
29863 before-change-function, after-change-function,
29864 font-lock-doc-string-face.
29866 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29868 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29870 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29872 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29873 rmail-dont-reply-to.
29875 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29877 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29878 literal blank when splitting new-header-values.
29880 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29882 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29883 string so that tmm doesn't create a completion entry for it.
29885 * textmodes/table.el (table-disable-menu): Ditto.
29887 2005-05-21 Richard M. Stallman <rms@gnu.org>
29889 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29891 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29893 * net/rcompile.el (remote-compile): Use compilation-start.
29895 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29897 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
29899 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29900 Default to makefile-bsdmake-mode on BSD systems.
29902 * imenu.el (imenu-generic-expression, imenu--generic-function'):
29903 REGEXP may also be a search function now. The part of doc-string
29904 for describing the structure was 95% identical to that of
29905 `imenu--generic-function'. Unify it there.
29907 * progmodes/make-mode.el (makefile-imenu-generic-expression):
29908 Use function to find dependencies, because regexp alone is so complex,
29909 it easily goes into an endless loop.
29910 (makefile-makepp-mode): Also add submenu for Perl functions
29911 defined in the makefile.
29912 (makefile-bsdmake-mode): Special imenu-generic-expression no
29913 longer needed, due to function call.
29914 (makefile-match-dependency): Take BOUND into account when checking
29917 2005-05-20 Jay Belanger <belanger@truman.edu>
29919 * calc/calc-units.el (calc-invalidate-units-table):
29920 Use inhibit-read-only.
29921 (math-build-units-table-buffer): Use view-mode.
29923 2005-05-20 David Kastrup <dak@gnu.org>
29925 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29926 easy-menu-add is not a nop on Emacs; and clarify when to call it.
29928 2005-05-20 Lute Kamstra <lute@gnu.org>
29930 * diff-mode.el (diff-header-face, diff-file-header-face)
29931 (diff-index-face, diff-hunk-header-face, diff-removed-face)
29932 (diff-added-face, diff-changed-face, diff-function-face)
29933 (diff-context-face, diff-nonexistent-face): Put them in the
29934 diff-mode customization group.
29936 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
29938 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29940 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29942 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29943 Minor regexp-optimization.
29945 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
29947 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29948 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29949 (org-agenda-add-time-grid-maybe): New function.
29950 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29951 (org-table-create): `dotimes' instead of `mapcar'.
29952 (org-xor): Simplify implementation.
29953 (org-agenda): `inhibit-redisplay' turned on.
29954 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29955 a consistent line after a state change.
29956 (org-agenda-remove-times-when-in-prefix): New option.
29957 (org-prefix-has-time): New variable.
29958 (org-parse-time-string): Optional argument NODEFAULT.
29959 (org-format-agenda-item): Parse items for time-of-day
29960 specifications and move these into the prefix if possible.
29961 (org-agenda-priority): Get current heading, not previous heading
29962 during agenda remote editing.
29964 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
29966 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29967 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29968 (remove-duplicates, delete-duplicates, substitute)
29969 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29970 (nsubstitute-if-not, find, find-if, find-if-not, position)
29971 (position-if, position-if-not, count, count-if, count-if-not)
29972 (mismatch, search, sort*, stable-sort, merge, member*)
29973 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29974 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29975 (intersection, nintersection, set-difference, nset-difference)
29976 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29977 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29978 (nsublis, tree-equal): Improve argument/docstring consistency.
29980 * subr.el (send-string, send-region): Remove obsolescence declaration.
29981 (window-dot, set-window-dot, read-input, show-buffer)
29982 (eval-current-buffer, string-to-int):
29983 Add release number to obsolescence declarations.
29985 2005-05-19 Kim F. Storm <storm@cua.dk>
29987 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29988 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29990 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29992 * faces.el (list-faces-display): Make back button respect optional
29995 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
29997 * calculator.el (calculator-radix-grouping-mode)
29998 (calculator-radix-grouping-digits, calculator-displayer)
29999 (calculator-radix-grouping-separator, calculator-copy-displayer):
30000 * dabbrev.el (dabbrev-search-these-buffers-only):
30001 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30002 (diff-advance-after-apply-hunk, diff-mode-hook)
30003 (diff-minor-mode-prefix):
30004 * imenu.el (imenu-use-popup-menu):
30005 * jit-lock.el (jit-lock-context-time):
30006 * newcomment.el (comment-fill-column, comment-column)
30007 (comment-style, comment-padding, comment-multi-line)
30008 (comment-empty-lines, comment-auto-fill-only-comments):
30009 * reveal.el (reveal-around-mark):
30010 * uniquify.el (uniquify-buffer-name-style)
30011 (uniquify-after-kill-buffer-p)
30012 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30013 (uniquify-min-dir-content, uniquify-separator)
30014 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30015 * w32-vars.el (w32-fixed-font-alist):
30016 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30017 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30018 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30019 * progmodes/perl-mode.el (perl-indent-level)
30020 (perl-continued-statement-offset, perl-continued-brace-offset)
30021 (perl-brace-offset, perl-brace-imaginary-offset)
30022 (perl-label-offset, perl-indent-continued-arguments)
30023 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30024 * progmodes/tcl.el (tcl-indent-level)
30025 (tcl-continued-indent-level, tcl-auto-newline)
30026 (tcl-tab-always-indent, tcl-electric-hash-style)
30027 (tcl-help-directory-list, tcl-use-smart-word-finder)
30028 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30029 (inferior-tcl-source-command):
30030 * textmodes/fill.el (enable-kinsoku):
30031 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30032 * textmodes/table.el (table-yank-handler):
30033 Specify missing group (and type, if simple) in defcustom.
30035 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
30037 * progmodes/compile.el (compilation-finish-function): Fix defvar.
30039 2005-05-19 Richard M. Stallman <rms@gnu.org>
30041 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30043 * subr.el (event-basic-type): Don't get an error.
30044 (left-fringe-p): Function deleted.
30046 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30047 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30049 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30052 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30054 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30056 * emacs-lisp/bytecomp.el
30057 (byte-compile-file-form-custom-declare-variable):
30058 Call byte-compile-nogroup-warn if appropriate.
30060 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30061 (compilation-set-window): Don't call left-fringe-p; do it directly.
30063 2005-05-19 Jay Belanger <belanger@truman.edu>
30065 * calc/calc-graph.el (calc-graph-format-data): Make sure
30066 var-PlotRejects is bound before trying to check its value.
30068 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30070 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30071 definition of this variable from reftex-global.el to reftex.el,
30072 because it is needed in the menu.
30074 2005-05-19 Lute Kamstra <lute@gnu.org>
30076 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30077 years are fixed. Don't insert a space after a dash.
30079 2005-05-19 Kim F. Storm <storm@cua.dk>
30081 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30083 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30085 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30086 strings, because (eq ... ?\\) is fairly frequent.
30088 * progmodes/make-mode.el (makefile-add-this-line-targets):
30089 Simplify and integrate into `makefile-pickup-targets'.
30090 (makefile-add-this-line-macro): Simplify and integrate into
30091 `makefile-pickup-macros.
30092 (makefile-pickup-filenames-as-targets): Simplify.
30093 (makefile-previous-dependency, makefile-match-dependency):
30094 Don't stumble over `::'.
30096 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30098 * subr.el (post-command-idle-hook, post-command-idle-delay):
30099 Remove obsoletion of post-command-idle-hook and
30100 post-command-idle-delay.
30102 * faces.el (list-faces-display): Provide button when describe-face
30103 is called to take user back to the list of faces.
30105 * help-fns.el (describe-variable): Remove hyperlinks in a
30106 variable's value as these are quite frequently inappropriate.
30108 * follow.el (follow-submit-feedback, follow-mode):
30109 Remove references to post-command-idle-hook.
30111 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30113 * progmodes/make-mode.el (makefile-previous-dependency)
30114 (makefile-match-dependency): Check for := (and in bsd mode also
30115 !=) to give a better result, even when font-lock is not on.
30117 2005-05-18 Jay Belanger <belanger@truman.edu>
30119 * calc/calc-help.el (calc-s-prefix-help):
30120 Add `calc-copy-special-constant' to help string.
30122 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30124 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30126 2005-05-18 Jay Belanger <belanger@truman.edu>
30128 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30129 in linear factors are in proper order.
30131 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30133 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30134 Support for jurabib.
30136 * textmodes/reftex.el (featurep): Define aliases for overlay
30137 commands, for XEmacs compatibility, and use these aliases in
30138 overlay initializations.
30139 (reftex-highlight): Use `reftex-move-overlay'.
30140 (reftex-unhighlight): Use `reftex-delete-overlay'.
30141 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30142 (reftex-access-search-path): Use `reftex-uniquify' instead of
30145 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30146 `before-string' property modification enables for Emacs as well.
30147 (reftex-select-item): Use `reftex-delete-overlay'.
30148 (reftex-select-mark): Use `reftex-make-overlay' and
30149 `reftex-overlay-put'.
30150 (reftex-select-unmark): Use `reftex-delete-overlay' and
30151 `reftex-overlay-put'.
30153 2005-05-18 Lute Kamstra <lute@gnu.org>
30155 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30157 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30159 * add-log.el (add-change-log-entry):
30160 * array.el (array-make-template, array-reconfigure-rows)
30161 (array-init-max-row, array-init-max-column)
30162 (array-init-columns-per-line, array-init-field-width):
30163 * replace.el (replace-match-maybe-edit, perform-replace):
30164 * textmodes/spell.el (spell-region):
30165 Replace `read-input' by `read-string'.
30167 * forms.el (forms-mode):
30168 * finder.el (finder-compile-keywords):
30169 * shadowfile.el (shadow-read-files):
30170 Replace `eval-current-buffer' by `eval-buffer'.
30172 * terminal.el (te-pass-through):
30173 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30174 (ange-ftp-raw-send-cmd):
30175 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30176 (send-process-next-char, telnet-initial-filter, telnet):
30177 Replace `send-string' by `process-send-string'.
30179 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30180 (prolog-consult-region): Replace `send-string' by
30181 `process-send-string'; replace `send-region' by `process-send-region'.
30183 * progmodes/delphi.el (delphi-log-msg):
30184 Replace `set-window-dot' by `set-window-point'.
30186 * subr.el (window-dot, set-window-dot, read-input, send-string)
30187 (send-region, show-buffer, eval-current-buffer):
30188 Make really obsolete, as the comment says.
30190 2005-05-17 Kim F. Storm <storm@cua.dk>
30192 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30193 (cua--init-keymaps): Bind C-return instead of S-return to set
30196 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30197 instead of S-return to toggle/clear rectangle mark.
30199 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30201 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30202 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30203 Also fontify plain strings assigned to variables, mostly so that a
30204 colon has a face and is thus not taken as a dependency separator.
30205 (makefile-previous-dependency): Inline the new matcher, because it
30206 is too complex to work in both directions.
30207 (makefile-match-dependency): Eliminate `backward' arg (see above).
30208 Completely reimplemented so as to not sometimes go into an endless
30209 loop. It should also be more efficient, because first it only
30210 searches for `:', instead of applying the very complex regexp.
30211 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30212 to be fontified in one piece can be too long for JIT.
30213 Makefiles are never *that* big.
30215 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30217 * dired.el (dired-mode): Simplify.
30219 2005-05-17 Lute Kamstra <lute@gnu.org>
30221 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30222 defcustom for the mode hook variable.
30224 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30225 Emacs Lisp Reference Manual.
30227 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30229 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30231 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30232 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30234 * net/tramp-smb.el (tramp-smb-open-connection):
30235 Pass `tramp-chunksize' as fifth (required) argument.
30237 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30239 * font-lock.el (lisp-font-lock-keywords-1):
30240 Set `font-lock-negation-char-face' for [^...] char group.
30241 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30243 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30244 a var, and refine it to mask one more level of nested vars.
30245 (makefile-rule-action-regex): Turn it into a var, and refine it so
30246 it recognizes backslashed continuation lines as belonging to the
30248 (makefile-macroassign-regex): Refine it so it recognizes
30249 backslashed continuation lines as belonging to the same command.
30250 (makefile-var-use-regex): Don't look at the next char, because it
30251 might be the same one to be skipped by the initial [^$], leading
30252 to an overlooked variable use.
30253 (makefile-make-font-lock-keywords): Remove two parameters, which
30254 are now variables that some of the modes set locally.
30255 Handle dependency and rule action matching through functions, because
30256 regexps alone match too often. Dependency matching now comes
30257 last, so it can check, whether a colon already matched something else.
30258 (makefile-mode): Inform that font-lock improves makefile parsing
30260 (makefile-match-dependency, makefile-match-action): New functions.
30262 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30264 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30266 * align.el (align-regexp):
30267 * ansi-color.el (ansi-color-get-face):
30268 * array.el (array-reconfigure-rows, array-init-max-row)
30269 (array-init-max-column, array-init-columns-per-line)
30270 (array-init-field-width):
30271 * dired-aux.el (dired-trample-file-versions):
30272 * dired-x.el (dired-mark-sexp):
30273 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30274 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30275 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30276 * faces.el (face-read-integer):
30277 * files.el (backup-extract-version, insert-directory):
30278 * hexl.el (hexl-insert-decimal-char):
30279 * server.el (server-process-filter):
30280 * shell.el (shell-extract-num):
30281 * startup.el (command-line-1):
30282 * term.el (term-command-hook):
30283 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30284 (time-stamp-do-number):
30285 * time.el (display-time-update):
30286 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30287 (timezone-fix-time):
30288 * vms-patch.el (vms-suspend-resume-hook):
30289 * calendar/appt.el (appt-convert-time):
30290 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30291 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30292 * calendar/cal-islam.el (mark-islamic-diary-entries):
30293 * calendar/calendar.el (calendar-cursor-to-date)
30294 (calendar-star-date):
30295 * calendar/diary-lib.el (diary-attrtype-convert)
30296 (mark-diary-entries, diary-entry-time):
30297 * calendar/solar.el (solar-get-number):
30298 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30299 * emacs-lisp/re-builder.el (reb-display-subexp):
30300 * emulation/edt.el (edt-set-scroll-margins):
30301 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30302 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30303 (vip-get-ex-count):
30304 * emulation/viper-ex.el (viper-get-ex-token)
30305 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30306 * international/fontset.el (fontset-plain-name):
30307 * mail/feedmail.el (feedmail-look-at-queue-directory):
30308 * mail/mailalias.el (mail-get-names):
30309 * mail/rmail.el (rmail-convert-to-babyl-format):
30310 * mail/rmailsum.el (rmail-make-basic-summary-line)
30311 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30312 (rmail-summary-goto-msg):
30313 * mail/smtpmail.el (smtpmail-read-response):
30314 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30315 (ange-ftp-vms-add-file-entry):
30316 * play/gametree.el (gametree-looking-at-ply)
30317 (gametree-current-branch-score):
30318 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30319 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30320 * progmodes/cperl-mode.el (condition-case):
30321 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30322 (ebrowse-set-member-buffer-column-width)
30323 (ebrowse-select-1st-to-9nth):
30324 * progmodes/etags.el (etags-snarf-tag):
30325 * progmodes/flymake.el (flymake-parse-line):
30326 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30327 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30328 (idlwave-shell-menu-def):
30329 * progmodes/ps-mode.el (ps-run-goto-error):
30330 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30331 (vhdl-speedbar-contract-level):
30332 * term/mac-win.el (x-handle-numeric-switch):
30333 * term/sun-mouse.el (sun-get-frame-data):
30334 * term/w32-win.el (x-handle-numeric-switch):
30335 * term/x-win.el (x-handle-numeric-switch):
30336 * textmodes/ispell.el (ispell-parse-output):
30337 * textmodes/nroff-mode.el (nroff-outline-level):
30338 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30339 (reftex-bib-sort-year-reverse, reftex-format-citation):
30340 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30341 (reftex-section-number):
30342 * textmodes/texinfmt.el (texinfo-paragraphindent):
30343 Replace `string-to-int' by `string-to-number'.
30345 * international/latexenc.el: Add page marker to force the "Local
30346 Variables:" string out of the last page.
30348 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30350 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30351 tooltip-change-major-mode.
30352 (gud-tooltip-print-command): Remove case where gud-minor-mode
30353 is gdb ("--fullname").
30354 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30357 2005-05-16 Jay Belanger <belanger@truman.edu>
30359 * calc/calc-store.el (calc-copy-special-constant): New function.
30361 * calc/calc-ext.el (calc-init-extensions): Add binding for
30362 `calc-copy-special-constant'.
30364 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30365 for the `calc-copy-special-constant' command.
30367 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30369 * subr.el (left-fringe-p): New function.
30371 * progmodes/compile.el (compilation-setup): Set local value of
30372 overlay-arrow-string to "" always.
30373 (compilation-set-window): Left fringe then don't scroll.
30374 No left fringe then no arrow and scroll message to top.
30375 (compilation-context-lines): Adjust doc string accordingly.
30377 2005-05-16 Kim F. Storm <storm@cua.dk>
30379 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30380 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30381 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30382 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30383 (ido-read-file-name): Handle commands with ido property value
30384 equal to find-file as reading a file name, to allow C-d to enter dired.
30385 (ibuffer-find-file): Add ido property with value find-file.
30387 2005-05-15 Kim F. Storm <storm@cua.dk>
30389 * subr.el (open-network-stream-nowait): Remove.
30390 (open-network-stream-server): Remove.
30392 2005-05-15 Richard M. Stallman <rms@gnu.org>
30394 * faces.el (describe-face): Output a definition link button.
30396 * help-mode.el (help-face-def): New button type.
30398 * emacs-lisp/copyright.el (copyright-fix-years):
30399 Match properly if the first year is 2-digit.
30400 Don't mess up the whitespace after the years by filling.
30402 * dired-aux.el (dired-mark-confirm):
30403 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30405 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30406 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30407 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30409 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30410 Set font-lock-comment-start-skip.
30412 * font-lock.el (font-lock-comment-start-skip): New variable.
30413 (font-lock-comment-end-skip): New variable.
30414 (font-lock-fontify-syntactically-region): Use them if non-nil.
30416 2005-05-15 Jay Belanger <belanger@truman.edu>
30418 * calc/calc-store.el (calc-store-value): Return a string rather
30419 than display it as a message.
30420 Use calc-var-name for variable name.
30421 (calc-store-into): Add the result of calc-store-value to message.
30422 (calc-copy-variable): Add a message.
30423 (calc-store-exchange): Improve error messages.
30424 (calc-store-binary, calc-store-map): Don't reset the values of
30427 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30429 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30430 manual to docstring.
30432 * files.el (hack-local-variables-confirm): Add STRING argument.
30433 Make the function handle non file visiting buffers correctly.
30434 (hack-local-variables-prop-line, hack-local-variables)
30435 (hack-one-local-variable): Use STRING arg of
30436 `hack-local-variables-confirm'.
30438 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30440 Sync with Tramp 2.0.49.
30442 * net/tramp.el (tramp-handle-dired-call-process)
30443 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30444 because the contents of the Tramp buffer is changed before
30445 insertion (`expand-file' and alike).
30446 (tramp-handle-insert-directory): If `localname' has an empty
30447 nondirectory name, it must not be quoted.
30448 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30449 variable `tramp-chunksize'. Change callees.
30450 (tramp-open-connection-setup-interactive-shell): Check remote host
30451 for buggy `send-process-string' implementation.
30452 Set `tramp-chunksize' if found. Reported by Michael Kifer
30453 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30454 (tramp-handle-shell-command): `insert-buffer' cannot be used
30455 because the contents of the Tramp buffer is changed before
30456 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
30457 <frederic.bothamy@free.fr>.
30458 (tramp-set-auto-save): Actions should be done for Tramp file name
30459 handler only. Ange-FTP has its own auto-save mechanism.
30460 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30461 (tramp-set-auto-save-file-modes): Set file modes of
30462 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30463 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30464 (tramp-bug): Remove obsolete variable.
30465 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30466 for presence of `mml-mode'. Make it running for older Emacsen as well.
30468 2005-05-14 John Paul Wallington <jpw@pobox.com>
30470 * ibuf-ext.el (define-ibuffer-filter filename):
30471 If `dired-directory' is a list, use its car.
30473 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30475 * ibuffer.el (define-ibuffer-column filename):
30476 If `dired-directory' is a list, use its car.
30478 2005-05-14 Richard M. Stallman <rms@gnu.org>
30480 * subr.el (symbol-file): Doc fix.
30482 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30483 (byte-compile-form): Call byte-compile-nogroup-warn.
30484 (byte-compile-warning-types): Doc fix.
30486 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30488 * progmodes/cc-engine.el (c-literal-faces):
30489 Add font-lock-comment-delimiter-face.
30491 * net/net-utils.el (dig): Use with-no-warnings.
30493 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30494 (sc-recite-frame-alist, sc-default-cite-frame)
30495 (sc-default-uncite-frame, sc-default-recite-frame)
30496 (sc-attrib-selection-list, sc-rewrite-header-list):
30497 Mark as risky-local-variable.
30499 * international/ogonek.el (ogonek-jak, ogonek-how):
30500 Don't use beginning-of-buffer.
30502 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30504 * calendar/solar.el (solar-data-list): Move definition up.
30506 * dnd.el (dnd-protocol-alist): Add autoload.
30508 * progmodes/sh-script.el: Many doc usage fixes.
30509 (sh-indent-after-do): Change default to match common styles.
30511 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30513 * files.el (interpreter-mode-alist)
30514 (auto-mode-interpreter-regexp): Doc fixes.
30516 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30518 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30520 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30522 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
30524 * dired.el (dired-mode): make-variable-buffer-local =>
30525 make-local-variable.
30527 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30529 * term/mac-win.el (mac-select-convert-to-string): Try coding
30530 systems in mac-script-code-coding-systems if specified one cannot
30531 encode string for `com.apple.traditional-mac-plain-text'.
30533 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30535 * progmodes/make-mode.el (makefile-targets-face)
30536 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30537 (makefile-dependency-regex): Fix it to not make the colon in
30538 $(var:a=b) special.
30539 (makefile-rule-action-regex): New regexp for highlighting embedded
30541 (makefile-macroassign-regex): Handle != for highlighting as
30542 embedded Shell strings.
30543 (makefile-var-use-regex): New const.
30544 (makefile-statements, makefile-automake-statements)
30545 (makefile-gmake-statements, makefile-makepp-statements)
30546 (makefile-bsdmake-statements): New consts.
30547 (makefile-make-font-lock-keywords): New function.
30548 (makefile-automake-font-lock-keywords)
30549 (makefile-gmake-font-lock-keywords)
30550 (makefile-makepp-font-lock-keywords)
30551 (makefile-bsdmake-font-lock-keywords): New consts.
30552 (makefile-mode-map): Add switchers between the various submodes.
30553 (makefile-mode): Document the availability of the variants.
30554 (makefile-automake-mode, makefile-gmake-mode)
30555 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30557 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30558 new variants of makefile-mode.
30560 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30562 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30565 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30567 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30568 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30570 * files.el (normal-mode): Extend the scope of the
30571 `enable-local-variables' binding to include the `set-auto-mode' call.
30572 (magic-mode-alist): Doc fix.
30574 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30576 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30577 font-lock-comment-face rather than copying its setting.
30579 2005-05-12 Andreas Schwab <schwab@suse.de>
30581 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30583 2005-05-12 Lute Kamstra <lute@gnu.org>
30585 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30586 defcustom for the mode hook variable. Delete the last argument.
30587 * generic-x.el: Fix callers of define-generic-mode.
30588 (generic-x-modes): Delete group.
30589 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30590 generic-x customization group.
30592 2005-05-12 Kim F. Storm <storm@cua.dk>
30594 * font-lock.el (font-lock-negation-char-face): Default to "off".
30596 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30597 font-lock-negation-char-face to ! in !=.
30599 2005-05-12 Masatake YAMATO <jet@gyve.org>
30601 * add-log.el (find-change-log): Fix typos in the docstring
30604 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
30606 * international/latexenc.el (latexenc-find-file-coding-system):
30607 Avoid `re-search-forward' when looking for input encoding because
30608 of speed and safety. Better regular expressions for recognizing
30609 input encoding. Limit a search for TeX-master/tex-main-file to
30610 the local variable section.
30612 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30614 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30615 syntax of $ to "'" (quote).
30617 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30619 * dnd.el (dnd-protocol-alist): Improve custom type.
30621 * dired.el (dired-dnd-protocol-alist): New variable.
30622 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30623 `dired-mode-hook' to the end.
30625 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30627 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30628 comment-end if comment-start-skip is not set.
30629 Obey the font-lock-comment-delimiter-face variables.
30631 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30633 * files.el (executable-find): Move from executable.el. Use
30635 * progmodes/executable.el (executable-find): Move to files.el.
30637 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30638 when trying to ensure forward progress.
30640 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30642 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30643 (mouse-select, mouse-select-internal, mouse-extend-internal):
30644 Use it to implement mouse-1-click-follows-link functionality.
30646 2005-05-11 Richard M. Stallman <rms@gnu.org>
30648 * font-lock.el (font-lock-fontify-syntactically-region):
30649 Use font-lock-comment-delimiter-face for comment delimiters.
30651 2005-05-10 Jay Belanger <belanger@truman.edu>
30653 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30654 preserving embedded modes.
30656 2005-05-10 Richard M. Stallman <rms@gnu.org>
30658 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30660 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30661 Move from ada-stmt.el.
30662 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30664 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30665 Move to ada-mode.el.
30666 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30668 * cus-edit.el (custom-file): Call file-chase-links.
30670 * files.el (read-directory-name): Fix previous change.
30671 (hack-local-variables-confirm): New function.
30672 (hack-local-variables-prop-line, hack-local-variables)
30673 (hack-one-local-variable): Use it.
30675 2005-05-10 Lute Kamstra <lute@gnu.org>
30677 * font-lock.el (font-lock-keywords-alist)
30678 (font-lock-removed-keywords-alist): Clarify docstrings.
30680 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30682 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30683 (gdb-source-info): Check for preprocessor info.
30684 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30685 a macro for a function.
30686 (gdb-info-breakpoints-custom): Try to find file again if not already
30687 found (user might have used GDB dir command).
30688 (gdb-get-location): Update gdb-location-alist correctly for change
30689 to gdb-info-breakpoints-custom.
30691 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30692 (gud-tooltip-print-command): Add gdbmi case.
30693 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30696 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30698 * startup.el (fancy-splash-insert): Fix typo in doc string.
30700 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30702 * obsolete/float.el (string-to-float):
30703 * obsolete/hilit19.el (hilit-add-pattern):
30704 * obsolete/rnews.el (news-parse-range, news-select-message)
30705 (news-get-pruned-list-of-files): Replace `string-to-int' by
30706 `string-to-number'.
30708 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30709 `find-file-not-found-hooks'; use `add-hook'.
30710 (uncompress-while-visiting): Set `write-file-functions', not
30711 `write-file-hooks'; use `add-hook'.
30713 2005-05-09 Kim F. Storm <storm@cua.dk>
30715 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30716 (cua-paste): Handle clipboard action.
30717 (cua--init-keymaps): Remap clipboard-kill-region and
30718 clipboard-kill-ring-save.
30720 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30722 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30723 Improve commentary.
30725 * simple.el (next-error-overlay-arrow-position): Revert the change
30726 made on 2005-04-30.
30728 2005-05-07 Jay Belanger <belanger@truman.edu>
30730 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30731 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30732 `calc-sel-reselect'.
30734 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30735 Calc is in embedded mode.
30737 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30739 * progmodes/compile.el (compilation-setup):
30740 Set overlay-arrow-string to an empty string on text terminals.
30742 * textmodes/ispell.el (ispell-program-name): Try looking for
30743 "aspell" along exec-path, and if found, use it as the default
30746 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30748 * international/mule.el (sgml-xml-auto-coding-function):
30749 Recognize encoding='FOO' in single quotes as well as in double quotes.
30751 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
30753 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30754 as well as `interactive', so that defmacro* would recognize
30757 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30759 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30760 Explain more about the LIGHTER arg's usage in the doc string.
30761 Add commentary to clarify what the code does. Fix the regexp that
30762 strips whitespace from LIGHTER. Quote LIGHTER before using it,
30763 since it could have characters special to regular expressions.
30765 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30767 * replace.el (occur-1): Bind inhibit-read-only so that
30768 erase-buffer doesn't barf on read-only text properties (likewise
30769 for add-text-properties in occur-engine). Mark buffer as unmodified.
30770 (occur-engine): Don't set buffer-read-only here.
30772 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30774 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30775 list-buffers-directory. This caused the *cvs-commit* buffer to be
30776 sometimes mistakenly reused as a *cvs* buffer.
30778 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
30780 * tooltip.el: Move code for GUD tooltips into gud.el.
30781 (require): CL no longer needed to compile case.
30782 (tooltip-mode): Do not toggle functions for GUD tooltips.
30783 (tooltip-gud-tips-p): Remove. Replace with minor mode
30784 gud-tooltip-mode in gud.el.
30785 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30786 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30787 tooltip-gud prefix with gud-tooltip and obsolete.
30788 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30789 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30790 (tooltip-mouse-motion): Mouse movement functions/variable.
30791 Rename in gud.el by adding gud prefix.
30792 (tooltip-gud-original-filter, tooltip-gud-dereference)
30793 (tooltip-gud-event, tooltip-toggle-gud-tips)
30794 (tooltip-gud-process-output, tooltip-gud-print-command)
30795 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
30796 gud.el by replacing tooltip-gud prefix with gud-tooltip.
30797 (gdb-tooltip-print): Move to gdb-ui.el.
30799 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30800 (require): CL needed to compile case.
30801 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30802 tooltip-gud-tips-p. Make it a minor-mode.
30803 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30804 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30805 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30806 (gud-tooltip-change-major-mode)
30807 (gud-tooltip-activate-mouse-motions-if-enabled)
30808 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30809 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30810 (gud-tooltip-original-filter, gud-tooltip-dereference)
30811 (gud-tooltip-event, tooltip-toggle-gud-tips)
30812 (gud-tooltip-process-output, gud-tooltip-print-command)
30813 (gud-tooltip-tips): Move from tooltip.el.
30815 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30816 (gdb-cpp-define-alist-flags): Doc fix.
30817 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30818 gud-tooltip-mode is t.
30820 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30822 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30823 evaporate if their text is deleted.
30824 (goto-address-at-point): Make it work as a mouse binding as well.
30825 (goto-address-at-mouse): Obsolete it. Update users.
30827 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
30829 * calendar/appt.el (top-level): No longer activate on load.
30831 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
30833 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30834 * net/webjump.el (webjump):
30835 * progmodes/idlw-help.el (idlwave-do-context-help1)
30836 (idlwave-highlight-linked-completions):
30837 * textmodes/po.el (po-find-file-coding-system-guts):
30838 Replace `assoc-ignore-case' by `assoc-string'.
30840 2005-05-06 Eli Zaretskii <eliz@gnu.org>
30842 * files.el (locate-file): Doc fix.
30844 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30845 Remove the redundant test for ms-dos.
30847 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30848 look for the preprocessor with exec-suffixes. If not found in
30849 standard places, look in exec-path. Remove most of the tests that
30852 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30854 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30856 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30857 file-name clash with jka-compr.el on 8+3 filesystems.
30859 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30861 * term/mac-win.el: Don't define or bind scroll bar functions if
30862 x-toolkit-scroll-bars is t.
30863 (x-select-text, x-get-selection-value): Clear
30864 x-last-selected-text-clipboard if x-select-enable-clipboard is
30866 (PRIMARY): Put mac-scrap-name property.
30867 (mac-select-convert-to-file-url): New function.
30868 (public.file-url): New selection target type. Add to
30869 selection-converter-alist.
30870 (x-get-selection, x-selection-value): Handle it.
30871 (x-cut-buffer-or-selection-value): New alias.
30873 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30875 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30876 entry to avoid calling bibtex-find-entry with arg global
30877 being t. Remove arg key.
30878 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30879 (bibtex-copy-summary-as-kill): Change accordingly.
30881 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30883 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30884 (org-agenda-date-later): Use with-current-buffer.
30886 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30888 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30889 (define-obsolete-variable-alias): Doc Fixes.
30891 2005-05-06 Kim F. Storm <storm@cua.dk>
30893 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
30894 vertical-motion when selective-display is active.
30896 * ido.el (ido-setup-hook): New hook.
30897 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30898 (ido-input-stack): New var.
30899 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
30900 ido-next-work-file binding to M-O.
30901 Bind M-f to ido-wide-find-file-or-pop-dir.
30902 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30903 (ido-read-internal): Run ido-setup-hook.
30904 Catch quit in read-file-name and read-string to cancel edit.
30905 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30906 Automatically pop-all when completing a directory name (RET).
30907 (ido-file-internal): Add with-no-warnings around ffap and dired code.
30908 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30909 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30910 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30911 New functions for M-b/M-f to move among the directory components.
30912 (ido-make-merged-file-list): Catch quit to cancel merge.
30913 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30914 (ido-completion-help): No warnings for ido-completion-buffer-full.
30916 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
30918 * font-lock.el (font-lock-negation-char-face): New face and variable.
30919 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30920 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30921 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30922 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30924 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
30926 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30927 Fix typo in docstring.
30929 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30930 (ebrowse-print-statistics-line)
30931 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30933 * term/w32-win.el (image-library-alist): Add additional name for
30936 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
30938 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30939 use gcc instead of cpp.
30941 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30942 (gdb-create-define-alist): Use it.
30943 (gdb-cpp-define-alist-program): Update for MS-DOS.
30945 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
30947 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30949 2005-05-04 Richard M. Stallman <rms@gnu.org>
30951 * help.el (describe-key): No error when UNTRANSLATED is nil.
30953 * simple.el (line-move-1): Fix previous change to signal errors
30956 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
30958 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30959 (icalendar-duration-correction): Remove.
30960 (icalendar--get-event-properties): Split result at commas.
30961 (icalendar--decode-isoduration): New optional argument
30962 DURATION-CORRECTION.
30963 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30964 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30965 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30966 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30967 (icalendar--convert-anniversary-to-ical): New functions, extracted
30968 from icalendar-export-region, with bug fixes.
30969 (icalendar-export-region): Use the above functions.
30970 (icalendar-import-buffer): Check before saving diary file.
30971 (icalendar--convert-recurring-to-diary)
30972 (icalendar--convert-non-recurring-all-day-to-diary)
30973 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30974 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30975 (icalendar--convert-ical-to-diary): Use the above functions.
30977 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
30979 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30980 Remove these recent additions.
30981 (c-mode): Restore to before 2005-04-28.
30983 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30986 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30987 (gdb-define-alist): New variables.
30988 (gdb-create-define-alist): New function.
30989 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30990 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30991 with string-to-number.
30992 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30994 * progmodes/gud.el: Replace string-to-int with string-to-number.
30995 (gud-find-file): Handle gdb-define-alist.
30997 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30999 2005-05-02 Jay Belanger <belanger@truman.edu>
31001 * calc/calc-aent.el (math-read-token):
31002 * calc/calc-bin.el (calc-word-size):
31003 * calc/calc-ext.el (calc-read-number-fancy):
31004 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31005 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31006 * calc/calc-frac.el (calc-over-notation):
31007 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31008 (calc-graph-num-points, calc-graph-init):
31009 * calc/calc-prog.el (calc-read-parse-table-part)
31010 (calc-edit-macro-repeats):
31011 * calc/calc-yank.el (calc-do-grab-rectangle):
31012 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31013 Replace `string-to-int' by `string-to-number'.
31015 2005-05-02 Kim F. Storm <storm@cua.dk>
31017 * kmacro.el: Use executing-kbd-macro-index variable.
31019 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
31021 * net/rlogin.el (rlogin-parse-words): Delete func.
31022 (rlogin): Use split-string, not rlogin-parse-words.
31023 Also, if there are option-like elements in the parsed args,
31024 take the host to be the first arg immediately following them.
31025 Suggested by Michael Mauger.
31027 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31029 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31031 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31033 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31034 (cc-mode-cpp-program): Rename to cc-define-list-program and
31035 move to cc-vars.el.
31037 * progmodes/cc-vars.el (cc-define-list-program):
31038 Change to "gcc -E -dM -". Make customizable.
31040 2005-05-02 Kim F. Storm <storm@cua.dk>
31042 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31044 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31046 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31048 * international/mule-util.el (truncate-string): Remove alias and
31049 obsolete declaration.
31051 * international/mule-cmds.el (update-iso-coding-systems):
31052 Remove alias and obsolete declaration.
31054 * international/mule.el (coding-system-parent): Remove alias and
31055 obsolete declaration.
31057 * subr.el (define-function, sref): Remove aliases and obsolete
31059 (chars-in-region): Remove obsolete declaration.
31061 2005-05-01 Richard M. Stallman <rms@gnu.org>
31063 * info.el (Info-mode): Set widen-automatically to nil, locally.
31065 * simple.el (widen-automatically): New variable.
31066 (pop-global-mark): Obey widen-automatically.
31068 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31070 * term/xterm.el (function-key-map): Call substitute-key-definition
31071 before the keymap size is increased by a lot of define-key calls.
31073 2005-05-01 Richard M. Stallman <rms@gnu.org>
31075 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31076 Rename ARG to ELEMENT. Doc fix.
31078 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31080 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31081 Remove references to allout-exposure/change to allout-new-exposure.
31083 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31086 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31087 (compiled-function-p, focus-frame, unfocus-frame):
31088 Remove aliases and obsolete declarations.
31089 Back out inadvertent changes from previous commit.
31091 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31093 * files.el (require-final-newline): Make Custom tags consistent
31094 with mode-require-final-newline.
31095 (mode-require-final-newline): Doc fix.
31097 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31099 * international/latexenc.el (latexenc-find-file-coding-system):
31100 Fix regular expressions.
31102 2005-05-01 David Kastrup <dak@gnu.org>
31104 * international/latexenc.el (latexenc-find-file-coding-system):
31105 Fix regular expressions.
31107 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31109 * subr.el (string-to-int): Make obsolete.
31111 2005-04-30 Richard M. Stallman <rms@gnu.org>
31113 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31115 * loadup.el: load jka-comp-hook.
31117 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31118 (jka-compr-handler): Add autoload. `put' calls moved
31119 to jka-comp-hook.el.
31120 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31121 (jka-compr-inhibit): Autoload.
31123 * jka-comp-hook.el: New file.
31124 Enable the mode by default.
31126 * files.el (backup-buffer-copy): Use copy-file instead
31127 of write-region, and put back the 'excl.
31129 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31131 * progmodes/flymake.el (flymake-split-string)
31132 (flymake-split-string, flymake-log, flymake-pid-to-names)
31133 (flymake-reg-names, flymake-get-source-buffer-name)
31134 (flymake-unreg-names, flymake-add-line-err-info)
31135 (flymake-add-err-info): Clarify docstrings.
31136 (flymake-popup-menu, flymake-make-emacs-menu)
31137 (flymake-make-xemacs-menu): Add docstrings.
31138 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31139 Set variables directly throughout.
31141 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31143 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31144 exists. Initialize cc-define-alist.
31145 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31146 If there is no file (Macroexpansion) don't create an alist.
31148 2005-04-29 Sam Steingold <sds@gnu.org>
31150 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31151 (cc-create-define-alist): Use it instead of the hard-coded string.
31153 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31155 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31158 2005-04-29 Lute Kamstra <lute@gnu.org>
31160 * emacs-lisp/generic.el: Improve commentary section.
31161 (define-generic-mode): Improve docstring.
31163 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31165 * textmodes/org.el (many places): Change to quiet the byte compiler.
31166 (org-prefix-format-compiled): New variable.
31167 (org-compile-prefix-format): New function.
31168 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31169 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31170 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31171 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31172 consistency with entries from `org-mode' files.
31173 (org-get-time-of-day): Fix bug with partial matches early in a line.
31174 (org-non-link-chars): New constant.
31175 (org-link-regexp): Respect `org-non-link-chars'.
31176 (org-agenda-day-view): Remove command.
31177 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31178 (org-follow-bbdb-link, org-store-link): Search also company field.
31179 (org-highlight-overlay): New variable.
31180 (org-highlight, org-unhighlight): New functions.
31181 (org-agenda-mode): Add pre-command-hook to remove highlight.
31182 (org-evaluate-time-range): Behavior depends upon whether time stamp
31183 contains a time or not.
31184 (org-show-subtree, org-show-entry): New functions.
31185 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31187 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31189 * comint.el (comint-output-filter-functions): Add autoload cookie.
31191 2005-04-28 Kim F. Storm <storm@cua.dk>
31193 * ido.el (ido-everywhere): Fix last change.
31195 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
31197 * international/latexenc.el: New file.
31198 * international/mule-conf.el (file-coding-system-alist): For .tex,
31199 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31201 2005-04-28 Lute Kamstra <lute@gnu.org>
31203 * font-lock.el (font-lock-add-keywords)
31204 (font-lock-remove-keywords): Clarify docstring.
31205 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31206 Don't start docstrings with a `*'.
31207 (font-lock-update-removed-keyword-alist): Give it a docstring.
31209 * generic-x.el: Update commentary section.
31210 Only require font-lock when compiling.
31211 Define all modes conditionally.
31212 Place all generic modes in the generic-x-modes customization group.
31213 (generic-x-modes): New customization group.
31214 (generic-default-modes, generic-mswindows-modes)
31215 (generic-unix-modes, generic-other-modes): New constants.
31216 (generic-define-mswindows-modes, generic-define-unix-modes):
31217 Update docstrings. Make them obsolete.
31218 (generic-extras-enable-list): New default value. Update docstring.
31219 Improve :type. Change :set function.
31220 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31223 * emacs-lisp/generic.el (generic-mode-internal):
31224 Simplify font-lock-defaults.
31225 (define-generic-mode): Fix docstring.
31227 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31229 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31230 font-lock-face property to highlight matches.
31232 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31234 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31235 (cc-define-alist): New variable.
31236 (c-mode): Make it local and initialize it.
31238 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31239 (gdb-exited): New function.
31240 (gdb-annotation-rules): Use it.
31241 (gdb-starting): Set gdb-active-process to t.
31242 (gdb-stopping): Amend doc string.
31243 (gdb-reset): Set gdb-active-process to nil.
31245 * tooltip.el (tooltip-gud-tips): Show the associated #define
31246 directives when a C program under GDB is not executing.
31248 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31250 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31251 font-lock-fontify-syntactic-keywords.
31253 * font-lock.el (font-lock-default-fontify-region): Don't force
31254 parse-sexp-lookup-properties to nil.
31256 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31258 * man.el (man-mode-syntax-table): Set up `:' to have
31259 word-constituent syntax.
31261 2005-04-27 Lute Kamstra <lute@gnu.org>
31263 * novice.el (disable-command): Don't add spurious newlines to the
31264 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31266 2005-04-26 Jay Belanger <belanger@truman.edu>
31268 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31269 than one window before deleting window.
31271 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31273 * shell.el (shell-prompt-pattern): Doc fix.
31274 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31276 * comint.el (comint-prompt-regexp, comint-get-old-input)
31277 (comint-use-prompt-regexp)
31278 (comint-use-prompt-regexp-instead-of-fields)
31279 (comint-replace-by-expanded-history, comint-send-input)
31280 (comint-output-filter, comint-get-old-input-default)
31281 (comint-line-beginning-position, comint-bol, comint-show-output)
31282 (comint-backward-matching-input, comint-forward-matching-input)
31283 (comint-next-prompt, comint-previous-prompt):
31284 Rename `comint-use-prompt-regexp-instead-of-fields' to
31285 `comint-use-prompt-regexp'. Keep old name as alias and declare
31287 (comint-use-prompt-regexp): Shorten first line of doc string.
31289 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31290 Set paragraph-separate buffer locally to "\\'".
31292 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31293 Adapt to above name change.
31295 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31296 (smbclient-prompt-regexp): Ditto.
31298 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31300 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31302 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31304 Break lines that are over 80 characters wide.
31306 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31308 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31309 New fun and var, to preserve compatibility.
31311 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31313 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31315 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31316 name to file-newer-than-file-p.
31318 2005-04-26 Richard M. Stallman <rms@gnu.org>
31320 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31322 * progmodes/python.el (python-mode):
31323 Use new name eldoc-documentation-function.
31325 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31327 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31328 (eldoc-documentation-function):
31329 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31331 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31333 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31335 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31337 * term/xterm.el (function-key-map): Fix strings for
31338 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31339 {C,S,A,C-S}-{f1-f12}.
31341 2005-04-26 Kenichi Handa <handa@m17n.org>
31343 * international/mule-cmds.el (select-safe-coding-system):
31344 Fix previous change.
31346 2005-04-26 Lute Kamstra <lute@gnu.org>
31348 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31350 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31351 (font-lock-comment-delimiter-face): Ditto.
31353 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31355 2005-04-25 Jay Belanger <belanger@truman.edu>
31357 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31358 to t while inserting information; use help-mode.
31360 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31362 * term.el (ansi-term-color-vector): Use the xterm colors.
31363 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31365 2005-04-25 Lute Kamstra <lute@gnu.org>
31367 * font-core.el (font-lock-defaults): Fix docstring.
31369 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31371 2005-04-25 Kenichi Handa <handa@m17n.org>
31373 * international/mule-cmds.el (select-safe-coding-system):
31374 Don't check consistency with coding: spec, etc if raw-text or
31375 no-conversion was found to be safe.
31377 2005-04-24 Richard M. Stallman <rms@gnu.org>
31379 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31380 citation markers at start of each line.
31382 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31383 citation markers at start of each line.
31385 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31387 * files.el (mode-require-final-newline): Fix previous change.
31388 (require-final-newline): Fix type label.
31390 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31392 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31393 statement in buffer (broken by 2004-11-24 change).
31395 2005-04-24 Kim F. Storm <storm@cua.dk>
31397 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31398 and read-file-name-function values. Don't overwrite existing
31399 non-nil values if ido-mode is enabled without ido-everywhere.
31401 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31403 * files.el (mode-require-final-newline): Minor doc fix.
31405 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31407 * subr.el (syntax-after): Doc fix.
31408 (syntax-class): If argument is nil, return nil. Mask off upper 16
31411 * files.el (mode-require-final-newline): Doc fix.
31412 (backup-buffer-copy): Fix last change.
31414 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31416 * term/mac-win.el: Require select. Set selection-coding-system to
31417 mac-system-coding-system. Call menu-bar-enable-clipboard.
31418 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31419 (x-select-enable-clipboard): New variables.
31420 (x-select-text, x-get-selection, x-selection-value)
31421 (x-get-selection-value, mac-select-convert-to-string)
31422 (mac-services-open-file, mac-services-open-selection)
31423 (mac-services-insert-text): New functions.
31424 (CLIPBOARD, FIND): Put mac-scrap-name property.
31425 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31426 (public.tiff): Put mac-ostype property.
31427 (selection-converter-alist): Add entries for them.
31428 (mac-application-menu-map): New keymap.
31429 (interprogram-cut-function, interprogram-paste-function): Set to
31430 x-select-text and x-get-selection-value, respectively.
31431 (split-window-keep-point): Set to t.
31433 2005-04-23 Richard M. Stallman <rms@gnu.org>
31435 * files.el (read-directory-name): Always pass non-nil
31436 DEFAULT-FILENAME arg to read-file-name.
31437 (backup-buffer-copy, basic-save-buffer-2): Take care against
31438 writing thru an unexpected existing symlink.
31439 (revert-buffer): In indirect buffer, revert the base buffer.
31440 (magic-mode-alist): Doc fix.
31441 (buffer-stale-function): Doc fix.
31442 (minibuffer-with-setup-hook): Avoid warning.
31443 (mode-require-final-newline): Doc and custom fix.
31445 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31447 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31448 use the default appearance.
31449 (font-lock-comment-delimiter-face): New face, new variable.
31451 * imenu.el (imenu--generic-function): The official position of a
31452 definition is the start of the line that BEG is in.
31454 * midnight.el (midnight-timer): Move defvar up.
31456 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31458 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31460 * startup.el (command-line): Use with-no-warnings.
31462 * window.el (window-size-fixed): New defvar.
31464 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31466 * mail/rmail.el (rmail-font-lock-keywords):
31467 Use font-lock-comment-delimiter-face.
31469 * mail/sendmail.el (mail-font-lock-keywords):
31470 Use font-lock-comment-delimiter-face.
31472 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31474 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31476 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31477 Specify t for LAXMATCH when matching directories.
31478 Save match data around compilation-compat-error-properties form.
31480 2005-04-23 David Kastrup <dak@gnu.org>
31482 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31483 Mention that the autoloaded aliases should be kept for AUCTeX.
31485 2005-04-23 Andreas Schwab <schwab@suse.de>
31487 * isearch.el (isearch-forward): Doc fix.
31489 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31491 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31492 (jit-lock-stealth-nice): Change default value to 0.5.
31494 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31496 * abbrev.el (write-abbrev-file): Write table entries in
31497 alphabetical order by table name.
31499 2005-04-22 Kim F. Storm <storm@cua.dk>
31501 * ido.el (ido-read-internal): Fix `list' completion.
31503 2005-04-22 Kenichi Handa <handa@m17n.org>
31505 * recentf.el (recentf-save-file-coding-system): New variable.
31506 (recentf-save-list): Encode the file by
31507 recentf-save-file-coding-system and add coding: tag.
31509 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31511 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31513 2005-04-21 Lute Kamstra <lute@gnu.org>
31515 * loadhist.el (unload-feature): Don't remove a function from hooks
31516 if it is about to be restored to an autoload . Remove functions
31517 that will become unbound from auto-mode-alist. Simplify the code.
31519 * subr.el (assq-delete-all): New implementation that is linear,
31520 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31521 (rassq-delete-all): New function.
31523 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31524 Add size-indication-mode.
31526 2005-04-21 Kenichi Handa <handa@m17n.org>
31528 * international/mule-cmds.el: Add autoload for widget-value in
31531 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31533 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31536 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31538 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31540 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31541 (inferior-lisp-filter-regexp, inferior-lisp-program)
31542 (inferior-lisp-load-command, inferior-lisp-prompt)
31543 (inferior-lisp-mode-hook, lisp-source-modes)
31544 (inferior-lisp-load-hook): defvar->defcustom.
31545 (inferior-lisp-program, inferior-lisp-prompt)
31546 (inferior-lisp-load-hook): Doc fixes.
31547 (inferior-lisp-install-letter-bindings): Small change in
31548 introductory comment.
31550 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31552 * vc.el (vc-annotate-color-map): Change some colors so that text
31553 using them as foreground is readable on both white and black
31556 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31558 * international/mule-conf.el (translation-table-for-input):
31559 Remove redundant declaration.
31561 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31563 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31565 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31566 (tooltip-toggle-gud-tips): New function.
31568 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31570 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31571 right angle brackets.
31573 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31575 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31577 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31579 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31580 Remove. Update callers to use expand-file-name instead.
31582 * subr.el (syntax-class): New function.
31584 * simple.el (blink-matching-open): Use it.
31586 * paren.el (show-paren-function): Use it to recognize parens that are
31587 also used in 2-char comment markers.
31589 2005-04-19 Lute Kamstra <lute@gnu.org>
31591 * loadhist.el (unload-feature): Update for new format of
31592 load-history. Simplify the code.
31594 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31596 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31597 (mac-add-charset-info): New function. Initialize variable
31598 mac-charset-info-alist using it.
31599 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31601 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31602 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31603 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31606 2005-04-19 Kim F. Storm <storm@cua.dk>
31608 * simple.el (next-buffer, prev-buffer, next-error)
31609 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31610 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31612 * bindings.el (next-buffer, prev-buffer, next-error)
31613 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31614 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31615 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31616 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31618 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31620 * isearch.el (isearch-edit-string): Make the search-ring available for
31621 minibuffer history commands.
31622 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31623 the default history commands now work just as well.
31624 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31626 2005-04-18 Kim F. Storm <storm@cua.dk>
31628 * emulation/cua-base.el (cua--pre-command-handler): Add more
31629 elaborate check for shift modifier on non-window systems.
31631 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31633 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31635 2005-04-18 Kim F. Storm <storm@cua.dk>
31637 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31638 and make it optional. Don't test tooltip-gud-echo-area here.
31639 (tooltip-gud-process-output, gdb-tooltip-print):
31640 Pass tooltip-gud-echo-area to tooltip-show.
31641 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31643 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31645 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31646 `display-graphic-p' may not be bound yet.
31648 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31650 * startup.el (command-line): No longer enable Xterm Mouse mode by
31651 default in terminals compatible with xterm.
31653 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31655 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31657 * tooltip.el (tooltip-gud-echo-area): Rename from
31658 tooltip-use-echo-area.
31659 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31660 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31661 area independently of where help tooltips are displayed.
31663 2005-04-17 David Kastrup <dak@gnu.org>
31665 * cus-theme.el (custom-theme-write-variables): Quote variables
31668 2005-04-17 Richard M. Stallman <rms@gnu.org>
31670 * simple.el (yank-excluded-properties): Add follow-link to value.
31672 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31674 * startup.el (fancy-splash-max-time): Just 30 seconds.
31675 (fancy-splash-delay): Just 7.
31676 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31678 * loadhist.el (unload-feature): Update for new format of load-history.
31681 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31682 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31684 * mail/sendmail.el (mail-font-lock-keywords):
31685 Don't fontify subject text.
31686 Don't fontify the text of a citation.
31688 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31690 * comint.el (comint-output-filter): Run comint-output-filter-functions
31691 with point where the user had it.
31693 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31695 * international/ucs-tables.el (ucs-set-table-for-input):
31696 Disable when using unify-on-decoding.
31698 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31700 * emulation/cua-base.el (cua-global-mark-face): Add special case
31701 for displays supporting a high number of colors.
31703 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31705 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31707 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31709 * filesets.el (filesets-add-buffer): If user supplies a name of a
31710 non-existing fileset, create a new fileset.
31712 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31714 * textmodes/org.el (org-up-heading-all): Fix bug with
31715 `outline-up-heading-all'.
31717 2005-04-16 Andreas Schwab <schwab@suse.de>
31719 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31720 /etc/permissions.d/* and /etc/aliases.d/*.
31722 2005-04-16 Kenichi Handa <handa@m17n.org>
31724 * international/code-pages.el (cp-make-coding-system):
31725 Set `translation-table-for-input' property value to the symbol
31726 ucs-mule-to-mule-unicode, not to that value.
31727 (pt154): Escape guillemet by `\'.
31729 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31731 * loadup.el: Load tooltip if x-show-tip is fboundp.
31733 * startup.el (command-line): Add comment.
31735 * tooltip.el (tooltip-mode): Specify correct standard value for
31736 Custom in init-value.
31738 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31740 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31743 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31745 * textmodes/org.el (org-agenda-date-prompt): Rename from
31746 `org-agenda-date-today'.
31747 (org-evaluate-time-range): Insert at point instead of directly
31749 (org-first-headline-recenter, org-subtree-end-visible-p)
31750 (org-optimize-window-after-visibility-change): New functions
31751 (org-agenda-post-command-hook): Don't allow point at end of line,
31752 to make sure it always hits the text properties.
31753 (org-agenda-next-date-line, org-agenda-previous-date-line):
31755 (org-set-regexps-and-options): Category may contain white space.
31756 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31757 Improve marker positions.
31758 (org-agenda-new-marker): Argument POS made optional.
31759 (org-agenda-get-timestamps): Deadlines which are done are listed
31760 in org-done-face now.
31761 (org-agenda-get-todos, org-agenda-get-timestamps)
31762 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31763 Set `undone-face' and `done-face' properties.
31764 (org-last-todo-state-is-todo): New variable.
31765 (org-todo): Set `org-last-todo-state-is-todo'.
31766 (org-agenda-todo): Change face according to
31767 `org-last-todo-state-is-todo'. And change other lines referring to
31769 (org-calendar-goto-agenda): New command.
31770 (org-calendar-to-agenda-key): New option.
31771 (org-startup-folded): New allowed value `content'.
31772 (org-set-regexps-and-options): Accept new value `content' for
31773 `org-startup-folded'.
31774 (org-get-current-options): Handle new value `content' for
31775 `org-startup-folded'.
31776 (org-insert-todo-heading): New command.
31777 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31778 interactively in empty file and option
31779 `org-insert-mode-line-in-empty-file' has been set.
31780 (org-agenda-todo, org-agenda-priority): Modify to use
31781 `org-agenda-change-all-lines'.
31782 (org-warning-face): Change color on dark background.
31784 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31786 * international/mule-cmds.el (set-locale-environment): On Mac OS,
31787 use preferences AppleLocale and AppleLanguages, and variable
31788 mac-system-locale for default locale. On Mac OS Classic, use
31789 mac-system-coding-system for default coding systems.
31791 * term/mac-win.el: Don't set file-name-coding-system.
31792 Decode variables system-name, emacs-build-system, user-login-name, and
31793 user-full-name by mac-system-coding-system on Mac OS Classic.
31794 (mac-system-coding-system): New variable.
31796 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
31798 * startup.el (command-line): Handle `xterm-mouse-mode' before
31801 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31803 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
31805 * progmodes/sh-script.el (sh-here-document-word): Make it a
31806 defcustom. Doc fix.
31807 (sh-add): Bash uses $(( )) for arithmetic.
31808 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31809 (sh-maybe-here-document): Remove quotes and leading whitespace
31810 from heredoc word when closing. Indent heredoc with tabs if word
31813 2005-04-13 Richard M. Stallman <rms@gnu.org>
31815 * simple.el (undo): Fix previous change.
31817 * custom.el (defface): Doc fix.
31819 2005-04-13 Lute Kamstra <lute@gnu.org>
31821 * Makefile.in (DONTCOMPILE): Remove list.
31822 (compile, compile-always): Don't use DONTCOMPILE.
31823 (update-authors): Load the library in which batch-update-authors
31825 * makefile.w32-in (DONTCOMPILE): Remove list.
31826 (compile, compile-always): Fix comments.
31827 (update-authors): Load the library in which batch-update-authors
31830 * generic-x.el (generic-mode-ini-file-find-file-hook):
31831 Rename to ini-generic-mode-find-file-hook.
31832 Keep generic-mode-ini-file-find-file-hook as an alias.
31833 (ini-generic-mode-find-file-hook): Rename from
31834 generic-mode-ini-file-find-file-hook. Fix docstring.
31835 (ini-generic-mode): Docstring change.
31836 (bat-generic-mode-run-as-comint): Silence the byte compiler.
31838 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31841 * generic.el: Move to the emacs-lisp subdir.
31843 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
31845 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31846 and C-S- function and cursor motion keys.
31848 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
31850 * startup.el (command-line): Enable Xterm Mouse mode by default.
31851 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31852 for Custom. No longer show "Mouse" in mode line when enabled.
31855 2005-04-12 Kim F. Storm <storm@cua.dk>
31857 * emulation/cua-base.el (cua-rectangle-face)
31858 (cua-rectangle-noselect-face): Define face attributes here.
31860 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31862 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
31864 * startup.el (command-line): Turn off blinking cursor if
31865 cursorBlink in resources is off or false.
31867 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31869 * term/mac-win.el (dnd): Require dnd.
31870 (mac-drag-n-drop): Call dnd-handle-one-url.
31871 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31872 (kTextEncodingISOLatin2): Remove constants.
31873 (mac-script-code-coding-systems): New constant.
31874 (mac-handle-language-change): New function.
31875 (special-event-map): Bind it to `language-change' event.
31876 (mac-centraleurroman, mac-cyrillic): New coding systems.
31877 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31878 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31879 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31880 encode-mac-cyrillic, respectively.
31882 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31884 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31885 Don't set overlay-arrow-string to "=>" as this is done
31888 2005-04-12 Lute Kamstra <lute@gnu.org>
31890 * generic-x.el (rc-generic-mode, rul-generic-mode):
31891 Fix auto-mode-alist entries.
31892 (etc-fstab-generic-mode): Tweak fontification.
31894 * generic.el (generic-make-keywords-list): Fix docstring.
31895 (generic-mode-internal): Simplify generic-font-lock-keywords.
31897 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31899 * whitespace.el (whitespace-buffer-leading)
31900 (whitespace-buffer-trailing): Revert the incorrect test inversion.
31901 However, fix the highlight area for the leading and
31902 trailing whitespaces to show space.
31904 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31906 * whitespace.el (whitespace-version): Bump to 3.5.
31908 (whitespace-buffer-leading, whitespace-buffer-trailing):
31909 Invert sense of the test to highlight the whitespace.
31911 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31913 * progmodes/gud.el (gud-display-line): GUD uses its own
31914 overlay arrow now so don't set overlay-arrow-string.
31915 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31917 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
31919 * term.el (term-ansi-current-bold, term-ansi-current-underline)
31920 (term-ansi-current-reverse, term-ansi-current-invisible)
31921 (term-ansi-face-already-done): Change to boolean.
31922 (term-reset-terminal, term-handle-colors-array): Handle the above
31924 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31925 (term-emulate-terminal): Use the new name.
31927 * faces.el (secondary-selection): Use yellow1, not yellow.
31928 (trailing-whitespace): Use red1, not red.
31930 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
31932 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31933 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31934 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31936 * cus-edit.el (dnd): New group.
31938 * term/w32-win.el (dnd): Require dnd
31939 (w32-drag-n-drop): Call dnd-handle-one-url.
31941 * x-dnd.el: Require dnd.
31942 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31943 Call dnd-handle-one-url.
31944 (x-dnd-types-alist, x-dnd-insert-utf8-text)
31945 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31946 to dnd-insert-text.
31947 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31948 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31949 (x-dnd-get-local-file-name, x-dnd-open-local-file)
31950 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31952 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31954 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31956 * wdired.el: Doc fixes.
31957 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31958 (wdired-use-dired-vertical-movement): Rename from
31959 wdired-always-move-to-filename-beginning.
31960 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31961 (wdired-change-to-wdired-mode): Change mode name.
31962 (wdired-newline): Delete.
31964 2005-04-11 Richard M. Stallman <rms@gnu.org>
31966 * whitespace.el (whitespace-highlight-the-space):
31967 Don't call whitespace-unhighlight-the-space here.
31969 * simple.el (undo): Record t in undo-equiv-table
31970 for the redo record made by an undo-in-region.
31972 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31974 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31975 (gdb-frame-inferior-io-buffer): New Functions to control
31976 display of separate IO buffer.
31977 (menu): Add them to menu-bar.
31978 (gdb-display-buffer): Check for buffer another frame.
31979 Protect GUD buffer.
31980 (gdb-setup-windows): Create IO buffer if not already there.
31981 (gdb-memory-mode): Remove purecopy noops.
31983 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31985 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31986 and pass to self-insert-command.
31988 2005-04-11 Lute Kamstra <lute@gnu.org>
31990 * generic.el: Commentary section cleanup.
31992 (generic-use-find-file-hook, generic-lines-to-scan)
31993 (generic-find-file-regexp, generic-ignore-files-regexp)
31994 (default-generic-mode, generic-mode-find-file-hook)
31995 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31996 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31997 (generic-use-find-file-hook, generic-lines-to-scan)
31998 (generic-find-file-regexp, generic-ignore-files-regexp)
31999 (default-generic-mode, generic-mode-find-file-hook)
32000 (generic-mode-ini-file-find-file-hook): Move from generic.el.
32002 2005-04-10 Karl Fogel <kfogel@red-bean.com>
32004 * bookmark.el (bookmark-write-file): Catch errors writing file.
32005 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32007 2005-04-10 Richard M. Stallman <rms@gnu.org>
32009 * startup.el (fancy-splash-tail): Update copyright year.
32010 (command-line): Split part of -Q into -D.
32011 (emacs-basic-display): New defvar.
32012 (fancy-splash-text): Correct name of menu item.
32014 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32016 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32019 * comint.el (comint-send-input): New arg ARTIFICIAL.
32020 Callers in this file changed.
32022 * abbrev.el (define-abbrevs): Read system abbrevs properly.
32024 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32026 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
32028 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
32029 `ldap-search-internal'.
32031 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32033 * files.el (set-auto-mode-1): Use line-end-position.
32035 * international/latin-1.el:
32036 * international/latin-2.el:
32037 * international/latin-3.el:
32038 * international/latin-4.el:
32039 * international/latin-5.el:
32040 * international/latin-8.el:
32041 * international/latin-9.el: Give punctuation syntax to NBSP.
32043 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32044 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32045 Use char-classes to accept non-ascii letters, accepted in some recent
32046 bibtex implementations.
32048 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
32050 * custom.el (custom-set-minor-mode): Any non-nil value for the
32051 variable should enable the mode when set through Custom.
32053 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32055 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32056 TAB binding so tab-always-indent is obeyed.
32057 (vhdl-minibuffer-local-map): Move initialization into declaration.
32058 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32059 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32060 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32061 (vhdl-current-line): Use line-beginning-position.
32062 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32063 with-output-to-temp-buffer, so the current position can be recorded.
32065 2005-04-10 Masatake YAMATO <jet@gyve.org>
32067 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32068 Add regexp for gcov.
32070 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32072 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32073 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32074 syntax which Emacs 20 doesn't support.
32076 2005-04-09 Richard M. Stallman <rms@gnu.org>
32078 * help.el (describe-key-briefly, describe-key):
32079 Replace strings as event types with "(any string)".
32081 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32083 * arc-mode.el (archive-mode-map): Move initialization into
32084 the declaration. Override *all* bindings of `undo'.
32085 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32087 2005-04-09 Jay Belanger <belanger@truman.edu>
32089 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32091 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32093 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32094 (xterm-register-default-colors): Update color values computation
32095 to match xterm-200.
32097 2005-04-09 Kenichi Handa <handa@m17n.org>
32099 * international/code-pages.el (iso-latin-7): Fix the map.
32101 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32103 * emacs-lisp/lisp.el (defun-prompt-regexp)
32104 (parens-require-spaces, buffer-end, end-of-defun)
32105 (insert-parentheses): Doc fixes.
32107 2005-04-08 Kim F. Storm <storm@cua.dk>
32109 * comint.el (comint-highlight-prompt): Fix face spec.
32110 * hi-lock.el (hi-green): Likewise.
32112 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32114 * cus-edit.el (custom-modified-face):
32115 * comint.el (comint-highlight-input): Fix previous changes.
32116 * term.el (term-handle-ansi-escape): Add a comment.
32118 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32120 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32121 in the buffer and in whitespace-highlighted-space.
32122 (whitespace-unhighlight-the-space): Simplify.
32123 (whitespace-buffer): Simplify.
32125 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32127 * textmodes/table.el (table-cell-face): Add special case for
32128 displays supporting a high number of colors.
32129 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32130 (vhdl-font-lock-reserved-words-face)
32131 (vhdl-speedbar-architecture-face)
32132 (vhdl-speedbar-instantiation-face)
32133 (vhdl-speedbar-architecture-selected-face)
32134 (vhdl-speedbar-instantiation-selected-face): Likewise.
32135 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32136 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32137 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32138 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32139 (ebrowse-progress-face): Likewise.
32140 * progmodes/compile.el (compilation-info-face): Likewise.
32141 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32142 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32143 * calendar/calendar.el (diary-face): Likewise.
32144 * woman.el (woman-italic-face, woman-bold-face)
32145 (woman-unknown-face): Likewise.
32146 * wid-edit.el (widget-button-pressed-face): Likewise.
32147 * whitespace.el (whitespace-highlight-face): Likewise.
32148 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32149 * pcvs-info.el (cvs-marked-face): Likewise.
32150 * info.el (info-xref): Likewise.
32151 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32152 * hilit-chg.el (highlight-changes-face)
32153 (highlight-changes-delete-face): Likewise.
32154 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32155 (hi-red-b): Likewise.
32156 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32157 * font-lock.el (font-lock-keyword-face)
32158 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32159 * cus-edit.el (custom-invalid-face, custom-modified-face)
32160 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32161 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32162 * comint.el (comint-highlight-prompt): Likewise.
32164 2005-04-08 Lute Kamstra <lute@gnu.org>
32166 * font-lock.el (font-lock-keywords): Docstring fixes.
32168 2005-04-08 Kenichi Handa <handa@m17n.org>
32170 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32171 chars are more than a limit, print " and more..." at the tail.
32173 2005-04-08 Kim F. Storm <storm@cua.dk>
32175 * emacs-lisp/authors.el (authors-aliases): Update list.
32176 (authors-ignored-files): New list.
32177 (authors-fixed-entries): Fix typo.
32178 (authors-renamed-files-alist): Update list.
32179 (authors-add): Check authors-ignored-files.
32181 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32183 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32184 optional, to ensure backward compatibility.
32186 2005-04-08 Stephen Eglen <stephen@gnu.org>
32188 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32190 2005-04-08 Kim F. Storm <storm@cua.dk>
32192 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32194 * mouse.el (mouse-on-link-p): Doc fix.
32196 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32198 * ielm.el (ielm-prompt-read-only): Doc fix.
32200 * comint.el (comint-prompt-read-only): Doc fix.
32202 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32204 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32205 ensure dired always handles wildcards passed to ffap.
32206 (find-file-at-point): Use it.
32207 (ffap-dired-wildcards): Doc fix.
32209 2005-04-07 Juri Linkov <juri@jurta.org>
32211 * simple.el (next-error-overlay-arrow-position): New defvar.
32212 Put "=>" on its property `overlay-arrow-string'. Add it to
32213 `overlay-arrow-variable-list'.
32215 * progmodes/compile.el (compilation-setup):
32216 Set `next-error-overlay-arrow-position' to nil. Also set it to
32217 nil in the local hook `kill-buffer-hook'. Make local variable
32218 `overlay-arrow-string' and set it to "=>".
32219 (compilation-goto-locus): Set BOL position to
32220 `next-error-overlay-arrow-position' instead of
32221 `overlay-arrow-position'.
32223 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32224 locally instead of adding it to the global hook.
32225 (Info-kill-buffer): Move up.
32227 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32229 * term/xterm.el (xterm-standard-colors): Update color values from
32232 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32234 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32237 * lazy-lock.el: Move them to the obsolete subdir.
32239 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32241 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32242 (wdired-add-replace-advice): Remove.
32243 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32245 2005-04-06 Kim F. Storm <storm@cua.dk>
32247 * startup.el (command-line): Add --bare-bones alias for -Q.
32249 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32251 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32252 create the startup fontset if a font specification ends with
32255 2005-04-06 Lute Kamstra <lute@gnu.org>
32257 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32260 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32261 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32263 2005-04-05 Lute Kamstra <lute@gnu.org>
32265 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32266 (define-generic-mode): Ditto. Fix debug declaration.
32268 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32269 Put them in the generic-x group.
32271 * calendar/timeclock.el (timeclock): Doc fix.
32273 * generic.el (define-generic-mode): Don't use custom-current-group.
32274 Document default :group value.
32275 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32276 (define-global-minor-mode): Don't use custom-current-group.
32278 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32280 * startup.el (command-line-1): Display startup-echo-area-message
32281 when fancy splash screen is in use.
32283 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32284 (sh-escaped-newline): New face.
32285 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32286 newline, and use sh-escaped-newline face.
32288 * progmodes/tcl.el (tcl-escaped-newline): New face.
32289 (tcl-builtin-list): New variable.
32290 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32291 newlines. Fix keywords subexpression number.
32293 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32295 * textmodes/org.el (org-diary-default-entry): Fix call to
32296 `add-to-diary-entry'.
32298 2005-04-05 Kim F. Storm <storm@cua.dk>
32300 * ediff-init.el: Use (featurep 'xemacs).
32302 2005-04-05 David Ponce <david@dponce.com>
32304 * cus-edit.el (face): Derive from symbol widget. Display sample
32305 of the current face on the fly.
32306 (widget-face-sample-face-get, widget-face-notify): New functions.
32307 (widget-face-value-create): Remove.
32309 * wid-edit.el (widget-field-end): Temporarily remove field
32310 narrowing before to call `get-char-property'.
32312 2005-04-04 Jay Belanger <belanger@truman.edu>
32314 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32315 (math-read-subscripts): New variable.
32316 (math-read-preprocess-string): Process subscripts.
32318 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32320 * comint.el (comint-prompt-read-only): Doc fix.
32322 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32325 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32327 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32328 Change default value to nil.
32330 2005-04-04 Lute Kamstra <lute@gnu.org>
32332 * autorevert.el (auto-revert-mode): Specify :group.
32333 * battery.el (display-battery-mode): Specify :group.
32334 * diff-mode.el (diff-minor-mode): Specify :group.
32335 * font-core.el (font-lock-mode): Specify :group.
32336 * hl-line.el (hl-line-mode): Specify :group.
32337 * iimage.el (iimage): New customization group.
32338 (iimage-mode): Specify :group.
32339 * longlines.el (longlines-mode): Specify :group.
32340 * master.el: Don't require easy-mmode.
32341 (master): New customization group.
32342 (master-mode): Specify :group.
32343 * msb.el (msb-mode): Specify :group.
32344 * reveal.el (reveal-mode): Specify :group.
32345 * simple.el (next-error-follow-minor-mode): Specify :group.
32346 * smerge-mode.el (smerge-mode): Specify :group.
32347 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32348 * emulation/cua-base.el (cua-mode): Specify :group.
32349 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32350 * language/thai-util.el (thai-auto-composition-mode)
32351 (thai-word-mode): Specify :group.
32352 * mail/supercite.el (sc-minor-mode): Specify :group.
32353 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32354 * progmodes/flymake.el (flymake-mode): Specify :group.
32355 * progmodes/glasses.el (glasses-mode): Specify :group.
32356 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32357 * textmodes/enriched.el (enriched-mode): Specify :group.
32358 * textmodes/refill.el (refill-mode): Specify :group.
32360 * add-log.el (change-log-font-lock-keywords): Names in
32361 parenthesized lists can contain spaces.
32363 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32365 * startup.el (fancy-splash-text): Shorten default text of
32366 "Emacs Tutorial" line. Also, if the current language env
32367 indicates an available tutorial file other than TUTORIAL,
32368 extract its title and append it to the line in parentheses.
32369 (fancy-splash-insert): If arg is a thunk, funcall it.
32371 2005-04-04 Jay Belanger <belanger@truman.edu>
32373 * calc.el (calc-language-alist): Add tags to customization type.
32375 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32377 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32380 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32382 * add-log.el (change-log-font-lock-keywords): The manual
32383 describing a Change Log entry, says: (...) "Aside from these
32384 header lines, every line in the change log starts with a space or
32385 a tab.". The font-lock was not highlighting lines started with
32386 spaces, added support for it.
32388 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32390 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32391 (bibtex-generate-url-list): Update docstring accordingly. Put the
32392 complex example in the docstring.
32393 (bibtex-font-lock-url): Use pop.
32395 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32397 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32399 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32401 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32403 * filesets.el (filesets-set-default): Doc fix.
32405 2005-04-03 Lute Kamstra <lute@gnu.org>
32407 * generic.el (define-generic-mode): Add argument to specify
32408 keywords for defcustom.
32409 (default-generic-mode): Specify :group.
32411 * generic-x.el: Specify :group for all generic modes.
32413 * desktop.el (desktop-no-desktop-file-hook)
32414 (desktop-after-read-hook): Doc fix.
32416 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32418 * simple.el (visible-mode): Use explicit :group keyword.
32419 This changes the group of `visible-mode-hook' from paren-blinking
32422 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32424 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32425 mailbox specifications as well as URLs.
32426 (rmail-insert-inbox-text): Remove unused conditional branches.
32428 2005-04-01 Jay Belanger <belanger@truman.edu>
32430 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32431 (calc-gnuplot-print-command): Move definitions to calc.el.
32433 * calc/calc-embed.el (calc-embedded-announce-formula)
32434 (calc-embedded-open-formula, calc-embedded-close-formula)
32435 (calc-embedded-open-word, calc-embedded-close-word)
32436 (calc-embedded-open-plain, calc-embedded-close-plain)
32437 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32438 (calc-embedded-open-mode, calc-embedded-close-mode):
32439 Move definitions to calc.el.
32441 * calc/calc.el (calc-settings-file, calc-language-alist):
32443 (calc-embedded-announce-formula, calc-embedded-open-formula)
32444 (calc-embedded-close-formula, calc-embedded-open-word)
32445 (calc-embedded-close-word, calc-embedded-open-plain)
32446 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32447 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32448 (calc-embedded-close-mode, calc-gnuplot-name)
32449 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32450 from other files and make customizable.
32452 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32454 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32456 (cvs-mode-run): Don't call cvs-update-header here.
32457 (cvs-run-process): Call cvs-update-header.
32458 Use process properties for cvs-postprocess and cvs-buffer so that
32459 the sentinel can behave better if the temp buffer is killed.
32460 Use a pipe rather than a tty, to better handle unexpected prompts.
32461 (cvs-sentinel): Rewrite. Call cvs-update-header.
32463 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32465 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32466 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32468 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32470 * generic.el (define-generic-mode): Add indentation rule.
32472 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32474 * files.el (mode-require-final-newline): Make Custom correctly
32475 report a nil value and allow to set it to nil via Custom.
32478 2005-04-01 Kenichi Handa <handa@m17n.org>
32480 * international/characters.el: Enable the correct case setting for
32481 dotless-i and dotted-I.
32483 2005-04-01 Kim F. Storm <storm@cua.dk>
32485 * ido.el (ido-file-internal): Fall back to non-ido command if
32486 initial directory is on slow ftp (or tramp) host.
32488 2005-03-31 Richard M. Stallman <rms@gnu.org>
32490 * emacs-lisp/autoload.el (make-autoload):
32491 Handle define-global-minor-mode.
32493 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32494 Rename from easy-mmode-define-global-mode.
32495 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32497 * progmodes/scheme.el (scheme-mode-syntax-table):
32498 Update syntax of | and # for two-character comment syntax.
32500 2005-03-31 Lute Kamstra <lute@gnu.org>
32502 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32503 (define-minor-mode): Call custom-current-group at load-time.
32505 * generic.el (define-generic-mode): Add debug declaration.
32506 Add defcustom for the mode hook.
32507 (generic-mode-internal): Use run-mode-hooks.
32509 2005-03-31 Kim F. Storm <storm@cua.dk>
32511 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32512 (mouse-fixup-help-message): New defun called by show_help_echo
32513 to fixup mouse-2 prefix in help messages when applicable.
32515 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32517 2005-03-31 Kenichi Handa <handa@m17n.org>
32519 * language/thai-word.el (thai-find-word-ends): Pay attention to
32520 the case that we reach the end of buffer.
32522 * textmodes/fill.el (fill-text-properties-at): New function.
32523 (fill-newline): Use fill-text-properties-at instead of
32524 text-properties-at.
32526 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32528 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32529 not comint-quote-filename.
32531 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32533 * help-fns.el (help-with-tutorial): Revert last change.
32535 2005-03-31 Kim F. Storm <storm@cua.dk>
32537 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32539 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32541 * calendar/cal-china.el: Update reference to "Calendrical
32542 Calculations" book; there's a new edition.
32543 * calendar/cal-coptic.el: Likewise.
32544 * calendar/cal-french.el: Likewise.
32545 * calendar/cal-hebrew.el: Likewise.
32546 * calendar/cal-islam.el: Likewise.
32547 * calendar/cal-iso.el: Likewise.
32548 * calendar/cal-julian.el: Likewise.
32549 * calendar/cal-mayan.el: Likewise.
32550 * calendar/cal-persia.el: Likewise.
32551 * calendar/calendar.el: Likewise.
32552 * calendar/holidays.el: Likewise.
32553 * calendar/lunar.el: Likewise.
32554 * calendar/solar.el: Likewise.
32556 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32557 white space from doc string.
32559 2005-03-30 Jay Belanger <belanger@truman.edu>
32561 * calc/calc-help.el (calc-full-help): Remove email address.
32563 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32565 * help-fns.el (help-with-tutorial): Delete title line.
32567 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32569 * calendar/cal-x.el (calendar-one-frame-setup)
32570 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32571 rather than `symbol' for set-window-dedicated-p.
32573 * calendar/appt.el (appt-buffer-name): Make it a constant.
32574 (appt-add): Doc fix.
32576 * filesets.el (filesets-menu-path, filesets-menu-before)
32577 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32578 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32579 (filesets-add-submenu): Delete and use add-submenu instead.
32581 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32583 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32584 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32585 (org-diary-default-entry): New function.
32586 (org-get-entries-from-diary): Better parsing of diary entries.
32587 (org-agenda-check-no-diary): New function.
32588 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32589 linking to diary entries.
32590 (org-agenda-execute-calendar-command): New function.
32591 (org-agenda): Improve visible section in window.
32592 Use `org-fit-agenda-window'.
32593 (org-fit-agenda-window): New option.
32594 (org-move-subtree-down): Better handling of empty lines
32596 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32598 (org-fontify-done-headline): New option.
32599 (org-headline-done-face): New face.
32600 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32601 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32602 When current field is non-empty, it is copied to next row.
32603 (org-table-copy-from-above): Fix bug which made it
32604 impossible to copy fields containing only a single non-white character.
32606 2005-03-30 Kim F. Storm <storm@cua.dk>
32608 * kmacro.el (kmacro-end-macro): Isearch may store this command
32609 into the macro -- so ignore it when executing keyboard macro.
32611 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32613 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32615 2005-03-29 Kenichi Handa <handa@m17n.org>
32617 * language/thai.el ("Thai"): Set setup-function and exit-function
32618 for Thai language environment.
32620 * language/thai-util.el: Require thai-word.
32621 (thai-word-mode-map): New variable.
32622 (thai-word-mode): New minor mode.
32623 (setup-thai-language-environment-internal): New function.
32624 (exit-thai-language-environment-internal): New function.
32626 * language/thai-word.el (thai-word-table): Declare it by defvar,
32627 use dolist to initialize it.
32628 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32629 (thai-fill-find-break-point): New functions.
32631 2005-03-29 Richard M. Stallman <rms@gnu.org>
32633 * simple.el (idle-update-delay): Move definition up.
32634 (set-mark): Doc fix.
32636 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32638 * longlines.el: New file.
32640 * simple.el (buffer-substring-filters): New variable.
32641 (filter-buffer-substring): New function.
32642 (kill-region, copy-region-as-kill): Use it.
32644 * register.el (copy-to-register, append-to-register)
32645 (prepend-to-register): Use filter-buffer-substring.
32647 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32649 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32650 (gud-filter-pending-text): Move in front of gdb.
32651 (gud-overlay-arrow-position): New variable.
32652 (gud-sentinel, gud-display-line): Use it in place of
32653 overlay-arrow-position.
32655 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32657 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32658 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32659 (fortran-font-lock-keywords-4): New variable.
32660 (fortran-blocks-re, fortran-end-block-re)
32661 (fortran-start-block-re): New constants, for hideshow.
32662 (hs-special-modes-alist): Add a Fortran entry.
32663 (fortran-mode-map): Bind fortran-end-of-block,
32664 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32665 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32666 (fortran-looking-at-if-then, fortran-end-of-block)
32667 (fortran-beginning-of-block): New functions, for hideshow.
32669 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32670 Doc fix. Tweak regexp.
32671 (f90-beginning-of-block): Push mark first.
32673 2005-03-29 Jay Belanger <belanger@truman.edu>
32675 * calc/calc.el: Update copyright date.
32676 (calc-version): Increase to 2.1.
32677 (calc-version-date): Remove.
32679 * calc/calc-help.el: Update copyright date.
32680 (calc-full-help): Remove reference to calc-version-date.
32681 Update copyright date.
32683 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32685 * vc.el (vc-do-command): Use a pipe for async processes, so password
32686 prompts don't show up at places where the user can't reply.
32688 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32690 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32691 on the file name we pass to the inferior shell.
32693 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32695 * progmodes/which-func.el (which-function): Be robust in the face of an
32696 imenu--make-index-alist failure.
32698 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32700 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32702 * progmodes/python.el (python-preoutput-filter): Fix last change.
32704 2005-03-29 Lute Kamstra <lute@gnu.org>
32706 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32707 functions and compiled macros.
32708 (debug-convert-byte-code): Handle macros too.
32709 (debug-on-entry-1): Don't signal an error when trying to clear a
32710 function that is not set to debug on entry.
32712 2005-03-29 Jay Belanger <belanger@truman.edu>
32714 * calc/calc-lang.el: Add functions to math-function-table
32715 properties of tex and math.
32717 2005-03-29 Kenichi Handa <handa@m17n.org>
32719 * ps-mule.el (ps-mule-plot-string): Translate characters by
32720 ps-print-translation-table.
32721 (ps-mule-begin-job): Call find-charset-region/string with
32722 ps-print-translation-table.
32723 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32725 * ps-print.el (ps-print-translation-table): New variable.
32726 (ps-plot-region): Translate characters by ps-print-translation-table.
32728 2005-03-29 Juri Linkov <juri@jurta.org>
32730 * simple.el (next-error-highlight-timer): New variable.
32732 * progmodes/compile.el (compilation-goto-locus):
32733 Use `next-error-highlight-timer' instead of `sit-for'.
32735 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32737 * mail/supercite.el (sc-mail-field): Use assoc-string.
32738 (sc-get-address): Simplify regexps.
32740 * files.el (minibuffer-with-setup-hook): New macro.
32741 (find-file-read-args): Use it to avoid let-binding
32742 minibuffer-with-setup-hook (which breaks turning on/off
32743 file-name-shadow-mode while in the prompt).
32745 * complete.el (PC-read-include-file-name-internal):
32746 Use test-completion.
32748 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32750 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32752 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32754 * window.el (window-buffer-height): Use count-screen-lines.
32756 * progmodes/python.el (python-preoutput-leftover): New var.
32757 (python-preoutput-filter): Use it.
32758 (python-send-receive): Loop until all the result has been received.
32760 2005-03-28 Juri Linkov <juri@jurta.org>
32762 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32764 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32765 "Recover Crashed Session".
32766 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32767 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32768 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32769 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32770 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32771 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32772 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32773 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32775 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32776 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32777 Ediff Sessions", "Toggle use of separate control buffer frame",
32778 "Use separate frame for Ediff control buffer".
32780 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32781 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32782 "Rename Bookmark", "Delete Bookmark".
32784 * info.el (Info-mode-menu): Remove ellipsis from "Index".
32785 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32786 Add `:active Info-index-alternatives' to "Next Matching Item".
32788 * wdired.el (wdired-change-to-wdired-mode):
32789 Mention `wdired-abort-changes' key in the initial message.
32791 * international/mule.el (auto-coding-alist): Associate non-ascii
32792 image filename extensions with `no-conversion'.
32794 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
32796 * international/iso-acc.el:
32797 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32799 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
32801 * textmodes/sgml-mode.el (html-mode): Doc update.
32803 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32805 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
32807 * term.el (term-move-columns): Fix face after extending a line.
32808 (term-insert-spaces): Likewise.
32809 (term-reset-terminal): Fix off by one error.
32811 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32813 * international/mule.el (auto-coding-alist): Add .xpi files.
32815 * files.el (auto-mode-alist): Add .xpi files.
32817 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
32819 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32821 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32823 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32825 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
32827 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32828 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
32830 * calendar/cal-move.el (calendar-beginning-of-year): Move the
32831 cursor to Jan 1 when needed.
32832 (calendar-end-of-year): Fix -/+ typo.
32833 Reported by Chong Yidong <cyd@stupidchicken.com>.
32835 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
32837 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32839 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32840 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
32842 2005-03-25 Richard M. Stallman <rms@gnu.org>
32844 * filesets.el (filesets-init): Add autoload.
32846 * mail/mailalias.el (mail-directory): Doc fix.
32848 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32850 * mail/mailalias.el (mail-directory-process): Do nothing if
32851 mail-directory-process is an atom.
32852 (mail-get-names): Ignore mail-directory-names if it is an atom.
32853 (mail-directory-process defvar): Doc fix.
32854 (mail-names): Doc fix.
32856 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
32858 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32860 2005-03-26 Kenichi Handa <handa@m17n.org>
32862 * international/mule-util.el (detect-coding-with-priority):
32863 Call update-coding-systems-internal before detect-coding-region.
32865 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32867 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32868 (gdb-frames-mode-map): Add follow-link property.
32870 2005-03-25 Jay Belanger <belanger@truman.edu>
32872 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32875 2005-03-25 Juri Linkov <juri@jurta.org>
32877 * image-mode.el: Optimize image filename extension regexps in
32878 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32879 in `auto-mode-alist'.
32880 (image-mode): Add `image-toggle-display-text' to local hook
32881 `change-major-mode-hook'. Display the image as an image by
32882 default. Set `cursor-type' and `truncate-lines' if the image
32883 is already displayed. Take into account the current mode (image
32884 or text) in message.
32885 (image-minor-mode): New minor mode.
32886 (image-mode-maybe, image-toggle-display-text): New functions.
32887 (image-toggle-display): Use called-interactively-p.
32888 Let-bind `inhibit-read-only' to t.
32890 * image-mode.el (image-minor-mode): Set `cursor-type' and
32891 `truncate-lines' if the image is already displayed. Add turning
32892 image-minor-mode off to `change-major-mode-hook'. Add message.
32893 Call `image-toggle-display-text' after turning image-minor-mode off.
32895 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
32897 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32898 Terminal.app, use utf-8.
32899 (set-display-table-and-terminal-coding-system): Add coding-system arg.
32900 (set-locale-environment): Use it.
32902 * term/xterm.el: Undo last change, better done in mule-cmds.el.
32904 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32906 * progmodes/python.el (python-close-block-statement-p)
32907 (python-outdent-p, python-current-defun): Use symbol-end.
32909 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
32911 * files.el (save-some-buffers): Doc fix.
32913 2005-03-25 Werner Lemberg <wl@gnu.org>
32915 * complete.el, thumbs.el: Replace `legal' with `valid'.
32916 * calendar/calendar.el: Replace `legal' with `valid'.
32917 * emacs-lisp/advice.el: Replace `legal' with `valid'.
32918 * mail/supercite.el: Replace `legal' with `valid'.
32919 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32920 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32921 Replace `legal' with `valid'.
32922 * textmodes/reftex-vars.el, textmodes/reftex.el:
32923 Replace `legal' with `valid'.
32925 2005-03-25 Werner Lemberg <wl@gnu.org>
32927 * calc/calc-forms.el, calc/calc-sel.el
32928 * midnight.el, vc-cvs.el
32929 * emacs-lisp/cl-macs.el
32931 * eshell/esh-io.el, eshell/esh-var.el
32932 * mail/supercite.el
32933 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32934 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32935 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32936 * progmodes/sh-script.el, progmodes/xscheme.el
32937 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32938 * textmodes/reftex-index.el, textmodes/reftex-parse.el
32939 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32940 * textmodes/reftex.el, textmodes/org.el:
32941 Replace `illegal' with `invalid'.
32943 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32945 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32946 (flymake-find-buildfile, flymake-find-possible-master-files)
32947 (flymake-check-include, flymake-parse-line): Replace loops over the
32948 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
32950 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32951 Substitute file-name-as-directory in the rest of the file.
32952 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32953 (flymake-replace-region): Remove unused arg `buffer'.
32954 (flymake-check-patch-master-file-buffer): Update calls to it.
32955 (flymake-add-err-info): Remove unused var `count'.
32956 (flymake-mode): Use define-minor-mode.
32958 * progmodes/flymake.el: Use with-current-buffer.
32959 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32960 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32961 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32962 Avoid testing for `xemacs'.
32963 (flymake-nop): Move.
32964 (flymake-region-has-flymake-overlays): Return the computed value.
32965 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32966 Remove unused var `endline'.
32967 (flymake-get-line-count): Remove unused function.
32968 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32972 * hilit-chg.el (global-highlight-changes):
32973 * hi-lock.el (hi-lock-mode):
32974 * follow.el: find-file-hooks -> find-file-hook.
32976 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32978 2005-03-24 Juri Linkov <juri@jurta.org>
32980 * dired.el (dired-mode-map): Add menu item "Compare directories"
32981 for dired-compare-directories.
32983 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32984 Doc fix. Replace `read-file-name' with `read-directory-name'.
32986 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32988 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32990 2005-03-24 Jay Belanger <belanger@truman.edu>
32992 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32993 relevant mode settings in calc-embedded-original-modes when modes
32994 are permanently changed.
32996 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32998 * autoinsert.el: find-file-hooks -> find-file-hook.
33000 2005-03-24 Lute Kamstra <lute@gnu.org>
33002 * generic.el (generic-font-lock-defaults): Make it obsolete.
33003 (generic-font-lock-keywords): New variable to replace
33004 generic-font-lock-defaults.
33005 (generic-mode-set-font-lock): Delete it.
33006 (generic-mode-internal): Don't call generic-mode-set-font-lock.
33007 (generic-bracket-support): Add docstring.
33009 * generic-x.el: Rename generic-font-lock-defaults to
33010 generic-font-lock-keywords throughout.
33011 (mailagent-rules-setup-function): Delete it.
33012 (mailagent-rules-generic-mode): Use anonymous function instead.
33013 (show-tabs-generic-mode-font-lock-defaults-1)
33014 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33016 (show-tabs-tab-face, show-tabs-space-face): Specify background,
33019 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33020 Recognize define-generic-mode.
33022 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
33024 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33025 if there's no completion table.
33027 2005-03-23 Miles Bader <miles@gnu.org>
33029 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33030 Remove tty-specific variants, as they're no longer needed.
33032 2005-03-23 Lute Kamstra <lute@gnu.org>
33034 * generic-x.el: Code cleanup: make args constant whenever possible.
33035 (installshield-statement-keyword-list)
33036 (installshield-system-functions-list)
33037 (installshield-system-variables-list, installshield-types-list)
33038 (installshield-funarg-constants-list): Make them constants.
33040 * generic.el (generic-make-keywords-list): Add autoload cookie.
33042 * calendar/time-date.el: Add comment on time value formats.
33043 Don't require parse-time.
33044 (with-decoded-time-value): New macro.
33045 (encode-time-value): New function.
33046 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33047 (days-to-time): Return a valid time value when arg is huge.
33048 (time-since): Use time-subtract.
33049 (time-to-number-of-days): Use time-to-seconds.
33051 2005-03-23 David Ponce <david@dponce.com>
33053 * recentf.el (recentf-keep): New option.
33054 (recentf-menu-action): Default to `find-file'.
33055 (recentf-keep-non-readable-files-flag)
33056 (recentf-keep-non-readable-files-p)
33057 (recentf-file-readable-p, recentf-find-file)
33058 (recentf-cleanup-remote): Remove.
33059 (recentf-include-p): More robust.
33060 (recentf-keep-p): New function.
33061 (recentf-remove-if-non-kept): Rename from
33062 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33063 All callers updated.
33064 (recentf-menu-items-for-commands): Fix help string.
33065 (recentf-track-closed-file): Update. Doc fix.
33066 (recentf-cleanup): Update. Count removed files. Doc fix.
33068 2005-03-23 Kim F. Storm <storm@cua.dk>
33070 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33071 Don't inherit from fringe face (now happens automatically).
33073 2005-03-22 Kim F. Storm <storm@cua.dk>
33075 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33078 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33080 * menu-bar.el (showhide-date-time): Remove.
33081 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33082 (menu-bar-make-mm-toggle): Simplify.
33084 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33086 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33087 Accept qualified variable and function names.
33089 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33091 * bindings.el (completion-ignored-extensions):
33092 Remove ".lis" for `vax-vms'.
33094 2005-03-22 Andreas Schwab <schwab@suse.de>
33096 * generic-x.el: Revert last change.
33097 * ldefs-boot.el: Update.
33099 2005-03-22 Jay Belanger <belanger@truman.edu>
33101 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33102 (calc-embedded-save-original-modes)
33103 (calc-embedded-restore-original-modes): New functions.
33104 (calc-do-embedded): Save original modes when entering embedded mode
33105 and restore when leaving embedded mode.
33106 (calc-embedded-modes-change): Change the value of
33107 calc-embedded-original-modes to reflect permanent changes.
33109 2005-03-22 Lute Kamstra <lute@gnu.org>
33111 * generic-x.el: Require generic again.
33113 2005-03-22 Miles Bader <miles@gnu.org>
33115 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33116 Tweak details to look good on both ttys and bitmap displays, light
33117 or dark background, etc.
33119 2005-03-21 Kim F. Storm <storm@cua.dk>
33121 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33124 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33126 * icomplete.el: Don't forcibly turn on the mode upon load.
33127 (icomplete-mode): Use define-minor-mode.
33128 (icomplete-eoinput): Default to nil.
33129 (icomplete-minibuffer-setup): Remove autoload.
33130 (icomplete-tidy): Simplify.
33131 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33132 in the initial state or if the user has modified the field.
33133 Fix handling of icomplete-max-delay-chars.
33134 Remove code that handles the oddball case where
33135 minibuffer-completion-table is an integer.
33136 Wrap icomplete-completions in while-no-input in case building
33137 completions takes more time than expected.
33138 (icomplete-completions): Simplify.
33140 2005-03-21 Richard M. Stallman <rms@gnu.org>
33142 * jka-compr.el (jka-compr-really-do-compress):
33143 Make variable buffer-local.
33145 * image-mode.el: Handle .xpm files too.
33146 (image-toggle-display): Preserve modification flag.
33148 * help.el (where-is): Don't mention aliases with no key bindings.
33150 2005-03-21 Lute Kamstra <lute@gnu.org>
33152 * generic.el: Fix commentary section. Don't require cl for
33154 (generic-mode-list): Add autoload cookie.
33155 (generic-use-find-file-hook, generic-lines-to-scan)
33156 (generic-find-file-regexp, generic-ignore-files-regexp)
33157 (generic-mode, generic-mode-find-file-hook)
33158 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33159 (define-generic-mode): Make it a defmacro. Fix docstring.
33160 (generic-mode-internal): Code cleanup. Add autoload cookie.
33161 (generic-mode-set-comments): Code cleanup.
33162 * generic-x.el: Don't prevent compilation. Don't require generic.
33163 Follow coding conventions. Minor code cleanup.
33164 (etc-fstab-generic-mode): Add some keywords.
33165 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33166 define-generic-mode like a function declaration.
33168 2005-03-21 Jay Belanger <belanger@truman.edu>
33170 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33173 2005-03-21 Sam Steingold <sds@gnu.org>
33175 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33177 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33179 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33180 Add underscore to "f$ lexicals" regexp.
33182 2005-03-20 Juri Linkov <juri@jurta.org>
33184 * subr.el (progress-reporter-do-update): When `min-value' is equal
33185 to `max-value', set `percentage' to 0 and prevent division by zero.
33187 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33189 Sync with Tramp 2.0.48.
33191 * net/tramp.el (all): Change all addresses to .gnu.org.
33192 (tramp-append-tramp-buffers): New defun.
33193 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33194 Catch `dont-send' signal.
33195 (tramp-set-auto-save-file-modes): Set always permissions, because
33196 there might be an old auto-saved file belonging to another
33197 original file. This could be a security threat. Reported by
33198 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33199 Check for Emacs 21.3.50 removed.
33201 * net/tramp-smb.el (all): Remove debug construct for
33202 `with-parsed-tramp-file-name'.
33203 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33204 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33205 No error message if DIRECTORY or FILENAME doesn't exist.
33206 (tramp-smb-open-connection): Check existence of
33207 `tramp-smb-program'.
33209 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33211 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33212 Properly handle the case where the `m' or `s' command's argument is not
33214 (perl-indent-new-calculate): New function.
33215 (perl-indent-line): Use it.
33217 2005-03-20 Miles Bader <miles@gnu.org>
33219 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33220 in text-mode too. Change to new face names.
33221 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33222 Add `:weight bold' attribute.
33223 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33225 2005-03-19 Juri Linkov <juri@jurta.org>
33227 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33229 * international/mule.el (auto-coding-alist): Sync with
33230 `auto-mode-alist' by adding upper case archive file extensions
33231 and adding ear/war to jar extension.
33233 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33235 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33236 running, restart it.
33238 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33240 * finder.el (finder-current-item): Throw an error on an empty line.
33242 * man.el (Man-follow-manual-reference): If current-word returns
33245 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33247 * simple.el (goto-line): Doc fix.
33249 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33251 * files.el (save-buffer): Doc fix.
33253 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33255 * recentf.el (recentf-cleanup-remote): New variable.
33256 (recentf-cleanup): Use it to conditionally check availability of
33259 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33261 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33264 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33266 * language/thai-word.el: New file.
33268 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33270 * files.el (backup-buffer): If the file's directory is not
33271 writable, use copy instead of move to backup the file.
33273 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33275 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33277 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33279 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33280 Use functionp instead of symbolp and fboundp. Reported by Drkm
33281 <darkman_spam@yahoo.fr>.
33282 (ps-print-version): New version 6.6.6.
33284 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33286 * textmodes/table.el (table--line-column-position): New idiom.
33287 (table--row-column-insertion-point-p): New function to test
33288 validity of row and column insertion operation at a location.
33289 (table-global-menu, table-cell-menu): Use above functions for
33290 deterministic test operation.
33291 (table--editable-cell-p): Behave in deterministic fashion.
33293 2005-03-18 Juri Linkov <juri@jurta.org>
33295 * isearch.el (isearch-lazy-highlight-new-loop):
33296 Make arguments beg and end optional.
33297 (isearch-update): Remove optional arguments nil from
33298 isearch-lazy-highlight-new-loop.
33299 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33300 isearch-lazy-highlight-case-fold-search instead of
33301 isearch-case-fold-search, and let-bind isearch-regexp to
33302 isearch-lazy-highlight-regexp.
33303 Use isearch-lazy-highlight-last-string instead of isearch-string.
33305 * replace.el (perform-replace): Remove bindings of global
33306 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33307 Add three new arguments to `replace-highlight'.
33308 (replace-highlight): Add arguments string, regexp, case-fold.
33309 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33310 to allow isearch-lazy-highlight-new-loop to use these values
33311 to set corresponding isearch-lazy-highlight-* internal
33312 variables whose values lazy highlighting will use regardless of
33313 changes to global variables isearch-string, isearch-regexp,
33314 isearch-case-fold-search during lazy highlighting loop.
33315 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33316 to `lazy-highlight-cleanup'.
33318 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33319 (ispell-highlight-face): Set default face to `isearch' when
33320 lazy highlighting is enabled.
33321 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33322 priority to 1. Add lazy highlighting.
33323 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33324 from `isearch-dehighlight'.
33326 2005-03-18 David Ponce <david@dponce.com>
33328 * files.el (hack-local-variables): Do a case-insensitive search
33331 2005-03-18 Juri Linkov <juri@jurta.org>
33333 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33334 `isearch-lazy-highlight-cleanup', add alias to old name and
33335 declare obsolete. Add release numbers to other obsolete vars.
33336 (isearch-done, isearch-lazy-highlight-new-loop):
33337 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33338 (lazy-highlight-cleanup) <variable>: Doc fix.
33339 (isearch-lazy-highlight-update): Rename obsolete
33340 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33342 2005-03-18 Kenichi Handa <handa@m17n.org>
33344 * language/thai-util.el: Fix categorization of Thai characters in
33345 thai-category-table.
33346 (thai-composition-pattern): Adjust it for the above change.
33347 (thai-self-insert-command, thai-compose-syllable): New functions.
33348 (thai-compose-region): Use thai-compose-syllable.
33349 (thai-compose-string): Likewise.
33350 (thai-composition-function): Likewise.
33351 (thai-auto-composition): New function.
33352 (thai-auto-composition-mode): New minor mode.
33354 * language/thai.el: Fix patterns to be registered in
33355 composition-function-table.
33357 * international/quail.el (quail-input-method): Locally bind
33358 inhibit-modification-hooks to t.
33360 2005-03-17 Richard M. Stallman <rms@gnu.org>
33362 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33363 (perl-mode): Use run-mode-hooks.
33365 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33366 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33367 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33369 * mail/sendmail.el (sendmail-send-it): Reenable the code
33370 to compute resend-to-address and use it.
33372 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33374 * image-mode.el: New file.
33376 * image.el (insert-sliced-image): Add autoload cookie.
33378 * font-lock.el (font-lock-lines-before): New user option.
33379 (font-lock-after-change-function): Obey it.
33381 * bindings.el (esc-map): Make M-g a prefix.
33382 Bind M-g g and M-g M-g to goto-line.
33384 * faces.el (face-id): Doc fix.
33386 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33388 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33389 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33390 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33392 * mail/sendmail.el (mail-yank-ignored-headers)
33393 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33394 Add Mail-Followup-To and Mail-Reply-To headers.
33395 (mail-citation-hook): Add autoload cookie.
33396 (mail-mode): Doc fix.
33397 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33398 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33399 (mail-mode-fill-paragraph): Handle those headers.
33400 (mail-mailing-lists): New variable.
33401 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33403 2005-03-17 Juri Linkov <juri@jurta.org>
33405 * isearch.el (isearch-fallback): Check for `(car previous)'
33406 before calling `isearch-other-end-state'.
33408 2005-03-17 Kim F. Storm <storm@cua.dk>
33410 * simple.el (move-beginning-of-line): Move to beginning of buffer
33411 line, as well as beginning of screen line.
33413 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33415 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33416 argument REDRAW rather than calendar-redrawing variable.
33417 * calendar/calendar.el (calendar-redrawing): Delete.
33418 (redraw-calendar): Do not bind calendar-redrawing.
33420 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33422 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33425 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33427 * help.el (describe-mode): Allow a :minor-mode-function property to
33428 specify a different minor mode toggle function than the variable.
33429 * simple.el (auto-fill-function):
33430 * subr.el (add-minor-mode): Use it.
33432 2005-03-16 Kenichi Handa <handa@m17n.org>
33434 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33435 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33436 (ethio-fidel-to-sera-buffer): Likewise.
33438 2005-03-16 Juri Linkov <juri@jurta.org>
33440 * emacs-lisp/find-func.el (find-function-regexp):
33441 Add defun-emitting macro `menu-bar-make-toggle'.
33443 * isearch.el: Put `isearch-scroll' property to
33444 `split-window-horizontally'.
33446 * info.el: Update error messages for `debug-ignored-errors'.
33447 (Info-isearch-search): Doc fix.
33448 (Info-find-node): Move up code to go into info buffer before
33449 recording the node to the history.
33450 (Info-fontify-node): Fontify titles only if the next line
33451 has two or more `*', `=', `-', `.'.
33452 Display "go to this node" for empty (match-string 3).
33454 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33456 * term/mac-win.el: Add mouse pointer shape constants.
33458 2005-03-15 Kim F. Storm <storm@cua.dk>
33460 * simple.el (move-beginning-of-line): Use vertical-motion.
33462 2005-03-15 Juri Linkov <juri@jurta.org>
33464 * isearch.el (isearch-error): New variable.
33465 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33466 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33467 (isearch-within-brackets-state): Remove.
33468 (isearch-case-fold-search-state, isearch-pop-fun-state):
33469 Decrease frame index.
33470 (isearch-mode, isearch-top-state, isearch-push-state)
33471 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33472 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33473 (isearch-search, isearch-lazy-highlight-new-loop):
33474 Replace `isearch-invalid-regexp' with `isearch-error'.
33475 Remove `isearch-within-brackets'.
33476 (isearch-search): Add `search-failed' handler to `condition-case'.
33477 (isearch-lazy-highlight-search): Add `condition-case' to catch
33478 errors and allow `isearch-lazy-highlight-update' to try
33479 highlighting from the beginning of the window.
33480 (isearch-repeat): Move up code to set isearch-wrapped to t
33481 before calling isearch-wrap-function.
33483 * info.el (Info-isearch-initial-node): New internal variable.
33484 (Info-search): Signal an error in isearch mode when search leaves
33485 the initial node. Signal an error when `bound' is non-nil and
33486 nothing was found in the current subfile.
33487 (Info-isearch-search): Remove `condition-case'.
33488 (Info-isearch-wrap): Don't wrap when search failed during leaving
33489 the initial node. If `Info-isearch-search' is nil, wrap around
33491 (Info-isearch-start): New fun.
33492 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33493 `isearch-mode-hook'.
33495 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33497 * simple.el (normal-erase-is-backspace): Set default to t if
33500 * term/mac-win.el (function-key-map): Sync with x-win.el.
33502 2005-03-15 Kenichi Handa <handa@m17n.org>
33504 * international/mule-cmds.el (locale-language-names): Modify the
33505 format of elements and add more entries.
33506 (locale-preferred-coding-systems): Add more entries.
33507 (set-locale-environment): Adjust for the change of
33508 locale-language-names.
33510 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33512 * pcvs.el (smerge-ediff): Remove bogus autoload.
33514 2005-03-14 Lute Kamstra <lute@gnu.org>
33516 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33517 Ignore a `*' at the beginning of a line.
33519 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33520 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33522 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33523 to specify indentation.
33525 * generic.el (define-generic-mode): Let generic-mode-list be a
33526 list of strings; test membership with equal.
33528 2005-03-14 Kim F. Storm <storm@cua.dk>
33530 * simple.el (next-line, previous-line): Add optional try-vscroll
33531 arg to recognize interactive use. Pass it on to line-move.
33532 (line-move): Don't perform auto-window-vscroll when defining or
33533 executing keyboard macro to ensure consistent behavior.
33535 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33537 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33539 2005-03-13 Lute Kamstra <lute@gnu.org>
33541 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33542 debugger-setup-buffer so that backtrace marks the frames set to
33543 debug-on-exit and we don't have to do it manually. Set an extra
33544 debug-on-exit for macro's.
33545 (debugger-setup-buffer): Don't mark the top frame manually.
33547 2005-03-12 Lute Kamstra <lute@gnu.org>
33549 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33550 lisp-indent-function throughout.
33551 (with-no-warnings): Set lisp-indent-function property.
33553 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33555 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33556 Add entry for backslash.
33558 2005-03-12 Juri Linkov <juri@jurta.org>
33560 * info.el (Info-search): Four fixes for backward search.
33562 2005-03-11 Jay Belanger <belanger@truman.edu>
33564 * calc/calc.el (calc-language-alist): New variable.
33565 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33566 (calc-embedded-find-modes): Use calc-language-alist instead of
33567 calc-embedded-language-alist.
33569 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33571 * calendar/calendar.el (calendar-redrawing): New internal
33573 (redraw-calendar): Remove bogus save-excursion from previous
33574 change. Bind calendar-redrawing to t for mark-diary-entries.
33575 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33576 calendar if that is why we were called.
33578 2005-03-11 Kenichi Handa <handa@m17n.org>
33580 * international/mule.el (make-coding-system): Set property
33581 coding-system-define-form to nil.
33582 (define-coding-system-alias): Likewise.
33584 2005-03-11 Kenichi Handa <handa@m17n.org>
33586 These changes are suggested by Dave Love <fx@gnu.org>.
33588 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33590 (adaptive-fill-regexp): Add more bullets.
33591 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33594 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33596 * help.el (describe-mode): Properly handle non-trivial lighters.
33597 Don't ignore minor modes that are not listed in minor-mode-list.
33599 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33600 feature ON when the user requests to turn it OFF.
33602 2005-03-10 Lute Kamstra <lute@gnu.org>
33604 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33605 (implement-debug-on-entry): New function to replace debug-entry-code.
33606 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33607 second argument as the 2005-03-07 change makes it obsolete.
33608 (debug-on-entry, cancel-debug-on-entry): Update call to
33610 (debug, debugger-setup-buffer): Comment update.
33611 (debugger-frame-number): Update to work with implement-debug-on-entry.
33613 2005-03-10 Jay Belanger <belanger@truman.edu>
33615 * calc/calc-embed.el (math-ms-args): Declare it.
33616 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33618 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33621 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33623 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33626 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33627 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33628 (tooltip-gud-tips): Simplify.
33629 (tooltip-gud-tips-p): Remove superfluous :set.
33630 (tooltip-gud-modes): Add fortran-mode.
33631 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33633 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33635 2005-03-09 Kim F. Storm <storm@cua.dk>
33637 * play/animate.el (animate-place-char): Use forward-line instead
33638 of next-line to improve performance.
33640 2005-03-09 Simon Josefsson <jas@extundo.com>
33642 * net/browse-url.el (browse-url-default-browser): Doc fix.
33644 2005-03-09 Miles Bader <miles@gnu.org>
33646 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33647 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33649 2005-03-09 Kenichi Handa <handa@m17n.org>
33651 * international/latin-1.el: Set case and syntax for 255 only if
33652 set-case-syntax-set-multibyte is nil.
33654 * textmodes/ispell.el (ispell-insert-word): New function.
33655 (ispell-word): Use ispell-insert-word to insert a new word.
33656 (ispell-process-line): Likewise.
33657 (ispell-complete-word): Likewise.
33659 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33661 * calendar/calendar.el (redraw-calendar): Preserve point.
33662 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33663 (calendar-week-start-day): Move after definition of
33664 redraw-calendar. Delete buffer test, since redraw-calendar has
33667 * calendar/diary-lib.el (mark-diary-entries): Only call
33668 redraw-calendar in the first of any recursive calls.
33669 Reported by Alan Shutko <ats@acm.org>.
33671 2005-03-08 Juri Linkov <juri@jurta.org>
33673 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33674 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33675 (html-radio-buttons): Add a space before the trailing `/>' where
33676 sgml-xml-mode is non-nil.
33677 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33678 the subsequent tag of the empty XML tag.
33679 (html-href-anchor): Don't set initial input to "http:".
33680 (html-image): Ask for the image URL and set point inside alt="".
33681 (html-name-anchor): Duplicate the name in the `id' attribute when
33682 sgml-xml-mode is non-nil.
33683 (html-paragraph): Remove \n before <p>.
33684 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33685 instead of `checked' when sgml-xml-mode is non-nil.
33687 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33688 Remove 1 space before #RRGGBB to not truncate it on terminal
33689 windows w/o fringes. Remove 1 space between bg and fg examples
33691 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33692 avoid byte-compile warnings.
33694 * image-file.el (image-file-handler): Put `safe-magic' property to
33695 `image-file-handler'.
33697 * info.el (Info-isearch-search): Emulate word search in
33698 isearching through multiple Info nodes with Info-search.
33699 (Info-isearch-wrap): Allow isearch-word.
33701 2005-03-08 Lute Kamstra <lute@gnu.org>
33703 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33704 stepping into the debugger's code is not possible.
33705 (debugger-jumping-flag): Docstring update.
33707 2005-03-08 Jay Belanger <belanger@truman.edu>
33709 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33710 embedded mode begins.
33711 (calc-embedded-language-alist): New variable.
33712 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33713 set default language mode.
33715 2005-03-08 Kenichi Handa <handa@m17n.org>
33717 * international/ccl.el (define-ccl-program): Fix docstring about
33718 extra 256 bytes assured for the output buffer.
33720 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33721 Fix BUFFER_MAGNIFICATION to 2.
33722 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33724 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33726 * align.el (align-rules-list): Added an alignment rule for CSS
33727 declarations (applies to css-mode and html-mode buffers).
33729 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33731 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33733 2005-03-07 Kim F. Storm <storm@cua.dk>
33735 * simple.el (move-beginning-of-line): New command.
33737 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33739 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33741 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33742 and move-beginning-of-line.
33744 * apropos.el (apropos-print): Omit command from M-x ... RET.
33746 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33748 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33749 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33751 2005-03-06 Richard M. Stallman <rms@gnu.org>
33753 * bindings.el (esc-map): Bind M-g to goto-line.
33755 * facemenu.el (global-map): Bind M-o, not M-g.
33757 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
33759 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33760 "Open Directory" as for "Open File".
33762 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
33764 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33765 (push-mark-command): Run activate-mark-hook.
33767 2005-03-06 Richard M. Stallman <rms@gnu.org>
33769 * help-mode.el (help-mode-finish): Don't alter the element
33770 in view-return-to-alist if there already is one.
33772 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33773 make sure the current buffer is the expected one.
33775 * novice.el (disabled-command-function): Output in *Disabled Command*.
33776 Explicitly ignore non-keyboard events, and explicitly handle C-g.
33778 * textmodes/flyspell.el (flyspell-large-region):
33779 Pass args differently for aspell.
33781 * files.el (mode-require-final-newline): Doc fix.
33783 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33785 * progmodes/which-func.el (which-function):
33786 Specify NOERROR when calling imenu--make-index-alist.
33788 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33790 * simple.el (normal-erase-is-backspace): Define default value.
33792 * custom.el (custom-theme-set-variables): Remove unused var
33794 (custom-reevaluate-setting): Simple function to handle variables
33795 that are defined before their default value can really be
33798 * startup.el (command-line): Use it for temporary-file-directory,
33799 small-emporary-file-directory, auto-save-file-name-transforms,
33800 blink-cursor-mode, and normal-erase-is-backspace.
33802 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33803 progress, even with buggy anchored keywords.
33805 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
33807 * simple.el (goto-line): Remove unbalanced final parenthesis.
33809 2005-03-05 Richard M. Stallman <rms@gnu.org>
33811 * simple.el (goto-line): Use a number at point as the default.
33812 With C-u as arg, switch buffers.
33814 2005-03-05 Juri Linkov <juri@jurta.org>
33816 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33817 with `no-blinking-cursor'.
33819 * startup.el (no-blinking-cursor): New defvar.
33820 (command-line): Add `--no-blinking-cursor' to longopts.
33821 Set `no-blinking-cursor' to t for command line arguments
33822 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
33823 with `no-blinking-cursor' in the condition for calling
33824 `blink-cursor-mode'.
33826 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
33828 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33829 (menu-bar-options-save): Add blink-cursor-mode.
33830 (menu-bar-options-menu): Add blink-cursor-mode.
33832 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
33834 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33835 (icalendar-export-file, icalendar-export-region)
33836 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33837 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33839 2005-03-04 Lute Kamstra <lute@gnu.org>
33841 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33842 (debug-function-list): Ditto.
33844 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
33846 * textmodes/texinfmt.el (texinfo-append-refill):
33847 Redefine the types of line to which @refill
33848 is not appended by replacing a search for `@refill\\|@bye' with
33849 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
33850 itemize@refill' bug and the unfilled long lines bug.
33851 (texinfmt-version): Update number and date.
33853 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
33855 * international/code-pages.el (windows-1250, windows-125[2-8])
33856 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33858 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
33860 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33863 2005-03-02 Romain Francoise <romain@orebokech.com>
33865 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33866 buffer after removing limits.
33867 (ibuffer-pop-filter): Ditto.
33870 2005-03-02 Miles Bader <miles@gnu.org>
33872 * button.el (make-text-button): If the user doesn't specify a
33873 type, use the default. Rewrite to use `add-text-properties' and
33876 2005-03-01 Lute Kamstra <lute@gnu.org>
33878 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33879 (debugger-jumping-flag): New var.
33880 (debug-entry-code): Use it.
33881 (debugger-jump): Use debugger-jumping-flag and add
33882 debugger-reenable to post-command-hook.
33883 (debugger-reenable): Use debugger-jumping-flag and remove itself
33884 from post-command-hook.
33885 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33888 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
33890 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33891 inclusion of "itemize\\|", which may be unnecessary, is certainly
33892 inelegant, and stops refilling in itemize lists when formatting
33893 Japanese Texinfo files to Info.
33894 Update copyright to 2005.
33896 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
33898 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33899 of an error if GDB can't find the source file.
33901 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
33903 * calendar/calendar.el (redraw-calendar): Work from any buffer,
33904 not just the calendar.
33906 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33908 (diary-redraw-calendar): New function.
33909 (make-diary-entry): Add diary-redraw-calendar to local
33910 write-contents-functions. Turn off selective display before
33911 inserting in diary.
33913 2005-03-01 Kim F. Storm <storm@cua.dk>
33915 * emacs-lisp/copyright.el (copyright-fix-years): New command.
33917 2005-03-01 Lute Kamstra <lute@gnu.org>
33919 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33920 that debug-entry-code can be safely removed from a function while
33921 this code is being evaluated. Revert the 2005-02-27 change as the
33922 new implementation no longer requires it. Make sure that a
33923 function body containing just a string is not mistaken for a docstring.
33924 (debug): Skip one more frame in case of debug on entry.
33925 (debugger-setup-buffer): Delete one more frame line in case of
33927 (debugger-frame-number): Update to use the new text introduced by
33928 the 1999-11-03 change. Skip one more frame in case of debug on entry.
33930 2005-02-28 Kim F. Storm <storm@cua.dk>
33932 * double.el (double-translate-key): Call force-window-update after
33933 read-event to avoid crash in redisplay.
33935 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
33937 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33938 (debug): Use it. Move the inhibit-trace earlier.
33939 (debug-entry-code): New const.
33940 (debug-on-entry-1): Use it.
33942 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
33944 * international/utf-16.el (ccl-encode-mule-utf-16le):
33945 Fix BUFFER_MAGNIFICATION to 2.
33946 (ccl-encode-mule-utf-16be): Likewise.
33948 2005-02-28 Kenichi Handa <handa@m17n.org>
33950 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33951 Fix BUFFER_MAGNIFICATION to 4.
33952 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33954 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
33956 * speedbar.el (speedbar-update-flag): Doc fix.
33957 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33960 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33962 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33963 have a non-nil `invisible' property but are actually visible.
33965 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33966 for perldoc sections.
33967 (perl-outline-regexp, perl-outline-level): New var and function.
33968 (perl-mode): Use them.
33970 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33972 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33973 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33975 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33977 * cus-edit.el: Comment change.
33978 (custom-buffer-create-internal): Slightly reword text at top of
33979 Custom buffers. Mention there that saving an option edits the
33980 init file. Add link to Emacs manual node on `custom-file'.
33981 (custom-magic-alist): Rewrite individual State messages to use
33982 capitalized keywords. Doc fix.
33984 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33986 * calendar/calendar.el (calendar-buffer): Move above
33987 calendar-week-start-day.
33988 (calendar-week-start-day): Doc fix. Add :set function.
33989 (calendar-minimum-window-height): New variable.
33990 (generate-calendar-window): Only resize window if selected-window
33991 is displaying the calendar buffer. Use new variable
33992 calendar-minimum-window-height.
33993 (generate-calendar): Reword error message.
33994 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33996 2005-02-27 Andreas Schwab <schwab@suse.de>
33998 * vc.el (vc-do-command): Don't run command asynchronously when
33999 operating in a remote directory.
34001 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34002 change from sync with Tramp 2.0.47.
34004 2005-02-27 Richard M. Stallman <rms@gnu.org>
34006 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34008 * textmodes/flyspell.el (flyspell-mode-on):
34009 Call ispell-change-dictionary only if necessary.
34011 * emacs-lisp/re-builder.el (regexp-builder): New function.
34013 * register.el (describe-register-1): Explicitly handle
34014 yank-excluded-properties = t.
34016 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34017 (custom-magic-alist): Change the status descriptions again.
34018 (face widget-type): Total rewrite based on `restricted-sexp'
34019 to eliminate the confusing double hiding levels.
34021 * emacs-lisp/debug.el (debug-on-entry-1):
34022 If function body is empty, add nil as body form.
34024 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
34026 * emacs-lisp/trace.el (inhibit-trace): New var.
34027 (trace-make-advice): Use it.
34029 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34031 2005-02-26 Kim F. Storm <storm@cua.dk>
34033 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34034 (mouse-on-link-p, mouse-drag-region-1): Use it.
34036 2005-02-25 Lute Kamstra <lute@gnu.org>
34038 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34040 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
34042 * frame.el (blink-cursor-mode): Add :group keyword.
34044 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
34046 * calendar/icalendar.el (icalendar--decode-isodatetime):
34047 New optional argument DAY-SHIFT.
34048 (icalendar-export-region): Fix coding-system-for-write.
34049 (icalendar--convert-ical-to-diary): Shift end-day of all-day
34052 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
34054 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34056 2005-02-24 Kim F. Storm <storm@cua.dk>
34058 * international/iso-acc.el (iso-accents-compose): Fix crash
34059 during redisplay. Call force-window-update after read-event
34060 and delete-region to signal that window is not accurate.
34062 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34064 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34065 Remove unused and inexistent var `inhibit-trace'.
34066 (debugger-mode): Use run-mode-hooks.
34067 (debugger-list-functions): Add buttons; setup xref stack.
34069 2005-02-23 Richard M. Stallman <rms@gnu.org>
34071 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34072 appointment says it was explicitly made.
34073 (appt-add): Set the 3rd element.
34074 (appt-make-list): Preserve explicit appointments.
34076 * subr.el (find-tag-default): Catch errors in forward-sexp.
34078 2005-02-23 Juri Linkov <juri@jurta.org>
34080 * info.el (Info-isearch-search): New defcustom.
34081 (Info-isearch-search): Call the default isearch function
34082 when Info-isearch-search is nil.
34083 (Info-isearch-wrap): Use variable Info-isearch-search.
34085 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34087 * cus-edit.el: Comment change.
34089 2005-02-22 Kim F. Storm <storm@cua.dk>
34091 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34092 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34094 2005-02-22 Simon Josefsson <jas@extundo.com>
34096 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34098 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34099 Oskarsson" <myrkraverk@users.sourceforget.net>.
34101 2005-02-22 Kim F. Storm <storm@cua.dk>
34103 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34104 check that window of that event is the selected window.
34105 (mouse-drag-region-1): Compare mouse event window to selected
34106 window before setting point.
34108 * tooltip.el (tooltip-show-help-function): Pass event to
34109 mouse-on-link-p so it can check selected window.
34111 2005-02-22 Kenichi Handa <handa@m17n.org>
34113 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34114 (ps-mule-show-warning): New function.
34115 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34116 characters are found.
34118 * ps-print.el (ps-header-footer-string): Return a list of header
34119 and footer strings.
34121 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34123 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34125 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34127 * frame.el (blink-cursor-mode): Use define-minor-mode.
34129 * term/mac-win.el (function-key-map): Use char-names more consistently.
34130 (file-name-coding-system): Only set it for MacOS-9. The other case is
34131 already handled in mule-cmds.el (where it also works when mac-win.el
34134 2005-02-21 Kenichi Handa <handa@m17n.org>
34136 * international/mule.el (ctext-pre-write-conversion): Always use
34137 " *code-converting-work*" buffer for work.
34139 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34141 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34143 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34145 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34147 * ses.el (undo-more): Restore defadvice, but only the part that
34148 allows changes outside the restricted area of the buffer.
34150 2005-02-20 Kim F. Storm <storm@cua.dk>
34152 * simple.el (line-move): Add fourth optional arg try-vscroll which
34153 must be set to perform auto-window-vscroll.
34154 When moving backwards and doing auto-window-vscroll, automatically
34155 vscroll to the last part of lines which are taller than the window.
34156 (next-line, previous-line): Set try-vscroll arg on line-move.
34158 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34160 * replace.el (query-replace, query-replace-regexp)
34161 (replace-string, replace-regexp): When operating on region, make
34162 the minibuffer prompt say so.
34164 * isearch.el (isearch-forward): Document isearch-query-replace and
34165 isearch-query-replace-regexp keybindings.
34167 2005-02-19 Jay Belanger <belanger@truman.edu>
34169 * calc/calc-aent.el (math-read-token): Add local variable.
34171 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34172 (calc-edit-top): Move declaration to earlier in file.
34173 (calc-edit-macro-repeats): Add local variables.
34175 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34176 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34178 Adjust integration rule for calcFunc-tan.
34180 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34182 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
34183 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34184 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34185 (viper-skip-separators): Bug fix.
34186 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34187 particular major mode.
34188 (viper-del-backward-char-in-replace): Don't put deleted char on the
34191 * viper-ex.el (viper-color-display-p): New function.
34192 (viper-has-face-support-p): Use viper-color-display-p.
34194 * viper-keym.el (viper-gnus-modifier-map): New keymap.
34196 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34198 * viper-util.el (viper-glob-unix-files): Fix shell status check.
34199 (viper-file-remote-p): Make equivalent to file-remote-p.
34201 * viper.el (viper-major-mode-modifier-list):
34202 Use viper-gnus-modifier-map.
34204 2005-02-19 David Kastrup <dak@gnu.org>
34206 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34209 2005-02-19 Jay Belanger <belanger@truman.edu>
34211 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34212 Remove extra definitions.
34213 (calc-coth): New function.
34214 (calcFunc-cot): Fix `let'.
34216 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34218 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34219 the reasons we use "type pc" in these faces.
34221 * button.el (button): Ditto.
34223 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34225 * replace.el (query-replace-read-from): Set the value of
34226 query-replace-from-history-variable to handle the case of an empty
34227 string entered to accept the suggested default.
34229 * net/tramp.el (tramp-file-name-for-operation):
34230 Use dired-call-process instead of dired-call-process-command.
34232 2005-02-19 Jay Belanger <belanger@truman.edu>
34234 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34235 (math-div-non-trig): New variables.
34236 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34237 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34238 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34241 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34243 * progmodes/gdb-ui.el (gdb-var-update-handler)
34244 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34245 for watch expressions,
34246 (gdb-var-create-handler): Don't set speedbar-update-flag.
34247 (gdb-post-prompt): Simplify test for speedbar.
34249 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34251 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34252 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34253 we use the syntax table of the correct buffer.
34254 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34257 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34258 (ediff-file-remote-p): Make synonymous with file-remote-p.
34259 In all deffaces ediff-*-face-*, use min-colors.
34261 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34262 ediff-recurse-to-subdirectories.
34263 (ediff-mark-if-equal): Check that the arguments are strings, use
34264 ediff-same-contents (after to Felix Gatzemeier).
34266 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34269 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34271 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34273 2005-02-18 David Kastrup <dak@gnu.org>
34275 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34276 use `mark-active' when defined.
34278 2005-02-18 Kenichi Handa <handa@m17n.org>
34280 * ps-print.el (ps-font-info-database): New entry
34281 ZapfChancery-MediumItalic with correct font name. Fix font name
34282 of the entry Zapf-Chancery-MediumItalic.
34284 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34286 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34288 2005-02-16 Kim F. Storm <storm@cua.dk>
34290 * ido.el (ido-fallback-command): Pass user input to fallback command.
34292 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34294 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34295 (gdb-find-file-hook): Add server prefix.
34297 2005-02-16 Richard M. Stallman <rms@gnu.org>
34299 * replace.el (perform-replace): Pass new args to replace-highlight.
34300 (replace-highlight): Take region args,
34301 and pass them to isearch-lazy-highlight-new-loop.
34303 * novice.el (disabled-command-hook): Autoload the defalias
34304 and the make-obsolete-variable call.
34306 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34308 * isearch.el (isearch-lazy-highlight-start-limit)
34309 (isearch-lazy-highlight-end-limit): New variables limit
34310 the region for highlighting.
34311 (isearch-lazy-highlight-new-loop): New args BEG and END.
34312 (isearch-lazy-highlight-search): Use the new vars.
34313 (isearch-lazy-highlight-update): Likewise.
34315 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34317 * cus-start.el (all): Use default-boundp.
34319 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34321 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34323 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34325 * autorevert.el (auto-revert-stop-on-user-input)
34326 (auto-revert-verbose): Doc fixes.
34328 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34330 * international/mule-cmds.el (set-locale-environment): Remove call
34331 to set-selection-coding-system on Windows.
34333 2005-02-15 Jay Belanger <belanger@truman.edu>
34335 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34336 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34338 (math-simplify-sqrt): Add simplifications.
34340 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34343 * calc/calc-ext.el: Add functions to autoloads.
34345 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34346 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34347 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34348 (math-csc-raw, math-cot-raw): New functions.
34350 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34352 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34353 the variable name in a message.
34355 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34356 calcFunc-csc, calcFunc-cot.
34358 * calc/calcalg2.el: Add derivative and integration rules for
34359 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34360 calcFunc-csch, calcFunc-coth.
34361 (math-do-integral-methods): Add to checks for when to use
34364 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34366 2005-02-15 Lute Kamstra <lute@gnu.org>
34368 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34369 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34370 <monnier@iro.umontreal.ca>.
34371 (lisp-outline-level): Improve efficiency. Suggested by David
34372 Kastrup <dak@gnu.org>.
34374 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34376 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34377 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34378 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34379 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34380 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34382 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34384 * cus-start.el (all): Comment change.
34386 2005-02-14 Lute Kamstra <lute@gnu.org>
34388 * cus-start.el (all): Check if symbol is void.
34390 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34392 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34393 optional argument to \cite.
34395 2005-02-14 Richard M. Stallman <rms@gnu.org>
34397 * cus-edit.el (custom-buffer-create-internal): Update help message.
34398 (custom-magic-alist): Update help messages.
34400 * cus-start.el (all): Allow a var to specify a standard value.
34402 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34404 * custom.el (custom-theme-set-variables): Handle variable aliases.
34406 * frame.el (blink-cursor-timer): Doc fix.
34407 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34409 (blink-cursor-mode): Define with defcustom and use correct
34410 standard expression in that defcustom.
34411 * startup.el (command-line): Adapt to above changes in frame.el.
34413 2005-02-11 Lute Kamstra <lute@gnu.org>
34415 * apropos.el (apropos-score-doc): Prevent division by zero.
34417 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34419 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34420 (icalendar--get-event-property-attributes)
34421 (icalendar--get-event-properties)
34422 (icalendar--datetime-to-diary-date): New functions.
34423 (icalendar--split-value): Doc fix.
34424 (icalendar--datetime-to-noneuropean-date)
34425 (icalendar--datetime-to-european-date): New optional argument
34426 SEPARATOR. Return result as a string instead of a list.
34427 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34428 (icalendar--convert-string-for-export): Rename arg S to STRING.
34429 (icalendar-export-region): Doc fix. Change name of error buffer.
34430 Save output buffer.
34431 (icalendar-import-file): Add blank at end of prompt.
34432 (icalendar-import-buffer): Doc fix. Do not switch to error
34433 buffer. Indicate status in return value.
34434 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34435 buffer. Save output buffer. Handle exception from recurrence
34436 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34437 events. Fix problems with weekly all-day events.
34439 2005-02-10 Richard M. Stallman <rms@gnu.org>
34441 * simple.el (eval-expression-print-format):
34442 Avoid warning about edebug-active.
34444 * help.el (help-for-help-internal): Rename from help-for-help.
34445 (help-for-help): Define with defalias.
34447 * font-core.el (font-lock-default-function): Use with-no-warnings.
34449 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34451 * custom.el (defface): Doc fix.
34453 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34455 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34456 width 0" to prevent word wrapping problems.
34458 2005-02-09 Kim F. Storm <storm@cua.dk>
34460 * ido.el (ido-file-extensions-order): New defcustom.
34461 (ido-file-extension-lessp, ido-file-extension-aux)
34462 (ido-file-extension-order): New advanced file ordering.
34463 (ido-file-lessp): New simple file ordering.
34464 (ido-sort-list): Remove.
34465 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34466 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34468 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34470 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34471 that some versions of grep produce.
34472 (grep-mode-font-lock-keywords): Likewise.
34474 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34476 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34477 (gdb-cdir): Delete.
34478 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34479 (gdb-source-info): Treat case when source file is in another
34480 directory properly.
34481 (gdb-get-location): New function.
34483 2005-02-07 Jay Belanger <belanger@truman.edu>
34485 * calc/calc-prog.el (calc-write-parse-table-part)
34486 (calc-fix-token-name): Fix a check for language type.
34488 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34490 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34492 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34493 as directory not writable.
34495 2005-02-07 Kim F. Storm <storm@cua.dk>
34497 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34498 (cua--standard-movement-commands): Remove list.
34499 Instead, set CUA property value to move for movement commands.
34500 (cua-movement-commands): Remove. Users must set CUA prop instead.
34501 (cua--pre-command-handler): Check CUA property.
34502 (cua--init-keymaps): Don't remap undo commands.
34503 (cua-mode): Don't call cua--rectangle-on-off.
34505 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34506 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34507 (cua--rect-undo-set-point): New var.
34508 (cua--rectangle-undo-boundary): Setup undo apply entry.
34509 (cua--rect-undo-handler): New function for rectangle undo.
34510 (cua--rect-start-position, cua--rect-end-position): Add.
34511 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34512 for restored rectangle. Set point if cua--rect-undo-set-point.
34514 2005-02-06 Jay Belanger <belanger@truman.edu>
34516 * calc/calc-lang.el (calc-tex-language): Display more information
34519 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34522 2005-02-06 Richard M. Stallman <rms@gnu.org>
34524 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34526 2005-02-05 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
34528 * net/ldap.el (ldap-search-internal): Support attributes with
34529 optional descriptions separated by a semi-colon, as in
34530 "userCertificate;binary".
34532 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
34534 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34535 isn't a cons (i.e. the version is 0).
34537 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34539 * help.el (help-for-help): Doc fix.
34541 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34543 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34544 GDB-Windows on the menu-bar as this works better.
34546 2005-02-04 Jay Belanger <belanger@truman.edu>
34548 * calc/calc-embed.el (calc-embedded-update): Don't put in
34549 unnecessary newlines. Adjust the end of formula marker.
34551 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34552 (math-latex-parse-two-args): New function.
34554 2005-02-03 Lute Kamstra <lute@gnu.org>
34556 * help-fns.el (help-with-tutorial): Make sure that users cannot
34557 remove the entire text of the tutorial by means of `undo'.
34559 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34561 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34562 in recent changes, where the ispell process was repeatedly
34563 killed & restarted.
34565 * international/mule-cmds.el (set-locale-environment): Set file-name
34566 coding system to utf-8 on Darwin systems.
34567 (set-default-coding-systems): Don't set default-file-name-coding-system
34570 2005-02-03 Richard M. Stallman <rms@gnu.org>
34572 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34574 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34576 * faces.el (list-faces-display): Add optional argument.
34578 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34580 * font-core.el (font-lock-default-function): Handle the rare case where
34581 only font-lock-keywords is set.
34583 2005-02-02 Kenichi Handa <handa@m17n.org>
34585 * international/characters.el: Cancel previous change for
34586 I-WITH-DOT-ABOVE and DOTLESS-i.
34588 * international/latin-5.el: Cancel previous change.
34590 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34592 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34594 2005-02-02 Kenichi Handa <handa@m17n.org>
34596 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34599 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34600 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34602 * case-table.el (get-upcase-table): New function.
34603 (copy-case-table): Copy upcaes table too if non-nil.
34604 (set-case-syntax-delims): Maintain upcase table too.
34605 (set-case-syntax-pair): Likewise.
34606 (set-upcase-syntax, set-downcase-syntax): New functions.
34607 (set-case-syntax): Maintain upcase table too.
34609 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34611 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34613 * progmodes/gud.el (gud-goto-info): New function.
34614 (gud-tool-bar-map): Use correct icon.
34616 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34618 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34619 When delegating, order args in the funcall correctly.
34621 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34623 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34625 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34627 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34628 buffer not visiting a file.
34630 2005-01-31 Jay Belanger <belanger@truman.edu>
34632 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34633 bound on the line with the formula.
34635 2005-01-31 Kim F. Storm <storm@cua.dk>
34637 * ses.el (ses-create-cell-variable-range)
34638 (ses-destroy-cell-variable-range, ses-reset-header-string)
34639 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34640 (ses-insert-row): Fix format of apply undo entries.
34642 2005-01-31 Jay Belanger <belanger@truman.edu>
34644 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34647 * calc/calc-embed.el (calc-embedded-open-formula)
34648 (calc-embedded-close-formula): Ignore matrix environments.
34650 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34653 * calc/calc-lang.el (math-function-table, math-oper-table)
34654 (math-variable-table): Adjust the LaTeX portions.
34656 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34657 (math-latex-ignore-words): New constant.
34659 2005-01-31 Richard M. Stallman <rms@gnu.org>
34661 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34662 (ispell-local-dictionary): Doc fix.
34663 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34664 Don't reinitialize at run time. Don't defcustom.
34665 All uses changed to append ispell-local-dictionary-alist,
34667 (ispell-current-dictionary): New variable for dictionary in use.
34668 (ispell-dictionary): Now used only for global default.
34669 (ispell-start-process): Set ispell-current-dictionary,
34670 not ispell-dictionary.
34671 (ispell-change-dictionary): Use this only for setting
34673 (ispell-internal-change-dictionary): New function
34674 to change the current dictionary in use.
34675 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34676 Use ispell-current-dictionary.
34677 Handle ispell-local-dictionary-overridden.
34678 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34680 2005-01-31 Jay Belanger <belanger@truman.edu>
34682 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34684 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34685 (calc-mode-map): Add calc-latex-language.
34687 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34688 (math-latex-print-frac): New functions.
34689 (math-oper-table, math-function-table, math-variable-table)
34690 (math-complex-format, math-input-filter): Add latex properties.
34691 (calc-set-language): Set math-expr-special-function-mapping.
34693 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34694 (calc-write-parse-table-part): Add LaTeX support.
34696 * calc/calc.el (calc-language): Adjust docstring.
34697 (calc-set-mode-line): Add LaTeX support.
34698 (math-expr-special-function-mapping): New variable.
34699 (math-tex-ignore-words): Add to list.
34701 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34703 (math-compose-expr): Add support for special functions.
34705 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34707 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34709 * progmodes/gdb-ui.el (gdb-memory-address)
34710 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34711 (gdb-memory-mode-map, gdb-memory-format-keymap)
34712 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34713 (gdb-memory-unit-menu): New variables for a buffer
34714 that lets the user examine program memory.
34715 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34716 (gdb-memory-format-binary, gdb-memory-format-octal)
34717 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34718 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34719 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34720 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34721 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34722 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34723 (gdb-memory-mode, gdb-memory-buffer-name)
34724 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34725 New functions for above buffer.
34727 2005-01-30 Richard M. Stallman <rms@gnu.org>
34729 * cus-edit.el (custom-bury-buffer): Function deleted.
34730 (custom-buffer-done-function): Option deleted.
34731 (custom-buffer-done-kill): New replacement option.
34732 (Custom-buffer-done): Call quit-window.
34733 (custom-buffer-create-internal): Update for above changes.
34735 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34737 * simple.el (undo-ask-before-discard): New var.
34738 (undo-outer-limit-truncate): Implement it.
34739 (undo-extra-outer-limit): Doc update.
34741 2005-01-29 Richard M. Stallman <rms@gnu.org>
34743 * ses.el (undo-more): Delete defadvice.
34744 (ses-begin-change): Doc fix.
34746 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34747 instead of rebinding C-x u and C-_.
34749 * files.el (normal-backup-enable-predicate): Return nil for files
34750 in /tmp, regardless of temporary-file-directory.
34752 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34754 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34755 (open-rectangle, delete-whitespace-rectangle-line)
34756 (clear-rectangle-line): If FILL, pass t instead of FILL
34757 for move-to-column's 2nd arg.
34759 * simple.el (undo): Fix the test for continuing a series of undos.
34760 (undo-more): Set pending-undo-list to t when we reach end.
34761 (pending-undo-list): Move up defvar.
34763 * wid-edit.el (widget-button-click):
34764 Shorten the range of the track-mouse binding.
34766 * comint.el (comint-insert-input): Undo previous changes;
34767 use last-input-event in interactive spec.
34769 2005-01-29 Eli Zaretskii <eliz@gnu.org>
34771 * progmodes/compile.el (compilation-start): Bind buffer-read-only
34772 to nil before invoking call-process. Reset buffer's modified flag
34773 after fontifying it in the no-async branch.
34775 * wid-edit.el (widget-specify-button): If mouse pointer shape
34776 cannot be changed, use mouse face instead.
34778 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
34780 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34781 (gdb-goto-breakpoint): Make breakpoint handling work on template
34782 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
34783 (gdb-assembler-custom): Update to recognize breakpoint information
34784 added on 2005-01-19.
34786 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
34788 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34789 (dsssl-mode): Use define-derived-mode.
34790 (scheme-mode-initialize): Remove.
34791 (scheme-mode): Use run-mode-hooks.
34793 * cus-edit.el (customize-group-other-window)
34794 (custom-buffer-create-other-window): Don't override special-display-*.
34795 (custom-mode-map): Make it dense.
34797 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34798 sets the default value.
34800 2005-01-28 Eli Zaretskii <eliz@gnu.org>
34802 * descr-text.el: Add more keywords.
34804 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
34806 * speedbar.el: Avoid unnecessary use of locate-library.
34808 * international/mule-cmds.el (standard-display-european-internal):
34809 Don't fiddle with latin-1 non-break space any more since it's now
34810 special cased in the C code.
34811 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34813 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
34815 * cus-start.el (all): Add `undo-outer-limit'.
34817 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34819 * textmodes/bibtex.el (bibtex-format-entry):
34820 Use `bibtex-empty-field-re' only on the text of fields, not on entire
34822 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34823 not on part of a buffer.
34825 2005-01-25 Lute Kamstra <lute@gnu.org>
34827 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34828 nonempty field text strings like "{letters\\macro{}more letters}".
34830 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34831 (bibtex-entry-offset, bibtex-parse-association)
34832 (bibtex-parse-field-name): Fix typos in docstrings.
34833 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34835 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
34837 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34838 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34839 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34840 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34842 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34843 isearch minor mode.
34845 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
34847 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34849 2005-01-24 Lute Kamstra <lute@gnu.org>
34851 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34852 CASECHARS and NOT-CASECHARS regular expressions of the
34853 "nederlands" and "nederlands8" dictionaries to prevent a "Range
34854 striding over charsets" error.
34856 2005-01-24 Jay Belanger <belanger@truman.edu>
34858 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34859 display variable name.
34861 2005-01-24 Kenichi Handa <handa@m17n.org>
34863 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34864 Fix setting of the element of encoded-kbd-iso2022-invocations.
34866 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34868 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34869 (gdb-threads-select): Change to also accept mouse events.
34870 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34871 (gdb-threads-mouse-select): Delete.
34873 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34875 * files.el (insert-directory): Take care of empty directory,
34876 listed without -a switch.
34878 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34880 * textmodes/refill.el (refill-post-command-function):
34881 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34882 to the list of functions that we should be careful not to undo.
34883 (refill-late-fill-paragraph-function): Remove.
34884 (refill-saved-state): New var.
34885 (refill-mode): Use it to save fill-paragraph-function.
34886 Save also the value of auto-fill-function.
34888 * term/w32-win.el: Simplify code.
34890 2005-01-23 Kim F. Storm <storm@cua.dk>
34892 * simple.el (line-move): Adapt to new return value from
34893 pos-visible-in-window-p.
34895 * simple.el (line-move): Fix last change. Check partial
34896 visibility at point rather than at window-start.
34898 2005-01-22 Jason Rumney <jasonr@gnu.org>
34900 * term/w32-win.el (xw-defined-colors): Remove debug-message.
34902 2005-01-22 David Kastrup <dak@gnu.org>
34904 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34906 2005-01-22 Eli Zaretskii <eliz@gnu.org>
34908 * type-break.el (type-break-mode): Add a test for
34909 type-break-file-name being non-nil.
34911 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
34913 * net/eudc.el (top level): Call (message "") via progn, so that
34914 eudc-options-file is loaded.
34916 2005-01-22 Kim F. Storm <storm@cua.dk>
34918 * simple.el (line-move-1): Rename from line-move.
34919 (line-move): New function that adjusts vscroll for partially
34920 visible rows, and calls line-move-1 otherwise.
34922 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
34924 * pcomplete.el: Define pcomplete-read-event instead of read-event,
34925 since it's not a complete read-event implementation.
34927 2005-01-20 Jay Belanger <belanger@truman.edu>
34929 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34930 for called function.
34932 2005-01-20 Steven Tamm <steventamm@mac.com>
34934 * term/mac-win.el (process-connection-type): Remove.
34935 Controlled now by s/darwin.h:PTY_ITERATION.
34937 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
34939 * window.el (handle-select-window): Don't switch window when we're
34942 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
34944 * subr.el (dotimes-with-progress-reporter): New macro.
34946 * ses.el (ses-dotimes-msg): Remove macro.
34947 Use `dotimes-with-progress-reporter' instead.
34949 2005-01-19 Steven Tamm <steventamm@mac.com>
34951 * term/mac-win.el (process-connection-type): Use new
34952 operating-system-release variable to use ptys on Darwin 7 (OS X
34953 10.3) when using carbon build.
34955 2005-01-19 Jay Belanger <belanger@truman.edu>
34957 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34958 flags if the last command was a tab or M-tab.
34960 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34961 in formula editing buffer.
34963 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34965 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34966 breakpoint image symbol in margin.
34968 2005-01-19 Jay Belanger <belanger@truman.edu>
34970 * calc/calc-prog.el (calc-execute-kbd-macro):
34971 Ignore calc-keep-arg-flag.
34973 2005-01-19 Kenichi Handa <handa@m17n.org>
34975 * textmodes/ispell.el (ispell-looking-at): New function.
34976 (ispell-process-line): Use ispell-looking-at to compare the ispell
34977 output and the buffer contents.
34979 2005-01-18 Jay Belanger <belanger@truman.edu>
34981 * calc/calc.el (calc-display-raw): Fix docstring.
34983 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34985 * simple.el (blink-matching-open): Strip extra info from syntax.
34987 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34988 funny chars in the end-of-here-doc marker.
34990 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34992 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34993 that enable/disabled state of breakpoints is shown correctly in
34994 fringe and on ttys.
34995 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34996 Add breakpoint information as text properties.
34997 (gdb-mouse-toggle-breakpoint):
34998 Rename to gdb-mouse-set-clear-breakpoint.
34999 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
35000 breakpoints in the margin.
35001 (gdb-remove-strings): Simplify.
35003 2005-01-17 Jay Belanger <belanger@truman.edu>
35005 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35008 2005-01-17 Richard M. Stallman <rms@gnu.org>
35010 * progmodes/grep.el (grep-find): Copy from `grep' the condition
35011 for calling grep-compute-defaults.
35013 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35014 if buffer is empty.
35016 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35018 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
35020 * hilit-chg.el (highlight-changes-mode): Don't autoload.
35022 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35023 non-preloaded variables.
35025 2005-01-17 Steven Tamm <steventamm@mac.com>
35027 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35028 tex-shell cause to force interactivity when using pipes.
35030 2005-01-17 Kim F. Storm <storm@cua.dk>
35032 * simple.el (just-one-space): Make arg optional.
35034 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
35036 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35037 posn-at-x-y to t to access left-margin.
35039 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
35041 Sync with Tramp 2.0.47.
35043 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35044 catching keep-date problems in cp/scp operations.
35045 (tramp-handle-copy-file): Don't call `set-file-modes'
35046 unconditionally. Specialized functions should know better what is
35047 necessary. This improves performance a little bit, and the
35048 functions could catch errors with `cp -p' and `scp -p'.
35049 (tramp-do-copy-or-rename-file-via-buffer)
35050 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35052 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35053 Call `set-file-modes' when appropriate.
35054 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
35055 Johnsson <isak@hypergene.com>.
35056 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35057 of both Tramp buffer and debug buffer. Reported by Joakim Verona
35058 <joakim@verona.se>.
35059 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35062 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35063 `find-file-hooks' and `dired-mode-hook'.
35064 (tramp-minor-mode-map): Respective map. Add remapping for
35065 `compile' and `recompile'.
35066 (tramp-remap-command, tramp-recompile): New defuns.
35067 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35068 in buffer "*Compilation*". Call the commands asynchronously.
35070 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35071 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35072 `shell-command', because it isn't magic in XEmacs. Reported by
35073 Adrian Aichner <adrian@xemacs.org>.
35075 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35076 `substitute-in-file-name.
35077 (tramp-smb-handle-substitute-in-file-name): New defun.
35078 (tramp-smb-advice-PC-do-completion): Delete advice.
35080 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35082 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35083 Fix error in deleting region.
35085 2005-01-15 Richard M. Stallman <rms@gnu.org>
35087 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35088 In non-temp buffer, switch syntax table temporarily.
35090 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35092 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35094 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35096 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35097 (imenu--generic-function): Use START, not BEG, as pos of definition.
35099 * simple.el (just-one-space): Argument specifies number of spaces.
35101 * simple.el (eval-expression-print-format): Avoid warning
35102 about edebug-active.
35104 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35106 * progmodes/sh-script.el: Code copied from make-mode.el
35107 with small changes,
35108 (sh-mode-map): Bind C-c C-\.
35109 (sh-backslash-column, sh-backslash-align): New variables.
35110 (sh-backslash-region, sh-append-backslash): New functions.
35112 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35114 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35115 (rmail-pop-password, rmail-pop-password-required): Move to
35116 rmail-obsolete group.
35117 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35118 All callers updated.
35119 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35120 Take an argument specifying whether it is POP or IMAP mailbox we
35121 are using. All callers updated.
35122 (rmail-pop-password-error): Rename to
35123 rmail-remote-password-error. Added mailutils-specific error message.
35124 (rmail-movemail-search-path)
35125 (rmail-movemail-variant-in-use): New variables.
35126 (rmail-remote-password, rmail-remote-password-required):
35127 New customization variables.
35128 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35129 (rmail-parse-url): New function.
35130 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35131 with GNU mailutils movemail.
35133 2005-01-15 Kevin Ryde <user42@zip.com.au>
35135 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35136 suffix to space, $ or '$, to correctly position point when going
35137 to @table style constants like DBL_MAX.
35139 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35141 * type-break.el (type-break-mode, type-break-file-time)
35142 (type-break-file-keystroke-count, type-break-choose-file):
35143 Don't store data in or load data from the file if type-break-file-name
35145 (type-break-file-name): Doc update as per the above.
35147 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35149 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35150 lookup-key might return nil; handle that.
35152 2005-01-15 Alan Mackenzie <acm@muc.de>
35154 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
35155 rather than the element found, thus enabling the tree to be setcar'd.
35157 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35159 * textmodes/org.el (org-show-following-heading): New option.
35160 (org-show-hierarchy-above): Use `org-show-following-heading'.
35161 (org-cycle): Documentation fix.
35163 * textmodes/org.el (orgtbl-optimized): New option
35164 (orgtbl-mode): New command, a minor mode.
35165 (orgtbl-mode-map): New variable.
35166 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35167 (orgtbl-error, orgtbl-self-insert-command)
35168 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35170 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35171 a local variable in each org-mode buffer.
35173 * textmodes/org.el (org-set-regexps-and-options): Rename from
35174 `org-set-regexps'. Added checking for STARTUP keyword.
35175 (org-get-current-options): Add STARTUP options.
35176 (org-table-insert-row): Make mode intelligent about when
35177 realignment is needed.
35178 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35180 (org-enable-table-editor): New default value `optimized'.
35181 (org-table-blank-field): Support blanking regions if active.
35183 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35185 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35186 if the year is not given.
35188 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35189 Add new escapes %m and %M, fixed bug with %F by adding
35191 (reftex-reference): Remove ?. from list of spaces.
35192 (reftex-label-info): Add automatic label prefix recognition.
35194 * textmodes/reftex-index.el (reftex-index-next-phrase):
35195 Add slave parameter to call of `reftex-index-this-phrase'.
35196 (reftex-index-this-phrase): New optional argument.
35197 (reftex-index-region-phrases): Add slave parameter to call of
35198 `reftex-index-this-phrase'.
35199 (reftex-display-index): New argument redo.
35200 (reftex-index-rescan): Add `redo' to arguments of
35201 `reftex-display-index'.
35202 (reftex-index-Rescan, reftex-index-revert)
35203 (reftex-index-switch-index-tag): Add `redo' to arguments of
35204 `reftex-display-index'.
35205 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35206 indexing. Fix bug with matching is there is a quote before or
35209 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35210 Fix bug when collecting citation keys in lines with comments.
35211 (reftex-citation): Prefix argument no longer rescans the document,
35212 but forces prompting for optional arguments of cite macros.
35213 (reftex-do-citation): Prompting for optional arguments implemented.
35215 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35216 Add optional arguments to most cite commands.
35217 (reftex-cite-cleanup-optional-args): New option
35218 (reftex-cite-prompt-optional-args): New option.
35219 (reftex-trust-label-prefix): New option.
35221 * textmodes/reftex-toc.el (reftex-toc-find-section):
35222 Add push-mark before changing the position in the buffer.
35224 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35225 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35227 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35229 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35232 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35234 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35235 (sgml-mode): Use it.
35236 (sgml-get-context): Better keep track of implicitly closed tags.
35238 2005-01-13 Kenichi Handa <handa@m17n.org>
35240 * textmodes/ispell.el: These changes are to fix misalignment error
35241 caused by equivalent characters of different Emacs charsets.
35242 (ispell-unified-chars-table): New variable.
35243 (ispell-get-decoded-string): New function.
35244 (ispell-get-casechars, ispell-get-not-casechars)
35245 (ispell-get-otherchars): Call ispell-get-decoded-string.
35247 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
35249 * custom.el (custom-declare-variable): Just put symbol instead
35250 of (defvar . symbol) in `current-load-list'.
35252 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35254 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35256 2005-01-12 Jay Belanger <belanger@truman.edu>
35258 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35259 to create a Calc summary.
35261 2005-01-12 Kim F. Storm <storm@cua.dk>
35263 * mouse.el (mouse-on-link-p): Change functionality and doc
35264 string to comply with latest description in lisp ref.
35266 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35268 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35269 Enable mouse clicks on mode-line, header-line and margin.
35270 (event-type): Give mouse event symbols an `event-kind' property
35271 with value `mouse-click'.
35273 2005-01-12 Juri Linkov <juri@jurta.org>
35275 * facemenu.el (list-colors-display): Add new arg buffer-name.
35276 Use it. Fix docstring. Replace code for identifying duplicate
35277 colors by the name with call to `list-colors-duplicates' which
35278 identifies duplicate colors by the value unless the color
35279 is one of special Windows colors. Set truncate-lines to t.
35280 Print sorted duplicate color names on each line. Indent to 22
35281 \(the longest color name in rgb.txt) instead of 20. Optimize.
35282 (list-colors-duplicates): New function.
35283 (facemenu-color-name-equal): Delete function.
35285 * facemenu.el (list-colors-print): New function created from code
35286 in list-colors-display. Print #RRGGBB at the window right edge.
35287 (list-colors-display): When temp-buffer-show-function is not
35288 defined, call list-colors-print from temp-buffer-show-hook
35289 to get the right value of window-width in list-colors-print
35290 after the buffer is displayed.
35292 * simple.el (pop-mark): Move deactivate-mark out of conditional
35293 part to deactivate the active mark regardless of the state of the
35296 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35297 variables line in desktop files.
35299 2005-01-12 Juri Linkov <juri@jurta.org>
35301 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35302 Bring together isearch highlight related options.
35303 (lazy-highlight): Replace group `replace' by `matching'.
35304 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35305 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35306 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35307 and declare them obsolete.
35308 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35309 (isearch-faces): Remove defgroup.
35310 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35311 Move isearch highlighting code closer to lazy highlighting code.
35313 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35314 (query-replace-highlight, query-replace-lazy-highlight)
35315 (query-replace): Move definitions to the beginning of the file.
35317 2005-01-11 Juri Linkov <juri@jurta.org>
35319 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35320 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35321 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35323 * info.el (Info-history-forward): New variable.
35324 (Info-select-node): Reset Info-history-forward to nil.
35325 (Info-last): Turn into defalias.
35326 (Info-history-back): Rename from Info-last.
35327 Add current node to Info-history-forward.
35328 (Info-history-forward): New fun.
35329 (Info-mode-map): Replace Info-last by Info-history-back.
35330 Bind Info-history-forward to "r".
35331 (Info-mode-menu): Replace Info-last by Info-history-back.
35332 Fix menu item text. Add menu item for Info-history-forward.
35333 (info-tool-bar-map): Replace Info-last by Info-history-back.
35334 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35335 for Info-history-forward.
35336 (Info-mode): Replace Info-last by Info-history-back in docstring.
35337 Add local variable Info-history-forward.
35338 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35340 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35342 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35343 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35344 Ignore select-window events rather than fiddle with
35345 mouse-autoselect-window.
35347 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35349 * type-break.el (type-break-mode): Fix previous change.
35351 2005-01-10 Jay Belanger <belanger@truman.edu>
35353 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35354 calculator; only reset when point is inside a calculator.
35355 Don't adjust the window height if the window takes up the whole height
35358 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35360 * ebuff-menu.el (Electric-buffer-menu-mode):
35361 Preserve value of buffer-local var header-line-format.
35363 2005-01-09 Jay Belanger <belanger@truman.edu>
35365 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35366 Make sure settings file exists before accessing it.
35368 * calc/calc-embed.el (calc-embedded-subst):
35369 Replace math-multi-subst-rec, which is only supposed to be called
35370 by math-multi-subst, by math-multi-subst.
35372 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35374 * vc.el (vc-allow-async-revert): New user option.
35375 (vc-disable-async-diff): New internal variable.
35376 (vc-revert-buffer): Use them to disable asynchronous diff.
35378 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35379 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35380 asynchronously if vc-disable-async-diff is t.
35382 2005-01-09 Jay Belanger <belanger@truman.edu>
35384 * calc/calc.el (defcalcmodevar): New macro.
35385 (calc-mode-var-list-restore-default-values)
35386 (calc-mode-var-list-restore-saved-values): New functions.
35387 (calc-mode-var-list): Use defcalcmodevar to define it.
35388 (calc-always-load-extensions, calc-line-numbering)
35389 (calc-line-breaking, calc-display-just, calc-display-origin)
35390 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35391 (calc-group-char, calc-point-char, calc-frac-format)
35392 (calc-prefer-frac, calc-hms-format, calc-date-format)
35393 (calc-float-format, calc-full-float-format, calc-complex-format)
35394 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35395 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35396 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35397 (calc-matrix-brackets, calc-language, calc-language-option)
35398 (calc-left-label, calc-right-label, calc-word-size)
35399 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35400 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35401 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35402 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35403 (calc-window-height, calc-display-trail, calc-show-selections)
35404 (calc-use-selections, calc-assoc-selections)
35405 (calc-display-working-message, calc-auto-why, calc-timing)
35406 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35407 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35408 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35409 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35410 (calc-gnuplot-geometry, calc-graph-default-resolution)
35411 (calc-graph-default-resolution-3d, calc-invocation-macro)
35412 (calc-show-banner): Use defcalcmodevar to declare them and set
35413 their default values.
35415 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35416 instead of default values (but restore default values if there is
35419 2005-01-09 David Kastrup <dak@gnu.org>
35421 * desktop.el (desktop-restore-eager): Fix typo in type.
35423 2005-01-08 Richard M. Stallman <rms@gnu.org>
35425 * cus-edit.el (customize): Delete :link.
35427 2005-01-08 Jay Belanger <belanger@truman.edu>
35429 * calc/calc.el (calc-mode): Remove the extension from the
35430 `calc-settings-file' file name when loading it.
35432 2005-01-08 Kim F. Storm <storm@cua.dk>
35434 * info.el (Info-mode-map, Info-next-link-keymap)
35435 (Info-prev-link-keymap, Info-up-link-keymap):
35436 Map follow-link to mouse-face.
35437 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35439 2005-01-08 Jay Belanger <belanger@truman.edu>
35441 * calc/calc.el (calc-settings-file): Change default value.
35442 Suggested by cgw in a comment in calc-mode.el.
35444 * calc/calc-mode.el (calc-settings-file-name):
35445 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35446 Replace ~/.emacs in a prompt by calc-settings-file.
35448 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35450 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35451 (desktop-lazy-idle-delay): New customizable variables.
35452 (desktop-buffer-args-list): New variable.
35453 (desktop-append-buffer-args): New function.
35454 (desktop-save): Call desktop-append-buffer-args for some buffers.
35455 (desktop-lazy-create-buffer): New function.
35456 (desktop-idle-create-buffers): New function.
35457 (desktop-read): Add message about buffers to restore lazily.
35458 (desktop-lazy-abort): New command.
35459 (desktop-clear): Call desktop-lazy-abort.
35460 (desktop-lazy-complete): New command.
35462 2005-01-06 Richard M. Stallman <rms@gnu.org>
35464 * emacs-lisp/find-func.el (find-face-definition):
35465 Rename from find-face.
35467 2005-01-06 Kim F. Storm <storm@cua.dk>
35469 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35471 * man.el (Man-xref-man-page, Man-xref-header-file)
35472 (Man-xref-normal-file): Add follow-link property.
35474 2005-01-06 Jay Belanger <belanger@truman.edu>
35476 * calc/calc-units.el: Make sure the proper macro definitions are
35477 available when compiling.
35479 2005-01-06 Juri Linkov <juri@jurta.org>
35481 * isearch.el (isearch-lazy-highlight-update):
35482 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35484 2005-01-06 Miles Bader <miles@gnu.org>
35486 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35487 (isearch-lazy-highlight-face): Use new name.
35489 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35491 * uniquify.el (uniquify-rationalize-file-buffer-names):
35492 Re-add an interactive spec.
35493 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35496 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35497 (isearch-update, isearch-done): Adjust calls accordingly.
35499 2005-01-05 Richard M. Stallman <rms@gnu.org>
35501 * custom.el (custom-set-variables, custom-theme-set-variables):
35502 Clarify documentation.
35504 * emacs-lisp/find-func.el (find-variable)
35505 (find-variable-other-window, find-variable-other-frame):
35506 Fix the TYPE args to find-function-read and find-function-do-it.
35507 (find-function): Doc fix.
35508 (find-function-at-point): Replace function-at-point alias.
35510 2005-01-04 Richard M. Stallman <rms@gnu.org>
35512 * cus-face.el (custom-declare-face):
35513 Record defface in current-load-list.
35515 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35517 * emacs-lisp/find-func.el: Doc fixes.
35518 (find-face-regexp): New variable.
35519 (find-function-regexp-alist): New variable.
35520 (find-function-C-source): Third arg is now TYPE.
35521 (find-function-search-for-symbol): Handle general TYPE.
35522 (find-function-read, find-function-do-it): Handle general TYPE.
35523 (find-definition-noselect, find-face): New functions.
35524 (function-at-point): Alias deleted.
35526 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35528 * battery.el (display-battery-mode): Rename from display-battery.
35529 Handle the case where it gets turned off.
35531 2005-01-04 Richard M. Stallman <rms@gnu.org>
35533 * cus-edit.el (customize): Make :link point to user doc.
35535 * man.el (Man-fontify-manpage): Turn off undo generation.
35537 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35539 2005-01-04 Andreas Schwab <schwab@suse.de>
35541 * files.el (insert-directory): Only look for error lines in
35542 inserted text. Don't move too far after processing --dired markers.
35544 2005-01-04 Richard M. Stallman <rms@gnu.org>
35546 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35547 Don't expand if the character is @, period, dash, etc.
35548 (define-mail-abbrev): Quote names that contain problem characters.
35550 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35552 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35554 2005-01-03 Richard M. Stallman <rms@gnu.org>
35556 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35557 (query-replace-highlight, query-replace-lazy-highlight)
35558 (query-replace): Definitions moved up. Doc fix.
35560 2005-01-03 Richard M. Stallman <rms@gnu.org>
35562 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35563 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35564 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35565 (lazy-highlight-face): Rename from isearch-lazy-...
35566 Change all references to them.
35568 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35570 * cus-edit.el (custom-file): Doc fix for defcustom.
35571 (custom-file): The function no longer sets the variable
35572 `custom-file' to its return value.
35574 * startup.el (command-line): No longer load `custom-file'.
35576 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35578 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35580 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35581 Don't confuse module-prefixed identifiers for labels.
35582 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35584 2005-01-02 Richard M. Stallman <rms@gnu.org>
35586 * files.el (basic-save-buffer-1): Fix previous change.
35588 * loadhist.el (file-loadhist-lookup): New function.
35589 (file-provides, file-requires): Use it.
35591 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35592 instead of calculating the right size.
35594 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35596 * vc-svn.el (vc-svn-diff): Stay local if possible.
35598 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35600 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35602 * files.el (hack-local-variables): Fix last change.
35604 2005-01-02 Jay Belanger <belanger@truman.edu>
35606 * calc/calc-yank.el (calc-edit-top): New variable.
35607 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35608 object. Change header properties.
35609 (calc-edit-finish, calc-edit-finish-stack-object)
35610 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35612 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35613 for the beginning of the edited object.
35614 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35615 for the beginning of the edited object.
35616 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35617 (calc-finish-formula-edit, calc-macro-repeats)
35618 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35619 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35620 beginning of the edited object.
35621 (calc-user-define-edit): Change the header for editing macros.
35622 Remove unnecessary variable.
35624 2005-01-01 Jay Belanger <belanger@truman.edu>
35626 * calc/calc-yank.el (calc-edit-mode): Change default header.
35627 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35628 * calc/calc-store.el (calc-edit-variable): Change title to match new
35630 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35631 mode to match new header.
35632 (calc-user-define-edit): Change titles to include names of commands.
35633 (calc-finish-formula-edit): Adjust to handle new header.
35634 (calc-finish-macro-edit): Remove.
35635 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35636 (calc-edit-macro-command, calc-edit-macro-command-type)
35637 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35638 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35639 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35640 (calc-edit-macro-finish-edit): New functions.
35641 (calc-user-define-edit): Use new functions to edit named calc macros.
35643 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35645 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35647 * ses.el (copy-region-as-kill): Deactivate mark.
35649 2005-01-01 Richard M. Stallman <rms@gnu.org>
35651 * replace.el (occur-1): If the output buffer is also an input,
35652 don't kill it, rename it.
35654 * faces.el (set-face-background, set-face-foreground): Doc fix.
35656 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35657 for :foreground and :background.
35659 * dired.el (dired-view-command-alist): Variable deleted.
35660 (dired-view-file, dired-mouse-find-file-other-window):
35661 Delete the code to use it.
35663 2005-01-01 Kim F. Storm <storm@cua.dk>
35665 * image.el (insert-sliced-image): Use t for line-height property.
35667 See ChangeLog.11 for earlier changes.
35669 ;; Local Variables:
35670 ;; coding: iso-2022-7bit
35671 ;; add-log-time-zone-rule: t
35674 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35676 This file is part of GNU Emacs.
35678 GNU Emacs is free software; you can redistribute it and/or modify
35679 it under the terms of the GNU General Public License as published by
35680 the Free Software Foundation; either version 3, or (at your option)
35683 GNU Emacs is distributed in the hope that it will be useful,
35684 but WITHOUT ANY WARRANTY; without even the implied warranty of
35685 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35686 GNU General Public License for more details.
35688 You should have received a copy of the GNU General Public License
35689 along with GNU Emacs; see the file COPYING. If not, write to the
35690 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35691 Boston, MA 02110-1301, USA.
35693 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1