1 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3 * dframe.el: Remove spurious * in custom docstrings.
4 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
5 (dframe-xemacs20p): Remove, inline at the sole use point.
6 (defface): Don't defvar the face, don't use old-style backquote.
7 (defcustom): Don't use old-style backquote.
8 (dframe-frame-parameter, dframe-mouse-event-p):
9 Make it obvious that it's always defined.
10 (dframe-popup-kludge): New function to replace
11 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
12 (dframe-frame-mode, dframe-set-timer-internal)
13 (dframe-mouse-set-point): Remove use of with-no-warnings from
15 (dframe-set-timer-internal): Fix very old bug with
16 post-command-idle-hook.
18 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
20 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
22 * image-mode.el (image-minor-mode): Use image-mode-text-map.
24 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
26 * sort.el (sort-fold-case, sort-numeric-base): Mark as
29 2007-08-22 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
31 * net/browse-url.el (browse-url-emacs): New function.
33 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
35 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
36 warning if the file uses old style backquotes.
38 * emacs-lisp/bytecomp.el (byte-compile-log-file)
39 (byte-recompile-directory, byte-compile-file)
40 (byte-compile-from-buffer): Use with-current-buffer.
42 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
43 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
44 (line-move-1, line-move-finish, line-move-to-column)
45 (move-end-of-line, move-beginning-of-line): Use new name.
47 2007-08-22 Glenn Morris <rgm@gnu.org>
49 * files.el (backup-buffer-copy): Check backup directory is
50 writable, to avoid infloop deleting old backup.
52 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
53 movemail related variables.
54 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
55 will now be set before this is called.
57 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
59 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
61 * progmodes/ada-mode.el: Fix up comment style in header.
62 (ada-check-emacs-version): Remove.
63 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
64 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
65 to try and quieten the byte-compiler.
66 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
68 * vc.el (vc-annotate-warp-version): Don't use previous-line.
70 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
72 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
73 extracted from `eval-last-sexp-1'.
74 (eval-last-sexp-1): Call `preceding-sexp'.
76 2007-08-19 Glenn Morris <rgm@gnu.org>
78 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
79 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
80 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
81 shadow files messing up the compilation.
83 2007-08-18 Glenn Morris <rgm@gnu.org>
85 * progmodes/scheme.el (scheme-mode-variables):
86 Set font-lock-comment-start-skip.
88 2007-08-18 Martin Rudalics <rudalics@gmx.at>
90 * progmodes/ada-mode.el (ada-create-syntax-table):
91 Move set-syntax-table from here to ...
92 (ada-mode): ... here. Don't change global value of comment-multi-line.
93 Call new function ada-initialize-syntax-table-properties.
94 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
95 (ada-deactivate-properties, ada-initialize-properties):
96 Replace by new functions ...
97 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
98 (ada-initialize-syntax-table-properties): ... to set up syntax-table
99 properties uniformly, independently from whether font-lock-mode
100 is enabled or not. Handle read-only buffers and do not change
101 undo-list when setting syntax-table properties.
102 (ada-after-change-function): Use ada-set-syntax-table-properties.
104 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
106 * progmode/cperl-mode.el (cperl-look-at-leading-count)
107 (cperl-find-pods-heres): Fix an error when typing expressions like
110 2007-08-17 Glenn Morris <rgm@gnu.org>
112 * progmodes/compile.el (compilation-get-file-structure): Make use
113 of the directory part when checking for an existing entry, to
114 handle files with same basename in different directories.
116 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
118 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
119 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
120 (ps-paragraph-spacing): Docstring fix.
122 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
124 * smerge-mode.el (smerge-resolve): New arg `safe'.
125 (smerge-resolve-all, smerge-batch-resolve): New function.
126 (smerge-refine): Make sure `diff' returns the expected result.
127 (smerge-parsep-re): New const.
128 (smerge-mode): Use it to adjust paragraph-separate.
130 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
131 Correctly match / regexp matchers as first char on a line when
132 fontifying only that line.
134 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
136 2007-08-16 Glenn Morris <rgm@gnu.org>
138 * ps-print.el (ps-font-size): Doc fix.
140 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
142 * vc-bzr.el: Don't fiddle with vc-handled-backend.
143 (vc-bzr-registered): Don't redundantly protect against
144 file-error. Actually use the format-specific code.
145 (vc-bzr-buffer-nonblank-p): Remove.
146 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
148 2007-08-15 Glenn Morris <rgm@gnu.org>
150 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
151 sloppier, for the sake of GNU Mailman.
152 (rmail-digest-rfc1153): Initialize `result' correctly.
154 2007-08-14 Glenn Morris <rgm@gnu.org>
156 * simple.el (bad-packages-alist): New constant.
157 (bad-package-check): New function. Together, these two add
158 elements to `after-load-alist' to check for problematic external
160 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
162 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
164 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
165 optional quotes around files in NEED-UPDATE . REMOVED case.
167 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
168 (ada-treat-cmd-string): Improve error message.
169 (ada-do-file-completion): Call `ada-require-project-file', so
170 project variables are set properly.
171 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
172 (ada-gnatfind-buffer-name): New constant.
173 (ada-find-any-references): Use new constant. Set buffer name
174 properly in compilation-start. Toggle read-only properly.
175 (ada-find-in-src-path): Fix spelling error in docstring.
177 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
180 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
182 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
184 2007-08-12 Richard Stallman <rms@gnu.org>
186 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
187 (cvs-execute-single-file): Use new name split-string-and-unquote.
188 (cvs-header-msg): Use new name combine-and-quote-strings.
190 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
192 * progmodes/gud.el (gud-common-init): Use new name
193 split-string-and-unquote.
195 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
198 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
199 combine-and-quote-strings and split-string-and-unquote.
201 * subr.el (combine-and-quote-strings): Rename from strings->string.
202 (split-string-and-unquote): Rename from string->strings.
204 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
206 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
207 to buffer-local settings.
209 * emacs-lisp/backquote.el (backquote-delay-process): New function.
210 (backquote-process): Add internal arg `level'. Use the two to
211 correctly handle nested backquotes.
213 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
215 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
216 (vc-bzr-state-words): Add "kind changed" state word.
217 (vc-bzr-status): New function. Return Bzr idea of file status,
218 which is different from VC's.
219 (vc-bzr-state): Use vc-bzr-status.
220 (vc-workfile-unchanged-p): Use vc-bzr-status.
221 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
222 (vc-dired-state): Process "kind changed" state word.
224 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
226 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
228 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
229 Move from vc-default-find-file-not-found-hook.
231 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
233 * url/url-auth.el (url-basic-auth): When prompting for username
234 and password, default to the username and password in the URL.
236 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
238 * man.el: Remove spurious * in docstrings.
239 Merge defvars and toplevel setq-defaults.
240 (Man-highlight-references0): Limit=nil rather than point-max.
241 (Man-mode-map): Move initialization into the declaration.
242 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
243 (Man-view-header-file): Use expand-file-name rather than concat.
244 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
246 * man.el (Man-next-section): Make sure we do not move backward.
248 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
250 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
251 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
252 ps-print-color-p is neither nil nor black-white. Reported by Christian
253 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
255 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
257 * files.el (auto-mode-alist): Use the purecopied text (duh!).
259 2007-08-08 Andreas Schwab <schwab@suse.de>
261 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
262 self-insert-command, not self-insert.
264 2007-08-08 Glenn Morris <rgm@gnu.org>
266 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
268 * Replace `iff' in doc-strings and comments.
270 * help-mode.el (help-make-xrefs): Search for symbol constituents,
271 rather than just `-'.
273 2007-08-08 Martin Rudalics <rudalics@gmx.at>
275 * dired.el (dired-pop-to-buffer):
276 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
277 * calendar/calendar.el (generate-calendar-window):
278 * progmodes/compile.el (compilation-set-window-height):
279 * textmodes/two-column.el (2C-two-columns, 2C-merge):
280 Use window-full-width-p instead of comparing frame-width and
283 * progmodes/compile.el (compilation-find-buffer): Remove extra
284 argument in call to compilation-buffer-internal-p.
286 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
288 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
289 parameters IDENTIFICATION and CONNECTED.
290 (tramp-handle-insert-file-contents): VISIT must be handled after
291 insertion of the local copy. Reported by Peter Gordon
292 <peter@pg-consultants.com>.
293 (tramp-file-name-handler): No special handling for
294 `expand-file-name'. But for `file-name-as-directory'.
295 (tramp-find-shell, tramp-open-connection-telnet)
296 (tramp-open-connection-rsh, tramp-open-connection-su)
297 (tramp-open-connection-multi)
298 (tramp-open-connection-setup-interactive-shell): Guard against
299 $PROMPT_COMMAND shell var. Reported by Steve Youngs
301 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
304 * net/trampver.el: Update release number.
306 2007-08-07 Tom Tromey <tromey@redhat.com>
308 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
309 Add safe-local-variable property.
311 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
313 * image-mode.el (image-toggle-display): Use image-refresh.
315 * longlines.el (longlines-decoded): New variable.
316 (longlines-mode): Avoid encoding or decoding the buffer twice.
318 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
320 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
322 (vc-bzr-command): Remove redundant setting of process-connection-type.
323 (vc-bzr-admin-checkout-format-file): Add autoload.
324 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
325 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
326 (vc-bzr-registered): Compare dirstate format tag with known good
327 value, abort parsing if match fails. Warn user in docstring.
328 (vc-bzr-workfile-version): Case for different Bzr branch formats.
329 See bzrlib/branch.py in Bzr sources.
330 (vc-bzr-diff): First argument FILES may be a string rather than a list.
331 (vc-bzr-shell-command): Remove in favor of
332 vc-bzr-command-discarding-stderr.
333 (vc-bzr-command-discarding-stderr): New function.
335 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
337 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
338 program, and return nil
339 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
340 (vc-bzr-state): Look for path names relative to the repository
341 root after status keyword.
342 (vc-bzr-file-name-relative): New function.
343 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
345 (vc-bzr-admin-dirname, ...-checkout-format-file)
346 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
347 files that we now parse directly for speed.
348 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
349 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
350 (vc-bzr-state): "bzr status" successful only if exitcode is 0
351 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
352 Bzr warnings, so we must discard it.
353 (vc-bzr-workfile-version): Speedup counting lines from
354 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
355 if that file doesn't exist.
356 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
357 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
358 (not ".bzr"!) to `vc-directory-exclusion-list'
359 (vc-bzr-shell-command): New function.
361 2007-08-06 Tom Tromey <tromey@redhat.com>
363 * diff-mode.el (diff-unified->context, diff-reverse-direction)
364 (diff-fixup-modifs): Typo in docstring.
366 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
368 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
370 (tpu-edt-off): Disable relevant pieces of advice.
372 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
373 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
374 (newline, newline-and-indent, do-auto-fill): Use advice instead of
375 redefining the function.
376 (tpu-set-scroll-margins): Activate the pieces of advice.
378 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
380 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
383 2007-08-06 Martin Rudalics <rudalics@gmx.at>
385 * help.el (resize-temp-buffer-window): Use window-full-width-p
386 instead of comparing frame-width and window-width.
388 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
390 * term.el: Honor term-default-fg-color and term-default-bg-color
391 settings when modifying term-current-face.
392 (term-default-fg-color, term-default-bg-color): Initialize from
393 default term-current-face.
394 (term-mode, term-reset-terminal): Set term-current-face with
395 term-default-fg-color and term-default-bg-color.
396 (term-handle-colors-array): term-current-face has term-default-fg-color
397 and term-default-bg-color after reset escape sequence.
398 (term-handle-colors-array): Set term-current-color with
399 term-default-fg/bg-color instead of ansi-term-color-vector when the
400 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
402 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
404 * files.el (set-auto-mode): Handle also remote files wrt
407 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
408 remote identification.
410 2007-08-04 Glenn Morris <rgm@gnu.org>
412 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
413 zero, not nil, when the library is first loaded. Check for a file
414 that has been modified on disk.
416 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
417 Remove duplicate defvar preventing initialization.
418 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
420 2007-08-03 Miles Bader <miles@gnu.org>
422 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
423 backend names for new backends to `Git', `Hg', and `Bzr'.
424 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
426 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
428 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
429 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
431 2007-08-03 Glenn Morris <rgm@gnu.org>
433 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
435 2007-08-02 Richard Stallman <rms@gnu.org>
437 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
438 to update deleted flag.
440 * cus-edit.el (customize-apropos, customize-apropos-options)
441 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
443 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
445 * startup.el (fancy-splash-head, startup-echo-area-message):
448 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
449 All callers use line-move.
451 * progmodes/compile.el (compilation-find-buffer): Return current
452 buffer immediately if suitable.
453 (compile, compilation-buffer-name, compilation-start): Doc fixes.
455 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
457 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
458 Make it more discriminating and more useful.
459 (vc-bzr-root-dir): Use new name.
460 (vc-bzr-registered): Use new name and look at the dirstate file to
461 determine if it's registered or not without running `bzr'.
463 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
465 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
467 2007-07-31 Drew Adams <drew.adams@oracle.com>
469 * cus-edit.el (custom-group-value-create, custom-goto-parent):
470 Fix parent groups link.
472 2007-07-31 Daiki Ueno <ueno@unixuser.org>
474 * faces.el (face-normalize-spec): New function.
475 (frame-set-background-mode): Normalize face-spec before calling
478 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
480 * vc-bzr.el: New file (copied from the trunk).
482 * vc-hooks.el (vc-handled-backends): Add BZR.
483 (vc-find-file-hook): Failsafe if the backend's `registered'
486 * server.el (server-window): Add switch-to-buffer-other-frame option.
488 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
490 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
491 (vc-git-revision-completion-table): Enable.
493 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
495 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
497 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
498 (vc-hg-registered): Set the vc-state property.
500 * diff-mode.el (diff-mode-menu): New entries.
502 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
504 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
505 (diff-file-kill): Use it.
506 (diff-beginning-of-hunk): Add arg `try-harder' using it.
507 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
508 Use it so they find the hunk even when we're in the file header.
510 * vc.el: Add new VC operation `revision-completion-table'.
511 (vc-default-revision-completion-table): New function.
512 (vc-version-diff, vc-version-other-window): Use it to provide
513 completion of revision names if the backend provides it.
515 * vc-arch.el (vc-arch--version-completion-table)
516 (vc-arch-revision-completion-table): New functions to provide
517 completion of revision names.
519 * vc-cvs.el: Require CL.
520 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
521 New functions to provide completion of revision names.
523 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
525 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
526 (copyright-fix-years, copyright): Correctly handle the case where
527 copyright-limit is nil.
529 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
531 * progmodes/python.el (run-python): Fix path separator under w32.
533 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
535 * vc-git.el: New File.
537 2007-07-28 Alan Mackenzie <acm@muc.de>
539 Fix problem with modes derived from CC Mode:
540 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
542 (c-init-language-vars-for): Remove call to above macro.
543 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
545 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
547 2007-07-28 Eli Zaretskii <eliz@gnu.org>
549 * net/trampver.el: Fix the `coding' cookie.
551 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
553 * add-log.el (change-log-redate): Remove (not needed anymore and
554 doesn't appear to work).
556 2007-07-25 Glenn Morris <rgm@gnu.org>
558 * Relicense all FSF files to GPLv3 or later.
560 * COPYING: Switch to GPLv3.
562 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
564 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
565 Replace it with another one which disables undo before calling
566 erase-buffer and then turns it back on if needed.
568 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
570 * ps-print.el: Problem with foreground and background color when
571 printing a buffer with and without faces. Reported by Christian
572 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
573 (ps-print-version): New version 6.7.5.
574 (ps-default-fg): Change default value to nil, so black color is used
575 when a face does not specify a foreground color.
576 (ps-default-bg): Change default value to nil, so white color is used
577 for background color.
578 (ps-begin-job): Fix code.
580 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
582 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
584 2007-07-24 Alan Mackenzie <acm@muc.de>
586 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
587 Initialise byte-compile-unresolved-functions before rather than
589 (byte-compile-unresolved-functions): Amplify doc string.
591 2007-07-24 Glenn Morris <rgm@gnu.org>
593 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
594 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
595 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
596 (cal-tex-cursor-week, cal-tex-cursor-week2)
597 (cal-tex-cursor-week-iso, cal-tex-week-hours)
598 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
599 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
600 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
602 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
604 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
606 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
608 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
609 underlying file is uptodate.
611 2007-07-23 Richard Stallman <rms@gnu.org>
613 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
615 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
617 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
618 (sh-font-lock-flush-syntax-ppss-cache): New funs.
619 (sh-font-lock-syntactic-keywords): Use them to distinguish the
620 different possible cases for \'.
621 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
623 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
624 `file' from which to start the search and fix case where `file' is the
625 current directory and the root as well.
627 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
628 name for buffer-file-name if it refers to a directory.
630 2007-07-22 Jason Rumney <jasonr@gnu.org>
632 * w32-fns.el (set-default-process-coding-system): Use dos line ends
633 for input to cmdproxy on all versions of Windows.
634 Use dos line ends for input to plink.
636 * comint.el (comint-simple-send): Concat newline before sending.
637 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
639 2007-07-22 Juri Linkov <juri@jurta.org>
641 * isearch.el (isearch-edit-string): Save old point and
642 isearch-other-end to old-point and old-other-end before reading
643 the search string from minibuffer. After exiting minibuffer set
644 point to old-other-end if point and the search direction is the
645 same as before reading the search string.
646 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
647 to isearch-other-end. Instead of isearch-search-and-update call
648 three functions isearch-search, isearch-push-state and isearch-update.
650 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
652 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
653 destroying an existing buffer.
655 2007-07-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
657 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
659 * term/x-win.el (x-handle-no-bitmap-icon): New function.
661 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
663 * textmodes/reftex.el (reftex-access-parse-file): Create parse
664 file in a way that does not interfere with recentf.
666 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
668 * image-dired.el (image-dired-sane-db-file): New func.
669 (image-dired-write-tags, image-dired-remove-tag)
670 (image-dired-list-tags, image-dired-write-comments)
671 (image-dired-get-comment, image-dired-mark-tagged-files)
672 (image-dired-create-gallery-lists): Call new func.
673 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
675 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
677 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
678 (vc-hg-dir-state): Fix loop.
679 (vc-hg-print-log): Fix expected return value for vc-hg-command.
680 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
681 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
682 (vc-hg-revert): Likewise.
683 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
685 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
687 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
688 case of alignment under a constant symbol, find and consider
689 the sexp actually at indentation to be the "last sexp".
691 2007-07-20 Eli Zaretskii <eliz@gnu.org>
693 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
694 (install): Use them to copy all *.el files before *.elc.
695 (clean): Don't delete *~.
697 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
699 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
701 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
703 * vc-hg.el (vc-hg-registered): Replace if with when.
704 (vc-hg-state): Deal with nonexistent files.
706 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
708 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
709 (follow-delete-other-windows-and-split, follow-recenter)
710 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
711 (follow-redisplay, follow-estimate-first-window-start)
712 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
713 Fix typos in docstrings.
715 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
717 * bookmark.el (bookmark-show-all-annotations):
718 Make sure each inserted annotation ends with newline.
720 (bookmark-maybe-sort-alist): Don't modify
721 bookmark-alist. Instead, if not sorting, simply return it.
722 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
723 for its return value, not for its side effect.
725 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
727 * vc.el: Add more info about the vc-registered function.
729 2007-07-16 David Kastrup <dak@gnu.org>
731 * emacs-lisp/advice.el (defadvice): Doc fix.
733 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
735 * subr.el (when, unless): Doc fix.
737 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
739 * vc-hg.el (vc-hg-state): Handle removed files.
740 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
741 (vc-hg-checkout): Re-enable.
743 2007-07-15 Richard Stallman <rms@gnu.org>
745 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
747 * tutorial.el (tutorial--find-changed-keys):
748 Handle C-x specially like ESC.
750 2007-07-15 Roland McGrath <roland@frob.com>
752 * add-log.el (add-change-log-entry): Check add-log-full-name
753 and add-log-mailing-address later, after change-log-mode-hook.
755 2007-07-15 Richard Stallman <rms@gnu.org>
757 * isearch.el (isearch-mode, isearch-done):
758 Delete unintended code in previous change.
760 * ps-print.el (ps-default-bg): Change to White.
762 2007-07-15 Aaron Hawley <aaronh@garden.org>
764 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
766 2007-07-15 Martin Rudalics <rudalics@gmx.at>
768 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
769 when handling the terminating event.
771 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
773 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
775 2007-07-13 Eli Zaretskii <eliz@gnu.org>
777 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
778 (install): Use them to copy all *.el files before *.elc.
780 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
782 * replace.el (match): Use yellow1 instead of yellow.
784 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
786 * pcvs-info.el (cvs-unknown): Likewise.
788 2007-07-12 Davis Herring <herring@lanl.gov>
790 * desktop.el (desktop-buffer-info, desktop-save):
791 Use `desktop-dirname' instead of `dirname'.
793 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
795 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
797 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
799 2007-07-10 Richard Stallman <rms@gnu.org>
801 * emacs-lisp/lisp-mode.el (eval-defun):
802 Explain special handling of `defface'.
804 2007-07-09 Richard Stallman <rms@gnu.org>
806 * isearch.el (isearch-edit-string): Call to isearch-push-state
809 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
811 * cus-start.el (file-coding-system-alist): Fix custom type.
813 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
815 * longlines.el (longlines-wrap-region): Avoid marking buffer as
817 (longlines-auto-wrap, longlines-window-change-function):
818 Remove unnecessary calls to set-buffer-modified-p.
820 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
822 * vc.el (vc-default-log-view-mode): New function.
823 (vc-print-log): Add new `log-view-mode' VC operation.
825 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
827 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
828 Rename and move to...
830 * subr.el (strings->string, string->strings): ...here.
832 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
833 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
835 * progmodes/gud.el (gud-common-init): Call string->strings instead
838 2007-07-07 Eli Zaretskii <eliz@gnu.org>
840 * term/w32-win.el (menu-bar-open): New function.
843 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
845 * log-view.el (log-view-mode-menu): New menu.
847 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
849 * vc-hg.el: New file.
851 2007-07-06 Andreas Schwab <schwab@suse.de>
853 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
854 dynamic bindings around the evaluation of the expression.
855 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
857 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
859 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
862 2007-07-02 Martin Rudalics <rudalics@gmx.at>
864 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
866 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
867 event is not a cons cell. Do not unread drag-mouse-1 events.
868 Select right window in check whether space was stolen from
871 2007-07-01 Richard Stallman <rms@gnu.org>
873 * files.el (find-file-visit-truename): Fix safe-local-variable value.
875 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
877 * generic-x.el (generic-define-mswindows-modes)
878 (generic-define-unix-modes, apache-log-generic-mode)
879 (bat-generic-mode-keymap, java-manifest-generic-mode)
880 (show-tabs-generic-mode): Fix typos in docstrings.
882 2007-06-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
884 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
885 replace-regexp-in-string.
887 2007-06-28 Andreas Schwab <schwab@suse.de>
889 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
892 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
894 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
895 the speedbar frame if nil; that deletes the current frame or
896 causes an error if it is the only frame.
897 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
899 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
901 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
902 directory where the desktop file was found, as the docstring says.
903 (desktop-kill): Use `read-directory-name'.
905 * desktop.el (desktop-load-locked-desktop): New option.
906 (desktop-read): Use it.
907 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
910 2007-06-24 Davis Herring <herring@lanl.gov>
912 * desktop.el (desktop-save-mode-off): New function.
913 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
914 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
915 (desktop-claim-lock, desktop-release-lock): New functions.
916 (desktop-kill): Tell `desktop-save' that this is the last save.
917 Release the lock afterwards.
918 (desktop-buffer-info): New function.
919 (desktop-save): Use it. Run `desktop-save-hook' where the doc
920 says to. Detect conflicts, and manage the lock.
921 (desktop-read): Detect conflicts. Manage the lock.
923 2007-06-23 Eli Zaretskii <eliz@gnu.org>
925 * ls-lisp.el (insert-directory): If an invalid regexp error is
926 thrown, try using FILE as a literal file name, not a wildcard.
927 Check for FILE as an existing file, not just a directory.
929 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
931 * ruler-mode.el (ruler-mode): Prevent clobbering the original
932 `header-line-format' when reentering ruler mode.
934 2007-06-23 Eli Zaretskii <eliz@gnu.org>
936 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
937 FILE exists as a directory.
939 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
941 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
942 (vera-font-lock-match-item): Fix doc string.
943 (vera-in-comment-p): Remove unused function.
944 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
946 (vera-forward-syntactic-ws): Fix argument order.
947 (vera-prepare-search): Use `with-syntax-table'.
948 (vera-indent-line): Fix doc string.
949 (vera-electric-tab): Fix doc string.
950 (vera-expand-abbrev): Define alias instead of using `fset'.
951 (vera-comment-uncomment-region): Use `comment-start-skip'.
953 2007-06-20 Reto Zimmermann <reto@gnu.org>
955 * progmodes/vera-mode.el: New file.
957 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
959 * ido.el (ido-find-file-in-dir): Don't signal an error for
962 2007-06-18 Alan Mackenzie <acm@muc.de>
964 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
965 When removing lines, also remove the \n. Correction of patch of
968 2007-06-17 Glenn Morris <rgm@gnu.org>
970 * lpr.el (lpr-page-header-switches): Move %s to separate element
971 for correct quoting. Doc fix.
973 2007-06-13 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
975 * term/xterm.el (terminal-init-xterm): Escape parens in character
978 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
980 * scroll-lock.el (scroll-lock-mode): Doc fix.
982 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
984 * font-lock.el (font-lock-add-keywords): In case font-lock was only
985 half-activated, forcefully activate it completely.
987 2007-06-11 Richard Stallman <rms@gnu.org>
989 * cus-edit.el (custom-variable-type): Doc fix.
991 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
993 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
995 2007-06-09 Davis Herring <herring@lanl.gov>
997 * desktop.el (desktop-minor-mode-table): Doc fix.
999 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
1001 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1002 (image-next-line, image-previous-line, image-scroll-up)
1003 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1005 (image-mode-map): Remap motion commands.
1006 (image-mode-text-map): New keymap for viewing images as text.
1007 (image-mode): Use image-mode-map.
1008 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1010 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1012 Sync with Tramp 2.0.56.
1017 * net/tramp-util.el:
1019 Don't load cl.el, because that pollutes the namespace. Replace cl
1020 macros by their implementations where necessary. Requested by
1021 Richard Stallman <rms@gnu.org>.
1023 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1025 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1026 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1027 (tramp-file-name-p, tramp-file-name-multi-method)
1028 (tramp-file-name-method, tramp-file-name-user)
1029 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1030 replacing defstruct `tramp-file-name'.
1031 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1032 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1033 Apply `vector' instead of `make-tramp-file-name'.
1034 (tramp-handle-make-auto-save-file-name):
1035 Apply `tramp-temporary-file-directory' for compatibility reasons.
1036 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1038 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1041 2007-06-07 David Kastrup <dak@gnu.org>
1043 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1044 Change default to `top'.
1046 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1048 * dired.el (dired-mode-map): Remove spurious separator.
1050 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1052 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1054 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1055 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1057 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1059 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1060 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1062 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1064 * progmodes/ebrowse.el (ebrowse-member-table):
1065 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1067 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1069 * pgg.el (pgg-sign-region, pgg-sign):
1070 * ses.el (ses-call-printer):
1071 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1072 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1074 2007-06-06 Eli Zaretskii <eliz@gnu.org>
1076 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1077 (tar-get-descriptor): Handle type 55, an extended pax header.
1079 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1081 * textmodes/css-mode.el: New file.
1083 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
1085 * net/socks.el: New file, taken from w3 repository.
1086 (top): Update Copyright. Don't load cl.el.
1087 (all): Replace `case' by `cond', `string-to-int' by
1088 `string-to-number', and `process-kill-without-query' by
1089 `set-process-query-on-exit-flag'.
1090 (socks-char-int): Remove defalias and all occurrences.
1092 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1094 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1095 (sort-coding-systems, search-unencodable-char): Doc fixes.
1096 (coding-system-change-eol-conversion, set-default-coding-systems)
1097 (prefer-coding-system, find-multibyte-characters, princ-list)
1098 (leim-list-entry-regexp, set-input-method, locale-language-names)
1099 (input-method-exit-on-first-char, exit-language-environment-hook)
1100 (locale-charset-language-names): Fix typos in docstrings.
1102 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1104 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1105 `switch-to-buffer' has returned succesfully.
1106 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1107 window is dedicated (it could iconify the frame).
1109 2007-06-05 Glenn Morris <rgm@gnu.org>
1111 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1113 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1115 * files.el (auto-mode-alist): Add lower-priority match for names
1118 2007-06-04 Andreas Schwab <schwab@suse.de>
1120 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1122 2007-06-04 Davis Herring <herring@lanl.gov>
1124 * calendar/timeclock.el: Update version number.
1125 (timeclock-modeline-display): Mention timeclock-use-display-time
1126 in explanatory message.
1127 (timeclock-log): Suppress warnings when finding the log.
1128 Don't check for a nil project twice. Run hooks after killing the
1129 buffer (if applicable).
1130 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1131 was geometric). All uses changed.
1132 (timeclock-generate-report): Support prefix argument.
1134 2007-06-04 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
1136 * man.el (Man-next-section): Don't consider the last line of the
1137 page as being part of any section.
1139 2007-06-04 Martin Rudalics <rudalics@gmx.at>
1141 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1142 modified flag of buffer. Use `inhibit-modification-hooks'.
1144 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1146 * mail/mail-extr.el (mail-extract-address-components):
1147 Recognize non-ASCII characters except for NBSP as words.
1149 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
1151 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1153 2007-06-04 Michael Olson <mwolson@gnu.org>
1155 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1156 died and we are trying to send a signal to it.
1158 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1160 * emacs-lisp/easy-mmode.el (define-minor-mode)
1161 (easy-mmode-define-navigation): Fix typos in docstrings.
1163 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1164 Fix typos in docstrings.
1165 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1166 (compilation-finish-function): Fix typo in obsolescence declaration.
1168 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1170 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1172 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1173 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1175 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1177 * longlines.el (longlines-mode): Make longlines-auto-wrap
1178 buffer-local. Add hooks unconditionally.
1179 (longlines-auto-wrap): Toggle wrapping.
1180 (longlines-after-change-function)
1181 (longlines-post-command-function): Check longlines-auto-wrap.
1183 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1185 * Version 22.1 released.
1187 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
1189 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1192 2007-05-31 Richard Stallman <rms@gnu.org>
1194 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1196 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1198 * textmodes/table.el (table--point-entered-cell-function)
1199 (table--point-left-cell-function):
1200 Bind `inhibit-point-motion-hooks' to t.
1202 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1204 * emacs-lisp/rx.el (rx): Doc fix.
1206 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1208 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1210 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1212 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1213 as the end of the ChangeLog paragraph when it ends without a line
1216 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1218 * textmodes/fill.el (canonically-space-region): Make the second arg
1219 a marker if it's not already the case.
1221 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1222 (xterm-mouse-event): Use it.
1224 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1226 * vc-hooks.el (vc-find-root): Fix file attribute test.
1228 2007-05-24 Richard Stallman <rms@gnu.org>
1230 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1231 Don't let opoint be nil.
1232 (flyspell-emacs-popup): Explicit error if no dialogs.
1234 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1236 * tar-mode.el (tar-file-name-handler): New function.
1237 (tar-extract): Bind file-name-handler-alist to it to force
1238 find-buffer-file-type-coding-system behave as if the file being
1239 extracted existed. Use last-coding-system-used to force
1240 buffer-file-coding-system to what decode-coding-region actually
1241 used to decode the file.
1243 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1245 * progmodes/compile.el (compilation-handle-exit):
1246 `compilation-finish-function' may change the current buffer.
1248 2007-05-22 Richard Stallman <rms@gnu.org>
1250 * files.el (set-auto-mode): Doc fix.
1252 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1254 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1256 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1258 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1259 (rcirc-print): Handle `window-width'.
1260 (rcirc-buffer-maximum-lines): Doc fix.
1262 2007-05-19 Kevin Ryde <user42@zip.com.au>
1264 * info.el (Info-fontify-node): Match https also.
1266 2007-05-18 Richard Stallman <rms@gnu.org>
1268 * simple.el (push-mark): Doc fix.
1270 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1272 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1274 (tpu-original-global-map): Delete variable.
1275 (tpu-control-keys-map): New keymap variable.
1276 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1277 setting keymapping directly.
1278 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1280 (tpu-edt-on): Activate the tpu-global-map.
1281 (tpu-edt-off): Deactivate the tpu-global-map.
1283 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1285 * textmodes/ispell.el (ispell-get-word): Return markers
1286 for start and end positions.
1287 (ispell-word): Assume END is a marker.
1289 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1291 * ps-print.el: Use default color when foreground or background color
1292 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1293 (ps-print-version): New version 6.7.4.
1294 (ps-rgb-color): New argument. Use default color when color is
1296 (ps-begin-job): Fix code.
1298 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1300 * textmodes/ispell.el (ispell-start-process): Defend against bad
1303 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1305 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1307 2007-05-16 Richard Stallman <rms@gnu.org>
1309 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1311 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1313 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1314 Move the *ml, Postscript, and XmCD entries to the fallback part.
1316 * files.el (magic-fallback-mode-alist):
1317 Rename from file-start-mode-alist.
1319 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1321 * progmodes/compile.el (compilation-handle-exit): Quote first
1322 argument of `run-hook-with-args'.
1324 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
1326 * buff-menu.el (Buffer-menu-sort-column):
1327 * dabbrev.el (dabbrev-upcase-means-case-search):
1328 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1329 * info.el (Info-current-subfile):
1330 * ls-lisp.el (ls-lisp-verbosity):
1331 * msb.el (msb-menu-cond):
1332 * pcvs.el (cvs-dired-use-hook):
1333 * simple.el (set-mark-command-repeat-pop):
1334 * time.el (display-time-24hr-format, display-time-mail-file):
1337 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1338 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1340 * view.el (view-inhibit-help-message): Fix typo in docstring.
1341 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1343 2007-05-14 Eli Zaretskii <eliz@gnu.org>
1345 * mail/rmail.el (rmail-convert-to-babyl-format):
1346 Check content-transfer-encoding _last_, because we need its position
1347 in base64-header-field-end.
1349 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
1351 * files.el (mode-require-final-newline, require-final-newline)
1352 (enable-local-variables, enable-local-eval): Doc fixes.
1354 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
1356 * progmodes/python.el (python-font-lock-keywords)
1357 (python-open-block-statement-p, python-mode): Add support for the new
1360 2007-05-10 Richard Stallman <rms@gnu.org>
1362 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1363 (iso-cvt-write-only): Likewise.
1365 * emacs-lisp/easy-mmode.el (define-minor-mode):
1366 Fix generated doc string.
1368 * startup.el (fancy-splash-text): Add URL of guided tour.
1369 Adjust horizontal and vertical whitespace.
1371 * progmodes/compile.el (compilation-handle-exit):
1372 Use run-hook-with-args to run compilation-finish-functions.
1374 * files.el (file-start-mode-alist): New variable.
1375 (magic-mode-regexp-match-limit): Doc fix.
1376 (set-auto-mode): Handle file-start-mode-alist.
1377 A little cleanup of structure.
1379 2007-05-10 Davis Herring <herring@lanl.gov>
1381 * calendar/timeclock.el (timeclock-in): Fix non-interactive
1382 workday specifications.
1383 (timeclock-log): Don't kill the log buffer if it already existed.
1385 2007-05-08 Richard Stallman <rms@gnu.org>
1387 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1388 Don't include non-self-insert commands in the exception for `-'.
1390 2007-05-08 David Reitter <david.reitter@gmail.com>
1392 * progmodes/python.el (python-guess-indent): Check non-nullness
1393 before comparing indent against the 2..8 interval.
1395 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1397 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1400 2007-05-06 Richard Stallman <rms@gnu.org>
1402 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1404 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
1406 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1409 2007-05-01 Romain Francoise <romain@orebokech.com>
1411 * dired-x.el: Revert 2007-04-06 change.
1413 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
1415 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1416 don't put stop on toolbar.
1418 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
1420 * find-dired.el (find-dired-filter): Propertize all text down to eob.
1422 2007-04-29 Richard Stallman <rms@gnu.org>
1424 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1426 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1428 * progmodes/cc-mode.el (c-before-change): Use point-min rather
1431 2007-04-28 Richard Stallman <rms@gnu.org>
1433 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1435 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1437 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1439 2007-04-28 Eli Zaretskii <eliz@gnu.org>
1441 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1442 instead of $(lisp)/mh-e.
1444 * textmodes/fill.el (fill-paragraph): Doc fix.
1446 2007-04-28 Glenn Morris <rgm@gnu.org>
1448 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1449 (image-dired-cmd-create-temp-image-options): Replace option
1450 +profile "*" with -strip.
1452 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
1454 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1455 Use window-start and window-end.
1457 2007-04-26 Glenn Morris <rgm@gnu.org>
1459 * progmodes/python.el: Restore file pending consideration of legal
1462 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
1464 * locate.el (locate-in-alternate-database): Doc fix.
1466 2007-04-26 Glenn Morris <rgm@gnu.org>
1468 * button.el (button): Use underline if supported, else fall back
1471 2007-04-25 Richard Stallman <rms@gnu.org>
1473 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1475 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
1477 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1478 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1480 (idlwave-current-routine): Don't push mark.
1482 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
1484 * image-dired.el (image-dired-display-image): Derive image-type from
1485 filename rather than assuming jpeg, in case no resizing was needed.
1487 2007-04-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
1489 * custom.el (defface): Doc fix.
1491 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
1493 * progmodes/python.el: Remove due to unclear legal issues.
1495 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1497 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1498 Don't re-query for each cleared BP.
1499 (idlwave-shell-clear-bp): Optionally skip BP query.
1500 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1501 of set-window-buffer, which incorrectly moves displayed region.
1503 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
1505 * calc/calc.el (calc-bug-address): Update maintainer's address.
1506 * calc/*: Update maintainer's address.
1508 2007-04-23 Richard Stallman <rms@gnu.org>
1510 * simple.el (set-mark-command-repeat-pop): Doc fix.
1511 Put in `editing-basics' group.
1513 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
1515 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1517 (Info-mode-line-node-keymap): Bind mouse commands to
1518 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1520 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
1522 * locate.el (locate-local-prompt): New var.
1523 (locate-prompt-for-command): Doc fix.
1524 (locate-prompt-for-search-string): New function.
1525 (locate): New optional arg. Make locate-local-prompt
1526 buffer-local. Use locate-prompt-for-search-string.
1527 (locate-with-filter): New optional arg.
1528 Use locate-prompt-for-search-string.
1529 (locate-update): Bind locate-prompt-for-command.
1531 2007-04-23 Glenn Morris <rgm@gnu.org>
1533 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1535 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
1537 * button.el (button): Inherit from link face on a tty.
1539 2007-04-23 Glenn Morris <rgm@gnu.org>
1541 * button.el (button): Use color for this face on a tty.
1543 * files.el (magic-mode-alist): Allow for carriage-returns in
1544 html-mode and sgml-mode entries.
1546 2007-04-22 Richard Stallman <rms@gnu.org>
1548 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1549 Improve doc string of generated command.
1551 * subr.el (read-number): Catch errors.
1553 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1555 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
1557 * image-dired.el: Rename from thumbnails.el. All instances of
1558 "thumbnails" replaced with "image-dired".
1560 * dired.el (dired-mode-map): Rename "thumbnails" again, to
1563 2007-04-22 Kim F. Storm <storm@cua.dk>
1565 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1566 Don't use kill-line.
1568 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
1570 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1573 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
1575 * dired.el: Rename "tumme" to "thumbnails".
1577 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
1578 replaced with "thumbnails".
1580 2007-04-22 Glenn Morris <rgm@gnu.org>
1582 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1583 and give it the risky-local-variable property.
1585 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1588 2007-04-21 Martin Rudalics <rudalics@gmx.at>
1590 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1591 Use delete-region instead of kill-line.
1593 2007-04-21 Alan Mackenzie <acm@muc.de>
1595 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1596 `kill-region' by `delete-region'.
1598 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
1600 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1601 instead of kill-region.
1603 * progmodes/mantemp.el (mantemp-make-mantemps-region)
1604 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1605 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1608 * progmodes/vhdl-mode.el (vhdl-template-type)
1609 (vhdl-template-record, vhdl-template-nature)
1610 (vhdl-template-configuration-spec, vhdl-template-component-inst)
1611 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1612 Use delete-region instead of kill-word and kill-line.
1614 2007-04-21 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
1616 * dired-x.el (dired-virtual-mode): Doc fix.
1618 2007-04-21 Richard Stallman <rms@gnu.org>
1620 * font-lock.el (font-lock-keywords-alist): Mark as risky.
1622 * subr.el (read-number): Doc fix.
1624 * simple.el (pop-to-mark-command): Display message "mark popped"
1625 if point does not move.
1626 (set-mark-command): Doc fix.
1628 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
1630 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1631 (locate-local-filter, locate-local-search): New vars.
1632 (locate): Make variables local.
1633 (locate-update): Bind locate-buffer-name. Call locate using
1634 locate-local-filter and locate-local-search.
1636 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
1638 * hi-lock.el (hi-lock-file-patterns-policy): New var.
1639 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1640 (hi-lock-mode): Update docstring.
1642 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1644 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1645 fill-nobreak-predicate when the break is past fill-column.
1647 2007-04-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
1649 * locate.el (locate): Output from shell-command should go in the
1650 current buffer rather than *Shell Command Output*.
1652 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
1654 * paren.el (show-paren-function): Fix last fix.
1656 2007-04-19 Kevin Ryde <user42@zip.com.au>
1658 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1659 (archive-lzh-summarize): Add optional start arg for where to start
1660 looking at the archive.
1661 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1663 * international/mule.el (auto-coding-alist): no-conversion for .exe
1666 2007-04-19 Alan Mackenzie <acm@muc.de>
1668 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1669 function return type contains "struct", "union", etc.
1670 c-end-of-defun goes too far forward.
1672 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
1674 * paren.el (show-paren-function): Reset window-start to avoid
1677 2007-04-19 Glenn Morris <rgm@gnu.org>
1679 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1681 2007-04-18 Glenn Morris <rgm@gnu.org>
1683 * calendar/diary-lib.el (diary-header-line-format): Add a custom
1685 (diary-list-entries): Only switch to diary-mode from
1686 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
1687 diary-mode set header-line-format, in case of any customization.
1689 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
1691 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1692 is less than the length of parse-time-syntax.
1694 2007-04-17 David Kastrup <dak@gnu.org>
1696 * replace.el (query-replace-regexp-eval): Deprecate.
1698 2007-04-17 Alan Mackenzie <acm@muc.de>
1700 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1701 point too close to EOB, leave point at EOB rather than last `}'.
1703 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1705 * textmodes/bibtex.el (bibtex-include-OPTkey)
1706 (bibtex-user-optional-fields, bibtex-entry-field-alist):
1709 2007-04-17 Glenn Morris <rgm@gnu.org>
1711 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1712 be encoded, fall back to current year.
1714 2007-04-14 Kevin Ryde <user42@zip.com.au>
1716 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1717 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
1720 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
1722 * progmodes/python.el (python-end-of-block): Avoid looping forever
1723 if python-next-statement fails.
1725 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1727 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1729 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1731 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1732 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1734 2007-04-15 Jay Belanger <belanger@truman.edu>
1736 * calc/calc.el (calc-version): New function.
1737 (calc-trail-mode): Shorten the title.
1739 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
1741 * mail/footnote.el (footnote-style): Clarify docstring to state
1742 that customizing this only applies to future footnotes.
1744 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1746 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1747 (bibtex-make-field): Check that INIT is a string. Use functionp.
1749 2007-04-14 Glenn Morris <rgm@gnu.org>
1751 * complete.el (PC-goto-end): New buffer-local variable.
1752 (PC-do-completion-end): Make buffer-local.
1753 (partial-completion-mode) <choose-completion-string-functions>:
1754 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1755 (PC-do-completion): New optional fourth argument GOTO-END. Add a
1756 doc string. Set PC-goto-end for choose-completion.
1757 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1760 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1761 arg to bibtex-make-field.
1762 (bibtex-make-field): Add optional fourth arg NODELIM.
1763 Insert delimiters around INIT unless this arg is non-nil.
1765 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
1767 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1768 global map isn't modified.
1770 2007-04-14 Glenn Morris <rgm@gnu.org>
1772 * calendar/appt.el (appt-disp-window): Do not split small windows.
1773 Suggested by Jeff Miller <jmiller@cablespeed.com>.
1775 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
1777 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
1781 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
1783 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1785 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1786 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1787 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1788 (term-pager-help): Fix typos in docstrings.
1790 * wid-edit.el (widget-documentation): Fix typo in docstring.
1792 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1793 Fix typos in error messages.
1795 2007-04-13 Martin Rudalics <rudalics@gmx.at>
1797 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1798 window marked as dedicated.
1800 * mail/footnote.el (footnote-latin-string): New variable.
1801 (footnote-latin-regexp): Redefine as regexp alternative.
1802 (Footnote-latin): Use footnote-latin-string instead of
1803 footnote-latin-regexp.
1805 2007-04-13 Glenn Morris <rgm@gnu.org>
1807 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1810 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
1812 * outline.el (outline-get-next-sibling): Clarify docstring.
1813 (outline-get-last-sibling): Handle case where we are at the first
1814 heading. Clarify docstring.
1816 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
1818 * progmodes/gud.el (gud-minor-mode-map): Make go button same
1819 length as stop button to lessen flicker.
1820 (jdb): Add gud-print.
1821 (gud-find-expr): Jdb prints the expression with the value, so
1822 don't insert it in the output.
1824 2007-04-11 Jason Rumney <jasonr@gnu.org>
1826 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
1827 case hex. Do not try to decode non-hex letters.
1829 2007-04-11 Markus Triska <markus.triska@gmx.at>
1831 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1832 (byte-optimize-backward-word): Remove (move to bytecomp.el).
1833 (byte-optimize-form-code-walker): Evaluate pure function calls if
1835 (byte-optimize-all-constp): New function.
1837 * emacs-lisp/bytecomp.el (byte-compile-char-before):
1838 Improve numeric argument case.
1839 (byte-compile-backward-char, byte-compile-backward-word):
1840 New functions, performing rewriting previously done in byte-opt.el.
1841 Fix their "Fixme" item (restriction to numeric arguments).
1843 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1845 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
1847 (after-init-hook): Don't quote lambda.
1848 (desktop-first-buffer): Don't wrap it in eval-when-compile.
1849 (desktop-internal-v2s): Remove unused var `el'.
1850 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
1851 desktop-restore-file-buffer.
1852 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
1853 desktop-create-buffer.
1855 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
1857 * woman.el (woman-decode-buffer): Postpone macro-set check...
1858 (woman-decode-region): ...to here.
1860 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
1862 * startup.el (tty-handle-args): Use %S to log ARGS.
1864 2007-04-10 Glenn Morris <rgm@gnu.org>
1866 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
1867 it is obsolete and has no effect.
1869 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
1872 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
1873 obsolete function make-local-hook.
1875 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
1876 start to quieten byte-compiler.
1878 2007-04-10 Markus Triska <markus.triska@gmx.at>
1880 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
1881 to bytecomp.el as byte-compile-char-before).
1882 * emacs-lisp/bytecomp.el (byte-compile-char-before):
1883 New function (modified replacement for byte-optimize-char-before in
1886 2007-04-09 Alan Mackenzie <acm@muc.de>
1888 * startup.el (inhibit-splash-screen): Emphatically state that it
1889 can't be set in site-start.el.
1891 2007-04-09 Masatake YAMATO <jet@gyve.org>
1893 * progmodes/cc-subword.el (c-capitalize-subword): More closely
1894 mimic the behavior of `capitalize-word'. Do not move point with a
1895 negative argument. Based on tiny change by Paul Curry.
1897 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
1899 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
1900 Don't move point if ARG is negative.
1902 2007-04-09 Alan Mackenzie <acm@muc.de>
1904 Changes to make `narrow-to-defun' and `mark-defun' work properly
1907 * progmodes/cc-defs.el (c-beginning-of-defun-1):
1908 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1909 Bind beginning/end-of-defun-function to nil around calls to
1910 beginning/end-of-defun.
1912 * progmodes/cc-langs.el (beginning-of-defun-function)
1913 (end-of-defun-function): New c-lang-setvar's.
1915 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
1916 (setq arg 1))" to enable non-interactive call.
1918 2007-04-09 Eli Zaretskii <eliz@gnu.org>
1920 * simple.el (set-mark-command): Doc fix.
1922 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
1924 * progmodes/gud.el (gdb): Restore existing session if user
1925 tries to start a second one in graphical mode.
1927 2007-04-08 Martin Rudalics <rudalics@gmx.at>
1929 * cus-start.el <scroll-preserve-screen-position>: Add choices.
1931 2007-04-08 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
1933 * term/xterm.el (terminal-init-xterm): Fix key definitions.
1934 Add binding for C-M-SPC.
1936 2007-04-08 Richard Stallman <rms@gnu.org>
1938 * pcomplete.el (pcomplete-read-event): One single definition,
1941 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
1943 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
1944 byte-compiler warning "value unused".
1946 2007-04-08 Andreas Schwab <schwab@suse.de>
1948 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
1950 2007-04-07 Glenn Morris <rgm@gnu.org>
1952 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
1953 Autoload these functions.
1954 (diary-date-forms): Add a custom :set form.
1956 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
1958 (diary-font-lock-keywords): New function with old code for
1959 initialization of variable of same name.
1961 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
1963 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
1964 clean-up: only insert space when on identifier, etc.
1966 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
1968 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
1970 * net/tls.el (open-tls-stream): Properly handle case where there
1971 is no associated buffer.
1973 2007-04-07 Glenn Morris <rgm@gnu.org>
1975 * ffap.el (ffap-file-at-point): Lower the priority of the
1976 ffap-ftp-sans-slash-regexp check.
1978 2007-04-06 Alan Mackenzie <acm@muc.de>
1980 Fix fontification of labels, and other things with ":".
1982 * progmodes/cc-engine.el (c-forward-label): The function now
1983 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
1986 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
1987 new return code from c-forward-label, fontifying tokens properly.
1988 Add some general comments throughout the file.
1990 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
1992 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
1993 Revert 2006-01-27 change.
1995 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
1997 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
1999 * desktop.el (desktop-create-buffer, desktop-save):
2000 Revert 2004-11-12 change for lack of copyright papers.
2002 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2003 (dired-guess-default): Respect case.
2005 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2007 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2008 was originally checked in as byte-optimize-concat on 1997-11-02.
2010 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2011 1995-05-19 doc changes.
2013 2007-04-06 Kim F. Storm <storm@cua.dk>
2015 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
2016 (unload-feature): Update interactive spec accordingly.
2018 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2020 2007-04-06 John Paul Wallington <jpw@pobox.com>
2022 * subr.el (with-case-table): Use `make-symbol' to avoid variable
2023 capture. Restore the table in the same buffer.
2025 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2027 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
2029 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2032 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
2034 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2035 for low-color displays.
2037 2007-04-05 Glenn Morris <rgm@gnu.org>
2039 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2040 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2041 Seed random number generator on loading.
2043 * emacs-lisp/authors.el (top-level): Provide self.
2045 * play/animate.el (top-level): Provide self.
2047 2007-04-04 Alan Mackenzie <acm@muc.de>
2049 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2050 to mention c-syntactic-indentation.
2052 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2054 * subr.el (with-case-table): New macro.
2056 * international/mule.el (ascii-case-table): New var.
2058 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2061 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2063 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2065 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2066 of the window if we're outside it e.g menu-bar.
2068 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2069 window if we're outside it e.g menu-bar.
2071 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2073 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2074 decode base-64 encoded body if its content-type is something other
2075 than text/* or message/*.
2077 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
2079 * simple.el (activate-mark-hook): Fix typo in docstring.
2081 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2083 * tmm.el (tmm-c-prompt): Initialize.
2084 (tmm-menubar): Deal with extended menu-items at top level.
2085 (tmm-get-keybind): Handle bindings redefined/undefined locally.
2086 (tmm-prompt): Handle visibility of top level menu-items.
2088 * progmodes/gud.el (gud-menu-map): Simplify.
2089 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2092 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
2094 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2096 * comint.el (comint-send-input): Widen the buffer first.
2098 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2100 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2102 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2103 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2105 * newcomment.el (comment-search-forward): Discard comment starters
2108 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
2110 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2112 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2114 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2117 * button.el (previous-button): Rewrite to account for adjacent buttons.
2119 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2121 * progmodes/idlwave.el (idlwave-auto-fill):
2122 Revert paragraph-separate change.
2124 * progmodes/idlw-shell.el (idlwave-shell-break-in):
2125 Simplify module calc.
2126 (idlwave-shell-set-bp-in-module): Compute module.
2128 2007-03-31 Glenn Morris <rgm@gnu.org>
2130 * emacs-lisp/timer.el (run-at-time): Doc fix.
2132 * emacs-lisp/warnings.el (display-warning): If we create the
2133 buffer displaying the warning, disable undo there.
2135 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
2137 * net/tramp.el (tramp-register-file-name-handler)
2138 (tramp-register-completion-file-name-handler): New defsubst,
2139 derived from `tramp-register-file-name-handlers'. The split is
2140 necessary because Tramp's file name handlers must be registered at
2141 different startup places.
2143 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
2145 * progmodes/hideshow.el (turn-off-hideshow): New function.
2146 (hs-minor-mode): Use it instead of a lambda expression in
2147 change-major-mode-hook.
2149 2007-03-31 David Kastrup <dak@gnu.org>
2151 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2152 corresponding to MANPATH_MAP entries.
2153 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2154 (woman-parse-man.conf): Use more discriminating man.conf name.
2155 (woman-parse-man.conf): Parse MANPATH_MAP entries.
2156 (woman-manpath): Doc fix and type fix.
2157 (woman-cached-data): Check for MANPATH_MAP entries.
2158 (woman-expand-directory-path): Treat MANPATH_MAP entries.
2160 2007-03-31 Stuart Herring <herring@lanl.gov>
2162 * emacs-lisp/sregex.el (sregexq): Doc fix.
2164 2007-03-31 Markus Triska <markus.triska@gmx.at>
2166 * flymake.el (flymake-err-line-patterns): Doc fix.
2168 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
2170 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2173 2007-03-30 Alan Mackenzie <acm@muc.de>
2175 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2177 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2179 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2180 Use it, passed in explicitly, instead of from the dynamic binding.
2181 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2183 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
2185 * simple.el (blink-matching-open): When in minibuffer, don't
2186 search for a match inside the prompt.
2188 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
2190 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2191 (tmm-prompt): Don't make the mouse user select the first menu
2194 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2196 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2197 SIGUSR1 and SIGUSR2.
2199 2007-03-29 Kim F. Storm <storm@cua.dk>
2201 * ido.el (ido-read-internal): When reading file or dir, only override
2202 minibuffer-local-filename-completion-map, otherwise only override
2203 minibuffer-local-completion-map.
2205 2007-03-29 Glenn Morris <rgm@gnu.org>
2207 * complete.el (partial-completion-mode): Set PC-do-completion-end
2209 (PC-lisp-complete-symbol): Create and use a marker at `end',
2210 rather than using point-marker.
2212 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
2214 * simple.el (next-error-highlight): Doc fix.
2215 (compose-mail): Revert 2007-03-19 change.
2217 2007-03-28 Richard Stallman <rms@gnu.org>
2219 * emacs-lisp/edebug.el (edebug-display): Don't go to
2220 edebug-outside-buffer if it is dead.
2222 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
2224 * view.el (view-mode): Fix typos in docstring.
2226 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
2228 * recentf.el (recentf-save-file): Add a custom :set function.
2230 2007-03-28 Glenn Morris <rgm@gnu.org>
2232 * complete.el (PC-do-completion-end): New variable.
2233 (partial-completion-mode) <choose-completion-string-functions>:
2234 Use PC-do-completion-end in the non-minibuffer case to replace the
2235 correct amount of text.
2236 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2237 (PC-lisp-complete-symbol): Give marker the after-insertion type,
2238 to deal with improvements inserted after point.
2240 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2242 * button.el (make-text-button): Add explicit `button' property.
2243 (default-button): Don't put a `button' property on it.
2245 * progmodes/python.el (python-mode): Skip comments when parsing.
2247 * vc-arch.el (vc-with-current-file-buffer): New macro.
2248 (vc-arch-file-source-p): Use it to avoid infloop.
2250 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
2252 * emacs-lisp/lisp.el (lisp-complete-symbol):
2253 Fix call to get-buffer-window to find windows in other frames.
2255 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2257 * comint.el (comint-proc-query, comint-dynamic-list-completions):
2258 Fix calls to get-buffer-window to find windows in other frames.
2259 Reported by David Hansen <david.hansen@gmx.net>.
2261 2007-03-27 Kevin Ryde <user42@zip.com.au>
2263 * info.el (Info-display-images-node): On a text-only terminal,
2264 show the "text" or "alt" parts of the image blobs.
2266 2007-03-27 Glenn Morris <rgm@gnu.org>
2268 * complete.el (PC-do-completion): Compute completion-base-size in
2269 the non-filename case, rather than setting to nil.
2270 (PC-lisp-complete-end): New variable.
2271 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2272 original end in a series of consecutive invocations.
2274 * calendar/calendar.el (calendar-mode-hook): Declare it.
2276 * calendar/diary-lib.el (diary-live-p): Do not check for
2277 diary-selective-display.
2279 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2281 * replace.el (occur-next-error): *Occur* might not be displayed in the
2282 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
2284 2007-03-26 Richard Stallman <rms@gnu.org>
2286 * textmodes/flyspell.el (flyspell-large-region):
2287 Use ispell-call-process-region.
2289 2007-03-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
2291 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2292 Use prin1 instead of princ.
2294 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
2296 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2297 Merge in X resources before global face.
2299 * progmodes/compile.el (compilation-start): Save compilation-directory
2300 rather than default-directory as local var.
2301 (compilation-directory): Mark as safe local var.
2303 * files.el: Don't mark default-directory as a safe local var.
2305 2007-03-25 Alan Mackenzie <acm@muc.de>
2307 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2308 * progmodes/cc-engine.el: Fix typo.
2310 2007-03-25 Juri Linkov <juri@jurta.org>
2312 * compare-w.el (compare-windows): Rename customization group
2313 `compare-w' to `compare-windows'.
2314 (compare-windows-whitespace, compare-ignore-whitespace)
2315 (compare-ignore-case, compare-windows-sync)
2316 (compare-windows-sync-string-size, compare-windows-recenter)
2317 (compare-windows-highlight, compare-windows): Change group name in
2318 the `group' tag from `compare-w' to `compare-windows'.
2319 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
2321 2007-03-24 Markus Triska <markus.triska@gmx.at>
2323 * expand.el: Change example to always enable abbrev-mode,
2324 and remove redundant `function'.
2325 (expand-abbrev-hook): Add autoload cookie.
2327 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
2329 * emacs-lisp/testcover.el (testcover-start, testcover-end)
2330 (testcover-mark-all, testcover-unmark-all): Add prompts to
2333 2007-03-24 Jason Rumney <jasonr@gnu.org>
2335 * autorevert.el (find-file-hook, auto-revert-tail-mode):
2336 Use file size in bytes for auto-revert-tail-pos not characters.
2338 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
2340 * vc-rcs.el (vc-rcs-annotate-command):
2341 Set text property :vc-annotate-prefix on the annotation text.
2342 (vc-rcs-annotate-time): Instead of searching for ": ",
2343 search for end of text propertized with :vc-annotate-prefix.
2345 2007-03-24 Martin Rudalics <rudalics@gmx.at>
2347 * whitespace.el (top level): Remove calls putting
2348 permanent-local nil property since these are no-ops.
2350 * man.el (Man-support-local-filenames): Assure that
2351 default-directory exists when doing call-process.
2353 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
2355 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2356 Fix omission bug: Use m4-program-options to construct shell command.
2358 2007-03-23 David Kastrup <dak@gnu.org>
2360 * progmodes/cc-mode.el (c-make-emacs-variables-local):
2361 Use `mapcar' rather than `mapcan' to silence compiler warning.
2363 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
2365 * textmodes/reftex.el, textmodes/reftex-vars.el,
2366 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2367 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2368 * textmodes/reftex-index.el, textmodes/reftex-global.el,
2369 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2370 * textmodes/reftex-auc.el: Add maintainer address.
2372 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
2374 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2375 Make sure that `global-font-lock-mode' does not turn on font-lock
2378 2007-03-21 Kim F. Storm <storm@cua.dk>
2380 * xt-mouse.el (xt-mouse-epoch): New variable.
2381 (xterm-mouse-event): Use float-time.
2383 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
2385 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2388 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2390 * complete.el (read-file-name-internal): Don't add the final > if the
2391 completion is not finished (re-application of this patch, which was
2392 accidentally undone by Eli).
2394 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
2396 * emulation/viper.el (viper-non-hook-settings): Handle mouse
2397 clicks in describe-key and describe-key-briefly advice a little better.
2399 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
2401 * server.el (server-process-filter): Cancel any pending isearch.
2403 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
2405 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2406 (icalendar--get-unfolded-buffer): Define actual arguments rather
2407 than just using &rest. Check replace-in-string is fbound.
2408 (icalendar-import-buffer): Doc fix.
2409 (icalendar--convert-ical-to-diary): Set diary-file.
2410 Check diary-file before inserting final newline.
2411 (icalendar--add-diary-entry): Return diary-file.
2413 2007-03-21 Glenn Morris <rgm@gnu.org>
2415 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2416 (diary-display-hook): Add custom :set function.
2418 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2419 Add custom :set function.
2420 (diary-header-line-format): Doc fix.
2421 (diary-set-maybe-redraw): New function.
2422 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2423 (diary-list-entries): Always run diary-mode.
2425 2007-03-20 Kenichi Handa <handa@m17n.org>
2427 * international/quail.el (quail-setup-completion-buf): Make the
2428 completion buffer read-only.
2429 (quail-completion): Adjusted for the above change. Leave the
2432 2007-03-20 David Kastrup <dak@gnu.org>
2434 * files.el (magic-mode-alist): Require literal "%!PS" string for
2435 magic postscript file detection.
2437 2007-03-20 Richard Stallman <rms@gnu.org>
2439 * textmodes/ispell.el (ispell-call-process): New function.
2440 Defends against bad `default-directory.'
2441 (ispell-check-version, ispell-find-aspell-dictionaries)
2442 (ispell-get-aspell-config-value, lookup-words): Call it.
2443 (ispell-call-process-region): New function.
2444 (ispell-send-string): Call it.
2446 2007-03-20 Andreas Schwab <schwab@suse.de>
2448 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2449 (finder-data): Likewise.
2450 (autoloads): Likewise.
2452 2007-03-20 Martin Rudalics <rudalics@gmx.at>
2454 * files.el (basic-save-buffer): Do not set visited filename when
2455 the corresponding directory does not exist or the specified
2456 filename is that of an existing directory.
2458 2007-03-20 Glenn Morris <rgm@gnu.org>
2460 * calendar/diary-lib.el (diary-live-p): New function.
2461 (number-of-diary-entries): Add a :set function to redisplay diary
2464 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
2466 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2467 from client program, mev, to compute mouse event.
2469 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
2471 * faces.el (momentary): Face removed; unused due to reversion of
2472 2007-01-04 changes by Kevin Rodgers.
2474 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2475 Suggested by Johan Bockg
\e,Ae
\e(Brd.
2477 2007-03-19 Martin Rudalics <rudalics@gmx.at>
2479 * font-lock.el (lisp-font-lock-keywords-1):
2480 Highlight define-globalized-minor-mode as a keyword.
2482 2007-03-19 Kim F. Storm <storm@cua.dk>
2484 * calc/calc-forms.el (math-std-daylight-savings)
2485 (math-std-daylight-savings-old): Doc fix.
2487 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
2489 * progmodes/python.el (python-default-template): Doc fix.
2490 (python-buffer): Fix typo in docstring.
2492 * isearchb.el (isearchb-follow-char):
2493 * subr.el (def-edebug-spec): Fix typo in docstring.
2495 2007-03-19 Richard Stallman <rms@gnu.org>
2497 * files.el (default-directory): Mark safe.
2498 (basic-save-buffer-2): Put proper dir name in error message.
2500 * simple.el (compose-mail): Run switch-function after
2501 setting up the mail buffer.
2503 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2505 2007-03-18 Jay Belanger <belanger@truman.edu>
2507 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2508 (math-std-daylight-savings-new): Rename from
2509 `math-std-daylight-savings'.
2510 (math-std-daylight-savings-old): Rename from old value of
2511 `math-std-daylight-savings'.
2512 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2513 `math-std-daylight-savings-old' depending on the year.
2515 2007-03-18 Detlev Zundel <dzu@gnu.org>
2517 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2518 zero-width regexps as invalid but rather at least count them correctly.
2520 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
2522 * net/tls.el (open-tls-stream): In handshake-waiting loop,
2523 don't wait more if there is output available to process.
2525 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
2527 * progmodes/compile.el (compilation-find-file): Revert change
2528 from 2006-07-18 to allow completion of directory names.
2529 Reported by John Carter <john.carter@tait.co.nz>.
2531 2007-03-18 Kim F. Storm <storm@cua.dk>
2533 * subr.el (when, unless): Doc fix.
2535 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
2537 * net/tls.el (tls-program): Doc fix.
2539 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
2541 * autorevert.el (auto-revert-tail-handler):
2542 Call after-revert-hook.
2544 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
2546 * simple.el (switch-to-completions): No error if search for \n\n fails.
2548 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
2550 * simple.el (line-move-1):
2551 Respect `inhibit-line-move-field-capture' property.
2553 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
2555 * comint.el (comint-arguments): Mark backslash-escaped chars.
2556 (comint-delim-arg): Don't treat them as delimiters.
2558 2007-03-12 Kim F. Storm <storm@cua.dk>
2559 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2561 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
2563 * tempo.el (tempo-insert): Deal with 'r> if it appears
2564 specified with a prompt argument.
2566 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
2568 * textmodes/org.el (org-set-font-lock-defaults):
2569 Handle narrow table columns correctly.
2571 2007-03-12 Mark A. Hershberger <mah@everybody.org>
2573 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2574 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2575 Return to use of the -no-properties variants. There was
2576 consensus on emacs-devel that the speed of these variants was
2577 prefered since we are usually parsing files (from the internet
2578 or on disk) instead of XML created in Emacs.
2580 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2581 Add customize option.
2583 2007-03-12 Glenn Morris <rgm@gnu.org>
2585 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2586 North American rule. Replace "daylight savings" with "daylight
2589 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2590 * calendar/lunar.el, solar.el: Replace "daylight savings" with
2591 "daylight saving" in text.
2593 * woman.el (woman-change-fonts): Tweak previous change by using
2594 woman-request-regexp rather than "^\\.".
2596 * startup.el (command-line-1): Make insertion of
2597 initial-scratch-message not depend on scratch being selected.
2599 2007-03-11 Juri Linkov <juri@jurta.org>
2601 * replace.el (match): Use yellow background on light-bg terminals.
2603 2007-03-11 Richard Stallman <rms@gnu.org>
2605 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2606 Correctly compute line number.
2608 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
2610 * type-break.el (type-break-get-previous-count):
2611 Repeat previous change here.
2613 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
2615 * progmodes/grep.el (grep-find-ignored-directories):
2616 Add .git and .bzr to list.
2618 2007-03-11 Andreas Schwab <schwab@suse.de>
2620 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
2622 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2624 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2626 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
2628 * faces.el (face-set-after-frame-default): Recalculate face
2629 customizations after applying X resources.
2631 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
2633 * net/rcirc.el (rcirc-timeout-seconds): New variable.
2634 (rcirc-keepalive-seconds): Remove variable.
2635 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2636 (rcirc-process, rcirc-user-disconnect): New variables.
2637 (rcirc-connect): Initalize new variables.
2638 (rcirc-keepalive): Don't send keepalive pings before connection
2640 (rcirc-sentinel): Do mark all channels with activity when
2641 connection is dropped. Run hook with process buffer local.
2642 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2643 (rcirc-buffer-process): Return value of rcirc-process if
2644 rcirc-server-buffer is nil.
2645 (rcirc-server-name): Return the reported server name.
2646 (rcirc-update-prompt): Simplify computation of the server name.
2647 (rcirc-format-response-string): Likewise.
2648 (rcirc-handler-001): Mark server as connected, record the reported
2649 server name, and schedule a timeout.
2650 (rcirc-track-nick): Add a spec for the tty class.
2651 (rcirc-user-non-nick): Remove function.
2652 (rcirc-nick-prefix-chars): Add variable.
2653 (rcirc-user-nick): Use above variable.
2655 2007-03-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
2657 * icomplete.el (icomplete-tidy, icomplete-exhibit):
2658 Bind deactivate-mark to nil.
2660 2007-03-10 Martin Rudalics <rudalics@gmx.at>
2662 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2663 that buffer contents get erased during completion.
2665 2007-03-10 Glenn Morris <rgm@gnu.org>
2667 * woman.el (woman-change-fonts): Add a hack to deal with
2668 font-escape followed by "." at start of a line.
2669 (woman2-IP): Add a hack to deal with consecutive requests.
2670 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2672 2007-03-10 Alan Mackenzie <acm@muc.de>
2674 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2676 2007-03-09 Richard Stallman <rms@gnu.org>
2678 * abbrev.el (abbrev): Add `provide'.
2680 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
2682 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2684 2007-03-09 Martin Rudalics <rudalics@gmx.at>
2686 * complete.el (PC-try-completion): New function.
2687 (PC-do-completion, read-file-name-internal): Use it instead of
2690 2007-03-08 Alan Mackenzie <acm@muc.de>
2692 Remove stale tokens from `c-found-types' cache.
2694 * progmodes/cc-mode.el (c-unfind-enclosing-token)
2695 (c-unfind-coalesced-tokens, c-before-change): New functions.
2696 (c-maybe-stale-found-type): New variable.
2698 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2699 (c-trim-found-types): New functions.
2701 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
2703 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2704 (debug-ignored-errors): Add entry from smerge-match-conflict.
2706 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
2708 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2709 special help topics for keywords.
2710 (idlwave-help-assistant-command): Include ".exe" for ms-dos
2711 etc. Assistant command.
2713 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
2715 * replace.el (occur-engine): Move buffer-undo-list binding...
2716 (occur-1): ...to here.
2718 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2720 * simple.el (minibuffer-completing-symbol): New var.
2721 (eval-expression): Use it.
2722 (completion-setup-function): Don't bind completion-base-size when
2723 completing a symbol in the minibuffer.
2725 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
2727 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2728 tries to start a second session in graphical mode.
2730 2007-03-07 Miles Bader <miles@gnu.org>
2732 * international/isearch-x.el
2733 (isearch-process-search-multibyte-characters):
2734 Strip text-properties from PROMPT to avoid an error from read-string.
2736 2007-03-07 Kim F. Storm <storm@cua.dk>
2738 * complete.el (PC-bindings): Remap lisp-complete-symbol to
2739 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2741 2007-03-07 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
2743 * complete.el (PC-do-completion): Delete duplicates in the list of
2744 possible completions.
2746 2007-03-07 Glenn Morris <rgm@gnu.org>
2748 * ses.el (ses-mode): Doc fix.
2750 2007-03-06 Kim F. Storm <storm@cua.dk>
2752 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2754 2007-03-06 Kenichi Handa <handa@m17n.org>
2756 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2758 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2760 * simple.el (completion-setup-function): Improve last fix so it doesn't
2761 set it to a relative directory name either.
2763 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2765 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2767 2007-03-05 Richard Stallman <rms@gnu.org>
2769 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2771 * files.el (find-file-noselect): No error if file no longer exists.
2772 Display a message and avoid other questions.
2774 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2776 * pcomplete.el (pcomplete-show-completions): Improve last change, so
2777 as not to use an invisible window and to create a window if none exist.
2779 * progmodes/python.el (python-send-command): Restart proc if necessary.
2780 (python-proc): Simplify.
2782 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
2784 * pcomplete.el (pcomplete-show-completions): Search all frames for
2787 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
2789 * cus-edit.el (customize-save-variable): Clear customized-value
2790 property (saved values are now put in theme-value property).
2791 (customize-set-variable): Doc fix.
2793 * complete.el (PC-do-completion): If completion-ignore-case is
2794 non-nil, replace field with completion string before exiting.
2796 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
2798 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2799 Append its extension to the resulting temporary file name.
2800 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
2802 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2803 (tramp-smb-handle-write-region): Apply it.
2805 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2807 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2808 Redo previous change.
2810 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2812 * diff-mode.el (diff-mode): Doc fix.
2814 2007-03-05 Kenichi Handa <handa@m17n.org>
2816 * international/characters.el: Set category `l' (latin)
2817 for more characters.
2819 2007-03-04 Kim F. Storm <storm@cua.dk>
2821 * emacs-lisp/authors.el (authors-aliases): Add alias.
2823 2007-03-04 Glenn Morris <rgm@gnu.org>
2825 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2826 all when switching major mode.
2827 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2828 (hs-block-start-mdata-select, hs-block-end-regexp)
2829 (hs-forward-sexp-func, hs-adjust-block-beginning):
2830 Do not make these variables permanent-local.
2832 2007-03-04 Richard Stallman <rms@gnu.org>
2834 * progmodes/cperl-mode.el (cperl-mode):
2835 Modify cperl-compilation-error-regexp-alist by appending.
2837 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
2838 (edebug-mode): Add the hook.
2839 (edebug-recursive-edit): Remove the hook on exiting.
2841 * type-break.el (type-break-get-previous-time):
2842 Handle end-of-file errors specially
2843 so they don't get reported wrong in .emacs.
2845 * startup.el (fancy-splash-text): Clarify text.
2847 * simple.el (beginning-of-buffer, end-of-buffer):
2848 Avoid treating plain C-u like numeric arg.
2850 * simple.el (completion-setup-function): Don't set
2851 default-directory to nil.
2853 * shell.el (shell-dirstack-query): Doc fix.
2855 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2856 Don't select the window -- pass it to primitives instead.
2858 * faces.el (minibuffer-prompt): Use medium blue by default.
2860 2007-03-04 David Kastrup <dak@gnu.org>
2862 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
2863 Preserve 16 as default value for "seconds" when customizing.
2865 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
2867 * textmodes/org.el (org-self-insert-command)
2868 (orgtbl-self-insert-command, org-delete-char)
2869 (org-delete-backward-char): Set the `flyspell-delayed' property.
2871 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
2873 * international/mule.el (find-auto-coding): Don't search for
2874 line-ending characters past the end of the tail.
2876 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
2878 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2879 Jump to the line where new score has been uploaded.
2881 * play/tetris.el (tetris-move-bottom, tetris-move-left)
2882 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
2883 Do nothing when the game is paused.
2885 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
2887 * textmodes/org.el (org-set-tags): Prevent slipping of point
2890 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
2892 * isearch.el (isearch-message-prefix):
2893 Use minibuffer-prompt-properties.
2895 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2897 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2898 (ps-setup): Print which Emacsen is running ps-print package.
2900 2007-03-01 Stuart Herring <herring@lanl.gov>
2902 * files.el (set-auto-mode-0): Use `indirect-function'.
2903 (hack-one-local-variable): Don't reapply current major mode.
2905 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2907 * progmodes/python.el (python-quote-syntax): Don't bother with
2908 syntax-ppss-context.
2909 (python-fill-paragraph): Make sure that fenced-string delimiters that
2910 stand on their own line stay there.
2912 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
2914 * replace.el (perform-replace): Propertize message.
2916 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
2918 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
2921 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2923 * net/tramp.el (tramp-file-name-handler): Revert last change.
2925 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
2927 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
2928 Correct doc strings.
2930 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2932 * replace.el (perform-replace): Undo forward-char immediately if
2933 non-adjacent search fails.
2935 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2937 * version.el (emacs-major-version, emacs-minor-version):
2938 string-to-int -> string-to-number.
2940 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
2942 * help.el (where-is): Fail gracefully when not passed a command.
2944 2007-02-28 Stuart Herring <herring@lanl.gov>
2946 * find-lisp.el (find-lisp-default-directory-predicate):
2947 Fix bug: Do symlink check on expanded filename.
2949 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
2951 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
2952 changes during replacement.
2953 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
2955 2007-02-28 Lars Hansen <larsh@soem.dk>
2957 * desktop.el: Delete header line listing me as maintainer.
2959 2007-02-28 Glenn Morris <rgm@gnu.org>
2961 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
2964 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2966 * net/tramp.el (tramp-file-name-handler): Inhibit modification
2967 hooks to avoid confusion when combining after-change calls.
2969 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
2971 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
2972 now that pgg-gpg-process-region correctly honors passed-in passphrase.
2973 (allout-distinctive-bullets-string): Add info about bullet conventions.
2974 (allout-mode): Add info about distinctive vs plain bullets.
2976 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
2978 * textmodes/org.el (org-archive-subtree): Quote variable name.
2979 (org-agenda-get-todos): Make sure skip properties are checked correctly.
2981 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
2983 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2984 (gud-bashdb-command-name, bashdb): Remove.
2985 (gud, gud-menu-map): Remove references to bash/bashdb.
2987 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
2989 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
2990 keyword for Python 2.5.
2992 2007-02-26 Romain Francoise <romain@orebokech.com>
2994 * net/net-utils.el (whois-server-tld): Update server for .org.
2995 (whois-server-list): Add whois.publicinterestregistry.net.
2996 (whois-guess-server): Fix formatting in docstring.
2998 2007-02-26 Kim F. Storm <storm@cua.dk>
3000 * mouse.el (mouse-show-mark): Run hooks and perform command
3001 remapping for mouse-region-delete-keys.
3003 2007-02-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3005 * font-core.el (font-lock-mode): Doc fix.
3007 2007-02-25 Kim F. Storm <storm@cua.dk>
3009 * ido.el (ido-buffer-internal): Set this-command to fallback command.
3010 Add selected buffer to buffer-name-history.
3011 (ido-file-internal): Set this-command to fallback command.
3012 Add file names to file-name-history.
3014 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3015 Apply minibuffer-prompt-properties.
3017 2007-02-25 Andreas Schwab <schwab@suse.de>
3019 * files.el (hack-one-local-variable-eval-safep): Correct handling
3020 of edebug-form-spec property value. Reported by Johan Bockg
\e,Ae
\e(Brd.
3022 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
3024 * textmodes/org.el (org-table-overlay-coordinates)
3025 (org-table-toggle-coordinate-overlays): New functions.
3026 (org-table-overlay-coordinates, org-table-coordinate-overlays):
3028 (org-startup-with-deadline-check): Remove option.
3029 (org-mode): Remove deadline check on startup.
3030 (org-table-limit-column-width): Remove option.
3031 (org-table-formula-numbers-only): Remove option.
3032 (org-link-style, org-link-format): Remove options.
3033 (org-select-agenda-window, org-fit-agenda-window): Remove options.
3034 (org-export-ascii-show-new-buffer)
3035 (org-export-html-show-new-buffer): Remove options.
3036 (org-activate-links): Remove camel option.
3037 (org-file-link-context-use-camel-case): Remove option.
3038 (org-camel-regexp): Remove variable.
3039 (org-activate-camels): Remove function.
3040 (org-store-link): Remove Camel stuff.
3041 (org-make-org-heading-camel): Remove function.
3042 (org-open-at-point): Remove camel stuff.
3043 (org-link-search): Remove camel stuff.
3044 (org-camel-to-words): Function removed.
3045 (org-get-agenda-file-buffer): Make sure we prepare the base
3046 buffers, not any indirect buffers.
3047 (org-sort-entries): Sort top-level when not on a headline, and no
3049 (org-in-regexp): New function.
3050 (org-search-not-self): Rename from `org-search-not-link'.
3051 (org-open-link-marker): New variable.
3052 (org-open-at-point): Set `org-open-link-marker'.
3053 (org-print-icalendar-entries): Fixe bug with excluding DONE
3054 entries from the exported list.
3055 (org-edit-formula-lisp-indent): New command.
3056 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3057 (orgtbl-to-latex, orgtbl-insert-radio-table)
3058 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3059 (orgtbl-radio-table-templates): New option.
3060 (org-store-link-props):
3061 (org-remember-templates): More possibilities to insert info
3063 (org-remember-apply-template): Make use of the extended
3064 template capabilities.
3065 (org-remember-redo-template): New command.
3066 (org-upgrade-old-links)
3067 (org-table-modify-formulas, org-table-replace-in-formulas)
3068 (org-table-find-dataline)
3069 (org-table-get-vertical-vector): Remove functions.
3070 (org-table-remove-rectangle-highlight)
3071 (org-time-stamp-format, org-toggle-log-option)
3072 (org-table-highlight-rectangle)
3073 (org-table-iterate, org-table-make-reference):
3074 (org-translate-time, org-tree-to-indirect-buffer)
3075 (org-table-field-info, org-table-fix-formulas)
3076 (org-table-force-dataline, org-table-get-descriptor-line)
3077 (org-table-get-range)
3078 (org-skip-comments, org-sort)
3079 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3080 (org-table-current-dline, org-table-current-field-formula)
3081 (org-table-edit-backward-field)
3082 (org-table-edit-formulas-post-command)
3083 (org-table-edit-line-down, org-table-edit-line-up)
3084 (org-agenda-archive)
3085 (org-agenda-clock-cancel)
3086 (org-agenda-clock-out, org-agenda-list-stuck-projects)
3087 (org-agenda-open-link, org-agenda-show-new-time)
3088 (org-agenda-skip-subtree-when-regexp-matches)
3089 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3090 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3091 (org-do-sort, org-file-image-p, org-find-overlays)
3092 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3093 (org-highlight-until-next-command, org-isearch-end)
3094 (org-match-any-p, org-next-link, org-previous-link):
3095 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3096 (org-rewrite-old-row-references)
3097 (org-isearch-post-command)
3098 (org-table-edit-move, org-table-edit-next-field)
3099 (org-table-edit-scroll, org-table-edit-scroll-down)
3100 (org-set-frame-title, org-show-reference)
3101 (org-unhighlight-once, org-verify-change-for-undo): New functions.
3102 (org-show-variable): Remove command.
3103 (org-add-log-maybe): New arguments STATE, FINDPOS
3104 (org-table-sort-lines): Rewrite from scratch.
3105 (org-link-search): New argument AVOID-POS.
3106 (org-print-icalendar-entries): Remove argument CATEGORY.
3107 (org-run-agenda-series): Remove argument WONDOW.
3108 (org-next-link, org-previous-link): New commands.
3109 (org-agenda-date-format): New option.
3110 (org-table-iterate): New command.
3111 (org-table-modify-formulas)
3112 (org-table-replace-in-formulas): Remove functions.
3113 (org-table-fix-formulas): New function.
3114 (org-table-insert-column, org-table-delete-column)
3115 (org-table-move-column): Use `org-table-fix-formulas'.
3116 (org-follow-gnus-link): Patch from Bastien/Leo.
3117 (org-table-current-field-formula): New function.
3118 (org-file-image-p): New function.
3119 (org-agenda-show-new-time): New function.
3120 (org-agenda-date-later): Call `org-agenda-show-new-time'.
3121 (org-with-remote-undo): New macro.
3122 (org-agenda-undo): New command.
3123 (org-verify-change-for-undo): New function.
3124 (org-time-stamp-format): New function.
3125 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3127 (org-match-any-p): New function.
3128 (org-make-tags-matcher): Handle regular expressions for tag and
3130 (org-read-date): Accept "+N" as input for a date relative to the
3132 (org-remove-subtree-entries-from-agenda): New function.
3133 (org-agenda-archive, org-agenda-kill):
3134 Use `org-remove-subtree-entries-from-agenda'.
3135 (org-do-sort, org-sort-entries): New functions.
3136 (org-sort): New command.
3137 (org-table-sort-lines): Use `org-do-sort'.
3138 (org-fix-decoded-time): New function.
3139 (org-table-number-regexp): Require 0x... to identify as number
3141 (org-startup-options): New keywords for note taking.
3142 (org-upgrade-old-links): Remove function.
3143 (org-get-repeat): New function.
3144 (org-show-context): Also show siblings on current level.
3145 (org-show-siblings): New function.
3146 (org-isearch-end, org-isearch-post-command): New functions.
3147 (org-show-siblings): New option.
3148 (org-show-context): Use `org-show-siblings'.
3149 (org-table-maybe-recalculate-line): No longer require `calc-eval'
3150 to be bound, because user may just use elisp.
3152 2007-02-24 Kim F. Storm <storm@cua.dk>
3154 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3155 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3157 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3159 * startup.el (command-line): Also check if the abbrev file is readable.
3161 2007-02-24 John Paul Wallington <jpw@pobox.com>
3163 * net/tls.el (tls-certtool-program): Fix custom type.
3165 * mail/feedmail.el (feedmail-message-id-generator)
3166 (feedmail-date-generator): Fix custom types.
3168 * mail/rmail.el (rmail-message-filter): Fix custom type.
3170 2007-02-24 Eli Zaretskii <eliz@gnu.org>
3172 * startup.el (command-line): If simple.el cannot be found, proceed
3173 with a warning message.
3175 2007-02-24 Kenichi Handa <handa@m17n.org>
3177 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3178 case that BEG is a string.
3180 2007-02-24 Chris Moore <dooglus@gmail.com>
3182 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3183 * pgg-pgp.el (pgg-pgp-encrypt-region):
3184 * pgg-gpg.el (pgg-gpg-encrypt-region):
3185 Check pgg-encrypt-for-me if no other recipients.
3187 2007-02-23 Eli Zaretskii <eliz@gnu.org>
3189 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3191 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3192 shell-quote-argument.
3194 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3196 * comint.el (comint-read-input-ring): Use comint-input-ring-size
3197 from the comint buffer instead of the temporary one.
3199 2007-02-23 David Reitter <david.reitter@gmail.com>
3201 * cus-edit.el (custom-save-all): Canonicalize custom-file before
3202 storing it in recentf-exclude.
3204 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
3206 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3209 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
3211 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3212 commands, for restart.
3213 (idlwave-shell-current-module): Fix handling of module name by type.
3214 (idlwave-shell-break-in): Update type handling.
3215 (idlwave-shell-bp-get): Encode type in BP structure.
3216 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3217 (idlwave-shell-module-source-query): Query routine info based on type.
3218 Fix path parsing for non-compiled files.
3219 (idlwave-shell-module-source-filter): Don't signal error in filter
3221 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3224 2007-02-22 Kim F. Storm <storm@cua.dk>
3226 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3227 (editable-field): Document need to put some text before the %v
3228 escape in :format string.
3230 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3232 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3233 (vc-svn-use-edit): Remove unused config var.
3234 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3236 * outline.el (hide-sublevels): Keep empty last line, if available.
3238 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3239 rather than the corresponding unicode char, to make the code
3242 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
3244 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3245 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3246 (speedbar-item-info-tag-helper): Doc fixes.
3248 2007-02-19 Kenichi Handa <handa@m17n.org>
3250 * international/mule-cmds.el (locale-language-names):
3251 Map "eo" to "Esperanto".
3253 * language/european.el ("Esperanto"): New language environment.
3255 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
3257 * simple.el (kill-line): Doc fix.
3259 2007-02-17 Kim F. Storm <storm@cua.dk>
3261 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3262 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3263 (bindat--unpack-group, bindat--pack-group):
3264 Handle vectors with optional element type.
3266 2007-02-17 Daiki Ueno <ueno@unixuser.org>
3268 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3269 if PASSPHRASE is given.
3271 2007-02-17 Chris Moore <dooglus@gmail.com>
3273 * jka-cmpr-hook.el (jka-compr-compression-info-list):
3274 Recognize backups of bz2 compressed files.
3276 2007-02-17 Eli Zaretskii <eliz@gnu.org>
3278 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3279 to nil to speed up lookup of the symbol in index nodes.
3281 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3283 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3284 Add indentation for the constants of Lisp.
3286 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3288 * ps-print.el: Use (defvar <foo>) where applicable.
3289 (ps-print-emacs-type): Remove.
3290 (ps-x-frame-property, ps-e-frame-parameter): Remove.
3291 (ps-frame-parameter): Align its call-convention with frame-parameter.
3292 (ps-begin-job): Adjust calls to it appropriately.
3293 (ps-setup): Don't print ps-print-emacs-type.
3294 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3295 Define in such a way that it's obvious that it's defined.
3296 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3297 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3298 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3300 2007-02-15 Alan Mackenzie <acm@muc.de>
3302 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3303 an empty one-line C-style comment, post-position point properly.
3305 2007-02-15 Chris Moore <dooglus@gmail.com>
3307 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3308 (isearch-lazy-highlight-new-loop): Bind it.
3309 (isearch-lazy-highlight-search): Use it.
3311 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3313 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3315 * font-lock.el (font-lock-extend-region-wholelines):
3316 Only return non-nil if the region has really been changed.
3317 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3319 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
3321 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3322 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3323 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3325 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
3327 * faces.el (color-values): Revert changes to docstring from
3328 2007-01-31 and 2000-09-07.
3330 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3331 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3332 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3333 (ispell-help): Fix typos in docstring and output message.
3335 2007-02-14 Kim F. Storm <storm@cua.dk>
3337 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3338 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3339 (grep): Fix lgrep reference.
3341 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3342 (standard-display-underline): Use make-glyph-code.
3344 * descr-text.el (describe-char): Use glyph-char and glyph-face.
3346 * international/latin1-disp.el (latin1-display-char):
3347 Use make-glyph-code.
3349 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
3351 * ehelp.el (with-electric-help, electric-help-exit)
3352 (electric-help-retain): Doc fixes.
3354 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3355 (byte-compile-file): Doc fixes.
3357 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3359 * term/mac-win.el: Change all uses of
3360 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3361 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3362 (mac-ae-get-url): Call select-frame-set-input-focus.
3363 (mac-dnd-handle-drag-n-drop-event): Don't call
3364 select-frame-set-input-focus.
3366 2007-02-13 Kenichi Handa <handa@m17n.org>
3368 * international/characters.el: Fix documentation of category `a'.
3370 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
3372 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3374 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
3376 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3377 (tramp-get-remote-ln): Handle error case.
3378 Reported by Chris Moore <dooglus@gmail.com>.
3380 2007-02-11 Kim F. Storm <storm@cua.dk>
3382 * bindings.el (ctl-x-map): Remove register compatibility bindings
3383 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3385 2007-02-11 Richard Stallman <rms@gnu.org>
3387 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3390 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3391 condition -- don't fail to stop at endpos.
3393 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
3395 * textmodes/org.el (org-agenda-get-todos)
3396 (org-agenda-get-timestamps, org-agenda-get-closed)
3397 (org-agenda-get-deadlines, org-agenda-get-scheduled)
3398 (org-agenda-get-blocks, org-format-agenda-item)
3399 (org-agenda-change-all-lines, org-scan-tags): Rename text property
3400 from `category' to `org-category'.
3402 2007-02-11 Kenichi Handa <handa@m17n.org>
3404 * international/titdic-cnv.el (titdic-convert): Force files be written
3405 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
3406 (miscdic-convert): Force files be written with Unix-like eol format.
3408 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
3410 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3412 * calculator.el (calculator-prompt): Doc fix.
3413 (calculator-mode-map): Fix typo in menu entry.
3415 2007-02-10 Jay Belanger <belanger@truman.edu>
3417 * calculator.el (calculator): Do more extensive checking for when
3418 3 lines should be used for the calculator.
3420 2007-02-10 Eli Zaretskii <eliz@gnu.org>
3422 * info-look.el (info-lookup-make-completions):
3423 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3426 * info.el (Info-fontify-maximum-menu-size): Document the effect
3428 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3429 non-nil before using it as size.
3431 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
3433 * subr.el (insert-for-yank-1): Prevent read-only properties from
3434 interfering with text property operations.
3436 * image-mode.el (image-mode): Revert 2007-01-30 changes.
3438 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3439 (image-type-auto-detected-p): Fail if another match is found in
3442 * files.el (magic-mode-alist): Call image-mode instead of
3443 image-mode-maybe for autodetected images.
3445 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
3447 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3448 Fix typos in docstrings.
3449 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3451 2007-02-09 Kim F. Storm <storm@cua.dk>
3453 * emacs-lisp/float-sup.el: Remove obsolete comment.
3455 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3457 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3459 2007-02-08 Karl Fogel <kfogel@red-bean.com>
3461 * simple.el: Revert previous change, at request of RMS:
3462 (fundamental-mode-hook): Remove.
3463 (fundamental-mode): Run after-change-major-mode-hooks manually,
3464 and don't run the now-nonexistent fundamental-mode-hook.
3466 2007-02-08 Karl Fogel <kfogel@red-bean.com>
3468 * simple.el (fundamental-mode-hook): Declare new hook.
3469 (fundamental-mode): Run the new dedicated hook, and don't run
3470 after-change-major-mode-hooks manually anymore.
3472 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3474 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3475 added columns of chars. Remove support for the "no-meta-info" format.
3476 Prompted by Romain Francoise <romain@orebokech.com>.
3478 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
3480 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3481 (gdb-mouse-until, gdb-mouse-jump): Use it.
3483 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
3485 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3486 work when there is just an assembler buffer (no source buffer).
3488 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
3490 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3491 just because the diff was produced using "-p" (--show-c-function).
3493 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
3495 * faces.el (frame-set-background-mode): Use `color-values' and
3496 `display-color-p', not `x-color-values' and `x-display-color-p'.
3497 (face-valid-attribute-values): Use `defined-colors' instead of
3500 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3502 * ps-print.ps: The ps-print commands without face printing should not
3503 print background color. Reported by Leo <sdl.web@gmail.com>.
3504 (ps-print-version): New version 6.7.3.
3505 (ps-begin-job): New arg. Fix ps-default-background and
3506 ps-default-foreground initialization.
3507 (ps-face-attributes): Fix doc string.
3508 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3510 * printing.el: Fix ps-print link.
3512 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
3514 * faces.el (face-set-after-frame-default): Compile attributes to
3515 be set by frame parameters before merging in X resources.
3517 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
3519 * simple.el (blink-matching-paren-dont-ignore-comments):
3520 (blink-matching-paren-on-screen): Doc fixes.
3522 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
3524 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3526 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
3528 * loadhist.el (unload-feature): Silently ignore `load-history' entries
3529 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3530 entries like `defun'. Return nil.
3532 2007-02-05 Kim F. Storm <storm@cua.dk>
3534 * ido.el: Doc fixes.
3536 2007-02-04 David Kastrup <dak@gnu.org>
3538 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3539 `mpuz-allow-double-multiplicator' is non-zero, and correct
3540 calculation of `min'.
3542 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
3544 * wid-edit.el (widget-default-create): Insert new text at the
3545 :from marker _after_ the marker, not before it.
3547 2007-02-04 Alan Mackenzie <acm@muc.de>
3549 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3550 containing it is re-indented.
3552 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
3554 * net/newsticker.el (newsticker--insert-image): Update docstring,
3555 and insert the image directly.
3556 (newsticker--buffer-redraw): Update docstring.
3558 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3559 Rename from define-global-minor-mode.
3561 * progmodes/cwarn.el (global-cwarn-mode):
3562 * emacs-lisp/autoload.el (make-autoload):
3563 * hi-lock.el (global-hi-lock-mode):
3564 * font-core.el (global-font-lock-mode): All callers changed.
3566 2007-02-03 Eli Zaretskii <eliz@gnu.org>
3568 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3569 Don't copy @ignore lines into menu descriptions.
3570 (texinfo-multi-file-update): Goto the @node line before attempting
3571 to pluck the node name.
3572 (texinfo-multiple-files-update): Reverse the optional arguments'
3573 order, as per the doc string and the `interactive' form.
3575 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
3577 * image-mode.el: Use autoload to avoid overriding disabled setting
3580 2007-02-03 Alan Mackenzie <acm@muc.de>
3582 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3583 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
3584 adjacent paren groups).
3586 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3588 * progmodes/ebnf2ps.el: Doc fixes.
3589 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3591 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3593 * dired-x.el (dired-do-relsymlink): Add reference to
3594 dired-do-symlink. Add an autoload cookie.
3596 * dired-aux.el (dired-do-symlink): Add reference to
3597 dired-do-relsymlink.
3599 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
3601 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3602 <left-fringe mouse-3>: New bindings.
3604 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
3606 * newsticker.el (newsticker-version): Changed to "1.10".
3607 (newsticker--set-customvar): Doc string.
3608 (newsticker-new-item-face): Doc string.
3609 (newsticker-mode): Initialize `invisibility-spec' with t.
3610 (newsticker-mode-map): Added
3611 `newsticker-mark-all-items-at-point-as-read'.
3612 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3613 (newsticker-w3m-show-inline-images): Do not call
3615 (newsticker--buffer-after-w3m-insert-image): New advice for
3616 w3m-insert-image to cache images.
3617 (newsticker-next-item-same-feed): New.
3618 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3619 (newsticker-mark-all-items-of-feed-as-read): New.
3620 (newsticker-mark-all-items-at-point-as-read): Use new functions.
3621 (newsticker-mark-item-at-point-as-read): Doc string.
3622 (newsticker-mark-item-at-point-as-read): Use new functions.
3623 (newsticker--do-mark-item-at-point-as-read): New, extracted from
3624 `newsticker-mark-item-at-point-as-read'.
3625 (newsticker-hide-entry): Use (t) instead of t for invisibility.
3626 (newsticker--sentinel): Yet another xml-parser workaround.
3627 (newsticker--decode-iso8601-date): Bugfix for datestrings without
3629 (newsticker--buffer-do-insert-text): Fix.
3630 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3631 (newsticker--buffer-make-item-completely-visible):
3632 `switch-to-buffer' not necessary.
3634 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3636 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3637 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3638 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3639 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3640 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3642 2007-02-02 Kenichi Handa <handa@m17n.org>
3644 * international/quail.el (quail-show-key): Fix an error message.
3646 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3648 * faces.el (set-face-underline-p, modify-face): Rename arg
3649 UNDERLINE-P to UNDERLINE (it is not a flag).
3651 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
3653 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3654 when adding gdb-speedbar-update to gdb-input-queue.
3656 2007-02-01 Kenichi Handa <handa@m17n.org>
3658 * international/quail.el (quail-show-key): Signal an error if the
3659 current input method is not using Quail.
3661 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
3663 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3664 Trim leading whitespace in sysvar names.
3666 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3668 * faces.el (internal-find-face, internal-get-face): Doc fixes.
3670 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
3672 * ido.el (ido-set-common-completion): Use `let', not `let*'.
3674 2007-01-31 Romain Francoise <romain@orebokech.com>
3676 * comint.el: Delete extra copy of `comint-copy-old-input' added in
3677 previous change to this file.
3679 2007-01-31 Jason Rumney <jasonr@gnu.org>
3681 * files.el (magic-mode-alist): Use image-mode-maybe rather than
3684 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3685 interfering with attempt to set major mode from modified
3688 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
3690 * faces.el (color-values): Doc fix.
3691 (face-differs-from-default-p): Don't check :foreground twice.
3693 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
3695 * comint.el (comint-mode): Prevent non-keyword fontification by default.
3697 2007-01-31 Kenichi Handa <handa@m17n.org>
3699 * international/quail.el (quail-store-decode-map-key): Store a
3700 translated character too.
3701 (quail-char-equal-p): New function.
3702 (quail-find-key1): Check character equality by quail-char-equal-p.
3703 (quail-decode-map-generated): New variable.
3704 (quail-find-key): Check quail-decode-map-generated and re-generate
3705 a decode map if necessary.
3707 2007-01-30 Richard Stallman <rms@gnu.org>
3709 * tutorial.el (tutorial--detailed-help): Make the list of
3710 changed keys look nicer.
3712 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
3714 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3715 (gdb-var-delete): Use it.
3716 (gdb-var-update-handler-1): Handle value "invalid" for MI field
3719 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
3721 * files.el (get-free-disk-space): Return nil for remote directories.
3723 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3726 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
3728 * type-break.el (type-break-catch-up-event): New function.
3729 (type-break-demo-hanoi, type-break-demo-life)
3730 (type-break-demo-boring): Use it.
3732 * image-mode.el (image-mode): Don't automatically view as image.
3733 (image-toggle-display): Add `disabled' property.
3735 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3737 * isearchb.el (isearchb-iswitchb):
3738 * ps-print.el (ps-build-face-reference):
3739 * emacs-lisp/shadow.el (list-load-path-shadows):
3740 * eshell/esh-cmd.el (eshell-rewrite-for-command):
3741 * international/mule.el (find-auto-coding):
3742 * mail/supercite.el (sc-attrib-selection-list):
3743 * progmodes/cc-defs.el (c-emacs-features):
3744 * progmodes/cc-vars.el (c-offsets-alist):
3745 * progmodes/flymake.el
3746 (flymake-init-create-temp-source-and-master-buffer-copy):
3747 Fix typos in docstrings (some suggested by Chris Moore).
3749 * progmodes/vhdl-mode.el (vhdl-components-package-name)
3750 (vhdl-get-library-unit, vhdl-corresponding-begin)
3751 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3752 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3753 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3754 (vhdl-font-lock-match-item): Fix typos in docstrings.
3755 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3756 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3757 (vhdl-speedbar-insert-project-hierarchy):
3758 Improve argument/docstring consistency.
3760 2007-01-29 Kenichi Handa <handa@m17n.org>
3762 * international/titdic-cnv.el (py-converter): Fix previous change.
3764 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
3766 * jka-compr.el (jka-compr-partial-uncompress)
3767 (jka-compr-call-process): Rebind default-directory if it is
3768 invalid. Suggested by Chris Moore.
3770 * comint.el (comint-insert-input): Handle situation where the
3771 selected buffer is not the clicked buffer.
3773 2007-01-29 Kenichi Handa <handa@m17n.org>
3775 * international/ja-dic-cnv.el (skkdic-convert):
3776 Add byte-compile-disable-print-circle:t at the head.
3778 * international/titdic-cnv.el (tit-process-header):
3779 Add byte-compile-disable-print-circle:t at the head.
3780 (miscdic-convert): Likewise.
3781 (py-converter): Skip the header comments.
3783 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3785 (byte-compile-output-file-form): Bing print-circle to nil if
3786 byte-compile-output-file-form is not nil.
3787 (byte-compile-output-docform): Likewise.
3789 2007-01-28 Kim F. Storm <storm@cua.dk>
3791 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3792 Declare earlier to avoid byte compiler warnings.
3794 2007-01-28 Markus Triska <markus.triska@gmx.at>
3796 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3798 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
3800 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3801 (gamegrid-add-score-with-update-game-score-1): Allow local quits
3802 when calling update-game-score program. Remove unnecessary
3805 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3807 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
3809 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3810 avoid compiler warning.
3811 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3812 might have values other than "true" or "false".
3814 2007-01-28 Richard Stallman <rms@gnu.org>
3816 * textmodes/fill.el (fill-paragraph-function): Doc fix.
3817 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3819 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3821 * image.el (image-type-header-regexps): Make GIF regex more specific.
3823 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3824 Don't check `backspace'.
3825 (tutorial--find-changed-keys): Look up bindings in a temp buffer
3826 in Fundamental mode.
3828 * startup.el (fancy-splash-text, normal-splash-screen):
3831 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3832 when inserting in buffer.
3834 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
3837 2007-01-27 Richard Stallman <rms@gnu.org>
3839 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
3841 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
3843 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
3844 enum/union/struct/class definition.
3845 Revert change to call `forward-sexp' multiple times.
3847 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
3849 * files.el (hack-local-variables-confirm): Don't keep trying to
3850 read an event from an empty kbd macro.
3852 2007-01-27 Eli Zaretskii <eliz@gnu.org>
3854 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
3856 2007-01-27 Ben North <ben@redfrontdoor.org>
3858 * outline.el (outline-promote, outline-demote): Doc fix. Rename
3859 the arg CHILDREN -> WHICH.
3861 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
3863 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
3864 default-directory to a sane value when calling start-process.
3866 2007-01-27 Eli Zaretskii <eliz@gnu.org>
3868 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
3869 (ls-lisp-format-time-list): Doc fix. Mention
3870 ls-lisp-use-localized-time-format.
3871 (ls-lisp-format-time): Use ls-lisp-format-time-list if
3872 ls-lisp-use-localized-time-format is non-nil, even if a valid
3875 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
3877 * jka-compr.el (jka-compr-shell): Doc fix.
3879 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
3881 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3883 * ps-print.ps: Fix background height.
3884 (ps-print-version): New version 6.7.2.
3886 2007-01-26 Eli Zaretskii <eliz@gnu.org>
3888 * makefile.w32-in (finder-data, custom-deps): Depend on
3889 $(lisp)/loaddefs.el.
3891 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3893 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
3895 2007-01-24 Miles Bader <miles@gnu.org>
3897 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
3898 (byte-compile-output-docform): Bind `print-circle' to t.
3900 2007-01-24 Kenichi Handa <handa@m17n.org>
3902 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
3903 file name of the original SKK dictionary file.
3905 2007-01-24 Kim F. Storm <storm@cua.dk>
3907 * ido.el (ido-initial-position): New variable.
3908 (ido-read-internal): Set it if default item is specified.
3909 (ido-minibuffer-setup): Position cursor accordingly if set.
3910 (ido-edit-input): C-e moves to end of input if not already there.
3911 (ido-magic-backward-char): C-b does like M-b if prev char is /.
3912 Don't switch to buffer mode if repeating C-b at start of input.
3913 (ido-toggle-ignore): C-a only toggles ignore at start or end of
3914 input; else it moves to start of input.
3915 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
3916 not at end of input, delete rest of input, rather than normal op.
3918 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
3920 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
3922 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
3923 of message. Activate mark.
3924 (ediff-activate-mark): Set transient-mark-mode to t.
3926 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
3928 2007-01-23 Martin Rudalics <rudalics@gmx.at>
3930 * help-fns.el (describe-variable): Don't suppress display of
3931 buffer local value when the value is "large".
3933 2007-01-22 Kim F. Storm <storm@cua.dk>
3935 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
3936 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
3937 (ido-tidy): Use ido-active.
3939 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
3941 * hexl.el (hexl-mode-exit): Add missing quote.
3943 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3945 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
3946 (mac-ae-keyboard-modifiers): New function.
3947 (mac-handle-toolbar-switch-mode): Use it.
3948 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
3949 if keyboard modifiers on drop contain option key.
3950 (mac-dnd-drop-data): Add optional argument `action'.
3951 (special-event-map): Remove binding for M-drag-n-drop.
3953 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
3955 * add-log.el (add-log-current-defun): Use CC Mode functions to
3956 find the beginning and end of a defun.
3958 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
3960 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3961 (gdb-var-create-handler): Handle value field in GDB output of
3963 (gdb-max-frames): New variable.
3964 (gdb-stack-buffer, gdb-frames-select): Use it.
3965 (gdb-info-stack-custom): Help user customize gdb-max-frames,
3967 (gdb-get-frame-number): Simplify.
3969 2007-01-21 Glenn Morris <rgm@gnu.org>
3971 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3974 2007-01-21 Alan Mackenzie <acm@muc.de>
3976 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
3977 handling of K&R stuff.
3979 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3981 * textmodes/bibtex.el (bibtex-files): Fix customization type.
3983 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3985 * ps-print.el: Handle frame parameters (background and/or foreground
3986 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
3987 (ps-print-version): New version 6.7.1.
3988 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3989 (ps-frame-parameter): New fun.
3990 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3991 Fix doc and customization.
3992 (ps-begin-job): Get frame parameters (background and/or foreground
3994 (ps-do-despool): Ensure ps-printer-name has a valid value.
3996 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
3998 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
3999 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4000 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4003 2007-01-20 Alan Mackenzie <acm@muc.de>
4005 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4006 much more rigorous analysis of putative K&R regions.
4008 2007-01-20 Alan Mackenzie <acm@muc.de>
4010 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4013 2007-01-20 Alan Mackenzie <acm@muc.de>
4015 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4016 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4017 * progmodes/cc-langs.el, progmodes/cc-styles.el,
4018 * progmodes/cc-vars.el: Add my name.
4020 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4022 * files.el (find-alternate-file): Revert query message to Emacs 21
4025 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
4027 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4028 the doc string how to use personal abbrevs without electric
4031 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4033 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4034 Fixed cursor position when toggle abbreviated display.
4036 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
4038 * t-mouse.el: Update copyright following assignment by
4041 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4043 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4044 (type-break-demo-boring): Call read-event instead of read-char.
4046 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4048 * progmodes/compile.el: Add handling for makepplog.
4050 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4052 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4053 aspell dictionaries are initialized when called non-interactively.
4055 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4057 * progmodes/compile.el (compilation-loop): New arg limit.
4058 Handle case where the first error is at point-min.
4059 (compilation-next-error): New arg to compilation-loop call.
4061 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4063 * info.el (Info-default-dirs): Change default info dir to
4066 * paths.el (Info-default-directory-list): Ditto.
4068 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4070 * hexl.el (hexl-before-revert-hook): New function.
4071 (hexl-mode): Use it.
4072 (hexl-after-revert-hook): Just call hexl-mode.
4073 (hexl-mode-exit): Remove before-revert-hook.
4075 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4077 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4079 2007-01-16 Martin Rudalics <rudalics@gmx.at>
4081 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4082 by "-" in francais7 otherchars entry.
4083 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4086 2007-01-15 Karl Fogel <kfogel@red-bean.com>
4088 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4089 path. Rewrite function in `cond' style for readability.
4091 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4092 (The path shortening, that is, not the rearrarangement.)
4094 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4096 * term/mac-win.el (mac-ae-quit-application): New function.
4097 (mac-apple-event-map): Bind "quit application" Apple event to it.
4099 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4101 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4102 than the program's output.
4104 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4106 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4107 (kmacro-start-macro-or-insert-counter)
4108 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4109 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4111 * longlines.el (longlines-show-hard-newlines):
4112 * ruler-mode.el (ruler-mode-ruler):
4113 * emulation/keypad.el (keypad-setup):
4114 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4115 Fix typo in docstring.
4117 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
4119 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4120 Remove redirect character ">".
4122 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
4124 * replace.el (perform-replace): Remove leftover code.
4126 2007-01-12 Richard Stallman <rms@gnu.org>
4128 * replace.el (perform-replace): Don't clear NODENT when computing
4129 the replacement string.
4131 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
4133 * net/tramp.el (tramp-handle-file-local-copy):
4134 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
4135 <christopher.ian.moore@gmail.com>.
4137 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4139 * diff-mode.el (diff-sanity-check-context-hunk-half)
4140 (diff-sanity-check-hunk): New functions.
4141 (diff-find-source-location): Use'em to check the hunks are well-formed.
4143 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4144 activate undo when undo is not active.
4145 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4147 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4149 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4150 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4151 (ffap-url-at-point): Use char-classes rather than "a-z".
4153 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
4155 * ediff-init.el (ediff-autostore-merges):
4156 * textmodes/fill.el (fill-region): Doc fix.
4158 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4160 * server.el (server-ensure-safe-dir): UIDs may be floats.
4162 2007-01-10 Richard Stallman <rms@gnu.org>
4164 * battery.el (battery-linux-proc-acpi): Use ignore-errors
4165 around calls to directory-files.
4167 * subr.el (momentary-string-display): Use save-excursion.
4169 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4170 argument, but read it as `X' does.
4172 2007-01-09 Juri Linkov <juri@jurta.org>
4174 * info.el (Info-fontify-node): Don't hide node names of index entries.
4176 * faces.el (momentary): Change :group to basic-faces where all
4177 basic faces belong to. Add :version.
4179 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
4181 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4182 keybinding is found.
4183 (tutorial--find-changed-keys): Never treat null keybinding as a
4186 2007-01-09 Martin Rudalics <rudalics@gmx.at>
4188 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4190 2007-01-09 Kenichi Handa <handa@m17n.org>
4192 * international/mule-cmds.el
4193 (select-safe-coding-system-interactively): Fix message.
4195 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
4197 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4198 (tramp-process-actions): Add optional parameter TIMEOUT.
4199 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4200 (tramp-open-connection-su): Add timeout of 60".
4202 2007-01-09 Richard Stallman <rms@gnu.org>
4204 * progmodes/compile.el (compile): Doc fix.
4206 2007-01-09 Markus Triska <markus.triska@gmx.at>
4208 * tumme.el (tumme-display-thumb): Doc fix.
4210 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
4212 * battery.el (battery-search-for-one-match-in-files):
4213 * bindings.el (mode-line-minor-mode-help):
4214 * x-dnd.el (x-dnd-types-alist):
4215 * calendar/icalendar.el (icalendar-import-buffer):
4216 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4218 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4220 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
4222 * replace.el (replace-regexp): Fix typo in docstring.
4224 2007-01-07 Alan Mackenzie <acm@muc.de>
4226 * progmodes/cc-langs.el (c-operators, c-filter-ops):
4227 Amend doc-string and comments.
4229 2007-01-06 Eli Zaretskii <eliz@gnu.org>
4231 * files.el (abbreviate-file-name): Doc fix.
4233 2007-01-06 Markus Triska <triska@gmx.at>
4235 * subr.el (split-string): Remove spurious ")" from doc string.
4237 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
4239 * textmodes/table.el (table--warn-incompatibility):
4240 Use display-warning instead of momentary-string-display.
4242 2007-01-05 Richard Stallman <rms@gnu.org>
4244 * image.el (image-type-header-regexps): Recognize xbm more strictly.
4246 * simple.el (backward-kill-word): Doc fix.
4248 2007-01-05 Romain Francoise <romain@orebokech.com>
4250 * international/mule.el (sgml-html-meta-auto-coding-function):
4251 Ensure that the buffer contains a HTML document.
4253 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4255 * faces.el (momentary): Move here ...
4256 * subr.el (momentary): ... from here.
4258 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
4260 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4261 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4262 large structures/arrays.
4264 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
4266 * files.el (find-file-noselect-1, set-visited-file-name):
4267 Allow backup-enable-predicate to be nil.
4269 2007-01-04 Andreas Schwab <schwab@suse.de>
4271 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4274 2007-01-03 Richard Stallman <rms@gnu.org>
4276 * woman.el (woman-decode-buffer): Clarify error message.
4278 2007-01-03 Alan Mackenzie <acm@muc.de>
4280 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4282 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
4284 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4286 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4288 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4290 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4292 * emulation/viper.el (viper-custom-file-name, viper-mode):
4293 Fix typos in docstrings.
4295 * subr.el (momentary-string-display): After moving point, set POS
4296 variable to it to avoid later errors once the buffer is modified.
4299 2007-01-02 Alan Mackenzie <acm@muc.de>
4301 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4302 check that the "*/" is present before trying to manipulate it.
4304 2007-01-02 Richard Stallman <rms@gnu.org>
4306 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4308 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4309 Fix format of value.
4311 * cus-edit.el (customize-unsaved): Rename from customize-customized.
4312 Change messages accordingly.
4313 (customize-customized): Now alias.
4315 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
4317 * files.el (version-control): Doc fix.
4319 2007-01-01 Alan Mackenzie <acm@muc.de>
4321 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4322 Check the format of c-state-cache is valid for an optimisation before
4325 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4326 are at a statement within a macro". Other changes so that only
4327 the first continuation line in a macro gets the symbol
4328 `cpp-define-intro', the others getting `statement', or whatever.
4330 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4331 a string, preserve whitespace. Add a backslash only when also in
4334 * progmodes/cc-defs.el: Correct typos.
4336 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4337 new line after an escaped EOL in a string.
4339 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4340 label when it directly follows "else", "do", ....
4342 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4343 angle brackets (as seen in "explicit specialisations" of C++
4346 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4349 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4350 when the comment ender looks like "=========*/" and is alone on
4353 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4354 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
4357 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4358 c-\(beginning\|end\)-of-defun by default.
4360 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4361 New line-up function, for the DEFUN macro in the Emacs C sources.
4362 Only used in "gnu" style.
4364 * progmodes/cc-styles.el (c-style-alist): Use this new function in
4367 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4368 clean-up comment-close-slash also to work when there's a comment
4369 terminator on the line.
4370 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4371 these for large arg - only take account of top level {..}, except
4372 for initial and final adjustments. M-- C-M-[ae] now go to the
4373 right defuns when the starting point is between defuns. They use
4374 the four new functions:
4375 (c-in-function-trailer-p, c-where-wrt-brace-construct)
4376 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4377 support c-\(beginning\|end\)-of-defun.
4379 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4380 expressions more rigorously, to exclude bit-field specifiers from
4381 being classed as labels.
4382 (c-forward-label): When analyzing a ":" within a macro, be careful
4383 about using c-forward-syntactic-ws at the macro beginning.
4384 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4385 stmt boundary, check for "operator=", etc.
4387 * progmodes/cc-mode.el (c-postprocess-file-styles):
4388 Bind inhibit-read-only to t, around the call to
4389 c-remove-any-local-eval-or-mode-variables, so that it works on a
4392 * progmodes/cc-defs.el (c-version): Update the version number to
4395 2007-01-01 Richard Stallman <rms@gnu.org>
4397 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4398 only if we restored isearch-window-configuration.
4400 2006-12-31 Romain Francoise <romain@orebokech.com>
4402 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4404 2006-12-31 Kim F. Storm <storm@cua.dk>
4406 * files.el (auto-mode-case-fold): New defcustom.
4407 (set-auto-mode): If non-nil, perform second case-sensitive pass
4408 through auto-mode-alist if first pass failed.
4410 2006-12-30 Richard Stallman <rms@gnu.org>
4412 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4414 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
4416 * allout.el (allout-encrypt-string): Handle symmetric-key
4417 passphrase caching but leave keypair caching to pgg.
4419 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
4421 Sync with Tramp 2.0.55.
4423 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4424 `integerp'. `char-equal' could fail else in case of negative
4425 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4426 (top): Check for `font-lock-add-keywords' before calling; it
4427 doesn't exist under XEmacs.
4428 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
4429 (tramp-completion-mode): Remove clause (not
4430 tramp-unified-filenames), because the function is called in other
4431 context too, where this check results in wrong results in the
4432 XEmacs case on Windows.
4433 (tramp-touch): UTC handling is not possible for XEmacs.
4435 2006-12-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4437 * scroll-bar.el (previous-scroll-bar-mode): New variable
4438 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4439 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4441 * term/x-win.el: Set scroll bar mode to right if set by X resources.
4443 2006-12-30 Richard Stallman <rms@gnu.org>
4445 * files.el (make-backup-file-name-1): Precompute abs name
4446 but don't lose the relative name.
4448 * international/mule-cmds.el (select-safe-coding-system-interactively):
4451 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4453 * files.el (backup-buffer): Show entire backup file name in msg.
4455 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
4457 * image.el (image-type-header-regexps, image-type-from-data)
4458 (image-type-from-buffer, image-type-from-file-header):
4459 Revert changes from 2006-12-26.
4460 (image-type-auto-detectable): New variable.
4461 (image-type-auto-detected-p): New function.
4463 * files.el (magic-mode-alist): Detect image files with
4464 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4466 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
4468 * dired.el (dired-sort-other): Move test for dired-mode...
4469 (dired-sort-set-modeline): ...to here.
4471 2006-12-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4473 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4474 change. Suggested by Stefan Monnier.
4476 2006-12-29 Kim F. Storm <storm@cua.dk>
4478 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4479 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4481 2006-12-27 Kim F. Storm <storm@cua.dk>
4483 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4484 so it doesn't accidentally match an fsf.org mail address.
4485 (authors-renamed-files-alist): Add tcover-*.el.
4487 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4489 * vc-arch.el (vc-arch-find-version): New function.
4491 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4492 composed of arbitrary characters (even /) in some systems.
4494 2006-12-27 Eli Zaretskii <eliz@gnu.org>
4496 * international/mule-cmds.el (select-safe-coding-system-interactively):
4497 Improve the message in the *Warning* buffer.
4499 2006-12-27 Kim F. Storm <storm@cua.dk>
4501 * ido.el (ido-set-matches-1): Fix last change. If default item is
4502 current buffer, it is ok to be first.
4504 2006-12-27 Kenichi Handa <handa@m17n.org>
4506 * international/mule-cmds.el (select-safe-coding-system-interactively):
4507 Use face `link' for problematic chars.
4509 2006-12-27 Kenichi Handa <handa@m17n.org>
4511 * international/mule-cmds.el (select-safe-coding-system-interactively):
4512 Improve the message in *Warning* buffer.
4514 2006-12-27 Kim F. Storm <storm@cua.dk>
4516 * ido.el (ido-set-matches-1): Never put current buffer first if
4517 there are other matches.
4519 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
4521 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4523 (gdb-var-delete): Handle duplicate names. Print message for non
4525 (gdb-partial-output-name): Start buffer name with a space.
4526 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4529 2006-12-26 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4531 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4532 last footnote when `footnote-spaced-footnotes' is nil.
4534 2006-12-26 Richard Stallman <rms@gnu.org>
4536 * cus-edit.el (custom-browse-sort-alphabetically)
4537 (custom-buffer-sort-alphabetically)
4538 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
4540 * image.el (image-type-header-regexps): Change element format
4541 to include third item NOT-ALWAYS.
4542 (image-type-from-data): Handle new format.
4543 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
4544 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4546 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
4548 * add-log.el (add-log-current-defun): Call `forward-sexp'
4549 multiple times to pick a member function name defined as
4550 part of nested classes/namespaces.
4552 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4554 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4555 which keymap should be used to change menu. It does not affect any
4558 2006-12-26 Richard Stallman <rms@gnu.org>
4560 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4561 rather than for being in a minibuffer window.
4563 2006-12-25 Daiki Ueno <ueno@unixuser.org>
4565 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4566 locale-coding-system.
4567 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4570 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
4572 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4573 (sql-mode-syntax-table): Disable double quoted strings.
4574 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4576 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4578 * startup.el (fancy-splash-last-input-event): New variable.
4579 (fancy-splash-special-event-action): New function.
4580 (fancy-splash-screens): Temporarily bind special events to it.
4581 Execute command for saved special event before exiting from
4584 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4586 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4587 Use mac-unread-string.
4589 2006-12-24 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4591 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4592 an optimized comment regexp if `comment-start-skip' uses a ^.
4593 * bs.el (bs--up): Remove interactive spec.
4595 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
4597 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4598 Suggested by James Cloos.
4600 2006-12-24 Kevin Ryde <user42@zip.com.au>
4602 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4604 (calendar-dst-ends): Default to first Sunday in November.
4606 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
4608 * allout.el (allout-encrypt-string): Inhibit use of agent within
4609 body of let form where encryption happens. Acknowledge non-use of
4610 gpg-agent in docstring.
4611 (allout-toggle-subtree-encryption): Acknowledge non-use of
4612 gpg-agent in docstring.
4614 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
4616 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
4618 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
4620 * ediff-diff.el (ediff-diff-options): Clarify docstring.
4621 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
4623 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4625 (viper-add-newline-at-eob-if-necessary): Add newline only if we
4626 actually modify buffer; ignore errors if occur.
4628 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
4630 * calendar/calendar.el (calendar-mode-map): Switch < and >.
4631 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4634 2006-12-23 Richard Stallman <rms@gnu.org>
4636 * simple.el (delete-horizontal-space): Doc fix.
4638 2006-12-23 Eli Zaretskii <eliz@gnu.org>
4640 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4641 explicitly in a recursive Make, not implicitly through prerequisites,
4642 since the latter is wrong under parallel builds.
4644 2006-12-22 Eli Zaretskii <eliz@gnu.org>
4646 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4648 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4650 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4653 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
4655 * outline.el (outline-next-visible-heading): Fix the case with a
4656 header at end-of-file with no final newline.
4658 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4660 * indent.el (tab-always-indent): Doc fix.
4662 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
4664 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4665 (Info-fontify-node): Do fontify indices.
4667 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4668 to the Emacs Lisp reference manual.
4669 (tutorial--tab-map): Remove. All callers changed.
4670 (tutorial--find-changed-keys): New elt QUIET, used to...
4671 (tutorial--display-changes): ...ensure that warning messages are
4672 only issued once per changed key.
4673 (tutorial--remove-remarks): Delete unused code-path.
4674 (lang-strings): Remove extraneous formatting.
4675 (tutorial--save-tutorial): Prompt before saving tutorial state.
4677 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
4679 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
4680 Replace '?\ ' by '?\s' throughout.
4681 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
4682 `help' custom group.
4683 (tutorial--key-description): New function.
4684 (tutorial--display-changes): Remove redundant arg. Scan for all
4685 key sequences to avoid false matches. Cleanup.
4686 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4687 reduce homedir pollution.
4688 (help-with-tutorial): Call tutorial--display-changes with no arg.
4690 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
4692 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4694 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
4696 * net/tramp.el (tramp-default-method): We still need to check for
4697 `executable-find', because it is not bound under Emacs 20.
4698 (tramp-handle-file-name-completion)
4699 (tramp-completion-handle-file-name-completion): Handle optional
4700 parameter PREDICATE.
4701 (tramp-find-default-method): Add code for default values.
4703 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
4705 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4706 make gud-go send "continue".
4708 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
4710 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4711 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
4713 2006-12-19 Kim F. Storm <storm@cua.dk>
4715 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4716 instead of global-map.
4718 * files.el (magic-mode-alist): Allow matching file type by
4719 calling a function at bob. Check for image types by calling
4720 image-type-from-buffer. Suggested by Juanma Barranquero.
4721 (set-auto-mode): Do it.
4723 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
4725 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4726 Remove "ControlMaster" option from the other `scp*' methods.
4727 (tramp-default-method): Check for ssh-agent before setting to `scp'.
4729 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
4731 * textmodes/org.el (org-mode): Show context after isearch.
4732 (org-show-siblings): New function.
4733 (org-show-context): Use `org-show-siblings'.
4735 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4737 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4738 Use syntax-ppss-toplevel-pos.
4740 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
4742 * textmodes/org.el (org-current-line): Make sure that lines are
4743 counted from beginning of buffer.
4744 (org-table-copy-region, org-table-paste-rectangle): Make sure that
4745 lines are counted from beginning of buffer.
4747 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
4749 * info.el (Info-build-node-completions): Signal error if tag-table
4750 marker is not found.
4752 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4754 2006-12-17 Alan Mackenzie <acm@muc.de>
4756 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4757 speed) the case when open-paren-in-column-0-is-defun-start is nil.
4758 Based on code by Martin Rudalics.
4760 * progmodes/cc-mode.el (c-basic-common-init): Don't set
4761 open-paren-in-column-0-is-defun-start to nil any more.
4763 2006-12-17 Richard Stallman <rms@gnu.org>
4765 * simple.el (delete-horizontal-space): Use prefix arg.
4767 * help-fns.el (describe-variable): Improve blank separator lines.
4769 * files.el (magic-mode-alist): Mark as risky.
4771 * files.el (make-backup-file-name-1):
4772 Expand backup-directory explicitly.
4774 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
4776 * net/tramp.el (tramp-default-method): Before setting to "pscp",
4777 check whether package password.el is loaded, or Pageant is running.
4779 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
4781 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4782 (icalendar--rris): First try Emacs, then XEmacs.
4783 (icalendar--convert-ical-to-diary): Doc fix.
4784 Insert newline at end of target file.
4786 2006-12-17 Kim F. Storm <storm@cua.dk>
4788 * outline.el (outline-isearch-open-invisible-function): New defvar.
4789 (outline-flag-region): Use it if non-nil for isearch-open-invisible
4790 overlay property instead of outline-isearch-open-invisible.
4792 2006-12-16 Kim F. Storm <storm@cua.dk>
4794 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4795 if ido-directory-too-big is set on entry.
4796 (ido-toggle-ignore, ido-completion-help): Print message while
4797 reading big directory.
4799 2006-12-15 Richard Stallman <rms@gnu.org>
4801 * shell.el (shell): Doc fix.
4803 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
4805 * emulation/edt.el (edt-xserver):
4806 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4807 to fix a problem on Cygwin.
4810 * emulation/edt-mapper.el
4811 * emulation/edt-lk201.el
4812 * emulation/edt-pc.el
4813 * emulation/edt-vt100.el: Update maintainer's email address.
4815 2006-12-15 Simon Marshall <simon@gnu.org>
4817 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
4819 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4821 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4822 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4823 instead of mac-atsu-font-table.
4824 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4826 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
4828 * align.el (align-match-tex-pattern): Fix a rare bug which
4831 2006-12-14 Richard Stallman <rms@gnu.org>
4833 * startup.el (use-fancy-splash-screens-p): Use frame-height
4834 instead of window-height. Pass frame to image-size.
4836 2006-12-13 Kenichi Handa <handa@m17n.org>
4838 * international/mule-cmds.el (set-locale-environment):
4839 Set default-sendmail-coding-system too.
4841 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
4843 * progmodes/idlw-help.el: Fix copyright notice.
4845 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4847 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
4849 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
4851 * subr.el (unread-command-char): Reformat obsolescence info.
4853 2006-12-11 Richard Stallman <rms@gnu.org>
4855 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
4856 about calls to cl-struct-setf-expander.
4858 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
4860 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
4861 (ediff-combination-pattern): Fix typo in docstring.
4863 * textmodes/refer.el (refer-find-entry): Doc fix.
4864 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
4865 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
4866 Fix tipos in docstrings.
4868 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
4870 2006-12-10 Kim F. Storm <storm@cua.dk>
4872 * ido.el (ido-init-completion-maps): Remap backward-kill-word
4873 instead of binding M-backspace.
4875 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
4877 * replace.el (replace-match-data, replace-match-maybe-edit):
4878 * calc/calc-aent.el (calc-eval-error):
4879 * emulation/vi.el (vi-char-argument):
4880 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
4881 (c-vsemi-status-unknown-p-fn): Doc fixes.
4883 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
4885 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
4886 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
4888 2006-12-10 Masatake YAMATO <jet@gyve.org>
4890 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
4892 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
4894 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
4896 * man.el (Man-xref-button-action): New function. If the
4897 `Man-target-string' button property is a function, assume it
4898 accepts a position argument.
4899 (Man-abstract-xref-man-page): Use it.
4900 (Man-default-man-entry): New optional arg POS.
4902 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
4903 symlink arrows read-only and non-rear-sticky.
4905 2006-12-09 Martin Rudalics <rudalics@gmx.at>
4907 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
4908 (wdired-search-and-rename): Simplify code.
4909 (wdired-preprocess-files, wdired-preprocess-perms): Make
4910 read-only property of preceding character rear-nonsticky to
4911 avoid that it can be modified. Put old-name and old-link
4912 properties on character preceding name and replace
4913 put-text-property by add-text-properties.
4914 (wdired-get-filename, wdired-get-previous-link): Get old-name
4915 and old-link properties from character preceding name and
4917 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
4918 (wdired-perms-to-number): Make local-map property
4919 rear-nonsticky to avoid that text following permissions may be
4920 modified. Use add-text-properties instead of put-text-property
4921 when changing a permission bit.
4922 (wdired-change-to-dired-mode): Remove stickiness properties.
4924 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
4926 * international/mule-cmds.el (register-input-method): Doc fix.
4928 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
4930 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
4932 2006-12-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4934 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
4935 Force buffer local defs evaluation on local variables loading.
4936 (flyspell-mode-on, flyspell-mode-off): Use it in
4937 `hack-local-variables-hook'.
4939 2006-12-09 Eli Zaretskii <eliz@gnu.org>
4941 * emacs-lisp/find-func.el (find-variable): Doc fix.
4943 * help-fns.el (variable-at-point): Doc fix.
4945 * w32-fns.el (w32-append-code-lines): New function.
4947 2006-12-09 Romain Francoise <romain@orebokech.com>
4949 * comint.el (comint-insert-input): Delete obsolete comment.
4951 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4953 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
4954 current frame, in case we're connected to several displays.
4956 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
4958 * frame.el (other-frame): Doc fix.
4959 (set-frame-parameter): Fix typo in docstring.
4961 2006-12-07 Kim F. Storm <storm@cua.dk>
4963 * info.el (Info-index): Strip leading colon from topic.
4965 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
4967 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
4970 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
4972 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
4973 Trim out spurious class inheritance "None" entries.
4975 2006-12-05 Kim F. Storm <storm@cua.dk>
4977 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
4978 (cua-paste-pop): Rework last change for
4979 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
4980 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
4981 text inserted by the last M-y command.
4983 2006-12-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4985 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
4986 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
4988 * shell.el (shell): Search the start file in ~/.emacs.d as
4989 `init_SHELLNAME.sh' instead.
4991 2006-12-05 Glenn Morris <rgm@gnu.org>
4993 * progmodes/cperl-mode.el (cperl-mode)
4994 * progmodes/f90.el (f90-mode-abbrev-table)
4995 * progmodes/fortran.el (fortran-mode-abbrev-table)
4996 * progmodes/octave-mod.el (octave-abbrev-table)
4997 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
4998 if abbrev-table is non-nil (saved user abbrevs may have been restored).
5000 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5001 clear abbrev table, else saved abbrevs will not be restored.
5003 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5005 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5006 the call to `make-obsolete-variable', not in the docstring.
5008 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
5010 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5012 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5014 * progmodes/ebnf-abn.el:
5015 * progmodes/ebnf-bnf.el:
5016 * progmodes/ebnf-dtd.el:
5017 * progmodes/ebnf-ebx.el:
5018 * progmodes/ebnf-iso.el:
5019 * progmodes/ebnf-otz.el:
5020 * progmodes/ebnf-yac.el:
5021 * progmodes/ebnf2ps.el:
5026 * ps-print.el: Remove 'Time-stamp' comment mark.
5028 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5029 'easy-menu-add-item' when called in Emacs 21 or higher.
5031 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
5033 * progmodes/ada-xref.el (ada-check-current): Doc fix.
5034 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
5036 2006-12-04 Kim F. Storm <storm@cua.dk>
5038 * bindings.el (global-map): Bind [signal t] to ignore, to have
5039 user signals ignored by default.
5041 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5043 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5044 Unicode data file pointed to by `describe-char-unicodedata-file'.
5046 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5048 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5049 O(n^2) regexp-search by anchoring the search.
5051 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5053 * whitespace.el (whitespace-cleanup-internal): Use current
5054 argument for recursive call.
5056 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5058 * net/tramp.el (tramp-methods): Add "ControlPath" and
5059 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5060 Andreas Schwab <schwab@suse.de>.
5061 (tramp-do-copy-or-rename-file-out-of-band)
5062 (tramp-open-connection-rsh): Compute format spec for ?t.
5063 (tramp-process-actions): Trace command parameters.
5065 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5067 * simple.el (toggle-truncate-lines): Clarify doc string.
5069 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5070 (gdb-speedbar-expand-node): Use it.
5072 2006-12-04 Richard Stallman <rms@gnu.org>
5074 * progmodes/python.el (python-indent): Add safe-local-variable prop.
5076 * dired.el (dired-revert): Turn off dired-after-readin-hook
5077 around call to dired-readin.
5079 * menu-bar.el (menu-bar-make-toggle): Add "globally"
5080 to echo area messages.
5081 <indicate-empty-lines, case-fold-search>:
5082 Add "globally" to Help string.
5083 <case-fold-search>: MESSAGE arg need not say "globally".
5084 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5086 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
5088 * outline.el (outline-end-of-subtree): Don't leave an empty
5089 line hidden as we would a real next heading.
5091 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
5093 * allout.el (allout-ascend): Add an optional argument to preserve
5094 original position of point when unsuccessful. Also, fix a
5096 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5097 work again, using allout-ascend's new option.
5098 (allout-setup-mode-map): Extract from allout-mode to initialize
5099 allout-mode-map. Call it on file load, so the mode docstring
5100 substitutions work even if allout mode has not yet been invoked.
5101 (allout-mode): Use new allout-setup-mode-map to track any keybinding
5102 customizations since the map was last processed. Also, refine the
5103 docstring so it's ship-shape for release.
5104 (allout-default-layout, allout-beginning-of-line-cycles)
5105 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5106 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5107 (allout-version, allout-layout, allout-infer-body-reindent)
5108 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5109 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5110 (allout-previous-heading, allout-goto-prefix-doublechecked)
5111 (allout-current-bullet-pos, allout-next-sibling-leap)
5112 (allout-pre-command-business, allout-encrypted-type-prefix)
5113 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5114 (allout-rebullet-topic, allout-rebullet-topic-grunt)
5115 (allout-flag-region, allout-expose-topic, allout-expose-topic)
5116 (allout-old-expose-topic, allout-listify-exposed)
5117 (allout-process-exposed, allout-latex-verb-quote)
5118 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5119 (allout-toggle-current-subtree-encryption)
5120 (allout-toggle-subtree-encryption, allout-bullet-isearch):
5121 Remove extraneous open-paren and close paren string escapes.
5123 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
5125 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5126 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5127 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5128 Fix typos in docstrings.
5130 2006-12-03 Glenn Morris <rgm@gnu.org>
5132 * progmodes/cc-align.el
5133 * progmodes/cc-awk.el
5134 * progmodes/cc-cmds.el
5135 * progmodes/cc-compat.el
5136 * progmodes/cc-defs.el
5137 * progmodes/cc-engine.el
5138 * progmodes/cc-langs.el
5139 * progmodes/cc-menus.el
5140 * progmodes/cc-mode.el
5141 * progmodes/cc-styles.el
5142 * progmodes/cc-vars.el
5143 * progmodes/vhdl-mode.el: Fix Copyright format.
5145 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
5147 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5150 2006-12-02 Kim F. Storm <storm@cua.dk>
5152 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5153 (cua-repeat-replace-region): Make M-v more robust.
5154 (cua-paste-pop-rotate-temporarily): New defcustom.
5155 (cua-paste-pop): Use it.
5156 (cua-auto-mark-last-change): New defcustom.
5157 (cua-pop-to-last-change): New helper function.
5158 (cua-set-mark): Use them.
5160 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
5162 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5163 mini-buffer message.
5165 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
5167 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5169 2006-12-01 Ben North <ben@redfrontdoor.org>
5171 * paren.el: Fix the highlight overlay extension when the user types a
5172 sequence of char very fast just before the open parenthesis.
5174 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5176 * ps-mule.el: Eliminate Emacs 20 compatibility.
5178 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5179 (ps-print-version): New version 6.7.
5180 (ps-print-quote): Replace '?\ ' by '?\s'.
5182 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5184 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5185 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5186 (hexl-end-of-1k-page): Doc fixes.
5187 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5188 Fix typos in docstrings.
5190 2006-11-30 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5192 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
5193 locally, i.e. without using file name handlers.
5194 (ido-read-internal): Allow mono letter host names, avoiding the
5195 `c:' problem by testing if the file exists locally.
5196 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5198 2006-11-30 Masatake YAMATO <jet@gyve.org>
5200 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5201 to avoid bytecomp warnings.
5202 (hexl-mode-old-ruler-function): New variable.
5203 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5204 and `hl-line-range-function' after `require' hl-line.
5205 Then bind `hl-line-range-function' and `hl-line-face'.
5206 Don't require frame. Don't use `with-no-warnings'.
5207 (hexl-activate-ruler): Store the original value of
5208 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5209 (hexl-mode-exit): Restore the original value of
5210 `ruler-mode-ruler-function'.
5212 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5214 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5215 (hexl-mode-old-hl-line-face): New variable.
5216 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5217 line when exit from the hexl-mode.
5219 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
5221 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5224 * international/fontset.el (create-fontset-from-ascii-font)
5225 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5226 (fontset-name-p): Fix typo in docstring.
5228 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5230 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5232 * ps-bdf.el: Fix maintainer email.
5234 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
5237 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
5239 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5242 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
5244 * progmodes/idlwave.el (idlwave-auto-fill):
5245 Remove paragraph-start let to prevent auto-fill giving up.
5247 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
5249 * vt100-led.el (led-state): Fix typo in previous change.
5251 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5253 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5254 Fix interactive spec of the functions getting defined to make them
5257 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
5259 * startup.el (fancy-splash-screens): Hide initial splash buffer.
5261 2006-11-28 Kim F. Storm <storm@cua.dk>
5263 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5264 icomplete-mode is enabled.
5266 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
5268 * textmodes/org.el (require): Require gnus-sum during compilation
5269 to avoid problem with a macro call.
5271 2006-11-28 Glenn Morris <rgm@gnu.org>
5273 * emacs-lisp/authors.el (authors-aliases): Add new alias.
5275 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5276 (fortran-window-create-momentarily): Do not need string-to-char.
5278 2006-11-28 Richard Stallman <rms@gnu.org>
5280 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5281 Replace incorrect use of assoc-default with a loop.
5283 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5285 * simple.el (next-error-find-buffer): Improve messages.
5287 * files.el (revert-buffer): Special error message if file
5288 is now not readable.
5290 * facemenu.el (facemenu-add-new-face): Improve doc strings of
5291 constructed commands.
5293 * comint.el (comint-exec-1): Provide Emacs version and `comint'
5296 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5298 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5300 * server.el: Remove spurious * in docstrings.
5301 (server-process-filter): Exit from recursive editing before processing
5304 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
5306 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5307 line so hidden blocks will be correctly identified.
5309 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
5311 * ledit.el (ledit-save-defun, ledit-mode):
5312 * resume.el (resume-emacs-args-buffer):
5313 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5314 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5315 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5316 (command-send-input, command-kill-line):
5317 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5319 * autoarg.el (autoarg-kp-mode): Doc fix.
5321 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
5322 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
5323 (check-emacs-lock): Doc fix. Simplify.
5325 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5326 (iimage-mode-buffer): Fix typos in docstring.
5328 * misc.el (zap-up-to-char): Doc fix.
5330 * time-stamp.el: Fix comment and obsolescence string for old
5331 functions. Use `dolist' instead of `while'.
5333 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5335 * disp-table.el (standard-display-8bit, standard-display-default):
5336 * ebuff-menu.el (electric-buffer-list):
5337 * ehelp.el (electric-help-command-loop):
5338 * font-core.el (font-lock-mode):
5339 * help-macro.el (make-help-screen):
5340 * help.el (describe-minor-mode-completion-table-for-indicator)
5341 (lookup-minor-mode-from-indicator):
5342 * indent.el (tab-to-tab-stop, move-to-tab-stop):
5343 * info-look.el (info-lookup-guess-custom-symbol):
5344 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5345 * longlines.el (longlines-wrap-line):
5346 * macros.el (insert-kbd-macro):
5347 * menu-bar.el (menu-bar-update-buffers):
5348 * misc.el (copy-from-above-command):
5349 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5350 * newcomment.el (comment-indent):
5351 * novice.el (disabled-command-function):
5352 * sort.el (sort-fields-syntax-table):
5353 * subr.el (momentary-string-display):
5354 * tar-mode.el (tar-header-block-summarize)
5355 (tar-clear-modification-flags):
5356 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5357 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5358 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5359 (te-delete-char, te-down-vertically-or-scroll):
5360 * time-stamp.el (time-stamp-string-preprocess):
5361 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5363 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5365 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5368 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5369 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5371 2006-11-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5373 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5375 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
5377 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5378 (ada-compile-goto-error): Adapt to new argument profile of
5379 compilation-goto-locus in Emacs 22. Don't check if the various
5380 compile functions are defined; we already do "(require 'compile)".
5382 2006-11-26 Kim F. Storm <storm@cua.dk>
5384 * kmacro.el: Fix commentary.
5386 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
5388 * progmodes/gud.el (gdb): Explain how to run in text command mode
5389 more clearly. Say in error message that multiple debugging
5390 requires restarting GDB.
5392 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
5394 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5396 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
5398 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5399 (flymake-popup-menu): Use it instead of posn-at-point.
5401 2006-11-25 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5403 * progmodes/cc-vars.el (c-backslash-column):
5404 Mention c-backslash-max-column in documentation for c-backslash-column.
5406 2006-11-24 Lars Hansen <larsh@soem.dk>
5408 * net/tramp.el (tramp-default-method): Under Windows, change from
5410 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5411 (tramp-actions-copy-out-of-band):
5412 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5413 (tramp-action-out-of-band): Move "Permission denied" handling to
5414 tramp-action-copy-failed.
5415 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5418 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5420 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5421 strings to a single string. Quote `errors-file-name'.
5422 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5423 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5424 Adjust calls. Use `shell-quote-argument'.
5426 * international/mule.el (load-with-code-conversion)
5427 (with-category-table): Use with-current-buffer.
5428 (after-insert-file-set-coding): Use restore-buffer-modified-p.
5430 2006-11-24 Eli Zaretskii <eliz@gnu.org>
5432 * mail/smtpmail.el (smtpmail-send-it):
5433 Copy buffer-file-coding-system from the mail buffer. Possibly add a
5434 MIME header for the message encoding.
5435 Bind coding-system-for-write around the call to mail-do-fcc.
5436 Use smtpmail-code-conv-from to encode queued mail messages.
5438 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
5440 * tabify.el (tabify-regexp): Doc fix.
5442 * net/rcirc.el (rcirc-buffer-maximum-lines):
5443 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5445 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5446 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5447 Fix typos in output messages.
5448 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5450 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5452 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5454 (hexlify-buffer): Don't re-encode an arg that's already encoded.
5456 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
5458 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5459 Remove condition-case.
5461 2006-11-23 Glenn Morris <rgm@gnu.org>
5463 * progmodes/f90.el (f90-comment-indent): Do not move point in
5466 2006-11-21 Romain Francoise <romain@orebokech.com>
5468 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5469 from library name (reverts change of 2005-10-25).
5471 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
5473 * tutorial.el (tutorial--default-keys): Add newline and
5474 delete-backward-char bindings.
5475 (tutorial--detailed-help): Save excursion when finding keys.
5476 Correct warning string for M-x FOO case.
5477 (tutorial--display-changes): Print special keys in tutorial style.
5478 Tweak search regexp for changed keys.
5480 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5482 * thingatpt.el (thing-at-point-url-at-point): Don't add a
5485 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
5487 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5488 are new to the list at IANA. Also added irc, mms, mmsh.
5490 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
5492 * progmodes/idlw-help.el (idlwave-html-help-location):
5493 Fail gracefully for missing help packages.
5494 (idlwave-help-assistant-open-link): Open full links.
5495 (idlwave-help-assistant-help-with-topic): Direct help link.
5497 * progmodes/idlwave.el (idlwave-mode):
5498 Set add-log-current-defun-function.
5499 (idlwave-current-routine-fullname): Add, to support add-log.
5500 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5501 to reflect improvements to xml-parse-file.
5502 (idlwave-mode-menu-def): New binding for help-with-topic.
5504 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5505 Handle extra newlines and spaces.
5506 (idlwave-shell-mode-map): Add help-with-topic.
5508 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
5510 * tutorial.el (tutorial-warning-face): New face.
5511 (tutorial--detailed-help, tutorial--display-changes): Use it.
5512 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5513 Improve search pattern for occurrences of changed keys.
5515 2006-11-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5517 * term/x-win.el (x-last-cut-buffer-coding): New variable.
5518 (x-select-text): Set it.
5519 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5520 when checking for newness.
5522 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
5524 * subr.el (posn-image):
5525 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5527 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5529 2006-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5531 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5532 Exceptions to the rule "add a space between an identifier and an
5533 opening parenthesis". Defaulted to the `#define' problem of cpp.
5534 (glasses-parenthesis-exception-p): New. Check if the region is an
5535 exception regarding to that.
5536 (glasses-make-readable): Use it.
5537 (glasses-convert-to-unreadable): Ditto. Modify the file also if
5538 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5540 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
5542 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5544 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
5546 * progmodes/ada-mode.el (ada-make-body): Fix typo.
5548 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5549 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
5551 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
5553 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5554 conditions for function or variable bindings.
5556 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5558 * progmodes/compile.el (compilation-start): Ditto.
5560 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
5562 * net/tramp.el (top): cl and custom are always required.
5564 2006-11-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5566 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5567 cut-buffers with next-selection-coding-system if not nil.
5569 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
5571 * textmodes/org.el (org-fix-decoded-time): New function.
5572 (org-display-custom-time): Use `org-fix-decoded-time'.
5574 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
5576 * menu-bar.el (menu-bar-games-menu): Remove yow.
5578 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
5580 * textmodes/org.el (org-scan-tags): Re-align code fixed.
5581 (org-detach-overlay): Rename from `org-detatch-overlay'.
5582 (org-table-convert-region): Insert space after column separator.
5583 (org-agenda-kill): New command.
5584 (org-metaleft): Call `org-outdent-item' on bullets.
5585 (org-metaright): Call `org-indent-item' on bullets.
5586 (org-timestamp-change): Set `org-last-changed-timestamp'.
5587 (org-current-line): Make sure (bolp) returns correct result.
5588 (org-agenda-change-all-lines): Make sure TODO are highlighted.
5590 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5592 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5594 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
5596 * mouse.el (global-map): Change 2006-08-16 fix to call
5597 mouse-yank-at-click explicitly, since mouse events are not carried
5598 over into keyboard macros.
5600 2006-11-16 Kim F. Storm <storm@cua.dk>
5602 * ido.el (ido-file-internal): Use current buffer's file name as default
5603 choice for ido-find-alternate-file. Suggested by Matt Hodges.
5605 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
5607 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5608 (allout-inhibit-aberrance-doublecheck): Rename from
5609 allout-during-yank-processing. All callers changed.
5610 (allout-ascend): Provide for unusual case where some topic after
5611 the first in file is at lower depth than the first.
5612 (allout-shift-in): Ensure the offspring of the new containing
5614 (allout-encrypt-string): Preserve the coding-system of the text,
5615 according to that of the containing buffer.
5616 (allout-toggle-subtree-encryption): When the text being encrypted
5617 requires a different coding system, offer to preserve the coding
5618 system using a file local var.
5620 2006-11-15 Simon Marshall <simon@gnu.org>
5622 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5623 to recognise "T t()" as a function declaration, rather than a
5624 variable instantiation, iff at the top-level or inside a class
5625 declaration. Suggested by Feng Li <fengli@gmail.com>.
5627 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5629 * progmodes/ada-xref.el (ada-parse-prj-file):
5630 Don't delete project buffer; user may want to edit it.
5631 (ada-xref-set-project-field, ada-xref-current-project-file)
5632 (ada-xref-current-project, ada-show-current-project)
5633 (ada-set-main-compile-application): New functions.
5634 (ada-xref-get-project-field, ada-require-project-file):
5635 Normalize use of ada-prj-default-project-file.
5636 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5637 Normalize use of ada-require-project-file.
5638 (ada-prj-find-prj-file): Improve doc string, comments.
5640 * progmodes/ada-mode.el (ada-mode-version): Bump version.
5641 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5642 (ada-create-menu): Add ada-set-main-compile-application,
5643 ada-show-current-main, ada-show-current-project.
5645 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5647 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5648 (inferior-python-mode): Use it.
5650 2006-11-14 Andreas Schwab <schwab@suse.de>
5652 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5654 2006-11-13 Kim F. Storm <storm@cua.dk>
5656 * ido.el (ido-copy-current-word): C-o copies region if active.
5658 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
5660 * textmodes/org.el (org-emph-face): Fix typo in variable name.
5662 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
5664 * ediff.el (ediff-revision):
5665 * files.el (set-visited-file-name):
5666 * mail/rmailout.el (rmail-output-body-to-file):
5667 Use `format', not `message', in `y-or-n-p' call.
5669 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
5671 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5672 (org-metaright): Call `org-indent-item' on bullets.
5673 (org-timestamp-change): Set `org-last-changed-timestamp'.
5674 (org-current-line): Make sure (bolp) returns correct result.
5675 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5677 2006-11-12 Richard Stallman <rms@gnu.org>
5679 * language/european.el (turkish-case-conversion-enable)
5680 (turkish-case-conversion-disable): New functions.
5681 ("Turkish" lang env): Use them.
5683 * international/characters.el (case table):
5684 Do nothing special for i and I.
5686 * subr.el (remove-overlays): Fix last change.
5688 * cus-edit.el (custom-save-all): Use find-file-visit-truename
5689 for visiting the custom file.
5691 2006-11-12 Markus Triska <triska@gmx.at>
5693 * play/handwrite.el (handwrite): Also process lines not ending
5694 with newline. Replace some position-fiddling with different
5695 logic. Improve performance.
5697 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
5699 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5700 replacing deleted variable `ada-check-switch'.
5701 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5702 (ada-xref-project-files): Improve doc string.
5703 (ada-find-executable): New function.
5704 (ada-initialize-runtime-library): Use `ada-find-executable'.
5705 (ada-xref-set-default-prj-values): In compile commands, don't need
5706 `ada-cd-command'; `compile' does that more portably.
5707 Use ada-prj-default-check-cmd.
5708 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5709 properties if not specified in project file.
5710 (ada-goto-declaration): Display useful message for new error
5711 'error-file-not-found.
5712 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5713 'error-file-not-found.
5714 (ada-get-all-references): Match latest ali syntax. Signal new
5715 error 'error-file-not-found.
5716 (ada-find-in-ali): Match latest ali syntax.
5717 (ada-make-filename-from-adaname): Handle different semantics of
5718 gnatkr in GNAT 3.15p vs later.
5720 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5721 ada-procedure-start-regexp.
5722 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5724 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5726 (ada-language-version): Rename ada05 -> ada2005.
5727 (ada-align-region-separate): Add `eval-when-compile'.
5728 (ada-name-regexp): Remove unneeded escapes in regexp character
5730 (ada-compile-goto-error-file-linenr-re): New constant.
5731 (ada-matching-start-re): Handle additional cases `declare',
5732 `procedure', `function'.
5733 (ada-compile-goto-error): Handle "... at line nn".
5734 (ada-mode): Clearer syntax, comments for ff-special-constructs.
5735 Delete support for old versions of `align'.
5736 (ada-search-prev-end-stmt): Handle additional keyword `private'.
5737 (ada-check-defun-name): Simplify handling of `declare'.
5738 (ada-goto-matching-start): Handle nested `begin ... end'.
5739 Handle `declare', `protected', `procedure', `function'.
5740 (ada-create-menu): Presence of arm95 is not conditional on using
5743 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
5745 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5746 nil in the *RE-Builder* buffer (it causes spurious error messages).
5748 * server.el (server-visit-files): If `minibuffer-auto-raise' has
5749 been set to t, respect it.
5751 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
5753 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5754 Delete commented out code for old Emacs versions. Autoloading of
5755 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5756 (ada-mode-version): Bump version number.
5757 (ada-95-string-keywords, ada-2005-string-keywords)
5758 (ada-2005-keywords, ada-name-regexp): New constant.
5759 (ada-language-version, ada-procedure-start-regexp, ada-mode)
5760 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5761 (ada-package-start-regexp): Support private packages, include package
5762 name (for ada-set-point-accordingly).
5763 (ada-next-procedure, ada-previous-procedure)
5764 (ada-which-function-are-we-in): Match changes to
5765 ada-procedure-start-regexp.
5766 (ada-make-body): Make non-interactive; not a user function.
5767 (ada-make-subprogram-body): Improve doc string.
5769 2006-11-11 Romain Francoise <romain@orebokech.com>
5771 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5772 `compilation-error-regexp-alist' buffer-local, since we changed
5773 `compilation-error-regexp-alist-alist' locally.
5775 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
5777 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5778 to the value of `server-raise-frame'.
5780 2006-11-11 Glenn Morris <rgm@gnu.org>
5782 * ido.el (ido-enable-prefix)
5783 * ses.el (ses-call-printer-return)
5784 * net/tramp.el (tramp-unified-filenames)
5785 * progmodes/cc-align.el (c-lineup-string-cont)
5786 * progmodes/compile.el (compilation-directory-matcher)
5787 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5788 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5789 (vhdl-clock-rising-edge)
5790 * textmodes/org.el (org-export-with-timestamps)
5791 (org-export-remove-timestamps-from-toc)
5792 (org-export-with-tags): Improve previous doc fixes.
5794 2006-11-11 Richard Stallman <rms@gnu.org>
5796 * textmodes/flyspell.el (flyspell-mode-map):
5797 Bind C-c $ instead of M-RET.
5799 2006-11-10 Simon Marshall <simon@gnu.org>
5801 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5802 fontification for "case" and "default" keywords.
5804 2006-11-10 Andreas Schwab <schwab@suse.de>
5806 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5807 Avoid starting sentence with "nil".
5809 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
5811 * server.el (server-raise-frame): New option.
5812 (server-switch-buffer): Use it.
5814 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
5816 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5819 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5821 * textmodes/org.el (org-show-hierarchy-above)
5822 (org-show-following-heading): Fix typo in default value.
5823 (org-scan-tags): Make the search case-sensitive.
5824 (org-tags-sparse-tree): Don't overrule
5825 `org-show-following-heading' and `org-show-hierarchy-above'.
5826 (org-reveal): New command.
5827 (org-show-context): Rename from `org-show-hierarchy-above'.
5828 (org-fast-tag-selection-single-key): New option.
5829 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
5830 (org-tags-overlay): New variable.
5831 (org-agenda-todo-ignore-deadlines): New option.
5832 ("session"): Add circular data structure `org-mark-ring' to
5833 exceptions list in session.el.
5834 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
5836 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
5837 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
5838 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
5839 (org-finalize-agenda): Activate bracket links in agenda.
5840 (org-at-timestamp-p, org-at-date-range-p): Additional argument
5842 (org-show-hierarchy-above, org-show-following-heading):
5843 List values allowed for fine-tuned configuration.
5844 (org-show-hierarchy-above): New argument CONTEXT, use the
5845 fine-tuned settings in `org-show-hierarchy-above' and
5846 `org-show-following-heading'.
5847 (org-display-custom-time): New function.
5848 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
5849 (org-display-custom-times, org-time-stamp-custom-formats):
5850 (org-maybe-intangible): New macro.
5851 (org-activate-bracket-links, org-hide-wide-columns):
5852 Use `org-maybe-intangible'.
5853 (org-open-file): Use `shell-quote-argument'.
5854 (org-display-internal-link-with-indirect-buffer): New option.
5855 (org-file-remote-p): Get regexp from list.
5856 (org-link-expand-abbrev): New function.
5857 (org-link-abbrev-alist): New option.
5858 (org-open-at-point, org-cleaned-string-for-export):
5859 Call `org-link-expand-abbrev'.
5860 (org-timeline, org-agenda-list, org-todo-list)
5861 (org-tags-view): Remove the KEEP-MODES argument.
5862 (org-finalize-agenda-hook): New hook.
5863 (org-get-alist-option): New function.
5864 (org-follow-timestamp-link): New function.
5865 (org-open-at-point): Call `org-follow-timestamp-link'.
5866 (org-log-note-marker, org-log-note-purpose)
5867 (org-log-note-window-configuration): New variables.
5868 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
5869 (org-log-note-headings): New option.
5870 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
5871 (org-store-link): Support for dired-mode.
5872 (org-open-file): Substitute environment variables into filename.
5873 (org-last): New defsubst.
5874 (org-agenda-re-align-tags): New function.
5875 (org-agenda-align-tags-to-column): New option.
5876 (org-agenda-timeline): Group removed.
5877 (org-prepare-agenda, org-prepare-agenda-buffers)
5878 (org-run-agenda-series, org-timeline, org-agenda-list)
5879 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
5880 the text property inticating the agenda type.
5881 (org-agenda-post-command-hook): Get agenda type from text property
5883 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
5884 and obey `org-agenda-overriding-arguments'.
5885 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
5886 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5887 (org-agenda-week-view, org-agenda-day-view):
5888 Use `org-agenda-overriding-arguments' to make updating work with
5889 multi-block agendas.
5890 (org-agenda-prefix-format): Allow different formats for the
5891 different agenda entry types.
5892 (org-timeline-prefix-format): Option removed, use
5893 `org-agenda-prefix-format' instead.
5894 (org-prepare-agenda): New function.
5895 (org-select-timeline-window): Option removed, use
5896 `org-select-agenda-window' instead.
5897 (org-respect-restriction): Variable removed.
5898 (org-cmp-tag): New function.
5899 (org-agenda-sorting-strategy, org-entries-lessp):
5900 Implement sorting by last tag.
5901 (org-complete): Better completion in in-buffer option lines.
5902 (org-in-item-p): New function.
5903 (org-org-menu): Add entries for checkboxes.
5904 (org-cycle): Extra brouping in outline-regexp, because it is used
5905 in a search with "^" prepended.
5906 (org-provide-checkbox-statistics): New option.
5907 (org-set-font-lock-defaults): Highlight checkbox statistics.
5908 (org-update-checkbox-count-maybe)
5909 (org-get-checkbox-statistics-face): New functions.
5910 (org-update-checkbox-count): New command.
5911 (org-insert-item, org-toggle-checkbox):
5912 Call `org-update-checkbox-count-maybe'.
5913 (org-export-as-html): XEmacs compatibility for coding system.
5914 (org-force-cycle-archived): New command.
5915 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
5917 (org-fix-position-after-promote): If the line contains only a todo
5918 keyword, add a final space.
5919 (org-promote-subtree, org-demote-subtree):
5920 Call `org-fix-position-after-promote'.
5922 2006-11-10 Glenn Morris <rgm@gnu.org>
5924 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
5926 (calendar-dst-check-each-year-flag): New customizable variable.
5927 (calendar-dst-find-data): New function, extracted from
5928 calendar-current-time-zone.
5929 (calendar-current-time-zone): Use calendar-dst-find-data.
5930 (calendar-dst-transition-cache): New variable.
5931 (calendar-dst-find-startend, calendar-dst-starts)
5932 (calendar-dst-ends): New functions.
5933 (calendar-daylight-savings-starts)
5934 (calendar-daylight-savings-ends): Change value to use
5935 calendar-dst-starts, calendar-dst-ends; respectively.
5937 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
5939 * ido.el (ido-enable-prefix)
5940 * ses.el (ses-call-printer-return)
5941 * net/tramp.el (tramp-unified-filenames)
5942 * progmodes/cc-align.el (c-lineup-string-cont)
5943 * progmodes/compile.el (compilation-directory-matcher)
5944 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5945 * progmodes/gdb-ui.el (gdb-many-windows)
5946 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5947 (vhdl-clock-rising-edge)
5948 * textmodes/org.el (org-export-with-timestamps)
5949 (org-export-remove-timestamps-from-toc, org-export-with-tags)
5950 (org-read-date): Doc fix (Nil -> nil).
5952 2006-11-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5954 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
5955 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
5957 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
5959 * bs.el (bs--window-for-buffer): Remove.
5960 (bs--show-with-configuration): Use `get-window-with-predicate'
5961 instead of `bs--window-for-buffer'.
5963 2006-11-10 Kenichi Handa <handa@m17n.org>
5965 * files.el (revert-buffer): Fix previous change.
5967 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
5969 * bs.el (bs--redisplay): Fix typo in docstring.
5970 (bs--window-config-coming-from): Make frame-local.
5971 (bs--restore-window-config): New function.
5972 (bs-kill, bs-select, bs-select-other-window)
5973 (bs-select-other-frame): Use it.
5974 (bs--window-for-buffer): Return as soon as a matching buffer is found.
5975 (bs--show-with-configuration): Save the window configuration as a
5976 frame local var, and only if *buffer-selection* is not already
5977 visible on this frame.
5979 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
5981 * vc-svn.el (vc-svn-admin-directory): New var.
5982 (vc-svn-registered, vc-svn-responsible-p)
5983 (vc-svn-repository-hostname): Use it.
5984 Suggested by arit93@yahoo.com.
5986 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
5988 * ldefs-boot.el: Regenerate.
5990 2006-11-08 Alan Mackenzie <acm@muc.de>
5992 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
5993 case (eq open-paren-in-column-0-is-defun-start nil) by searching
5994 for least nested open-paren.
5996 2006-11-08 Romain Francoise <romain@orebokech.com>
5998 * subr.el (remove-overlays): Fix typo in last change.
6000 2006-11-08 Richard Stallman <rms@gnu.org>
6002 * subr.el (remove-overlays): Call overlay-recenter.
6004 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6006 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6007 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6009 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6012 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6014 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6015 (ido-max-dir-file-cache, ido-decorations)
6016 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6017 (ido-magic-backward-char, ido-enter-dired)
6018 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6019 (ido-list-directory, ido-first-match, ido-only-match)
6020 (ido-subdir, ido-indicator): Fix typos in docstrings.
6021 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6022 (ido-read-internal): Fix typo in error message.
6024 2006-11-08 Kenichi Handa <handa@m17n.org>
6026 * international/mule-cmds.el (set-default-coding-systems):
6027 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6029 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6031 * makefile.w32-in (setwins): Remove.
6032 (WINS_ALMOST): New macro.
6034 (autoloads): Don't extract autoloads from files in obsolete/.
6036 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
6038 * whitespace.el (whitespace-buffer): Call remove-overlays after
6039 overlay-recenter for performance. Suggested by Martin Rudalics.
6041 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6043 * net/tramp.el (tramp-default-method): scp is the default method.
6045 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6047 * server.el (server-start): Save also the Emacs pid in the server file.
6049 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6051 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6052 point when displaying a bibtex cross reference in the echo area.
6054 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6056 * international/mule.el (make-char): Fix typo in docstring.
6057 (load-with-code-conversion, charsetp): Doc fixes.
6059 * international/ja-dic-cnv.el (skkdic-convert):
6060 * cus-edit.el (hook): Fix typo in docstring.
6062 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6064 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6065 (custom-mode-link-map): New variable.
6066 (custom-group-link, custom-manual): Use follow-link.
6068 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6070 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6071 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
6073 2006-11-06 Richard Stallman <rms@gnu.org>
6075 * textmodes/flyspell.el (flyspell-correct-word-before-point):
6076 New function broken out of flyspell-correct-word.
6077 (flyspell-mode-map): Bind it to M-RET.
6078 (flyspell-correct-word): Call it.
6080 * textmodes/fill.el (fill-minibuffer-function): New function.
6081 (fill-paragraph): Bind fill-paragraph-function to
6082 fill-minibuffer-function.
6084 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6085 so that they aren't undefined.
6087 * dired.el (dired-readin): Locally bind file-name-coding-system.
6089 * bindings.el: Shorten and clarify usual mode line mouse help string.
6091 * Makefile.in (autoloads): Don't include `obsolete'.
6093 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6095 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6096 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6097 Printing menu if it's not initialized.
6098 (pr-menu-bind): Act on menu-bar-file-menu directly.
6100 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6102 * help.el (view-emacs-news): Fix typo in error message.
6104 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6106 * shadowfile.el (shadow-define-regexp-group)
6107 (shadow-literal-groups, shadow-insert-var): Doc fixes.
6108 (shadow-read-files): Fix typo in message.
6109 (shadow-inhibit-overload, shadow-find, shadow-suffix)
6110 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6111 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6112 (shadow-file-match): Fix typos in docstrings.
6114 * terminal.el (terminal-emulator): Fix typo in message.
6116 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6118 * emacs-lisp/lselect.el (x-kill-primary-selection)
6119 (x-delete-primary-selection, x-copy-primary-selection):
6120 Fix typos in error messages.
6122 * emulation/edt-mapper.el: Fix typo in interactive message.
6124 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6126 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6127 (ispell-help): Fix typos in docstrings.
6128 (ispell-help): Fix typo in output message.
6130 * allout.el (allout-adjust-file-variable)
6131 (allout-passphrase-verifier-string)
6132 (allout-passphrase-hint-string)
6133 (allout-toggle-current-subtree-encryption):
6134 * apropos.el (apropos-synonyms):
6135 * cus-edit.el (hook):
6136 * emacs-lock.el (emacs-lock-from-exiting):
6137 * follow.el (follow-avoid-tail-recenter-p):
6138 * hexl.el (hexl-mode):
6139 * mouse-copy.el (mouse-copy-work-around-drag-bug):
6140 * mouse.el (mouse-set-font):
6141 * resume.el (resume-emacs-args-file):
6142 * rfn-eshadow.el (file-name-shadow-tty-properties):
6143 * t-mouse.el (t-mouse-process, t-mouse-mode):
6144 * emacs-lisp/cust-print.el (custom-print-install)
6145 (custom-print-uninstall, custom-format):
6146 * emacs-lisp/shadow.el (list-load-path-shadows):
6147 * emulation/tpu-edt.el (tpu-help-text)
6148 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6149 (tpu-reset-control-keys):
6150 * emulation/vip.el (vip-emacs-local-map)
6151 (vip-change-mode-to-emacs):
6152 * emulation/viper.el (viper-mode, viper-set-hooks)
6153 (viper-major-mode-modifier-list):
6154 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6155 * emulation/viper-keym.el (viper-emacs-kbd-map)
6157 * mail/feedmail.el (feedmail-queue-reminder)
6158 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6159 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6160 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6161 (feedmail-sender-line, feedmail-force-binary-write)
6162 (feedmail-from-line, feedmail-deduce-envelope-from)
6163 (feedmail-x-mailer-line, feedmail-message-id-generator)
6164 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6165 (feedmail-enable-spray, feedmail-spray-this-address)
6166 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6167 (feedmail-queue-runner-confirm-global)
6168 (feedmail-ask-before-queue-prompt)
6169 (feedmail-ask-before-queue-reprompt)
6170 (feedmail-prompt-before-queue-standard-alist)
6171 (feedmail-prompt-before-queue-user-alist)
6172 (feedmail-prompt-before-queue-help-supplement)
6173 (feedmail-queue-use-send-time-for-message-id)
6174 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6175 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6176 (feedmail-mail-send-hook-queued)
6177 (feedmail-confirm-addresses-hook-example)
6178 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6179 (feedmail-queue-runner-mode-setter)
6180 (feedmail-queue-alternative-mail-header-separator)
6181 (feedmail-queue-runner-message-sender)
6182 (feedmail-buffer-eating-function, feedmail-binmail-template)
6183 (feedmail-run-the-queue-no-prompts)
6184 (feedmail-run-the-queue-global-prompt)
6185 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6186 (feedmail-envelope-deducer, feedmail-fiddle-date)
6187 (feedmail-default-message-id-generator)
6188 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6189 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6190 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6192 * play/dunnet.el (dun-help):
6193 * play/handwrite.el (handwrite):
6194 * play/hanoi.el (hanoi-unix-64):
6195 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6196 * textmodes/enriched.el (fixed):
6197 * textmodes/org.el (org-file-apps)
6198 (org-emphasis-regexp-components, org-emphasis-alist):
6199 * textmodes/texinfmt.el (batch-texinfo-format):
6200 Fix typos in docstrings.
6202 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
6204 * loadhist.el (read-feature): Don't complete features not loaded
6205 from a file (which make `unload-feature' to fail).
6207 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6209 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6211 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
6213 * startup.el (command-line-1): Kill emacs if the last frame is
6214 deleted while evaluating the command-line arguments.
6216 2006-11-05 Richard Stallman <rms@gnu.org>
6218 * startup.el (init-file-had-error): Add doc string.
6219 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6220 Use fixed-width font for keyboard key descriptions.
6222 * cus-edit.el (custom-save-all): Error if saving in .emacs
6223 and it had an error when loaded.
6225 * dired-aux.el (dired-copy-file-recursive): Catch errors
6226 from recursive copies in the loop, around the recursive call.
6228 2006-11-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6230 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6231 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
6232 `/proc/acpi/thermal_zone/*'.
6233 (battery-search-for-one-match-in-files): New. Search a regexp in
6234 the content of some files.
6236 2006-11-05 Martin Rudalics <rudalics@gmx.at>
6238 * window.el (mouse-autoselect-window-now): Remove variable.
6239 (mouse-autoselect-window-state): New variable.
6240 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6241 (mouse-autoselect-window-select, handle-select-window):
6242 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6243 Suspend delayed autoselection during menu or popup dialog.
6245 * info-look.el (info-lookup-guess-custom-symbol): New function
6246 for retrieving symbol at point in custom buffers.
6247 (top level) <info-lookup-maybe-add-help>: Add backquote and
6248 comma to ignored characters in regexps of help specifications
6249 for emacs-lisp-mode and lisp-interaction-mode. This permits
6250 looking up symbols in `...' and after a comma. Add help
6251 specifications for custom-mode and help-mode.
6253 2006-11-04 Eli Zaretskii <eliz@gnu.org>
6255 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6256 Don't encode body if RAW is non-nil, or if the old encoding is
6257 identical to the new encoding, or if the body contains only
6258 eight-bit-* characters.
6260 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6262 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6263 (faces-sample-overlay): Remove variable.
6264 (describe-face): Insert sample text in the face being described.
6266 2006-11-04 Martin Rudalics <rudalics@gmx.at>
6268 * whitespace.el (whitespace-indent-regexp): Make this match any
6269 multiples of eight spaces near the beginning of a line.
6270 (whitespace-buffer): Use `remove-overlays' instead of
6271 `whitespace-unhighlight-the-space' and `overlay-recenter' to
6272 speed up overlay handling.
6273 (whitespace-buffer-leading, whitespace-buffer-trailing):
6274 Make these functions highlight the text removed by
6275 `whitespace-buffer-leading-cleanup' and
6276 `whitespace-buffer-trailing-cleanup' respectively.
6277 (whitespace-buffer-search): Use `with-local-quit'.
6278 Move `format' out of loop to speed up scanning larger buffers.
6279 (whitespace-unhighlight-the-space): Remove `remove-hook' since
6280 that function is never added to a hook.
6281 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6282 (whitespace-buffer-leading-cleanup)
6283 (whitespace-refresh-rescan-list): Fix docstrings.
6285 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
6287 * allout.el (allout-during-yank-processing): Cue for inhibiting
6288 aberrance processing during yanks.
6289 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6290 the amount of yanked topics that can be aberrant.
6291 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6292 a function, and supplement with inihibition of doublechecking
6294 (allout-beginning-of-line, allout-next-heading)
6295 (allout-previous-heading, allout-goto-prefix-doublechecked)
6296 (allout-back-to-current-heading, allout-next-visible-heading)
6297 (allout-next-sibling): Use new allout-do-doublecheck function.
6298 (allout-next-sibling): Ensure we made progress when returning
6300 (allout-rebullet-heading): Preserve text property annotations
6301 indicating the text was hidden, if it was.
6302 (allout-kill-line): Remove any added was-hidden annotations.
6303 (allout-kill-topic): Remove any added was-hidden annotations.
6304 (allout-annotate-hidden): Inhibit adding was-hidden text
6305 properties to the undo list.
6306 (allout-deannotate-hidden): New function to remove was-hidden
6308 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6309 (allout-remove-exposure-annotation): Replace by
6310 allout-deannotate-hidden.
6311 (allout-yank-processing): Signal that yank processing is happening
6312 with allout-during-yank-processing. Also, wrap
6313 allout-unprotected's closer to the text changes, for easier
6314 debugging. We need to inhibit-field-text-motion explicitly, in
6315 lieu of the encompassing allout-unprotected.
6316 (outlineify-sticky): Adjust criteria for triggering new outline
6317 decorations to presence or absence of any topics, not just a topic
6318 at the beginning of the buffer.
6320 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
6322 * bs.el (bs--show-all, bs--redisplay):
6323 * cus-edit.el (custom-unlispify-menu-entries)
6324 (custom-unlispify-tag-names, custom-prompt-variable):
6325 * expand.el (expand-pos):
6326 * speedbar.el (speedbar-generic-list-tag-p):
6327 * wid-edit.el (widget-image-enable):
6328 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6329 * emacs-lisp/find-func.el (find-function-noselect)
6330 (find-function, find-variable-noselect, find-variable)
6331 (find-definition-noselect, find-face-definition):
6332 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6333 * net/eudc-vars.el (eudc-expansion-overwrites-query):
6334 * progmodes/ada-xref.el (ada-find-in-ali):
6335 * textmodes/flyspell.el (flyspell-check-tex-math-command):
6336 * textmodes/org.el (org-copy-subtree):
6337 * textmodes/table.el (table--row-column-insertion-point-p):
6338 Use "non-nil" in docstrings.
6340 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
6342 * sort.el (sort-columns): Set the field separator to tab; on
6343 NetBSD, sort complains if "\n" is used as field separator.
6345 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
6347 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6349 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6351 * server.el (server-auth-key): Remove. Replace by a process-property.
6352 (server-start): Don't remove the file of the previous process, but
6353 instead clear out the place for the new file.
6354 (server-start): Set the :auth-key property.
6355 (server-process-filter): Use the :auth-key property.
6357 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
6359 * textmodes/org.el (org-mode-map): No longer copy
6360 `outline-mode-map' explicitly - this is already done by
6361 `define-derived-mode'.
6363 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
6365 * server.el (server-visit-files): Use `when'.
6366 (server-process-filter): When authentication fails, send error
6367 message to client. Wrap `process-send-region' in `ignore-errors'
6368 instead of `condition-case', and remove misleading comment.
6370 2006-11-01 Juri Linkov <juri@jurta.org>
6372 * simple.el (yank): Doc fix.
6374 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6376 * server.el: Try and fit within 80 columns.
6377 (server-start): Make the auth file unreadable by other users.
6379 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6381 * battery.el (battery-linux-proc-acpi): Prevent range error when
6382 `full-capacity' is 0.
6384 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6386 * faces.el (faces-sample-overlay): New defvar.
6387 (faces-sample-overlay): New function to show face sample text.
6388 (describe-face): Use it.
6390 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
6392 * progmodes/ada-stmt.el: Change maintainer, apply
6393 whitespace-cleanup, checkdoc.
6394 (ada-func-or-proc-name): Add doc string.
6396 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6397 whitespace-cleanup, checkdoc. Minor improvements to many doc
6398 strings and comments.
6399 (ada-prj-display-page): Change buffer name to more accurately
6402 * progmodes/ada-xref.el: Change maintainer, apply
6403 whitespace-cleanup, checkdoc. Minor improvements to many doc
6404 strings and comments. Don't look for `gvd' or `ddd' debuggers.
6405 (ada-compile-current): Don't add newlines to commands.
6407 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
6409 * server.el: Add support for TCP sockets.
6410 (server-use-tcp, server-host, server-auth-dir): New options.
6411 (server-auth-key): New variable.
6412 (server-ensure-safe-dir): Create nonexistent parent dirs.
6413 Ignore Unix-style file modes on Windows.
6414 (server-start): Crete a TCP or Unix socket according to the value
6415 of `server-use-tcp'. For TCP sockets, create the id/auth file in
6416 `server-auth-dir' directory.
6417 (server-process-filter): Delete process if authentication
6418 fails (which never happens for Unix sockets).
6420 2006-10-30 David Kastrup <dak@gnu.org>
6422 * subr.el (add-to-list): Don't continue checking if a match has
6425 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
6427 * tutorial.el: Move defvars to avoid bytecomp warnings.
6428 (tutorial--find-changed-keys): Check if viper-current-state is
6429 bound before using it.
6430 (help-with-tutorial): Check if viper-tutorial is defined before
6433 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
6435 * help-fns.el (help-with-tutorial): Move to tutorial.el.
6437 * tutorial.el: New file.
6438 (help-with-tutorial): Move here from help-fns.el. Added help for
6439 rebound keys. Fixed resume of tutorial.
6440 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6441 (tutorial--find-changed-keys, tutorial--display-changes)
6442 (tutorial--saved-dir, tutorial--saved-file)
6443 (tutorial--save-tutorial): New functions to support the changes in
6446 2006-10-30 Kenichi Handa <handa@m17n.org>
6448 * files.el (revert-buffer): If a unibyte buffer is being reverted
6449 with a coding system for multibyte, set buffer multibyte before
6450 calling insert-file-contents.
6452 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6454 * server.el (server-select-display): Use a dummy buffer to detect when
6455 the frame is later used.
6456 (server-select-display): New function.
6457 (server-process-filter): Use it to detect unused temp frames.
6459 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
6461 * progmodes/ada-mode.el: Change maintainer, apply
6462 whitespace-clean, checkdoc. Minor improvements to many doc strings.
6463 (ada-mode-version): New function.
6464 (ada-create-menu): Menu operations are available for all supported
6467 2006-10-29 Lars Hansen <larsh@soem.dk>
6469 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6470 Highlight as keyword.
6471 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6472 Don't call tramp-method-out-of-band-p for local files.
6473 (tramp-touch): Quote file name.
6475 2006-10-28 Glenn Morris <rgm@gnu.org>
6477 * calendar/calendar.el (cal-html-cursor-month)
6478 (cal-html-cursor-year): Add autoloads for this new package.
6479 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6481 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
6483 * calendar/cal-html.el: New file.
6485 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
6487 * emacs-lisp/authors.el (authors-aliases): Update.
6489 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
6491 * version.el (emacs-version): Bump version number to 22.0.90.
6493 2006-10-26 John W. Eaton <jwe@octave.org>
6495 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6497 (inferior-octave-resync-dirs): Check to see whether Octave has
6498 built-in variables and set inferior-octave-has-built-in-variables.
6499 Check inferior-octave-has-built-in-variables to decide whether to
6500 send commands that set built-in variables or call functions to
6501 change Octave's behavior.
6502 Send "disp (pwd ())" to Octave instead of just "pwd".
6503 (inferior-octave-startup): Send "more off" to Octave instead of
6504 "page_screen_output = 0".
6506 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
6508 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6511 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
6513 * bindings.el (mode-line-mode-menu): Remove bindings for global
6514 minor modes (line/column number) as they are on the menubar.
6516 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
6518 * term/w32-win.el (x-handle-name-switch): Doc fix.
6519 (w32-standard-fontset-spec): Fix typo in docstring.
6521 * midnight.el (midnight-buffer-display-time): Doc fix.
6522 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6524 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
6526 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6528 * viper-ex.el (ex-read): Quote file argument.
6530 * ediff-diff.el (ediff-same-file-contents): Expand file names.
6532 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6534 2006-10-22 Martin Rudalics <rudalics@gmx.at>
6536 * textmodes/flyspell.el (flyspell-check-region-doublons):
6539 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
6541 * bindings.el (mode-line-mode-menu): List global minor modes
6544 2006-10-23 Kim F. Storm <storm@cua.dk>
6546 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6547 (sit-for): If last command was a prefix arg, add the read-ahead
6548 event to unread-command-events as (t . EVENT) so it will be added
6549 to this-command-keys by read-key-sequence.
6551 2006-10-22 Martin Rudalics <rudalics@gmx.at>
6553 * textmodes/flyspell.el (flyspell-word): Skip past all previous
6554 whitespace when checking doublons.
6555 (flyspell-check-region-doublons): Fix doublon regexp.
6556 (flyspell-highlight-incorrect-region): Highlight doublons using
6557 flyspell-duplicate face.
6559 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6561 2006-10-22 John Wiegley <johnw@newartisans.com>
6563 * progmodes/python.el (python-use-skeletons): python-mode was
6564 auto-inserting templates (for those with abbrev-mode on), not only
6565 by default -- *but without a configuration variable to disable
6566 it*. This rendered python-mode completely useless for me, so I
6567 have added `python-use-skeletons', which is now off by default.
6569 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
6571 * progmodes/cperl-mode.el (cperl-mode): Don't assume
6572 font-lock-multiline is auto-local (it's not).
6573 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6574 initialized before calling cperl-init-faces.
6576 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
6578 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6579 gdb-stack-position a value when there is no fringe.
6581 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6582 indicator if not visiting a file.
6584 2006-10-20 David Kastrup <dak@gnu.org>
6586 * window.el (kill-buffer-and-window): Fix a bug where an aborted
6587 operation would still cause some window to collapse later.
6589 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6591 * vc.el (vc-switch-backend): Try to be more careful with unwanted
6592 side-effect due to mixing various backends's file properties.
6594 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6595 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
6596 Return `filename's status if applicable. Update callers.
6598 2006-10-19 Kenichi Handa <handa@m17n.org>
6600 * international/kkc.el (kkc-region): When a key sequence is not
6601 defined, append (this-single-command-raw-keys) to
6602 unread-input-method-events.
6604 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
6606 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6608 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6610 * version.el (emacs-version): Use mac-carbon-version-string.
6612 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6614 2006-10-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6616 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6618 (xselect-convert-to-string): Decline requests for UTF8_STRING if
6619 the selection is not UTF-8.
6621 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
6623 * progmodes/ada-mode.el (ada-83-string-keywords)
6624 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6625 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6626 (ada-looking-at-semi-private, ada-get-body-name):
6627 Fix typos in docstrings.
6628 (ada-create-case-exception, ada-create-case-exception-substring):
6629 Fix typos in error messages.
6630 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6632 2006-10-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6634 * term/x-win.el (res-geometry): Don't set geometry from Xresources
6635 to default-frame-alist if default-frame-alist already contains
6638 2006-10-18 Richard Stallman <rms@gnu.org>
6640 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6641 Non-interactive arg is the value, not the expression.
6643 * simple.el (read-expression-map): Just set it, no defvar.
6645 * subr.el (insert-for-yank-1): If last inserted char has
6646 properties, mark them as rear-nonsticky.
6648 * recentf.el (recentf-mode): Doc fix.
6650 * facemenu.el (facemenu-add-new-face): Defend against symbol
6651 that isn't a face name.
6653 * dired-aux.el (dired-do-copy): Doc fix.
6655 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
6657 * simple.el (line-move-1): Ignore fields when moving to the
6658 beginning of line to avoid getting point stuck.
6660 2006-10-18 Martin Rudalics <rudalics@gmx.at>
6662 * textmodes/flyspell.el (flyspell-word-search-backward):
6663 Set inhibit-point-motion-hooks to avoid looping due to intangibile
6666 2006-10-16 Richard Stallman <rms@gnu.org>
6668 * help-fns.el (describe-function-1): Special case optimization
6669 for self-insert-command.
6671 2006-10-16 Kim F. Storm <storm@cua.dk>
6673 * ido.el (ido-reread-directory): Work in `dir' mode too.
6675 2006-10-15 Martin Rudalics <rudalics@gmx.at>
6677 * textmodes/table.el: Require 'regexp-opt.
6679 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
6681 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6682 Use shell-quote-argument.
6684 * shell.el (explicit-bash-args): Likewise.
6686 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6687 Use grep -E rather than egrep.
6689 2006-10-15 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6691 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6693 2006-10-15 Kim F. Storm <storm@cua.dk>
6695 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6697 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6699 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6700 to protect whitespace and metacharacters from the shell.
6702 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6704 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6706 2006-10-13 Eli Zaretskii <eliz@gnu.org>
6708 * subr.el (start-process-shell-command): Doc fix.
6710 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
6712 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6713 the regexp for Maxima symbols.
6715 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6717 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6718 (vc-find-root): Don't walk higher up than ~.
6720 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
6722 * international/utf-8.el (utf-translate-cjk-load-tables):
6723 Avoid clobbering last-coding-system-used during load.
6725 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
6727 * textmodes/reftex-global.el (reftex-create-tags-file):
6728 Quote file arguments.
6730 2006-10-12 Richard Stallman <rms@gnu.org>
6732 * files.el (file-name-history): Add defvar.
6733 (save-some-buffers-action-alist): Improve description strings.
6735 2006-10-12 Andreas Schwab <schwab@suse.de>
6737 * files.el (auto-mode-alist): Match change log file name also with
6738 a dash before a numeric extension.
6740 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
6742 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6744 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6746 After 5.1: Major edit. Summary of most visible changes:
6748 - Multiple <<HERE per line allowed.
6749 - Handles multiline subroutine declaration headers (with comments).
6750 (The exception is `cperl-etags' - but it is not used in the rest
6752 - Fontifies multiline my/our declarations (even with comments,
6753 and with legacy `font-lock').
6754 - Major speedup of syntaxification, both immediate and postponed
6755 (3.5x to 15x [for different CPUs and versions of Emacs] on the
6756 huge real-life document I tested).
6757 - New bindings, edits to imenu.
6758 - "_" is made into word-char during fontification/syntaxification;
6759 some attempts to recognize non-word "_" during other operations too.
6760 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6761 - autoload some more perldoc-related stuff
6762 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6763 - Attempt to incorporate XEmacs edits which reached me.
6765 Fine-grained changelog:
6766 (cperl-hook-after-change): New configuration variable.
6767 (cperl-vc-sccs-header): Likewise.
6768 (cperl-vc-sccs-header): Likewise.
6769 (cperl-vc-header-alist): Default via two preceding variables.
6770 (cperl-invalid-face): Remove double quoting under XEmacs
6771 (still needed under 21.2).
6772 (cperl-tips): Update URLs for resources.
6773 (cperl-problems): Likewise.
6774 (cperl-praise): Mention new features.
6775 New C-c key bindings: for `cperl-find-bad-style',
6776 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
6777 `cperl-perdoc', and `cperl-perldoc-at-point'.
6778 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
6779 moved, new submenu of Tools with Ispell entries and narrowing.
6780 (cperl-after-sub-regexp): New defsubst.
6781 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6782 Allows heads up to head4.
6784 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6785 (paren-backwards-message): ??? Something for XEmacs???
6786 (cperl-mode): Never auto-switch abbrev-mode off.
6787 Try to allow '_' be non-word char.
6788 Do not use `font-lock-unfontify-region-function' on XEmacs.
6789 Reset syntax cache on mode start.
6790 Support multiline facification (even on legacy `font-lock').
6791 (cperl-facemenu-add-face-function): ??? Some contributed code ???
6792 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6793 refuse to inform us whether the fontification is due to lazy
6794 calling or due to edit to a buffer, install our own hook
6795 (controlled by `cperl-hook-after-change').
6796 (cperl-electric-pod): =cut may have been recognized as start.
6797 (cperl-block-p): Move, updatedfor attributes.
6798 (cperl-calculate-indent): Try to allow '_' be non-word char
6799 Support subs with attributes.
6800 (cperl-where-am-i): Quiet (?) a warning.
6801 (cperl-cached-syntax-table): New function.
6802 (cperl-forward-re): Use `cperl-cached-syntax-table'.
6803 (cperl-unwind-to-safe): Recognize `syntax-type' property
6804 changing in a middle of line.
6805 (cperl-find-sub-attrs): New function.
6806 (cperl-find-pods-heres): Allow many <<EOP per line.
6807 Allow subs with attributes.
6808 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6809 Recognize "extproc " (OS/2) case-folded and only at start.
6810 /x on s///x with empty replacement was not recognized.
6812 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6813 Allow subs with attributes, labels.
6814 Do not confuse "else::foo" with "else".
6815 Minor optimizations...
6816 (cperl-after-expr-p): Try to allow '_' be non-word char.
6817 (cperl-fill-paragraph): Try to detect a major bug in Emacs
6818 with `looking-at' inside `narrow' and bulk out if found.
6819 (cperl-imenu--create-perl-index): Updates for new
6820 `cperl-imenu--function-name-regexp-perl'.
6821 (cperl-outline-level): Likewise.
6822 (cperl-init-faces): Allow multiline subroutine headers
6823 and my/our declarations, and ones with comments.
6824 Allow subroutine attributes.
6825 (cperl-imenu-on-info): Better docstring.
6826 (cperl-etags): Rudimentary support for attributes.
6827 Support for packages and "package;".
6828 (cperl-add-tags-recurse-noxs): Better (?) docstring.
6829 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6830 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6831 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6832 (cperl-perldoc): Add autoload.
6833 (cperl-perldoc-at-point): Likewise.
6834 (cperl-here-doc-spell): New function.
6835 (cperl-pod-spell): Likewise.
6836 (cperl-map-pods-heres): Likewise.
6837 (cperl-get-here-doc-region): Likewise.
6838 (cperl-font-lock-fontify-region-function): Likewise (backward
6839 compatibility for legacy `font-lock').
6840 (cperl-font-lock-unfontify-region-function): Fix style.
6841 (cperl-fontify-syntaxically): Recognize and optimize away deferred
6842 calls with no-change. Governed by `cperl-hook-after-change'.
6843 (cperl-fontify-update): Recognize that syntaxification region
6844 can be larger than fontification one.
6845 XXXX we leave `cperl-postpone' property, so this is quadratic...
6846 (cperl-fontify-update-bad): Temporary placeholder until
6847 it is clear how to implement `cperl-fontify-update'.
6848 (cperl-time-fontification): New function.
6849 (attrib-group): New text attribute.
6850 (multiline): New value: `syntax-type' text attribute.
6853 (cperl-emulate-lazy-lock): New function.
6854 (cperl-fontify-syntaxically): Would skip large regions.
6855 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
6856 Some globals were declared, but uninitialized.
6859 (cperl-facemenu-add-face-function): Add docs, fix U<>.
6860 Copyright message updated.
6861 (cperl-init-faces): Work around a bug in `font-lock'. May slow
6862 facification down a bit.
6863 Misprint for my|our|local for old `font-lock'
6864 "our" was not fontified same as "my|local".
6865 Highlight variables after "my" etc even in
6866 a middle of an expression.
6867 Do not facify multiple variables after my etc
6868 unless parentheses are present.
6871 (cperl-fontify-syntaxically): after-change hook could reset.
6872 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
6875 (cperl-init-faces): Allow highlighting of local ($/).
6876 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
6877 (cperl-problems): Remove fixed problems.
6878 (cperl-find-pods-heres): Recognize #-comments in m##x too.
6879 Recognize charclasses (unless delimiter is \).
6880 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
6881 (cperl-regexp-scan): Update docs.
6882 (cperl-beautify-regexp-piece): Use information got from regexp scan.
6885 Major user visible changes:
6886 Recognition and fontification of character classes in RExen.
6887 Variable indentation of RExen according to groups.
6889 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
6890 Fontify REx charclasses in variable-name face.
6891 Fontify POSIX charclasses in "type" face.
6892 Fontify unmatched "]" in function-name face.
6893 Mark first-char of HERE-doc as `front-sticky'.
6894 Reset `front-sticky' property when needed.
6895 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
6896 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
6897 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
6898 constructs. Support `narrow'ed buffers.
6899 (cperl-praise): Remove a reservation.
6900 (cperl-make-indent): New function.
6901 (cperl-indent-for-comment): Use `cperl-make-indent'.
6902 (cperl-indent-line): Likewise.
6903 (cperl-lineup): Likewise.
6904 (cperl-beautify-regexp-piece): Likewise.
6905 (cperl-contract-level): Likewise.
6906 (cperl-toggle-set-debug-unwind): New function.
6907 New menu entry for this.
6908 (fill-paragraph-function): Use when `boundp'.
6909 (cperl-calculate-indent): Take into account groups when indenting RExen.
6910 (cperl-to-comment-or-eol): Recognize # which end a string.
6911 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
6912 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
6913 (cperl-fontify-syntaxically): More clear debugging message.
6914 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
6915 (cperl-init-faces): More complicated highlight even on XEmacs (new).
6916 Merge cosmetic changes from XEmacs.
6919 (cperl-1+): Move to before the first use.
6920 (cperl-1-): Likewise.
6924 This code may lock Emacs hard!!! Use at your own risk!
6926 (cperl-font-locking): New internal variable.
6927 (cperl-beginning-of-property): New function.
6928 (cperl-calculate-indent): Use `cperl-beginning-of-property'
6929 instead of `previous-single-property-change'.
6930 (cperl-unwind-to-safe): Likewise.
6931 (cperl-after-expr-p): Likewise.
6932 (cperl-get-here-doc-region): Likewise.
6933 (cperl-font-lock-fontify-region-function): Likewise.
6934 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
6936 Bound `next-single-property-change' via `point-max'.
6937 (cperl-unwind-to-safe): Bound likewise
6938 (cperl-font-lock-fontify-region-function): Likewise.
6939 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
6940 Initialization of `cperl-font-lock-multiline-start' could be
6941 missed if the "main" fontification did not run due to the
6942 keyword being already fontified.
6943 (cperl-pod-spell): Return t from do-one-chunk function.
6944 (cperl-map-pods-heres): Stop when the worker returns nil.
6945 Call `cperl-update-syntaxification'.
6946 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
6947 (cperl-get-here-doc-delim): Remove unused function.
6951 The possible lockup of Emacs (introduced in 5.10) fixed.
6953 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
6954 (cperl-syntaxify-for-menu): New customization variable.
6955 (cperl-select-this-pod-or-here-doc): New function.
6956 (cperl-get-here-doc-region): Extra argument.
6957 Do not adjust pos by 1.
6960 (Perl/Tools): Selection of current POD or HERE-DOC section.
6961 (Debugging CPerl:) backtrace on fontification.
6964 (cperl-cached-syntax-table): Use `car-safe'.
6965 (cperl-forward-re): Remove spurious argument SET-ST.
6967 (cperl-forward-group-in-re): New function.
6968 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
6969 (XXXX Temporary (?) hack is to syntax-mark them as comment).
6972 (cperl-string-syntax-table): Make { and } not-grouping
6973 (Sometimes they ARE grouping in RExen, but matching them would only
6974 confuse in many situations when they are not)
6975 (beginning-of-buffer): Replace two occurrences with goto-char...
6976 (cperl-calculate-indent): `char-after' could be nil...
6977 (cperl-find-pods-heres): REx can start after "[" too.
6978 Hightlight (??{}) in RExen too.
6979 (cperl-maybe-white-and-comment-rex): New constant
6980 (cperl-white-and-comment-rex): Likewise.
6981 XXXX Not very efficient, but hard to make
6982 better while keeping 1 group.
6985 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
6986 Likewise for 1 << identifier.
6989 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
6990 Error-less condition-case could fail.
6991 (cperl-font-lock-fontify-region-function): Likewise.
6992 (cperl-init-faces): Likewise.
6995 (cperl-find-pods-heres): Support property REx-part2.
6996 (cperl-calculate-indent): Likewise.
6997 Don't special-case REx with non-empty 1st line.
6998 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
6999 Invert highlighting of charclasses:
7000 now the envelop is highlighted.
7001 Highlight many others 0-length builtins.
7002 (cperl-praise): Mention indenting and highlight in RExen.
7005 (cperl-find-pods-heres): Highlight capturing parens in REx.
7008 (cperl-find-pods-heres): Highlight '|' for alternation
7009 Initialize `font-lock-warning-face' if not present.
7010 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7011 `font-lock-function-name-face'.
7012 (cperl-look-at-leading-count): Likewise.
7013 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7014 `font-lock-keyword-face' (needed for
7015 batch processing), etc...
7016 Use `font-lock-builtin-face' for builtin in REx
7017 Now `font-lock-variable-name-face'
7018 is used for interpolated variables
7019 Use "talking aliases" for faces inside REx
7020 Highlight parts of REx (except in charclasses)
7021 according to the syntax and/or semantic
7022 Syntax-mark a {}-part of (?{}) as "comment"
7023 (it was the ()-part)
7024 Better logic to distinguish what is what in REx
7025 (cperl-tips-faces): Document REx highlighting
7026 (cperl-praise): Mention REx syntax highlight etc.
7029 (cperl-find-sub-attrs): Would not always manage to print error message.
7030 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7033 (cperl-find-pods-heres): Misprint in REx for parsing REx.
7034 Very minor optimization.
7035 `my-cperl-REx-modifiers-face' got quoted.
7036 Recognize "print $foo <<END" as HERE-doc.
7037 Put `REx-interpolated' text attribute if needed.
7038 (cperl-invert-if-unless-modifiers): New function.
7039 (cperl-backward-to-start-of-expr): Likewise.
7040 (cperl-forward-to-end-of-expr): Likewise.
7041 (cperl-invert-if-unless): Works in "the opposite way" too.
7042 Cursor position on return is on the switch-word.
7043 Indents comments better.
7044 (REx-interpolated): New text attribute.
7045 (cperl-next-interpolated-REx): New function.
7046 (cperl-next-interpolated-REx-0): Likewise.
7047 (cperl-next-interpolated-REx-1): Likewise.
7048 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7049 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7050 (cperl-praise): Mention finded interpolated RExen.
7053 (cperl-init-faces): Highlight %$foo, @$foo too.
7054 (cperl-short-docs): Better docs for system, exec.
7055 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7056 Would not find HERE-doc ended by EOF without NL.
7057 (cperl-short-docs): Correct not-doubled \-escapes.
7058 start block: Put some `defvar' for stuff gone from XEmacs.
7061 initial comment: Extend copyright, fix email address.
7062 (cperl-indent-comment-at-column-0): New customization variable.
7063 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7064 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7065 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7066 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7067 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7068 highlight $ in $foo too (UNTESTED).
7069 (cperl-set-style): Docstring missed some available styles.
7070 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7071 Change "Current" to "Memorize Current".
7072 (cperl-indent-wrt-brace): New customization variable; the default is
7073 as for pre-5.2 version.
7074 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7075 (cperl-style-alist): Likewise.
7076 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7077 and `cperl-extra-newline-before-brace' etc
7079 (cperl-indent-exp): Plans B and C to find continuation blocks even
7080 if `cperl-extra-newline-before-brace' is t.
7083 Improve some docstrings concerning indentation.
7084 (cperl-indent-rules-alist): New variable.
7085 (cperl-sniff-for-indent): New function name
7086 (separated from `cperl-calculate-indent').
7087 (cperl-calculate-indent): Separate the sniffer and the indenter;
7088 uses `cperl-sniff-for-indent' now.
7089 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7091 Support `comment-column' = 0.
7093 2006-10-11 Martin Rudalics <rudalics@gmx.at>
7095 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7096 * help-at-pt.el (scan-buf-move-to-region): Likewise.
7097 * longlines.el (longlines-window-change-function): Likewise.
7098 * simple.el (undo-ask-before-discard): Likewise.
7099 * wid-edit.el (widget-field-prompt-internal)
7100 (widget-documentation-link-p): Likewise.
7102 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7104 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7107 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7109 * newcomment.el (comment-valid-prefix-p): Make the check
7110 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
7111 (comment-indent-new-line): Adjust call.
7113 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
7115 * allout.el (allout-back-to-current-heading): Base on lower-level
7116 routines to get proper disqualification of aberrant topics.
7118 2006-10-09 Richard Stallman <rms@gnu.org>
7120 * textmodes/two-column.el (2C-two-columns): Doc fix.
7122 2006-10-09 Kim F. Storm <storm@cua.dk>
7124 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7127 2006-10-08 Richard Stallman <rms@gnu.org>
7129 * textmodes/two-column.el (2C-two-columns): Doc fix.
7131 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
7133 * files.el: Mark `buffer-read-only' as safe-local-variable.
7135 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
7137 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7138 Burp if GUD buffer has been killed.
7140 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7142 * completion.el (add-completions-from-c-buffer):
7143 Don't presume an error's second element is a string.
7144 Use looking-at rather than buffer-substring + member.
7146 2006-10-07 Eli Zaretskii <eliz@gnu.org>
7148 * mail/rmail.el (rmail-redecode-body): If the old encoding is
7149 `undecided', call find-coding-systems-region to find a proper
7150 non-trivial encoding.
7151 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7154 2006-10-07 Kevin Ryde <user42@zip.com.au>
7156 * textmodes/reftex-vars.el (defgroup reftex): Update home page
7159 * strokes.el (defgroup strokes): Remove invalid url-link.
7161 2006-10-07 Magnus Henoch <mange@freemail.hu>
7163 * autoinsert.el (auto-insert-alist): Doc fix.
7165 2006-10-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
7167 * mouse-sel.el (mouse-insert-selection-internal):
7168 Use insert-for-yank, so that yank handlers are run.
7170 2006-10-07 Kim F. Storm <storm@cua.dk>
7172 * ido.el (ido-file-extension-aux): Fix comparison.
7174 2006-10-06 Kim F. Storm <storm@cua.dk>
7176 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7178 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
7180 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7181 (ad-make-mapped-call): Use `let', not `let*'.
7183 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
7185 * international/mule-cmds.el (coding-system-change-eol-conversion):
7186 Ensure the coding system is initialized before calling
7187 coding-system-eol-type.
7189 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
7191 * textmodes/org.el (org-rm-props, org-activate-plain-links)
7192 (org-activate-angle-links, org-activate-dates)
7193 (org-activate-target-links, org-activate-camels)
7194 (org-activate-tags): Add `rear-nonsticky' text property to avoid
7195 textproperty keymaps from being active beyond the end of a line.
7196 (org-unfontify-region): Also remove `rear-nonsticky' property.
7198 2006-10-04 Kenichi Handa <handa@m17n.org>
7200 * international/code-pages.el (next): Table fixed.
7202 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7204 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7205 that it's been made unnecessary by removing narrowing.
7207 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7209 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7210 control flow a bit, simplify another bit, and add comments.
7212 2006-10-03 David Kastrup <dak@gnu.org>
7214 * help.el (describe-mode): For clicks on mode-line, use "@"
7215 interactive argument to get the major mode of the click instead of
7218 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7219 in order to better redirect mouse-2 clicks. Also allow default
7222 2006-10-03 Kim F. Storm <storm@cua.dk>
7224 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7225 (pushnew): Fix last change.
7227 2006-10-03 Denis St
\e,A|
\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
7229 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7230 Use the interactive spec of `eval-expression'.
7232 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
7234 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7236 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7238 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7241 2006-10-02 Kenichi Handa <handa@m17n.org>
7243 * international/code-pages.el (iso-8859-6): Table fixed.
7245 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
7247 * dired.el (dired-build-subdir-alist): Fix previous change.
7249 2006-10-01 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
7251 * simple.el (undo-elt-crosses-region): Fix the inequalities.
7253 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7255 * emacs-lisp/find-func.el (find-function-regexp): Don't match
7256 "define-button-type".
7258 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7259 they don't keep accumulating.
7261 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7263 * ffap.el (ffap-rfc-path): Change the address of the RFC
7264 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7266 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
7268 * allout.el (allout-expose-topic): Rectify implementation of "+"
7269 spec, so that bodies are not exposed with headlines.
7271 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
7273 * allout.el (allout-current-depth): Do aberrent check only at or
7274 below doublecheck depth.
7275 (allout-chart-subtree): Make it explicit that LEVELS being nil
7276 means unlimited depth. Drop undocumented support for LEVELS value
7277 t meaning unlimited depth. (This is consistent with
7278 allout-chart-to-reveal, but contrary to allout-show-children,
7279 which needs to use nil to default to depth of 1.)
7280 (allout-goto-prefix-doublechecked): Wrap long docstring line.
7281 (allout-chart-to-reveal): Be explicit in docstring about meaning
7282 of nil LEVELS, and drop support for LEVELS value t.
7283 (allout-show-children): Translate the level spec used by this
7284 routine to that used by allout-chart-subtree and
7285 allout-chart-to-reveal.
7286 (allout-show-to-offshoot): Retry once when stuck, after opening
7287 subtree - improvements in discontinuity handling likely will
7290 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
7292 * wid-edit.el (widget-button-click-moves-point): New variable.
7293 (widget-button-click): If widget-button-click-moves-point is
7294 non-nil, set point after performing the button action.
7296 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7298 2006-09-30 Martin Rudalics <rudalics@gmx.at>
7300 * files.el (find-file-existing): Modify to not allow wildcards.
7302 2006-09-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
7304 * simple.el (undo-more): When undo information for the region is
7305 exhausted, say "No further undo information FOR REGION".
7307 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
7309 * progmodes/sh-script.el (sh-prev-thing):
7310 Take `sh-leading-keywords' into account.
7312 2006-09-29 Glenn Morris <rgm@gnu.org>
7314 * custom.el (defcustom): Doc fix.
7316 * calendar/calendar.el (european-calendar-style):
7317 Call european-calendar or american-calendar as needed when set.
7318 (diary-view-entries, list-calendar-holidays): Move autoloads
7321 2006-09-29 Juri Linkov <juri@jurta.org>
7323 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7324 to nil if there is no previous property change.
7326 2006-09-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7328 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7329 saving anything to be sure that `forward-sexp' behaves correctly.
7331 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
7333 * simple.el (line-move-finish): Ignore field boundaries if the
7334 initial and final points have the same `field' property.
7336 2006-09-29 Kim F. Storm <storm@cua.dk>
7338 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7339 to t while calling ido-read-internal.
7341 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
7343 * textmodes/org.el (org-file-remote-p): Get regexp from list.
7344 (org-archive-subtree): Remove erraneous `]' from character list.
7346 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
7348 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7349 (ses-reconstruct-all): Make undo of "insert row" work by keeping
7350 markers for data-area and parameters-area.
7352 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7354 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7356 * font-lock.el (font-lock-after-change-function): Refontify next line
7357 as well if end is at BOL.
7358 (font-lock-extend-jit-lock-region-after-change): Be more careful to
7359 only extend the region as much as needed.
7361 2006-09-28 Richard Stallman <rms@gnu.org>
7363 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7365 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7367 * international/mule.el (after-insert-file-set-coding):
7368 If VISIT, don't let set-buffer-multibyte make undo info.
7370 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
7372 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7373 lines in base64-encoded authentication response.
7375 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7377 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7378 (ebnf-version): New version 4.3.
7379 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7380 (ebnf-prologue): Adjust PostScript programming.
7381 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7382 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7384 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7386 * jit-lock.el (jit-lock-force-redisplay): Rename from
7387 jit-lock-fontify-again, and undo the mistaken change I've just done.
7389 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7390 (jit-lock-fontify-again): Don't refontify text that's not displayed.
7392 2006-09-26 Kenichi Handa <handa@m17n.org>
7394 * startup.el (display-splash-screen): Allow a prefix argument.
7396 2006-09-25 Jason Rumney <jasonr@gnu.org>
7398 * subr.el (shell-quote-argument): Use DOS logic for Windows
7399 shells with DOS semantics.
7401 2006-09-24 Richard Stallman <rms@gnu.org>
7403 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7404 (compilation-goto-locus): Use compilation-goto-locus-delete-o
7405 to delete the overlay. Put it on pre-command-hook.
7407 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7409 * startup.el (fancy-splash-screens, normal-splash-screen):
7410 Call the splash buffer *About GNU Emacs*.
7412 * simple.el (next-error-highlight, next-error-highlight-no-select):
7414 (yank-excluded-properties): Add `fontified'.
7416 * font-lock.el (font-lock-compile-keywords): Allow value of
7417 syntax-begin-function to enable paren-column-0 highlighting.
7419 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
7421 * dired.el (dired-build-subdir-alist): When file ends in colon,
7422 don't exit the loop, just disregard that file.
7424 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
7426 * simple.el (line-move-finish): Handle corner case for fields in
7428 (line-move-1): Remove flawed test for that case.
7430 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
7432 * icomplete.el (icomplete-simple-completing-p): Use the correct
7433 name for the new variable, `icomplete-with-completion-tables'.
7434 (file local variables): Remove superfluous setting.
7436 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
7438 * calendar/appt.el (appt-check): Fix typo for appointments just
7441 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
7443 * help.el (describe-key-briefly, describe-key): Don't expect an
7444 extra up event if a down-event is generated by a popup menu.
7446 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
7448 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7449 local dictionary when changing the global dictionary.
7451 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
7453 * icomplete.el (icomplete-with-completion-tables): List of
7454 specialized completion tables with which icomplete should
7455 operate. Include the new `internal-complete-buffer', so icomplete
7456 works with interactive buffer-selection.
7457 (icomplete-simple-completing-p): Add acceptance of specialized
7458 completion tables listed in icomplete-with-completion-tables.
7460 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7462 * frame.el (focus-follows-mouse): Set default to nil on Mac.
7464 * startup.el (command-line): Use `custom-reevaluate-setting' for
7465 `focus-follows-mouse'.
7467 2006-09-22 Richard Stallman <rms@gnu.org>
7469 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7470 explain why Save is not available.
7472 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
7474 * woman.el (woman0-so): Use `let*', not `let'.
7475 (woman-horizontal-line): Remove unbalanced parenthesis.
7477 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7479 * woman.el: Make sure all the end-of-region markers we use have
7480 a non-nil insertion-type.
7481 (woman0-so): Move things around so we can use copy-marker.
7482 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7484 (woman2-process-escapes): Check marker type.
7485 (woman-horizontal-line): Dispense with the use of a marker.
7487 2006-09-22 Jay Belanger <belanger@truman.edu>
7489 * calc/calc-lang.el: Add Greek letters to math-variable-table
7492 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
7494 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7496 2006-09-22 Masatake YAMATO <jet@gyve.org>
7498 * add-log.el (add-log-current-defun): Use `forward-sexp'
7499 instead of `forward-word' to pick c++::symbol.
7500 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7502 2006-09-22 Kenichi Handa <handa@m17n.org>
7504 * bindings.el: Fix setting self-insert-command for multibyte
7505 characters in global-map.
7507 2006-09-21 David Kastrup <dak@gnu.org>
7509 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7512 2006-09-21 Kenichi Handa <handa@m17n.org>
7514 * language/european.el ("Latin-1"): Add windows-1252 to
7516 ("German"): Likewise.
7518 2006-09-21 Kim F. Storm <storm@cua.dk>
7520 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7521 Suggested by Miles Bader.
7523 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
7524 instead of add-to-list in the simple case.
7526 2006-09-20 Kenichi Handa <handa@m17n.org>
7528 * isearch.el (isearch-process-search-char): Cancel the previous change.
7529 (isearch-search-string): New function.
7530 (isearch-search): Use isearch-search-string.
7531 (isearch-lazy-highlight-search): Likewise.
7533 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7535 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7536 string to become an option.
7538 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7540 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7542 2006-09-20 Kim F. Storm <storm@cua.dk>
7544 * simple.el (line-move-partial): Call pos-visible-in-window-p with
7545 position t instead of trying both window-end and window-end - 1.
7547 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
7549 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7552 2006-09-20 David Kastrup <dak@gnu.org>
7554 * mouse.el (mouse-posn-property): Improve doc string.
7555 (mouse-on-link-p): Change buffers for function calls on links.
7557 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7558 buffer is read-only.
7560 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
7562 * allout.el (allout-unprotected): Let inhibit-read-only only when
7563 buffer-read-only isn't set.
7564 (allout-annotate-hidden): Enable topic annotation during copies even
7565 when the buffer is read-only, eg for topic copies. Ensure that the loop
7566 advances, even when the span extends beyond the deletion region.
7567 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7568 rather than allout-exposure-changed-hook, as a stronger assertion.
7569 (allout-keybindings-list): Add bindings for
7570 allout-copy-line-as-kill and allout-copy-topic-as-kill.
7571 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7572 Copy wrappers for allout-kill-line and allout-kill-topic.
7573 (allout-listify-exposed): Position correctly to accumulate lines.
7575 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
7577 * simple.el (line-move-1): Escape field boundaries occurring
7578 exactly at point. Update goal column if constrained to a field.
7579 (line-move-finish): Escape field boundaries occurring exactly at point.
7581 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7583 * mouse.el (mouse-on-link-p): Tentatively fix last change.
7584 (mouse-drag-vertical-line): Remove unused var `wconfig'.
7586 2006-09-19 Kim F. Storm <storm@cua.dk>
7588 * help.el (describe-key-briefly, describe-key): Simplify printing
7589 of descriptions by using format and %S. Fix "is undefined"
7590 messages to say "at that spot" for mouse events.
7592 * simple.el (line-move-partial): Optimize. Try window-line-height
7593 before posn-at-point to get vpos of current line.
7595 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
7597 * viper.el: Bump up version/date of update to reflect the substantial
7598 changes done in August 2006.
7600 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
7603 * ediff-util.el (ediff-add-to-history): New function.
7605 * ediff.el: Use ediff-add-to-history instead of add-to-history.
7607 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7609 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
7610 Delete duplicate make-local-variable form.
7611 (conf-space-keywords): Add autoload cookie.
7612 Fix typo (`keywords', not `keyword').
7614 2006-09-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7616 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7617 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
7618 to x-gtk-use-old-file-dialog.
7620 2006-09-18 Richard Stallman <rms@gnu.org>
7622 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7623 that might come in during mouse tracking.
7625 2006-09-18 Kim F. Storm <storm@cua.dk>
7627 * simple.el (line-move-partial): Rework 2006-09-15 change to use
7628 new window-line-height function. Further optimize by not calling
7629 pos-visible-in-window-p for window-end when window-line-height
7630 returns useful information.
7632 2006-09-16 Richard Stallman <rms@gnu.org>
7634 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7635 (conf-space-mode): Don't handle prefix arg.
7636 Delete conf-space-keywords-override code.
7638 (conf-space-keywords): New command.
7639 (conf-space-mode-internal): Be careful with imenu-generic-expression.
7640 Delete conf-space-keywords-override code.
7641 (conf-space-keywords-alist): Doc fix.
7642 (conf-space-font-lock-keywords): Doc fix.
7643 (conf-space-keywords-override): Var deleted.
7645 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
7647 * startup.el (fancy-splash-screens): Don't switch to the scratch
7648 buffer; it may not be the next buffer.
7650 2006-09-16 Romain Francoise <romain@orebokech.com>
7652 * saveplace.el (load-save-place-alist-from-file): Use expanded name
7655 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
7657 * progmodes/python.el (python-preoutput-filter):
7658 Fix arg order to string-match.
7660 2006-09-16 Richard Stallman <rms@gnu.org>
7662 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7663 font-lock-compile-keywords.
7665 * font-lock.el (font-lock-compile-keywords): Rename optional arg
7666 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
7668 2006-09-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7670 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7672 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7673 and the data doesn't look like UTF8, send STRING instead.
7675 2006-09-16 Agust
\e,Am
\e(Bn Mart
\e,Am
\e(Bn <agustin.martin@hispalinux.es>
7677 * textmodes/flyspell.el (flyspell-check-region-doublons):
7678 New function to detect duplicated words.
7679 (flyspell-large-region): Use it.
7681 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
7683 * simple.el (line-move-to-column): Revert 2006-08-03 change.
7685 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7687 * help.el (describe-prefix-bindings): Use let, not let*.
7689 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
7691 * allout.el (allout-regexp, allout-line-boundary-regexp)
7692 (allout-bob-regexp): Correct grouping and boundaries to fix
7693 backwards traversal.
7694 (allout-depth-specific-regexp, allout-depth-one-regexp):
7695 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7696 worse time in allout-ascend.
7697 (allout-doublecheck-at-and-shallower): Identify depth threshold
7698 below which topics are checked for and disqualified by containment
7700 (allout-hotspot-key-handler): Correctly handle multiple-key
7701 strokes. Remove some unused variables.
7702 (allout-mode-leaders): Clarify that mode-specific comment-start
7704 (set-allout-regexp): Correctly regexp-quote allout regexps to
7705 properly accept alternative header-leads and primary bullets with
7706 regexp-specific characters (eg, C "/*", mathematica "(*").
7707 Include new regular expressions among those configured.
7708 (allout-infer-header-lead-and-primary-bullet):
7709 Rename allout-infer-header-lead.
7710 (allout-recent-depth): Manifest as a variable as well as a function.
7711 (allout-prefix-data): Simplify into an inline instead of a macro,
7712 assuming current match data rather than being explicitly passed
7713 it. Establish allout-recent-depth value as well as
7714 allout-recent-prefix-beginning and allout-recent-prefix-end.
7715 (allout-aberrant-container-p): True when an item's immediate
7716 offspring discontinuously contained. Useful for disqualifying
7717 unintended topic prefixes, likely at low depths.
7718 (allout-goto-prefix-doublechecked): Elaborate version of
7719 allout-goto-prefix which disqualifies aberrant pseudo-items.
7720 (allout-pre-next-prefix): Layer on top of lower-level routines, to
7721 get disqualification of aberrant containers.
7722 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7724 (allout-beginning-of-current-entry): Position at start of buffer
7725 when in container (depth 0) entry.
7726 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7727 (allout-current-bullet): Strip text properties.
7728 (allout-get-prefix-bullet): Use right match groups.
7729 (allout-beginning-of-line, allout-next-heading):
7730 Disqualify aberrant containers.
7731 (allout-previous-heading): Disqualify aberrant containers, and
7732 change to regular (rather than inline) function, to allow
7734 (allout-get-invisibility-overlay): Increment so progress is made
7735 when the first overlay is not the sought one.
7736 (allout-end-of-prefix): Disqualify aberrant containers.
7737 (allout-end-of-line): Cycle something like allout-beginning-of-line.
7738 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7739 outline.el outlines) functional again. Change the primary bullet
7740 along with the header-lead - level 1 new-style bullets now work.
7741 Engage allout-before-change-handler in mainline Emacs, not just
7742 XEmacs, to do undo handling.
7743 (allout-before-change-handler): Expose undo changes occurring in
7744 hidden regions. Use allout-get-invisibility-overlay instead of
7745 reimplementing it inline.
7746 (allout-chart-subtree): Use start rather than end of prefix in
7747 charts. Use allout-recent-depth variable.
7748 (allout-chart-siblings): Disqualify aberrant topics.
7749 (allout-beginning-of-current-entry): Position correctly.
7750 (allout-ascend): Use new allout-depth-specific-regexp and
7751 allout-depth-one-regexp for linear instead of O(N^2) or worse
7753 (allout-ascend-to-depth): Depend on allout-ascend, rather than
7754 reimplementing an algorithm.
7755 (allout-up-current-level): Depend on allout-ascend, rather than
7756 reimplementing an algorithm. Return to start-point if we fail.
7757 (allout-descend-to-depth): Use allout-recent-depth variable
7758 instead of function.
7759 (allout-next-sibling): On traversal of numerous intervening
7760 topics, resort to economical allout-next-sibling-leap.
7761 (allout-next-sibling-leap): Specialized version of
7762 allout-next-sibling that uses allout-ascend cleverly, to depend on
7763 a regexp search to leap large numbers of contained topics, rather
7764 than arbitrarily many one-by-one traversals.
7765 (allout-next-visible-heading): Disqualify aberrant topics.
7766 (allout-previous-visible-heading): Position consistently when
7768 (allout-forward-current-level): Base on allout-previous-sibling
7769 rather than (differently) reimplmenting the algorithm. Remove some
7771 (allout-solicit-alternate-bullet): Present default choice stripped
7773 (allout-rebullet-heading): Use bullet stripped of text properties.
7774 Register changes using allout-exposure-change-hook.
7775 Disregard aberrant topics.
7776 (allout-shift-in): With universal-argument, make topic a peer of
7777 it's former offspring. Simplify the code by separating out
7778 allout-shift-out functionality.
7779 (allout-shift-out): With universal-argument, make offspring peers
7780 of their former container, and its siblings. Implement the
7781 functionality here, rather than inappropriately muddling the
7782 implementation of allout-shift-in.
7783 (allout-rebullet-topic): Respect additional argument for new
7784 parent-child separation function.
7785 (allout-yank-processing): Use allout-ascend directly.
7786 (allout-show-entry): Disqualify aberrant topics.
7787 (allout-show-children): Handle discontinuous children gracefully,
7788 extending the depth being revealed to expose them and posting a
7789 message indicating the situation.
7790 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7791 Leave cursor in correct position.
7792 (allout-hide-current-subtree): Use allout-ascend directly.
7793 Disqualify aberrant topics.
7794 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7795 a way that the yanks can restore it, as used to happen.
7796 (allout-yank-processing): Restore exposure layout as recorded by
7797 allout-kill-*, as used to happen.
7798 (allout-annotate-hidden, allout-hide-by-annotation): New routines
7799 for preseving and restoring exposure layout across kills.
7800 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7801 (allout-encrypt-string): Strip text properties.
7802 Rearranged order and outline-headings for some of the
7803 miscellaneous functions.
7804 (allout-resolve-xref): No need to quote the error name in the
7805 condition-case handler section.
7806 (allout-flatten): Classic recursive (and recursively intensive,
7807 without tail-recursion) list-flattener, needed by allout-shift-out
7808 when confronted with discontinuous children.
7810 2006-09-16 Jason Rumney <jasonr@gnu.org>
7812 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7814 (dnd-open-unc-file): Remove.
7815 (dnd-open-local-file): Mention in doc string that it also handles
7816 remote files if the system natively supports unc file-names.
7818 2006-09-15 Kim F. Storm <storm@cua.dk>
7820 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7821 all necessary information about the event before erasing *Help*.
7823 * simple.el (line-move-partial): Use window-line-visiblity to
7824 quickly check whether last line is partially visible, and only do
7825 the hard (and slow) part in that case.
7827 2006-09-15 Jay Belanger <belanger@truman.edu>
7829 * COPYING: Replace "Library Public License" by "Lesser Public
7830 License" throughout.
7832 2006-09-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7834 * term/x-win.el (x-menu-bar-open): New function for F10.
7836 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
7838 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7839 Disallow filenames containing " -" to avoid confusion with libtool
7840 compilation messages. Suggested by Stefan Monnier.
7842 2006-09-15 David Kastrup <dak@gnu.org>
7844 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
7845 instead of buffer position for `mouse-on-link-p'.
7847 * mouse.el (mouse-posn-property): New function looking up the
7848 properties at a click position in overlays and text properties in
7849 either buffer or strings.
7850 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
7851 of both `follow-link' as well as `mouse-face' properties.
7852 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
7855 * help.el (describe-key-briefly): When reading a down-event on
7856 mode lines or scroll bar, swallow the following up event, too.
7857 Use the new mouse sensitity of `key-binding' for lookup.
7858 (describe-key): The same here.
7860 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
7862 * play/life.el (life-patterns): Add a few more interesting patterns.
7863 (life-setup): Force `show-trailing-whitespace' to nil.
7865 2006-09-14 Richard Stallman <rms@gnu.org>
7867 * startup.el (fancy-splash-text): Change text to improve alignment.
7868 (fancy-splash-screens): Don't set non-standard tab width.
7869 Bind cursor-type temporarily, and make it easy to patch to
7870 preserve the splash buffer.
7871 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
7872 (fancy-splash-screens): Display echo-area message explicitly.
7873 Don't set fancy-splash-help-echo.
7875 * simple.el (line-number-mode): Group mode-line instead of
7877 (column-number-mode, size-indication-mode): Likewise.
7879 * faces.el (mode-line-faces): Group mode-line instead of modeline.
7881 * time.el (display-time): Group mode-line instead of modeline.
7883 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
7885 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
7887 * startup.el (fancy-splash-text): Move editing instructions to
7889 (fancy-splash-head): Issue editing instructions.
7890 (fancy-splash-screens): Fixup whitespace.
7892 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7894 * bindings.el (mode-line-buffer-identification-keymap):
7895 Remove duplicate line.
7897 2006-09-14 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7899 * ido.el (ido-ignore-item-p): Allow any kind of functions in
7902 2006-09-14 Kim F. Storm <storm@cua.dk>
7904 * jit-lock.el (jit-lock-fontify-again): New function.
7905 (jit-lock-fontify-now): Use it instead of lambda form.
7907 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
7909 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
7910 (flyspell-auto-correct-word): Make ispell-filter local to these
7911 functions. Check that ispell-filter has new stuff before calling
7912 ispell-parse-output.
7914 2006-09-13 Kim F. Storm <storm@cua.dk>
7916 * simple.el (line-move-partial): Optimize.
7918 2006-09-13 Richard Stallman <rms@gnu.org>
7920 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
7921 Delete spurious backquote.
7923 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
7925 * net/rcirc.el (rcirc-print): Fix last change.
7927 2006-09-12 Jay Belanger <belanger@truman.edu>
7929 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
7931 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
7933 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
7934 rcirc-show-maximum-output.
7935 (rcirc-mode): Remove window-scroll-function hook.
7936 (rcirc-scroll-to-bottom): Remove function.
7937 (rcirc-print): Recenter so point stays at the bottom of the window
7938 if point was already there.
7940 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7942 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
7944 * progmodes/compile.el (compilation-start): Likewise.
7945 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7946 Don't use expand-file-name on invocation-directory, since this
7947 might mishandle special characters in invocation-directory.
7949 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7951 * pcvs-defs.el: Remove * in defcustom's docstrings.
7953 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
7955 * progmodes/compile.el (compilation-directory-properties):
7956 Doc fix for help-echo.
7958 2006-09-12 Lars Hansen <larsh@soem.dk>
7960 * desktop.el (desktop-read): Add comment.
7962 2006-09-12 Kim F. Storm <storm@cua.dk>
7964 * simple.el (next-error-highlight, next-error-highlight-no-select):
7967 * subr.el (sit-for): Rework to use input-pending-p and cond.
7968 Return nil input is pending on entry also for SECONDS <= 0.
7969 (while-no-input): Use input-pending-p instead of sit-for.
7971 2006-09-11 Richard Stallman <rms@gnu.org>
7973 * simple.el (next-error-highlight, next-error-highlight-no-select):
7974 Fix custom type and doc strings.
7976 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7978 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
7979 (diff-apply-hunk): Use it to ask for confirmation.
7981 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7983 * emacs-lisp/cl.el (pushnew): Add missing `,'.
7985 2006-09-11 David Kastrup <dak@gnu.org>
7987 * help.el (string-key-binding, describe-key-briefly)
7988 (describe-key): Remove `string-key-binding' and its callers since
7989 `key-binding' already caters for the proper lookup now.
7991 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7993 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7994 (cfengine-mode): Use it. Fix \ syntax to be like /.
7996 * bindings.el (mode-line-buffer-identification-keymap):
7997 Move initialization into declaration.
7999 2006-09-10 Kim F. Storm <storm@cua.dk>
8001 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8002 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8003 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8004 in case of merged directories. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
8006 2006-09-10 Richard Stallman <rms@gnu.org>
8008 * dired-aux.el: Handle errors in recursive copy usefully.
8009 (dired-create-files-failures): New variable.
8010 (dired-copy-file): Remove condition-case.
8011 (dired-copy-file-recursive): Check for errors on all file
8012 operations, and add them to dired-create-files-failures.
8013 Check file file-date-erorr here too.
8014 (dired-create-files): Check dired-create-files-failures
8015 and report those errors too.
8017 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8019 * subr.el (add-to-list): New argument COMPARE-FN.
8021 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8023 * filecache.el (file-cache-add-directory)
8024 (file-cache-add-directory-list, file-cache-add-file)
8025 (file-cache-add-directory-using-find)
8026 (file-cache-add-directory-using-locate)
8027 (file-cache-add-directory-recursively): Add autoloads.
8029 2006-09-09 Richard Stallman <rms@gnu.org>
8031 * textmodes/conf-mode.el (conf-space-mode):
8032 Use hack-local-variables-hook instead of calling hack-local-variables.
8033 (conf-space-keywords-override): New variable.
8034 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
8035 (conf-space-mode): Always make conf-space-keywords and
8036 conf-space-keywords-override local.
8037 Call conf-space-mode-internal directly as well as via hook.
8039 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8041 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8044 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8046 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8047 (python-send-string): Be slightly more careful about adding \n.
8049 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8050 kill it right away anyway.
8052 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8054 * international/codepage.el (cp850-decode-table): Fix a few codes.
8055 (cp858-decode-table): New variable.
8057 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8059 * net/ldap.el (ldap-search-internal): Doc fix.
8061 2006-09-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8063 * play/life.el (life-display-generation): Test for input manually if
8064 `sleeptime' is negative or null.
8066 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8067 (print-region-1): Substitute `%s' with the page title.
8069 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8071 * locate.el (locate-current-search): New variable.
8072 (locate): Set buffer local value. Use current buffer if it is
8074 (locate-mode): Disable undo here.
8075 (locate-do-setup): Use locate-current-filter from buffer to be killed.
8076 (locate-update): Use locate-current-search and locate-current-filter.
8078 2006-09-08 David Kastrup <dak@gnu.org>
8080 * desktop.el (desktop-read): When loading a desktop, disable
8081 saving it while the load progresses, and switch off a pending lazy
8082 load by calling `desktop-lazy-abort'.
8084 2006-08-27 Martin Rudalics <rudalics@gmx.at>
8086 * window.el (mouse-autoselect-window-timer)
8087 (mouse-autoselect-window-position)
8088 (mouse-autoselect-window-window)
8089 (mouse-autoselect-window-now): New vars.
8090 (mouse-autoselect-window-cancel)
8091 (mouse-autoselect-window-select)
8092 (mouse-autoselect-window-start): New functions.
8093 (handle-select-window): Call `mouse-autoselect-window-start' when
8094 delayed window autoselection is enabled.
8096 * cus-start.el (mouse-autoselect-window): Handle delayed window
8099 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8100 commands after which it is allowed to print in the echo area.
8102 2006-09-08 Richard Stallman <rms@gnu.org>
8104 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8106 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8107 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8109 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8110 (cancel-timer-internal): Add doc string.
8111 (cancel-function-timers): Doc fix.
8112 (with-timeout-handler, timer-event-last*): Add doc strings.
8114 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8116 * files.el (risky-local-variable-p): Match ...-bindat-spec.
8118 * dired.el (dired-log-summary): Add doc string.
8120 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8121 (custom-group-menu-create): Not here.
8123 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
8125 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8127 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8129 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8130 (mac-apple-event-map): Define its handler.
8132 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8134 * net/ldap.el (ldap-search-internal): Handle `auth' key.
8136 2006-09-07 Magnus Henoch <mange@freemail.hu>
8138 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8141 2006-09-07 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8143 * info.el (Info-index): Bind completion-ignore-case.
8145 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8147 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8149 (inferior-prolog-guess-flavor): New fun left out of previous commit.
8150 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8151 burp in dedicated windows.
8152 (inferior-prolog-self-insert-command): New command.
8153 (inferior-prolog-mode-map): Use it.
8155 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8157 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8159 * international/code-pages.el: Add cp858.
8161 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8163 * dnd.el: Fix bootstrapping.
8165 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8167 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8168 (dnd-open-remote-url): New function.
8169 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8172 2006-09-07 Jason Rumney <jasonr@gnu.org>
8174 * dnd.el (dnd-open-remote-file-function): New variable.
8175 (dnd-open-unc-file): New function.
8176 (dnd-open-file): Call dnd-open-remote-file-function if set.
8178 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8180 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8181 pgg-passphrase-coding-system rather than locale-coding-system.
8182 * pgg-def.el (pgg-passphrase-coding-system): New user option.
8184 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8186 * progmodes/prolog.el: Remove * in docstrings.
8187 (prolog-program-name): Add SWI prolog.
8188 (prolog-mode-menu): New menu.
8189 (prolog-mode): Set comment-add.
8190 (prolog-indent-line): Simplify. Use indent-line-to.
8191 (inferior-prolog-buffer): New var.
8192 (inferior-prolog-run, inferior-prolog-process): New funs.
8193 (run-prolog, switch-to-prolog): Rewrite, using them.
8194 (prolog-consult-region): Use inferior-prolog-buffer.
8195 (inferior-prolog-load-file): New function.
8196 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8198 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8199 last word, if it's not the end of the paragraph.
8201 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8204 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
8206 * frame.el (display-mm-dimensions-alist): New defcustom.
8207 (display-mm-height, display-mm-width): Use it.
8209 2006-09-06 Simon Josefsson <jas@extundo.com>
8211 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8213 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
8215 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8216 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8219 2006-09-06 Kim F. Storm <storm@cua.dk>
8221 * simple.el (line-move-partial): New function to do vscrolling for
8222 partially visible images / tall lines. Rewrite based on code
8223 previously in line-move. Simplify backwards vscrolling.
8224 (line-move): Use it. Simplify.
8226 2006-09-05 Kim F. Storm <storm@cua.dk>
8228 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8230 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
8232 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8233 Process the `gcc-include' after the `gnu' rule.
8235 2006-09-05 Kim F. Storm <storm@cua.dk>
8237 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8239 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8241 * pgg.el (pgg-clear-string): Alias to clear-string for backward
8244 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8245 inhibit-redisplay; encode passphrase with locale-coding-system.
8247 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8249 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8251 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
8253 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8254 (gdb-var-list-children-regexp): Make type field optional.
8256 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8257 e.g public, protected in C++.
8259 2006-09-04 John Paul Wallington <jpw@pobox.com>
8261 * simple.el (completion-show-help): New defcustom.
8262 (completion-setup-function): Heed it.
8264 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8266 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8268 2006-09-04 Richard Stallman <rms@gnu.org>
8270 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8271 (rsf-min-region-to-spam-list): Doc fix.
8272 (rsf-add-content-type-field): Doc fix.
8274 * simple.el (kill-region): Explicitly test there is a region.
8276 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8278 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8279 sendmail in several common directories.
8281 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8283 * paths.el (sendmail-program): Removed.
8285 2006-09-04 Daiki Ueno <ueno@unixuser.org>
8287 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8288 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
8289 http://article.gmane.org/gmane.emacs.gnus.general/50457
8291 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
8293 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8294 mark after running the menu filter.
8296 2006-09-03 Juri Linkov <juri@jurta.org>
8298 * international/quail.el (quail-defrule-internal): Add a check
8299 if a key is a vector.
8301 2006-09-02 Juri Linkov <juri@jurta.org>
8303 * man.el (Man-topic-history): New variable.
8306 * woman.el (woman-topic-history): Change defvar to defvaralias
8307 for symbol `Man-topic-history'.
8309 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8310 `comint-last-output-start' is a marker by using `markerp' and
8311 check if it has a position by using `marker-position', and use
8312 this position for `goto-char'.
8314 * international/quail.el (quail-defrule-internal): Add missing
8315 `error' call for null key.
8317 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
8319 * rcirc.el (rcirc-keywords): New variable.
8320 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8321 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8323 (rcirc-responses-no-activity): New function.
8324 (rcirc-handler-generic): Check for responses in above.
8325 (rcirc-process-command): Add ?: character to arguments of raw
8327 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8329 (rcirc-gray-toggle): Remove unused variable.
8330 (rcirc-print): Remove some tracking logic, which is moved into
8332 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8334 (rcirc-activity-string): Look for 'keyword in activity-types.
8335 (rcirc-window-configuration-change): Don't erase overlay-arrow
8337 (rcirc-add-or-remove): New function.
8338 (rcirc-cmd-ignore): Use it.
8339 (rcirc-message-leader): Remove unused function.
8340 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8341 (rcirc-add-face): New function.
8342 (rcirc-facify): Use rcirc-add-face.
8343 (rcirc-url-regexp): Add parens.
8344 (rcirc-map-regexp): Remove function.
8345 (rcirc-mangle-regexp): Remove function.
8346 (rcirc-markup-text-functions): New variable.
8347 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8348 (rcirc-markup-body-text, rcirc-markup-attributes)
8349 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8350 (rcirc-markup-bright-nicks): New markup handler functions.
8351 (rcirc-nick-in-message-full-line): New face.
8352 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8353 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8355 2006-09-02 Martin Rudalics <rudalics@gmx.at>
8357 * cus-start.el (hscroll-margin, hscroll-step)
8358 (mode-line-in-non-selected-windows, mouse-autoselect-window)
8359 (x-use-underline-position-properties): Change version to "22.1"
8360 since they will appear there for the first time.
8362 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8364 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8366 2006-08-31 Richard Stallman <rms@gnu.org>
8368 * cus-edit.el (custom-save-variables): Slight cleanup.
8369 (Custom-no-edit): Renamed from custom-no-edit.
8370 (Custom-newline): Renamed from custom-newline.
8371 (custom-mode-map): Use new names.
8373 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8374 about customization, rather than M-x customize, in the doc string
8375 made for the defcustom.
8377 * emacs-lisp/trace.el (trace-function-background): Doc fix.
8379 2006-08-31 Romain Francoise <romain@orebokech.com>
8381 * dired-x.el (dired-guess-shell-alist-default): Update.
8383 2006-08-31 Michael Mauger <mmaug@yahoo.com>
8385 * custom.el (custom-theme-set-variables): Autoload packages before
8386 sorting the variables.
8388 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
8390 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8392 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8394 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8396 * progmodes/python.el (python-eldoc-function): Re-enable quit while
8397 waiting for process.
8399 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8401 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8402 results in ASCII-only string, encode original one directly.
8404 2006-08-29 Romain Francoise <romain@orebokech.com>
8406 * startup.el (normal-splash-screen, fancy-splash-screens):
8407 Make buffer read-only and arrange to enter view mode if necessary.
8409 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8411 * hl-line.el (hl-line): New face.
8412 (hl-line-face): Use it.
8414 * image-mode.el (image-mode): Fix last fix.
8415 Suggested by Kim F. Storm.
8417 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
8419 Sync with Tramp 2.0.54.
8421 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8422 of `=', because `tramp-get-remote-gid' might not always return an
8423 integer when expected.
8424 (tramp-register-file-name-handlers): `partial-completion-mode' is
8426 (tramp-time-diff): Don't use `floor', it might fail for large
8428 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8429 `tramp-auto-save-directory' if unset in order to guarantee unique
8430 auto-save file names.
8432 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
8434 * image-mode.el (image-mode): Display image as text on a terminal.
8436 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8438 * progmodes/python.el (python-send-command): Simplify.
8439 (run-python): Don't generate a new buffer unless `new' was specified.
8440 Make sure we send `import emacs' to the proper process.
8442 * progmodes/python.el (python-send-command): Don't wait for the command
8443 to terminate. Don't fiddle with compilation-parsing-end.
8445 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
8447 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8448 Insert commentary after first line summary.
8450 * woman.el (woman-follow): New function, based on `man-follow'.
8451 (woman-mode-map): Use it.
8453 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8454 since ibuffer-do-sort-by-recency does not define a sorter.
8456 2006-08-28 Kim F. Storm <storm@cua.dk>
8458 * find-dired.el (find-dired): Use shell-quote-argument to properly
8459 escape ( and ) args. Also use it on {} and ; args in default
8460 value of find-ls-option string.
8461 (find-grep-dired): Use shell-quote-argument on {} and ; args.
8463 2006-08-27 Michael Olson <mwolson@gnu.org>
8465 * emacs-lisp/tq.el: Small grammar fix in comments.
8466 (tq-enqueue): Check for existence of queue rather than the
8467 head queue item's question, which was a no-op.
8468 (tq-filter, tq-process-buffer): Make sure the process buffer
8469 exists before making it the current buffer.
8471 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8473 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8474 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8475 (special-event-map): Apply 2006-08-16 change for x-win.el.
8477 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8479 * progmodes/python.el (python-send-receive): Wait in the
8480 process's buffer so as to check the right buffer-local variables.
8482 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8484 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8485 (defgroup checkdoc): Move to beginning.
8487 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8488 (python-preoutput-continuation): Remove.
8489 (python-preoutput-filter): Simplify correspondingly.
8490 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
8491 Loop around to catch embedded _emacs_out output.
8492 (run-python): Send the import&print command on a single line.
8493 (python-send-command): Send command&print on a single line.
8494 (python-send-string): Only add double \n if needed.
8495 (python-send-receive): Loop until the result comes.
8496 (python-mode-running): Defvar it.
8497 (python-setup-brm): Remove unused var `menu'.
8498 Only bind py-mode-map and `features' around brm-init.
8499 (python-calculate-indentation): Remove unused var `point'.
8500 (python-beginning-of-defun): Remove unused var `def-line'.
8502 2006-08-25 Richard Stallman <rms@gnu.org>
8504 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8506 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
8508 * viper.el (viper-set-hooks): Use frame bindings for
8509 viper-vi-state-cursor-color.
8510 (viper-non-hook-settings): Don't set default
8511 mode-line-buffer-identification.
8513 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8514 (viper-set-cursor-color-according-to-state)
8515 (viper-get-saved-cursor-color-in-replace-mode)
8516 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8517 viper-emacs-state-cursor-color.
8519 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8520 (viper-undo): Use point if undo-beg-posn is nil.
8521 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8522 (viper-after-change-undo-hook): Don't use
8523 viper-emacs-state-cursor-color by default.
8524 (viper-undo): More sensible positioning after undo.
8526 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8527 (viper-emacs-state-cursor-color): Default to nil, since this feature
8528 doesn't work well yet.
8530 * ediff-mult.el (ediff-intersect-directories)
8531 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8532 always expand filenames.
8534 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8536 * tumme.el: Remove * in defcustoms's docstrings.
8538 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8540 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8541 Accept internal time format for SECS arg.
8542 (timer-relative-time): Doc fix.
8544 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8545 adapted from Martin Rudalics.
8546 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8547 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8548 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8551 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
8553 * cus-start.el (all): Add `overline-margin' and
8554 `x-underline-at-descent-line'.
8556 2006-08-24 Kim F. Storm <storm@cua.dk>
8558 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8559 to mean "use find -exec"; nil now unambiguously means auto-detect.
8560 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8561 Use shell-quote-argument to build grep-find-command and
8563 (rgrep): Use shell-quote-argument to properly quote arguments to find.
8564 Reported by Tom Seddon.
8566 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
8568 * startup.el (fancy-splash-head): Give instructions for dismissing
8569 the splash screen for default startup too.
8570 (display-startup-echo-area-message, fancy-splash-screens)
8571 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
8572 all splash text at once and keep the splash buffer around.
8573 (command-line-1): Give display-startup-echo-area-message a t arg.
8575 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
8577 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8578 gnus frame is selected.
8580 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
8582 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8584 2006-08-22 Kim F. Storm <storm@cua.dk>
8586 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8587 Add suffix matching for subdirs.
8589 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
8591 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8592 mouse-yank-at-point is non-nil.
8594 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
8596 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8597 a bit wider and remove fringes to fit initial output on line.
8599 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8601 * frame.el (blink-cursor-end): Only ignore the error we care about.
8602 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8604 2006-08-21 Richard Stallman <rms@gnu.org>
8606 * whitespace.el (whitespace-cleanup): Doc fix.
8608 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
8610 * net/rcirc.el (rcirc-show-maximum-output): New var.
8611 (rcirc-buffer-process): If no buffer argument is supplied, use
8613 (rcirc-complete-nick): Complete to the last completed nick first.
8614 (rcirc-mode): Preserve the value of `rcirc-urls' across
8615 connections. Setup scroll function.
8616 (rcirc-scroll-to-bottom): New function.
8617 (rcirc-print): Use nick syntax around regexp work.
8618 Notice dim-nicks speaking only if they say our nick.
8619 (rcirc-update-activity-string): Do not show the modeline indicator
8620 if there are no live rcirc processes.
8621 (rcirc-cmd-ignore): Ignore case.
8622 (rcirc-browse-url-at-point): Fix off-by-one error.
8624 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8626 * progmodes/python.el: Remove * in defcustom docstrings.
8627 (run-python, python-proc, python-try-complete): Use derived-mode-p.
8628 (python-mode): Set tab-width and indent-tabs-mode.
8630 2006-08-20 Dave Love <fx@gnu.org>
8632 * progmodes/python.el: Update to Dave Love's latest version.
8633 (python-font-lock-keywords, python-mode): Don't use
8634 font-lock-syntax-table, but match symbol elements explicitly instead.
8635 (python-mode-map): Add help, and a few more key bindings.
8636 (python-skip-comments/blanks): Move out of comments as well.
8637 (python-continuation-line-p): Behave better with unbalanced parens.
8638 (python-blank-line-p): New fun.
8639 (python-open-block-statement-p): Don't use a heuristic.
8640 (python-outdent-p): Better handle blocks-in-the-same-line.
8641 (python-calculate-indentation): Misc improvements.
8642 (python-comment-indent): Remove.
8643 (python-block-pairs): New var.
8644 (python-first-word): New fun.
8645 (python-indentation-levels): Handle more common cases.
8646 (python-indent-line-1): Add `leave' argument.
8647 (python-indent-region): New fun.
8648 (python-skip-out): New fun.
8649 (python-beginning-of-statement, python-end-of-statement): Use it.
8650 (python-next-statement): Return correct count even at eob.
8651 (python-end-of-block): Fix paren-typo.
8652 (python-imenu-create-index): Add module variables.
8653 (run-python): Add `new' arg.
8654 Check we're at a prompt before returning.
8655 (python-send-command): Move to end of buffer.
8656 Wait for prompt to return.
8657 (python-set-proc): New fun.
8658 (python-imports): New var.
8659 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
8660 (python-eldoc-function): Try to move out of arg list.
8661 (python-outline-level): Offset by 1.
8662 (python-find-imports): New fun.
8663 (python-symbol-completions): Use python-imports.
8664 (python-module-path, ffap-alist): Add support for ffap.
8665 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8666 (python-insert-*, python-default-template, python-expand-template):
8667 Add templates/skeletons.
8668 (python-setup-brm): Support for Bicycle Repair Man.
8669 (python-abbrev-syntax-table): New var.
8670 (python-abbrev-pc-hook, python-pea-hook): New funs.
8672 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
8674 * frame.el (blink-cursor-start): Set timer first.
8675 (blink-cursor-end): Ignore timer cancelling errors.
8676 Suggested by Ken Manheimer.
8678 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
8680 * newcomment.el (comment-box): Call `comment-normalize-vars'.
8681 Add autoload cookie.
8683 2006-08-20 Richard Stallman <rms@gnu.org>
8685 * simple.el (line-number-at-pos): Doc fix.
8687 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8688 timer-activate-when-idle, so timer can run before Emacs becomes
8691 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8693 * whitespace.el (whitespace-cleanup-internal): New optional arg
8694 REGION-ONLY. If it's non-nil, modify the message to the user
8696 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8699 2006-08-18 Gustav H
\e,Ae
\e(Bllberg <gustav@gmail.com> (tiny change)
8701 * rect.el (spaces-string): Simplify and add doc string.
8703 2006-08-17 Romain Francoise <romain@orebokech.com>
8705 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8707 2006-08-17 Richard Stallman <rms@gnu.org>
8709 * compare-w.el (compare-windows): lambda's take an arg and pass
8710 it to compare-windows-skip-whitespace.
8712 2006-08-17 Martin Rudalics <rudalics@gmx.at>
8714 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8717 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8719 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8722 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
8724 * progmodes/gdb-ui.el (gdb-locals-watch-map)
8725 (gdb-locals-watch-map-1): Suppress keymap first.
8726 (gdb-edit-locals-map-1): New variable.
8727 (gdb-edit-locals-value): New function.
8728 (gdb-stack-list-locals-handler): Use them.
8730 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8732 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8733 cursor would normally be drawn in the fringe.
8735 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8736 Reported by Martin Rudalics <rudalics@gmx.at>.
8738 2006-08-16 Richard Stallman <rms@gnu.org>
8740 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8741 (special-event-map): Process drag-n-drop events this way.
8743 * simple.el (move-beginning-of-line): Test whether fields
8744 would prevent motion back to line's first visible character.
8745 If so, stop where the fields would stop the motion.
8747 * newcomment.el (comment-indent): Fully update INDENT
8748 before checking to see if it will change the text.
8750 * cus-edit.el (custom-newline): New function.
8751 (custom-mode-map): Bind newline to custom-newline.
8753 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8754 into ignore-whitespace.
8755 Check each buffer for its skip-function.
8756 Handle compare-windows-skip-whitespace special-case test
8757 by returning t from default skip function.
8759 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8761 * textmodes/org.el (org-clock-special-range)
8762 (org-clock-update-time-maybe): New functions.
8763 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8765 (org-agenda-get-blocks): Allow multiple blocks per headline.
8766 (org-timestamp-change): Call `org-clock-update-time-maybe'.
8767 (org-export-html-title-format)
8768 (org-export-html-toplevel-hlevel): New options.
8769 (org-export-language-setup): Add support for Czech.
8770 (org-mode, org-insert-todo-heading, org-find-visible)
8771 (org-find-invisible, org-invisible-p, org-invisible-p2)
8772 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8773 (org-show-subtree, org-show-entry, org-make-options-regexp):
8774 Remove compatibility support for old outline-mode.
8775 (org-check-occur-regexp): Funtion removed.
8776 (org-on-heading-p, org-back-to-heading): Made defalias.
8777 (org-set-local): New defsubst.
8778 (org-set-regexps-and-options, org-mode)
8779 (org-set-font-lock-defaults, org-edit-agenda-file-list)
8780 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8781 (org-remember-apply-template, org-table-edit-field)
8782 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8783 (org-set-autofill-regexps): Use `org-set-local'.
8784 (org-table-eval-formula): Fix bug with parsing of display flags.
8786 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
8788 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8789 frame with fringe arrow. Suggested by Simon Marshall
8790 <simon.marshall@misys.com>.
8791 (gdb-stack-position): New variable.
8792 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8793 (gdb-frames-mode): Set gdb-stack-position to nil.
8794 Add to overlay-arrow-variable-list
8795 (gdb-reset): Delete gdb-stack-position from above list.
8797 2006-08-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8799 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8802 2006-08-13 Romain Francoise <romain@orebokech.com>
8804 * cus-theme.el (customize-create-theme)
8805 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8807 * filesets.el (filesets-add-buffer): Ditto.
8809 * pcvs.el (cvs-change-cvsroot): Ditto.
8811 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
8813 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8814 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8815 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8817 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8818 Only search till end of line.
8819 Add face to function names in case of no filename.
8820 Add face to variable names of watchpoints.
8822 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
8824 * cus-start.el <indent-tabs-mode>: Move to the `indent'
8825 customization group.
8827 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
8829 * allout.el (allout-prior-bindings, allout-added-bindings):
8830 Remove, after long deprecation.
8831 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8832 Add customization vars controlling allout-beginning-of-line and
8833 allout-end-of-line conveniences.
8834 (allout-header-prefix, allout-use-mode-specific-leader)
8835 (allout-use-mode-specific-leader, allout-mode-leaders):
8837 (allout-infer-header-lead): Change to be an alias for
8838 allout-infer-header-lead-and-primary-bullet.
8839 (allout-infer-header-lead-and-primary-bullet): New version of
8840 allout-infer-header-lead which assigns the primary bullet to the
8841 same as the header lead, when its being changed.
8842 (allout-infer-body-reindent): Apply regexp-quote instead of
8843 unconditionally prepending "\\", so that all literal
8844 allout-header-prefix and allout-primary-bullet strings are
8846 (allout-add-resumptions): Add optional qualifier for extending or
8847 appending to existing values, rather than replacing them.
8848 (allout-view-change-hook): Clarify docstring.
8849 (allout-exposure-change-hook): Take explicit arguments, via
8851 (allout-structure-added-hook)
8852 (allout-structure-deleted-hook)
8853 (allout-structure-shifted-hook): New hooks analogous to
8854 allout-exposure-change-hook for other kinds of structural outline
8856 (allout-encryption-plaintext-sanitization-regexps): New encryption
8857 customization variable, by which cooperating modes can provde
8858 massage of the plaintext without actually being passed it.
8859 (allout-encryption-ciphertext-rejection-regexps)
8860 (allout-encryption-ciphertext-rejection-ceiling): New encryption
8861 customization variables, by which cooperating modes can prohibit
8862 rare but possible ciphertext patterns from fouling their
8863 operation, with actually being passed the ciphertext.
8864 (allout-mode): Run activation and deactivation hooks after the
8865 minor-mode variable has been toggled, to clarify the mode
8866 disposition. The new encryption ciphertext rejection variable is
8867 used to ensure that the ciphertext does not contain text that
8868 would be recognized as outline structural elements by allout.
8869 Substite allout-beginning-of-line and allout-end-of-line for
8870 conventionall beginning-of-line and end-of-line bindings.
8871 If allout-old-style-prefixes is non-nil, don't nullify it on mode
8873 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
8874 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
8875 (allout-chart-subtree): Implement new mode, charting only the
8876 visible items in the subtree, when new 'visible' parameter is non-nil.
8877 (allout-end-of-subtree): Properly handle the last item in the buffer.
8878 (allout-pre-command-business, allout-command-counter):
8879 Increment an advertised counter so that cooperating enhancements can
8880 track revisions of items.
8881 (allout-open-topic): Run allout-structure-added-hook with suitable
8883 (allout-shift-in): Run allout-structure-shifted-hook with suitable
8885 (allout-shift-out): Fix doubling for negative args and ensure call
8886 of allout-structure-shifted-hook by solely using allout-shift-in.
8887 (allout-kill-line, allout-kill-topic):
8888 Run allout-structure-deleted-hook with suitable arguments.
8889 (allout-yank-processing): Run allout-structure-added-hook with
8891 (allout-yank): Enclose activity in allout-unprotected.
8892 (allout-flag-region): Run allout-exposure-change-hook with
8893 suitable arguments, instead of making the callee infer the arguments.
8894 (allout-encrypt-string):
8895 Support allout-encryption-plaintext-sanitization-regexps,
8896 allout-encryption-ciphertext-rejection-regexps, and
8897 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
8898 en/de cryption mode in symmetric encryption failure message.
8899 (allout-obtain-passphrase): Use copy-sequence to get a distinct
8900 copy of the passphrase, and don't zero it or we'll corrupt the
8902 (allout-create-encryption-passphrase-verifier)
8903 (allout-verify-passphrase): Respect the new signature for
8904 allout-encrypt-string.
8905 (allout-get-configvar-values): Convenience for getting a
8906 configuration variable value and handling its absence gracefully.
8908 2006-08-11 Romain Francoise <romain@orebokech.com>
8910 * obsolete/zone-mode.el: Delete.
8912 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
8914 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
8916 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
8918 * emacs-lisp/bindat.el (bindat-ip-to-string):
8919 Use `format-network-address' if possible.
8921 2006-08-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8923 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
8925 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
8927 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
8928 restore unread-command-events here.
8929 (edebug-display): Do it here, to detect sit-for interruptions.
8931 2006-08-10 Romain Francoise <romain@orebokech.com>
8933 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
8934 (dns-mode-soa-auto-increment-serial): New user option.
8935 (dns-mode-soa-maybe-increment-serial): New function.
8936 (dns-mode): Add the latter to `write-contents-functions'.
8938 * obsolete/zone-mode.el: Move to obsolete/ from net/.
8939 Delete autoload cookies.
8941 2006-08-10 John Wiegley <johnw@newartisans.com>
8943 * eshell/em-glob.el (eshell-glob-chars-list)
8944 (eshell-glob-translate-alist): Add support for [^g] in character globs.
8946 2006-08-10 Richard Stallman <rms@gnu.org>
8948 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
8949 (facemenu-set-face): Doc fix.
8950 (facemenu-listed-faces): Doc fix.
8952 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
8954 * avoid.el (mouse-avoidance-animating-pointer): New var.
8955 (mouse-avoidance-nudge-mouse): Use it.
8956 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
8957 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
8958 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
8959 Don't activate if currently animating. All callers changed.
8961 2006-08-09 John Wiegley <johnw@newartisans.com>
8963 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
8964 variable, which causes timeclock to report elapsed time worked,
8965 instead of just work remaining.
8967 2006-08-09 Kenichi Handa <handa@m17n.org>
8969 * international/latexenc.el (latexenc-find-file-coding-system):
8970 Fix for the case that the 2nd element of arg-list is a cons.
8972 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
8974 * info.el (Info-fontify-node): Handle preceding `in' for note
8975 reference hiding rules.
8977 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8979 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
8980 mistake a closing " for an opening one.
8982 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8984 * term/xterm.el (terminal-init-xterm): Add more key bindings.
8986 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8988 * complete.el (PC-do-completion): Filter out completions matching
8989 completion-ignored-extensions before checking whether there are
8990 multiple completions.
8991 Don't use `list' unnecessarily when building completion tables.
8993 2006-08-06 Richard Stallman <rms@gnu.org>
8995 * help.el (describe-mode): Make minor mode list more concise.
8997 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
8999 * bindings.el: Give mode-line-format, mode-line-modes, and
9000 mode-line-position `standard-value' properties.
9002 2006-08-05 Eli Zaretskii <eliz@gnu.org>
9004 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9005 "(file)node" instead of the file name.
9007 2006-08-05 Richard Stallman <rms@gnu.org>
9009 * faces.el (escape-glyph): Doc fix.
9011 2006-08-04 Kenichi Handa <handa@m17n.org>
9013 * international/mule-diag.el (describe-font): Improve docstring
9014 and error message. Use frame-parameter (not frame-parameters).
9016 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9018 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9019 Correctly mark the end-of-docstring char.
9021 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
9023 * simple.el (line-move-to-column): Constrain move-to-column to
9026 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9028 * font-lock.el (font-lock-beg, font-lock-end)
9029 (font-lock-extend-region-functions): New vars.
9030 (font-lock-extend-region-multiline)
9031 (font-lock-extend-region-wholelines): New functions.
9032 (font-lock-default-fontify-region): Use them.
9033 (font-lock-extend-jit-lock-region-after-change): Only round up
9034 if font-lock-default-fontify-region will do it as well.
9036 * font-lock.el (font-lock-extend-after-change-region-function):
9037 Rename from font-lock-extend-region-function.
9038 (font-lock-extend-region): Remove by inlining at call sites.
9039 (font-lock-after-change-function): Don't needlessly round up to a whole
9041 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9042 the boundary conditions and the interactions between the various ways
9043 to extend the region.
9045 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9047 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9048 modification status when forcing the second redisplay.
9050 2006-08-03 Kim F. Storm <storm@cua.dk>
9052 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9054 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9056 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9057 doesn't look like a file name.
9059 * complete.el (PC-expand-many-files): Avoid signalling an error when
9060 the current directory doesn't exist. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
9062 2006-08-02 Andreas Schwab <schwab@suse.de>
9064 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9066 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9068 * bindings.el (map): Make mode-line-buffer-identification-keymap
9069 before defining propertized-buffer-identification.
9071 2006-08-01 Richard Stallman <rms@gnu.org>
9073 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9075 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9077 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9079 (gdb-find-source-frame): New function.
9080 (menu): Add to menu bar.
9082 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9084 * font-core.el (font-lock-extend-region-function)
9085 (font-lock-extend-region): Move to font-lock.el.
9087 * font-lock.el (font-lock-extend-region-function)
9088 (font-lock-extend-region): Move from font-core.el. Simplify.
9090 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9092 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9093 (jit-lock-after-change-extend-region-functions): New hook.
9094 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9096 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9097 (font-lock-turn-on-thing-lock): Use it.
9099 * longlines.el (longlines-show-region): Make it work on read-only
9102 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
9104 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9106 2006-07-31 Richard Stallman <rms@gnu.org>
9108 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9109 (vhdl-speedbar-display-projects): Update old obsolete
9110 speedbar variable names.
9112 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
9114 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9115 (gdb-stopped): Use it.
9117 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9119 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
9121 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9122 for load-history elements.
9124 2006-07-29 Eli Zaretskii <eliz@gnu.org>
9126 * files.el (convert-standard-filename): For Cygwin, replace
9127 characters not allowed in Windows file names.
9128 (make-auto-save-file-name): Add Cygwin to the list of systems
9129 where the auto-save file name needs to be run through
9130 convert-standard-filename.
9132 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
9134 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9136 2006-07-28 Richard Stallman <rms@gnu.org>
9138 * bindings.el (mode-line-frame-identification)
9139 (propertized-buffer-identification): Centralize the code
9140 to initialize the variable.
9142 * progmodes/grep.el (grep-default-command): Catch errors from
9145 2006-07-29 Kim F. Storm <storm@cua.dk>
9147 * progmodes/grep.el (grep-tag-default): New function.
9148 (grep-default-command, grep-read-regexp): Use it.
9149 (grep-read-files): Use car of grep-files-history or grep-files-aliases
9150 as default if nothing else applies.
9152 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
9154 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9155 Throw error if buffer is not in Dired and Wdired mode, respectively.
9157 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
9159 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9160 self-insert-command keys don't activate buttons.
9161 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9163 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
9165 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9166 faces for enable character.
9168 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9170 * Makefile.in (recompile): Update comment to reflect change
9173 2006-07-27 Richard Stallman <rms@gnu.org>
9175 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9176 (customize-package-emacs-version): Change msg when pkg has no entry.
9177 (custom-no-edit): On a button, do like widget-button-press.
9179 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9181 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9184 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
9186 * progmodes/which-func.el (which-function): Fix documentation/
9189 2006-07-26 Richard Stallman <rms@gnu.org>
9191 * textmodes/ispell.el (ispell-word): If we replace the word,
9192 move point to the end. Insert before deleting.
9194 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
9196 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9199 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
9201 * tumme.el (tumme-backward-image): Add prefix argument. Add error
9202 when at first image.
9203 (tumme-forward-image): Add prefix argument. Add error when at last
9206 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9208 * tabify.el (tabify-regexp): Use more specific regexps.
9209 (tabify): Avoid modifying the buffer unnecessarily.
9211 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
9213 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9214 (tumme-format-properties-string): Handle empty `buf'.
9215 (tumme-get-comment): Change variable names inside `let'.
9216 Add missing `let' variable that cause font-lock problems.
9217 (tumme-write-comments): Change variable names inside `let'.
9218 Add missing `let' variable that cause font-lock problems.
9219 (tumme-forward-image): Rename from `tumme-forward-char'.
9220 (tumme-backward-image): Rename from `tumme-backward-char'.
9222 2006-07-25 Masatake YAMATO <jet@gyve.org>
9224 * progmodes/ld-script.el (ld-script-keywords)
9225 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9228 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
9230 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9231 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9232 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9233 for status indicator.
9235 2006-07-24 Richard Stallman <rms@gnu.org>
9237 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9239 * subr.el (dolist, dotimes): Use interned symbols for locals.
9240 (--dotimes-limit--, --dolist-tail--): New defvars.
9241 (looking-back): Doc fix.
9243 * replace.el (replace-match-string-symbols): Handle dotted lists.
9245 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9247 * tumme.el (tumme-write-tags): Add.
9248 (tumme-write-comments): Add.
9249 (tumme-tag-files): Change to use `tumme-write-tags'.
9250 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9251 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9252 (tumme-save-information-from-widgets): Change to use
9253 `tumme-write-comments' and `tumme-write-tags'.
9254 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9255 (tumme-write-tag): Remove.
9256 (tumme-write-comment): Remove.
9257 (tumme-display-previous-thumbnail-original): Remove empty line.
9258 (tumme-widget-list): Add punctuation.
9260 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
9262 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9264 2006-07-24 Daiki Ueno <ueno@unixuser.org>
9266 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9267 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
9268 and andreas@altroot.de (Andreas V
\e,Av
\e(Bgele).
9270 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
9272 * mouse.el (mouse-on-link-p): Doc fix.
9274 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
9276 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9279 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9281 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9284 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
9286 * textmodes/table.el: Add move-beginning-of-line and
9287 move-end-of-line to Point Motion Only Group.
9289 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
9291 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9293 2006-07-22 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9295 * startup.el (user-mail-address): Initialize from the `EMAIL'
9296 environment variable first. Document this.
9297 (command-line): Ditto.
9299 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
9301 * help-mode.el (help-function-def, help-variable-def)
9302 (help-face-def): Print a message in the minibuffer.
9304 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9306 * term/xterm.el (terminal-init-xterm): Fix key bindings
9307 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9309 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9311 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9312 where `(nth 1 command)' is a cons cell. Doc fix.
9314 * textmodes/po.el (po-find-charset): Doc fix.
9316 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
9318 * allout.el (allout-unprotected, allout-e-o-prefix-p)
9319 (allout-beginning-of-current-line, allout-end-of-current-line)
9320 (allout-next-visible-heading, allout-open-topic)
9321 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9322 (allout-flag-current-subtree, allout-show-to-offshoot)
9323 (allout-hide-current-entry, allout-show-current-branches)
9324 (allout-hide-region-body, allout-old-expose-topic)
9325 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9326 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9327 containing `beginning-of-line' and `end-of-line' with
9328 `inhibit-field-text-motion' t.
9330 2006-07-21 Eli Zaretskii <eliz@gnu.org>
9332 * frame.el (focus-follows-mouse): Document that it doesn't have
9333 any effect on MS-Windows.
9335 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9337 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9339 2006-07-20 Jay Belanger <belanger@truman.edu>
9341 * calc.el (calc-previous-alg-entry): Remove variable.
9343 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9345 (calc-alg-entry): Use `calc-alg-entry-history'.
9346 (calc-do-quick-calc): Use `calc-quick-calc-history'.
9347 Remove reference to `calc-previous-alg-entry'.
9348 (calcAlg-edit, calcAlg-enter): Remove reference to
9349 `calc-previous-alg-entry'.
9350 (calcAlg-previous): Use `previous-history-element' instead of
9351 `calc-previous-alg-entry'.
9352 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9353 Change keybinding for `calcAlg-plus-minus', add keybindings for
9354 `previous-history-element' and `next-history-element'.
9356 * calc-rewr.el (calc-match): Remove reference to
9357 `calc-previous-alg-entry'.
9359 * calc-sel.el (calc-selection-history): New variable.
9360 (calc-enter-selection, calc-sel-mult-both-sides)
9361 (calc-sel-add-both-sides): Use `calc-selection-history'.
9363 * calc-map.el (calc-get-operator-history): New variable.
9364 (calc-get-operator): Use `calc-get-operator-history'.
9366 * calcalg3.el (calc-curve-fit-history): New variable.
9367 (calc-curve-fit): Use `calc-curve-fit-history'.
9369 2006-07-20 Kenichi Handa <handa@m17n.org>
9371 * international/mule-cmds.el (select-safe-coding-system): Fix the
9372 way of deciding eol-type of the coding system.
9374 2006-07-20 Alan Mackenzie <acm@muc.de>
9376 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9377 (c-lang-setvar): New macro.
9378 (c-make-init-lang-vars-fun): Use the initialization forms in
9379 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9380 (comment-start, comment-end, comment-start-skip): Change these from
9381 c-lang-defvar's to c-lang-setvar's.
9383 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9384 which calls make-local-variable on the elements of
9385 c-emacs-variable-inits.
9386 (c-init-language-vars-for): Call this new macro.
9388 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9390 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9391 Try to rule out false positives due to time stamps.
9392 (compilation-mode-font-lock-keywords): Remove rules made redundant
9393 because of the above change. Add `segmentation fault' to the known and
9394 highlighted compilation termination messages.
9396 2006-07-19 Kim F. Storm <storm@cua.dk>
9398 * progmodes/grep.el (grep-find-ignored-directories):
9399 Add .svn and _darcs to list.
9401 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
9403 * dired.el (dired-mode-map): Add key binding `C-te' for
9404 `tumme-dired-edit-comment-and-tags'.
9406 * tumme.el (tumme-display-thumbnail-original-image): Make sure
9407 image display buffer is displayed before call to
9408 `tumme-display-image.
9409 (tumme-dired-display-image): Make sure image display buffer is
9410 displayed before call to `tumme-display-image.
9411 (tumme-mouse-display-image): Make sure image display buffer is
9412 displayed before call to `tumme-display-image.
9413 (tumme-widget-list): Add.
9414 (tumme-dired-edit-comment-and-tags): Add.
9415 (tumme-save-information-from-widgets): Add.
9417 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9419 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9421 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9423 * progmodes/sh-script.el (sh-font-lock-keywords-1):
9424 Revert inadvertently installed patch hunk.
9426 * progmodes/compile.el (compilation-find-file): Handle the
9427 cases where the user selects a non-existent file.
9429 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9431 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9433 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
9435 * subr.el (sit-for): Just sleep-for if noninteractive.
9437 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9439 * emacs-lisp/autoload.el (make-autoload): Use new arg.
9441 * custom.el (custom-autoload): Add `noset' argument.
9442 (custom-push-theme): Don't autoload the variable, let callers do it.
9443 (custom-theme-set-variables): Autoload the variable if necessary.
9445 * cus-edit.el (custom-variable-state-set): If the variable was
9446 originally set outside custom, but to the same value as the default,
9447 consider it to be standard.
9449 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9450 file *before* telling Emacs to add the autoloads, in case it fails.
9452 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9453 Use `cond', push', and `dolist'.
9455 2006-07-17 Richard Stallman <rms@gnu.org>
9457 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9458 Add defvars to silence warnings.
9460 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
9462 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9463 Don't highlight "Compiling file" messages as error.
9465 * dired-aux.el (dired-compress-file): Confirm again if gzipped
9466 file already exists.
9468 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
9470 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
9471 entry, don't assign to free var; simply return the extracted filename.
9472 (ff-treat-as-special): Incorporate common preamble from callers.
9473 (ff-other-file-name, ff-find-the-other-file):
9474 Update call to ff-treat-as-special.
9476 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9478 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
9480 * tumme.el (tumme-get-comment): Fix bug.
9482 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9484 * files.el: Remove spurious * in docstrings.
9486 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
9488 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9490 (allout-beginning-of-current-line): Beware beginning of buffer.
9491 Also, a comment is simplified.
9492 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9493 when appropriate. (This fix enables use for other than
9494 bullet-hotspot operation.)
9495 (allout-hide-current-subtree): While escalating to sibling-close,
9496 make sure to situate on a topic.
9498 2006-07-14 Kim F. Storm <storm@cua.dk>
9500 * emulation/cua-base.el (cua-delete-selection)
9501 (cua-toggle-set-mark): New defcustoms.
9502 (cua-rectangle-modifier-key): Add `alt' modifier.
9503 (cua-replace-region): Don't delete if cua-delete-selection is nil.
9504 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9505 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9507 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9509 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
9511 * allout.el: Require 'cl during byte-compilation/interactive load,
9512 for the `assert' macro.
9513 (allout-mode-deactivate-hook): New hook, run when allout mode
9515 (allout-developer): New allout customization subgroup.
9516 (allout-run-unit-tests-on-load): New allout-developer
9517 customization variable, when true allout unit tests are run towards
9518 end of file load/eval.
9519 (allout-inhibit-auto-fill): Disable auto-fill activity even during
9521 (allout-resumptions): Remove, to be replaced by...
9522 (allout-add-resumptions): Register variable settings to be
9523 reinstated by `allout-do-resumptions'. The settings are made
9524 buffer-local, but the locality/globality of the suspended setting
9525 is restored on resumption.
9526 (allout-do-resumptions): Reinstate all settings suspended using
9527 `allout-add-resumptions'.
9528 (allout-test-resumptions): Unit tests (and intermediate variables)
9530 (allout-tests-globally-unbound, allout-tests-globally-true)
9531 (allout-tests-locally-true): Intermediate variables for
9532 resumptions unit tests.
9533 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9534 (allout-exposure-category): Replaces 'allout-overlay-category variable.
9535 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9536 instead of retired `allout-resumptions'. For hook functions, use
9537 `local' parameter so hook settings are created and removed as
9538 buffer-local settings. Revise (resumptions) setting
9539 auto-fill-function so it is set only if already active. (The
9540 related fill-function settings are all made in either case, so
9541 that activating auto-fill-mode activity will have the custom
9542 allout-mode behaviors (hanging indent on topics, if configured for it).
9543 Remove all allout-exposure-category overlays on mode deactivation.
9544 (allout-hotspot-key-handler): New function extracted from
9545 `allout-pre-command-business', so the functionality can be used
9546 for other purposes, eg as a binding in an overlay.
9547 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9548 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9549 customization variable.
9550 (allout-run-unit-tests): Run the (currently quite small)
9551 repertoire of unit tests. Called just before the provide iff user
9552 has customized `allout-run-unit-tests-on-load' non-nil.
9554 2006-07-14 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
9556 * emacs-lisp/authors.el (authors-aliases): Update.
9558 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
9560 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9561 gdb-source-window. Add dedicated argument.
9562 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9563 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9564 (gdb-display-threads-buffer, gdb-display-memory-buffer)
9565 (gdb-display-locals-buffer): Use it.
9567 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9568 Set gdb-source-window.
9570 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9572 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9573 minor modes, redundant with the custom-autoload line above.
9575 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
9577 * longlines.el (longlines-post-command-function): Handle open-line too.
9579 2006-07-12 Richard Stallman <rms@gnu.org>
9581 * progmodes/grep.el (grep-last-buffer): Doc fix.
9583 * info.el (Info-try-follow-nearest-node): Doc fix.
9585 * emacs-lisp/edebug.el (edebug-instrument-function):
9586 Err if find-function-noselect gives no position.
9588 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9589 If can't find definition, return nil for position.
9590 (find-function-do-it): Handle new return value
9591 of find-definition-noselect.
9592 (find-definition-noselect, find-variable-noselect): Doc fix.
9593 (find-function-noselect): Doc fix.
9595 * help-mode.el (help-variable-def): Handle find-variable-noselect
9596 returning no position.
9597 (help-function-def): Likewise for find-function-search-for-symbol.
9598 (help-face-def): Likewise.
9600 * help-fns.el (describe-variable): Handle find-variable-noselect
9601 returning no position.
9603 * files.el (locate-file-completion): Avoid duplicates in result.
9605 * cus-edit.el (custom-no-edit): New command.
9606 (custom-mode-map): Remap to custom-no-edit instead of
9607 using suppress-keymap.
9609 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
9611 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9612 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9613 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
9615 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9617 2006-07-11 Kim F. Storm <storm@cua.dk>
9619 * ido.el (ido-copy-current-file-name): Use buffer-name if
9620 buffer-file-name is nil.
9622 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
9624 * simple.el (undo-ask-before-discard): Set to nil.
9626 * vc.el (vc-exec-after): Don't delete process manually.
9627 (vc-print-log): Run log-view-mode in process sentinel inside
9628 inhibit-read-only. Don't shrink window due to timing issues.
9630 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9631 Avoid using with-output-to-temp-buffer, which clobbers local vars.
9633 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9635 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9636 Fix ambiguity introduced by last change.
9637 (compilation-find-file): Move save-excursion to where it may
9638 make sense. Fix a left over `find-file'.
9640 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
9642 * textmodes/texinfmt.el (texinfo-format-separate-node):
9643 Insert a string before point, which fits documentation, not after.
9644 (texinfo-multitable-item): In a multitable row, insert any
9645 additional needed @tabs and spaces.
9647 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
9649 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9650 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9651 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9652 instead of shell-command.
9653 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9654 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9655 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9656 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9657 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9658 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9660 2006-07-11 Kim F. Storm <storm@cua.dk>
9662 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
9663 Remove special case for seconds < 0. Use (redisplay t) instead.
9665 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
9667 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9668 avoid compilation error.
9670 * subr.el (sit-for): New function.
9672 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9674 2006-07-10 Richard Stallman <rms@gnu.org>
9676 * ldefs-boot.el (edebug): Update page.
9678 2006-07-10 Kim F. Storm <storm@cua.dk>
9680 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9681 to FOR-RELEASE and TODO.
9683 2006-07-10 Romain Francoise <romain@orebokech.com>
9685 * emacs-lisp/authors.el (authors-aliases): Update.
9687 2006-07-10 Alan Mackenzie <acm@muc.de>
9689 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9690 * cc-mode.el: Changes to eradicate eval-after-load.
9692 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
9694 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9697 2006-07-09 Romain Francoise <romain@orebokech.com>
9699 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9700 Don't highlight start/end markers as compilation messages.
9702 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9705 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9707 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9709 2006-07-08 Richard Stallman <rms@gnu.org>
9711 * term/x-win.el (x-handle-display): Add doc string.
9713 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9715 * subr.el (def-edebug-spec): Move here.
9716 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9718 * imenu.el (imenu-choose-buffer-index): Doc fix.
9720 2006-07-08 Romain Francoise <romain@orebokech.com>
9722 * term/x-win.el (x-display-name): Fix typo.
9724 2006-07-08 Eli Zaretskii <eliz@gnu.org>
9726 * hexl.el (hexl-find-file): Doc fix.
9728 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9730 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
9732 * term/x-win.el (x-display-name): Doc fix.
9734 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9736 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9738 (fill-region-as-paragraph): Don't round up to a whole line.
9739 (fill-comment-paragraph): Don't include the code-before-the-comment
9740 when calling fill-region-as-paragraph.
9742 * international/mule.el (make-char): Remove redundancy.
9744 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9745 property may contain an anonymous function rather than a symbol.
9747 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9749 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9750 Use shy regexp. Fix incorrect backref to potentially unmatched group.
9752 * dirtrack.el (dirtrack-default-directory-function): Remove.
9753 (dirtrack-directory-function): Use file-name-as-directory.
9754 (dirtrack-windows-directory-function): Simplify.
9755 (dirtrack-forward-slash, dirtrack-backward-slash)
9756 (dirtrack-replace-slash): Remove.
9757 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9758 (dirtrack): Fix wrong parenthesizing; use match-string.
9760 * progmodes/octave-inf.el: Remove spurious * in docstrings.
9761 (inferior-octave-mode): Only change the buffer-local value of
9762 comint-dynamic-complete-functions.
9763 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9764 Move the initialization to the declaration.
9765 (inferior-octave-complete): Remove unused var `filter'.
9767 * shell.el (shell-mode): Only change the buffer-local value of
9768 comint-dynamic-complete-functions.
9770 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
9772 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9773 entry is skipped because it has been scheduled.
9774 (org-prepare-agenda-buffers): Don't mark buffers as modified when
9775 changing `:org-archived' and `:org-comment' properties.
9777 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
9779 * server.el (server-select-display): Don't make the temp frame
9780 minibuffer-only, in case it's not a temp frame.
9781 (server-process-filter): Don't delete the temp frame if it's the
9782 only one we have on that display.
9784 * files.el (find-alternate-file): Doc fix.
9786 2006-07-05 Richard Stallman <rms@gnu.org>
9788 * files.el (abbreviate-file-name): Add save-match-data.
9790 2006-07-03 Richard Stallman <rms@gnu.org>
9792 * faces.el (read-face-name): Doc fix.
9794 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
9796 * net/goto-addr.el (goto-address): Mark as safe for local evals.
9798 2006-07-05 Andre Spiegel <spiegel@gnu.org>
9800 * vc.el (vc-diff-internal): Fix prev change.
9802 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
9804 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9805 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9807 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9809 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9810 fails if the symbol contains chars like ( or '.
9811 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9812 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9815 2006-07-04 Kenichi Handa <handa@m17n.org>
9817 * international/mule-cmds.el (set-language-info): If LANG-ENV is
9818 the current one, don't call set-language-environment, but call one
9819 of set-language-environment-XXX to make INFO effective now.
9820 (set-language-environment): Call set-language-environment-XXX
9821 functions instead of doing the various setups directly.
9822 (set-language-environment-coding-systems): Delete argument eol-type.
9823 (set-language-environment-input-method)
9824 (set-language-environment-nonascii-translation)
9825 (set-language-environment-charset)
9826 (set-language-environment-fontset)
9827 (set-language-environment-unibyte): New functions.
9829 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
9831 * locate.el (locate-update-when-revert): New option.
9832 (locate-update-path): New option (suggested by Michael Albinus).
9833 (locate-prompt-for-command): Whitespace change.
9834 (locate-update): No longer offer to update the locate database by
9835 default. Implement the two new options.
9837 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
9839 * tooltip.el: Move comment about track-mouse...
9841 * progmodes/gud.el: ...to here.
9843 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
9845 * facemenu.el (facemenu-listed-faces): New var.
9846 (facemenu-unlisted-faces): Variable deleted.
9847 (facemenu-add-new-face): Use facemenu-listed-faces.
9849 * emulation/viper-init.el, calendar/calendar.el:
9850 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
9852 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
9854 * textmodes/org.el (org-mode): Remove no invalid settings for
9856 (org-mode-p): New defsubst.
9857 (org-save-all-org-buffers): New function.
9858 (org-first-headline-recenter): Enclose outline-regexp in group
9860 (org-set-tags): Keep single space after stars.
9862 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9864 * window.el (set-window-text-height): Only set window-min-height to
9865 1 if that's the requested size.
9867 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
9868 (diff-unified->context, diff-context->unified)
9869 (diff-reverse-direction): Make sure the end marker stays at the end.
9870 (diff-mode): Add the keymap table at the end of docstring.
9871 Use lexical-let rather than constructing a closure manually.
9873 * files.el (find-file-noselect-1): Remove unused var assignment.
9874 (hack-local-variables-confirm): Print lists of strings as lists of
9875 strings rather than lists of symbols.
9876 (abbreviate-file-name, hack-local-variables-prop-line):
9878 (hack-one-local-variable): Move `make-local-variable' nearer its use.
9879 (recover-session-finish): Use line-end-position.
9881 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
9883 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
9885 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
9887 * progmodes/make-mode.el (makefile-macroassign-regex):
9888 Accept preceding keyword.
9889 (makefile-gmake-statements): Reorganize, now that makepp has
9890 "override" and also handle forgotten "override define".
9891 (makefile-makepp-statements): Add new "global", "override export"
9892 and "override global".
9894 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
9896 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
9897 (ada-compile-mouse-goto-error, ada-deactivate-properties)
9898 (ada-no-auto-case): Fix typos in docstrings.
9900 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
9902 * info.el (Info-find-node-2): Search for makeinfo version more
9905 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
9907 * textmodes/org.el (org-prepare-agenda-buffers):
9908 Use `invisible-OK' argument for `org-end-of-subtree'.
9909 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
9910 (org-beginning-of-item): Fix bug in regular expression for white line.
9911 (org-export-as-html): Enforce space after bullet in plain list items.
9912 (org-set-autofill-regexps): Require space after plain list bullet
9913 for paragraph-start.
9914 (org-ts-regexp3): New constant.
9915 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
9916 (org-timestamp-up-day, org-timestamp-down-day)
9917 (org-timestamp-change): Work with inactive timestamps.
9918 (org-ts-regexp1): Don't allow brackets in time stamps.
9920 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
9922 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
9925 * faces.el (read-face-name): Use it.
9927 2006-06-28 Juri Linkov <juri@jurta.org>
9929 * buff-menu.el (list-buffers-noselect): Compare Info file
9930 with the string "dir" to detect Info directory.
9932 * complete.el (partial-completion-mode): In lambda for
9933 `choose-completion-string-functions' use full function signature
9934 with 4 args, and move point to the end of the minibuffer only if arg
9935 `mini-p' is non-nil.
9937 2006-06-28 John Paul Wallington <jpw@pobox.com>
9939 * ibuffer.el (ibuffer-mode): Doc fix.
9941 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
9943 * textmodes/org.el (org-context): New contexts :item-bullet,
9944 :latex-fragment, :latex-preview.
9945 (org-overlays-at, org-overlay-start, org-overlay-end):
9946 New compatibility functions.
9947 (org-inside-LaTeX-fragment-p): More accurate matching, using the
9948 exact regexp that will be used during export.
9949 (org-latex-regexps): New variable.
9950 (org-cdlatex-mode): Improve advice for `texmathp'.
9951 (turn-on-org-cdlatex): New function.
9953 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9955 * term/mac-win.el (mac-handle-font-selection): Change keys of
9956 mac-atsu-font-table from strings to numbers.
9957 (mac-ts-caret-position): Use also when cursor-type is nil.
9958 (mac-ts-update-active-input-area): Add Mac OS Classic support.
9959 Relax condition for using overlay strings.
9960 Use mac-ts-caret-position face when cursor-type is nil.
9962 2006-06-26 Kim F. Storm <storm@cua.dk>
9964 * help.el (view-emacs-news): Declare `res' in the right let* form.
9966 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
9968 * net/rcompile.el (remote-compile): Replace ange-ftp based
9969 implementation by Tramp functions.
9970 Suggested by Marc Abramowitz <msabramo@gmail.com>.
9972 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
9974 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
9976 * international/fontset.el (setup-default-fontset): Fix a typo in
9977 the "Oriya-Akruti" registry name.
9979 2006-06-23 Lars Hansen <larsh@soem.dk>
9981 * desktop.el (desktop-full-file-name): New function.
9982 (desktop-kill, desktop-save, desktop-remove, desktop-read)
9983 (desktop-revert): Use it.
9984 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
9985 (desktop-after-read-hook): Add option list-buffers.
9986 (desktop-locals-to-save): Add tab-width.
9987 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
9990 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
9992 * textmodes/org.el (org-cdlatex-mode-map)
9993 (org-cdlatex-texmathp-advice-is-done): New variables.
9994 (org-cdlatex-mode): New minor mode.
9995 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
9996 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
9997 (org-export-with-archived-trees): New option.
9998 (org-open-file): Remove the call to `convert-standard-filename'.
9999 (org-archive-tag, org-agenda-skip-archived-trees)
10000 (org-cycle-open-archived-trees)
10001 (org-sparse-tree-open-archived-trees): New options.
10002 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10003 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10005 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10006 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10007 (org-mode-map): Add binding for `org-toggle-archive-tag'.
10008 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10009 Call `org-prepare-agenda-buffers'.
10010 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10011 (org-file-apps, org-file-apps-defaults-gnu)
10012 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10013 Handle remote files by forcing them to be opened in Emacs.
10015 2006-06-23 Andre Spiegel <spiegel@gnu.org>
10017 * vc.el (vc-diff-knows-L): New variable.
10018 (vc-diff-internal): Use it to handle "diff" programs that don't
10019 understand -L. This works automatically, no user action is necessary.
10021 2006-06-23 Daniel Brockman <daniel@brockman.se>
10023 * net/rcirc.el (rcirc-default-user-full-name): Default to
10024 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10026 (rcirc-process-list): Check `buffer-live-p' before attempting to
10027 switch to a buffer.
10029 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
10031 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10032 based on rcirc-coding-system-alist.
10034 2006-06-23 Martin Rudalics <rudalics@gmx.at>
10036 * cus-edit.el (customize-apropos): A better error message.
10037 (top level) <debug-ignored-errors>: Extend and update the list of
10038 ignored error messages.
10040 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10042 * complete.el (PC-do-completion): Retain capitalization of user
10043 input, when possible, even if completion-ignore-case is set.
10045 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10047 * generic-x.el (bat-generic-mode): Support .cmd files.
10049 * dos-w32.el (top level): Use find-file-not-found-functions
10050 instead of the obsolete find-file-not-found-hooks.
10052 2006-06-22 Kim F. Storm <storm@cua.dk>
10054 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10055 to recognize mode name containing submodes, such as Grep/lw.
10057 2006-06-21 Kim F. Storm <storm@cua.dk>
10059 * simple.el (line-move-1): Check for move-end-of-line instead of
10060 end-of-line when setting temporary-goal-column.
10062 2006-06-21 Miles Bader <miles@gnu.org>
10064 * play/cookie1.el (cookie): Work properly when there's only one entry.
10066 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10068 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10069 (gdb-frame-handler): Generalize frame regexp for templates.
10071 2006-06-20 Glenn Morris <rgm@gnu.org>
10073 * calendar/appt.el (appt-display-format): Default value must be
10074 one of the customize options.
10076 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10078 * term/xterm.el (terminal-init-xterm): Update key availability info.
10081 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10083 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
10085 * files.el (hack-local-variables): Run `hack-local-variables-hook'
10086 whether or not a local variables list is defined.
10088 * msb.el (msb): Move `sit-for' hack here to handle both
10089 "mouse-down and drag" and "mouse-up and select" situations.
10090 (mouse-select-buffer): Move `sit-for' hack to `msb'.
10092 2006-06-20 Kenichi Handa <handa@m17n.org>
10094 * international/characters.el (word-combining-categories):
10095 Add entries for 2-byte Han characters.
10097 2006-06-19 Richard Stallman <rms@gnu.org>
10099 * bindings.el (mode-line-format): Save some mode line space.
10101 * files.el (find-file-noselect): Improve the question wording.
10102 (basic-save-buffer-2): Mask UMASK against 666.
10104 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10105 (mouse-drag-vertical-line): Call it.
10107 * cus-edit.el (customize-option, customize-option-other-window):
10108 Error if SYMBOL is nil.
10110 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
10112 * textmodes/org.el: Require noutline, also on XEmacs.
10113 (org-end-of-subtree): Return point.
10114 (org-dblock-start-re, org-dblock-end-re): New constants.
10115 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10116 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10117 (org-update-all-dblocks, org-find-dblock): New functions.
10118 (org-collect-clock-time-entries): New function.
10119 (org-html-handle-time-stamps): Never export CLOCK timeranges.
10120 (org-fixup-indentation): Modify to deal correctly with lines
10121 starting with TAB. Only one argument DIFF now.
10122 (org-demote, org-promote): Call `org-fixup-indentation' with just
10123 one argument, DIFF.
10124 (org-mode): Don't mark buffer as modified when aligning tables.
10125 (org-clock-sum): Don't mark buffer modified when adding time sum
10127 (org-export-as-html): Add support for a link validation function.
10128 (org-archive-all-done): New function.
10129 (org-archive-subtree): New prefix argument. When set, archive all
10130 done subtrees in this buffer.
10131 (org-remove-clock-overlays)
10132 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10133 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10134 (org-put-clock-overlay): Don't swallow last headline character
10135 when displaying overlay.
10136 (org-store-link): Link to `image-mode' with just the file name.
10138 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
10140 * viper-cmd.el (viper-special-read-and-insert-char):
10141 Use read-key-sequence.
10142 (viper-after-change-undo-hook): Misc enhancements.
10143 (viper-after-change-undo-hook): New hook.
10144 (viper-undo): Use viper-after-change-undo-hook.
10145 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10146 (viper-next-line-at-bol): If point is on a widget or a button, simulate
10147 clicking on that widget/button.
10149 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10151 * ediff-diff (ediff-test-patch-utility): Catch errors.
10152 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10153 (ediff-set-actual-diff-options): New function.
10154 (ediff-reset-diff-options, ediff-toggle-ignore-case):
10155 Use ediff-set-actual-diff-options.
10156 (ediff-extract-diffs): Catch errors.
10157 (ediff-whitespace): Add non-breakable space.
10158 (ediff-same-file-contents): Catch errors.
10160 * ediff-mult.el (ediff-collect-custom-diffs):
10161 Save coding-system-for-read.
10163 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10164 (ediff-vc-internal, ediff-vc-merge-internal):
10165 Use ediff-delete-version-file.
10166 (ediff-delete-version-file): New function.
10168 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10170 * ediff.el (ediff-directories, ediff-directory-revisions)
10171 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10172 (ediff-directories-internal, ediff-merge-directory-revisions)
10173 (ediff-merge-directory-revisions-with-ancestor)
10174 (ediff-directories3): Use read-directory-name.
10176 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
10178 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10179 Remove superfluous part of regexp for brace matching which is handled
10180 by `scan-lists' call.
10182 2006-06-16 Richard Stallman <rms@gnu.org>
10184 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10186 * files.el (basic-save-buffer-2): For a new precious file,
10187 use the default modes in the return value.
10189 * facemenu.el (facemenu-color-alist): Doc fix.
10191 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10193 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10195 * cus-start.el (all): Add mac-ts-script-language-on-focus.
10197 * term/mac-win.el (mac-text-encoding-ascii): New constant.
10198 (mac-utxt-to-string): Use it.
10199 (mac-ts-update-active-input-area): Use mac-ae-number.
10201 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10203 * term.el (term-handle-scroll, term-delete-lines)
10204 (term-insert-lines): Fix off by one errors.
10206 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10208 * net/tramp.el (tramp-touch): Use UTC to express time.
10210 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
10212 * mail/sendmail.el (mail-send): Search explicitly for
10213 mail-header-separator when checking for corrupted header lines.
10215 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
10217 * progmodes/gdb-ui.el (gdb-same-frame): New option.
10218 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10219 (gdb-init-1): Initialise them.
10220 (gdb-starting): Reset gdb-printing
10221 (gdb-starting): Save value of gud-overlay-arrow-position.
10222 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10223 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10224 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10225 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10227 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10229 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10231 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
10233 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10234 (ldap-search-internal): Keep error messages, and a regexp fix.
10236 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
10238 * files.el (hack-local-variables-confirm):
10239 Display string value using its printed representation.
10241 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
10243 * server.el (server-edit): No-op if no server buffers exist.
10245 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
10247 * textmodes/page-ext.el (pages-directory-for-addresses):
10248 Including `pages-directory-address-mode' in the function results
10249 in the message "Buffer in which pages were found is deleted".
10251 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
10253 * textmodes/org.el (org-agenda-mode-map): Add bindings for
10254 clocking functions.
10256 (org-agenda-clock-in, org-check-running-clock)
10257 (org-clock-out-if-current, org-remove-clock-overlays)
10258 (org-put-clock-overlay): New functions.
10259 (org-clock-marker, org-clock-file-total-minutes)
10260 (org-clock-overlays): New variables.
10261 (org-clock-display, org-clock-sum, org-clock-cancel)
10262 (org-clock-out, org-clock-in): New commands.
10263 (org-export): New function.
10264 (org-emph-re): New constant.
10265 (org-set-emph-re, org-do-emphasis-faces): New functions.
10266 (org-emphasis-regexp-components, org-emphasis-alist): New options.
10267 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10268 (org-export-html-convert-emphasize): Use the configurable emphasis.
10269 (org-cleaned-string-for-export): Make multiline emphasis visible
10270 to the exporter. New optional argument PARAMETERS.
10271 (org-export-as-html): Specify :emph-multiline parameter to
10272 `org-cleaned-string-for-export'.
10274 2006-06-10 Richard Stallman <rms@gnu.org>
10276 * help.el (help-for-help-internal): Clean up help text.
10278 2006-06-10 Andreas Schwab <schwab@suse.de>
10280 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10283 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10285 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
10287 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10288 spaces after the comment start.
10290 2006-06-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10292 * play/pong.el (pong-init-buffer):
10293 Fill buffer with spaces instead of ^A.
10295 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10296 launched asynchronously, delete its process instead of being cool.
10297 (ispell-async-processp): Check for `delete-process' existence
10298 instead of `kill-process' one for consistency.
10300 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
10302 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10303 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10304 in mode line at startup.
10306 2006-06-08 Kim F. Storm <storm@cua.dk>
10308 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10309 (ido-init-completion-maps): Bind them to M-SPC and M-v.
10310 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10311 (ido-file-internal): Pass full file name to write-file.
10312 (ido-read-internal): Only pop stack elements automatically if they
10313 actually match an existing directory or file name.
10315 2006-06-07 Kenichi Handa <handa@m17n.org>
10317 * international/mule.el (find-auto-coding): Don't handle the short
10320 * files.el (hack-local-variables-prop-line)
10321 (hack-local-variables): Cancel the previous change.
10323 2006-06-06 Jesper Harder <harder@phys.au.dk>
10325 * ediff-diff.el (ediff-test-utility): Protect against file-error.
10327 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
10329 * diff-mode.el (diff-mode): Set buffer-read-only to t when
10330 diff-default-read-only is non-nil.
10331 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10332 (diff-refine-hunk): Set inhibit-read-only to t.
10334 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10335 modifying the *Diff* buffer.
10336 (diff-process-filter): New filter function for diff process that
10337 sets inhibit-read-only to t when modifying the *Diff* buffer.
10339 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
10341 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10342 insertion point and control the number of empty lines.
10343 (org-paste-subtree): Limit the number of empty lines at the end of
10345 (org-agenda): Use buffer name of current file for narrowing.
10346 (org-export-as-xml): Command removed.
10347 (org-export-xml-type): Option removed.
10348 (org-mode-map): Call `org-export-as-xoxo' directly.
10349 (org-get-indentation): New optional argument LINE.
10350 (org-fix-indentation, org-remove-tabs): New functions.
10351 (org-export-as-ascii, org-ascii-level-start): Determine and apply
10352 correct indentation for headlines that are converted it items.
10353 (org-skip-comments): Remove table lines that contain narrowing
10354 cookies but no other non-empty fields.
10355 (org-set-tags): Allow groups of mutually exclusive tags.
10356 (org-cmp-time): Sort 24:21 before items without time.
10357 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10358 (org-open-at-point): Require double colon also for numbers.
10360 2006-06-06 Kim F. Storm <storm@cua.dk>
10362 * ido.el (ido-default-file-method, ido-default-buffer-method):
10363 Make choice values consistent with corresponding command names.
10364 (ido-visit-buffer): Update accordingly. Default to selected-window.
10366 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
10368 * progmodes/gud.el (gud-running): Fix doc string.
10369 (gud-menu-map): Use :visible instead fo :enable for debugger test.
10370 (gud-tooltip-modes): Add python-mode.
10371 (gud-tooltip-print-command): Add pdb. Remove perldb.
10373 2006-06-05 Eli Zaretskii <eliz@gnu.org>
10375 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10378 2006-06-05 Richard Stallman <rms@gnu.org>
10380 * faces.el (defined-colors): Doc fix.
10382 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
10384 * vc.el (vc-process-filter): Inhibit undo info collection around
10386 (vc-setup-buffer): Likewise for call to erase-buffer.
10387 (vc-do-command): Likewise for call to process-file.
10389 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
10391 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10393 (gud-common-init): Other debuggers may trigger error.
10395 2006-06-05 Kenichi Handa <handa@m17n.org>
10397 * international/mule.el (find-auto-coding):
10398 Handle enable-character-translation in file header.
10400 2006-06-04 Kim F. Storm <storm@cua.dk>
10402 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10403 (authors-fixed-entries): Fix spelling.
10404 (authors-canonical-file-name): Don't report error for wildcards.
10406 * help.el (view-emacs-news): Rewrite to support new NEWS,
10407 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
10408 e.g. version 10 matches 1.10, and don't be confused by version 1.1
10409 being a prefix of 1.12 (etc). A numeric prefix arg also works.
10411 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
10413 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10414 exec constructs like `foo bar`.
10415 (sh-quoted-subshell): New helper function to search for a possibly
10416 nested subshell (like `` or $()) within a "" quoted string.
10417 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10418 (sh-apply-quoted-subshell): Flag quote characters inside a
10419 subshell, which is itself already in a quoted region, as
10420 punctuation, since this is the closest to what they actually are.
10421 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10422 sh-apply-quoted-subshell.
10423 (sh-font-lock-syntactic-face-function): Apply the new face for
10424 text inside `` instead of the old font-lock-string-face.
10426 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10428 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10429 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10430 (mac-bytes-to-text-range, mac-ae-text-range-array)
10431 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10432 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10433 (mac-ts-unicode-for-key-event): New functions.
10434 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10435 (mac-handle-font-selection): Use mac-ae-number.
10436 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10438 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10439 (mac-ts-converted-text, mac-ts-selected-converted-text)
10440 (mac-ts-block-fill-text, mac-ts-outline-text)
10441 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10442 (mac-ts-hilite-style-faces): New constant.
10443 (mac-apple-event-map): Bind text input events.
10444 (mac-dispatch-apple-event): Use command-execute instead of
10445 call-interactively.
10446 (global-map): Don't bind mac-apple-event.
10447 (special-event-map): Bind mac-apple-event.
10449 2006-06-02 Eli Zaretskii <eliz@gnu.org>
10451 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10453 (emacs): Enclose the value of $(EMACS) in quotes.
10455 2006-06-02 Juri Linkov <juri@jurta.org>
10457 * international/mule.el (sgml-html-meta-auto-coding-function):
10458 Remove the condition `(search-forward "<html" size t)'.
10459 Replace `\"' with `[\"']?' in `re-search-forward'.
10461 2006-06-02 Kenichi Handa <handa@m17n.org>
10463 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10464 as well as `coding'.
10465 (hack-local-variables): Likewise.
10467 * international/mule.el (enable-character-translation):
10468 Put permanent-local and safe-local-variable properties.
10469 (find-auto-coding): Handle char-trans: tag.
10471 2006-06-02 Juri Linkov <juri@jurta.org>
10473 * international/mule.el (sgml-html-meta-auto-coding-function):
10474 Limit the search by the end of the HTML header (if any).
10476 2006-06-01 Richard Stallman <rms@gnu.org>
10478 * subr.el (with-current-buffer): Doc fix.
10480 2006-06-02 Masatake YAMATO <jet@gyve.org>
10482 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10483 Almost rewrite. Underlines over all lines of gcov output are too
10484 uncomfortable to read. Suggested by Dan Nicolaescu.
10486 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
10488 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10490 * shell.el (shell-mode): Use shell-mode-map in docstring.
10492 * comint.el (comint-send-input): Do not add help-echo and
10493 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10495 2006-06-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10497 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10499 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
10501 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10502 (gdb-stopped, gdb-info-stack-custom): If there is no source info
10503 look up the stack and pop up GUD buffer if necessary.
10504 (gdb-frames-select): Remove redundant call to gud-display-frame.
10505 (gdb-info-threads-custom): Keep point at start of buffer.
10506 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10508 2006-05-31 Juri Linkov <juri@jurta.org>
10510 * replace.el (query-replace-read-from, query-replace-read-to):
10511 Bind `history-add-new-input' to nil. Call `add-to-history'.
10513 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
10515 * textmodes/table.el: Convert all HTML tags to lower case for
10516 XHTML compatibility.
10518 2006-05-31 Masatake YAMATO <jet@gyve.org>
10520 * progmodes/compile.el:
10521 (compilation-error-regexp-alist-alist::gcov-called-line):
10522 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
10524 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
10526 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10527 Revert inadvertent changes made with last commit.
10529 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
10531 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10534 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10536 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
10538 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10539 only matches in the right place.
10540 (org-upcoming-deadline): New face.
10541 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10542 (org-export-ascii-underline): Rename constant `org-ascii-underline'
10543 and make it an option.
10544 (org-export-ascii-bullets): New option.
10545 (org-export-as-html): Many changes to emit valid XHTML.
10546 (org-par-open): New variable.
10547 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10548 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10549 (org-timeline): Pass `org-timeline-show-empty-dates' to
10550 `org-get-all-dates'. Interpret empty dates returned by
10551 `org-get-all-dates'.
10552 (org-get-all-dates): New argument EMPTY. Add dates without
10553 entries to the list, mark large ranges of empty dates.
10554 (org-point-in-group, org-context): New functions.
10556 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
10558 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10560 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10561 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10562 to C-mouse-3 (for 2 button mice).
10563 (gdb-send): Do the right thing for C-d.
10565 * speedbar.el (speedbar-detach): Delete.
10566 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10568 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10570 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
10572 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10575 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10576 Add makepp diagnostic.
10578 2006-05-29 Richard Stallman <rms@gnu.org>
10580 * window.el (fit-window-to-buffer): Doc fix.
10582 * help.el (temp-buffer-max-height): Doc fix.
10584 * subr.el (with-current-buffer): Doc fix.
10586 2006-05-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10588 * term/x-win.el: Bind F10 to menu-bar-start if available.
10590 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
10592 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10593 uses with a simple test.
10594 (term-set-escape-char, term-mode, term-check-kill-echo-list)
10595 (term-send-raw-string, term-send-raw, term-mouse-paste)
10596 (term-char-mode, term-line-mode, term-exec, term-sentinel)
10597 (term-handle-exit, term-read-input-ring)
10598 (term-previous-matching-input-string)
10599 (term-previous-matching-input-string-position)
10600 (term-previous-matching-input-from-input)
10601 (term-replace-by-expanded-history, term-send-input)
10602 (term-skip-prompt, term-bol, term-send-invisible)
10603 (term-kill-input, term-delchar-or-maybe-eof)
10604 (term-backward-matching-input, term-check-source)
10605 (term-proc-query, term-emulate-terminal)
10606 (term-handle-colors-array, term-process-pager, term-pager-line)
10607 (term-pager-bob, term-unwrap-line, term-word)
10608 (term-dynamic-complete-filename)
10609 (term-dynamic-complete-as-filename)
10610 (term-dynamic-simple-complete): Replace one arm ifs with whens or
10613 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10615 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10616 during bootstrapping.
10618 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10619 Basically undo the change of 2006-05-26: use extra arguments instead of
10621 (ewoc-locate): Remove unused var `footer'.
10623 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10625 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10627 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10628 (generate-file-autoloads): Obey it. Return whether autoloads were
10629 added at point or not.
10630 (update-file-autoloads): Use this new return value.
10631 Remove redundant test for the presence of an autoload cookie.
10633 * emacs-lisp/autoload.el (autoload-find-file): New fun.
10634 This one calls hack-local-variables.
10635 (generate-file-autoloads, update-file-autoloads): Use it.
10637 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10638 (bibtex-sort-entry-class): Add safe-local-variable predicate.
10639 (bibtex-sort-entry-class-alist): Don't set the global value.
10640 (bibtex-init-sort-entry-class-alist): New fun.
10641 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10642 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10643 of bibtex-init-sort-entry-class.
10645 2006-05-28 Richard Stallman <rms@gnu.org>
10647 * subr.el (load-history-regexp): If FILE is relative, insist
10648 entire last name component must match it.
10649 (load-history-filename-element, load-history-regexp): Doc fixes.
10651 2006-05-29 Kim F. Storm <storm@cua.dk>
10653 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10654 `pos' and `raw-data' for clarity, as eval forms may access these.
10656 2006-05-28 Kim F. Storm <storm@cua.dk>
10658 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10660 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10662 * progmodes/make-mode.el (makefile-browser-map)
10663 (makefile-mode-syntax-table): Move initialization inside declaration.
10664 (makefile-fill-paragraph): Use the default comment-filling code.
10666 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
10668 * replace.el (query-replace-defaults): New variable.
10669 (query-replace-read-from): Use `query-replace-defaults' for
10670 default value, instead of history list.
10671 (query-replace-read-to): Update `query-replace-defaults'.
10673 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
10675 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10678 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
10680 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10681 (tumme-show-all-from-dir): Add autoload.
10683 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10685 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10686 (tumme-remove-tag): Fix bug.
10688 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
10690 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10691 FOOTER args. Update unique caller.
10692 (ewoc-delete): Compute last node once before looping.
10693 (ewoc--node-branch): Merge into unique caller.
10694 (ewoc--node): Don't define constructor make-ewoc--node for this
10696 (ewoc): Add member `hf-pp' to this structure.
10697 (ewoc--wrap): New func.
10698 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
10699 header/footer pretty-printers. Save header/footer pretty-printer.
10700 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10702 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10704 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10706 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10707 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
10708 Tag'. Change "Compare directories..." to "Change Directories...".
10709 Move tumme commands to Operate, Regexp and Immediate menus.
10710 Change "Add Comment" to "Add Image Comment". Change "Add Image
10711 Tag" to "Add Image Tags".
10713 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10714 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10715 `tumme-delete-tag'.
10717 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
10719 * shell.el (shell-mode): Call shell-dirtrack-mode after
10720 list-buffers-directory is made a local variable, to avoid setting
10723 2006-05-26 Kevin Ryde <user42@zip.com.au>
10725 * info.el (Info-index-next): Use where-is-internal to report
10726 actual binding of Info-index-next, rather than hard-coded `,'.
10728 2006-05-26 Eli Zaretskii <eliz@gnu.org>
10730 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10731 and "Find Command in Manual" to here.
10733 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10734 Info-current-file as the file name.
10736 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
10738 * ses.el (defadvice undo-more): Delete this defadvice. The undo
10739 overrides will now be done a different way.
10740 (ses-set-parameter): Reapply this function for undo.
10741 (ses-set-header-row): Reconstruct header row during undo.
10742 (ses-widen): New function.
10743 (ses-goto-data, ses-reconstruct-all): Use new function.
10744 (ses-command-hook): Widen buffer during undo, before unupdating
10746 (ses-insert-row, ses-delete-row): Widen buffer during undo.
10747 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10748 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10749 formula hasn't been executed yet.
10751 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10753 * comint.el (comint-kill-whole-line): Rename arg to count.
10756 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
10758 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10761 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10763 * simple.el (toggle-truncate-lines): Make arg optional for
10764 backward compatibility.
10766 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
10768 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10769 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10770 DLL arg. Instead, use ewoc--current-dll. Update all callers.
10771 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10772 (ewoc--adjust): Use ewoc--current-dll.
10773 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10775 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
10777 * textmodes/org.el (org-next-item, org-previous-item): Emit more
10778 compact error message.
10779 (org-tags-view): Refresh category table in each file.
10780 (org-table-justify-field-maybe): Remove superfluous arguments to
10782 (org-export-as-html): Insert "<p>" before postamble.
10783 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
10785 2006-05-26 Kenichi Handa <handa@m17n.org>
10787 * textmodes/po.el (po-find-charset): Pay attention to the case
10788 FILENAME is a cons (NAME . BUFFER).
10789 (po-find-file-coding-system-guts): Likewise.
10791 * arc-mode.el (archive-set-buffer-as-visiting-file):
10792 Call find-operation-coding-system with (FILENAME . BUFFER).
10794 * tar-mode.el (tar-extract): Call find-operation-coding-system
10795 with (FILENAME . BUFFER).
10797 * international/mule.el (decode-coding-inserted-region):
10798 Call find-operation-coding-system with (FILENAME . BUFFER).
10800 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
10802 * image-mode.el (image-toggle-display): Use buffer contents to
10803 generate image for a remote file.
10805 2006-05-25 Juri Linkov <juri@jurta.org>
10807 * replace.el (query-replace-read-from, query-replace-read-to):
10808 Remove 8th arg KEEP-ALL in read-from-minibuffer.
10810 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
10812 * whitespace.el (whitespace-cleanup): Change to cleanup
10813 region if one is active.
10814 * whitespace.el (whitespace-cleanup-internal): New internal method.
10816 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10818 * dired.el (dired-mode-map): Add help-echo strings to tumme
10819 commands. Bind `tumme-dired-display-image' to C-t i.
10821 * tumme.el (tumme-display-image): Change documentation string slightly.
10822 (tumme-dired-display-image): Add call to `display-buffer'.
10824 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
10826 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10827 Signal error if RAW-DATA is a multibyte string.
10829 2006-05-24 Richard Stallman <rms@gnu.org>
10831 * subr.el (with-local-quit): When handling `quit' signal,
10832 make a chance for quit-flag to cause a quit.
10834 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
10835 (ad-disable-advice): Add autoloads.
10837 * subr.el (read-passwd): Copy PROMPT before changing its properties.
10839 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10841 * dired.el (dired-mode-map): Change menu items for tumme as per
10842 suggestions in emacs-devel.
10844 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
10846 * dired.el (dired-mode-map): Fix breakage.
10848 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10850 * tumme.el (tumme-display-dired-image): Rename to...
10851 (tumme-dired-display-image): ...this.
10852 (tumme-track-movement): Change default value to t.
10853 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
10854 used from `tumme-next-line-and-display' and similar commands.
10856 * dired.el (dired-mode-map): Add Thumbnail submenu under the
10857 Immediate menu. Add some tumme commands there.
10859 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
10861 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
10863 2006-05-24 Chong Yidong <cyd@mit.edu>
10865 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
10866 menu entries that open submenus.
10868 2006-05-24 Alan Mackenzie <acm@muc.de>
10870 * startup.el (command-line): For names of preloaded files, don't
10871 append ".elc" (now done in Fload), and call file-truename on the
10874 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
10875 match ANY loaded file with the right name, not just those in
10876 load-path. Put a regexp matching the file name into
10877 after-load-alist, rather than the name itself.
10879 * subr.el (load-history-regexp, load-history-filename-element)
10880 (do-after-load-evaluation): New functions.
10882 * international/mule.el (load-with-code-conversion): Do the
10883 eval-after-load stuff by calling do-after-load-evaluation.
10885 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
10887 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
10888 has not been killed.
10890 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10892 * term/mac-win.el: Set idle timer to clean up expired Apple events.
10893 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
10894 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
10895 Optionally set error message in reply.
10897 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
10899 * textmodes/org.el (org-open-at-point): Use renamed variable
10900 `org-confirm-shell-link-function'.
10901 (org-confirm-shell-link-function): Rename from
10902 `org-confirm-shell-links'.
10903 (org-export-directory): New function.
10904 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
10905 (org-export-icalendar): Use `org-export-directory'.
10906 (org-indent-item): Keep cursor position.
10907 (org-link-file-path-type): New option.
10908 (org-export-as-html): Fix bug with plain lists starting in
10910 (org-export-as-html): Remove deadline formatting, this happens
10911 now already in `org-html-handle-time-stamps'.
10912 (org-export-html-style): Deadline class removed.
10913 (org-insert-labeled-timestamps-at-point): New option.
10914 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
10915 of `hide-sublevels 1', in case the first headline is not level 1.
10916 (org-overview, org-content): New fuction.
10917 (org-cycle-global-status, org-cycle-subtree-status): Make these
10918 variables buffer-local.
10919 (org-global-cycle): New command.
10920 (org-shifttab): Use `org-global-cycle'.
10921 (org-insert-heading, org-insert-item): Go to end of new
10922 headline/item after creating it.
10923 (org-export-visible): Rename from `org-export-copy-visible'.
10924 Now creates a temporary org-file and applies an exporting command
10926 (org-table-eval-formula): Support for lisp forms.
10927 (org-agenda-todo-ignore-scheduled): New option.
10928 (org-agenda-get-todos): Use new option
10929 `org-agenda-todo-ignore-scheduled'.
10930 (org-export-html-inline-images): New value `maybe'.
10931 (org-export-as-html): Inlining of images dependent on link description.
10932 (org-archive-subtree): Check for end-of-buffer before trying
10934 (org-agenda-follow-mode): New option.
10935 (org-export-with-tags, org-export-with-timestamps): New options.
10936 (org-html-handle-time-stamps): New function.
10937 (org-keyword-time-regexp): New variable.
10938 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
10939 (org-agenda-todo-list-sublevels): New option.
10940 (org-html-level-start): When TITLE is nil, just close all levels.
10941 (org-parse-key-lines, org-parse-export-options): Remove functions,
10942 replaced by `org-infile-export-plist'.
10943 (org-combine-plists, org-infile-export-plist)
10944 (org-default-export-plist): New functions.
10945 (org-export-html-preamble, org-export-html-postamble)
10946 (org-export-html-auto-preamble, org-export-html-auto-postamble):
10948 (org-export-publishing-directory): New option.
10949 (org-export-as-html, org-export-as-ascii): Use the new property
10950 lists for settings.
10951 (org-export-copy-visible, org-export-as-xoxo):
10952 Respect `org-export-publishing-directory'.
10953 (org-link-search, org-store-link, org-file-apps): Support for
10954 links to BibTeX database entries..
10955 (org-get-current-options, org-set-regexps-and-options):
10956 Implement logging as a startup option.
10957 (org-store-link): Make sure context string is never empty
10958 (org-insert-link): Use relative path when possible.
10959 (org-at-item-checklet-p): New function.
10960 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
10961 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
10962 (org-metaright, org-metaup, org-metadown, org-shiftup)
10963 (org-shiftdown, org-shiftright, org-shiftleft)
10964 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
10965 Dispatch using `call-interactively'.
10966 (org-call-with-arg): New defsubst.
10967 (org-tag-alist, org-use-fast-tag-selection): New options.
10968 (org-complete): Use `org-tag-alist'.
10969 (org-fast-tag-insert, org-fast-tag-selection): New functions.
10970 (org-next-item, org-previous-item): New commands.
10971 (org-beginning-of-item, org-end-of-item): Add (interactive) to
10973 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
10975 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
10977 * emacs-lisp/ewoc.el (ewoc-delete): New function.
10978 (ewoc-filter): Use `ewoc-delete'.
10980 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
10982 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10984 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
10985 Signal more user-friendly error messages.
10987 * complete.el (PC-do-completion): Undo the addition of implicit
10988 wildcards if they did not lead to finding any match.
10989 (read-file-name-internal): Don't add the final > if the completion is
10992 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10994 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
10995 Quote safe-local-variable predicate.
10997 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
10999 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11001 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11003 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11005 * progmodes/make-mode.el (makefile-special-targets-list)
11006 (makefile-macro-table, makefile-target-table): Mark as risky.
11007 (makefile-query-one-target-method): Make this the alias for the
11008 following variable.
11009 (makefile-query-one-target-method-function): Make this the real name.
11011 * textmodes/artist.el (artist-text-renderer): Make this the alias
11012 for the following variable.
11013 (artist-text-renderer-function): Make this the real name.
11015 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11016 the alias for the following variable.
11017 (flyspell-generic-check-word-predicate): Make this the real name.
11019 * textmodes/ispell.el (ispell-format-word): Make this the alias
11020 for the following variable.
11021 (ispell-format-word-function): Make this the real name.
11022 (ispell-message-text-end): Mark as risky.
11024 * skeleton.el (skeleton-transformation, skeleton-filter)
11025 (skeleton-pair-filter): Make these the aliases for the following
11027 (skeleton-transformation-function, skeleton-filter-function)
11028 (skeleton-pair-filter-function): Make these the real names.
11030 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11031 and skeleton-pair-filter-function.
11033 * textmodes/sgml-mode.el (sgml-transformation): Make this the
11034 alias for the following variable.
11035 (sgml-transformation-function): Make this the real name.
11036 (sgml-tag-alist): Mark as risky.
11038 2006-05-21 Richard Stallman <rms@gnu.org>
11040 * simple.el (kill-region): Interactively, pass point, then mark.
11042 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11044 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11046 2006-05-21 Romain Francoise <romain@orebokech.com>
11048 * dired-x.el (dired-mode-map): Don't bind M-g.
11050 2006-05-20 Richard Stallman <rms@gnu.org>
11052 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11053 (dired-goto-file): Doc fix.
11055 2006-05-21 Kim F. Storm <storm@cua.dk>
11057 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11058 way to enable built-in cua-mode if user loads older CUA-mode package.
11060 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11061 if default-filename is specified.
11063 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11065 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11067 * info.el (info-apropos): Make sure current-file and current-node
11068 have non-nil values. Speed up by using add-to-list instead of
11071 2006-05-20 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11073 * progmodes/make-mode.el (makefile-mode): Doc fix.
11075 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11077 * dired-aux.el (dired-do-shell-command): Doc fix.
11079 2006-05-20 Kevin Ryde <user42@zip.com.au>
11081 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11082 ``(custom-manual :tag "Foo" "(foo)Node")''.
11084 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
11086 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11087 value is an integer.
11089 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11091 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11093 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11095 2006-05-20 Martin Rudalics <rudalics@gmx.at>
11097 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11098 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11100 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11102 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11103 regexp for keywords.
11105 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
11107 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11108 replace-regexp-in-string.
11110 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11111 encode, and escape file name on conversion to URL.
11113 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11115 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11116 Don't unescape URL.
11117 (dnd-get-local-file-name): Unescape URL on conversion to file name.
11119 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11120 on conversion to URLs.
11122 * net/browse-url.el (browse-url-file-url): Encode file name on
11125 * term/mac-win.el (mac-ae-open-documents): Escape file name on
11128 2006-05-19 Eli Zaretskii <eliz@gnu.org>
11130 * progmodes/cc-styles.el (c-style-alist): Doc fix.
11132 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11134 * term/mac-win.el (mac-bytes-to-digits): Remove function.
11135 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11137 2006-05-19 Glenn Morris <rgm@gnu.org>
11139 * calendar/diary-lib.el (diary-bahai-date)
11140 (list-bahai-diary-entries, mark-bahai-diary-entries)
11141 (mark-bahai-calendar-date-pattern): Not interactive.
11142 (add-to-diary-list): New optional arg LITERAL. Doc fix.
11143 (diary-entries-list): Change format of 4th element in each entry.
11144 (diary-list-entries): Use add-to-diary-list.
11145 (diary-goto-entry): Handle the case where the buffer visiting the
11146 diary has been killed.
11147 (fancy-diary-display): Add 'locator to button rather than 'marker.
11148 Only generate temp-face when there are marks to apply.
11149 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11150 (diary-fancy-date-pattern): New variable.
11151 (diary-time-regexp): Doc fix.
11152 (diary-anniversary, diary-time): New faces.
11153 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11154 diary-time-regexp. Add font-lock-multiline property where needed.
11155 Use new faces diary-anniversary and diary-time.
11156 (diary-fancy-font-lock-fontify-region-function): New function, to
11157 handle multiline font-lock pattern in fancy diary.
11158 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11159 (diary-font-lock-keywords): Tweak time regexp. Use new face
11162 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
11164 * international/code-pages.el (mik): Table corrected.
11166 2006-05-18 Kim F. Storm <storm@cua.dk>
11168 * progmodes/grep.el (grep-find): Don't check grep-find-command
11169 before running command (breaks non-interactive usage).
11171 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
11173 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11174 (ewoc--insert-new-node): Don't insert trailing newline.
11175 Instead, adjust successor nodes's start markers.
11176 (ewoc--refresh-node): Delete all text from current node's start
11177 marker to the next one's; adjust successor nodes's start markers.
11178 (ewoc--create): Doc fixes.
11179 (ewoc--refresh): Don't insert newline.
11180 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11181 * pcvs.el (cvs-make-cvs-buffer):
11182 Specify extra newline for ewoc's header and footer.
11183 (cvs-update-header): Update initial header recognition.
11184 Append newline to final header and footer values.
11185 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11187 2006-05-17 Richard Stallman <rms@gnu.org>
11189 * files.el (file-name-extension): Doc fix.
11191 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11193 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11194 we can explicitly enable/disable rather than toggle.
11195 (shell-mode): Use it.
11196 (shell-cd): Don't try to reproduce what `cd' does.
11198 2006-05-17 Kim F. Storm <storm@cua.dk>
11200 * ido.el (ido-read-internal): Use only nondirectory part of
11203 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
11205 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11206 (ewoc-nth): Doc fix.
11208 (ewoc-map, ewoc-invalidate): Compute PP before looping.
11210 2006-05-16 Eli Zaretskii <eliz@gnu.org>
11212 * international/mule.el (auto-coding-alist): Add .lha to files
11213 read with no-conversion.
11215 * files.el (auto-mode-alist): Add .lha files to archive file
11218 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11219 Convert csize to integer when computing offsets within the
11220 compressed archive file.
11222 2006-05-16 Kim F. Storm <storm@cua.dk>
11224 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11225 with read-from-minibuffer.
11227 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11229 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11230 (byte-compile-warnings): Fix safe-local-variable property.
11232 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
11234 * allout.el (allout-show-bodies, allout-old-style-prefixes)
11235 (allout-stylish-prefixes, allout-numbered-bullet)
11236 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11237 predicates to qualify `safe-local-variable' property, when
11238 available, else use equivalent lambda.
11239 (allout-current-topic-collapsed-p): Do the right thing regarding
11240 trailing blank lines.
11242 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11244 * server.el (server-start): Only create a directory if needed.
11245 (server-edit, server-unload-hook): server-start => server-mode.
11246 (kill-emacs-hook): Cleanup upon exit.
11248 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11250 * hexl.el (hexlify-buffer): Encode process arguments manually.
11252 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
11254 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11255 call to gdb-tooltip-print.
11257 2006-05-15 Romain Francoise <romain@orebokech.com>
11259 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11260 systems, default to "tar" since those systems probably have GNU tar.
11262 2006-05-14 Lars Hansen <larsh@soem.dk>
11264 * desktop.el (desktop-missing-file-warning): Fix docstring.
11265 (desktop-restore-file-buffer): Correct question asked on missing file.
11267 2006-05-14 Kim F. Storm <storm@cua.dk>
11269 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11270 Add CUA move property.
11272 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
11274 * custom.el (custom-push-theme): Load the variable before checking
11275 its `standard-value'.
11277 2006-05-13 Lars Hansen <larsh@soem.dk>
11279 * desktop.el (desktop-save): Use with-temp-buffer.
11281 2006-05-12 Glenn Morris <rgm@gnu.org>
11283 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11284 * calendar/calendar.el (calendar-mode-map):
11285 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11286 * calendar/appt.el (appt-check, appt-make-list): Refer to
11287 diary-view-entries, diary-list-entries, diary-show-all-entries
11288 rather than obsolete aliases.
11290 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
11292 * simple.el (line-move-finish): Avoid calling point motion hooks
11293 while processing intangibility.
11295 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11297 * term/xterm.el (terminal-init-xterm): Fix typo.
11299 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
11301 * allout.el (allout-view-change-hook): Mark as being deprecated,
11302 to be replaced by `allout-exposure-change-hook'.
11303 (allout-exposure-change-hook): New, replacing
11304 `allout-view-change-hook'.
11305 (allout-flag-region): Run new hook `allout-exposure-change-hook',
11306 in addition to `allout-view-change-hook'.
11307 (allout-show-bodies, allout-old-style-prefixes)
11308 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11309 lambda forms to prevent their showing up in variable help
11310 presentations as inscrutable byte-compiled code.
11311 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11312 Use string-or-null-p to qualify safe-local-variable values.
11313 (allout-reindent-bodies): Use memq to qualify matches against
11314 valid safe-local-variable values. Also, quote the lambda as above.
11315 (allout-use-mode-specific-leader): Add missing candidate-value
11316 symbols, use memq, and quote the lambda.
11317 (allout-overlay-interior-modification-handler): Remove unused
11318 variables `msg' and 'opened'.
11319 (allout-hidden-p): Constrain invisibility consideration to allout's
11320 invisibility spec, disregarding invisibility for other reasons.
11322 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
11324 * files.el (version-control): Correct safe values.
11326 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
11328 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11330 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11331 (ewoc--insert-new-node): New func.
11332 Update callers of deleted funcs to use it, instead.
11334 2006-05-11 Glenn Morris <rgm@gnu.org>
11336 * calendar/calendar.el (diary-show-all-entries): Do not refer to
11337 obsolete alias `show-all-diary-entries'.
11338 (make-diary-entry): Not interactive.
11339 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11340 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11341 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11342 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11343 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11344 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11346 2006-05-11 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
11348 * calendar/calendar.el (calendar-french-date-string)
11349 (calendar-mayan-date-string, calendar-chinese-date-string)
11350 (calendar-astro-date-string, calendar-iso-date-string)
11351 (calendar-islamic-date-string, calendar-bahai-date-string)
11352 (calendar-hebrew-date-string, calendar-coptic-date-string)
11353 (calendar-ethiopic-date-string, calendar-persian-date-string):
11354 These functions are not interactive.
11356 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
11358 * files.el: Balance parentheses.
11360 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
11362 * files.el, newcomment.el, outline.el, simple.el,
11363 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11364 * progmodes/cc-vars.el, progmodes/compile.el:
11365 Move `safe-local-variable' declarations to the respective files.
11367 * help-fns.el (describe-variable): Don't print safe-var if it is
11368 byte-code. Improve wording as suggested by Luc Teirlinck.
11370 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
11372 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11373 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11374 Use a token for pending-triggers to ensure gdb-var-update
11375 gets called once per user input again for pre-GDB 6.4.
11376 (gdb-var-delete): Match on more complex expressions.
11377 (gdb-var-list-children-handler, gdb-var-create-handler):
11378 Use a token for consistency.
11380 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
11382 * textmodes/org.el (org-read-date, org-goto-calendar)
11383 (org-agenda-goto-calendar):
11384 Bind `view-calendar-holidays-initially' to nil.
11386 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
11388 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11389 Update all callers to do it there, instead.
11391 2006-05-10 Glenn Morris <rgm@gnu.org>
11393 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11394 prefix arg case, to avoid view-diary-entries-initially error.
11395 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11396 (calendar-date-is-legal-p): Handle dates with no day part.
11398 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
11400 * comint.el (comint-insert-input): Just make it when
11401 comint-use-prompt regexp is nil (default) and with the mouse.
11402 (comint-copy-old-input): Reinstate from 2004-06-23.
11403 (comint-mode-map): Bind C-c C-m to it.
11405 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
11407 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11408 Remove spurious move to point-max (new comint behavior fixes).
11410 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11411 compatibility function (Emacs 18/19).
11412 (idlwave-is-continuation-line): Always return point at start of
11413 previous non-blank continuation line.
11414 (keyword-parameters): Fix continued comment font-lock matcher.
11415 (idlwave-font-lock-fontify-region): Written, use as
11416 font-lock-fontify-region-function, to fix continued keyword
11417 fontification issues.
11419 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11421 * term/mac-win.el (mac-font-panel-mode): Doc fix.
11422 (mac-service-selection, mac-service-open-file)
11423 (mac-service-open-selection, mac-service-mail-selection)
11424 (mac-service-mail-to, mac-service-insert-text): Rename from
11425 mac-services-*. All uses changed.
11426 (mac-apple-event-map): Rename event symbol `services' to `service'.
11428 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
11430 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11431 (ewoc--node-enter-first, ewoc--node-enter-last)
11432 (ewoc--delete-node-internal): Merge funcs into unique callers.
11434 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
11436 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11437 return value of read-from-minibuffer for empty input.
11439 2006-05-09 Miles Bader <miles@gnu.org>
11441 * comint.el (comint-insert-input): Remove redundant calls to setq
11444 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
11446 * comint.el (comint-insert-input): Make it work when
11447 comint-use-prompt-regexp is t.
11449 2006-05-10 Miles Bader <miles@gnu.org>
11451 * subr.el (field-at-pos): New function.
11453 * comint.el (comint-insert-input): Use it.
11455 2006-05-09 Juri Linkov <juri@jurta.org>
11457 * battery.el (battery-linux-proc-acpi): Also try
11458 `/proc/acpi/thermal_zone/THR2/temperature'.
11460 * files.el <safe-local-variable>: Remove `eval' and `let' binding
11461 for now unused lambda `string-or-null'.
11463 * add-log.el (change-log-default-name): Put `string-or-null-p'
11464 instead of lambda on `safe-local-variable' property.
11466 * diff-mode.el (diff-context->unified): Use `region-beginning' and
11467 `region-end' instead of `mark' and `point'.
11468 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11469 Operate on region in Transient Mark mode when the mark is active.
11470 Use `region-beginning' and `region-end' instead of `mark' and
11472 (diff-hunk-text, diff-goto-source): Doc fix.
11474 * startup.el (fancy-splash-screens, normal-splash-screen): Use
11475 face `mode-line-buffer-id' for mode-line buffer face instead of
11476 hard-coded `(:weight bold)'.
11478 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11479 buffer-undo-list to t (undo-ask is reproducible by visiting
11482 2006-05-09 Kim F. Storm <storm@cua.dk>
11484 * progmodes/grep.el (rgrep): Set default directory of *grep*
11485 buffer if we start M-x rgrep in the *grep* buffer and choose
11486 a different base directory.
11488 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
11490 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11491 completion also when ido is loaded.
11493 2006-05-09 Masatake YAMATO <jet@gyve.org>
11495 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11496 "warning" and "import".
11497 (cpp-font-lock-keywords): Added "warning".
11499 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
11501 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11503 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11505 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11506 pages at a time, if we signal the end, we should indeed reach that end.
11508 2006-05-08 David Reitter <david.reitter@gmail.com>
11510 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11511 output during execution of the body.
11513 2006-05-08 Kim F. Storm <storm@cua.dk>
11515 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11517 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
11519 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11520 Use with-current-buffer.
11522 2006-05-07 Kim F. Storm <storm@cua.dk>
11524 * subr.el (add-to-history): Remove keep-dups arg.
11526 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11527 to nil around call to add-to-history.
11529 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11531 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11532 than after a buffer modification.
11534 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
11536 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11538 (gud-watch): ...here so speedbar is raised for already watched
11540 (gdb-speedbar-refresh): Delete function.
11541 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11542 Use speedbar-timer-fn instead of speedbar-refresh (reverting
11544 (gdb-var-evaluate-expression-handler)
11545 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11547 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11548 Update localized contents for all buffers except ignored modes.
11550 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11552 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11553 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11554 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11555 (mac-handle-font-panel-closed, mac-handle-font-selection):
11557 (mac-font-panel-mode): New minor mode.
11558 (mac-apple-event-map): Add bindings for toolbar toggle button and
11560 (menu-bar-showhide-menu): Add mac-font-panel-mode.
11562 2006-05-07 John Paul Wallington <jpw@pobox.com>
11564 * ibuffer.el (ibuffer-compressed-file-name-regexp):
11565 Avoid `regexp-opt'; simplify regexp for readability.
11567 2006-05-06 Eli Zaretskii <eliz@gnu.org>
11569 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11570 * files.el (buffer-stale-function):
11571 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11572 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11573 links to the main manual, not to emacs-xtra.
11575 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11577 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11578 MacJapanese if text is ASCII-only.
11580 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
11582 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11583 unless so nil isn't returned.
11584 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11586 2006-05-06 Kim F. Storm <storm@cua.dk>
11588 * subr.el (add-to-history): New function.
11590 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11591 (ediff-merge-files-with-ancestor):
11593 * isearch.el (isearch-update-ring):
11594 * server.el (server-visit-files):
11595 * progmodes/grep.el (lgrep, rgrep):
11596 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11597 * progmodes/xscheme.el (xscheme-insert-expression):
11598 Use add-to-history.
11600 * kmacro.el (kmacro-push-ring): Use add-to-history.
11601 (kmacro-ring-length): Remove unused defun.
11602 (kmacro-start-macro): Use kmacro-push-ring.
11604 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
11606 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11607 directly instead of a lambda expression that calls it.
11609 2006-05-06 Kim F. Storm <storm@cua.dk>
11611 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11612 instead of compute-motion.
11614 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11616 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11619 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
11621 * startup.el (command-line-1): Refer to "Pure Storage" on
11622 pure-space-overflow.
11624 2006-05-05 Martin Rudalics <rudalics@gmx.at>
11626 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11627 provided faces once they all have been used up.
11629 2006-05-05 Eli Zaretskii <eliz@gnu.org>
11631 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11632 reference to the Lisp manual to the warning about pure space
11635 2006-05-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11637 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11638 argument to avoid the call to `ispell-internal-change-dictionary'
11640 (ispell-change-dictionary): Use this argument and call
11641 `ispell-internal-change-dictionary' after the possible change
11642 to `ispell-local-dictionary'.
11643 (ispell-internal-change-dictionary): Check for a change in
11644 personal dictionary use too.
11646 2006-05-05 Eli Zaretskii <eliz@gnu.org>
11648 * startup.el (command-line): On MS-Windows, probe "~", not
11649 "~USER", for warning about non-existent home directory.
11651 * arc-mode.el (archive-l-e): New optional argument `float' means
11652 generate a float value.
11653 (archive-arc-summarize, archive-lzh-summarize)
11654 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11655 with 3rd argument non-nil when file's size is being computed.
11656 Format the file sizes with %8.0f instead of %8d.
11658 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11660 * cus-start.el (all): Add mac-dnd-known-types.
11662 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11663 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11664 (mac-TIFF-to-string): New functions.
11665 (x-get-selection, x-selection-value)
11666 (mac-select-convert-to-string): Use them.
11667 (mac-text-encoding-mac-japanese-basic-variant): New constant.
11668 (mac-dnd-types-alist): New customization variable.
11669 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11670 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11671 (mac-dnd-handle-drag-n-drop-event): New functions.
11672 (mac-drag-n-drop): Remove function.
11673 (global-map): Bind drag-n-drop and M-drag-n-drop to
11674 mac-dnd-handle-drag-n-drop-event.
11676 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
11678 * progmodes/perl-mode.el (perl-beginning-of-function):
11679 Skip anonymous subs.
11681 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
11683 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11684 regexp-opt at run time.
11686 * term.el (term-handle-ansi-escape): Fix off by one error.
11688 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
11690 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11691 (gdb-init-1, gdb-post-prompt): ...and references to it.
11692 (gdb-frame-handler): Strip directory name from filename if present.
11694 * progmodes/gud.el (gdb-force-update): Delete defvar
11695 (gud-speedbar-buttons): ...and references to it. Use window-start
11696 to try to keep positon in watch expression.
11698 2006-05-03 Richard Stallman <rms@gnu.org>
11700 * simple.el (next-history-element, previous-history-element): Doc fix.
11702 * isearch.el (isearch-update-ring): Doc fix.
11704 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
11706 * isearch.el (isearch-update-ring): Take history-delete-duplicates
11707 into consideration. Replace one arm ifs with whens.
11709 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
11711 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11714 2006-05-02 Miles Bader <miles@gnu.org>
11716 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11718 2006-05-02 Jay Belanger <belanger@truman.edu>
11720 * calc/calc-embed.el (calc-override-minor-modes-map)
11721 (calc-override-minor-modes): New variables.
11722 (calc-do-embedded): Make sure that Calc keystrokes aren't
11723 overwritten by minor modes.
11725 2006-05-02 Chong Yidong <cyd@mit.edu>
11727 * msb.el (msb): If EVENT is a down event, read and discard the up event.
11729 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11731 * startup.el (command-line-1): Refer to Lisp manual when
11732 pure-space-overflow occurs.
11734 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11735 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11736 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11737 (version-control): Don't use `t' for safe-local-variable declarations.
11739 2006-05-01 Richard Stallman <rms@gnu.org>
11741 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11742 M-r, M-R, M-A, M-SPC or M-DEL.
11743 (diff-mode-map): diff-refine-hunk now on C-c C-w
11744 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11746 * help-mode.el (help-mode): view-exit-action calls delete-window
11747 only when it is safe and possible.
11749 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11752 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11754 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11755 in the default tool-bar-map.
11757 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
11759 * net/tramp.el (tramp-completion-file-name-handler-alist)
11760 (tramp-run-real-handler, tramp-completion-run-real-handler)
11761 (tramp-completion-handle-file-name-all-completions)
11762 (tramp-completion-handle-file-name-completion): Autoload them.
11763 (tramp-completion-handle-file-exists-p)
11764 (tramp-completion-handle-file-name-directory)
11765 (tramp-completion-handle-file-name-nondirectory)
11766 (tramp-completion-handle-expand-file-name): Remove them.
11767 (tramp-handle-file-name-directory): Return the real directory name.
11768 Returning "/" only doesn't need to be necessary any longer.
11769 (tramp-file-name-handler): Make special attention when in hostname
11771 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11772 (tramp-register-file-name-handlers):
11773 Register `tramp-completion-file-name-handler' only when
11774 `partial-completion-mode' is enabled.
11775 (tramp-completion-handle-file-name-all-completions):
11776 Delete directory part from results.
11777 (tramp-get-completion-methods, tramp-get-completion-user-host):
11778 Discard deleting "/", it doesn't work after the change of
11779 `tramp-handle-file-name-directory' above.
11781 2006-05-01 Kim F. Storm <storm@cua.dk>
11783 * progmodes/grep.el (grep-expand-template): Use save-match-data
11786 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11788 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11789 Use select-frame-set-input-focus instead of raise-frame.
11790 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11792 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
11794 * progmodes/gud.el (gud-def): Add %c case.
11795 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
11796 (gud-format-command): Make match case sensitive. Match on %F.
11798 2006-04-30 Glenn Morris <rgm@gnu.org>
11800 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11801 (cal-tex-preamble): Use cal-tex-preamble-extra.
11802 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11803 than alias `list-diary-entries'.
11805 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
11807 * help-fns.el (describe-variable): Add info about safe local variables.
11809 2006-04-29 Richard Stallman <rms@gnu.org>
11811 * bindings.el (mode-line-format): help-echo doc fixes.
11813 * net/tramp.el (tramp-file-name-handler-alist): Delete
11814 expand-file-name and other operations that can cause spurious loading.
11816 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11818 * files.el (safe-local-variable-p): Remove support for the special
11821 * textmodes/paragraphs.el (sentence-end-without-space):
11822 Fix safety predicate.
11823 (sentence-end-double-space, sentence-end-without-period)
11824 (paragraph-ignore-fill-prefix):
11825 * textmodes/fill.el (colon-double-space):
11826 * abbrev.el (abbrev-mode): Tighten the safety predicate.
11828 * subr.el (booleanp): New fun.
11830 * textmodes/reftex-vars.el (reftex-guess-label-type):
11831 Tighten the safety predicate.
11833 2006-04-28 Kim F. Storm <storm@cua.dk>
11835 * progmodes/grep.el (defgroup grep): Doc fix.
11836 (grep-auto-highlight): Remove.
11837 (grep-template): New defcustom.
11838 (grep-find-template): Rename from grep-tree-template.
11839 (grep-files-aliases): Rename from grep-tree-files-aliases.
11840 Remove "all" alias, add "l" alias.
11841 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
11842 (grep-find-ignored-directories): New defcustom to replace
11843 grep-tree-ignore-CVS-directories, to facilitate ignoring
11844 subdirectories for multiple version control systems.
11845 (grep-mode-map): Add Recursive grep item to GREP menu.
11846 (grep-regexp-history, grep-files-history): New defvars.
11847 (grep-probe): New helper function.
11848 (grep-compute-defaults): Use it to simplify code.
11849 Adapt to name changes.
11850 Use `.' as base in grep-find-template rather than <D>.
11851 (grep): Remove superfluous highlight-regexp arg. Fix doc.
11852 Call grep-compute-defaults unconditionally.
11853 (grep-expand-keywords): New defconst.
11854 (grep-expand-template): Rename from grep-expand-command-macros.
11855 Simplify via grep-expand-keywords. Look at case-fold-search instead
11856 of grep-tree-ignore-case to add -i option.
11857 Bind case-fold-search to nil while matching keywords.
11858 (grep-tree-last-regexp, grep-tree-last-files): Remove.
11859 (grep-read-regexp, grep-read-files): New helper functions.
11860 (rgrep): Rename from grep-tree. Rework to use proper histories.
11861 Adapt to changes in defcustoms and functions above.
11862 (lgrep): New command, as grep, but using same interactive UI as rgrep.
11864 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
11866 * net/tramp.el (tramp-completion-file-name-handler):
11867 Disable Tramp's functionality while loading Tramp itself.
11868 (tramp-register-file-name-handlers): That's a defsubst now.
11869 Code from `tramp-repair-jka-compr' moved here. Apply it via
11871 (tramp-repair-jka-compr): Remove.
11873 2006-04-27 Jay Belanger <belanger@truman.edu>
11875 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
11876 read expression when `math-read-big-expr' doesn't work.
11878 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
11880 * startup.el (command-line-1): Display warning when
11881 pure-space-overflow is non-nil.
11883 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11885 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
11888 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11890 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
11891 Return the URL or nil if none can be generated.
11893 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
11895 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
11896 byte compiler warnings.
11897 (gud-basic-call, gud-find-expr): Let user select an expression
11898 for printing. Print expression as well as value in GUD buffer.
11900 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
11902 * allout.el: Remove local autoload declaration for
11903 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
11904 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
11905 (allout-plain-bullets-string, allout-distinctive-bullets-string)
11906 (allout-use-mode-specific-leader, allout-old-style-prefixes)
11907 (allout-stylish-prefixes, allout-numbered-bullet)
11908 (allout-file-xref-bullet, allout-presentation-padding)
11909 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
11910 safe-local-variable with suitable value spec, and add autoload
11911 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
11912 (move-beginning-of-line, move-end-of-line): Repair so these compat
11913 functions now actually resituate the point, when appropriate.
11915 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11917 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
11919 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
11920 (add-log-iso8601-time-string): Fix call to format-time-string.
11922 2006-04-26 Kim F. Storm <storm@cua.dk>
11924 * subr.el (posn-string, posn-image, posn-object): Doc fix.
11926 2006-04-26 Masatake YAMATO <jet@gyve.org>
11928 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
11929 Add support for "//" style comments. Remove `b' flag
11930 from ?* in `asm-mode-syntax-table'.
11932 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11934 * follow.el: Use (featurep 'xemacs) everywhere.
11935 (follow-mode): Use define-minor-mode.
11936 (follow-mode-map): Move initialization into the declaration.
11937 Use command remapping.
11938 (follow-emacs-version-xemacs-p): Remove.
11939 (follow-submit-feedback): Remove.
11941 * allout.el (allout-layout, allout-passphrase-verifier-string)
11942 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
11944 * textmodes/reftex-vars.el (reftex-vref-is-default)
11945 (reftex-fref-is-default, reftex-guess-label-type):
11946 Tighten up a bit the safety predicate.
11948 * textmodes/paragraphs.el (sentence-end-double-space)
11949 (sentence-end-without-period, sentence-end-without-space)
11950 (page-delimiter, paragraph-ignore-fill-prefix):
11951 Tighten up a bit the safety predicate.
11953 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
11955 * progmodes/python.el (python-continuation-line-p)
11956 (python-beginning-of-statement): syntax-ppss may return
11958 (python-mode): Don't forcefully enable font-lock.
11960 * time-stamp.el (time-stamp-start, time-stamp-end)
11961 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
11963 * add-log.el: Remove spurious * in docstrings.
11964 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
11965 (add-change-log-entry): Use it here, since it's not specific
11967 (add-log-iso8601-time-string): Don't use it here any more.
11968 (change-log-indent-text, change-log-indent): Rename from add-log-*.
11970 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
11972 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
11974 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
11975 (rcirc-toggle-low-priority): Doc fix.
11976 (rcirc-handler-NOTICE): Remove beginning of line anchor in
11978 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
11980 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
11981 (rcirc-decode-coding-system): Use utf-8 as the default.
11982 (rcirc-multiline-minor-mode): Set the fill-column.
11983 (rcirc-format-response-string): Display bright and dim nicks.
11984 (rcirc-browse-url): Update interactive spec to fill ARG.
11985 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
11986 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
11988 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
11990 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
11991 case for @Article, etc.
11993 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
11995 * net/tramp.el (tramp-register-file-name-handlers): New defun.
11996 Added with autoload cookie.
11997 (tramp-unload-file-name-handlers): Rename from
11998 `tramp-unload-file-name-handler-alist'.
12000 2006-04-23 Romain Francoise <romain@orebokech.com>
12002 * comint.el (comint-match-partial-filename): Doc fix.
12004 2006-04-21 Glenn Morris <rgm@gnu.org>
12006 * calendar/cal-menu.el (calendar-mode-map): Refer to
12007 `diary-view-entries' rather than alias `view-diary-entries'.
12008 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12010 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
12012 * progmodes/antlr-mode.el (antlr-default):
12013 * cus-edit.el (custom-documentation):
12014 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12017 2006-04-21 Kim F. Storm <storm@cua.dk>
12019 * image.el (image-type): New defun split out of create-image.
12020 (create-image): Use it.
12022 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
12024 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12025 (org-open-at-point): Remove the "...done" message to keep output
12026 in the echo area visible.
12027 (org-export-as-xoxo): Fix call to `indent-region'.
12029 2006-04-21 Kevin Ryde <user42@zip.com.au>
12031 * international/mule.el (keyboard-coding-system): defcustom
12032 info-link fixes: "Specify Coding" has been split, keyboard now in
12033 "Terminal Coding", and "Single-Byte Character Support" is now
12036 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
12038 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12039 Use font-lock-warning-face for any errors e.g. no stack.
12040 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12042 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12044 * progmodes/sh-script.el (sh-shell): Mark as safe.
12046 * newcomment.el (comment-start, comment-start-skip)
12047 (comment-end-skip, comment-end): Mark as safe.
12049 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12051 * textmodes/org.el (org-deadline-announce): Face removed.
12052 (org-level-faces, org-n-levels): Convert to constant.
12053 (org-compatible-face): New function.
12054 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12055 (org-level-5, org-level-6, org-level-7, org-level-8)
12056 (org-special-keyword, org-warning, org-headline-done, org-link)
12057 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12058 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12059 Face definition revised for better color tty support.
12060 (org-bold-re, org-italic-re, org-underline-re): New constants.
12061 (org-set-font-lock-defaults): Use the new constants.
12062 (org-agenda-highlight-todo): New function.
12063 (org-agenda-todo): Fix bug with point at end of line.
12064 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12065 Fontify TODO keywords.
12066 (org-insert-link): Preserve relative path in ../ links.
12067 (org-export-as-html): Convert links pointing to .org files into
12068 links that will work beteen the exported HTML files.
12069 (org-todo-list): Fix bug when arg=0.
12070 (org-insert-heading): More fine-tuning.
12072 2006-04-19 Romain Francoise <romain@orebokech.com>
12074 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12075 from `rmail-mime-charset-pattern'.
12077 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12079 * progmodes/python.el (python-mode): Fix typo.
12081 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
12083 * comint.el (comint-previous-input): Don't clobber input line
12084 when moving off either end of the input history ring.
12085 (comint-delete-input): New function, used by
12086 `comint-previous-input' and others.
12087 (comint-previous-matching-input):
12088 Use `coming-delete-input'. Save the partial input if leaving the
12089 edit line. Goto point-max before deleting input to avoid
12090 partial input fragments hanging around.
12091 (comint-restore-input): New function, used by `comint-previous-input'.
12093 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
12095 * imenu.el (imenu--index-alist): Balance parentheses.
12097 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
12099 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12101 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
12103 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12106 2006-04-18 Richard Stallman <rms@gnu.org>
12108 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12110 * imenu.el (imenu-create-index-function, imenu--index-alist)
12111 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12112 (imenu-default-create-index-function, imenu--generic-function):
12115 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12117 * help-mode.el (help-mode): Set view-exit-action to delete window.
12119 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
12120 now works by passing nil as arg.
12122 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12124 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12125 (read-abbrev-file): Provide default when reading filename.
12127 * files.el (enable-local-variables): Allow :all as value.
12128 (hack-local-variables): Implement that value.
12129 (safe-local-variable-values, safe-local-eval-forms)
12130 (enable-local-variables): Mark as risky.
12131 (find-file-visit-truename, kept-old-versions): Mark safe.
12133 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12134 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12135 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12137 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12139 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12140 Use forward-line so as to get to BOL even in the presence of fields.
12141 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12143 (inferior-tcl): Tell tclsh to work in interactive mode.
12145 * complete.el (partial-completion-mode):
12146 Use 'choose-completion-string-functions to make sure that
12147 choose-completion fills the minibuffer properly.
12149 * complete.el (PC-old-read-file-name-internal): Remove.
12150 (PC-read-include-file-name-internal): Remove. Turn it into an advice
12151 of read-file-name-internal.
12152 (partial-completion-mode): Enable/disable this advice.
12154 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
12156 * net/tramp.el (tramp-completion-file-name-handler): Revert change
12159 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
12161 * textmodes/org.el (org-insert-heading): Insert heading before
12162 current if at beginning of line.
12163 (org-todo, org-date): New faces.
12164 (org-table-align): Make sure tooltip window contains full text.
12165 (org-no-properties): New defsubst.
12166 (org-set-font-lock-defaults): Use new faces.
12168 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
12170 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12171 for root variables.
12173 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12174 (gdb-frame-address): Re-use to identify frame for watch expression.
12175 (gdb-var-list, gdb-var-create-handler): Add frame address for root
12177 (gdb-init-1, gdb-source, gdb-post-prompt)
12178 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12179 (gdb-frame-handler): Get gdb-frame-address.
12181 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
12183 Sync with Tramp 2.0.53.
12185 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12186 'control. Reported by Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>.
12187 (tramp-completion-file-name-handler): Add autoload cookie for
12188 adding to `file-name-handler-alist'.
12190 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12191 the prompt. If it returns earlier (when detecting an error
12192 message), the rest of the output will merge accidently with the
12193 output of the next command. Reported by M Jared Finder
12194 <jared@hpalace.com>.
12196 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12197 for `process-file', in order to let it work for older Emacsen too.
12199 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
12201 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12202 (tex-font-lock-keywords-3): Use it.
12204 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12206 * newcomment.el (comment-add): New function.
12207 (comment-region-default, comment-dwim): Use it.
12209 2006-04-15 Michael Olson <mwolson@gnu.org>
12211 * emacs-lisp/tq.el: Improve comments.
12212 (tq-queue-head-question): New accessor function.
12213 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12214 Update for modified queue structure.
12215 (tq-queue-add): Accept `question' argument.
12216 (tq-queue-pop): If a question is pending, send it.
12217 (tq-enqueue): Accept new optional argument `delay-question'.
12218 If this is non-nil, and at least one other question is pending a
12219 response, queue the question rather than sending it immediately.
12221 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12223 * calendar/appt.el (appt-add): Check whether an appointment is
12224 already present in appt-time-msg-list. Simplify code.
12226 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12228 * progmodes/cc-langs.el (c-mode-menu):
12229 Don't presume c-subword-mode is bound.
12231 2006-04-13 Bill Wohler <wohler@newt.com>
12233 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12234 (customize-package-emacs-version): Use cdr instead of cadr now
12235 that alists use dotted pairs.
12237 * custom.el (defcustom): Fix docstring for :package-version.
12239 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
12241 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12242 (tramp-handle-shell-command): Display output buffer only when
12243 `tramp-display-shell-command-buffer' is true.
12244 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12246 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12248 * textmodes/org.el (org-set-autofill-regexps): Set only the local
12249 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12251 2006-04-13 Romain Francoise <romain@orebokech.com>
12253 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12254 leaving temporary .cvsignore buffers behind.
12256 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12258 * textmodes/org.el (org-set-regexps-and-options)
12259 (org-get-current-options): Better names for the startup folding
12262 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
12264 * vc.el (vc-annotate): Arrange for point to end up at the same
12265 line number as in the original, but only when using a new buffer.
12267 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
12269 * files.el (hack-one-local-variable-eval-safep):
12270 Recognize `edebug-form-spec' for `put', but only if it passes
12271 `edebug-basic-spec'. Generalize `put' handling.
12273 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12274 vetting file-local form specs.
12276 * allout.el (allout-layout): Autoload its `safe-local-variable'
12279 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
12281 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12282 (org-agenda-mouse-1-follows-link)
12283 (org-mouse-1-follows-link): New options.
12284 (org-format-agenda-item): Fix bug if TAGS is nil.
12285 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12287 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
12289 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12290 GDB 6.1+ gives full filename for "info sources" so use
12291 file-name-nondirectory.
12293 2006-04-12 Romain Francoise <romain@orebokech.com>
12295 * subr.el (read-passwd): Bind `message-log-max' to nil.
12297 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12299 * progmodes/perl-mode.el (perl-indent-new-calculate):
12300 Recompute parse-start after jumping backward by a whole sexp.
12302 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12304 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12305 window configuration.
12306 (vc-annotate-display-select): Select the buffer so that current-buffer
12307 (and selected-window) is the output buffer at the end of vc-annotate.
12309 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
12311 * vc.el (vc-annotate-color-map): Add custom TTY color map for
12312 8-color terminals, to use all of the colors in a sensible order.
12313 256-color terminals work well with the standard map.
12314 (vc-annotate-lines): Only strip the first color character if it
12315 is "#", to allow for terminal-style named colors.
12316 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12317 the correct buffer is scrolled.
12319 2006-04-11 Richard Stallman <rms@gnu.org>
12321 * emacs-lisp/bytecomp.el (byte-compile-file):
12322 Bind enable-local-variables to :safe, and make normal-mode obey it.
12324 * files.el (enable-local-variables): Allow value :safe.
12325 (normal-mode): Doc fix.
12326 (hack-local-variables): Implement enable-local-variables = :safe.
12327 (hack-local-variables-confirm): Don't prevent quitting.
12329 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12331 * loadhist.el (unload-feature): A bit of sanity check of
12332 load-history entries. Cancel timer-vars before unbinding them.
12334 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12335 quote special chars, and make the trick work on the hex part of the
12337 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12338 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12340 * startup.el (normal-splash-screen): Fix last change so we don't wait
12341 2 minutes if we don't show the splash screen.
12343 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
12345 * textmodes/org.el (org-export-plain-list-max-depth)
12346 (org-table-spaces-around-separators)
12347 (org-radio-targets, org-activate-camels)
12348 (org-table-spaces-around-invisible-separators): Options removed.
12349 (org-time-stamp-rounding-minutes, org-remember-templates)
12350 (org-ellipsis, org-activate-links, org-descriptive-links):
12352 (org-remember-apply-template, org-current-time)
12353 (org-finish-edit-table-field)
12354 (org-link-unescape, org-link-escape)
12355 (org-string-width, org-table-clean-line, org-html-do-expand)
12356 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12357 (org-read-agenda-file-list): New functions.
12358 (org-table-edit-field)
12359 (org-table-create-or-convert-from-region): New commands
12360 (org-table-toggle-vline-visibility): Command removed.
12361 (org-table-convert-region): Made a command.
12362 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12363 Replace with the normal org- functions.
12364 (org-self-insert-command): Don't trigger realign unnecessarily
12365 when blanking a field that is not full.
12366 (org-mode): `Set buffer-invisibility-spec' for links.
12367 (org-activate-links2): Hide link part and only show descriptive
12369 (org-insert-link): Modify for new linking system.
12370 (org-store-link): Store description separately, for use by
12372 (org-table-align): Use `org-string-width'.
12373 (defgroup): Completely new group structure for custom variables.
12374 (org-agenda-files): Option: Single file name allowed. Function:
12375 Optional argument unrestrited means ignore any restricitons.
12376 (org-install-agenda-files-menu): Find a buffer in Org-mode before
12377 trying to modify the menu. Use generalized access to
12378 `org-agenda-files.'
12379 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12380 (org-agenda-file-to-front, org-remove-file, org-diary)
12381 (org-tags-view, org-export-icalendar-all-agenda-files)
12382 (org-export-icalendar-combine-agenda-files): Use generalized
12383 access to `org-agenda-files'.
12384 (org-remember-handler): Correctly preserve heading if present.
12385 (org-table-insert-row, org-table-insert-hline): Deal with
12386 invisible characters.
12388 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
12390 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12391 (vc-annotate-color-map): New 18 element constant
12392 value/saturation, rotating hue colormap, from red->blue.
12393 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12394 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12395 (vc-annotate): To avoid killing the required local variables,
12396 set them before the end of `with-output-to-temp-buffer', and
12397 after first switching to annotate-mode.
12398 (vc-annotate-warp-version): Add buffer argument in goto-line to
12399 ensure annotation, not source, is scrolled.
12401 2006-04-10 Bill Wohler <wohler@newt.com>
12403 * custom.el (defcustom, custom-handle-keyword):
12404 Add :package-version keyword.
12405 (custom-add-package-version): New function. Sets value of new
12406 property 'custom-package-version from :package-version keyword.
12407 (defcustom): Create Common Keywords section in docstring.
12408 (defface, defgroup): Replace definitions of a select few keywords
12409 with a reference to the Common Keywords in defcustom.
12410 (defcustom, defface, defgroup): Replace reference to Customization
12411 chapter in manual with hyperlink.
12413 * cus-edit.el (customize-package-emacs-version-alist): New variable.
12414 (customize-changed-options): Add check for custom-package-version.
12415 (customize-package-emacs-version): New function to look up Emacs
12416 version corresponding to the given package version.
12418 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12419 defun name, in similar fashion to find-variable-regexp.
12421 2006-04-10 Eli Zaretskii <eliz@gnu.org>
12423 * international/mule-cmds.el (set-locale-environment): Fix last
12424 change for when the locale's preferences don't specify any encoding.
12426 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12428 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12429 so the defined var/fun doesn't need to be quoted.
12431 2006-04-10 Richard Stallman <rms@gnu.org>
12433 * finder.el (finder-mode-map): Add n and p bindings.
12435 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
12437 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12438 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12439 (gdb-setup-windows): Put something in source window if we can't find
12441 (gdb-frame-handler): Make it work again with just assembly.
12442 (gdb-data-list-register-values-handler): Make it work when there is
12445 2006-04-09 Richard Stallman <rms@gnu.org>
12447 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12448 specs while looking for charset.
12450 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12452 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12454 (lm-font-lock-keywords): Update appropriately.
12456 2006-04-10 Kim F. Storm <storm@cua.dk>
12458 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12459 it can also replace buffer-substring-no-properties.
12461 * emulation/cua-base.el (cua-delete-region, cua-paste)
12462 (cua-repeat-replace-region): Use filter-buffer-substring.
12464 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12465 (cua-cut-region-to-global-mark): Likewise.
12467 * emulation/cua-rect.el (cua--extract-rectangle)
12468 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12470 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12472 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12473 entry-type. Add field delimiters to numerical fields if they are
12476 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12478 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12479 string-const to return value.
12480 (bibtex-remove-delimiters): Use it.
12482 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12484 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12485 cl-byte-compile-compiler-macro unless it exists.
12487 2006-04-08 Eli Zaretskii <eliz@gnu.org>
12489 * files.el (hack-local-variables-confirm) <offer-save>:
12490 Clarify message text. Suggested by Ralf Angeli.
12492 2006-04-08 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12494 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12495 (delete-extract-rectangle-line): Use `filter-buffer-substring'
12496 instead of `buffer-substring' and `delete-region'. (Most of the
12497 code actually copied from `kill-region'.)
12499 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
12501 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12502 (rcirc-default-port): Rename from rcirc-port.
12503 (rcirc-default-nick): Rename from rcirc-nick.
12504 (rcirc-default-user-name): Rename from rcirc-user-name.
12505 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12506 (rcirc-low-priority-flag): New variable.
12507 (rcirc-decode-coding-system): New defcustom.
12508 (rcirc-encode-coding-system): New defcustom.
12509 (rcirc-coding-system-alist): New defcustom.
12510 (rcirc-multiline-major-mode): New defcustom.
12511 (rcirc-nick): New internal variable.
12512 (rcirc-process): Remove variable.
12513 (rcirc-server-buffer): New variable.
12514 (rcirc): Update to use rcirc-default-* variables above.
12515 (rcirc-connect): Do not add window-configuration-hook-here.
12516 (rcirc-server): New internal variable.
12517 (rcirc-connect): Do not send keepalive pings if
12518 rcirc-keepalive-seconds is nil.
12519 (with-rcirc-server-buffer): New macro.
12520 (rcirc-send-string): Encode with rcirc-encode-coding-system.
12521 (rcirc-server-name): Rename from rcirc-server.
12522 (rcirc-buffer-process): New function.
12523 (rcirc-buffer-nick): New function.
12524 (rcirc-buffer-target): Remove function.
12525 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12527 (rcirc-mode-map): Change binding of C-c C-l to
12528 rcirc-toggle-low-priority.
12529 (rcirc-mode): Initialize coding system based on
12530 rcirc-coding-system-alist. New change-major-mode-hook to part the
12531 channel on a mode change. Make kill-buffer-hook buffer-local.
12532 (rcirc-change-major-mode-hook): New function.
12533 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12534 (rcirc-last-post-time): New variable.
12535 (rcirc-process-message): Store the last time user posted a message
12537 (rcirc-multiline-minor-mode): New mode.
12538 (rcirc-multiline-minor-mode-map): New mode map.
12539 (rcirc-edit-multiline): Put multiline-edit buffer in
12540 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12541 (rcirc-print): Ignore any line starting with an ignored nick.
12542 (rcirc-print): Decode using rcirc-decode-coding-system.
12543 (rcirc-track-minor-mode): Update global-mode-string when disabling
12545 (minor-mode-alist): Add LowPri indicator.
12546 (rcirc-toggle-low-priority): New function.
12547 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12548 next lowpriority buffer with activity.
12549 (rcirc-record-activity): Sort buffers in rcirc-activity by the
12550 last time the user posted a message in to the target.
12551 (rcirc-update-activity-string): New formatting for low priority
12553 (rcirc-split-activity): New function.
12554 (rcirc-handler-PART, rcirc-handler-KICK)
12555 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12556 (rcirc-nick-away-alist): New variable.
12557 (rcirc-handler-301): New handler. Away messages are printed once
12560 2006-04-08 Eli Zaretskii <eliz@gnu.org>
12562 * info.el (Info-follow-nearest-node): Doc fix.
12564 * international/mule-cmds.el (set-locale-environment): Make sure
12565 the coding-system preferred by the locale's language has the same
12566 EOL conversion type as the original buffer-file-coding-system.
12567 (locale-language-names): Add a few MS Windows language codes.
12569 2006-04-07 Richard Stallman <rms@gnu.org>
12571 * simple.el (eval-expression): Doc fix.
12573 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12574 (eval-defun): Doc fixes.
12576 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
12578 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12580 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
12582 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12583 GDB list command without argument for greater generality.
12585 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12587 * subr.el (string-or-null-p): New function.
12589 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12591 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12593 * files.el: Update comment about safe-local-variable declarations.
12595 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
12597 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12600 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12601 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
12603 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12606 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12607 version 6.0 (minimal changes). See idlwave.org.
12609 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12610 6.0 (minimal changes). See idlwave.org.
12612 * progmodes/idlw-rinfo.el: File obsoleted and removed.
12614 2006-04-06 Romain Francoise <romain@orebokech.com>
12616 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12617 symmetric encryption features and a new asynchronous interface to
12618 GnuPG. This new version is version 1.4, plus whitespace changes.
12620 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12622 * files.el: Move some `safe-local-variable' declarations to the
12625 * textmodes/ispell.el (ispell-check-comments)
12626 (ispell-local-dictionary): Mark as safe.
12628 * abbrev.el (abbrev-mode): Mark as safe.
12630 * add-log.el (change-log-default-name): Mark as safe.
12632 * textmodes/reftex-vars.el (reftex-vref-is-default)
12633 (reftex-fref-is-default, reftex-level-indent)
12634 (reftex-guess-label-type): Mark as safe.
12636 * textmodes/fill.el (colon-double-space): Mark as safe.
12638 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12639 (sentence-end-double-space, sentence-end-without-period)
12640 (sentence-end-without-space, sentence-end, sentence-end-base)
12641 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12643 2006-04-06 Kim F. Storm <storm@cua.dk>
12645 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12646 the :set-after list.
12647 (ido-downcase-unc-hosts): New user option. Default on.
12648 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12649 when it is set, as regexps are now applied on the fly.
12650 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12651 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12652 on the fly, but only when ido-process-ignore-lists is set.
12653 Do case insensitive filtering if ido-downcase-unc-hosts is set.
12654 Only downcase names if ido-downcase-unc-hosts is set.
12656 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
12658 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12660 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12662 2006-04-05 Kim F. Storm <storm@cua.dk>
12664 * ido.el (ido-mode): Set after ido-unc-hosts and
12665 ido-ignore-unc-host-regexps.
12666 (ido-save-history): Save ido-unc-hosts-cache.
12667 (ido-load-history): Load ido-unc-hosts-cache.
12668 (ido-reread-directory): Refresh unc hosts cache in // dir.
12670 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12671 to nil while displaying slash screen.
12673 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12675 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12676 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12678 2006-04-05 Kenichi Handa <handa@m17n.org>
12680 * international/characters.el: Setup cases of Latin, Greek, and
12681 Cyrillic characters in CJK charsets.
12683 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12685 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12686 default-enable-multibyte-characters. This reverts the change from
12687 revision 6.17 which is no longer necessary because the passphrase
12688 is sent separately now. GnuPG messages are unreadable under
12689 multibyte locales with default-enable-multibyte-characters set to nil.
12691 2006-04-04 Andreas Schwab <schwab@suse.de>
12693 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12694 and `byte-compile-warnings' as `safe-local-variable'.
12696 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
12698 * man.el (Man-mode-map): Restore the \r binding.
12699 (Man-abstract-xref-man-page): If Man-target-string is a function,
12701 (Man-highlight-references): Use Man-default-man-entry to get the
12702 target. Deal with xrefs too.
12703 (Man-highlight-references0): Don't call the target function.
12705 * woman.el (WoMan-xref-man-page): Strip the section number, woman
12706 cannot deal with it.
12708 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12710 * pgg-gpg.el: Clean up process buffers every time gpg processes
12713 2006-04-04 Kenichi Handa <handa@m17n.org>
12715 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12717 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12718 Temporarily bind inhibit-field-text-motion to t.
12720 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12722 * startup.el (normal-splash-screen): Only set mode-line-format in the
12723 splash buffer, so as not to interfere when debugging the code.
12724 Ignore errors when switching buffer.
12726 2006-04-03 Romain Francoise <romain@orebokech.com>
12728 * dired.el (dired-dnd-protocol-alist): Fix typo.
12730 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12732 * savehist.el (savehist): Add :version.
12733 (savehist-ignored-variables): New variable.
12734 (savehist-minibuffer-hook): Don't save variables listed in
12735 `savehist-ignored-variables'.
12737 * dired.el (dired-dnd-protocol-alist): Mention that change does
12738 only apply to new buffers in doc string.
12740 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
12742 * recentf.el (recentf-open-files-item): Include newline in button
12743 field, so opening a file will work, when the point is at the end
12744 of the file name. Allow, for example, to [i]search a file by
12745 extension and just push RET to open it.
12747 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12749 * pgg-gpg.el (pgg-gpg-process-filter)
12750 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12752 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12753 lines, temporary fix.
12755 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12757 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12759 2006-04-02 Richard Stallman <rms@gnu.org>
12761 * progmodes/compile.el (compilation-message-face): Make it defcustom.
12763 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12765 * ibuf-macs.el (define-ibuffer-column): Add a new key:
12768 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12769 (ibuffer-mode-header-map): New keymaps.
12770 (ibuffer-update-title-and-summary): Enable mouse face highlighting
12771 and keybindings for column headers.
12772 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
12775 2006-04-02 Drew Adams <drew.adams@oracle.com>
12777 * speedbar.el (speedbar-after-create-hook): Doc fix.
12779 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
12781 * shell.el (shell-directory-tracker)
12782 (shell-dynamic-complete-command): Doc fixes.
12784 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
12786 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12789 2006-04-01 Kim F. Storm <storm@cua.dk>
12791 * ido.el (ido-unc-hosts-cache): New defvar.
12792 (ido-unc-hosts): If value of defcustom is a function, call it to
12793 get list of UNC hosts. Add function-item choices to specify
12794 ido-unc-hosts-net-view or user function.
12795 (ido-ignore-unc-host-regexps): New defcustom.
12796 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12797 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12798 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12800 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12802 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12805 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
12807 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12808 (ido-max-work-file-list, ido-switch-buffer)
12809 (ido-read-file-name-as-directory-commands):
12810 Fix typos in docstrings.
12812 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12814 * term/mac-win.el (mac-system-coding-system): Define and use after
12815 Mac-specific coding systems are ready.
12817 2006-03-27 Romain Francoise <romain@orebokech.com>
12819 * net/rcirc.el (rcirc-connect): Add autoload cookie.
12821 * ldefs-boot.el: Update.
12823 2006-03-27 Daiki Ueno <ueno@unixuser.org>
12825 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12826 passphrases when it is not needed.
12827 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12828 passphrase stuff from gpg, should only be necessary when you use
12829 gpg with a smartcard.
12831 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
12833 * comint.el (comint-dynamic-list-completions): Allow user to
12834 select *Completions* buffer.
12836 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
12838 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
12840 2006-03-26 Andreas Schwab <schwab@suse.de>
12842 * progmodes/gud.el (gdb): Only complain about multiple debugging
12843 when the gdb process is still running.
12845 2006-03-25 Eli Zaretskii <eliz@gnu.org>
12847 * mail/rmail.el (tool-bar-map): Defvar it.
12848 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
12849 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
12851 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
12853 * help.el (print-help-return-message): Suggest to use
12854 display-buffer instead of switch-to-buffer-other-window to restore
12855 the previous window without selecting it.
12857 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12859 * frame.el (select-frame-by-name): Call x-focus-frame also when
12860 window-system is mac.
12862 * term/mac-win.el: Adjust Courier font specifications in
12863 x-fixed-font-alist.
12864 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
12865 when directly encoding to UTF-16 in native byte order, no BOM.
12867 2006-03-25 Kim F. Storm <storm@cua.dk>
12869 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
12870 (cua--init-keymaps): Use it instead of fixed C-return.
12871 (cua-mode): Set after it.
12873 * emulation/cua-rect.el (cua--init-rectangles):
12874 Use cua-rectangle-mark-key instead of fixed C-return.
12876 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
12878 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
12880 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
12882 2006-03-24 Romain Francoise <romain@orebokech.com>
12884 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
12885 `display-buffer-other-frame'.
12887 2006-03-24 Kim F. Storm <storm@cua.dk>
12889 * apropos.el (apropos-synonyms): Add selection => region.
12891 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
12893 * progmodes/gdb-ui.el (gdb-var-create-regexp)
12894 (gdb-var-list-children-regexp, gdb-var-update-regexp)
12895 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
12896 (gdb-data-list-register-values-regexp)
12897 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
12898 Future proof against new fields being added to MI output.
12899 (gdb-send): Don't treat backslashes for program input as
12901 (gdb-assembler-handler): Don't use window-start for this handler.
12902 (gdb-frame-handler): Don't change to hollow arrow if overlay
12903 arrow doesn't move to new frame.
12905 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
12907 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
12908 prevent compiler warnings.
12909 (gdb-stopped): Check for gud-last-last-frame (case: signal).
12910 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
12911 (gdb-assembler-custom): Use hollow-right-triangle for assembler
12914 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
12916 * pgg-gpg.el (pgg-gpg-update-agent): Check for
12917 make-network-process, so we can use the same code in Gnus v5-10
12918 too and have this file fully synchronized with that release.
12920 2006-03-23 Romain Francoise <romain@orebokech.com>
12922 * ibuf-ext.el (ibuffer-read-filter-group-name):
12923 Use `ibuffer-generate-filter-groups' to make completion list match
12924 the filter groups that are really displayed in the Ibuffer buffer.
12925 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
12927 2006-03-23 Kenichi Handa <handa@m17n.org>
12929 * international/mule-cmds.el (sort-coding-systems): Describe that
12930 the argument is modified in docstring.
12932 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
12934 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12935 (pgg-gpg-update-agent): New function.
12936 (pgg-gpg-use-agent-p): New function.
12937 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12938 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12939 (pgg-gpg-sign-region): Use it.
12941 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
12943 * cus-edit.el (custom-face-set): Call custom-push-theme before
12944 face-spec set so that `changed' theme is correctly saved.
12945 (custom-face-reset-standard): Reset to recalculated face rather
12948 * custom.el (custom-push-theme): Only save `changed' theme if the
12949 current face does not match the defface specs.
12951 2006-03-21 Simon Josefsson <jas@extundo.com>
12953 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12954 <wilde@sha-bang.de>.
12955 (pgg-gpg-use-agent): New variable.
12956 (pgg-gpg-process-region): Use it.
12957 (pgg-gpg-encrypt-region): Likewise.
12958 (pgg-gpg-encrypt-symmetric-region): Likewise.
12959 (pgg-gpg-decrypt-region): Likewise.
12960 (pgg-gpg-sign-region): Likewise.
12961 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12963 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
12965 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
12968 2006-03-21 Kim F. Storm <storm@cua.dk>
12970 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
12971 fringe-indicator-alist instead of modifying global value.
12972 (gdb-frame-handler): Likewise.
12974 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
12976 * diff-mode.el (diff-function): Make it inherit from diff-header
12977 instead of diff-context.
12979 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
12981 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
12982 change names in macro above for consistency.
12983 (gdb-frame-handler): Use hollow-right-triangle for all selected
12984 frames which except the innermost (where execution has stopped).
12985 (gdb-reset): Reset buffer-local values of overlay-arrow.
12987 2006-03-20 Richard Stallman <rms@gnu.org>
12989 * simple.el (set-mark-command): Doc fix.
12991 * files.el (display-buffer-other-frame): New command.
12992 (ctl-x-4-map): Bind C-x 5 C-o to it.
12994 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12996 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
12997 rather than just defer-time, in case defer-time has been changed but
12998 the timer isn't running yet.
12999 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13001 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
13003 * help-mode.el (help-follow-symbol): New function.
13004 Essentially identical to the old `help-follow', but do not let
13005 `push-button' do the work when on an xref.
13006 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13008 2006-03-19 Richard Stallman <rms@gnu.org>
13010 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13011 preceded by the word `program'.
13012 (help-follow-mouse, help-follow): Throw error if not on xref.
13013 Delete no longer used args.
13015 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
13017 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13018 annotation ensure gud-overlay-arrow-position is redisplayed.
13020 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13022 * textmodes/bibtex.el (bibtex-include-OPTkey)
13023 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13024 (bibtex-autokey-name-case-convert)
13025 (bibtex-autokey-titleword-case-convert): Make these the aliases
13026 for the following two variables.
13027 (bibtex-autokey-name-case-convert-function)
13028 (bibtex-autokey-titleword-case-convert-function): Make these the
13030 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13031 bibtex-font-lock-crossref sublists.
13032 (bibtex-mode): Revert 2005-12-30 change (which made
13033 completion-ignore-case buffer-local).
13034 (bibtex-url): Simplify.
13036 2006-03-19 Kim F. Storm <storm@cua.dk>
13038 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13039 cursor property value to 2 (to align with C level change).
13041 2006-03-19 Bill Wohler <wohler@newt.com>
13043 * image.el (image-load-path-for-library): Shorten first line in
13046 2006-03-18 Richard Stallman <rms@gnu.org>
13048 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13050 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13052 * isearch.el (isearch-other-meta-char): Handle user bindings for
13053 shifted control characters.
13055 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13057 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13058 part that matches email addresses, file names, etc.
13060 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13062 * term/w32-win.el (mouse-set-font):
13063 Mention w32-list-proportional-fonts in the doc string.
13065 2006-03-18 Kim F. Storm <storm@cua.dk>
13067 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13068 (ido-unc-hosts): New user option to explicitly define list of know
13069 UNC-style hosts for completion.
13070 (ido-cache-unc-host-shares-time): New user option.
13071 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13072 New helper functions for UNC file-name support.
13073 (ido-may-cache-directory): Check for UNC host. Simplify.
13074 (ido-wash-history): Clean out old UNC hosts.
13075 (ido-nonreadable-directory-p): UNC hosts are always readable.
13076 (ido-directory-too-big-p): UNC hosts are never too big.
13077 (ido-set-current-directory): Handle UNC root path.
13078 (ido-file-name-all-completions): Complete UNC host names from
13079 ido-unc-hosts list. Cache UNC host shares.
13080 (ido-make-file-list-1): Don't filter UNC root.
13081 (ido-exhibit): Check for // in root directory, and switch to UNC
13082 mode by setting ido-current-directory to //.
13084 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
13086 * cus-edit.el (customize-changed-options): Mention explicit
13087 version number as default in prompt.
13089 2006-03-17 Bill Wohler <wohler@newt.com>
13091 * image.el (image-load-path-for-library): Minor docstring fix.
13093 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
13095 * textmodes/org.el (org-read-date): Include subgroup 5 into
13097 (org-popup-calendar-for-date-prompt): Fix customization type.
13099 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
13101 * progmodes/gdb-ui.el (gud-watch): Provide completion.
13102 (gdb-continuation): New variable.
13103 (gdb-send): Deal with continuation lines.
13105 * progmodes/gud.el (gud-gdb-complete-command)
13106 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13108 (gud-tooltip-mode): Use buffer-local value.
13110 2006-03-16 Kim F. Storm <storm@cua.dk>
13112 * ido.el (ido-edit-input): Use selected match, if any.
13114 2006-03-16 Bill Wohler <wohler@newt.com>
13116 * image.el (image-load-path-for-library): Prefer user's images in
13119 2006-03-16 Martin Rudalics <rudalics@gmx.at>
13121 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13122 when checking for attempt to drag leftmost or rightmost scrollbar.
13124 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
13126 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13127 (gdb-force-mode-line-update): New function.
13128 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13129 (gdb-exited): Use them.
13130 (gdb-signal): New function.
13131 (gdb-annotation-rules): Provide a rule for it.
13133 2006-03-16 Kenichi Handa <handa@m17n.org>
13135 * international/mule.el (auto-coding-regexp-alist): Add entries
13138 * sort.el (sort-build-lists): Temporarily bind
13139 inhibit-field-text-motion to t.
13141 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
13143 * locate.el (locate-command, locate-make-command-line)
13144 (locate-fcodes-file, locate-update-command)
13145 (locate-prompt-for-command, locate, locate-with-filter)
13146 (locate-get-file-positions): Doc fixes.
13147 (locate-buffer-name, locate-header-face): Remove leading `*' in
13149 (locate-filter-output): Use `keep-lines' instead of its alias
13150 `delete-non-matching-lines'.
13151 (locate-get-filename, locate-get-dirname): Add introductory comment.
13152 (locate-find-directory-other-window): Give appropriate error
13153 message if used outside main listing.
13155 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13157 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13158 the new extend-region feature.
13159 (font-lock-after-change-function): Update correspondingly.
13160 * jit-lock.el (jit-lock-after-change): Update correspondingly.
13161 * progmodes/grep.el (font-lock-lines-before): Don't disable.
13163 2006-03-15 Bill Wohler <wohler@newt.com>
13165 * image.el (image-load-path-for-library): Fix example by not
13166 recommending that one binds image-load-path. Just defvar it to
13167 placate compiler and only use it if previously defined.
13169 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
13171 * textmodes/org.el (org-insert-centered): Use `string-width' to
13172 make underlining work for wide characters.
13173 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13174 TAB to `org-cycle', to make sure that no binding in
13175 `outline-mode-map' can supercede it.
13177 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
13179 * allout.el: Increment version to 2.2.1 in file commentary.
13181 (allout-version): Increment to 2.2.1.
13183 (allout-default-layout): New customization variable, used when the
13184 file lacks a specific allout-layout. Uses allout-layout-type for
13185 recursively nested definition.
13187 (allout-layout-type): Widget defining allout layouts, necessary for
13188 self-recursive definition.
13190 (allout-mode): Incorporate allout-default-layout as fallback for
13193 (allout-layout): Mark as 'safe-local-variable', and refer mention
13194 fallback to `allout-default-layout' in absence of a specified value.
13195 (allout-passphrase-verifier-string)
13196 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13198 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13200 (allout-get-encryption-passphrase-verifier): Use correct name of
13201 passphrase verifier in docstring.
13203 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
13205 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13207 (gdb-find-watch-expression): Make it work for arrays too.
13208 Follow change to gdb-var-list.
13209 (gud-watch): Allow the user to enter variable name with a prexix
13210 arg. Create keybindings.
13211 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13212 (gdb-var-list-children-handler, gdb-var-update-handler)
13213 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13214 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13215 Follow change to gdb-var-list.
13216 (gdb-starting): Don't show the overlay arrows when program is running.
13218 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13221 2006-03-14 Bill Wohler <wohler@newt.com>
13223 * image.el (image-load-path-for-library): Pass value of path
13224 rather than symbol. Always return list of directories.
13225 Guarantee that image directory comes first.
13227 2006-03-14 Alan Mackenzie <acm@muc.de>
13229 * font-core.el (font-lock-extend-region\(-function\)?.):
13230 New function/variable.
13232 * font-lock.el (font-lock-after-change-function):
13233 Call font-lock-extend-region. Obey font-lock-lines-before.
13234 (font-lock-default-fontify-region): Remove reference to
13235 font-lock-lines-before.
13237 * jit-lock.el (jit-lock-after-change):
13238 Call font-lock-extend-region. Obey font-lock-lines-before.
13240 2006-03-14 David Ponce <david@dponce.com>
13242 * tree-widget.el (tree-widget-themes-load-path)
13243 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13245 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
13247 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13248 (rcirc-print): Mark the start of text at the end of the prompt.
13249 (rcirc-track-minor-mode): Add autoload cookie.
13250 (rcirc-update-activity-string): Add space to front of mode-line
13253 2006-03-13 Miles Bader <miles@gnu.org>
13255 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13256 (rcirc-abbrev-nick): Remove function.
13257 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13259 2006-03-13 David Ponce <david@dponce.com>
13261 * tree-widget.el: Handle themes across all occurrences of the main
13262 themes sub-directory found in tree-widget-themes-load-path.
13263 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13264 (tree-widget--locate-sub-directory): Return all occurrences.
13265 (tree-widget-themes-path): New function.
13266 Replace tree-widget-themes-directory, and return a list of directories.
13267 (tree-widget-set-parent-theme)
13268 (tree-widget-lookup-image): Use it.
13270 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
13272 * textmodes/org.el (org-link-search): Avoid self-matching of
13273 links, allow target text to be distributed over several lines.
13274 (org-search-not-link): New function.
13275 (org-set-regexps-and-options, org-get-current-options):
13276 New startup options.
13277 (org-export-as-html): Take odd-level setting from local variable.
13278 (org-fontify-emphasized-text): New option.
13279 (org-set-font-lock-defaults): Include emphasized text.
13280 (org-follow-mhe-link): Allow folder-only links, fix folder name.
13281 (org-font-lock): Customize group renamed from `org-faces'.
13283 2006-03-13 John Paul Wallington <jpw@pobox.com>
13285 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13286 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
13288 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
13290 * cus-start.el (all): Delete :version keyword for members of the
13291 fringe group, since the entire group is new in 22.1.
13293 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
13295 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13296 map if value is hexadecimal (an address).
13297 (gud-watch): Only search roots for existing watch expressions.
13298 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13299 prevent caching problems with speedbar-update-directory-contents.
13301 2006-03-12 Juri Linkov <juri@jurta.org>
13303 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13304 before comparing with `low' and `warn'.
13306 * info.el (Info-dir-remove-duplicates): Move point to the
13307 beginning of the current line after deleting the entries from
13308 redundant heading. Use marker for `limit' and compare it with
13309 point before calling `re-search-forward'.
13311 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
13313 * simple.el (yank): Fix typo in docstring.
13315 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
13317 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13318 messages, where "D" is the 6th character.
13320 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13322 * simple.el (yank): Fix last change.
13324 2006-03-11 David Ponce <david@dponce.com>
13326 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13327 merging elements from the standard ispell-dictionary-alist.
13328 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13329 alist, and return the new alist.
13331 2006-03-11 Richard Stallman <rms@gnu.org>
13333 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13335 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13336 the way it is implemented is too unclean.
13338 * simple.el (kill-region, yank): Doc fix.
13340 * battery.el (battery-echo-area-format): Doc fix.
13341 (battery-mode-line-format): Likewise.
13342 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13343 (battery-linux-proc-acpi): Ignore batteries that say "charged".
13345 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
13347 * progmodes/octave-mod.el (octave-indent-for-comment):
13348 Behave according to do string.
13350 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
13352 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13353 Be visible only if major mode is Mail Mode.
13355 * textmodes/flyspell.el (flyspell-external-point-words)
13356 (flyspell-process-localwords): Fix last changes.
13358 2006-03-11 Eli Zaretskii <eliz@gnu.org>
13360 * calendar/holidays.el (list-holidays): Doc fix.
13362 * international/mule.el (auto-coding-alist): Add .odt
13363 (OpenOffice's open document) files.
13365 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13366 document) files. Mention in the doc string the need to sync with
13369 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
13371 * files.el (hack-local-variables-confirm): Don't prompt for ! if
13372 enable-local-variables is set to always query, or there is no
13375 2006-03-10 Bill Wohler <wohler@newt.com>
13377 * image.el (image-load-path-for-library): Merge at least three
13378 functions from Gnus and MH-E into this one function that can now
13381 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
13383 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13384 gdb-remove-mouse-face and remove help-echo too.
13385 (gdb-enqueue-input): Correct conditional clause.
13387 2006-03-10 Glenn Morris <rgm@gnu.org>
13389 * calendar/calendar.el (calendar-holidays): Doc fix.
13390 * calendar/holidays.el (list-holidays): Doc fix.
13392 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
13394 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13395 it gets called in gdb-prompt anyway.
13396 (gdb-use-separate-io-buffer): Only restore window arrangement for
13398 (gdb-enqueue-input): Make it harder to send GDB input when program
13400 (gdb-buffer-list): New variable.
13401 (gdb-remove-mouse-face): New function.
13402 (gdb-starting): Use it when GDB input won't get sent.
13404 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
13406 * help.el (view-lossage): Remove trailing whitespace before
13409 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
13411 * files.el (hack-local-variables-confirm):
13412 Set coding-system-for-read to nil before writing to .emacs.
13414 * arc-mode.el (archive-extract): Check if an existing buffer name
13415 comes from a different archive.
13417 * help.el (describe-key-briefly): If KEY is a down event, read and
13418 discard the up event.
13420 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
13422 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13423 be edited and use font-lock-warning-face for any changes.
13425 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13426 (gdb-edit-value): Use it to report any errors.
13428 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
13430 * help.el (describe-key): Remove leftover test code.
13432 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
13434 * textmodes/org.el: Move defvars out of eval-when-compile.
13435 Use buffer-file-name variable.
13436 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13438 (org-level-faces): Remove startup dependency.
13439 (org-cycle, org-map-tree, org-scan-tags)
13440 (org-remember-handler): Don't call `outline-level' directly.
13441 (org-mhe-search-all-folders): New option.
13442 (org-mhe-get-message-folder-from-index)
13443 (org-mhe-get-message-folder): Fix indexing search.
13444 (org-format-agenda-item): Handle nil TAGS argument.
13445 (org-cleaned-string-for-export, org-activate-target-links)
13446 (org-make-target-link-regexp): Deal with empty radio target list.
13447 (org-tag): New face.
13448 (org-get-level-face): New function.
13449 (org-set-font-lock-defaults): Simplify setup for headlines.
13450 (org-complete): Pass common substring to `display-completion-list'.
13452 2006-03-06 David Ponce <david@dponce.com>
13454 * tree-widget.el: Update Commentary header.
13455 (tree-widget-theme-name): Ignore parent themes.
13456 (tree-widget-set-parent-theme): New function.
13457 (tree-widget-set-theme): Use it.
13458 (tree-widget-set-image-properties): Move definition. Does nothing
13459 if image properties have already been set.
13460 (tree-widget-image-properties): Move definition. Receive an image
13461 name. Set the :pointer property.
13462 (tree-widget-lookup-image): Doc fix. Search in parent themes.
13463 Don't set the :pointer image property.
13464 (tree-widget-convert-widget): New function. Handle :dynargs
13465 compatibility here.
13466 (tree-widget): Use it to :convert-widget. Add the :expander-p
13467 predicate to control when the :expander function is entered.
13468 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13469 (tree-widget-value-create): Handle :expander-p. widget-apply
13471 (tree-widget-expander-p): New function. Default value of the
13472 :expander-p property.
13474 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
13476 * help.el (describe-key): Properly handle the return value of
13477 read-key-sequence when grabbing an up-event. Cleanup mouse-1
13478 remaps. Handle string and vector `follow-link' values.
13480 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
13482 * complete.el (PC-expand-many-files): Try be more careful when parsing
13483 the shell's output.
13485 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13487 * outline.el (hide-sublevels): Provide better interactive default.
13489 2006-03-06 Kenichi Handa <handa@m17n.org>
13491 * international/fontset.el (create-fontset-from-fontset-spec):
13492 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13494 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
13496 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13497 backslashes instead of one in regexp.
13498 (gud-tooltip-dereference): Add missing optional argument.
13500 2006-03-04 John Paul Wallington <jpw@pobox.com>
13502 * wdired.el (toplevel): Require `cl' at compile-time.
13504 2006-03-04 Andreas Schwab <schwab@suse.de>
13506 * server.el (server-process-filter): Handle errors during
13507 evaluation of the argument.
13509 2006-03-03 John Paul Wallington <jpw@pobox.com>
13511 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13512 escape parentheses at beginning of line.
13513 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13514 (t-mouse-mode): Remove period from end of error message.
13516 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
13518 * textmodes/flyspell.el (flyspell-process-localwords):
13521 2006-03-03 Martin Rudalics <rudalics@gmx.at>
13523 * cus-edit.el (custom-quote): Remove function, since it has been
13524 moved to custom.el.
13526 * font-lock.el (lisp-font-lock-keywords-2)
13527 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13528 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13529 they have no special meaning.
13531 * midnight.el (clean-buffer-list): Handle case where base-buffer of
13532 indirect buffer gets killed before indirect buffer. Use dolist.
13534 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
13536 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13537 value instead of a literal constant (1) on more pauses.
13539 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
13541 * textmodes/flyspell.el (flyspell-external-point-words):
13544 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
13546 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13549 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
13551 * allout.el: Restablish intermediate missing comment header to
13552 preserve outline structure.
13553 (allout-beginning-of-current-entry): Skip invisible text.
13554 (allout-open-topic): Fix opening a topic at end-of-buffer.
13555 (allout-minor-mode): Move nearer to allout-mode function.
13557 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
13559 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13561 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
13563 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13566 * progmodes/gud.el (gud-speedbar-menu-items):
13567 Use buffer-local-value and add missing :visible keyword.
13569 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13571 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
13573 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13574 must be `follow-link'.
13576 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13578 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13579 formatting: No nested anchors.
13580 (org-all-targets): Fix bug with XEmacs compatibility.
13581 (org-read-date): Add (require 'parse-time).
13582 (org-set-tags): Fix bug with extra inserted space.
13583 (org-export-html-style): Define a style class for targets.
13584 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13585 (org-hide-leading-stars): New option.
13586 (org-hide): New face.
13587 (org-set-font-lock-defaults): Allow to hide leading stars.
13588 (org-get-legal-level, org-tr-level): New functions.
13589 (org-odd-levels-only): New option.
13590 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13591 (org-demote, org-promote): Deal with double-star levels.
13592 (org-convert-to-odd-levels): New command.
13594 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
13596 * speedbar.el (speedbar-update-localized-contents): Try to
13597 preserve window-start.
13598 (speedbar-update-directory-contents): Try to preserve window-start
13600 (speedbar-update-special-contents): Don't move back to start of window.
13602 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13603 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
13605 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13606 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13607 instead of gdb-speedbar-timer-fn.
13609 2006-02-28 Jay Belanger <belanger@truman.edu>
13611 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13612 (math-compose-expr): Use latex option when calling
13613 `math-compose-tex-matrix' for latex mode.
13615 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
13617 * speedbar.el: Re-instate comments about developing for speedbar
13618 [this is what info and gdb-ui use even if better methods exist now].
13620 * t-mouse.el: New file.
13621 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
13622 (t-mouse-lispy-buffer-posn-from-coords): Remove.
13623 (t-mouse-make-event-element): Use posn-at-x-y instead.
13624 (t-mouse-make-event): Deal with Fedora Core 3.
13625 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13626 (t-mouse-mouse-position-function): New function. Use it instead
13627 of advising mouse-position.
13628 (t-mouse-mode): New minor mode.
13629 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
13631 2006-02-27 Glenn Morris <rgm@gnu.org>
13633 * calendar/calendar.el (calendar-holidays): Doc fix.
13635 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
13637 * progmodes/gdb-ui.el (gdb-source-window): New variable.
13638 Re-introduce the concept of a source window.
13639 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13640 consistency with get-buffer-create.
13641 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13642 (gdb-data-list-register-values-handler)
13643 (gdb-stack-list-locals-handler): Try to preserve window-start as
13644 well as window-point.
13645 (gdb-display-source-buffer): New function (old concept).
13646 (gdb-goto-breakpoint): Use it.
13648 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13649 for gdb-ui/gdb-mi (old concept).
13651 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
13653 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13656 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13658 * textmodes/reftex-sel.el (reftex-select-label-map)
13659 (reftex-select-bib-map): Add `follow-mouse' binding.
13661 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
13663 * jka-cmpr-hook.el (jka-compr-compression-info-list)
13664 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13665 Give :set functions to provide automatic updating.
13666 Update docstring. Give compiler defvars early in the file
13667 and move the defcustoms to a later spot where all called functions
13669 (jka-compr-file-name-handler-entry): Doc fix.
13670 (jka-compr-compression-info-list--internal)
13671 (jka-compr-mode-alist-additions--internal)
13672 (jka-compr-load-suffixes--internal): New variables.
13673 (jka-compr-install): Set the three above variables.
13674 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13675 (jka-compr-update, jka-compr-set): New functions.
13676 (auto-compression-mode): Doc fix.
13678 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13679 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13680 Use jka-compr-compression-info-list--internal,
13681 jka-compr-mode-alist-additions--internal and
13682 jka-compr-load-suffixes--internal.
13684 * files.el (load-library):
13685 * loadhist.el (file-loadhist-lookup):
13686 * startup.el (command-line):
13687 * subr.el (locate-library):
13688 * emacs-lisp/autoload.el (update-directory-autoloads):
13689 * emacs-lisp/find-func.el (find-library-suffixes):
13690 Use `get-load-suffixes' instead of `load-suffixes'.
13692 * subr.el (locate-library):
13693 * emacs-lisp/find-func.el (find-library-name):
13694 Use `load-file-rep-suffixes' instead of '("").
13696 2006-02-26 Kim F. Storm <storm@cua.dk>
13698 * ido.el (ido-save-history, ido-load-history): Simplify.
13699 Don't use find-file-noselect to avoid interference from other modes.
13701 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
13703 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13704 to use the default shell if filename is not available.
13705 Reported by Giorgos Keramidas.
13707 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
13709 * progmodes/etags.el (tags-completion-table): Do completion from
13710 all the tables in the current list, as documented in the manual.
13712 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13714 * CC Mode Update to 5.31.3.
13716 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13718 * progmodes/cc-mode.el (c-postprocess-file-styles):
13719 Bind inhibit-read-only to t, around the call to
13720 c-remove-any-local-eval-or-mode-variables, so that it works on a
13723 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13725 * progmodes/cc-awk.el: Correct a typo.
13727 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13729 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13730 c-hungry-delete-backwards, at the request of RMS. Leave the old
13733 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13735 * progmodes/cc-mode.el: Correct a typo.
13737 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13739 * progmodes/cc-defs.el: Update the version number to 5.31.3.
13741 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13743 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13744 brace-else-brace (error due to mbeg, mend being undefined).
13746 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13748 * progmodes/cc-mode.el: File Local variables: Solve the problem
13749 where both `mode' and c-file-offsets are specified: `mode' will
13750 overwrite c-f-o's settings:
13751 (c-remove-any-local-eval-or-mode-variables): New function.
13752 (c-postprocess-file-styles): Call the above new function, within
13753 c-tentative-buffer-change, to splat `mode' and `eval' before the
13754 second hack-local-variables.
13756 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13758 * progmodes/cc-mode.el:
13759 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
13760 (c-after-change): Protect the match data with save-match-data.
13761 It was getting corrupted by c-after-change-check-<>-operators.
13763 * cc-defs.el: [Supersedes patch V1.38]:
13764 (top level): Check for a buggy font-lock-compile-keywords ONLY in
13765 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
13767 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13768 with save-match-data. It was being corrupted when Font Lock was
13771 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13773 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13774 Mode and Subword Mode.
13776 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13777 real labels ("case 1:" or "foo:") from non-labels ("public:").
13778 (c-forward-objc-directive): Replace c-forward-token-2 with crude
13779 coding; c-f-t-2 doesn't move over a token at EOB.
13781 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
13783 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13784 (c-update-modeline): Concatenate the minor mode indicators
13785 directly onto mode-name, removing c-submode-indicators.
13786 Sometimes, c-s-i got separated from the mode name on the mode line.
13788 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13789 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
13791 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13793 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
13794 error message when there's an evaluation error to show whether
13795 it's loaded from source or not.
13796 (c-filter-ops): Make it available at runtime too to work when
13797 `c-make-init-lang-vars-fun' needs to evaluate from source.
13799 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
13801 * help.el (help): Revert last part of 2006-02-23 change (deletion
13802 of the `provide' call).
13804 2006-02-23 Juri Linkov <juri@jurta.org>
13806 * compare-w.el (compare-windows-highlight): Add new value
13807 `persistent' and change :type from `boolean' to `choice'.
13808 (compare-windows-overlays1, compare-windows-overlays2):
13809 New internal variables.
13810 (compare-windows-highlight): If compare-windows-highlight is
13811 `persistent', add current overlays to compare-windows-overlays[12]
13812 instead of adding compare-windows-dehighlight to pre-command-hook.
13813 (compare-windows-dehighlight): Delete all overlays from
13814 compare-windows-overlays[12].
13816 * info.el (Info-search): Don't bind search-spaces-regexp to
13817 Info-search-whitespace-regexp in non-regexp isearch mode.
13819 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13821 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13823 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
13825 * textmodes/org.el (org-xemacs-p)
13826 (org-export-html-show-new-buffer, org-table-may-need-update)
13827 (org-insert-item, org-mhe-get-message-real-folder)
13828 (org-mhe-get-message-folder-from-index)
13829 (org-mhe-get-message-folder, org-mhe-get-message-num)
13830 (org-mhe-get-header, org-make-org-heading-search-string)
13831 (org-make-org-heading-camel, org-table-sort-lines)
13832 (org-format-org-table-html, org-format-table-table-html):
13833 Fix typos in docstrings.
13835 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
13837 * textmodes/org.el (org-cleaned-string-for-export)
13838 (org-solidify-link-text): New function.
13839 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
13840 XEmacs, just to silence the compiler.
13841 (org-export-as-ascii, org-export-as-html-and-open):
13842 Use `org-cleaned-string-for-export' and create internal links.
13843 (org-follow-mhe-link): Require mh-e, use folder.
13845 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
13847 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
13849 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
13850 gdb-debug-log-length.
13851 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
13852 it a real ring but...
13853 (gud-gdba-marker-filter): ...make it work like mark-ring.
13854 (gdb-enable-debug): Rename from gdb-enable-debug-log.
13855 (gdb-mouse-jump): New function. Add bindings.
13857 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
13859 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
13860 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
13861 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
13862 (gdb-debug-log-length): Customize it's length.
13863 (gud-watch, gdb-var-create-handler): Display function::var format
13864 but don't use to create variable object.
13865 (gdb-var-create-handler): Use message-box in place of message.
13866 (gdb-stopped): Call gdb-exited if signalled.
13868 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
13870 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
13872 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
13874 * textmodes/reftex.el (reftex-locate-file): Search all extensions
13875 if `reftex-try-all-extensions' is set.
13877 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
13878 fail silently when there is no valid argument at point.
13879 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
13880 `fail-silently' argument. From a patch by David Reiter.
13882 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
13884 (org-mark-ring): New variable.
13885 (org-mark-ring-length): New option.
13886 (org-open-at-point, org-goto, org-open-file): Push old position
13887 onto the mark ring.
13888 (org-add-hook): New function.
13889 (org-export-table-remove-special-lines): New option.
13890 (org-skip-comments, org-format-org-table-html): Respect new
13891 option `org-export-table-remove-special-lines'.
13892 (org-open-file): Allow special command configuration for
13894 (org-file-apps): Fix bugs in customize type, added setting
13896 (org-activate-tags, org-format-agenda-item, org-complete)
13897 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
13898 (org-get-tags, org-get-buffer-tags, org-open-at-point)
13899 (org-link-search, org-make-org-heading-search-string)
13900 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
13901 (org-radio-targets, org-file-link-context-use-camel-case)
13902 (org-activate-camels): New options.
13903 (org-update-radio-target-regexp, org-all-targets)
13904 (org-make-target-link-regexp, org-activate-target-links):
13906 (org-make-org-heading-search-string): New function.
13907 (org-store-link, org-insert-link): Use new option
13908 `org-file-link-context-use-camel-case'.
13909 (org-activate-camels): Use new option `org-activate-camels'.
13910 (org-link-regexp): Add mhe prefix.
13911 (org-open-at-point, org-store-link): Support for mhe links.
13912 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
13913 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
13914 (org-mhe-get-header, org-follow-mhe-link): New functions.
13915 (org-remove-angle-brackets, org-add-angle-brackets):
13917 (org-bracket-link-regexp): New constant.
13918 (org-read-date): Fix bug that was rejecting all typed dates.
13919 (org-link-search): Make hierarchy above visible after a match.
13920 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
13921 (org-store-link): Fix bug with link creation when cursor is in
13923 (org-open-at-point): Fix bug with matching a link.
13924 Fixed buggy argument sequence in call to `org-view-tags'.
13925 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13926 (org-prefix-has-tag): New variable.
13927 (org-format-agenda-item): Remove tags from headline
13929 (org-agenda-remove-tags-when-in-prefix): New option.
13931 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
13933 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
13934 Fix the regular expressions.
13936 2006-02-21 Richard M. Stallman <rms@gnu.org>
13938 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
13939 if there's no other specific basis.
13941 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
13942 as variables at all.
13943 (unsafep-variable): Rename arg; doc fix.
13945 * abbrevlist.el (list-one-abbrev-table): Add autoload.
13947 * calendar/appt.el (diary-selective-display): Add defvar.
13949 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
13951 * isearch.el (search-whitespace-regexp): Fix custom type.
13953 * help.el (describe-key-briefly): Compute interactive args
13954 in same was as before previous change.
13956 * files.el (enable-local-variables): Doc fix.
13958 2006-02-21 Kim F. Storm <storm@cua.dk>
13960 * fringe.el: Cleanup as file is now pre-loaded.
13961 (fringe-bitmaps): Initialize unconditionally.
13962 (fringe-mode, set-fringe-style): Remove autoload cookies.
13964 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
13966 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
13968 (fringe-cursor-alist): Use `horizontal-bar'.
13970 2006-02-20 Kim F. Storm <storm@cua.dk>
13972 * fringe.el (fringe-bitmaps): Update to new bitmap names.
13973 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
13975 * loadup.el: Load "fringe" on window systems.
13977 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
13979 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
13980 out of scope components.
13982 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
13985 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
13987 * custom.el (customize-mark-to-save, customize-mark-as-set):
13988 Load the symbol first.
13990 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
13992 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
13993 strech spec so it doesn't display as "^J" on the header line
13994 when `Buffer-menu-use-header-line' is t.
13996 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
13998 * speedbar.el (speedbar-make-button): Keep text properties
13999 of string arguments if desired.
14001 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14004 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14007 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
14009 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14010 to value of `read-file-name-completion-ignore-case'.
14012 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
14014 * custom.el (customize-mark-as-set): Push to `user' theme.
14016 * cus-edit.el (custom-save-variables): Allow unthemed values.
14017 (customize-set-variable): Push setting to `user' theme.
14019 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14021 * progmodes/gud.el: Don't require font-lock as it's now
14022 automatically loaded.
14023 (gud-speedbar-buttons): Replace gdb-var-changed with
14026 * progmodes/gdb-ui.el (gdb-force-update): Rename from
14028 (gdb-post-prompt): Use it.
14029 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14030 (gdb-var-update-handler, gdb-var-delete)
14031 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14032 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14033 gdb-force-update in gdb-post-prompt.
14034 (gdb-reset): Clear watch expressions from speedbar when quitting.
14036 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14038 * viper-cmd.el (viper-insert-state-post-command-sentinel)
14039 (viper-change-state-to-vi, viper-change-state-to-emacs):
14040 Make aware of cursor coloring in the Emacs state.
14041 (viper-special-read-and-insert-char): Use read-char-exclusive.
14042 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14044 * viper-init.el (viper-emacs-state-cursor-color): New variable.
14046 * viper-util.el (viper-save-cursor-color)
14047 (viper-get-saved-cursor-color-in-replace-mode)
14048 (viper-get-saved-cursor-color-in-insert-mode)
14049 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14051 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14053 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14054 (ediff-ignore-case-option3, ediff-actual-diff-options)
14055 (ediff-actual-diff3-options): New variables to control case sensitivity.
14056 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14057 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14058 (ediff-toggle-ignore-case): New function.
14059 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14061 * ediff-help.el (ediff-long-help-message-narrow2)
14062 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14063 (ediff-long-help-message-word-mode): Add ignore-case command.
14064 (ediff-help-for-quick-help): Add ignore-case command.
14066 * ediff-merg.el: Move provide to the end.
14068 * ediff-ptch.el: Move provide to the end.
14070 * ediff-wind.el: Move provide to the end.
14072 * ediff-mult.el: Move provide to the end.
14073 (ediff-set-meta-overlay): Enable follow-link.
14075 * ediff.el: Move provide to the end.
14076 Break recursive load cycle in eval-when-compile.
14077 (ediff-patch-buffer): Better heuristics.
14079 * ediff-util.el: Move provide to the end.
14080 Break recursive load cycle in eval-when-compile.
14081 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
14083 (ediff-submit-report): Pass the values of ediff-diff3-program,
14084 ediff-diff3-options.
14086 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
14088 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14089 the opening bracket of the following bracketing pairs: {}, [], (), <>,
14090 `' (for example, in the docstring of `windmove-default-keybindings').
14092 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14094 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14095 shadow face. Don't provide binding to edit variable when it is
14098 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14099 (gdb-var-update-handler): Detect out of scope variables with pre
14101 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14102 Reset status of variable objects to nil in update handlers.
14103 (gdb-var-update-handler-1): Detect when a variable object comes
14104 in scope. setcar on var changes gdb-var-list directly.
14106 2006-02-17 Juri Linkov <juri@jurta.org>
14108 * ffap.el (ffap) <defface>: Add explicit face declaration.
14109 (ffap-highlight): Use face `ffap' directly instead of checking
14112 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14113 `visible-ok' of `other-buffer' to find the right original buffer.
14115 * info.el (Info-search): Skip `Local Variables' node.
14117 2006-02-17 Juri Linkov <juri@jurta.org>
14119 * info.el (Info-find-file): Check for symbols `apropos', `history',
14120 `toc' in the input filename, and return these symbols as is.
14121 (Info-find-node-2): Set Info-current-file to symbols `apropos',
14122 `history', `toc' instead of strings.
14123 (Info-set-mode-line): For non-string Info-current-file use the
14124 symbol's name inside **.
14125 (Info-isearch-push-state): Add quote before Info-current-file and
14127 (Info-isearch-pop-state): Use `equal' instead of `string='.
14128 (Info-extract-pointer, Info-following-node-name): Use
14129 `match-string-no-properties' instead of `match-string'.
14130 (Info-up): Check `old-file' for `stringp'.
14131 (Info-history): Use `equal' instead of `string-equal'.
14132 Check `file' for `stringp'.
14133 (Info-history): Use symbol `history' instead of string as first arg
14134 of `Info-find-node'.
14135 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
14136 `toc' instead of string.
14137 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14138 instead of `buffer-substring', and `match-string-no-properties'
14139 instead of `match-string'.
14140 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14141 instead of strings.
14142 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14143 Use symbol `apropos' instead of string.
14144 (Info-copy-current-node-name): Check `Info-current-file' for
14145 `stringp' and construct a command with `Info-find-node' from it.
14146 (Info-fontify-node): Use `match-string-no-properties' instead of
14147 `match-string' and check file names for `stringp'.
14148 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14149 `history', `toc' instead of strings.
14151 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
14153 * files.el: Rearrange functions and variables in the file local
14156 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
14158 * files.el: Add truncate-lines, ispell-check-comments and
14159 ispell-local-dictionary as safe local variables.
14161 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
14163 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14164 out of scope variables.
14165 (gud-speedbar-buttons): Use unless.
14167 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14168 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14169 (gdb-show-changed-values): Also use for out of scope variables.
14170 (gdb-var-update-handler-1): Note if variable goes out of scope.
14172 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
14174 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14175 default to global variable values for unsupplied args.
14176 (rcirc-get-buffer-create): Fix bug with setting the target.
14177 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14178 test for rcirc-always-use-server-buffer-flag here.
14179 (rcirc-response-formats): Add %N, which is a facified nick. %n
14180 uses the default face. Change the ACTION format string. If the
14181 "nick" is the server, don't print anything for that field.
14183 (rcirc-target-buffer): Don't test
14184 rcirc-always-use-server-buffer-flag here.
14185 (rcirc-print): Squeeze extra spaces out of the text before message.
14186 (rcirc-put-nick-channel): Strip potential "@" char from nick
14187 before adding them to nick table.
14188 (rcirc-url-regexp): Improve to match address like "foo.com".
14190 2006-02-17 Eli Zaretskii <eliz@gnu.org>
14192 * allout.el (allout-hidden-p): Move this defsubst before
14193 allout-overlay-interior-modification-handler, where it is first
14196 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
14198 * allout.el: Use allout invisible-text overlays instead of
14199 selective display for concealed text. Also, lots of general
14200 cleanup, and improved compatibility code.
14202 (allout-version): Incremented, corrected, revised, and refined
14205 (provide 'allout): Moved to the bottom, added a require of overlay.
14207 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14209 (allout-write-file-hook-handler): Minimize delay.
14210 (count-trailing-whitespace-region): New function so
14211 auto-encryption of current topic can resituate cursor exactly.
14212 PGP/GPG encryption trims trailing whitespace from lines, which
14213 must be accounted for across encryption then decryption.
14215 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14216 just plain "\C-c", to avoid intruding on user's keybinding space.
14218 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14219 parameter, so user request to provide a new password is done.
14221 (allout-outside-normal-auto-fill-function, allout-auto-fill):
14222 Refined mechanism for auto-filling behavior while in allout mode.
14224 (allout-mode): Explicitly specify the mode map in the docstring.
14225 Clarify provision for various write-file hook var names.
14226 Adjusted for invisible-text overlays instead of selective-display.
14228 (allout-depth): Really return 0 if not within any topic. This
14229 rectifies `allout-beginning-of-level' and sequence numbering
14230 errors that occur when cutting and pasting numbered topics.
14231 Changed from a in-line subst to a regular function, as well.
14233 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14235 (allout-end-of-subtree, allout-end-of-subtree)
14236 (allout-end-of-entry, allout-end-of-current-heading)
14237 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14238 (allout-show-children, allout-show-to-offshoot)
14239 (allout-hide-current-entry, allout-show-current-entry): Rectified
14240 handling of trailing blank lines between items.
14242 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14243 (allout-current-depth, allout-unprotected, allout-hidden-p)
14244 (allout-on-current-heading-p, allout-listify-exposed)
14245 (allout-chart-subtree, allout-goto-prefix)
14246 (allout-back-to-current-heading, allout-get-body-text)
14247 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14248 (allout-hide-region-body, allout-toggle-subtree-encryption)
14249 (allout-encrypt-string, allout-encrypted-key-info)
14250 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14251 (allout-file-vars-section-data): Adjusted for use with
14252 invisible-text overlays instead of selective-display.
14254 (allout-kill-line, allout-kill-topic, allout-yank-processing):
14255 Reworked for use with invisible text overlays.
14257 (allout-current-topic-collapsed-p): New function.
14259 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14260 to know when to close the containing topic.
14262 (allout-pre-command-business, allout-post-command-business):
14263 Simplify undo-batching and dynamic isearch exposure.
14265 (allout-set-overlay-category): New for invisible-text overlays.
14266 Sets properties of allout-overlay-category, used by
14267 allout-flag-region to set invisible-text overlay properties.
14268 (allout-get-invisibility-overlay): Get the first qualifying
14269 invisibility overlay, so we can find the extent of it.
14270 (allout-back-to-visible-text): Get to just before the beginnining
14271 of the current invisibility overlay, if any.
14273 (allout-overlay-insert-in-front-handler)
14274 (allout-overlay-interior-modification-handler)
14275 (allout-before-change-handler, allout-isearch-end-handler): New
14276 functions to handle extraordinary actions affecting concealed
14279 (allout-flag-region): Use overlays instead of selective-display
14280 for invisible text - by inheritence from the properties of
14281 allout-overlay-category in mainline Emacs, and applied
14282 property-by-property in XEmacs, some recent versions of which
14283 don't inherit the properties from the category. Provisions to
14284 respond to concealed-text edits simplified drastically.
14286 (allout-isearch-rectification, allout-isearch-was-font-lock)
14287 (allout-isearch-expose, allout-enwrap-isearch)
14288 (allout-isearch-abort, allout-pre-was-isearching)
14289 (allout-isearch-prior-pos, allout-isearch-did-quit)
14290 (allout-isearch-dynamic-expose)
14291 (allout-hide-current-entry-completely): Functions deleted.
14293 (allout-undo-aggregation): Explicit undo aggregation no longer
14294 necessary due to transition away from selective-display.
14296 (set-allout-regexp, allout-up-current-level)
14297 (allout-next-visible-heading, allout-forward-current-level)
14298 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14299 (allout-kill-line, allout-yank-processing, allout-show-children)
14300 (allout-expose-topic, allout-old-expose-topic)
14301 (allout-listify-exposed, allout-insert-latex-header)
14302 (allout-toggle-subtree-encryption, allout-encrypt-string)
14303 (remove-from-invisibility-spec, allout-hide-current-subtree):
14304 Ditched unused variables.
14306 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
14308 * textmodes/ispell.el (ispell-change-dictionary): Call
14309 ispell-buffer-local-dict instead of
14310 ispell-accept-buffer-local-defs.
14311 (ispell-local-dictionary-alist): Accept as valid any coding-system
14312 supported by Emacs.
14313 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14314 changed to iso-8859-3.
14316 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
14318 * speedbar.el (speedbar-frame-width): Make an inline function
14319 instead of a macro. Use frame-width.
14320 (speedbar-try-completion, speedbar-update-contents)
14321 (speedbar-timer-fn): Use consp.
14322 (speedbar-update-localized-contents): Try to preserve point.
14324 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14325 (menu): Re-order menu items.
14326 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14328 (gdb-var-update-handler-1): Use it for GDB 6.4+.
14329 (gdb-post-prompt): Speed things by not forcing update.
14331 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
14333 * wid-edit.el (widget-button-click): For mouse-1, cancel button
14334 press and perform default action if we get a mouse movement event.
14336 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14338 * calendar/icalendar.el (icalendar--get-event-property)
14339 (icalendar--get-event-property-attributes): Fix typos in
14342 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14345 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
14347 * bs.el (bs-mode): Use `buffer-disable-undo'.
14348 (bs--get-file-name): Simplify.
14349 (bs-show-in-buffer): Mark the buffer as not modified.
14351 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14353 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14354 widget-button-click.
14356 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14357 (custom-mode): Update docstring.
14359 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14362 * files.el (hack-local-variables-confirm): Allow scrolling if the
14363 file variable list is too long. Kill temp buffer after use.
14365 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
14367 * progmodes/gud.el (gdb): Improve doc string.
14368 (gdb-script-font-lock-keywords): Expand allowed character set.
14370 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14371 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14372 (gdb-separate-io-interrupt, gdb-separate-io-quit)
14373 (gdb-separate-io-stop, gdb-separate-io-eof):
14374 Rename from gdb-inferior-* to gdb-separate-*.
14375 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14377 2006-02-14 Jay Belanger <belanger@truman.edu>
14379 * calc/calc-arith.el (math-check-known-scalarp): Make sure
14380 expression is a symbol before checking that it is bound.
14382 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14383 test to see if equation can be solved.
14385 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14387 * wid-edit.el (widget-button-click): Use :pressed-face property
14388 for overlay face, if it exists.
14390 * cus-edit.el (custom-manual, custom-add-see-also)
14391 (custom-add-parent-links, custom-group-link): Add :pressed-face
14394 * files.el (hack-local-variables): Remove ignored variables before
14395 checking if any variables need setting.
14397 2006-02-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14399 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14401 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
14403 * help.el (where-is): Fix message for remapped commands.
14405 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14406 Fix typos in docstrings.
14408 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
14410 * files.el (safe-local-variable-values): New option.
14411 (hack-local-variables-prop-line): Return a list of variable-value
14412 pairs if MODE-ONLY is non-nil.
14413 (hack-local-variables): Construct list of variable-value pairs,
14414 and apply or reject them in one go. Ask for confirmation if
14415 variables are not known safe.
14416 (hack-local-variables-confirm): Complete rewrite. Support
14417 `safe-local-variable-values'.
14418 (enable-local-variables): Update docstring to reflect new
14420 (ignored-local-variables): Ignore ignored-local-variables and
14421 safe-local-variable-values.
14422 (safe-local-variable-p): New function.
14423 (risky-local-variable-p): `safe-local-variable' property check
14424 moved to safe-local-variable-p.
14425 (hack-one-local-variable): Checks moved to hack-local-variables.
14427 (byte-compile-dynamic, c-basic-offset, c-file-style)
14428 (c-indent-level, comment-column, fill-column, fill-prefix)
14429 (indent-tabs-mode, kept-new-versions, no-byte-compile)
14430 (no-update-autoloads, outline-regexp, page-delimiter)
14431 (paragraph-start, paragraph-separate, sentence-end)
14432 (sentence-end-double-space tab-width, version-control):
14433 Add `safe-local-variable' property.
14435 * find-lisp.el: Delete nonexistent `autocompile' file variable.
14437 * icomplete.el, play/landmark.el: Change nonexistent
14438 `outline-layout' file variable to `allout-layout'.
14440 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
14442 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14443 (gdb-get-changed-registers): Test value of gud-minor-mode relative
14444 to gud-comint-buffer.
14445 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14446 gdb-ui.el for gdb-mi.el.
14447 (gdb-post-prompt, gdb-get-changed-registers): Move test for
14448 registers buffer to gdb-get-changed-registers.
14449 (gdb-breakpoint-regexp): New regexp. Allow toggling and
14450 deletion of catchpoints (throw and catch).
14451 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14452 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14453 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14454 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14455 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14457 2006-02-13 Jay Belanger <belanger@truman.edu>
14459 * calc/calc-arith.el (math-check-known-matrixp): Make sure
14460 expression is a symbol before checking that it is bound.
14462 2006-02-13 Richard M. Stallman <rms@gnu.org>
14464 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14465 for the minibuffer too, but not if resize-mini-windows will interfere.
14467 * help.el (describe-key-briefly, describe-key): Do all arg-reading
14468 inside `interactive' spec.
14469 (describe-key-briefly-internal, describe-key-internal):
14470 Functions merged back into their callers.
14472 2006-02-13 Martin Rudalics <rudalics@gmx.at>
14474 * info.el (info-xref-visited): Inherit from info-xref too.
14475 (Info-set-mode-line): Replace occurrences of `%' by `%%'
14476 when propertizing Info-current-file and Info-current-node.
14478 2006-02-13 Juri Linkov <juri@jurta.org>
14480 * tumme.el (tumme-thumbnail-storage): Fix docstring.
14481 (tumme-thumb-name): Fix per-directory format.
14483 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
14485 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14487 2006-02-12 Miles Bader <miles@gnu.org>
14489 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14491 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
14493 * tumme.el: Remove history section. If someone needs the it, it
14494 can always be found in CVS.
14496 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
14498 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
14499 about the Thumbnail Managing Standard option.
14501 2006-02-12 Richard M. Stallman <rms@gnu.org>
14503 * subr.el (substitute-key-definition): Doc fix.
14505 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14507 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14509 * info.el (Info-mode): Doc fix.
14511 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14513 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
14515 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14516 because on Solaris a POSIX compatible "id" is needed. Reported by
14517 Magnus Henoch <mange@freemail.hu>.
14519 2006-02-12 Juri Linkov <juri@jurta.org>
14521 * tumme.el: Remove todo item about Thumbnail Managing Standard.
14522 (tumme) <defgroup>: Change :group to `multimedia'.
14523 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14525 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14527 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14528 and %y. Fix docstring.
14529 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14530 (tumme-cmd-create-standard-thumbnail-command): New user options.
14531 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14532 is `standard'. Fix docstring.
14533 (tumme-thumb-width, tumme-thumb-height): New user options.
14534 (tumme-external-viewer): Try to find various viewers.
14535 (tumme-get-thumbnail-image): Use `create-image' instead of
14536 constructing the `image' structure.
14537 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14539 (tumme-thumb-name): Add file name generation for standard storage.
14540 Simplify code for other storages.
14541 (tumme-thumb-name): Use width %w and height %h instead of size %s.
14542 Add modification time %m and thumbnail-nq8 %q.
14543 Use `tumme-cmd-create-standard-thumbnail-command' if
14544 tumme-thumbnail-storage is `standard'.
14545 (tumme-dired-insert-marked-thumbs): New autoload command.
14546 (tumme-dired-after-readin-hook): New function.
14547 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14548 `tumme-thumb-size'.
14549 (tumme-display-image): Replace size-x %x and size-y %y with
14550 width %w and height %h.
14552 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14553 `tumme-dired-insert-marked-thumbs'.
14555 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
14557 * tumme.el (tumme-write-tag): Fix small bug (file name did not
14559 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14562 2006-02-12 Miles Bader <miles@gnu.org>
14564 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14566 (rcirc-abbrev-nick): New function.
14567 (rcirc-format-response-string): Rewrite to use the formats in
14568 `rcirc-response-formats' and expand escape sequences therein.
14569 A text-property `rcirc-text' is added over the actual response
14570 text to make easy to find inside the returned string.
14571 (rcirc-print): When filling, just look for the `rcirc-text'
14572 text-property to find the appropriate fill prefix, instead of
14573 using hardwired patterns.
14575 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
14577 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
14580 2006-02-11 Kim F. Storm <storm@cua.dk>
14582 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14583 Don't use insert-buffer; do insert-buffer-substring directly.
14584 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
14586 2006-02-11 Martin Rudalics <rudalics@gmx.at>
14588 * files.el (revert-buffer, recover-file): Replace buffer-read-only
14589 with inhibit-read-only. Suggested by Stefan Monnier.
14590 (revert-buffer): Let insert-file-contents discard
14591 buffer-undo-list. Simplify code.
14592 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14594 2006-02-11 Eli Zaretskii <eliz@gnu.org>
14596 * menu-bar.el (menu-bar-select-yank): Add a doc string.
14598 * help.el (describe-key-briefly): Now a wrapper for
14599 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
14600 to t. Populate yank-menu if empty.
14601 (describe-key-briefly-internal): Renamed from describe-key-briefly.
14602 (describe-key): Now a wrapper for describe-key-internal. Bind
14603 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
14604 (describe-key-internal): Renamed from describe-key.
14606 2006-02-11 Milan Zamazal <pdm@zamazal.org>
14608 * progmodes/glasses.el (glasses-separator): Doc fix.
14609 (glasses-original-separator): New defcustom.
14610 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14612 2006-02-11 Martin Rudalics <rudalics@gmx.at>
14614 * mwheel.el (mouse-wheel-up-event): Doc fix.
14616 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
14618 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14619 (tumme-dir): New function. Copied from thumbs.el.
14621 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
14623 * desktop.el (desktop-outvar): Fix typo.
14624 (desktop-save-buffer-p): Doc fix.
14626 * subr.el (substitute-key-definition): Fix typo.
14628 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14630 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14631 when window-system is mac.
14633 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14635 2006-02-10 Kim F. Storm <storm@cua.dk>
14637 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14638 indirect-function instead of using condition-case.
14640 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
14642 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14643 less `colloquial'...
14645 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
14647 * tumme.el: Add a couple of todo items.
14649 2006-02-09 Lars Hansen <larsh@soem.dk>
14651 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14652 (highlight-changes-mode): Don't change desktop-locals-to-save.
14654 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
14656 * image-mode.el (image-toggle-display): Clear image cache if using
14659 2006-02-09 Masatake YAMATO <jet@gyve.org>
14661 * dired-x.el (dired-guess-shell-alist-default): Add .man as
14662 a `dired-man' target.
14664 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14665 boundary of symbols.
14667 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
14669 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14671 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
14673 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14674 `mapcar'; return nil.
14676 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
14678 * mouse.el (mouse-drag-track): Don't change window if we rebind to
14681 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
14683 * net/rcirc.el (rcirc-startup-channels-alist):
14684 Add irc.freenode.net and #emacs as defaults.
14685 (rcirc-ignore-all-activity-flag): Remove variable.
14686 (rcirc-authinfo): New variable.
14687 (rcirc-authinfo-filename): Remove variable.
14688 (rcirc-always-use-server-buffer-flag): New flag.
14689 (rcirc): M-x rcirc will automatically connect without prompting.
14690 C-u M-x rcirc will prompt. Use rcirc-connect to create a
14691 connection in lisp.
14692 (rcirc-process-server-response-1): Remove everything but the nick
14693 portion of the sender so it doesn't need to be done everywhere
14694 else. Update related code.
14695 (global-map): Remove global keybindings.
14696 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14697 (rcirc-send-input): Split into several functions.
14698 (rcirc-process-input-line, rcirc-process-message)
14699 (rcirc-process-command): New functions.
14700 (rcirc-target-buffer): New function to determine where to route
14702 (rcirc-user-nick): Save match data.
14703 (rcirc-toggle-ignore-buffer-activity)
14704 (rcirc-update-activity-string): Remove global ignore functionality,
14705 which can be done now by toggling rcirc-track-minor-mode.
14706 (rcirc-track-minor-mode-map): New keymap.
14707 (rcirc-track-minor-mode): New minor-mode.
14708 (ignore): Make the ignore output nicer. Always print it when
14709 adding or removing nicks.
14710 (rcirc-url-regexp): Improve.
14711 (rcirc-mangle-text): Remove properties before using text in the
14713 (rcirc-authenticate): Authentication data comes from
14714 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14715 (rcirc-server-prefix): Inherit from rcirc-server.
14717 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
14719 * Makefile.in (compile): Append "|| true" to the end of the `find'
14720 command, like compile-always does.
14722 2006-02-08 Sam Steingold <sds@gnu.org>
14724 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14725 output from a dead connection.
14727 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14729 * dired.el (dired-mode-map): Add more bindings for tumme.
14731 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
14733 * wdired.el (wdired-mode-map): Use remap.
14734 (wdired-get-filename): Massage.
14735 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14736 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14737 `keymap' property rather than `local-map'.
14739 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14741 * tumme.el (tumme-get-thumbnail-image): New utility function.
14742 Suggested by from Chong Yidong.
14743 (tumme-dired-with-window-configuration): Rename from
14744 `tumme-dired'. Add code to save window configuration.
14745 (tumme-restore-window-configuration): New command to restore the
14746 window configuration that `tumme-dired-with-window-configuration'
14747 saves before it changes the window configuration.
14748 (tumme-show-all-from-dir): New command to display thumbnails for
14749 all files in a directory entered by the user, like M-x thumbs.
14750 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14752 (tumme-display-thumbnail-original-image): Call `display-buffer'.
14753 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14754 Remove obsolete test function.
14756 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
14758 * vc.el (small-temporary-file-directory): Remove defvar; there's
14759 a defcustom for it in files.el.
14761 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14762 Fix typo in message.
14763 (tumme-gallery-generate): Fix typo in `error' message.
14764 (tumme-display-window-height-correction)
14765 (tumme-display-window-width-correction, tumme-line-up-dynamic)
14766 (tumme-line-up-interactive): Dox fixes.
14767 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14768 (tumme-restore-window-configuration, tumme-format-properties-string)
14769 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14770 Fix typos in docstrings.
14772 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
14774 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14776 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
14778 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14779 User should use hook if desired.
14781 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14782 buffer if necessary.
14783 (gdb-delete-frame-or-window): New function.
14784 (gdb-breakpoints-mode-map): Bind "q" to it.
14786 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
14788 * textmodes/nroff-mode.el: Clean up name space.
14789 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14790 (nroff-mode): Obey the global setting of nroff-electric-mode.
14791 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14793 * calendar/calendar.el (calendar-increment-month): Typo in last change.
14795 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
14797 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14799 2006-02-06 Lars Hansen <larsh@soem.dk>
14801 * generic-x.el (etc-fstab-generic-mode): Add file system types
14802 cifs and usbdevfs. Allow special chars in file names.
14804 2006-02-05 Jay Belanger <belanger@truman.edu>
14806 Update copyright notices of the files in lisp/calc.
14808 2006-02-05 Romain Francoise <romain@orebokech.com>
14810 Update copyright notices of all files in the lisp/play directory.
14812 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
14814 * ldefs-boot.el: Regenerate.
14816 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
14818 2006-02-05 Kim F. Storm <storm@cua.dk>
14820 * files.el (magic-mode-regexp-match-limit): New defvar.
14821 (set-auto-mode): Use it to limit magic-mode-alist matching.
14823 2006-02-04 Eli Zaretskii <eliz@gnu.org>
14825 * info.el (Info-index, Info-mode): Improve the description of the
14828 * ldefs-boot.el: Regenerate.
14830 2006-02-03 Werner Lemberg <wl@gnu.org>
14832 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14833 greedy to find the closing bracket in \*[...] and similar
14834 expressions. This is a first rough fix -- many additional
14835 refinements are necessary to make nroff mode really usable with groff.
14837 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
14839 * international/mule-cmds.el (set-locale-environment):
14840 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
14843 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
14845 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
14846 archive are created in archive-tmpdir.
14848 2006-02-02 John Paul Wallington <jpw@pobox.com>
14850 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
14851 (ibuffer-fontification-alist): Use it.
14852 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
14853 to "* z" and the Ibuffer Mark menu.
14855 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
14857 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14859 * textmodes/table.el (*table--cell-describe-mode)
14860 (*table--cell-describe-bindings): Undo last change since
14861 print-help-return-message is not obsoleted by anything at all.
14863 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
14865 * emulation/cua-base.el (cua-mode): Doc fix.
14867 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
14869 * dframe.el (dframe-handle-make-frame-visible)
14870 (dframe-handle-iconify-frame, dframe-get-focus)
14871 (dframe-select-attached-frame, dframe-power-click)
14872 (dframe-frame-mode): Fix typos in docstrings.
14874 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
14875 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
14876 Fix typos in docstrings.
14878 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
14879 (hi-lock-face-buffer, hi-lock-font-lock-hook)
14880 (hi-lock-archaic-interface-message-used)
14881 (hi-lock-file-patterns-range): Fix typos in docstrings.
14883 * savehist.el (savehist-loaded, savehist-load, savehist-install)
14884 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
14886 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
14887 Fix typo in docstring.
14889 * net/newsticker.el (newsticker--decode-iso8601-date)
14890 (newsticker--set-customvar, newsticker--buffer-insert-item)
14891 (newsticker--do-run-auto-mark-filter)
14892 (newsticker--parse-generic-feed): Doc fixes.
14893 (newsticker--retrieval-timer-list, newsticker-url-list)
14894 (newsticker-hide-immortal-items-in-echo-area)
14895 (newsticker-hide-obsolete-items-in-echo-area)
14896 (newsticker-new-item-face, newsticker--enclosure)
14897 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
14898 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
14899 (newsticker--parse-generic-feed, newsticker--cache-contains)
14900 (newsticker--stat-num-items, newsticker-download-enclosures):
14901 Fix typos in docstrings.
14903 * net/rcirc.el (rcirc-debug): Doc fix.
14904 (rcirc-fill-column, rcirc-receive-message-hooks)
14905 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
14906 (rcirc-mode, rcirc-generate-new-buffer-name)
14907 (rcirc-startup-channels, rcirc-ignore-update-automatic)
14908 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
14909 Fix typos in docstrings.
14910 (rcirc-print): "?\ " -> "?\s".
14911 (rcirc-cmd-join): Improve argument/docstring consistency.
14913 2006-02-01 Mark A. Hershberger <mah@everybody.org>
14915 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
14916 before narrow-to-region.
14918 2006-02-01 Richard M. Stallman <rms@gnu.org>
14920 * simple.el (move-beginning-of-line): Scan properly for invis change.
14922 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
14924 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
14926 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
14927 change bit only when id-format is 'integer. Reported by Matt
14928 Hodges <M.P.Hodges@rl.ac.uk>.
14930 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
14932 * hilit-chg.el (highlight-changes-initial-state)
14933 (highlight-changes-global-initial-state): Doc fixes.
14934 (highlight-changes-global-modes, global-highlight-changes):
14935 Fix typos in docstrings.
14937 2006-02-01 Kim F. Storm <storm@cua.dk>
14939 * emulation/cua-base.el (cua-mode): Mention that CUA enables
14940 transient-mark-mode in doc string.
14942 2006-01-31 Richard M. Stallman <rms@gnu.org>
14944 * replace.el (multi-occur): Doc fix.
14945 (multi-occur-in-matching-buffers): Rename from
14946 multi-occur-by-filename-regexp. Prefix arg says match
14947 buffer names instead of file names.
14949 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
14951 * bs.el: Allow non-default values of `bs-header-lines-length'.
14952 (bs--running-in-xemacs): Remove (not needed anymore).
14953 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
14954 instead of `shrink-window', thus avoiding having to compute the
14955 height of the window.
14956 (bs--up): Wrap around even when there's no header.
14957 (bs--down): Use `forward-line' instead of `next-line'.
14959 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
14961 * image-mode.el (image-toggle-display): Use file name if possible,
14962 instead of unnecessarily allocating a (possibly huge) lisp string.
14964 2006-01-30 John Paul Wallington <jpw@pobox.com>
14966 * subr.el (toplevel): Define `cl-assertion-failed' condition here
14967 because the `assert' macro signals it at runtime.
14969 * emacs-lisp/cl.el (toplevel): Remove definition of
14970 `cl-assertion-failed' condition.
14972 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
14974 * thumbs.el (thumbs-marked-list): Make buffer-local and
14976 (thumbs-insert-thumb): Make help-echo non-sticky.
14977 (thumbs-file-alist): Use eolp as check for (non)-image.
14979 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
14981 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
14982 (ediff-before-session-group-setup-hooks)
14983 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
14984 Fix typos in docstrings.
14986 * window.el (bw-dir, bw-eqdir, balance-windows)
14987 (split-window-keep-point): Fix typos in docstrings.
14989 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
14990 (org-quote-string, org-calendar-to-agenda-key)
14991 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
14992 (org-show-following-heading, org-tags-column)
14993 (org-use-tag-inheritance, org, org-allow-space-in-links)
14994 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
14995 (org-enable-table-editor, org-calc-default-modes)
14996 (org-table-allow-automatic-line-recalculation)
14997 (org-export-html-style, org-export-with-fixed-width)
14998 (org-export-with-sub-superscripts, org-special-keyword)
14999 (org-formula, org-time-grid, org-table-may-need-update)
15000 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15001 (org-goto-quit, org-get-indentation, org-end-of-item)
15002 (org-move-item-down, org-move-item-up)
15003 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15004 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15005 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15006 (org-agenda-log-mode, org-agenda-toggle-diary)
15007 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15008 (org-agenda-file-to-end, org-agenda-no-heading-message)
15009 (org-agenda-get-closed, org-format-agenda-item)
15010 (org-cmp-priority, org-cmp-category, org-cmp-time)
15011 (org-agenda-change-all-lines, org-agenda-diary-entry)
15012 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15013 (org-link-search, org-camel-to-words, org-open-file)
15014 (org-remember-handler, org-table-convert-region)
15015 (org-table-move-row-down, org-table-move-row-up)
15016 (org-table-copy-region, org-table-wrap-region)
15017 (org-table-toggle-vline-visibility)
15018 (org-table-get-vertical-vector, org-table-modify-formulas)
15019 (org-table-get-specials, org-recalc-commands)
15020 (org-table-rotate-recalc-marks, org-table-eval-formula)
15021 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15022 (org-level-color-stars-only, org-insert-heading):
15023 Fix typos in docstrings.
15024 (last-arg): Add defvar.
15026 * makefile.w32-in (WINS): Add erc.
15027 (MH_E_SRC): Update (copied from lisp/Makefile.in).
15029 2006-01-29 Bill Wohler <wohler@newt.com>
15031 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15032 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15033 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
15034 (mh-autoloads): Don't use comments on otherwise empty lines.
15036 2006-01-29 Edward O'Connor <ted@oconnor.cx>
15038 * emulation/viper.el (viper-major-mode-modifier-list):
15039 Add insert-state and vi-state entries for erc-mode.
15040 (viper-go-away, viper-set-hooks): Add and remove
15041 viper-comint-mode-hook from erc-mode-hook as appropriate.
15043 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15045 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15047 * bs.el (bs--format-aux): Implement `middle' alignment as
15048 described in the docstring for `bs-attributes-list'.
15049 (bs--get-name): Simplify. Don't pad the buffer name.
15051 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15053 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15054 English aspell dictionary is installed, use the first entry of
15055 ispell-dictionary-alist-1.
15057 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15059 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15062 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15064 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15065 for `process-file', in order to let it work for older Emacsen too.
15067 2006-01-27 Eli Zaretskii <eliz@gnu.org>
15069 * international/latexenc.el: Add a suitable `coding:' tag.
15070 (latexenc-find-file-coding-system): Undo last change.
15072 2006-01-27 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
15074 * international/latexenc.el (latexenc-find-file-coding-system):
15075 Make sure latexenc-main-file is a regular file and is readable.
15077 2006-01-27 Andre Spiegel <spiegel@gnu.org>
15079 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15080 Pass FILE to vc-user-login-name.
15082 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15084 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
15086 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15087 there are no more images to display.
15088 (thumbs-mark, thumbs-unmark): Revert change so that they move to
15091 2006-01-26 Richard M. Stallman <rms@gnu.org>
15093 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15095 * wid-edit.el (advertised-widget-backward): New alias.
15096 (widget-keymap): Use advertised-widget-backward for S-TAB.
15098 * tumme.el: Correct the keywords.
15099 (tumme-dir-max-size): Use defvar.
15100 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15102 * simple.el (move-beginning-of-line): Take account of fields.
15103 (clone-indirect-buffer-other-window): Take args like
15104 clone-indirect-buffer, and work like it.
15106 * help-fns.el (describe-function): Don't pass `nil' as default.
15108 * files.el (risky-local-variable-p): Follow var aliases.
15110 * subr.el (lazy-completion-table): Doc fix.
15112 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15113 global binding of `line'.
15115 2006-01-25 Andre Spiegel <spiegel@gnu.org>
15117 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15120 * vc.el (vc-default-dired-state-info): Pass FILE to
15121 vc-user-login-name.
15122 (vc-default-update-changelog): Don't use vc-user-login-name, we
15123 don't need it here.
15125 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15126 no longer necessary.
15128 2006-01-25 Kenichi Handa <handa@m17n.org>
15130 * international/mule.el (decode-char): Avoid the overhead of
15131 calling utf-lookup-subst-table-for-decode if
15132 utf-translate-cjk-mode is nil.
15133 (encode-char): Avoid the overhead of calling
15134 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15137 2006-01-22 Kenichi Handa <handa@m17n.org>
15139 * international/mule.el (make-subsidiary-coding-system): Reset
15140 `coding-system-define-form' property of subsidiaries to nil.
15141 Avoid duplicated entry in coding-system-alist.
15142 (make-coding-system): Avoid duplicated entry in
15143 coding-system-alist.
15144 (define-coding-system-alias): Likewise.
15146 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
15148 * completion.el: Minor fixes in introductory comment.
15149 (completion-def-wrapper): Fix alist.
15151 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
15153 * thumbs.el (thumbs-new-image-size): New function.
15154 (thumbs-increment-image-size-element)
15155 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15156 (thumbs-decrement-image-size): Delete.
15157 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
15158 temp files and use to resize.
15159 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15160 Use increment argument to enlarge/shrink. Preserve point.
15161 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15162 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15163 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15164 (thumbs-mark, thumbs-unmark): Preserve point.
15165 (thumbs-modify-image): Keep old temp files and use to modify.
15166 Cleanup old temp files at load time. Preserve point.
15167 (thumbs-view-image-mode-map): Use new command names.
15169 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
15171 * log-view.el (log-view-minor-wrap): First rev is the one at point.
15173 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15174 the nastiest part of the cyclic dependency.
15175 (cal-menu-update): Use dotimes and calendar-increment-month.
15177 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15178 (calendar-week-start-day): Add an :initializer.
15179 (calendar-mode-map): Use suppress-keymap, and command remapping.
15180 (describe-calendar-mode): Setup xref-stack info for the back button.
15181 (calendar-star-date): Insert before delete.
15182 (calendar-set-mode-line): Add file-modified info if applicable.
15183 (calendar-increment-month): New function.
15185 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
15187 * font-lock.el (lisp-font-lock-keywords-2):
15188 Recognize "& keywords" only at word boundaries.
15190 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
15192 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
15193 and permanent-local.
15194 (thumbs-max-image-number): New variable.
15195 (thumbs-do-thumbs-insertion): Use them.
15196 (thumbs-per-line): Change default to 4.
15197 (thumbs-marked-list): Rename from thumbs-markedL.
15198 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15199 (thumbs-rename-images): Use -list instead of L for internal variables.
15200 (thumbs-call-convert): Use call-process instead of shell-command.
15201 (thumbs-insert-thumb): Add filename as help-echo to each image.
15202 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15203 Give dir to thumbs-show-thumbs-list.
15204 (thumbs-show-thumbs-list): Set default-directory to that of images.
15205 (thumbs-dired-show): Rename from thumbs-dired-show-all.
15206 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15207 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15208 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15210 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15212 * ses.el (ses-read-cell): Provide a default value.
15214 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
15216 * term/w32-win.el (image-library-alist): Add additional names for
15219 2006-01-23 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
15221 * international/latexenc.el (latexenc-find-file-coding-system):
15222 Add file-regular-p check.
15224 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
15226 * simple.el (clone-buffer): Don't show the new buffer in the same
15229 2006-01-23 Juri Linkov <juri@jurta.org>
15231 * faces.el (link, link-visited): New faces based on default values
15232 of `info-xref' and `info-xref-visited'.
15234 * info.el (info-xref): Inherit from `link'.
15235 (info-xref-visited): Inherit from `link-visited'.
15237 * cus-edit.el (custom-buffer-create-internal): Use widget type
15238 `custom-manual' instead of `info-link' and don't set properties
15239 `button-face' and `mouse-face' explicitly.
15240 (custom-browse-group-tag, custom-browse-variable-tag)
15241 (custom-browse-face-tag): Inherit from widget class
15242 `custom-group-link' instead of `push-button'.
15243 (custom-button-unraised): Inherit from `underline' face.
15244 (custom-link): Inherit from `link' face. Fix doc and group.
15245 (custom-add-parent-links, custom-group-value-create): Don't set
15246 properties `button-face' and `mouse-face' explicitly for
15247 `custom-group-link' widget.
15248 (custom-group-link): Add properties `button-face' and `mouse-face'
15249 to widget definition.
15250 (custom-field-keymap): New variable. Put `custom-field-keymap' to
15251 editable-field's :keymap property.
15252 (custom-mode): Fix docstring: substitute keybindings for
15253 `widget-forward' and `widget-backward' from `widget-keymap',
15254 `widget-complete' from `custom-field-keymap', replace old
15255 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
15257 * desktop.el (desktop-load-file): Check for `fboundp' before
15258 calling `symbol-function'.
15260 * simple.el (clone-buffer, clone-indirect-buffer)
15261 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15262 `read-string'. Fix prompts.
15264 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15266 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
15268 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15270 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
15272 * startup.el (inhibit-splash-screen, initial-scratch-message):
15275 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
15277 Sync with Tramp 2.0.52.
15279 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15280 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
15281 `tramp-unload-tramp' for checklist.
15283 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15284 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
15285 (tramp-unload-file-name-handler-alist)
15286 (tramp-unload-tramp): New defuns.
15287 (tramp-advice-PC-expand-many-files): New defadvice.
15288 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15290 (tramp-handle-expand-file-name): Remove double slash.
15291 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15292 It doesn't matter, because it will be converted later on.
15293 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
15294 implementation was just heuristic.
15295 (tramp-post-connection): Set uid and gid properties.
15296 (tramp-convert-file-attributes): Set file's gid change bit.
15297 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15298 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15299 in case of su(do)? methods. The home directory of the local user
15300 will be taken else.
15301 (tramp-open-connection-telnet)
15302 (tramp-open-connection-rsh, tramp-open-connection-su)
15303 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
15304 local shell prompt could hurt. Reported by Romain Francoise
15305 <romain@orebokech.com>.
15306 (tramp-let-maybe): Add `edebug-form-spec' property.
15307 (tramp-handle-expand-file-name): Bind `default-directory' locally
15308 to "/" in order to avoid problems with UNC shares or Cygwin
15310 (tramp-md5-function): Fix typo in error message.
15312 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15314 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15315 for byte-compiler pacification.
15317 2006-01-22 Andre Spiegel <spiegel@gnu.org>
15319 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15320 ID-FORMAT `string'. This allows us to get rid of
15321 `vc-user-login-name UID'.
15323 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15325 2006-01-22 John Paul Wallington <jpw@pobox.com>
15327 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15329 2006-01-21 Martin Rudalics <rudalics@gmx.at>
15331 * emacs-lisp/find-func.el (find-definition-noselect)
15332 (find-variable-noselect): Search variables in C source code too.
15333 (find-function-C-source, find-function-noselect, find-function)
15334 (find-function-other-frame, find-variable-noselect, find-variable)
15335 (find-variable-other-frame, find-variable-at-point):
15338 2006-01-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
15340 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15342 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
15344 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15345 Default to disabling the "Save affix" question.
15347 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
15349 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15350 the first arg to run-python.
15352 2006-01-21 Eli Zaretskii <eliz@gnu.org>
15354 * startup.el (command-line-1): Handle --no-desktop if desktop.el
15357 2006-01-20 Jay Belanger <belanger@truman.edu>
15359 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15362 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15363 the correct variable.
15365 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
15367 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15368 link. Fixed buggy argument sequence in call to `org-view-tags'.
15369 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15370 (org-prefix-has-tag): New variable.
15371 (org-format-agenda-item): Remove tags from headline if
15373 (org-agenda-remove-tags-when-in-prefix): New option.
15374 (org-get-tags-at): New function.
15376 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
15378 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
15379 (thumbs-find-image): Move image name and number from buffer name
15380 to mode name. Set thumbs-buffer. Preserve point so that large
15381 images remain visible.
15382 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15384 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
15386 (thumbs-next-image, thumbs-previous-image): Make them work.
15388 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
15390 * cus-edit.el (custom-buffer-create-internal): State in the text above
15391 the whole buffer buttons that they do not operate on hidden items.
15392 (custom-face-menu): Use `custom-face-save' instead of
15393 `custom-face-save-command'.
15394 (custom-face-save-command): Make it an alias for `custom-face-save'
15395 and declare it obsolete.
15396 (custom-face-save): Doc fix.
15398 * dired.el (dired-no-confirm): Add quote.
15399 (dired-subdir-alist-pre-R): Add quote in
15400 `make-variable-buffer-local' form and remove unbalanced parenthesis.
15402 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
15404 * textmodes/table.el (table-mode-indicator): Typo in last change.
15406 2006-01-19 Richard M. Stallman <rms@gnu.org>
15408 * outline.el (hide-leaves): Don't call outline-end-of-heading.
15409 Fixes bug reported in Nov 2005.
15411 * isearch.el (isearch-forward): Doc fix.
15413 * dired.el (dired-move-to-filename-regexp): Define as alias.
15414 (dired-no-confirm): Use defcustom.
15415 (dired-subdir-alist-pre-R): Put defvar at top level.
15417 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15419 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15422 * simple.el (set-mark-command): Doc fix.
15423 (clone-indirect-buffer-other-window):
15424 Read arg like clone-indirect-buffer.
15425 (move-beginning-of-line): Skip invisible newlines.
15427 2006-01-19 Masatake YAMATO <jet@gyve.org>
15429 * progmodes/cpp.el (cpp-edit-load): Make the order of
15430 listed conditions in a base C code buffer and its associate
15431 CPP Edit buffer the same.
15433 2006-01-19 Kenichi Handa <handa@m17n.org>
15435 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15436 (rmail-mime-feature): Likewise.
15437 (rmail-require-mime-maybe): Use display-warning to show a warning
15440 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15441 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15443 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15445 * array.el: Move defvars out of eval-when-compile.
15446 (array-make-template): Replace undeclared global var with a local one.
15447 (array-mode): Inline initialization functions.
15448 (array-init-local-variables, array-init-max-row)
15449 (array-init-max-column, array-init-columns-per-line)
15450 (array-init-field-width, array-init-rows-numbered)
15451 (array-init-line-length, array-init-lines-per-row): Remove.
15453 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
15454 (doc-mode-map): Define explicitly.
15455 (doctor-txtype): Use mapc.
15457 * textmodes/table.el: Move defvars out of eval-when-compile.
15458 Remove harmful code meant to avoid byte-compiler warnings.
15459 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
15460 specification that checks table-fixed-width-mode directly.
15461 (table-recognize-region, table-recognize-cell):
15462 Use restore-buffer-modified-p.
15463 (table-fixed-width-mode): Remove code that refreshes
15464 table-fixed-mode-indicator.
15465 (*table--cell-describe-bindings, *table--cell-describe-mode):
15466 Avoid obsolete name print-help-return-message.
15467 (table--test-cell-list): Don't use replace-regexp from elisp.
15468 (table--point-entered-cell-function, table--point-left-cell-function):
15469 Don't set table-fixed-mode-indicator, use force-mode-line-update.
15471 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
15472 that was after the end of file. Use buffer-file-name variable.
15473 (org-timestamp-change): Use with-current-buffer.
15474 (org-todo-list): Don't unnecessarily define a new buffer-local var.
15475 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15478 * progmodes/fortran.el: Move defvars out of eval-when-compile.
15479 (fortran-break-line): Remove unused var `opoint'.
15480 (fortran-abbrev-start): Obey help-event-list.
15482 2006-01-18 Jesper Harder <harder@phys.au.dk>
15484 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15486 2006-01-18 Masatake YAMATO <jet@gyve.org>
15488 * progmodes/make-mode.el (makefile-imake-mode): New mode
15489 derived from makefile-mode.
15490 (makefile-imake-mode-syntax-table): New syntax table
15491 derived from makefile-mode-syntax-table.
15492 (makefile-mode): Write about makefile-imake-mode in doc string.
15493 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15494 (makefile-imake-font-lock-keywords): New font lock keywords.
15496 * files.el (auto-mode-alist): Add Imakefile.
15498 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
15500 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15501 loading the file rather than when turning on flyspell-mode.
15503 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
15505 * cus-edit.el (customize-rogue): Minor doc fix.
15507 2006-01-17 Juri Linkov <juri@jurta.org>
15509 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15510 instead of the file at the mark as default if the file at the mark
15511 is the same as the file at point or if dired-dwim-target-directory
15512 is not the same as the current directory and the mark is not active.
15514 * log-view.el (log-view-minor-wrap): Use the same logic to get
15515 revisions as `log-view-diff'.
15517 * info.el (Info-revert-find-node): Check for Info-current-file
15518 before preserving new-history.
15520 * man.el (Man-heading-regexp): Add `/'.
15522 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15523 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15525 2006-01-16 Juri Linkov <juri@jurta.org>
15527 * faces.el (mode-line-faces): New defgroup.
15528 (mode-line-highlight): Move definition after new defgroup.
15529 (mode-line, mode-line-inactive, mode-line-highlight):
15530 Replace :group `modeline' with `mode-line-faces'.
15531 (mode-line-buffer-id): New face.
15532 (modeline-buffer-id): New face alias.
15533 (vertical-border): Remove :group `modeline'.
15535 * bindings.el (propertized-buffer-identification): Use face
15536 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15537 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15538 (mode-line-buffer-identification-keymap): For mouse-1 replace
15539 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15540 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15543 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15544 Buffer-menu-buffer. Doc fix.
15545 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15546 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15547 `Buffer-menu-buffer'.
15549 * info.el (Info-mode-line-node-keymap): New defvar.
15550 (Info-set-mode-line): Use `stringp' to check Info-current-file.
15551 Propertize Info-current-node with `mode-line-buffer-id' and
15552 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15554 * time.el (display-time-mail-face): Replace :group `faces' with
15557 2006-01-16 Kenichi Handa <handa@m17n.org>
15559 * international/code-pages.el: Add autoload cookies for cp125[0345678].
15561 * language/european.el (cp1252): New alias for windows-1252.
15563 * international/mule.el (autoload-coding-system): Prepare for EOL
15566 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
15568 * term.el (term-raw-map): Add mapping for insert.
15569 (term-send-insert): New.
15570 (term-mode): Make variables local here instead of doing it in
15571 `term-emulate-terminal'.
15572 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15573 Scroll reverse needs to take into account the scroll region.
15574 Saving and restoring the cursor should save the color attributes too.
15575 (term-reset-terminal): Reset the scroll region.
15576 (term-handle-ansi-escape): Cursor up and down should take into
15577 account the scroll region.
15578 (term-set-scroll-region): Rename from `term-scroll-region'.
15579 Move to 0,0 after setting the region.
15580 (term-handle-scroll): Handle scroll up.
15581 (term-down): Fix off by one error.
15582 (term-delete-lines): Do not delete outside the scroll region.
15583 (term-insert-lines): Take into account the scroll region.
15585 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
15587 * textmodes/ispell.el (ispell-internal-change-dictionary)
15588 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15589 (start, end): Move declaration outside of eval-when-compile.
15591 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15592 (flyspell-mode-on): Use it.
15594 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15595 ispell-kill-ispell-hook.
15597 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
15599 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15600 (Custom-reset-saved): Do not ask for confirmation in single option
15603 2006-01-13 Richard M. Stallman <rms@gnu.org>
15605 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15607 2006-01-13 Romain Francoise <romain@orebokech.com>
15609 * add-log.el (add-change-log-entry, change-log-merge):
15610 Conditionally use `hard-newline'.
15612 2006-01-13 Martin Rudalics <rudalics@gmx.at>
15614 * wid-edit.el (widget-field-end): If the overlay is no longer
15615 associated with a buffer, behave as if the overlay didn't exist.
15617 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15618 Make sure the links use the `custom-link' face.
15620 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15622 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15623 (ld-script-mode): Don't set indent-line-function since we don't
15626 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
15628 * textmodes/org.el (org-open-file): Use mailcap for selecting an
15630 (org-file-apps-defaults-gnu): Use mailcap as the default for
15631 selecting an application on a UNIX system.
15632 (org-agenda-show-tags): New command.
15633 (org-table-insert-hline): Keep cursor in current table line.
15634 (org-table-convert): Offset effect of modifying
15635 `org-table-insert-hline'.
15636 (org-format-agenda-item): New optional argument TAG.
15637 (org-compile-prefix-format): Handle %T format for the tag.
15638 (org-expand-wide-chars): New function.
15639 (org-table-insert-row, org-table-insert-hline):
15640 Use `org-expand-wide-chars'.
15641 (org-open-file): Fix bug in program launch.
15642 (org-get-time-of-day): Fix bug with times before 1am.
15643 (org-agenda-menu): Add tags commands.
15645 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
15647 * textmodes/ispell.el (ispell-init-process): Include the used
15648 dictionary in ispell process start message.
15649 (ispell-internal-change-dictionary): When flyspell-mode is active
15650 and dictionary is changed, make sure ispell process is restarted
15651 and flyspell word cache cleared out for the current buffer.
15652 (ispell-change-dictionary): Make sure flyspell word cache is
15653 cleared out in all buffers with active flyspell mode when
15654 dictionary is globally changed.
15655 Call ispell-internal-change-dictionary after dictionary change.
15657 2006-01-13 Eli Zaretskii <eliz@gnu.org>
15659 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15661 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15662 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15663 years. Fix small differences wrt Makefile.in.
15664 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15667 2006-01-12 Bill Wohler <wohler@newt.com>
15669 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15672 2006-01-12 Masatake YAMATO <jet@gyve.org>
15674 * progmodes/ld-script.el: Update copyright year.
15676 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
15678 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15679 Don't add widget if setting undefined.
15681 2006-01-12 John Paul Wallington <jpw@pobox.com>
15683 * help-fns.el (describe-variable): Remove newlines from void
15686 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
15688 * wdired.el (wdired-mode-map): Add help echo for
15689 wdired-abort-changes.
15691 * man.el (Man-file-name-regexp): Adjust for a list of files.
15693 2006-01-12 Masatake YAMATO <jet@gyve.org>
15695 * progmodes/ld-script.el (auto-mode-alist): Support
15696 suffix conventions used in netbsd and eCos.
15698 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
15700 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15701 (custom-variable-menu, custom-face-menu, custom-group-menu)
15702 (Custom-mode-menu): Change names of menu items. (As discussed on
15704 (custom-face-menu): Add "Undo Edits" item.
15706 * startup.el (init-file-user): defcustom -> defvar.
15708 * tooltip.el (tooltip-mode): Doc fix.
15710 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15712 * reveal.el (reveal-post-command): window-buffer signals an error on
15713 dead windows rather than returning nil.
15714 (reveal-open-new-overlays): An overlay might die while we open others.
15716 2006-01-11 Bill Wohler <wohler@newt.com>
15718 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15719 phrasing in docstring.
15721 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15722 can give some systems gas. Add new file mh-buffers.el.
15724 2006-01-06 Masatake YAMATO <jet@gyve.org>
15726 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15727 C preprocessor forward ported from GNU Emacs 21.2.
15729 * progmodes/asm-mode.el (asm-font-lock-keywords):
15730 Use `cpp-font-lock-keywords'.
15732 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15734 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15735 of $ for "\\.ld[s]?".
15737 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
15739 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15740 (tcl-indent-line): Return `noindent' if inside a string.
15742 * progmodes/flymake.el (flymake-split-string): Remove more than one
15743 empty string at beg/end of the result.
15744 (flymake-find-buildfile, flymake-find-possible-master-files):
15745 Use expand-file-name.
15746 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15747 since expand-file-name does it for us. Use directory-file-name.
15748 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15749 (flymake-ler-get-type, flymake-ler-get-text)
15750 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
15751 (flymake-current-line-no): Remove spurious interactive spec.
15752 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15753 (flymake-check-include): Remove arg inc-path merged into inc-name.
15754 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15755 Arg regexp-list replaced by a simple regexp.
15756 (flymake-master-make-header-init, flymake-master-tex-init):
15757 Correspondingly replace regexp-list with a regexp. Fix regexp.
15759 2006-01-10 Simon Josefsson <jas@extundo.com>
15761 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15762 describing AUTH PLAIN fix.
15764 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15766 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15767 (report-emacs-bug): Don't record initial prompt text.
15768 Instead, add text properties to prompting text.
15769 (report-emacs-bug-hook): Delete prompting text.
15771 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
15773 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15774 `dirs'. Adjust callers.
15776 2006-01-09 John Paul Wallington <jpw@gnu.org>
15778 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15780 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
15782 * reveal.el (reveal-open-new-overlays): New extracted fun.
15783 (reveal-close-old-overlays): Idem. Check overlays's liveness before
15784 using them. Simplify the code.
15785 (reveal-post-command): Use them. Fix up obsolete windows in
15788 * progmodes/flymake.el: Use `require' rather than autoload for
15790 (flymake-get-common-file-prefix, flymake-build-relative-filename):
15791 Delete. Use file-relative-name instead.
15792 (flymake-get-syntax-check-program-args, flymake-perl-init):
15793 Simplify the resulting code.
15795 * log-view.el (log-view-file-re, log-view-message-re): Add support
15798 2006-01-09 Alex Schroeder <alex@gnu.org>
15800 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15801 identifiers sometimes added in square brackets at the beginning of
15804 2006-01-07 Richard M. Stallman <rms@gnu.org>
15806 * cus-edit.el (Custom-set, Custom-save): Doc fix.
15807 (Custom-reset-current, Custom-reset-saved): Change question text.
15808 (Custom-reset-standard): Likewise.
15809 (custom-variable-reset-saved): Doc fix.
15811 2006-01-07 Eli Zaretskii <eliz@gnu.org>
15813 * startup.el (init-file-user): Doc fix.
15815 2006-01-07 Alex Schroeder <alex@gnu.org>
15817 * mail/rmail.el (rmail-current-subject): New function.
15818 (rmail-current-subject-regexp): New function.
15819 (rmail-next-same-subject): Use it.
15821 * mail/rmailsum.el (rmail-summary-by-topic):
15822 Use rmail-current-subject and rmail-current-subject-regexp.
15823 (rmail-summary-next-same-subject): Ditto.
15825 * net/rcirc.el (rcirc-send-input): No longer check whether the
15826 process is open, since not all commands need an open process.
15827 (rcirc-send-string): Check whether the process is open before
15829 (rcirc-ignore-list): New option.
15830 (rcirc-ignore-list-automatic): New variable.
15831 (rcirc-print): Take rcirc-ignore-list into account.
15832 (rcirc-cmd-ignore): New command.
15833 (rcirc-ignore-update-automatic): New function.
15834 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
15835 list if ignored nicks.
15836 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
15838 2006-01-06 David Reitter <david.reitter@gmail.com>
15840 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
15841 reflect the address to which the report will be sent.
15843 2006-01-06 Eli Zaretskii <eliz@gnu.org>
15845 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
15846 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
15848 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
15850 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
15852 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
15853 the doc string: "functoin" => "function".
15854 * ldefs-boot.el: Likewise.
15856 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
15857 message text: "Duplicat" => "Duplicate".
15859 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
15861 * files.el (basic-save-buffer-2): If backing-up failed, reset
15862 buffer-backed-up to nil.
15864 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
15866 * progmodes/gud.el (gdb-script-skip-to-head)
15867 (gdb-script-calculate-indentation): Indent for breakpoint command
15870 2006-01-05 Bill Wohler <wohler@newt.com>
15872 * Makefile.in (compile-always): Add mh-autoloads dependency.
15873 (bootstrap): Remove mh-autoloads dependency, as compile dependency
15875 (updates): Remove mh-autoloads dependency, since it probably has
15876 already run recently (via recompile).
15878 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15880 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
15881 argument `force' to disable the flyspell-last-buffer optimization.
15882 (flyspell-mode-on): Use it.
15884 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
15885 flymake-simple-cleanup.
15886 (flymake-allowed-file-name-masks): Use this new default.
15887 All the functions are now called in the right buffer rather than
15888 passing the buffer as argument.
15889 (flymake-process-sentinel): Switch to buffer before calling cleanup.
15890 (flymake-parse-err-lines): Remove redundant buffer arg.
15891 (flymake-get-program-dir): Comment out unused function.
15892 (flymake-start-syntax-check, flymake-start-syntax-check-process):
15893 Remove redundant buffer argument.
15894 (flymake-get-real-file-name, flymake-simple-java-cleanup)
15895 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
15897 2006-01-05 Richard M. Stallman <rms@gnu.org>
15899 * info.el (Info-find-node): Don't record previous node if have none.
15900 (info): Go to directory only if history is empty.
15902 * simple.el (mark): Doc fix.
15904 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15906 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
15907 already of desired type.
15908 (mac-ae-list): Coerce parameter to "list" type.
15909 (mac-dispatch-apple-event): Replace cadr part of event with a
15910 dummy position so that event-start returns it.
15912 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
15914 * textmodes/org.el (org-end-of-subtree): New function.
15915 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
15916 Use `org-end-of-subtree'.
15917 (org-agenda, org-agenda-convert-date): Protect calls to
15918 `fit-window-to-buffer'.
15919 (org-tags-view): Force matching of sublevels when doing a
15920 todo-only search. Define the correct redo command, including the
15922 (org-agenda-redo): Display message.
15923 (org-check-for-org-mode): New function.
15924 (org-agenda-type): New variable.
15925 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
15926 Set `org-agenda-type'.
15927 (org-agenda-check-type): New function.
15928 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
15929 (org-agenda-week-view, org-agenda-day-view)
15930 (org-agenda-next-date-line, org-agenda-previous-date-line)
15931 (org-agenda-log-mode, org-agenda-toggle-diary)
15932 (org-agenda-toggle-time-grid, org-agenda-date-later)
15933 (org-agenda-date-prompt, org-agenda-diary-entry)
15934 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
15935 (org-agenda-convert-date, org-agenda-menu):
15936 Use `org-agenda-check-type'.
15937 (org-make-overlay, org-delete-overlay)
15938 (org-detatch-overlay, org-move-overlay, org-overlay-put):
15939 New compatibility functions.
15940 (org-calendar-select-mouse): New command.
15942 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
15944 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
15945 (Custom-reset-standard): Fix y-or-n-p messages.
15946 (custom-link): New face for links.
15947 (custom-buffer-create-internal, custom-manual): Use it.
15948 (custom-face-save): Push to theme-face before setting face spec.
15950 * wid-edit.el (widget-default-mouse-face-get): New function.
15951 (widget-specify-button): Handle mouse-face like button-face.
15953 * custom.el (load-theme): Clear old theme settings if reloading.
15955 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
15957 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
15958 "Erase Customization" button back to same position it occupies in
15959 the individual State menus.
15961 2006-01-04 Kim F. Storm <storm@cua.dk>
15963 * wid-edit.el (key-sequence): Rework widget to read key binding
15964 using `kbd' syntax. Use C-q to insert literal key, event, or code.
15965 (widget-key-sequence-default-value): Default value for empty sequence.
15966 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
15967 (widget-key-sequence-read-event): New command for C-q.
15968 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
15969 (widget-key-sequence-value-to-external): New functions.
15971 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15973 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
15974 Use expand-file-name.
15975 (flymake-delete-temp-directory): Use expand-file-name,
15976 file-name-directory, and directory-file-name.
15977 (flymake-strrchr): Delete.
15978 (flymake-start-syntax-check): Don't pass the redundant buffer argument
15979 to the init-f function.
15980 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
15981 (flymake-init-find-buildfile-dir)
15982 (flymake-init-create-temp-source-and-master-buffer-copy)
15983 (flymake-simple-make-init-impl, flymake-simple-make-init)
15984 (flymake-master-make-init, flymake-master-make-header-init)
15985 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
15986 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
15987 (flymake-xml-init): Remove corresponding redundant buffer argument.
15988 (flymake-allowed-file-name-masks): Remove last elems that are equal to
15989 the default anyway. Clean up regexps.
15991 * progmodes/flymake.el (flymake-temp-source-file-name)
15992 (flymake-master-file-name, flymake-temp-master-file-name)
15993 (flymake-base-dir): New buffer-local vars.
15994 (flymake-buffer-data, flymake-get-buffer-value)
15995 (flymake-set-buffer-value): Replace those hash-tables by the new
15996 buffer-local vars. Update callers.
15998 * progmodes/flymake.el (flymake-check-start-time)
15999 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16000 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16001 Move definition, so we can remove redundant earlier declaration.
16002 (flymake-replace-regexp-in-string, flymake-split-string)
16003 (flymake-get-temp-dir): Use defalias.
16004 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
16005 (flymake-xemacs-window-edges): Remove unused function.
16006 (flymake-get-point-pixel-pos): Move.
16007 (flymake-pid-to-names, flymake-reg-names)
16008 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16009 Replace by a simple list flymake-processes and by process-buffer.
16010 Update callers. Other than simplify the code, it uses buffers rather
16011 than buffer-names so it doesn't get confused by uniquify.
16012 (flymake-buffer-data): The global value should just be nil.
16014 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16015 Optimize the body of a defalias like any other code.
16017 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16018 Make sure we've setup font-lock's vars. It may influence which
16019 function we then call.
16020 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16021 here since it's too late anyway.
16023 2006-01-03 Romain Francoise <romain@orebokech.com>
16025 * startup.el (fancy-splash-tail, normal-splash-screen):
16026 Update copyright year.
16028 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
16030 * mouse.el (mouse-drag-track): Rename, from
16031 `mouse-drag-region-1'. Includes optional argument required to
16032 enable post-drag event processing (e.g. delete region keys).
16033 Can be used without this argument to track a mouse region and operate
16034 on it as soon as the drag completes.
16035 (mouse-drag-region): Use `mouse-drag-track'.
16037 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
16039 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16040 Move to `custom-buffer' group.
16042 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16043 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16044 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16045 (custom-theme-face-menu): New variables.
16046 (custom-theme-add-variable, custom-theme-variable-action)
16047 (custom-variable-reset-theme, custom-theme-delete-variable)
16048 (custom-face-reset-theme, custom-theme-face-action)
16049 (custom-theme-delete-face, custom-theme-merge-theme)
16050 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16052 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16054 * custom.el: Move Custom Themes commentary to start of theme code.
16055 (custom-known-themes): Rename `standard' theme to `changed'.
16056 (custom-push-theme): Caller no longer specifies what theme to use
16057 when doing `reset'---the setting is simply removed from the theme.
16058 Delete MODE from `theme-value' and `theme-settings' properties.
16059 (custom-declare-theme): Ignore &rest args since we don't use them.
16061 (custom-loaded-themes): Delete variable.
16062 (custom-theme-load-themes, custom-theme-loaded-p)
16063 (custom-theme-value): Delete functions.
16065 (custom-declare-theme): Signal error on invalid theme names.
16066 (provide-theme): custom-loaded-themes was deleted.
16067 (load-theme): Load the file unconditionally.
16068 (enable-theme): Call `load-theme' if theme is undefined.
16069 (custom-enabled-themes): Only update value for successful loads.
16070 (disable-theme): Complete from enabled themes when interactive.
16071 (custom-variable-theme-value): Calculate theme value directly.
16073 (custom-theme-reset-variables, custom-reset-variables): Mark as
16074 XEmacs compatibility functions. We don't actually use these.
16076 * cus-edit.el (custom-variable-state-set):
16077 Use custom-variable-theme-value instead of custom-theme-value.
16078 (custom-face-state-set): Rename `standard' theme to `changed'.
16079 (custom-save-variables, custom-save-faces): Delete unneeded
16080 references to custom-reset-variables.
16081 (custom-save-resets): Delete function.
16082 (custom-save-variables, custom-save-faces): MODE argument deleted.
16083 (custom-save-variables, custom-save-faces): Ignore theme values.
16085 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16086 compatibility function.
16088 2006-01-01 Richard M. Stallman <rms@gnu.org>
16090 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16091 (Custom-reset-current, Custom-reset-saved): Likewise.
16092 (Custom-reset-standard): Show message if aborted.
16093 (custom-mode): Doc fix, describing those commands.
16095 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16096 put on event-kind property.
16098 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
16100 * custom.el (provide-theme): Ban `user' theme name.
16101 (custom-enabling-themes): New variable.
16102 (enable-theme): Don't enable user if custom-enabling-themes is t.
16103 (custom-enabled-themes): Make it a defcustom.
16104 (custom-theme-recalc-face): No-op if face is undefined.
16106 * cus-edit.el (custom-button-mouse): New variable.
16107 (custom-button-mouse): New face.
16108 (custom-raised-buttons, custom-mode): Use it.
16110 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16112 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16114 * progmodes/gud.el (gud-display-line): Support hl-line in the
16117 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16119 * mouse.el (mouse-drag-window-above): Verify that the found window
16120 overlaps with the given window in the horizontal dimension.
16122 2005-12-31 Eli Zaretskii <eliz@gnu.org>
16124 * Makefile.in (cvs-update): New target.
16126 * makefile.w32-in (cvs-update): Ditto.
16128 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
16130 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16131 (custom-new-theme-mode-map): New variable.
16133 2005-12-30 Richard M. Stallman <rms@gnu.org>
16135 * custom.el (custom-load-themes): Function deleted.
16137 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16138 (custom-save-variables): Don't delete or add custom-load-themes call.
16140 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
16142 * cus-start.el: Add `visible-cursor'.
16144 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16145 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16146 (flymake-process-filter): Switch to buffer before calling it instead.
16147 (flymake-post-syntax-check, flymake-highlight-err-lines)
16148 (flymake-delete-own-overlays, flymake-parse-err-lines)
16149 (flymake-start-syntax-check, flymake-start-syntax-check-process)
16150 (flymake-count-lines, flymake-parse-residual):
16151 Remove constant buffer argument.
16152 (flymake-start-syntax-check-for-current-buffer): Remove.
16153 Update callers to use flymake-start-syntax-check instead.
16154 (flymake-display-err-menu-for-current-line):
16155 Remove unused var `mouse-pos'.
16156 (flymake-restore-formatting): Comment out unused function.
16157 (flymake-report-status, flymake-report-fatal-status): Remove buffer
16158 argument, use current-buffer instead. Update callers.
16160 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16162 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16163 buffer-local because choose-completion-delete-max-match requires
16164 that we set completion-ignore-case (i.e., binding via let is not
16166 (bibtex-complete): Always set completion-ignore-case and
16167 choose-completion-string-functions. The latter is needed because
16168 choose-completion-string-functions keeps its value if we quit the
16169 *Completions* buffer without requesting a completion.
16171 2005-12-30 Andreas Schwab <schwab@suse.de>
16173 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16175 2005-12-30 Eli Zaretskii <eliz@gnu.org>
16177 * jit-lock.el (jit-lock-chunk-size): Doc fix.
16179 2005-12-30 Juri Linkov <juri@jurta.org>
16181 * locate.el (locate-fcodes-file, locate-header-face)
16182 * progmodes/delphi.el (delphi-other-face)
16183 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16185 * paren.el (show-paren-match, show-paren-mismatch): Use existing
16186 group `paren-showing-faces'.
16188 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16189 (goto-address): Fix docstring.
16191 * net/webjump.el (webjump-sample-sites): Update URLs.
16193 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16195 * subr.el (cancel-change-group): Add listp around pending-undo-list.
16197 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
16199 * font-lock.el (font-lock-compile-keywords): Signal an error when
16200 font-lock-set-defaults hasn't been called.
16202 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
16204 * subr.el (noreturn, 1value): Doc fixes.
16206 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16208 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16209 that assoc-string returns nil.
16211 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16213 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16214 (bibtex-entry-type-str, bibtex-empty-field-re)
16215 (bibtex-search-backward-string, bibtex-preamble-prefix)
16216 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16217 (bibtex-any-valid-entry-type): New variable.
16218 (bibtex-parse-field-name): Simplify.
16219 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16220 (bibtex-preamble-prefix): Include left delimiter.
16221 (bibtex-search-forward-field, bibtex-search-backward-field):
16222 Allow unbounded search past entry boundaries (required by bibtex-pop).
16223 (bibtex-text-in-field-bounds): Use push.
16224 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16225 (bibtex-parse-preamble, bibtex-valid-entry)
16226 (bibtex-beginning-first-field): New functions.
16227 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
16228 (bibtex-map-entries): Fix docstring.
16229 (bibtex-flash-head): New arg prompt. Simplify.
16230 (bibtex-enclosing-field): Include code of bibtex-inside-field.
16231 (bibtex-insert-kill): Simplify. Always insert text past the
16232 current field or entry.
16233 (bibtex-format-entry): Use bibtex-parse-field.
16234 (bibtex-pop): Use bibtex-beginning-of-entry and
16235 bibtex-end-of-entry to initiate the search. Insert empty field if
16236 we found ourselves.
16237 (bibtex-print-help-message): New args field and comma.
16239 (bibtex-make-field): Use bibtex-beginning-of-entry.
16240 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
16242 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16243 Handle preambles. Simplify code for thorough test.
16244 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16245 New arg comma. Handle entry heads.
16246 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16247 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16249 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16250 (bibtex-fill-field): Simplify.
16251 (bibtex-fill-entry): Use bibtex-beginning-first-field and
16252 bibtex-parse-field.
16253 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16254 (bibtex-complete): Use bibtex-parse-preamble.
16256 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
16258 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16259 Display name of expression instead of convenience variable.
16260 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16262 * progmodes/gud.el (gud-tooltip-dereference): Rename from
16263 toggle-gud-tooltip-dereference.
16264 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16265 (gud-tooltip-tips): ...here when dereferencing.
16267 2005-12-28 Bill Wohler <wohler@newt.com>
16269 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16271 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
16273 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16274 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
16275 (vc-annotate-display-autoscale): Adjust call.
16276 (vc-annotate-display-default): Adjust call. Make arg compulsory.
16277 Fix interactive spec.
16278 (vc-annotate-time-span): Remove.
16279 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16280 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16281 (vc-annotate-display-select): Use new name.
16283 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16284 (vc-annotate-mode-menu): Remove left-over redundant declaration.
16285 Correct the construction of span entries. Simplify.
16286 (vc-annotate-display-select): Fix the nil case.
16287 (vc-annotate): Remove obsolete (and now broken) code.
16288 (vc-annotate-extract-revision-at-line): Remove obsolete code.
16289 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
16291 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
16293 * subr.el (lazy-completion-table): Correct typo in docstring.
16295 * startup.el (command-line): Use `custom-reevaluate-setting' for
16296 `send-mail-function'.
16298 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16300 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
16302 * mail/smtpmail.el (smtpmail-try-auth-methods):
16303 Send credentials together with "AUTH PLAIN" command.
16305 2005-12-27 Richard M. Stallman <rms@gnu.org>
16307 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16308 mouse-2, go back to previously selected window, so it's selected
16309 when mouse-2 command runs.
16311 2005-12-27 Juri Linkov <juri@jurta.org>
16313 * descr-text.el (describe-text-sexp): Use square brackets for
16314 button [Show] to distinguish it from the property value `show'.
16315 (describe-property-list): Use `insert-text-button' with
16316 `help-face' type instead of putting face in quotes, because button
16317 is not created automatically for a list of faces.
16318 (describe-text-properties-1): Put button-type value in quotes to
16319 distinguish from plain text "button".
16320 (describe-char): Display code point values in hex. Don't use
16321 `symbol-name' for `current-input-method' because it is a string.
16322 Use `insert-text-button' with `help-face' type instead of putting
16323 hardcoded face in quotes, because button is not created automatically.
16325 2005-12-27 Richard M. Stallman <rms@gnu.org>
16327 * progmodes/glasses.el (glasses-face): More specific custom type.
16329 * files.el (set-visited-file-name): Doc fix.
16331 * textmodes/flyspell.el (flyspell-external-point-words):
16332 Use local var buffer-scan-pos to advance scan for next misspelling.
16333 Advance it only after we find the misspelling.
16335 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
16337 * textmodes/flyspell.el (flyspell-external-point-words):
16338 New criteria for finding the misspelling in the buffer.
16340 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
16342 * help-mode.el (help-insert-string): Set help-xref-stack-item
16343 rather than call help-setup-xref.
16345 * descr-text.el (describe-char): Revert previous changes for
16346 optional buffer argument.
16348 2005-12-27 Juri Linkov <juri@jurta.org>
16350 * help-mode.el (help-insert-string): New function. Save buffer
16351 contents in cases where it is impossible to recompute the old contents.
16353 * descr-text.el (describe-char): Set help-xref-stack-item
16354 explicitly after buffer has been generated.
16356 2005-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16358 * cus-start.el (all): Add x-gtk-show-hidden-files.
16360 2005-12-26 Richard M. Stallman <rms@gnu.org>
16362 * replace.el (perform-replace): Calculate match-again
16363 before skipping read-only matches.
16365 * paren.el (paren-showing-faces): New group.
16366 (show-paren-match, show-paren-mismatch): Move to that group.
16368 * button.el (button): Put into group `basic-faces'.
16370 * progmodes/make-mode.el: Remove faces from group `faces'.
16372 * apropos.el (apropos, apropos-value): Doc fix.
16373 (apropos-documentation): Doc fix.
16375 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
16377 * subr.el (lazy-completion-table): Remove argument `args'.
16379 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16380 Don't use the `args' argument of lazy-completion-table.
16382 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
16384 * descr-text.el (describe-char): Add optional argument for buffer.
16385 Set buffer appropriately. Call help-setup-xref.
16386 Suggested by Stefan Monnier.
16388 2005-12-26 Juri Linkov <juri@jurta.org>
16390 * descr-text.el: Require `help-fns' at runtime. Don't require
16391 `button' for byte compilation.
16392 (describe-text-widget): Add `help-echo' for first button.
16393 Use `help-info' for second.
16394 (describe-property-list): Use `help-argument-name' instead of `italic'.
16395 (describe-text-category): Add prompt to interactive spec.
16396 Call `help-setup-xref'.
16397 (describe-char): Use `help-character-set'. Add `help-echo' for
16398 code point. Use `help-input-method'. Remove superfluous insert.
16400 2005-12-25 Richard M. Stallman <rms@gnu.org>
16402 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16403 at point, in case of narrowing.
16405 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16407 * locate.el (locate-header-face): Allow nil in type.
16409 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16411 2005-12-25 Romain Francoise <romain@orebokech.com>
16413 * battery.el (battery-linux-proc-acpi): Also try
16414 `/proc/acpi/thermal_zone/THM0/temperature'.
16416 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
16418 * custom.el (custom-push-theme): Fix docstring.
16420 * cus-edit.el (custom-variable-set, custom-variable-save)
16421 (custom-variable-save): Custom-quote widget values.
16422 (customize-save-variable): Fix custom-push-theme call.
16424 2005-12-24 Eli Zaretskii <eliz@gnu.org>
16426 * w32-fns.el (w32-batch-update-autoloads): New function.
16428 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16429 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16430 from the command line.
16432 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
16434 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
16435 reset means to remove setting from theme entirely. Don't keep
16436 expanding theme-settings list; delete old entries if necessary.
16438 * cus-edit.el (custom-buffer-create-internal): Move "Erase
16439 customization" button one line up.
16440 (custom-themed): New face.
16441 (custom-magic-alist): New value, THEMED, for theme settings.
16442 (custom-variable-state-set, custom-face-state-set):
16443 Check theme-value instead of saved-value.
16444 (custom-variable-reset-standard, custom-face-reset-standard):
16445 Remove theme setting entirely. Recalculate new values.
16446 (custom-variable-set, custom-variable-set)
16447 (custom-variable-reset-saved, custom-variable-reset-backup)
16448 (custom-face-set, custom-face-reset-saved): Update `user' theme.
16449 (custom-variable-save): Fix typos.
16451 2005-12-23 Juri Linkov <juri@jurta.org>
16453 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16454 Add autoload cookies.
16455 (edebug-outside-d-c-i-n-s-w): New variable.
16456 (edebug-display, edebug-outside-excursion): Use it to save the
16457 original value of default-cursor-in-non-selected-windows.
16458 Set default-cursor-in-non-selected-windows to t while Edebug
16460 (edebug-mode, edebug-eval-mode): Doc fix.
16462 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16463 with `buffer-substring-no-properties' to remove common substring
16466 * info.el (info-other-window, info): Rename function argument
16467 `file' to `file-or-node'.
16468 (Info-complete-menu-item): Use local variable `complete-nodes' to
16469 keep the global value of `Info-complete-nodes' unchanged for
16470 subsequent completions.
16471 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16473 * simple.el (get-next-valid-buffer, last-buffer)
16474 (next-error-buffer-p, next-error-find-buffer)
16475 (minibuffer-history-sexp-flag): Doc fix.
16477 * savehist.el (savehist-mode-hook): Add `:group'.
16479 * log-view.el: Call autoload for vc-find-version.
16480 (log-view-current-file): Adjust subgroup numbers.
16481 (log-view-current-tag): Add `length'.
16483 2005-12-23 Richard M. Stallman <rms@gnu.org>
16485 * vc.el (vc-annotate-car-last-cons): Defn moved up.
16487 2005-12-23 Juri Linkov <juri@jurta.org>
16489 * hi-lock.el (hi-lock-archaic-interface-message-used)
16490 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16491 (hi-lock-mode): Display "Hi" in the mode line only when
16492 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16493 (hi-lock-write-interactive-patterns):
16494 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16495 (hi-lock-set-pattern, hi-lock-set-file-patterns)
16496 (hi-lock-font-lock-hook): Set 3rd arg `how' of
16497 font-lock-add-keywords to t.
16499 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
16501 * hi-lock.el (hi-lock-highlight-range): New variable.
16502 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16503 only if font-lock-fontified is non-nil. Remove overlays.
16504 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16505 font-lock-fontified is non-nil, otherwise use overlays (instead of
16507 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16509 (hi-lock-string-serialize): New function.
16511 2005-12-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16513 * menu-bar.el (menu-find-file-existing): New function.
16514 (menu-bar-file-menu): Use menu-find-file-existing for Open.
16516 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16518 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
16520 * vc.el: Remove unnecessary leading * in docstrings.
16521 (vc-annotate-mode-map): Move initialization into declaration.
16522 (vc-static-header-alist): Nitpick on the regexp.
16523 (vc-default-init-version): New fun.
16524 (vc-register): Use it.
16525 (vc-insert-headers): Use dolist.
16526 (vc-annotate-get-backend): Remove unused function.
16527 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
16528 (vc-annotate-mode): Remove corresponding call.
16529 (vc-annotate-car-last-cons): Simplify.
16530 (vc-annotate-buffers): Remove var.
16531 (vc-annotate-backend): Make it buffer-local.
16532 (vc-annotate): Move the interaction to the interactive spec.
16533 Add a `buf' argument.
16534 (vc-annotate-warp-version): Use this new `buf' argument to avoid
16535 killing&creating a vc-annotate buffer, which is very disruptive when
16536 the buffers are shown in dedicated frames.
16538 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
16540 * descr-text.el: Add FSF as maintainer.
16541 (describe-text-mode, describe-text-mode-map)
16542 (describe-text-mode-hook, describe-text-done): Delete. Use normal
16544 (describe-text-widget, describe-text-sexp)
16545 (describe-property-list, describe-text-category)
16546 (describe-text-properties, describe-text-properties-1)
16547 (describe-char): Use help buttons instead of widgets.
16548 (describe-char-unicodedata-file): Make URL link in doc string.
16550 2005-12-22 Richard M. Stallman <rms@gnu.org>
16552 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16553 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16554 Don't include buttons that write a file when there's no file.
16555 (custom-variable-menu, custom-face-menu, custom-group-menu):
16556 Don't include commands that write a file when there's no file.
16557 (customize-browse): Reword the top-of-buffer help intro.
16558 (custom-buffer-create-internal): Fix previous change.
16559 (customize-changed-options-previous-release): Prev release is 21.1.
16560 (customize-changed-options): Doc fix.
16561 (customize-changed): New alias.
16562 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16563 Say "standard values".
16564 (Custom-reset-standard): Doc fix.
16565 (custom-face-reset-standard): Doc fix.
16567 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
16569 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16570 even if font-lock-mode is non-nil since it may be t without having
16571 turned on font-lock-mode-internal.
16572 (font-lock-choose-keywords): Minor optimization.
16573 (font-lock-add-keywords, font-lock-remove-keywords)
16574 (font-lock-set-defaults): Don't call make-local-variable on a variable
16575 that we know to already be local.
16577 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16579 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16580 messages if in the minibuffer.
16582 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
16584 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16585 (tex-mode-flyspell-verify, flyspell-get-word)
16586 (flyspell-external-point-words): Don't use point-min/max uselessly.
16588 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16589 by Kevin Rodgers. Instead, just hide the completions buffer if we
16590 don't need to show it.
16592 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
16594 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16596 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
16598 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16599 delete-windows-on with an inexistent buffer.
16601 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
16603 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16604 Delete defcustom variable :tag names.
16606 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
16608 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16609 (log-view-font-lock-keywords): Ajust subgroup numbers.
16610 (log-view-current-tag): Don't hard code the number of subgroups.
16612 2005-12-20 Juri Linkov <juri@jurta.org>
16614 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16615 (tooltip-x-offset, tooltip-y-offset): Doc fix.
16617 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16618 (menu-bar-non-minibuffer-window-p): Instead of checking
16619 display-multi-frame-p, use selected-frame when menu-updating-frame
16622 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
16624 * align.el (align-rules-list): Use [ \t] instead of \s-
16625 for column separators in text mode.
16627 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
16629 * help-mode.el (help-customize-variable, help-customize-face):
16630 Don't pop help-xref-stack as help-follow no longer pushes
16633 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
16635 * textmodes/org.el (org-agenda-custom-commands): New option.
16636 (org-agenda): Offer custom commands on splash screen.
16637 (org-make-tags-matcher): Parser for Boolean logic added.
16638 (org-agenda-set-tags): New command.
16639 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16640 (org-set-tags): Efficiency improvements.
16641 (org-auto-align-tags): New option.
16642 (org-todo, org-demote, org-promote): Realign tags.
16643 (org-tags-completion-function): Use also "&" and "|" as separators.
16644 (org-org-menu): Agenda commands simplified.
16646 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
16648 * cus-edit.el (customize-apropos, customize-apropos-options):
16651 * font-lock.el (font-lock): Add tags to the links in the defgroup.
16653 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
16655 * longlines.el (longlines-mode): Wrap while widened.
16656 (longlines-decode-region, longlines-encode-region): Compute max
16659 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16661 * cus-edit.el (mac): New group.
16663 * cus-start.el (all): Add user options in macterm.c. Add test for
16664 Mac-related built-ins. Fix test for GTK-related built-ins.
16666 * term/mac-win.el (mac-handle-language-change)
16667 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16668 (mac-services-open-selection, mac-services-mail-selection)
16669 (mac-services-mail-to, mac-services-insert-text)
16670 (mac-dispatch-apple-event): Add docstrings.
16671 (x-get-selection, mac-select-convert-to-string): Select coding
16672 system from `utf-16be' and `utf-16le' using `byteorder'.
16674 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
16676 * subr.el (lazy-completion-table): Don't be fooled if the var holds
16677 a "list" (lambda ...) rather than a real completion list.
16679 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16680 lexical-let when encountering ((lambda (...) ...) ...).
16682 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
16684 * progmodes/sh-script.el (sh-mode):
16685 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16686 * textmodes/picture.el (picture-mode): Update docstrings.
16688 2005-12-17 Eli Zaretskii <eliz@gnu.org>
16690 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16691 commands enclosed in $(ARGQUOTE)s should not be split between two
16692 lines, as that will break with GNU Make >3.80, when sh.exe is used
16693 and arg quoting is with '..'.
16694 (autoloads): Don't break the quoted --eval expression between
16697 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
16699 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16700 Capture error from printing circular structures.
16702 2005-12-17 Martin Rudalics <rudalics@gmx.at>
16704 * wid-edit.el (widget-checkbox-action): Clear undo info.
16706 2005-12-16 Bill Wohler <wohler@newt.com>
16708 * menu-bar.el (kill-this-buffer): Set a good example by using menu
16709 bar, not menubar in comment.
16711 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
16713 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16714 After-change-functions should not clobber the match data.
16716 2005-12-16 Juri Linkov <juri@jurta.org>
16718 * simple.el (choose-completion): Use `buffer-substring-no-properties'
16719 instead of `buffer-substring'.
16720 (completion-common-substring): Doc fix.
16721 (completion-setup-function): Use minibuffer-completion-contents
16722 instead of minibuffer-contents. Don't set common-string-length
16723 initially. Remove special handling of partial-completion-mode.
16724 Move computation of completion-base-size into one cond.
16725 Call completion-base-size-function in mainbuf. In computation of
16726 completion-base-size for file name completion don't move point to
16727 the end of the minibuffer. Move computation of common-string-length
16728 into one cond. Start putting faces only when common-string-length>=0.
16729 Add condition to put completions-common-part when
16730 common-string-length>0.
16732 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16733 place point at the first different character in the minibuffer
16734 even if this position is at the beginning of the minibuffer.
16736 * info.el (Info-read-node-name-1): In completion-base-size-function's
16737 lambda return 1 if common-substring or minibuffer-completion-contents
16738 starts with (, and 0 otherwise.
16740 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16741 Use `crm-current-element' for second arg of `display-completion-list'.
16743 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
16745 * files.el (set-auto-mode): Look for an interpreter specified on
16746 the first line also if search for mode specification succeeded,
16747 but the mode is not known.
16749 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
16751 * textmodes/org.el (org-tags-match-list-sublevels): New option.
16752 (org-open-at-point): Implement tag searches as links.
16753 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16754 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16755 (org-tags-sparse-tree, org-tags-view, org-set-tags)
16756 (org-agenda-dispatch): New commands.
16757 (org-use-tag-inheritance, org-tags-column): New options.
16758 (org-tab-follows-link, org-return-follows-link): New options.
16759 (org-tags): New customize group.
16760 (org-start-icalendar-file): Get local time zone.
16761 (org-tags-completion-function): New function.
16762 (org-set-font-lock-defaults): Make sure links will also be
16763 highlighted inside headlines.
16765 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
16767 * term.el (term-emulate-terminal):
16768 Let term-handle-ansi-terminal-messages override what Bash says about
16769 its current directory.
16771 2005-12-16 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
16773 * bindings.el (last-buffer): Move to simple.el.
16774 * simple.el (last-buffer): Move here.
16775 (get-next-valid-buffer): New function.
16776 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
16777 (prev-buffer): Ditto. Rename to `previous-buffer'.
16779 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
16780 * bindings.el (global-map): Ditto.
16782 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
16784 * cus-edit.el: Introductory comment change.
16785 (custom-magic-alist): Change message string for the `rogue' state.
16787 2005-12-15 Richard M. Stallman <rms@gnu.org>
16789 * tooltip.el: Delete defcustom variable :tag names.
16791 * complete.el (partial-completion-mode): Doc fix.
16793 * textmodes/flyspell.el (flyspell-external-point-words):
16794 Use save-excursion to ensure we don't move backward in the
16795 search loop, not even one character.
16796 (flyspell-delete-all-overlays): Use remove-overlays directly.
16798 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16799 (ispell-start-process): Set that variable.
16800 Clear ispell-buffer-local-name.
16801 (ispell-internal-change-dictionary):
16802 Set ispell-current-dictionary after killing process.
16803 (ispell-buffer-local-dict):
16804 Don't set spell-personal-dictionary after killing process.
16805 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
16806 (ispell-tex-skip-alists, ispell-html-skip-alists)
16807 (ispell-skip-region-alist): Mark as risky.
16809 * net/newsticker.el (newsticker--retrieval-timer-list)
16810 (newsticker--display-timer, newsticker-running-p)
16811 (newsticker-ticker-running-p): Definitions moved up.
16813 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
16815 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
16817 2005-12-15 David Ponce <david@dponce.com>
16819 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
16820 (recentf-edit-list, recentf-open-files): Signal an error when
16821 there is no recent file.
16823 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
16825 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16826 read-only except for texinfo-format-region evaluation.
16828 2005-12-14 Richard M. Stallman <rms@gnu.org>
16830 * vc.el (vc-default-previous-version, vc-default-next-version)
16831 (vc-do-command): Doc fixes.
16833 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16835 * textmodes/bibtex.el (bibtex-expand-strings)
16836 (bibtex-autokey-expand-string, bibtex-name-part)
16837 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
16838 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
16839 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
16840 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
16841 (bibtex-entry-postfix, bibtex-known-entry-type-re)
16842 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
16843 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
16844 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
16845 (bibtex-beginning-of-last-entry): Remove.
16846 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
16847 message if comma is missing but buffer is read-only.
16848 (bibtex-parse-field-text): Handle whitespaces at the end of field
16849 text. Return 3-element list with beginning and end of field text
16851 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
16852 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
16853 (bibtex-search-forward-field, bibtex-search-backward-field):
16854 Search always delimited by limits of entry. Use more efficient
16856 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
16857 bibtex-end-of-name-in-field.
16858 (bibtex-text-in-field-bounds): Handle BibTeX strings when
16859 extracting the content of a field.
16860 (bibtex-text-in-field): Use search limits.
16861 (bibtex-parse-string-prefix): Handle empty string keys based on
16862 bibtex-string-empty-key.
16863 (bibtex-parse-string): Fix docstring.
16864 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
16865 (bibtex-preamble-prefix, bibtex-strings): New functions.
16866 (bibtex-skip-to-valid-entry): Include preceding whitespace in
16867 BibTeX entries (consistent with other BibTeX functions).
16868 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
16869 (bibtex-search-entry): Fix docstring. Simplify.
16870 (bibtex-flash-head, bibtex-complete-string-cleanup)
16871 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
16872 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
16873 (bibtex-parse-entry): New optional arg content.
16874 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
16875 Use bibtex-text-in-field-bounds.
16876 (bibtex-print-help-message): Handle BibTeX strings and preambles.
16877 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
16878 bibtex-parse-string-postfix.
16879 (bibtex-find-text-internal): New function.
16880 (bibtex-remove-delimiters): Use it.
16881 (bibtex-find-text): Use it. New optional arg help.
16882 (bibtex-complete): Handle BibTeX string and preamble entries.
16883 (bibtex-Preamble): Fix order of closing delimiters.
16885 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
16887 * vc.el (vc-default-revert): New fun.
16889 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
16891 2005-12-14 Romain Francoise <romain@orebokech.com>
16893 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
16894 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
16895 (font-lock-remove-keywords): Likewise.
16897 2005-12-14 Juri Linkov <juri@jurta.org>
16899 * log-view.el (log-view-diff): Doc fix.
16901 * isearch.el (isearch-query-replace): Use (mark) instead of
16902 isearch-opoint if mark is active in transient-mark-mode.
16904 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
16906 * isearch.el (isearch-query-replace): Check for isearch-other-end.
16908 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
16910 * progmodes/cpp.el (cpp-face): New widget.
16911 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
16913 2005-12-14 Juri Linkov <juri@jurta.org>
16915 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
16916 around `erase-buffer' and `insert'.
16918 * descr-text.el (describe-text-properties): Replace buffer name
16919 "*Help-2*" with "*Help*<2>".
16920 (describe-char): Add functions print-help-return-message,
16921 toggle-read-only. Use help-setup-xref with nil to not store
16922 describe-char in help-xref-stack. Use help-make-xrefs to
16923 make [back] button.
16925 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
16927 * wdired.el (wdired-old-point): New internal variable.
16928 (wdired-change-to-wdired-mode): Set it buffer-locally.
16929 (wdired-abort-changes): Restore point after aborting changes.
16931 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16933 * vc.el (vc-do-command): Add a new value t for okstatus.
16935 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
16936 frame in case of errors.
16938 2005-12-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16940 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
16941 so it comes after "On the Left" in the menu.
16943 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
16945 * cus-edit.el (customize-apropos, customize-apropos-options)
16946 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
16948 2005-12-12 Bill Wohler <wohler@newt.com>
16950 * vc-svn.el (vc-svn-registered): Fix problem of visiting
16951 non-writable Subversion-controlled files by saving window
16952 configuration before calling vc-do-command. vc-do-command calls
16953 pop-to-buffer on error which is unexpected during registration.
16955 2005-12-12 Jay Belanger <belanger@truman.edu>
16957 * calc/README: Update the summary of changes.
16959 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
16961 * descr-text.el (describe-char): Rework last fix to solve the problem
16962 is the same way it's solved for everything else in that function
16963 (i.e. by extracting the info before setting up the *Help* buffer).
16965 2005-12-12 Kim F. Storm <storm@cua.dk>
16967 * subr.el (version-regexp-alist): Allow space as separator before
16968 non-numeric part, e.g. "1.0 alpha".
16969 (version-to-list): Interpret .X.Y version as 0.X.Y version.
16971 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
16973 * textmodes/org.el (org-agenda, org-timeline, org-todo):
16974 Implement Logging and the keep-modes setting.
16975 (org-get-category): Make sure a string is returned.
16976 (org-log-done): New function.
16977 (org-log-done, org-closed-string): New options.
16979 2005-12-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16981 * tooltip.el (tooltip-y-offset): Change default to 20.
16983 2005-12-12 Richard M. Stallman <rms@gnu.org>
16985 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
16987 * frame.el (display-hourglass): Doc fix.
16989 * help.el (help-for-help-internal): Simplify entry for `a'.
16991 * info.el (Info-on-current-buffer): Doc fix.
16992 (info-insert-file-contents): Don't test (featurep 'jka-compr).
16994 * startup.el (inhibit-splash-screen): Make this the real name.
16995 (inhibit-startup-message): Make this the alias.
16996 (command-line): Find only simple.el, and use its directory
16997 to fill in other preloaded files' names.
16998 (command-line): Deactivate the mark if deactivate-mark is set.
17000 * international/mule.el (load-with-code-conversion):
17001 Bind deactivate-mark.
17003 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17005 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
17007 * cus-edit.el (customize-apropos): Avoid listing an option more
17008 than once under different aliases. No longer list user options
17009 that are not defined with defcustom (unless a prefix arg is given).
17011 (customize-apropos-options): Doc fix.
17013 2005-12-11 Juri Linkov <juri@jurta.org>
17015 * frame.el (set-background-color, set-foreground-color)
17016 (set-cursor-color, set-mouse-color, set-border-color):
17017 Add explicit prompts to read colors by `facemenu-read-color'.
17018 (show-trailing-whitespace, blink-cursor-delay)
17019 (blink-cursor-interval, display-hourglass, hourglass-delay):
17021 (display-hourglass, hourglass-delay): Doc fix.
17022 (cursor-in-non-selected-windows): Capitalize words in tag.
17024 * faces.el (frame-background-mode): Replace `choice-item' keywords
17025 with `const' to not make [default] button. Change default value tag
17026 from `default' to `automatic'. Doc fix.
17027 (trailing-whitespace) <defface>: Change group `whitespace' to
17028 `whitespace-faces'.
17030 2005-12-11 Richard M. Stallman <rms@gnu.org>
17032 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17034 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17036 * term/mac-win.el: Create keymap for mac-apple-event-map.
17038 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17040 * tooltip.el (tooltip-mode): Move to start of file so that it
17041 appears at top of customize buffer.
17043 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17044 Add the gud groupname.
17045 (gud-tooltip-mode): Add the tooltip groupname.
17046 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17047 avoid conflict with tooltip-use-echo-area.
17049 2005-12-10 Romain Francoise <romain@orebokech.com>
17051 * help.el (help-for-help-internal): Add `r' in doc string.
17053 2005-12-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
17055 * align.el (align-regexp, align-highlight-rule):
17056 Use region-beginning and region-end instead of point and mark, so that
17057 repetition (with `repeat-complex-command') recomputes the region
17060 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17062 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17063 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17064 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17065 (balance-windows): Rewrite using the above new functions.
17067 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
17069 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17070 react if global-hi-lock-mode seems intended.
17071 (global-hi-lock-mode): Renamed from hi-lock-mode.
17072 (hi-lock-archaic-interface-message-used)
17073 (hi-lock-archaic-interface-deduce): New variables.
17074 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17075 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17076 (hi-lock-find-patterns, hi-lock-font-lock-hook):
17077 Replace hi-lock-buffer-mode with hi-lock-mode.
17079 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17081 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17082 completion list, even after a partial completion has been
17083 inserted in the current buffer. If there are more than 1
17084 completion, redisplay the *Completions* buffer; if the
17085 completion is unique, delete the *Completions* window.
17087 2005-12-10 Eli Zaretskii <eliz@gnu.org>
17089 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17090 strings and long subject lines that were broken into multiple
17091 lines at arbitrary places. Handle subjects that have "Re: " in
17094 2005-12-10 John W. Eaton <jwe@octave.org>
17096 * emacs/octave-mod.el (octave-electric-space): Don't indent
17097 comments or strings if octave-auto-indent is nil.
17099 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17101 * term/mac-win.el: Require url when compiling.
17102 Call mac-process-deferred-apple-events after loading init files.
17103 (mac-apple-event-map): New defvar. Define event handlers in it.
17104 (core-event, internet-event): New Apple event class symbols.
17105 (open-application, reopen-application, open-documents)
17106 (print-documents, open-contents, quit-application)
17107 (application-died, show-preferences, autosave-now, get-url):
17108 New Apple event ID symbols.
17109 (about): New HICommand ID symbol.
17110 (mac-event-spec, mac-event-ae): New macros.
17111 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17112 (mac-ae-selection-range, mac-ae-text-for-search)
17113 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17114 (mac-application-menu-map): Remove keymap. Handlers for HICommand
17115 and Services menu events are now defined in mac-apple-event-map.
17116 (mac-drag-n-drop): Remove selection range handling.
17118 2005-12-10 Kenichi Handa <handa@m17n.org>
17120 * simple.el (zap-to-char):
17121 * isearch.el (isearch-process-search-char): Translate CHAR by
17122 translation-table-for-input.
17124 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
17126 * foldout.el (foldout-exit-fold): Properly hide subtree.
17128 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17130 * files.el (save-buffer):
17131 * international/ucs-tables.el (ucs-set-table-for-input):
17132 * mail/mail-extr.el (mail-extract-address-components):
17133 * mail/sendmail.el (mail-mode): Reformat doc string.
17135 2005-12-09 Juri Linkov <juri@jurta.org>
17137 * isearch.el (isearch-highlight): Change main overlay priority
17138 from 1 to 1001. Simplify.
17139 (isearch-lazy-highlight-update): Change lazy overlay priority
17142 * replace.el (replace-highlight): Change overlay priority from
17145 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17146 Change overlay priority from 1 to 1001. Reuse existing overlay.
17148 * compare-w.el (compare-windows-highlight): Change overlay
17149 priority from 1 to 1000.
17151 * menu-bar.el (menu-bar-edit-menu): Add listp around
17152 pending-undo-list to disable menu item "undo" when pending
17153 undo list is empty.
17155 * locate.el (locate): Disable undo in *Locate* buffer.
17157 2005-12-09 Kim F. Storm <storm@cua.dk>
17159 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17161 2005-12-09 David Ponce <david@dponce.com>
17163 * recentf.el: Improvement of the menu code.
17164 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
17165 instead of menu hook.
17166 (recentf-show-menu, recentf-hide-menu): New functions.
17167 (recentf-menu-customization-changed, recentf-mode): Use them.
17168 (recentf-menu-action, recentf-max-menu-items)
17169 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17170 (recentf-arrange-by-rule-others)
17171 (recentf-arrange-by-rules-min-items)
17172 (recentf-arrange-by-rule-subfilter): Don't use
17173 `recentf-menu-customization-changed'.
17174 (recentf-arrange-rules): Likewise. Accept functions to compute
17176 (recentf-menu-filter): Likewise. Doc fix.
17177 (recentf-menu-value-shortcut): Doc fix.
17178 (recentf-dump-variable): Quote atom value.
17179 (recentf-make-menu-items): Update to use it as a menu filter.
17180 (recentf-match-rule): New function.
17181 (recentf-arrange-by-rule): Use it.
17182 (recentf-indirect-mode-rule): New function.
17183 (recentf-build-mode-rules): Use it.
17184 (recentf-dir-rule): New function.
17185 (recentf-arrange-by-dir): Use it.
17186 (recentf-filter-changer-current): Rename from
17187 `recentf-filter-changer-state'. All references updated.
17188 (recentf-filter-changer-alist): Update filter names.
17189 (recentf-filter-changer-select): New function.
17190 (recentf-filter-changer): Use it. Make a sub-menu from filters
17191 available in `recentf-filter-changer-alist'.
17192 (recentf-data-cache, recentf-clear-data)
17193 (recentf-update-menu): Remove. All references updated.
17194 (recentf-match-rule-p, recentf-build-dir-rules)
17195 (recentf-filter-changer-goto-next)
17196 (recentf-filter-changer-get-current)
17197 (recentf-filter-changer-get-next): Remove.
17199 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
17201 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17202 buffer "Reset" button to "Reset to Current" for consistency with
17205 2005-12-08 John Paul Wallington <jpw@pobox.com>
17207 * ibuf-ext.el (define-ibuffer-filter filename):
17208 If `dired-directory' is a list then really use its car.
17210 2005-12-08 Kim F. Storm <storm@cua.dk>
17212 * emulation/cua-rect.el (cua--rectangle-aux-replace):
17213 Fix indention of text on right side of replaced rectangle.
17215 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
17217 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17218 No need to check gud-comint-buffer is bound.
17219 (gdb): Prevent multiple debugging when first session uses gdba.
17221 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17223 CC Mode update to 5.31.
17225 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17226 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
17227 We might do this function properly in the future).
17229 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17230 New macros c-sentence-end and c-default-value-sentence end, to cope
17231 with Emacs 22's new function `sentence-end'.
17233 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17235 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17236 compat issue using `c-put-overlay' and `c-delete-overlay'.
17238 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17239 New compat macros to handle overlays/extents.
17241 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17243 * progmodes/cc-fix.el: Add definitions of the macros push and pop
17244 (for GNU Emacs 20.4).
17246 * progmodes/cc-defs.el:
17247 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17249 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17250 highlighting mechanism so it will work in XEmacs too.
17252 * progmodes/cc-defs.el: Insert c-int-to-char.
17254 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17255 call to the new macro c-int-to-char. This solves XEmacs's
17256 regarding characters as different from integers.
17258 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17260 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17261 New internal helper.
17263 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17264 construct to make the indirect face lookup work in XEmacs.
17266 (c-cpp-matchers): Append the negation char face to the existing
17267 fontification, so that the cpp face doesn't disappear.
17268 Use `c-make-syntactic-matcher' to avoid negation chars in comments
17271 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17272 to map to `font-lock-negation-char-face' in emacsen where it exists.
17274 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17276 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17278 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17279 Rename "c-subword-move-mode" as "c-subword-mode".
17281 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17282 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
17284 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17286 * progmodes/cc-mode.el: Added autoload directive for
17287 `c-subword-move-mode' for use in older emacsen.
17289 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17291 * progmodes/cc-mode.el:
17292 (i): Insert a binding for C-c C-backspace into
17293 c-bind-special-erase-keys which works in TTYs.
17294 (ii): Make sure that when file styles are used, any explicitly
17295 given style variables take priority over those in the style.
17296 Do this by calling `hack-local-variables' a second time.
17298 * progmodes/cc-vars.el: Add language specific customization
17299 widgets for AWK to c-doc-comment-style, c-require-final-newline
17300 and c-default-style. Add a defcustom for awk-mode-hook.
17301 Give c-syntactic-element and c-syntactic-context doc-strings by
17302 directly setting their `variable-documentation' propery.
17303 This allows Emacs 22.1 to read these with C-h v.
17305 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17307 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17309 * progmodes/cc-fonts.el, cc-vars.el
17310 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17311 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17314 (c-doc-comment-style): Made GtkDoc default in C mode.
17316 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17317 and C-c C-<delete>.
17319 (c-bind-special-erase-keys): New function for use on
17320 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17322 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17323 <delete> key behavior in XEmacs according to `delete-forward-p'.
17324 C.f. `c-electric-delete'.
17326 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17328 * progmodes/cc-mode.el: Give c-hungry-backspace and
17329 c-hungry-delete-forward permanent key bindings.
17331 * progmodes/cc-cmds.el (c-electric-semi&comma):
17332 Bind c-syntactic-context for calls to "criteria functions", for
17333 consistency with other calls to user functions.
17335 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17336 `current-prefix-arg', since this might be the prefix arg to a
17337 command which calls c-indent-command as a function. Change the
17338 interactive spec from "p" to "P".
17340 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17341 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17342 was difficult to understand.
17344 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17346 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17347 first char of an identifier.
17349 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17352 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17354 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17355 auto-fill doesn't split a c-comment's last word from a hanging
17356 "*/" when a space is typed between them after fill-column.
17358 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17360 * progmodes/cc-styles.el (c-set-style)
17361 (c-setup-paragraph-variables): Abort the command if we're not in a
17364 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17365 with blank comment-prefix, and a blank line as the comment's
17368 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17370 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17371 Incorporate the patterns added in the Emacs development branch
17372 for the new Emacs 22 face `font-lock-negation-char-face'.
17374 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17375 of "red" since it stands out better in xterms and DOS terminals.
17377 * progmodes/cc-engine.el (c-literal-faces):
17378 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17380 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17382 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17383 forcibly enable c-electric-flag.
17385 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17386 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17387 after the comment-prefix of a C-style comment will close that comment.
17389 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17391 * progmodes/cc-fonts.el (c-basic-matchers-before)
17392 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17395 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17398 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17399 (c-cpp-message-directives, c-cpp-include-directives)
17400 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17401 (c-cpp-expr-directives): Introduce new language constants to
17402 control cpp syntax in a cleaner way.
17404 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17406 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17408 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17409 (c-multiline-string-start-char): New language constants and
17410 variables to specify how newlines in string literals work.
17412 (c-font-lock-invalid-string): Use them.
17414 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17415 unbalanced close brace is entered. Optimization by avoiding going
17416 back over arbitrarily large blocks. Removed hints that this
17417 function only would be relevant/useful in AWK.
17419 (c-electric-brace): Indent syntactically after the cleanups since
17420 lineup functions might do it differently then.
17422 * progmodes/cc-engine.el, cc-langs.el
17423 (c-opt-op-identifier-prefix): New language constant and variable.
17425 (c-just-after-func-arglist-p, c-after-special-operator-id)
17426 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17428 * progmodes/cc-align.el, cc-engine.el
17429 (c-after-special-operator-id): New helper to handle C++ operator
17432 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17433 (c-guess-basic-syntax): Handle C++ operator identifiers in
17436 * progmodes/cc-langs.el (c-assignment-operators): Add the
17437 trigraph version of ^= too.
17439 * progmodes/cc-langs.el (c-assignment-operators): Add the
17440 trigraph version of |= in C++.
17442 * progmodes/cc-fonts.el (c-font-lock-declarators):
17443 Handle `c-decl-hangon-kwds' after the identifier name.
17445 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17446 whether an arglist is "nonempty", ignore a comment after the open
17447 paren if it isn't followed by a non-comment token on the same line.
17449 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17450 Enable heuristics below the point to cope with classes inside special
17451 brace lists in Pike.
17453 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17455 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17457 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17459 * progmodes/cc-guess.el (cc-guess-install): New function to
17460 install an already guessed style in another buffer.
17462 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17463 sets `inhibit-read-only' - `c-save-buffer-state' should be used
17464 anyway if the change always is undone.
17466 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17468 Implement togglable electricity:
17470 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17471 saying when it should be used.
17473 * progmodes/cc-engine.el: Add the new buffer-local variable,
17476 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17477 c-toggle-auto-newline.
17479 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17480 c-toggle-auto-newline. Remove the binding for
17481 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
17482 c-toggle-electric-state.
17484 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17486 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17487 c-\(forward\|backward\)-subword.
17488 (c-update-modeline): Add the new modeline flag `l' for
17489 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
17490 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17491 Make the old name an alias of the new name.
17492 (c-toggle-electric-state): New function.
17493 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17494 Adapt these functions to do electric things only when
17495 c-electric-flag is non-nil.
17496 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17497 new functions from c-electric-brace.
17498 (c-point-syntax): Add a check for "virtual semicolons" in AWK
17499 mode, so that the tentative extra newline doesn't change the
17500 syntax of the following brace.
17501 (c-electric-brace): Restructure by extracting the above functions.
17502 Tidy up the coding somewhat.
17503 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17506 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17508 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17509 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
17511 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17512 (c-submode-indicators): Change name from `c-auto-hungry-string'
17513 since it's now used to track another submode.
17515 (c-update-modeline): Convert to function and extended to check
17516 `c-subword-move-mode'.
17518 (c-forward-into-nomenclature, c-backward-into-nomenclature):
17519 Convert to compat aliases for `c-forward-subword' and
17520 `c-backward-subword'.
17522 * progmodes/cc-subword.el: New functions and minor mode to handle
17523 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17525 (c-forward-subword, c-backward-subword, c-mark-subword)
17526 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17527 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17528 Functions corresponding to the standard word handling functions.
17530 (c-subword-move-mode): Minor mode that replaces all the standard
17531 word handling functions with their subword equivalences.
17533 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17535 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17536 entry for one-liner-defun.
17538 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17539 name in its def-edebug-spec.
17541 * progmodes/cc-cmds.el (c-electric-brace): Make the
17542 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
17543 compacts space before a comment, if this will make things fit on
17546 Introduce an "awk" style, mainly for auto-newline and clean-ups.
17548 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17550 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17551 clean-up one-liner-defun.
17553 * progmodes/cc-styles.el: Add the new "awk" style.
17555 * progmodes/cc-vars.el: Add description of one-liner-defun to
17556 c-cleanup-list's doc-string. New user options,
17557 c-max-one-liner-length. In c-default-style, set the default style
17560 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17562 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17563 macros inside labels.
17565 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17566 `c-at-statement-start-p' and `c-at-expression-start-p'.
17568 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17569 error if the mark isn't set.
17571 * progmodes/cc-engine.el (c-guess-continued-construct)
17572 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17573 accurately detect functions inside functions.
17575 * progmodes/cc-engine.el (c-at-expression-start-p): New function
17576 like `c-at-statement-start-p' that additionally recognizes commas
17577 and expression parentheses as delimiters.
17579 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17580 to avoid heuristics that doesn't work for unclosed blocks.
17581 (c-at-statement-start-p): New function.
17583 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17584 Objective-C directives, e.g. directives spanning lines should work
17585 reasonably well now.
17587 (c-put-c-type-property, c-clear-c-type-property): New helpers.
17589 (c-forward-objc-directive): New function to move over any ObjC
17592 (c-just-after-func-arglist-p, c-guess-basic-syntax)
17593 (c-basic-matchers-before): Use it.
17595 (c-font-lock-objc-iip-decl): Remove.
17597 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17598 in the template arglist recognition.
17600 * progmodes/cc-styles.el (c-style-alist): Fix several
17601 inconsistencies in the Whitesmith style.
17603 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17604 New lineup function to get lines after Whitesmith style blocks
17605 correctly indented.
17607 (c-lineup-whitesmith-in-block): Back out the compensation for
17608 opening parens since it's done using `add' lists in the style
17609 definition instead. Don't use the anchor position since it varies
17610 too much between the syntactic symbols. :P
17612 * progmodes/cc-vars.el (c-valid-offset): Update.
17614 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
17615 lists where the offsets are combined according to several
17616 different methods: `first', `min', `max', and `add'.
17617 Report offset evaluation errors with `c-benign-error' so that some kind
17618 of reindentation still is done.
17620 * progmodes/cc-engine.el (c-guess-basic-syntax):
17621 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
17624 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17625 situations for `arglist-cont-nonempty' and `arglist-close'.
17627 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17629 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17630 cc-bytecomp-boundp' in a number of places.
17632 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17633 macro related issue.
17635 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17637 * progmodes/cc-awk.el: Change the terminology of regexps: A char
17638 list is now [asdf], a char class [:alpha:].
17639 Include code for char classes.
17640 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
17641 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17643 Remove (nearly all of) the cruft associated with AWK Mode's former
17644 concept of "virtual semicolons":
17646 Adapt c-beginning-of-statement, c-end-of-statement (together with
17647 subfunctions) to use the new notion of "virtual semicolon" in
17648 place of the old awkward special handling for AWK. There remains
17649 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17650 * progmodes/cc-cmds.el:
17651 (c-ascertain-adjacent-literal): In the backwards direction, now
17652 recognises AWK regexp delimiters as string delimiters.
17653 (c-after-statement-terminator-p): Adapt for virtual semicolons;
17654 check more rigorously for "end of macro".
17655 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17656 virtual semicolons;
17657 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17658 out the code for forward movement into ...
17659 (c-end-of-statement): Now contains the code for forward movement,
17660 adapted for virtual semicolons.
17662 * progmodes/cc-engine.el:
17663 (c-ws*-string-limit-regexp): New regexp.
17664 (c-forward-single-comment, c-backward-single-comment): Comment out
17665 the (now redundant) "special" AWK stuff.
17667 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17668 c-string-par-start, c-string-par-separate to be more like Text
17669 Mode than Fundamental Mode.
17671 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17673 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17674 to the fontified region so that fontification doesn't occur
17675 outside it (could happen e.g. when fontifying a line with an
17676 unfinished declaration).
17678 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17680 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17681 start of the file. ^L now separate sections of the file.
17682 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17683 (c-awk-one-line-possibly-open-string-re)
17684 (c-awk-regexp-one-line-possibly-open-char-class-re)
17685 (c-awk-one-line-possibly-open-regexp-re)
17686 (c-awk-one-line-non-syn-ws*-re): New defonsts.
17687 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17689 Amend the concept of "virtual semicolons" (in the indentation
17690 engine) for languages like AWK, such that they are now
17691 conceptually attached to end of the last token of a statement, not
17692 the end of the line. (In AWK Mode, however, the pertinent text
17693 property is still physically set on the EOL.) Remove the specific
17694 tests for awk-mode, thus facilitating the introduction of other
17695 language modes where EOLs can end statements.
17696 (Note: The funtionality in cc-cmds.el, specifically
17697 c-beginning/end-of-statement has yet to be amended.)
17699 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17702 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17703 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
17704 c-vsemi-status-unknown-p-fn (in a new page).
17706 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17707 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17708 numerous awkward forms like
17709 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17710 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
17711 variable before-ws-ip, the place just after char-before-ip appears.
17713 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17716 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17718 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17719 `c-tentative-buffer-changes'.
17721 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17722 convert to macro to choose between Emacs and XEmacs at compile time.
17724 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17726 (c-tentative-buffer-changes): New macro to handle temporary buffer
17727 changes in a convenient way.
17729 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17730 for `c-tentative-buffer-changes'.
17732 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17733 the checks for paren sexps between the point and the keyword, to
17734 avoid some false alarms.
17736 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17737 Fixed a situation where an error could be thrown for unbalanced
17738 parens. Changed to make use of c-keyword-member' to avoid some
17739 repeated regexp matches.
17741 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17742 These language variable are no longer necessary.
17744 (c-block-stmt-kwds): New language constant used by
17745 c-looking-at-inexpr-block'.
17747 (c-guess-basic-syntax): Remove an optional check that looked at
17748 the existence of the now removed language variables.
17750 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17751 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17752 object instantiation expressions as declarations in some contexts.
17753 This bug only affected languages where the declarator can't be
17754 enclosed in parentheses.
17756 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
17757 insert newlines before and after substatement braces.
17759 * progmodes/cc-engine.el: Improved the heuristics for recognizing
17760 function declaration headers and the handling of C++ style member
17763 (c-just-after-func-arglist-p): Rewritten to use
17764 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
17766 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
17768 (c-guess-basic-syntax): Adapt case 5B for the new
17769 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
17770 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
17771 covers all cases now).
17773 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
17775 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17777 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17778 c-string-par-start/separate c-sentence-end-with-esc-eol,
17779 initialised in c-setup-paragraph-variables, used in string
17780 scanning subroutines of c-beginning-of-statement.
17782 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17783 which precedes the newly inserted `{'.
17785 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17787 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17788 function for declaration level blocks. It should now cope with
17789 templates better and also be a lot more comprehensible.
17791 (c-looking-at-decl-block): The new function.
17793 (c-search-uplist-for-classkey): The old one. It's now a wrapper
17796 (c-add-class-syntax, c-guess-continued-construct)
17797 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
17799 (c-decl-block-key): Change to tell apart ambiguous and
17800 unambiguous keywords. Pike specials are now handled directly in
17803 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17804 New language constants and variables to make the backward skip in
17805 `c-looking-at-decl-block' as tight as possible.
17807 (c-nonsymbol-token-char-list): New language constant.
17809 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17810 find balanced template arglists backwards.
17812 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17813 making char classes for `c-syntactic-skip-backward'.
17815 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
17816 16D - can't be a class-close at that point.
17818 * progmodes/cc-engine.el (c-guess-basic-syntax)
17819 (c-add-class-syntax): Don't narrow out the enclosing declaration
17820 level. This makes everything a lot easier, and it was actually
17821 only four small places that needed it to work. Some places that
17822 previously did `widen' are removed now, which has the effect that
17823 `c-guess-basic-syntax' never will look at things outside the
17824 current narrowment now. The anchor position for `topmost-intro'
17825 is affected by this, but it was so bogus it was basically useless
17826 before, and now it's equally bogus but in a slightly different way.
17828 (c-narrow-out-enclosing-class): Gone.
17830 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17831 the narrowed region.
17833 (c-least-enclosing-brace): Remove silly optional argument.
17835 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17836 the point could be left directly after an open paren when finding
17837 the beginning of the first decl in the block.
17839 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
17840 Specify which submatch to use.
17842 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
17844 (c-decl-start-re): No longer any need for special treatment of
17845 ObjC due to the above.
17847 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
17848 presumably follows C in that regard.
17850 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
17851 New language constants to specify operator tokens inside
17852 identifiers in a more high level way.
17854 (c-opt-identifier-prefix-key): New internal language constant.
17856 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
17857 (c-identifier-start, c-identifier-key): Now completely calculated
17858 from other constants.
17860 (c-identifier-last-sym-match): Decommission since it's no longer used.
17862 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
17864 * progmodes/cc-engine.el (c-forward-name): Remove the
17865 optimization when c-identifier-key is equal to c-symbol-key since
17866 it doesn't work in byte compiled files. Don't record empty
17867 regions as identifiers.
17869 * progmodes/cc-langs.el (c-filter-ops): New helper function to
17870 simplify access to `c-operators' and its likes.
17872 (c-operator-list, c-all-op-syntax-tokens)
17873 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
17874 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
17875 (c-primary-expr-regexp, c-cast-parens): Use it.
17877 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
17878 an explicit language in functions.
17880 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
17881 variant of adornment.
17883 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
17886 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
17889 * progmodes/cc-engine.el (c-on-identifier)
17890 (c-simple-skip-symbol-backward): Small fix for handling "-"
17891 correctly in `skip-chars-backward'. Affected the operator lfun
17894 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
17895 diagnostic message about precompiled language vars not being used.
17897 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
17898 "__attribute__" is followed by a parenthesis.
17900 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
17901 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
17902 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
17904 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
17905 Internal cleanups to properly detect the declared identifiers in
17906 various declarations.
17908 (c-decl-start-kwds): New language constant to recognize
17909 declarations that can start anywhere. Used for class declarations
17912 (c-specifier-key, c-not-decl-init-keywords)
17913 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
17914 (c-find-decl-spots): Implement `c-decl-start-kwds'.
17916 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
17917 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
17918 handling of the compiler specific extension keywords into a new
17919 language constant `c-decl-hangon-kwds' that defines keyword
17920 clauses to be ignored in declarations.
17922 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
17923 past unrecognized tokens when handling `c-colon-type-list-kwds'.
17924 Necessary to stop at the declared identifier in e.g. IDL valuetype
17927 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
17928 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
17929 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
17930 (c-forward-decl-or-cast-1): Recognize the declared identifier in
17931 class and enum declarations as such and not as part of the type.
17933 (c-forward-decl-or-cast-1, c-forward-label): Relax the
17934 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
17936 (c-forward-decl-or-cast-1): Don't disregard sure signs of
17937 declarations when there's some syntax error later on.
17939 (c-complex-decl-matchers): Did away with a reference to
17942 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
17943 value - this variable is always dynamically bound.
17945 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
17946 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
17947 * cc-cmds.el, cc-defs.el: Change the policy for marking up
17948 functions that might do hidden buffer changes: All such internal
17949 functions are now marked instead of those that don't.
17951 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
17952 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
17953 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
17954 (c-literal-type): Allow these functions to make hidden buffer changes,
17955 so that they are free to use text property caching later on.
17957 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
17958 (c-electric-brace, c-electric-slash, c-electric-star)
17959 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
17960 (c-electric-paren, c-electric-continued-statement, c-indent-command)
17961 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
17962 (c-context-line-break): Add `c-save-buffer-state' calls to comply
17963 with the changed semantics of the functions above.
17965 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
17966 when macros occur in obscure places. Optimized the sexp movement
17969 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17971 Enhancements for c-beginning-of-statement to work in AWK Mode:
17973 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
17974 (completed statement) with `}' (statement completed by closing
17975 brace or semicolon) and `$' (statement completed by EOL).
17977 (c-awk-virtual-semicolon-ends-prev-line-p)
17978 (c-awk-virtual-semicolon-ends-line-p)
17979 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
17980 (c-awk-at-statement-end-p): New functions.
17982 * progmodes/cc-cmds.el: Simplify the structure of functions
17983 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
17984 two functions and c-beginning-of-statement to handle AWK Mode.
17986 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
17987 c-backward-single-comment for AWK mode. Attempt to clarify their
17990 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
17992 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17994 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
17995 label handling. Labels are now recognized in a uniform and more
17996 robust way, regardless of context. Text properties are put on all
17997 labels to recognize the following declarations better.
17998 Multiword labels are handled both in indentation and fontification for
17999 the benefit of language extensions like Qt. For consistency, keywords
18000 in labels are now fontified with the label face instead.
18001 That also applies to "case" and "default".
18003 (c-beginning-of-statement-1): Fix some bugs in the label
18004 handling. Disregard `c-nonlabel-token-key' in labels that begin
18005 with `c-label-kwds'.
18007 (c-find-decl-spots): Support that the callback adds more
18008 `c-decl-end' spots to find.
18010 (c-forward-decl-or-cast-1): Don't treat a list of plain
18011 identifiers followed by a colon as a declaration.
18013 (c-forward-label): New function to recognize labels.
18015 (c-guess-basic-syntax): Replace uses of `c-label-key' with
18016 `c-forward-label'. Moved the label recognition cases (14 and 15)
18017 earlier since they aren't so context sensitive now. Handle labels
18018 on the top level gracefully. Moved access label recognition to
18019 the generic label case (CASE 15) - removed CASE 5E.
18021 (c-font-lock-declarations): Add recognition of labels in the
18022 same round since we need to handle labels in parallell with other
18023 declarations to recognize both accurately. It should also improve
18026 (c-simple-decl-matchers, c-basic-matchers-after):
18027 Move `c-font-lock-labels' so that it only is used on decoration level 2
18028 since `c-font-lock-declarations' handles it otherwise.
18030 (c-complex-decl-matchers): Remove the simplistic recognition of
18033 (c-decl-prefix-re): Remove the kludges that was necessary to cope
18034 with labels earlier.
18036 (c-decl-start-re): New language variable to make
18037 `c-font-lock-declarations' stop for the special protection labels
18038 in Objective-C that start with `@'.
18040 (c-label-key): Remove since it's no longer used.
18042 (c-recognize-colon-labels, c-label-prefix-re): New language
18043 constants to support recognition of generic colon-terminated labels.
18045 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18046 are colon terminated labels.
18048 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18049 first argument starts with a special brace list.
18051 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18052 (c-font-lock-declarations): Break out the declaration and cast
18053 recognition from `c-font-lock-declarations' to a new function, so
18054 that it can be used in the indentation engine.
18056 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18057 up to the start of the literal. Fixed bug with the point on the
18058 wrong side of the search limit that could happen when the start
18059 position is inside a literal.
18061 * progmodes/cc-engine.el (c-parse-state)
18062 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18063 so that it's kept a little bit back to increase the hit rate.
18065 (c-parse-state): Change the macro handling and fixed some
18066 glitches. Macro context is checked more often than necessary now,
18067 but otoh less garbage conses are generated.
18069 * progmodes/cc-engine.el (c-parse-state)
18070 (c-invalidate-state-cache): Cache the last position where
18071 `c-state-cache' applies. This can speed up refontification quite
18072 a bit in blocks where there are many non-brace parens before the point.
18074 (c-state-cache-end): New variable for this.
18076 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18079 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18080 get close initial continue positions when the start position is
18081 inside a literal or macro. Do not call the callback for spots
18082 before the start position (which can happen e.g. for `c-decl-end'
18083 spots inside comments). Optimize better in special cases when the
18084 region is a single line inside a literal or macro (typically when
18085 the current line is refontified).
18087 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18088 to `c-add-stmt-syntax' - there's no need to explicitly whack off
18089 entries from the paren state.
18091 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18092 special case for "else if" clauses.
18094 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18095 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18097 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18098 New language variable to recognize the gcc extension with statement
18099 blocks inside expressions.
18101 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18102 it somewhat more comprehensible. The argument AT-BLOCK-START is
18103 no longer used and hence removed.
18105 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18106 to `c-add-stmt-syntax'.
18108 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18109 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18110 This fixes bogus label recognition.
18112 * progmodes/cc-engine.el (c-add-type, c-check-type)
18113 (c-forward-name, c-forward-type): Improve storage of template
18114 types in `c-found-types' so that they can be recognized better.
18116 (c-syntactic-content): Add option to skip past nested parens.
18118 * progmodes/cc-engine.el (c-forward-name):
18119 Set `c-last-identifier-range' all the time. It's less work that way.
18120 Handle that there might not be an identifier to store in
18121 `c-last-identifier-range'.
18123 (c-forward-type): Handle that `c-last-identifier-range' might be
18124 nil from `c-forward-name'.
18126 * progmodes/cc-defs.el (c-safe-scan-lists)
18127 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18129 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18130 to work even if the form fails.
18132 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18133 down in a large file in one go.
18135 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18137 * progmodes/cc-align.el (c-lineup-assignments): New lineup
18138 function which is like `c-lineup-math' but returns nil instead of
18139 `c-basic-offset' when it doesn't match.
18141 (c-lineup-math): Change to use `c-lineup-assignments'.
18143 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18145 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18146 c-beginning-of-statement. New subfunctions
18147 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18149 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18151 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18152 hardcoded char classes whereever possible. Changed a couple of
18153 places to use skip by syntax instead of skip by char class.
18155 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18156 Fix a bug in the regexp that caused extreme backtracking.
18158 * progmodes/cc-langs.el (c-block-comment-starter)
18159 (c-block-comment-ender): New language constants to specify in a
18160 single place how block comments look.
18162 (c-comment-start-regexp, c-block-comment-start-regexp)
18163 (comment-start, comment-end, comment-start-skip)
18164 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18165 (c-syntactic-ws, c-nonempty-syntactic-ws)
18166 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18167 `c-line-comment-starter', `c-block-comment-starter' and
18168 `c-block-comment-ender'.
18170 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18171 New language constants to break up things a bit.
18173 (c-simple-ws): New language constant for simple whitespace.
18175 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18177 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18178 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18179 newlines. Allow and ignore nil elements in the list.
18181 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18183 * progmodes/cc-cmds.el: Comment out a (n almost certainly
18184 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18186 * progmodes/cc-cmds.el: Tidy up the comments in
18187 c-beginning-of-statement and subfunctions.
18189 * progmodes/cc-awk.el: Replace calls to put-text-property to the
18190 more flexible c-put-char-property and c-clear-char-properties.
18191 Add the author's email address.
18193 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18195 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18196 closing "*/" of a block comment.
18198 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18199 subfunctions) so that it works at BOB and EOB.
18201 * progmodes/cc-cmds.el, cc-vars.el: More updating of
18202 c-beginning-of-statement, including new variable
18203 c-block-comment-start-regexp.
18205 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18207 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18208 symbols from `*-font-lock-extra-types' so that there's no need to
18209 use `regexp-opt' on those lists.
18211 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18212 `c-type-modifier-kwds' is empty.
18214 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18215 there are several strings on the same line.
18217 * progmodes/cc-engine.el (c-literal-limits): Remove the
18218 compatibility function for older emacsen. `c-literal-limits-fast'
18219 has now taken the place of this function.
18221 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18222 with older emacsen: We now require `pps-extended-state'.
18224 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18226 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18227 which obviates the need to hack sentence-end. This now handles
18228 escaped newlines in strings correctly. Correct minor bugs in
18229 c-move-over-sentence and in c-beginning-of-statement.
18231 * progmodes/cc-cmds.el (c-beginning-of-statement (and
18232 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18233 that movement over macros and code are rigorously separated from
18234 eachother. Correct a few incidental bugs.
18236 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18237 Improve its doc-string. Improve the handling of certain specific cases.
18239 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18241 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18242 (c-guess-basic-syntax): Change the way class-level labels are
18243 recognized; they can now contain essentially any symbols.
18245 (c-opt-extra-label-key): New language variable to cope with the
18246 special protection label syntax in Objective-C.
18248 (c-opt-access-key): Remove; this is now handled better by
18249 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18251 (c-complex-decl-matchers): Update to handle that
18252 `c-opt-access-key' no longer exists.
18254 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18255 improved label recognition in `c-beginning-of-statement-1'.
18257 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18258 Recognize bitfields better.
18260 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18261 Remove some cruft and fixed a bug that could cause it to go to a
18262 position further down.
18264 * progmodes/cc-langs.el, cc-engine.el
18265 (c-beginning-of-statement-1): Improve detection of labels in
18266 declaration contexts.
18268 (c-beginning-of-decl-1): Use it.
18270 (c-nonlabel-token-key): New language constant and variable needed
18271 by `c-beginning-of-statement-1'.
18273 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18274 manifested itself due to the correction in `c-forward-sexp'.
18276 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18277 Make these behave as documented when used at the buffer limits.
18279 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18280 (c-type-decl-end-used): Made this a language variable.
18282 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18283 correctly when `combine-after-change-calls' is used together with
18284 temporary narrowings.
18286 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18287 Report labels correctly when the start point is immediately after the
18290 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18291 Remove since it isn't used anymore.
18293 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18294 bracket arglists such as template parens in C++.
18296 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18297 in the last check-in. Some optimization.
18299 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18300 where it could stop at the same level in a preceding sexp when
18301 PAREN-LEVEL is set.
18303 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18304 text property lookup only when it's needed.
18306 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18307 Change the policy for paren marked angle brackets to be more
18308 persistent; once marked they remain marked even when they're found
18309 to be unbalanced in the searched region. This should keep the
18310 paren syntax around even when individual lines are refontified in
18311 multiline template arglists.
18313 (c-parse-and-markup-<>-arglists): New dynamically bound variable
18314 to control markup so that incorrect angle bracket arglists aren't
18315 marked in contexts where the correct value for
18316 `c-disallow-comma-in-<>-arglists' isn't known.
18318 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18319 argument has become `c-parse-and-markup-<>-arglists'.
18321 (c-remove-<>-arglist-properties): Remove - no longer used.
18323 (c-after-change-check-<>-operators): New function used on
18324 `after-change-functions' to avoid that "<" and ">" characters that
18325 are part of longer operators have paren syntax.
18327 (c-<>-multichar-token-regexp): New language variable used by
18328 `c-after-change-check-<>-operators'.
18330 (c-after-change): Call `c-after-change-check-<>-operators'.
18332 (c-font-lock-<>-arglists): Use the context properties set by
18333 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18334 correctly to avoid doing invalid markup.
18336 (c-font-lock-declarations): Remove code that undoes the invalid
18337 markup done by `c-font-lock-<>-arglists'.
18339 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18340 after `c-font-lock-declarations'.
18342 * progmodes/cc-engine.el (c-syntactic-skip-backward):
18343 Add paren-level feature.
18345 (c-guess-basic-syntax): Improve the anchor position for
18346 `template-args-cont' in nested template arglists. There's still
18347 much to be desired in this area, though.
18349 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18351 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18352 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18354 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18356 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18357 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18359 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18360 it doesn't work no longer are supported.
18362 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18363 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18364 requires support for the syntax-table' text property, which rules
18365 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
18366 cruft associated with those versions.
18368 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18369 for the `syntax-table' text property, which rules out Emacs 19 and
18370 XEmacs < 21.4. Removed various compatibility cruft associated
18371 with those versions.
18373 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18374 support for the `syntax-table' text property.
18376 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18377 variable and use an extra quoted face name instead. All the
18378 emacsen flavors handle that correctly.
18380 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18381 (c-font-lock-declarators, c-font-lock-declarations)
18382 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18383 property to mark the items in in declarator lists to handle
18384 refontification inside multiline declarations better.
18386 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18387 construct like "a * b = c;" as a declaration.
18389 2005-12-08 Kim F. Storm <storm@cua.dk>
18391 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18392 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
18393 select either meta, hyper, or super modifier for rectangle commands.
18394 (cua--rectangle-modifier-key): New defvar.
18395 (cua--M/H-key): Use it. Remove special case for `space'.
18396 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18397 on X, to meta otherwise. Always bind C-return to toggle
18398 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
18400 * emulation/cua-rect.el (cua-help-for-rectangle):
18401 Use cua--rectangle-modifier-key. Handle super modifier too.
18402 (cua--init-rectangles): Always bind C-return to toggle rectangle.
18403 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18405 * ido.el: Move Acknowledgements and History after Commentary.
18406 Minor changes to Commentary.
18408 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18409 keymap if cua--prefix-override-timer is `shift'.
18410 (cua--shift-control-prefix): New function; emulate "type prefix
18411 key twice" functionality to handle shifted prefix key override.
18412 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18414 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18416 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
18418 * textmodes/org.el (org-insert-heading): Try to do items before
18420 (org-agenda-mode): Quote `org-agenda-mode-hook'.
18421 (org-insert-item): New function.
18422 (org-renumber-ordered-list): Don't skip to higher level lists.
18424 2005-12-08 Juri Linkov <juri@jurta.org>
18426 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18428 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18430 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18432 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18433 the constructed function name fun-1.
18435 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18436 because such links don't lead to parent documentation.
18438 2005-12-08 Kenichi Handa <handa@m17n.org>
18440 * descr-text.el (describe-char): Use *Help-2* buffer if the
18441 current buffer is *Help*. Call describe-text-properties while
18442 setting the original buffer.
18444 2005-12-07 Bill Wohler <wohler@newt.com>
18446 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
18447 and causes problems with non-MH users (such as Gnus users).
18449 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
18451 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18452 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18453 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18454 command "info sources". Move calls to GDB command "list".
18455 (gdb-find-file-hook): Just use gdb-source-file-list.
18456 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18457 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18458 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18459 (gdb-data-list-register-values-handler): Use correct trigger name.
18461 2005-12-07 Kim F. Storm <storm@cua.dk>
18463 * ido.el (ido-completion-map): Rename from ido-mode-map.
18464 (ido-common-completion-map, ido-file-completion-map)
18465 (ido-file-dir-completion-map, ido-buffer-completion-map):
18466 Rename from ido-mode-....-map.
18467 (ido-init-completion-maps): Rename from ido-init-mode-maps.
18468 (ido-setup-completion-map): Rename from ido-define-mode-map.
18469 (ido-read-internal): Bind minibuffer-local-filename-completion-map
18470 to ido-completion-map.
18472 2005-12-07 Kenichi Handa <handa@m17n.org>
18474 * international/mule-cmds.el
18475 (set-display-table-and-terminal-coding-system): If the coding
18476 system specified in `unibyte-display' property is different from
18477 the arg coding-system, don't setup standard-display-table.
18479 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18481 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18482 that comments end at \n, regardless of selective-display.
18484 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
18486 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18487 (gdb-version): New variables.
18488 (gdb-source-file-list, gdb-register-names)
18489 (gdb-changed-registers): New variables for use with GDB 6.4+.
18490 (gdb-ann3): Replace with...
18491 (gdb-init-1, gdb-init-2): ...two new functions.
18492 (gdba, gdb-prompt): Call gdb-init-1.
18493 (gdb-get-version): New function. Call gdb-init-2 from here.
18494 (gud-watch): Make it work with mouse events too.
18495 (gdb-post-prompt): Don't add to queue until GDB version is known.
18496 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18497 (gdb-locals-mode): Use gdb-version.
18498 (gdb-memory-format-map, gdb-memory-unit-map)
18499 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18500 (gdb-locals-font-lock-keywords-1)
18501 (gdb-locals-font-lock-keywords-2): New variables.
18502 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18503 (gdb-set-gud-minor-mode-existing-buffers-1)
18504 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18505 (gdb-var-update-1, gdb-var-update-handler-1)
18506 (gdb-data-list-register-values-handler)
18507 (gdb-data-list-register-values-custom)
18508 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18509 (gdb-stack-list-locals-handler, gdb-get-register-names):
18510 New functions for use with GDB 6.4+.
18511 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18512 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18513 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18514 (gdb-stack-list-locals-regexp)
18515 (gdb-data-list-register-names-regexp): New regexps for use with
18518 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18520 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18522 2005-12-06 Nozomu Ando <nand@mac.com>
18524 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18525 prompts work for AUTH PLAIN. Also reported by Steve Allan
18526 <seallan@verizon.net>.
18528 2005-12-06 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
18530 * frame.el (set-frame-parameter): Add doc string.
18532 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
18534 * textmodes/org.el (org-occur-highlights): New variable.
18535 (org-highlight-new-match, org-remove-occur-highlights): New functions.
18536 (org-highlight-sparse-tree-matches): New option.
18537 (org-do-occur): New function.
18538 (org-get-heading): Make it work also at beginning of line.
18539 (org-category-table): New variable.
18540 (org-get-category-table, org-get-category)
18541 (org-camel-to-words, org-link-search): New functions.
18542 (org-select-this-todo-keyword): New variable.
18543 (org-todo-list): New command.
18544 (org-shiftright, org-shiftleft): New commands.
18545 (org-agenda-todo): Add prefix argument.
18546 (org-show-hierarchy-above): New option.
18547 (org-show-todo-tree): Numerical prefix creates tree for specific
18549 (org-outline-level): New function, to assign a level to plain
18551 (org-cycle-include-plain-lists): New option.
18552 (org-mode): Use `org-outline-level' as value of `outline-level'.
18553 (org-cycle): Temporarily switch `outline-regexp' if
18554 `org-cycle-include-plain-lists' is non-nil.
18555 (org-start-icalendar-file): Fix format bug.
18556 (org-agenda-get-day-entries): Create category table.
18557 (org-agenda-get-todos, org-agenda-get-timestamps)
18558 (org-agenda-get-deadlines, org-agenda-get-scheduled)
18559 (org-agenda-get-blocks): Use `org-get-category'.
18560 (org-context-in-file-links): Rename from
18561 `org-line-numbers-in-file-links'.
18563 2005-12-06 Romain Francoise <romain@orebokech.com>
18565 * window.el (balance-windows): Delete extraneous third arg in call
18566 to `enlarge-window'.
18568 2005-12-06 Kenichi Handa <handa@m17n.org>
18570 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18572 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
18574 * progmodes/gdb-ui.el (gdb-var-create-handler)
18575 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18576 (gdb-var-list-children-handler, gdb-var-update-handler):
18577 Current buffer is already gdb-partial-output-buffer, don't
18578 make it current again.
18580 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
18582 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18583 (list-buffers-noselect): Use it.
18585 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
18587 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18588 (mail-yank-ignored-headers): Use regexp-opt.
18589 (mail-mode-map): Move initialization into declaration.
18590 (mail-sent-via): Remove unused shadowed var `to-line'.
18591 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18592 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18593 (mail-do-fcc): Use dolist and push.
18594 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
18595 (mail-yank-ignored-headers): Don't autoload.
18597 2005-12-05 Kenichi Handa <handa@m17n.org>
18599 * international/mule-cmds.el (set-language-info-internal): New fun.
18600 (set-language-info): Call set-language-info-internal to update
18601 language-info-alist. If LANG-ENV is the current one, call
18602 set-language-environment to make INFO effective now.
18603 (set-language-info-alist): Likewise.
18604 (locale-language-names): With locale "en", use English
18605 lang. env. but set the default codings to iso-8859-1.
18607 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
18609 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18610 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18611 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18613 (gdb-frames-mode): Remove redundant call to font-lock-mode.
18614 (gdb-all-registers): Rename from toggle-gdb-all-registers.
18615 Create registers buffer if necessary. Echo new state in minibuffer.
18616 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
18618 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
18620 * info.el (Info-fontify-node): Match external links using
18621 non-directory part of filename.
18623 2005-12-04 Juri Linkov <juri@jurta.org>
18625 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18626 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
18627 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18628 because there is no customization option for it.
18630 * font-lock.el (lisp-font-lock-keywords-1):
18631 Add define-global-minor-mode.
18633 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18635 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18636 properties on the constructed variable names.
18638 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18639 Put `definition-name' properties on the constructed function names
18640 next-sym and prev-sym.
18642 * emacs-lisp/find-func.el (find-function-regexp):
18643 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
18644 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
18645 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18646 and easy-menu-define.
18648 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18649 easy-mmode-define-global-mode and define-global-minor-mode.
18650 (lisp-imenu-generic-expression): Add define-global-minor-mode.
18652 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18653 instead of easy-mmode-define-global-mode.
18655 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18656 Use define-minor-mode instead of easy-mmode-define-minor-mode.
18658 * cus-edit.el (customize-group, customize-group-other-window):
18659 Filter out autoloaded options from the group completion list by
18660 using heuristics that autoloaded groups don't have `custom-autoload'
18661 property on their symbols (they have only `custom-loads').
18663 * simple.el (completion-setup-function): Put completions-common-part
18664 face on complete completion string too (i.e. completion string
18665 without completions-first-difference face).
18667 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18669 2005-12-03 Eli Zaretskii <eliz@gnu.org>
18671 * view.el (view-mode): Doc fix.
18673 * disp-table.el (standard-display-european): Add to the warning
18674 message a reference to the doc string.
18676 * play/yow.el (apropos-zippy): Call print-help-return-message,
18677 similar to other Help and Apropos commands.
18679 * help.el (print-help-return-message): If pop-up-frames is
18680 non-nil, set up help-return-method to delete the help window and,
18681 possibly, its frame as well, and don't display message about
18682 scrolling the help window. Doc fix.
18683 (help-return-method): Doc fix.
18685 2005-12-03 Martin Rudalics <rudalics@gmx.at>
18687 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18688 whereby names of length one or names starting with a
18689 symbol-constituent character would not be returned.
18691 2005-12-03 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
18693 * subr.el (atomic-change-group): Add edebug and indentation spec.
18695 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18697 * completion.el (save-completions-file-name): Fix typo in last change.
18699 2005-12-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18701 * info.el: Move back/forward history to the beginning of the tool bar.
18703 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
18705 * allout.el (eval-when-compile): Remove unnecessary load of cl.
18706 Add fset of allout-real-isearch-abort during compile to fix
18707 byte-compilation warnings.
18708 (allout-mode-p): Move definition of this macro above all uses, or
18709 byte compilation in barren Emacs (eg, during Emacs build) will
18710 lack the definition.
18711 (allout-mode): Move this variable above any uses, or byte
18712 compilation will fail.
18713 (allout-resolve-xref): Remove use of personal file-reference function.
18714 (allout-toggle-current-subtree-encryption): Do the current (ie,
18715 visible containing) topic, rather than nearest around point. Doc fix.
18716 (allout-toggle-subtree-encryption): New function, workhorse that
18717 works on nearest topic containing point.
18718 (allout-encrypt-string): Signal requirement for newer version of pgg.
18719 (allout-resumptions): Doc fix.
18721 2005-12-02 Eli Zaretskii <eliz@gnu.org>
18723 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18725 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
18727 * textmodes/flyspell.el (flyspell-external-point-words):
18728 Consider a misspelling as found in the string search if: (a) misspelling
18729 and found string lengths match, or (b) misspelling is found as
18730 element in a boundary-chars separated longer string, or (c)
18731 ispell-program-name is really ispell and misspelling is found as
18732 part of a TeX string. After successful match move beginning of
18733 search region to end of match. Warn about not found misspellings
18734 once the process is done.
18735 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18737 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
18739 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18740 tool bar (removed inadvertently).
18742 2005-12-02 Juri Linkov <juri@jurta.org>
18744 * log-view.el (log-view-diff): Clarify doc string.
18746 2005-12-01 Bill Wohler <wohler@newt.com>
18748 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18749 triggers lm-verify errors.
18751 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
18753 * simple.el (transient-mark-mode, line-number-mode)
18754 (column-number-mode, size-indication-mode): Remove `:require nil'.
18756 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
18758 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18759 in the margin also.
18760 (gdb-breakpoints-mode-map): Use D instead of d for
18761 gdb-delete-breakpoint.
18762 (gdb-get-frame-number): Require a number to match on.
18763 (gdb-threads-mode-map): Add follow-link binding.
18765 2005-11-30 Jason Rumney <jasonr@gnu.org>
18767 * isearch.el (isearch-mode-map): Avoid exiting search on
18768 language-change event.
18770 2005-11-30 Romain Francoise <romain@orebokech.com>
18772 * speedbar.el (speedbar-default-position): New defcustom.
18773 (speedbar-frame-reposition-smartly): Use it.
18775 * dframe.el (dframe-reposition-frame-emacs): Fix position
18776 computation for `left' location.
18777 Update copyright year.
18779 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18781 * help.el (help-map): Move initialization into declaration.
18783 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18785 * help-fns.el (help-argument-name): Don't autoload.
18786 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18787 to be re-loaded when customizing the `help' group.
18789 2005-11-30 John Paul Wallington <jpw@gnu.org>
18791 * help-fns.el (describe-function-1): Fill arglist output.
18793 2005-11-30 Kim F. Storm <storm@cua.dk>
18795 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
18796 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18797 after revert-buffer (or anything else which kills all local variables).
18799 * apropos.el (apropos-parse-pattern): Doc fix.
18800 Set apropos-regexp directly, rather than expecting callers to do so.
18801 (apropos-command, apropos, apropos-value, apropos-documentation):
18802 Simplify calls to apropos-parse-pattern.
18804 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
18806 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18807 (hi-lock-face-phrase-buffer): Use hi-yellow face.
18808 (hi-lock-write-interactive-patterns): Use comment-region.
18810 * longlines.el (longlines-mode): Add mail-setup-hook.
18812 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18814 * simple.el (sendmail-user-agent-compose, next-line):
18815 Conditionally use hard-newline.
18817 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18819 * international/latexenc.el (latex-inputenc-coding-alist):
18822 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
18824 * help.el (describe-key-briefly, describe-key): Recognize default
18827 2005-11-29 Romain Francoise <romain@orebokech.com>
18829 * view.el (view-inhibit-help-message): New defcustom.
18830 (view-mode-enter): Use it.
18832 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
18834 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
18835 Preserve user position.
18837 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
18839 * font-lock.el: Throw error if facemenu is not loaded to prevent
18840 accidental change of loading order in loadup.el. (Suggested by RMS.)
18842 * loadup.el: Add comment explaining why facemenu must be loaded
18845 2005-11-28 Jay Belanger <belanger@truman.edu>
18847 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
18848 (calc-dispatch-map): Add more keys for `calc-same-interface'.
18850 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
18852 * calc/calc-embed.el (calc-do-embedded): Update help message.
18854 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
18856 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18858 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
18860 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
18861 called-interactively-p.
18862 (elp-profilable-p): Rename from elp-not-profilable-p.
18863 Invert result and take into account macros and autoloaded functions.
18864 (elp-instrument-function): Update call.
18865 (elp-instrument-package): Update call. Add completion.
18866 (elp-pack-number): Use match-string.
18867 (elp-results-jump-to-definition-by-mouse): Merge into
18868 elp-results-jump-to-definition and then remove.
18869 (elp-output-insert-symname): Make help echo text single-line.
18871 * replace.el (query-replace-map): Move initialization into declaration.
18872 (occur-engine): Use with-current-buffer.
18873 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
18874 (occur-mode-mouse-goto): Replace with an alias.
18876 2005-11-28 Juri Linkov <juri@jurta.org>
18878 * simple.el (quoted-insert): Let-bind input-method-function to nil.
18880 * term/w32-win.el: Bind [S-tab] to [backtab].
18882 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
18883 `Info-find-file' to t.
18885 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
18886 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
18887 and same-window-regexps.
18888 (occur-next-error): Don't move point for arg 0.
18890 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
18892 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
18894 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18896 * log-edit.el (log-edit-changelog-use-first): New var.
18897 (log-edit-changelog-ours-p): Use it.
18898 (log-edit-insert-changelog): Set it with new arg `use-first'.
18899 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
18900 (log-edit-hook): Add them to the list of suggested options.
18902 * textmodes/flyspell.el (flyspell-last-buffer): New var.
18903 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
18905 (flyspell-mode-on): Use add-hook for after-change-functions.
18906 (flyspell-mode-off): Use remove-hook for after-change-functions.
18907 (flyspell-changes): Make it buffer-local.
18908 (flyspell-after-change-function): Make it non-interactive. Use push.
18909 (flyspell-post-command-hook): Check input-pending-p while processing
18910 the potentially long list of buffer changes.
18912 2005-11-28 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
18914 * buff-menu.el (list-buffers-noselect): Display the selected
18915 frame's buffer list, not the global one.
18917 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
18919 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
18920 that (list last-input-event) works as in interactive spec.
18922 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18924 * loadup.el ("facemenu"): Load facemenu before font-lock, because
18925 `facemenu-keymap' needs to be defined when font-lock is loaded.
18926 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
18928 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18930 * completion.el: Remove useless leading * in defcustom docstrings.
18931 (save-completions-file-name): Use ~/.emacs.d if available.
18932 (completion-standard-syntax-table): Rename from
18933 cmpl-standard-syntax-table and fold initialization into declaration,
18934 thus removing cmpl-make-standard-completion-syntax-table.
18935 (completion-lisp-syntax-table, completion-c-syntax-table)
18936 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
18937 (cmpl-saved-syntax, cmpl-saved-point): Remove.
18938 (symbol-under-point, symbol-before-point)
18939 (symbol-under-or-before-point, symbol-before-point-for-complete)
18940 (add-completions-from-c-buffer): Use with-syntax-table.
18941 (make-completion): Don't return a list of completion entries.
18943 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
18944 (completion-initialize): Rename from initialize-completions.
18945 (completion-find-file-hook): Rename from cmpl-find-file-hook.
18946 (kill-emacs-save-completions): Collect stats here.
18947 (save-completions-to-file, load-completions-from-file):
18948 Use with-current-buffer.
18949 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
18950 into a function. Move all calls to toplevel.
18951 (completion-lisp-mode-hook): New fun.
18952 (completion-c-mode-hook, completion-setup-fortran-mode):
18953 Set the syntax-table here. Use local-set-key.
18954 (completion-saved-bindings): New var.
18955 (dynamic-completion-mode): Make it into a proper minor mode.
18956 (load-completions-from-file): Remove unused var `num-uses'.
18958 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
18959 constructor if it is explicitly overridden.
18961 * complete.el (PC-completion-as-file-name-predicate):
18962 Use minibuffer-completing-file-name.
18963 (partial-completion-mode): Use find-file-not-found-functions.
18964 (PC-lisp-complete-symbol): Use with-syntax-table.
18965 (PC-look-for-include-file): Remove dead setq.
18966 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
18967 (PC-complete): Use with-current-buffer.
18969 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
18970 escape single quotes.
18972 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18974 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
18975 of `if' whose condition always returned nil. Doc fix.
18977 * buff-menu.el (Buffer-menu-revert-function): Make the selected
18978 window's buffer the current buffer around the call to
18979 `list-buffers-noselect'. This is necessary to mark that buffer
18980 with a `.' in the Buffer Menu when called from Lisp, for instance
18981 by Auto Revert Mode.
18983 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
18985 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
18987 (gdb-pre-prompt): Make sure gdb-error is reset.
18989 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
18990 with a child process, detect it.
18991 (gud-speedbar-buttons): Match regexp more carefully.
18993 2005-11-27 Richard M. Stallman <rms@gnu.org>
18995 * mouse.el (mouse-drag-move-window-bottom):
18996 Use adjust-window-trailing-edge.
18998 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19000 * simple.el (blink-matching-open): Ignore
19001 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19002 (blink-matching-paren-on-screen): Update docstring.
19004 * paren.el (show-paren-mode): No longer change
19005 `blink-matching-paren-on-screen'.
19007 2005-11-27 John Paul Wallington <jpw@pobox.com>
19009 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19010 (gdb-threads-select, gdb-edit-register-value):
19011 Use `posn-set-point' instead of `mouse-set-point' because the
19012 latter is not fbound when configured without X.
19014 2005-11-27 Kim F. Storm <storm@cua.dk>
19016 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19017 existing face when partially highlighting a TAB in a rectangle.
19019 2005-11-26 Kim F. Storm <storm@cua.dk>
19021 * ido.el (ido-mode-map): Doc fix.
19022 (ido-mode-common-map, ido-mode-file-map)
19023 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19024 (ido-define-mode-map): Rewrite. Select one of the new maps as
19025 parent for ido-mode-map instead of building from scratch.
19026 (ido-init-mode-maps): New defun to initialize new maps.
19027 (ido-mode): Call it.
19028 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19029 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19031 2005-11-26 John Paul Wallington <jpw@pobox.com>
19033 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19034 `mouse-set-point' because the latter is not fbound when configured
19037 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
19039 * files.el (file-relative-name): Doc fix.
19041 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19043 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19044 non-empty string for secondary prompt PS2.
19046 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19048 * progmodes/compile.el (compilation-setup): Fix last change.
19050 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19052 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19053 (gdb-mouse-toggle-breakpoint-margin)
19054 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19055 Add gdb-server-prefix to keep out of command history.
19056 (gdb-edit-register-value): New function.
19057 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19058 (gdb-info-registers-custom): Use above map.
19060 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19062 * custom.el (enable-theme): Signal error if argument is not a
19063 theme. Don't recalculate a face if it's not loaded yet.
19065 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19066 the `user' theme is in effect.
19068 * info.el (Info-on-current-buffer): Record actual filename in
19069 Info-current-file, instead of t, or a fake filename if a non-file
19070 buffer. Make autoload.
19071 (Info-find-node, Info-revert-find-node): No need to check for
19072 Info-current-file nil.
19073 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19074 Info-current-file is now never `t'.
19075 (Info-fontify-node): Many simplifications due to Info-current-file
19076 always being valid. Use Info-find-file to find node filename.
19078 2005-11-25 David Kastrup <dak@gnu.org>
19080 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19081 new character, then delete" in order to preserve markers.
19083 2005-11-25 David Ponce <david@dponce.com>
19085 * recentf.el (recentf-arrange-by-rule): Handle a special
19086 `auto-mode-alist'-like "strip suffix" rule.
19087 (recentf-build-mode-rules): Handle second level auto-mode entries.
19089 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
19091 * viper-keym.el (viper-ESC-key): Use different values in terminal and
19094 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19095 jde-javadoc-checker-report-mode.
19097 * ediff-wind (ediff-make-wide-display): Slight simplification.
19099 * ediff.el (ediff-date): Change the date of last update.
19101 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
19103 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19104 Use define-minor-mode, and make it a local mode. Turn on font-lock.
19105 (hi-lock-mode): New global minor mode.
19106 (turn-on-hi-lock-if-enabled): New function.
19107 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19108 Change arguments to regexp and face instead of a font-lock pattern.
19109 Directly set face property, instead of refontifying.
19110 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19111 (hi-lock-find-patterns): Use line-number-at-pos.
19113 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
19114 arguments for hi-lock-set-pattern.
19115 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19116 Call font-lock-fontify-buffer.
19117 (hi-lock-find-file-hook, hi-lock-current-line)
19118 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19120 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19123 * progmodes/compile.el (compilation-setup): Don't fiddle with
19124 font-lock-defaults.
19126 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
19128 * progmodes/gdb-ui.el (gdb-var-create-handler)
19129 (gdb-var-list-children-handler): Find values for all variable
19130 objects. gud-speedbar-buttons decides whether to display them.
19132 2005-11-24 Romain Francoise <romain@orebokech.com>
19134 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19135 buffer name with a space.
19137 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
19139 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19140 `org-export-local-list-max-depth'. Change default value to 3.
19141 (org-auto-renumber-ordered-lists)
19142 (org-plain-list-ordered-item-terminator): New options.
19143 (org-at-item-p, org-beginning-of-item, org-end-of-item)
19144 (org-get-indentation, org-get-string-indentation)
19145 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19147 (org-move-item-down, org-move-item-up): New commands.
19148 (org-export-as-html): New classes for CSS support. Bug fix in
19149 regular expression detecting fixed-width regions. Respect
19150 `org-local-list-ordered-item-terminator'.
19151 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19153 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19154 New item moving functions.
19156 2005-11-24 Juri Linkov <juri@jurta.org>
19158 * isearch.el (isearch-repeat): With empty search ring set
19159 `isearch-error' to the error string instead of signaling error
19160 with the function `error'.
19162 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19164 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19166 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
19168 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19170 (gdb-var-create-handler, gdb-var-list-children-handler):
19171 Don't match on "char **...".
19172 (gdb-var-update-handler): Find values for all variable objects.
19173 (gdb-info-frames-custom): Identify frames by leading "#".
19175 * progmodes/gud.el (gud-speedbar-menu-items): Add
19176 gdb-speedbar-auto-raise as radio button.
19177 (gud-speedbar-buttons): Raise speedbar if requested.
19178 Don't match on "char **...".
19179 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19182 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
19184 * info.el (Info-fontify-node): Handle the case where
19185 Info-current-file is t.
19187 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
19189 * simple.el (blink-matching-open): Fix off-by-one in last change.
19191 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19193 * term/mac-win.el: Don't change default directory.
19195 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
19197 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19198 buffers correctly. (It used to throw an error in such buffers.)
19199 Make it ask for confirmation in group buffers and other Custom
19200 buffers containing more than one customization item.
19202 2005-11-22 John Paul Wallington <jpw@gnu.org>
19204 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19205 property on mail and url overlays.
19206 (goto-address-at-point): Use `posn-set-point' instead of
19207 `mouse-set-point' because the latter is not fbound when configured
19210 2005-11-22 Lars Hansen <larsh@soem.dk>
19212 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19213 (ls-lisp-classify, ls-lisp-format): Delete call to
19214 ls-lisp-parse-symlink.
19215 (ls-lisp-handle-switches): Handle symlinks to directories as
19216 directories when ls-lisp-dirs-first in non-nil.
19218 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
19220 * startup.el (command-line): Make sure that loaddefs.el is handled
19221 correctly in load-history.
19223 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
19225 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19226 (gdb-struct-string, gdb-array-string): New constants.
19227 (gdb-info-locals-handler): Use them.
19228 (gdb-reset): Reset gdb-var-list to nil.
19230 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19232 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19235 2005-11-21 Juri Linkov <juri@jurta.org>
19237 * custom.el (defcustom): Update link types in docstring.
19239 2005-11-20 Martin Rudalics <rudalics@gmx.at>
19241 * custom.el (defgroup): Add doc-string-elt info.
19243 * widget.el (define-widget): Don't use declare for the doc-string-elt.
19245 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19247 * newcomment.el (comment-enter-backward): Fix last fix.
19249 * simple.el (blink-matching-open):
19250 * paren.el (show-paren-function): Allow new paren-class info.
19252 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
19254 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
19255 handled automagically.
19257 2005-11-20 Andreas Schwab <schwab@suse.de>
19259 * descr-text.el (describe-char): When copying overlays put them
19260 over the full char description instead of just the first character
19263 2005-11-20 Juri Linkov <juri@jurta.org>
19265 * simple.el (what-cursor-position):
19266 * descr-text.el (describe-char): Use Lisp-readable syntax
19267 for octal and hex. Reorder decimal, octal and hex values.
19268 Remove excess whitespace in the output. Use `=' in `column='
19269 like in `point=' and `Hscroll='.
19271 * international/mule-cmds.el (encoded-string-description):
19272 Use Lisp-readable syntax for hex.
19274 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19276 * newcomment.el (comment-enter-backward): Handle the case where the
19277 comment is closed by EOB.
19279 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19281 * longlines.el (longlines-before-revert-hook)
19282 (longlines-after-revert-hook): New functions.
19283 (longlines-mode): Turn off longlines temporarily when reverting.
19284 Add a message-setup-hook.
19285 (longlines-decode-buffer): New function.
19286 (longlines-wrap-line): Preserve marker positions.
19288 2005-11-19 Andreas Schwab <schwab@suse.de>
19290 * emacs-lisp/shadow.el: Handle compressed files.
19292 2005-11-19 Romain Francoise <romain@orebokech.com>
19294 * net/browse-url.el (browse-url-default-browser): Signal an error
19295 if no usable browser can be found, rather than try to load w3.
19297 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
19299 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19300 replacing existing properties.
19301 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19302 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19304 (rcirc-server-prefix, rcirc-server): New faces.
19305 (rcirc-url-regexp): Generate with rx macro.
19306 (rcirc-last-server-message-time): New variable.
19307 (rcirc-filter): Record time of last message.
19308 (rcirc-keepalive): Kill processes that did not send a message
19309 since the last ping.
19310 (rcirc-mode): Give rcirc-topic a local binding here.
19312 2005-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
19314 * subr.el (read-passwd): Fontify the prompt as we do with other
19317 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
19319 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19320 binding buffer-read-only to nil.
19322 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19324 * complete.el (partial-completion-mode):
19325 Mention completion-auto-help in the doc string.
19327 * man.el (Man-highlight-references): Doc fix. Reformat code in a
19330 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
19332 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19333 digits, not 8, to avoid misalignment for files larger than 100MB.
19335 2005-11-19 Eli Zaretskii <eliz@gnu.org>
19337 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19338 Mention "keyboard shortcuts" in the help text.
19340 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19342 * startup.el (fancy-splash-default-action): Discard only
19343 mouse-down and succeeding mouse-up events in the splash screen
19344 window so that drag-n-drop event can be processed.
19346 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
19348 * longlines.el (longlines-mode): Add hacks for mail-mode and
19351 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
19353 * textmodes/org.el (org-table-sort-lines): New command.
19354 (org-tbl-menu): Add entry for `org-table-sort-lines'.
19355 (org-add-file): Command removed, use `org-agenda-file-to-front'
19357 (org-export-icalendar): Use `org-icalendar-combined-name'.
19358 (org-cycle-agenda-files, org-agenda-file-to-end)
19359 (org-agenda-file-to-front): New commands.
19360 (org-table-tab-jumps-over-hlines, org-export-html-style):
19362 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19363 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19365 (org-fill-paragraph): Call `org-table-align' in tables.
19366 (org-mode): Call `org-set-autofill-regexps'.
19367 (org-export-as-html): Support for local handformatted lists.
19368 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
19369 (org-export-local-list-max-depth): New option.
19370 (org-html-expand): Use `org-html-protect'.
19372 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
19374 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19376 (gdb): Move definition of gud-pp to...
19378 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
19380 (gdb-find-watch-expression): New function.
19382 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19384 * faces.el (face-attribute, set-face-attribute): Mention existence
19385 of `:ignore-defface' setting in docstring.
19387 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
19389 * simple.el (completion-setup-function): Fix last change.
19391 2005-11-17 John Paul Wallington <jpw@pobox.com>
19393 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19394 Use `posn-set-point' instead of `mouse-set-point' because the
19395 latter is not fbound when configured without X.
19397 * comint.el (comint-insert-input): Likewise.
19399 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19401 * simple.el (hard-newline): New variable.
19402 (sendmail-user-agent-compose, next-line): Use it.
19404 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19405 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19406 (mail-mail-reply-to, mail-mail-followup-to)
19407 (mail-position-on-field, mail-signature, mail-yank-original)
19408 (mail-attach-file): Likewise.
19410 * mail/mailheader.el (mail-header-format)
19411 (mail-header-format-function): Likewise.
19413 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19415 2005-11-17 Juri Linkov <juri@jurta.org>
19417 * font-lock.el (font-lock-faces): Rename this defgroup from
19418 `font-lock-highlighting-faces'.
19419 (font-lock-comment-face, font-lock-comment-delimiter-face)
19420 (font-lock-string-face, font-lock-doc-face)
19421 (font-lock-keyword-face, font-lock-builtin-face)
19422 (font-lock-function-name-face, font-lock-variable-name-face)
19423 (font-lock-type-face, font-lock-constant-face)
19424 (font-lock-warning-face, font-lock-negation-char-face)
19425 (font-lock-preprocessor-face)
19426 (font-lock-regexp-grouping-backslash)
19427 (font-lock-regexp-grouping-construct): Rename :group from
19428 `font-lock-highlighting-faces' to `font-lock-faces'.
19430 * cus-edit.el (lisp, c, tex):
19431 * progmodes/ada-mode.el (ada):
19432 * progmodes/asm-mode.el (asm):
19433 * progmodes/cperl-mode.el (cperl-faces):
19434 * progmodes/cpp.el (cpp):
19435 * progmodes/dcl-mode.el (dcl):
19436 * progmodes/f90.el (f90):
19437 * progmodes/fortran.el (fortran):
19438 * progmodes/icon.el (icon):
19439 * progmodes/idlwave.el (idlwave-misc):
19440 * progmodes/m4-mode.el (m4):
19441 * progmodes/make-mode.el (makefile):
19442 * progmodes/meta-mode.el (meta-font):
19443 * progmodes/modula2.el (modula2):
19444 * progmodes/octave-mod.el (octave):
19445 * progmodes/pascal.el (pascal):
19446 * progmodes/perl-mode.el (perl):
19447 * progmodes/prolog.el (prolog):
19448 * progmodes/ps-mode.el (PostScript-edit):
19449 * progmodes/scheme.el (scheme):
19450 * progmodes/sh-script.el (sh-script):
19451 * progmodes/simula.el (simula):
19452 * progmodes/tcl.el (tcl):
19453 * textmodes/nroff-mode.el (nroff):
19454 * textmodes/reftex-vars.el (reftex-fontification-configurations):
19455 * textmodes/sgml-mode.el (sgml):
19456 * textmodes/texinfo.el (texinfo):
19457 Add :link (custom-group-link font-lock-faces) to defgroup.
19459 * hi-lock.el (hi-lock): Rename this defgroup from
19460 `hi-lock-interactive-text-highlighting'. Change parent group from
19461 `faces' to `font-lock'. Add link to the manual.
19462 (hi-lock-mode, hi-lock-file-patterns-range)
19463 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19464 `hi-lock-interactive-text-highlighting' to `hi-lock'.
19465 (hi-lock-faces): Add :group `faces'.
19467 * cus-edit.el (custom-variable-prompt): Clarify the code.
19469 * faces.el (face-read-string): Set the default value arg of
19472 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
19474 * rfn-eshadow.el (file-name-shadow-properties)
19475 (file-name-shadow-tty-properties, file-name-shadow-mode):
19476 Remove autoloads, because the file is now preloaded.
19478 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19480 * printing.el (easy-menu-intern): Don't define.
19481 (pr-get-symbol): Use easy-menu-intern only if defined.
19483 * simple.el (blink-matching-open): Simplify a bit.
19484 (completion-setup-function): Fix the case of partial-completion-mode
19485 when the minibuffer's contents start with "-".
19486 Obey completion-base-size-function even when
19487 minibuffer-completing-file-name is non-nil.
19489 2005-11-16 Richard M. Stallman <rms@gnu.org>
19491 * net/eudcb-ph.el (eudc-ph-open-session):
19492 Use set-process-query-on-exit-flag.
19494 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19496 * international/ucs-tables.el (ucs-set-table-for-input):
19497 Use make-local-variable, not make-variable-buffer-local.
19499 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19500 Improve warning message text.
19502 * savehist.el (savehist-save-hook): Add :group.
19504 * menu-bar.el (menu-bar-help-menu):
19505 Rename Find Extra Packages to External Packages.
19507 * cus-edit.el (Custom-reset-standard): Verify that
19508 :custom-standard-value prop exists before calling it.
19510 * apropos.el (apropos-calc-scores): Use apropos-pattern.
19512 2005-11-16 Martin Rudalics <rudalics@gmx.at>
19514 * wid-edit.el (color): Enclose %t in %{...%}.
19516 * cus-edit.el (face): Enclose %t in %{...%}.
19518 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
19520 * savehist.el (savehist-mode-hook): Re-add the var.
19521 (savehist-mode): Use it.
19523 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19525 * textmodes/flyspell.el: Fix commenting convention.
19526 Remove unnecessary leading * in custom docstrings.
19527 (flyspell-emacs): Remove unused var.
19528 (flyspell-delete-region-overlays): Use remove-overlays.
19529 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19530 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19531 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19532 (flyspell-debug-signal-word-checked): Use with-current-buffer.
19533 (make-flyspell-overlay): Don't locally reuse a global name.
19534 (flyspell-highlight-incorrect-region)
19535 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19536 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19537 (flyspell-notify-misspell): Remove unused args `start' and `end'.
19538 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
19539 Wrap calls to accept-process-output inside with-local-quit since it's
19540 often called from a post-command-hook.
19541 (flyspell-correct-word, flyspell-auto-correct-word):
19542 Use ispell-send-string.
19543 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
19545 * calendar/diary-lib.el (diary-list-entries): Also hide the
19546 terminating newline.
19548 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
19550 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19551 window-system, to allow fonts on tty.
19553 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
19555 * progmodes/gud.el (gud-speedbar-item-info): New function.
19556 (gud-install-speedbar-variables): Use it to display data type
19557 of watch expression as a tooltip in speedbar.
19559 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
19561 * font-core.el (global-font-lock-mode): Add :version keyword,
19562 because default was changed.
19564 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19566 * startup.el (command-line): Use `custom-reevaluate-setting' for
19567 `file-name-shadow-mode'.
19569 * loadup.el: Preload rfn-eshadow.
19571 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19572 Add :version keyword.
19573 (file-name-shadow-properties, file-name-shadow-tty-properties)
19574 (file-name-shadow): Add :version keyword.
19576 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19577 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19578 in the custom-group property of the symbol frames and the fringe
19579 group got no link to its parent group frames.
19582 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19584 * progmodes/gud.el (gud-stop-subjob): New function.
19585 (gud-menu-map, gud-tool-bar-map): Use it.
19587 2005-11-16 Kim F. Storm <storm@cua.dk>
19589 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19591 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
19592 to a more useful/logical place.
19594 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19596 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19597 go buttons complementary.
19599 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19601 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19602 (rfn-eshadow-sifn-equal): New function.
19603 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19605 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
19607 * viper-utils.el (viper-non-word-characters-reformed-vi):
19608 Quote `-' in string.
19610 * viper.el (viper-emacs-state-mode-list): Ensure that
19611 rcirc-mode buffers come up in Emacs state.
19613 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
19616 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
19618 * term.el (term-termcap-format): Fix typos.
19619 (term-down): Fix the negative argument case.
19621 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
19623 * progmodes/gdb-ui.el: Remove face-alias left over from change on
19625 (gdb-ann3): New command gud-go.
19626 (menu): Accomodate gdb-mi.el.
19627 (gdb-assembler-custom): Make buffer of selected window current
19628 so that set-window-point works.
19630 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19631 buttons and include new ones.
19633 2005-11-16 Kim F. Storm <storm@cua.dk>
19635 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19636 (gud-menu-map): Use it.
19638 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
19640 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19641 that works correctly for Custom and that does not override a user
19644 * help-mode.el (help-make-xrefs, help-xref-on-pp)
19645 (help-xref-interned, help-follow): Make hyperlinks for variables
19646 that are unbound, but have a non-nil variable-documentation property.
19648 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19649 mode hook. (It conflicted with defcustoms for some mode hooks.)
19650 Use the `variable-documentation' property to give the mode hook a
19651 docstring and expand that docstring.
19653 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
19655 * savehist.el (savehist-mode): Don't bother with
19656 `custom-set-minor-mode'.
19657 (savehist-coding-system): Check XEmacs version.
19658 (history-length): Declare also at run time.
19659 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
19660 Don't set the customize state.
19661 (savehist-minibuffer-hook): Special case for when
19662 minibuffer-history-variable is equal to t.
19664 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
19666 * files.el (write-file): Refresh VC status.
19668 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19669 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19670 than fundamental-mode to see if the mode was set.
19672 2005-11-14 Romain Francoise <romain@orebokech.com>
19674 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19675 dummy function in `eval-when-compile' to avoid compiler warning.
19676 Require `man' at compile time.
19678 2005-11-14 Jay Belanger <belanger@truman.edu>
19680 * calc-alg.el (calcFunc-write-out-power): Rename it to
19681 calcFunc-powerexpand.
19682 (math-write-out-power): Rename it to math-powerexpand; have it
19683 handle negative exponents.
19684 (calc-writeoutpower): Rename it to calc-powerexpand.
19686 * calc-ext.el: Change calcFunc-writeoutpower and
19687 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19689 Add calcFunc-ldiv to autoloads.
19691 * calc-arith.el (calcFunc-ldiv): New function.
19693 * calc.el (calc-left-divide): New function.
19695 2005-11-14 Juri Linkov <juri@jurta.org>
19697 * cus-edit.el (custom-variable-prompt): Set the default value arg
19698 of completing-read.
19700 * cus-dep.el (custom-make-dependencies): Reverse the list of
19701 found dependencies.
19703 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
19705 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19706 Highlighting" entry, it is on by default now.
19707 (menu-bar-options-save): Do not save global-font-lock-mode.
19709 2005-11-13 Richard M. Stallman <rms@gnu.org>
19711 * textmodes/flyspell.el (flyspell-large-region):
19712 Call flyspell-accept-buffer-local-defs.
19714 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
19716 * textmodes/flyspell.el (flyspell-notify-misspell):
19717 Fix misspelling of "Misspelling".
19718 (flyspell-process-localwords): New function.
19719 (flyspell-large-region): Call flyspell-process-localwords and
19720 flyspell-delete-region-overlays.
19721 (flyspell-delete-region-overlays): New function.
19722 (flyspell-delete-all-overlays): Call that.
19724 2005-11-13 Richard M. Stallman <rms@gnu.org>
19726 * help.el (help-for-help-internal): Improve doc of C-h a.
19727 (describe-key): Improve prompt; doc fix.
19729 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
19731 * vc-svn.el (vc-svn-registered): Catch all errors.
19733 * cus-dep.el (custom-make-dependencies): Typo.
19735 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
19737 * net/tramp-util.el (top): Fix compilation warning.
19739 2005-11-13 Kim F. Storm <storm@cua.dk>
19741 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
19743 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
19745 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19746 (gud-speedbar-buttons): Match on "const char *" too.
19748 * progmodes/gdb-ui.el (gdb-var-create-handler)
19749 (gdb-var-list-children-handler): Match on "const char *" too.
19750 (gdb-var-evaluate-expression-handler): Match on empty string.
19751 (gdb-var-update-handler): Only call
19752 gdb-var-evaluate-expression-handler when required.
19754 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
19756 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19757 selected window. This still doesn't work for speedbar.
19758 (gud-speedbar-buttons): Handle string expressions properly.
19760 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19761 (gdb-var-create-handler): Handle string expressions properly.
19762 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
19763 Handle string expressions properly. Move "type" field into regexp.
19765 2005-11-12 Karl Fogel <kfogel@red-bean.com>
19767 * bookmark.el (bookmark-maybe-message): New function to reduce
19768 code duplication: invokes `message' iff baud-rate is high enough.
19769 (bookmark-write-file): Use above instead of an inline conditional.
19770 (bookmark-load): Same.
19772 2005-11-12 Karl Fogel <kfogel@red-bean.com>
19774 * bookmark.el (bookmark-write-file): Don't visit the destination
19775 file, just write the data to it using write-region. This is
19776 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19777 change to avoid visiting the file in the first place.
19779 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
19781 * hi-lock.el (hi-lock-mode): Set the default value of
19782 font-lock-defaults.
19784 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
19786 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
19787 arg to `file-attributes'.
19788 (find-lisp-format): The UID and GID can now be strings.
19790 2005-11-12 Kim F. Storm <storm@cua.dk>
19792 * help.el (help-map): Bind C-h d to apropos-documentation.
19794 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19795 when point is at end-of-buffer.
19797 * apropos.el (apropos-match-face): Doc fix.
19798 (apropos-sort-by-scores): Add new choice `verbose'.
19799 (apropos-documentation-sort-by-scores): New defcustom.
19800 (apropos-pattern): Now contains the pattern entered by the user.
19801 (apropos-pattern-quoted): New defvar.
19802 (apropos-regexp): New defvar, containing the regexp corresponding
19803 to apropos-pattern.
19804 (apropos-all-words-regexp): Rename from apropos-all-regexp.
19805 (apropos-read-pattern): New defun. Use it to read pattern arg in
19806 interactive calls; returns list of words for a word list, and
19807 string for a regexp.
19808 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
19809 parses a list of words or regexp as returned by apropos-read-pattern.
19810 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19811 (apropos-score-doc): Return a very high score if the string
19812 entered by the user matches literally.
19813 (apropos-variable): Doc fix. Use apropos-read-pattern.
19814 (apropos-command): Doc fix. Use apropos-read-pattern and
19815 apropos-parse-pattern. Call apropos-print with nosubst=t.
19816 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
19817 apropos-parse-pattern.
19818 (apropos-documentation): Doc fix. Use apropos-read-pattern and
19819 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
19820 apropos-documentation-sort-by-scores. Call apropos-print with
19822 (apropos-documentation-internal): Pass doc string through
19823 substitute-key-definition before adding text properties.
19824 Highlight substring matching literal user input if possible.
19825 (apropos-documentation-check-doc-file): Remove locals beg and end.
19826 Fix calculation of score (as added twice). Pass doc string through
19827 substitute-key-definition before adding text properties.
19828 (apropos-documentation-check-elc-file): Pass doc string through
19829 substitute-key-definition before adding text properties.
19830 Highlight substring matching literal user input if possible.
19831 (apropos-print): Add new arg NOSUBST; if set, command and variable
19832 doc strings have already been passed through substitute-key-definition.
19833 Add code to handle apropos-accumulator items without score element
19834 for backwards compatibility (e.g. with woman package).
19835 Only show scores if apropos-sort-by-scores is `verbose'.
19837 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19839 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
19840 Add jka-compr-load-suffixes to load-suffixes.
19842 * jka-compr.el: Require jka-cmpr-hook.
19843 (jka-compr-info-compress-message, jka-compr-info-compress-program)
19844 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
19845 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
19846 (jka-compr-info-can-append, jka-compr-info-strip-extension)
19847 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
19848 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
19849 (jka-compr-uninstall): Remove entries from
19850 jka-compr-added-to-file-coding-system-alist after they are used.
19851 (jka-compr-error): Remove unused var `curbuf'.
19852 (jka-compr-file-local-copy): Remove unused var `notfound'.
19854 2005-11-10 Romain Francoise <romain@orebokech.com>
19856 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
19858 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
19860 * progmodes/gud.el (gud-menu-map): Move parentheses.
19861 (gdb): New command gud-pv.
19863 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19865 * tar-mode.el: Remove spurious or unnecessary leading stars
19867 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
19868 (tar-parse-octal-integer-safe): Use mapc.
19869 (tar-header-block-summarize): Remove unused var `ck'.
19870 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
19871 cleared before. Obey default-enable-multibyte-characters.
19872 Use mapconcat. Simplify setting of tar-header-offset.
19873 (tar-mode-map): Move initialization inside delcaration.
19874 (tar-flag-deleted): Use `abs'.
19875 (tar-expunge-internal): Remove unused var `line'.
19876 (tar-expunge-internal): Don't hardcode point-min==1.
19877 (tar-expunge): Widen while doing set-buffer-multibyte.
19878 (tar-rename-entry): Use file-name-coding-system.
19879 (tar-alter-one-field): Don't hardcode point-min==1.
19880 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
19881 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
19883 2005-11-10 Masatake YAMATO <jet@gyve.org>
19885 * add-log.el (add-log-current-defun): Handle class::method
19886 notation of c++. Fix incorrect comment.
19888 2005-11-10 Alan Mackenzie <acm@muc.de>
19890 * help-fns.el (describe-variable): Make C-h v work when a variable
19891 has variable documentation yet is unbound.
19893 2005-11-10 Masatake YAMATO <jet@gyve.org>
19895 * man.el (Man-highlight-references): Set an empty
19896 string to `Man-arguments' if it is nil.
19897 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
19899 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19901 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
19902 commenting conventions.
19904 * cus-dep.el (custom-make-dependencies): Simplify.
19905 Better follow the commenting conventions.
19907 2005-11-09 Richard M. Stallman <rms@gnu.org>
19909 * apropos.el (apropos-pattern): Rename from apropos-regexp.
19910 (apropos-orig-pattern): Rename from apropos-orig-regexp.
19912 (apropos-rewrite-regexp): Doc fix.
19913 (apropos-variable, apropos-command, apropos, apropos-value):
19914 Change prompt; carry through the argument renaming.
19916 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
19918 * find-lisp.el: Require dired.
19919 (find-lisp-find-dired-internal): Do not call
19920 `abbreviate-file-name' on DIR.
19922 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
19924 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
19926 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
19928 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
19929 when using the speedbar.
19930 (gdb): New command gud-pp.
19931 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
19933 2005-11-09 Juri Linkov <juri@jurta.org>
19935 * replace.el (occur-excluded-properties): New defcustom.
19936 (occur-1, occur-engine, occur-accumulate-lines): Use it.
19938 2005-11-08 Jay Belanger <belanger@truman.edu>
19940 * calc/calc-units.el (math-convert-units): Replace any composite
19941 unit by its definition.
19943 2005-11-08 Lars Hansen <larsh@soem.dk>
19945 * emacs-lisp/autoload.el (update-directory-autoloads):
19946 Add obsolete function alias.
19948 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19950 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19951 comment-indent-function.
19952 (lisp-comment-indent): Replace by an alias for comment-indent-default.
19954 * reveal.el (reveal-post-command): Rework the handling of
19955 reveal-open-spots, so as to be more reliable. There were several
19956 tricky corner cases where an open spot might be lost, or where
19957 a closed spot might end up on the list of open spots.
19958 Only reveal text that's ellipsised.
19960 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
19962 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
19964 2005-11-07 John Paul Wallington <jpw@gnu.org>
19966 * ibuffer.el (ibuffer): Search iconified frames too when
19967 getting Ibuffer buffer's window.
19969 2005-11-06 Richard M. Stallman <rms@gnu.org>
19971 * progmodes/compile.el (compilation-internal-error-properties):
19972 save-excursion around the computation of MARKER.
19974 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
19976 * textmodes/flyspell.el (flyspell-external-point-words):
19977 flyspell-get-word returns a list, not just a string.
19979 2005-11-06 John Paul Wallington <jpw@pobox.com>
19981 * ibuffer.el (ibuffer): Search all visible frames when getting
19982 Ibuffer buffer's window.
19984 2005-11-07 Masatake YAMATO <jet@gyve.org>
19986 * man.el (Man-reference-regexp): Accept spaces between
19987 `Man-name-regexp' and `Man-section-regexp'.
19988 (Man-apropos-regexp): New variable.
19989 (Man-abstract-xref-man-page): Use value for `Man-target-string'
19991 (Man-highlight-references, Man-highlight-references0):
19992 Handle the case when `Man-arguments' includes "-k".
19993 (Man-highlight-references0): Rename the argument `TARGET-POS' to
19994 `TARGET'. `TARGET' can be a number, function or nil.
19996 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
19998 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
19999 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20000 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20001 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20002 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20003 (gdb-send-item): Use buffer-local-value and simplify.
20005 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
20007 * startup.el (command-line): Use `custom-reevaluate-setting' for
20008 `global-font-lock-mode'.
20010 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20011 by default, except in batch mode or when the -D option is given.
20013 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20014 specified keyword args on to `define-minor-mode'. Update docstring.
20016 2005-11-05 Romain Francoise <romain@orebokech.com>
20018 * replace.el (occur-engine): Add marker at end of line, too.
20020 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20022 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20023 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20024 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20025 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20026 argument to all these routines, so the passphrase can be managed
20027 externally and passed in to the system.
20028 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20029 pgg-add-passphrase-to-cache function.
20031 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20032 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20033 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20034 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20035 argument to all these routines, so the passphrase can be managed
20036 externally and passed in to the system.
20037 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20040 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20042 * font-lock.el: Don't deal with font-lock-face-attributes here,
20045 * startup.el (command-line): ... here. Use face-spec-set instead
20046 of custom-declare-face.
20048 * faces.el (face-spec-set): Reset the face if spec is not nil.
20050 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20052 * newcomment.el (comment-region-internal): Box more tightly in the
20053 common case where there's no TAB in the boxed text.
20055 2005-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20057 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20060 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20062 * newsticker.el: Commentary updated. Code formatting changed.
20063 (newsticker-version): Change to "1.9".
20064 (newsticker, newsticker-feed): Doc fix.
20065 (newsticker-url-list): Doc fix. Add option "Weekly".
20066 (newsticker-retrieval-interval): Add option "Weekly".
20067 (newsticker-headline-processing): Doc fix.
20068 (newsticker-auto-mark-filter): Remove.
20069 (newsticker-auto-mark-filter-list): New.
20070 (newsticker-layout, newsticker-sort-method): Doc fix.
20071 (newsticker-hide-old-items-in-newsticker-buffer)
20072 (newsticker-heading-format, newsticker-item-format)
20073 (newsticker-desc-format): Doc fix.
20074 (newsticker-show-all-rss-elements): Remove.
20075 (newsticker-show-all-news-elements): New.
20076 (newsticker-faces, newsticker-ticker): Doc fix.
20077 (remove-from-invisibility-spec): Code formatting.
20078 (newsticker--process-ids): New.
20079 (newsticker-mode): Doc fix.
20080 (newsticker-mode): Change mode-line-format.
20081 (newsticker-start): Remove debug output.
20082 (newsticker-start-ticker): Doc fix. Add autoload cookie.
20083 (newsticker-w3m-show-inline-images): Code formatting.
20084 (newsticker-next-item): Call `force-mode-line-update'.
20085 (newsticker-previous-item): Call `force-mode-line-update'.
20086 (newsticker-next-feed): Call `force-mode-line-update'.
20087 (newsticker-previous-feed): Call `force-mode-line-update'.
20088 (newsticker-mark-all-items-at-point-as-read): Code formatting.
20089 (newsticker-show-old-items): Do not show descs.
20090 (newsticker-hide-entry): Hide too much.
20091 (newsticker-hide-entry, newsticker-show-entry)
20092 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20093 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20094 (newsticker-toggle-auto-narrow-to-item): Code formatting.
20095 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20096 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20097 (newsticker-get-news): Call `force-mode-line-update'.
20098 Collect process ids.
20099 (newsticker--sentinel): Change coding system handling.
20100 Move image retrieval to new functions newsticker--get-logo-url-*.
20101 Move feed parsing to new functions newsticker--parse-*.
20102 Update list of process ids.
20103 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20104 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20105 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20106 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20107 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20108 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20109 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20110 (newsticker--decode-coding-string): Remove.
20111 (newsticker--decode-numeric-entities): Check input. Format code.
20112 (newsticker--remove-whitespace): Check input.
20113 (newsticker--do-forget-preformatted): Doc fix.
20114 (newsticker--decode-rfc822-date): Allow for missing time.
20115 (newsticker--update-process-ids): New.
20116 (newsticker--image-sentinel): Change comment.
20117 (newsticker--image-read): Change error message.
20118 (newsticker--imenu-goto): Doc fix. Show headline title.
20119 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20120 (newsticker--buffer-do-insert-text): Clean whitespace in
20121 html-rendered headline title. Code formatting.
20122 Call `newsticker--buffer-print-extra-elements'.
20123 (newsticker--buffer-print-extra-element): Remove.
20124 (newsticker--buffer-print-extra-elements): New.
20125 (newsticker--buffer-do-print-extra-element): New.
20126 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
20128 (newsticker--run-auto-mark-filter)
20129 (newsticker--do-run-auto-mark-filter):
20130 Use `newsticker-auto-mark-filter-list'.
20132 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
20134 * net/rcirc.el: Use split-string OMIT-NULLS argument.
20135 (rcirc-print): Force redisplay before running hooks. Do long
20136 buffer truncation after making new text read-only. Deal with nil
20137 text when decoding strings. If TARGET is nil, use either the
20138 currently selected buffer, if it is an rcirc buffer and of the
20139 same process or the process buffer.
20140 (rcirc-mode): Remove header-line. Recompute short buffer names.
20141 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20142 (rcirc-short-buffer-name): Add variable.
20143 (rcirc-kill-buffer-hook): Recompute short buffer names.
20144 Remove nick from private channel.
20145 (rcirc-send-input): Send command text to current-buffer.
20146 Don't clear overlay arrow here.
20147 (rcirc-short-buffer-name): Return a short buffer name.
20148 (rcirc-update-short-buffer-names, rcirc-abbreviate)
20149 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20150 buffer-name abbreviations.
20151 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20152 Do not touch nick-table when killing a parted channel.
20153 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20154 Clear arrow from current buffer if it is now hidden.
20155 (rcirc-current-buffer): Add variable.
20156 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20157 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20158 Remove -face from names.
20159 (rcirc-update-activity-string): Print "DND" when globally ignoring
20161 (rcirc-ignore-buffer-activity-flag): Rename from
20162 rcirc-ignore-channel-activity.
20163 (rcirc-ignore-all-activity-flag): Doc fix.
20164 (rcirc-channels): Remove variable.
20165 (rcirc-kill-buffer-hook):
20166 (rcirc-get-buffer-create): Add nick to private channel.
20167 (rcirc-multiline-edit-submit): Remove tabs.
20168 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20170 (rcirc-remove-nick-channel): Bug fix.
20171 (rcirc-toggle-ignore-buffer-activity): Rename from
20172 rcirc-toggle-ignore-channel-activity.
20173 (rcirc-record-activity): Add buffers to the front of the list.
20174 (rcirc-update-activity): Remove killed buffers from list.
20175 (rcirc-process-server-response-1): Remove last argument if it is
20176 null before calling handler.
20177 (rcirc): Add "rcirc" defcustom prefix.
20178 (rcirc-prompt): Simplify default prompt.
20179 Use custom-initialize-default.
20180 (rcirc-private-chats): Remove variable.
20181 (rcirc-prompt): Change initialization.
20182 (rcirc-version): Remove function.
20183 (rcirc-id-string): Add constant.
20184 (rcirc-last-buffer): Remove variable.
20185 (rcirc-buffer-alist): Add variable.
20186 (rcirc-connect): Update variable setup.
20187 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20188 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20190 (rcirc-handler-generic): Trigger activity.
20191 (rcirc-send-message): Create the buffor of the target.
20192 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20193 (rcirc-get-buffer): Just return nil if there is no matching buffer.
20194 (rcirc-multiline-edit-cancel): Remove function.
20195 (rcirc-set-last-buffer): Remove function.
20196 (rcirc-get-any-buffer): Add function.
20197 (rcirc-join-channels): Don't print /join text.
20198 (rcirc-toggle-ignore-channel-activity): Add and update echo area
20200 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20201 (rcirc-handler-NOTICE): Recognize CTCP responses.
20202 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20203 constructing TOPIC string for buffers we are not JOINed.
20204 (rcirc-handler-CTCP-response): Add handler.
20205 (rcirc-multiline-edit-submit): Restore the window-configuration
20206 before adjusting point.
20207 (rcirc): Add customization group.
20208 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20209 (rcirc-user-full-name, rcirc-startup-channels-alist)
20210 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20211 (rcirc-ignore-all-activity-flag, rcirc-time-format)
20212 (rcirc-input-ring-size, rcirc-read-only-flag)
20213 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20214 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20215 Change defvar to defcustom.
20216 (rcirc-update-prompt): Add optional ALL arg, which will update
20217 prompts in all rcirc buffers. Regexp quote replacement text.
20218 (rcirc-fill-column): Accept frame-width as a value.
20219 (rcirc-set-changed): Add function.
20220 (rcirc-next-active-buffer): Write more meaningful messages.
20221 (rcirc-faces): Add customization group.
20222 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20223 (rcirc-nick-in-message-face, rcirc-prompt-face)
20224 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20225 (with-rcirc-process-buffer): Move before first usage.
20226 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20227 (rcirc-debug-flag): Rename from `rcirc-log-p'.
20228 (rcirc-debug): Rename from `rcirc-log'.
20229 (rcirc-format-response-string): Do not print `-' chars for a
20230 NOTICE with no sender. Simplify output of server responses.
20232 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20234 (rcirc-browse-url-map, rcirc-browse-url-at-point)
20235 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20236 Make urls mouse and RET clickable.
20238 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
20240 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20242 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20244 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20245 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20246 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20247 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20248 argument to all these routines, so the passphrase can be managed
20249 externally and passed in to the system.
20250 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20251 pgg-add-passphrase-to-cache function.
20253 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20254 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20255 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20256 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20257 argument to all these routines, so the passphrase can be managed
20258 externally and passed in to the system.
20259 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20262 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
20264 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20265 from goto-address-url-regexp.
20267 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
20269 * textmodes/org.el (org-read-date, org-goto-calendar)
20270 (org-recenter-calendar, org-agenda-goto-calendar):
20271 Temporarily clear `calendar-move-hook'.
20273 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
20275 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20278 * ediff-util.el (ediff-previous-difference): Don't skip regions that
20279 have merge clashes.
20281 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20283 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20284 Undo previous change.
20286 * startup.el (command-line): Use `custom-reevaluate-setting' for
20287 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
20288 tty-register-default-colors on Mac.
20290 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20292 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20293 (gdb-buffer-type): Make it automatically buffer local...
20294 (gdb-get-create-buffer): ...and set it accordingly.
20295 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20298 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
20300 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20303 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
20305 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20306 case GUD buffer is not visible.
20307 (gdb-goto-breakpoint): Try to force display in source buffer.
20308 (gdb-frame-gdb-buffer): Copy other similar functions.
20309 (gdb-restore-windows): Don't display source if not asked for.
20310 (gdb-assembler-buffer-name): Don't capitalise.
20312 2005-11-03 Richard M. Stallman <rms@gnu.org>
20314 * wid-edit.el (key-sequence): New widget type.
20316 * simple.el (set-mark-command-repeat-pop): New variable.
20317 (set-mark-command): Only interpret plan C-@ after a pop as a pop
20318 if set-mark-command-repeat-pop is true.
20320 * info.el (Info-fontify-node): Don't display extra "see" if there
20321 already is one here.
20323 * mouse.el: Fix special handling of DEL after dragging a region:
20324 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20325 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
20327 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20329 * textmodes/ispell.el (ispell-command-loop): Change `i' description
20330 not to assume it pertains to an affix.
20332 * textmodes/flyspell.el (flyspell-post-command-hook):
20333 Bind deactivate-mark to prevent deactivation.
20335 2005-11-03 Lars Hansen <larsh@soem.dk>
20337 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20338 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20339 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20341 2005-11-03 Romain Francoise <romain@orebokech.com>
20343 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
20344 Update copyright years.
20346 2005-11-03 Sam Steingold <sds@gnu.org>
20348 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20349 Use system-type instead of window-system because window-system is not
20350 correctly defined during loadup.
20352 2005-11-02 Mark A. Hershberger <mah@everybody.org>
20354 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20355 (xml-parse-tag): Join strings separated by a comment properly.
20357 2005-11-02 Andreas Schwab <schwab@suse.de>
20359 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20361 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
20363 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20364 (byte-optimize-pure-func): Quote the eval'd value.
20366 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20367 Rename from perl-font-lock-syntactic-face-function.
20368 Change the calling convention so it can be used as a font-lock MATCHER.
20369 Do the parse-partial-sexp loop outselves.
20370 (perl-font-lock-syntactic-keywords): Use it.
20371 (perl-mode): Don't set font-lock-syntactic-face-function any more.
20373 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
20375 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20376 disassembly buffer too.
20377 (gdb-exited): Remove overlay arrows when execution has finished.
20378 (gdb-info-frames-custom, gdb-info-threads-custom)
20379 (gdb-info-registers-custom): Don't add inappropriate text
20380 properties if inferior is not active.
20382 2005-11-02 Glenn Morris <rgm@gnu.org>
20384 * progmodes/fortran.el (fortran-blink-match):
20385 Use `blink-matching-delay'.
20387 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
20389 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20391 2005-11-02 Lars Hansen <larsh@soem.dk>
20393 * net/tramp.el (tramp-action-out-of-band): Handle scp message
20394 "Permission denied".
20396 2005-11-01 Richard M. Stallman <rms@gnu.org>
20398 * textmodes/flyspell.el (flyspell-external-point-words):
20399 Pass nil to flyspell-get-word.
20401 2005-11-02 Kim F. Storm <storm@cua.dk>
20403 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20404 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20406 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20408 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20409 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20410 (calendar-mouse-print-dates): Add optional `event' argument.
20411 Update interactive-spec.
20412 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20413 Use `calendar-event-to-date' instead of `event'.
20415 2005-11-02 Masatake YAMATO <jet@gyve.org>
20417 * progmodes/ld-script.el (ld-script-builtins):
20418 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20419 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20420 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20422 2005-11-01 Romain Francoise <romain@orebokech.com>
20424 * vc-sccs.el: Update copyright year.
20425 * ezimage.el: Likewise.
20427 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
20429 * info.el (Info-fontify-node): Use `string-width' for fontifying
20432 2005-11-01 Juri Linkov <juri@jurta.org>
20434 * info.el (Info-fontify-node): Downcase node header keywords Node,
20435 Prev, Next, Up before comparison.
20436 (Info-history): Insert absolute directory name, and put invisible
20439 2005-11-01 Juri Linkov <juri@jurta.org>
20441 * info.el (Info-file-supports-index-cookies): New variable.
20442 (Info-find-node-2): Check makeinfo version for index cookie support.
20443 (Info-index-nodes): Search for nodes with index cookies only when
20444 Info-file-supports-index-cookies is t. Otherwise, search nodes
20445 with "Index" in the node name.
20446 (Info-index-node): Search index cookie in the current node only when
20447 Info-file-supports-index-cookies is t. Otherwise, check the word
20448 "Index" in the node name.
20449 (Info-find-emacs-command-nodes): Remove code that searches nodes
20450 with "Index" node name in the top menu.
20452 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
20454 * progmodes/scheme.el (scheme-mode-variables): Use the default
20455 comment-indent-function.
20457 * faces.el (face-attribute): Handle the case where a face inherits from
20458 a non-existent face.
20460 * simple.el (eval-expression-print-format): Use lisp-readable syntax
20461 for octal and hexa output, and merge the char into the paren.
20462 (kill-new): Use push.
20463 (copy-to-buffer): Use with-current-buffer.
20464 (completion-setup-function): Move code in loop to remove redundancy.
20465 (minibuffer-local-must-match-map): Don't add bindings that duplicate
20466 those inherited from minibuffer-local-completion-map.
20468 * savehist.el (savehist-mode) <defcustom>:
20469 Use custom-set-minor-mode if available.
20470 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20471 and emit a message if applicable.
20473 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
20475 * savehist.el: Sync up to version 19.
20476 (savehist-mode): New minor mode.
20477 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20478 (savehist-length): Remove (use history-length instead).
20479 (savehist-file-modes): Rename from savehist-modes.
20480 (savehist-save-hook, savehist-loaded): New vars.
20481 (savehist-load): Use savehist-mode. Try to smooth up transition from
20482 old format to new format.
20483 (savehist-install): Allow savehist-autosave-interval to be nil.
20484 (savehist-save): Run the new hook. Be more careful to only trim the
20486 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
20487 (savehist-printable): Print into a buffer rather than char-by-char.
20489 2005-11-01 John Wiegley <johnw@newartisans.com>
20491 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20492 toggle-ignore keybinding (C-a). The author said it had been
20493 disabled much earlier due to a possible incompatibility, but after
20494 many months of usage I have encountered no problems (and it is a
20495 rather useful option, especially for switching to " *temp*").
20497 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20498 support for OS/X's AddressBook, by calling out to the open source
20499 program "contacts" (installable through Fink).
20501 * net/eudc.el (eudc-expand-inline): If the
20502 `eudc-multiple-match-handling-method' is set to `all', delete the
20503 query string before inserting the query result.
20505 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20506 flag, to prevent Eshell from using the system ls when
20507 `eshell-ls-insert-directory' is in used.
20508 (eshell-ls-insert-directory): Disable font-lock in directory
20509 buffer so that Eshell's own fontification is seen. This broke
20510 recently due to changes in font-lock, so this goes back to version
20513 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
20515 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20516 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20517 (gdb-many-windows): Doc fix.
20519 2005-10-31 Romain Francoise <romain@orebokech.com>
20521 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20523 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
20525 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20526 that global-font-lock-mode can be enabled by default.
20528 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20529 (font-lock-add-keywords, font-lock-remove-keywords)
20530 (font-lock-fontify-buffer): Remove autoload cookies.
20532 * jit-lock.el (jit-lock-register): Likewise.
20534 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20536 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
20538 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20539 intact if there is no gud-comint-buffer.
20541 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
20543 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20544 old prompt comint-prompt-read-only is t and GDB commands are
20545 issued from tool bar etc.
20547 2005-10-31 Masatake YAMATO <jet@gyve.org>
20549 * vc.el (vc-directory-exclusion-list): Add "{arch}".
20551 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
20553 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20554 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20556 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
20558 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20559 starting at beginning of line. Fontification is messed up when
20560 `open-paren-in-column-0-is-defun-start' set to t.
20561 Reported by John Paul Wallington <jpw@pobox.com>.
20563 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
20565 * comint.el (comint-send-input): Call `comint-update-fence' when
20566 `comint-process-echoes' and `comint-prompt-read-only' are both
20567 non-nil, to avoid leftover read-only newline.
20569 2005-10-30 Richard M. Stallman <rms@gnu.org>
20571 * textmodes/flyspell.el (flyspell-external-point-words):
20572 Detect when WORD can't be checked properly because
20573 flyspell-get-word finds just part of it, and move on.
20575 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20576 boundarychar for Polish.
20577 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20578 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20580 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
20582 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20583 (gdb-registers-font-lock-keywords): Delete.
20584 (gdb-registers-mode): Don't fontify.
20585 (gdb-info-registers-custom): Use text properties instead as, in
20586 future, changed register values will use font-lock-warning-face.
20587 (gdb-local-font-lock-keywords): Rename to...
20588 (gdb-locals-font-lock-keywords): ...for consistency.
20590 2005-10-30 Andre Spiegel <spiegel@gnu.org>
20592 * vc.el (vc-switch-backend): Better error message if the buffer is
20593 not visiting a file under version control.
20595 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20597 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
20599 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20602 2005-10-29 Richard M. Stallman <rms@gnu.org>
20604 * replace.el (occur-mode-mouse-goto): Always go to other window.
20605 (occur-mode-goto-occurrence): Always switch in same window.
20607 * simple.el (undo): Display message at end, not at start.
20609 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20610 New arg REUSE-CELL.
20611 (cancel-timer-internal): New function.
20612 (timer-event-handler): Use cancel-timer-internal,
20613 and pass the cell it returns to timer-activate...
20615 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20616 (jit-lock-deferred-fontify, jit-lock-context-fontify)
20617 (jit-lock-after-change): Test memory-full.
20619 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
20621 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20622 part of the decoded armor to find the key-identifier.
20623 (pgg-gpg-lookup-key-owner): New function to return the
20624 human-readable identifier of a key owner.
20625 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20627 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20628 the key value) if we have a key and can match it against a secret
20629 key. Also, added a note pointing out fact that the prompt only
20630 indicates the first matching key.
20632 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20633 pgg-decrypt-region.
20634 (pgg-pending-timers): A new hash for tracking the passphrase cache
20635 timers, so that new ones supercede old ones.
20636 (pgg-add-passphrase-to-cache): Rename from
20637 `pgg-add-passphrase-cache' to reduce confusion (all callers
20638 changed). Modified to cancel old timers when new ones are added.
20639 (pgg-remove-passphrase-from-cache): Rename from
20640 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20641 changed). Modified to cancel old timers when their keys are
20642 removed from the cache.
20643 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20644 XEmacs, an indirection to delete-itimer.
20645 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20646 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20647 users can only check cache without risk of prompting. Correct bug in
20648 notruncate behavior.
20649 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20650 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20651 Add informative docstrings.
20652 (pgg-decrypt): Convey provided passphrase in subordinate call to
20653 pgg-decrypt-region.
20655 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20656 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20657 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20658 `passphrase' argument, so the passphrase can be managed externally
20659 and then passed in to the system.
20661 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20662 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20663 so the passphrase cache can be used reliably with identifiers
20664 besides a pgp packet's key id.
20666 * pgg-gpg.el (pgg-pgp-encrypt-region)
20667 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20668 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20669 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20670 argument to all these routines, so the passphrase can be managed
20671 externally and passed in to the system.
20673 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20674 `notruncate' argument, so the passphrase cache can be used
20675 reliably with identifiers besides a pgp packet's key id.
20677 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
20679 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20680 symmetric encryption.
20681 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20682 encrypted session key.
20683 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20684 message ask for the passphrase in a proper way.
20686 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20687 New user commands for symmetric encryption.
20689 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
20691 * textmodes/conf-mode.el (conf-assignment-sign)
20692 (conf-assignment-regexp): Fix docstrings.
20693 (conf-mode-initialize): New function.
20694 (conf-mode): Remove optional args. Use delay-mode-hooks to
20695 recognize recursive calls.
20696 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20697 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20698 (conf-xdefaults-mode): Use define-derived-mode and
20699 conf-mode-initialize.
20701 2005-10-29 Romain Francoise <romain@orebokech.com>
20703 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20705 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
20707 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20708 part of the decoded armor to find the key-identifier.
20709 (pgg-gpg-lookup-key-owner): New function to return the
20710 human-readable identifier of a key owner.
20711 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20713 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20714 the key value) if we have a key and can match it against a secret
20715 key. Also, added a note pointing out fact that the prompt only
20716 indicates the first matching key.
20718 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20719 pgg-decrypt-region.
20720 (pgg-pending-timers): A new hash for tracking the passphrase cache
20721 timers, so that new ones supercede old ones.
20722 (pgg-add-passphrase-to-cache): Rename from
20723 `pgg-add-passphrase-cache' to reduce confusion (all callers
20724 changed). Modified to cancel old timers when new ones are added.
20725 (pgg-remove-passphrase-from-cache): Rename from
20726 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20727 changed). Modified to cancel old timers when their keys are
20728 removed from the cache.
20729 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20730 XEmacs, an indirection to delete-itimer.
20731 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20732 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20733 users can only check cache without risk of prompting. Correct bug in
20734 notruncate behavior.
20735 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20736 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20737 Add informative docstrings.
20738 (pgg-decrypt): Convey provided passphrase in subordinate call to
20739 pgg-decrypt-region.
20741 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
20743 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20744 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20745 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20746 `passphrase' argument, so the passphrase can be managed externally
20747 and then passed in to the system.
20749 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20750 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20751 so the passphrase cache can be used reliably with identifiers
20752 besides a pgp packet's key id.
20754 * pgg-gpg.el (pgg-pgp-encrypt-region)
20755 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20756 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20757 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20758 argument to all these routines, so the passphrase can be managed
20759 externally and passed in to the system.
20761 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20762 `notruncate' argument, so the passphrase cache can be used
20763 reliably with identifiers besides a pgp packet's key id.
20765 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
20767 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20768 symmetric encryption.
20769 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20770 encrypted session key.
20771 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20772 message ask for the passphrase in a proper way.
20774 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20775 New user commands for symmetric encryption.
20777 2005-10-28 Bill Wohler <wohler@newt.com>
20779 * help-mode.el (help-url): New button type. Calls browse-url.
20780 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20781 Similar to Info nodes: URL `url'.
20782 (help-make-xrefs): Create help-url buttons for
20783 help-xref-url-regexp matches.
20785 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
20787 * tool-bar.el (tool-bar-add-item-from-menu)
20788 (tool-bar-local-item-from-menu): Fix doc strings.
20790 2005-10-28 Romain Francoise <romain@orebokech.com>
20792 * ldefs-boot.el: Update.
20794 * subr.el (locate-library): Move from help-fns.el.
20795 * help-fns.el (locate-library): Move to subr.el.
20797 2005-10-28 Richard M. Stallman <rms@gnu.org>
20799 * net/tramp.el (tramp-completion-mode): defvar moved up.
20801 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20803 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20805 * files.el (find-file-noselect): Use %d to format large file size.
20807 * bindings.el (mode-line-format): Add %e.
20809 * loadup.el ("facemenu"): Load unconditionally.
20810 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20811 ("x-dnd"): Load, when appropriate.
20813 * startup.el (command-line): Call before-init-hook earlier.
20814 Warn about some bad characters in -u user name.
20816 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20817 (flyspell-external-point-words): Error if misspelled word is not found.
20818 Set flyspell-large-region-beg at end of word.
20820 2005-10-28 Andreas Schwab <schwab@suse.de>
20822 * view.el (View-revert-buffer-scroll-page-forward):
20823 Use view-page-size-default.
20825 2005-10-28 Juri Linkov <juri@jurta.org>
20827 * international/quail.el (quail-get-current-str): Translate last
20828 raw character for deterministic input methods.
20830 2005-10-27 Jay Belanger <belanger@truman.edu>
20832 * calc/calc-ext.el: Add functions to autoloads.
20833 (math-identity-matrix-p, math-ident-row-p): New functions.
20835 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
20836 multiplication by an identity matrix; don't turn multiplication by
20837 an inverse matrix into division.
20838 (math-div-symbol-fancy): Replace division by matrices with
20839 multiplication by inverse.
20841 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
20843 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
20844 (calc-writeoutpower): New functions.
20846 2005-10-27 Romain Francoise <romain@orebokech.com>
20848 * replace.el (occur-engine): Include colon in mouse-face highlight.
20850 * dired-x.el: Change Maintainer field.
20852 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
20854 * longlines.el (longlines-mode): Bind after-change-functions to
20855 nil during initial decoding and final encoding.
20857 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
20859 * term.el (term-emulate-terminal, term-handle-colors-array)
20860 (term-handle-ansi-escape): Specify the terminfo capabilities
20863 2005-10-26 Richard M. Stallman <rms@gnu.org>
20865 * info.el (Info-fontify-node): Fix detection of sentence-break
20868 2005-10-26 Romain Francoise <romain@orebokech.com>
20870 * smerge-mode.el: Add `tools' to file keywords.
20872 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
20874 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
20875 when the fringe is not available.
20877 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
20878 (def-gdb-auto-update-trigger): Simplify construction.
20879 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
20880 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
20881 defined explicitly.
20882 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
20883 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
20884 defined explicitly.
20885 (gdb-info-locals-custom): Remove as it's a no-op.
20887 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
20889 * longlines.el (longlines-mode): Remove narrowing before
20890 performing the initial decoding or final encoding.
20892 2005-10-25 Romain Francoise <romain@orebokech.com>
20894 * emacs-lisp/find-func.el (find-library-name): Also strip
20895 extension if library name ends in .el, to take advantage of
20896 `find-library-suffixes'.
20898 2005-10-25 Richard M. Stallman <rms@gnu.org>
20900 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
20902 2005-10-25 Juri Linkov <juri@jurta.org>
20904 * textmodes/texinfo.el (texinfo-mode): Change charset of one
20905 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
20907 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20909 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
20910 (blackbox-redefine-key): Add argument `map'.
20912 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
20913 regions when moving the jit-lock-context-unfontify-pos boundary.
20915 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
20917 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
20919 2005-10-25 Masatake YAMATO <jet@gyve.org>
20921 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
20923 2005-10-25 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20925 * play/blackbox.el (blackbox-redefine-key): New function.
20926 (blackbox-mode-map): Use it to remap existing bindings for cursor
20927 motion instead of binding literal keys.
20929 2005-10-25 Glenn Morris <rgm@gnu.org>
20931 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
20932 diary does not end in a newline. Do not assume a blank line at
20933 the start of the diary file.
20935 2005-10-25 Kenichi Handa <handa@m17n.org>
20937 * international/quail.el (quail-translate-key): If the input
20938 method is deterministic and failed to handle the last key, restart
20939 the key handling loop from an appropriate key.
20941 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
20943 * vc.el (vc-dired-mode): Extend comment for binding of
20944 `directory-listing-before-filename-regexp'.
20946 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20948 * textmodes/texinfo.el (texinfo-mode):
20949 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
20950 not to unnecessarily expose emacs-mule's internal char codes.
20952 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
20954 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
20955 Display hand pointer and help-echo on disabled icon too.
20956 (gdb-mouse-until): New function.
20957 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
20959 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
20961 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
20962 with 2005-10-23 change to doctor.el.
20964 * finder.el (finder-mode-map): Add follow-link binding.
20966 2005-10-25 Kim F. Storm <storm@cua.dk>
20968 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
20969 to gdb-mouse-toggle-breakpoint-fringe.
20970 (gdb-mouse-toggle-breakpoint-margin): Rename from
20971 gdb-mouse-toggle-breakpoint. Fix doc.
20972 (gdb-mouse-toggle-breakpoint-fringe): New defun.
20973 (gdb-put-string): Add optional SPROPS arg. Add props to string.
20974 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
20975 string properties also for fringe breakpoint bitmaps.
20977 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
20979 * textmodes/org.el (org-start-icalendar-file): Fix format form.
20981 2005-10-25 Masatake YAMATO <jet@gyve.org>
20983 * simple.el (completion-common-substring):
20984 Use `completion-common-substring' prior to `completion-base-size'.
20986 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
20988 * savehist.el: Require CL while compiling.
20989 (savehist-history-variables): Remove.
20990 (savehist-save-minibuffer-history, savehist-additional-variables)
20991 (savehist-minibuffer-history-variables): New vars.
20992 (savehist-save): Use them.
20993 (savehist-uninstall, savehist-minibuffer-hook): New funs.
20994 (savehist-install): New fun, extracted from savehist-load.
20995 (savehist-load): Use them.
20997 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20999 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21000 a dummy doc-string-elt property.
21001 (defalias, defvaralias, define-category): Add a docstring property.
21003 * image.el (defimage):
21004 * widget.el (define-widget):
21005 * custom.el (defface, defcustom): Add `doc-string' declaration.
21007 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21008 (defadvice): Add `doc-string' declaration.
21010 * emacs-lisp/byte-run.el (macro-declaration-function):
21011 Handle `doc-string' declarations.
21012 (define-obsolete-function-alias, define-obsolete-variable-alias):
21013 Add `doc-string' declaration.
21015 2005-10-24 Kenichi Handa <handa@m17n.org>
21017 * international/utf-7.el (utf-7): Add autoload cookie.
21019 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21021 2005-10-24 Eli Zaretskii <eliz@gnu.org>
21023 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21024 list of directories passed to batch-update-autoloads. Add "." to
21025 the list of the echoed directories.
21032 * pgg.el: Moved here from the gnus subdirectory.
21034 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
21036 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21037 in case comint-prompt-read-only is set to t.
21039 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21040 in case comint-prompt-read-only is set to t.
21042 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21044 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21046 (icalendar-import-format): Handle CLASS, STATUS, URL.
21047 Rename `subject' to `summary'.
21048 (icalendar-import-format-summary): Rename from
21049 `icalendar-import-format-subject'.
21050 (icalendar-import-format-url, icalendar-import-format-status)
21051 (icalendar-import-format-class): New variables.
21052 (icalendar--rris): Take variable argument list.
21053 (icalendar--datestring-to-isodate): Remove unnecessary
21054 calendar-style check when converting dates with explicit month names.
21055 (icalendar-export-region): Change return type of conversion
21056 subroutines. Bury current buffer unless error occurred.
21057 (icalendar--convert-to-ical)
21058 (icalendar--parse-summary-and-rest): New functions.
21059 (icalendar--convert-ordinary-to-ical)
21060 (icalendar--convert-weekly-to-ical)
21061 (icalendar--convert-yearly-to-ical)
21062 (icalendar--convert-block-to-ical)
21063 (icalendar--convert-cyclic-to-ical)
21064 (icalendar--convert-anniversary-to-ical): Change return type.
21065 Strip trailing blanks from subject.
21066 (icalendar--convert-sexp-to-ical): Change return type.
21067 Strip trailing blanks from subject. Handle simple sexp
21068 entries as generated by icalendar.el.
21069 (icalendar--convert-float-to-ical)
21070 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21071 (icalendar-import-file): Doc fix.
21072 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21073 Correct call to icalendar--rris.
21074 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
21076 (icalendar--add-diary-entry): Rename `subject' to `summary'.
21078 2005-10-24 Romain Francoise <romain@orebokech.com>
21080 * server.el (server-sentinel): Set query-on-exit flag to nil on
21081 new client processes (it isn't inherited from the server process).
21083 * replace.el (occur-engine): Rearrange text properties.
21085 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
21087 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21088 case-fold-search is nil.
21089 (debug-help-follow): Use help-xref-interned directly.
21091 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21093 * thumbs.el (thumbs-image-type): Add .pbm.
21095 2005-10-23 Richard M. Stallman <rms@gnu.org>
21097 * faces.el (inhibit-face-set-after-frame-default): New variable.
21098 (set-face-attribute): Bind it.
21099 (face-set-after-frame-default): Test it.
21101 * help-fns.el (describe-simplify-lib-file-name): New function.
21102 (describe-function-1, describe-variable): Use it.
21104 * faces.el (describe-face): Use describe-simplify-lib-file-name.
21106 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21107 Eliminate nil as possible value.
21108 (tooltip-hide-delay): Reduce internal-border-width.
21110 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21111 (menu-bar-file-menu) <new-file>: Likewise.
21113 * simple.el (line-move-finish): Ignore fields computing LINE-END.
21115 * international/mule.el (load-with-code-conversion):
21116 Pass full file name to `eval-buffer' unless preloading.
21118 * textmodes/flyspell.el (flyspell-large-region):
21119 Call ispell-check-version.
21121 * textmodes/ispell.el (ispell-local-dictionary-overridden):
21122 Fix the make-variable-buffer-local call that was supposed
21123 to be for this variable.
21124 (ispell-aspell-supports-utf8): Doc fix.
21125 (ispell-find-aspell-dictionaries): Preserve elements of
21126 ispell-dictionary-alist for dictionaries that aspell doesn't report.
21127 (ispell-aspell-find-dictionary): Return nil on error.
21129 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21130 (doctor-symptoms): Likewise.
21132 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21134 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
21136 * cus-edit.el (custom-button, custom-button-pressed): New vars.
21137 (custom-raised-buttons): Add :set spec.
21138 (custom-button-unraised, custom-button-pressed-unraised):
21139 New faces, so that custom-raised-buttons actually does something.
21140 (custom-mode): Use custom-button and custom-button-pressed.
21142 * wid-edit.el (widget-specify-button): Don't ignore
21143 widget-mouse-face on graphic terminals.
21144 (widget-move-and-invoke): Cleanup.
21146 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
21148 * whitespace.el (whitespace-cleanup): Doc fix.
21150 2005-10-23 Romain Francoise <romain@orebokech.com>
21152 * emulation/viper.el (viper-set-hooks): Quote forms passed to
21153 `eval-after-load' to avoid evaluating their result.
21155 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
21157 * files.el (directory-listing-before-filename-regexp):
21158 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
21160 * dired.el (dired-move-to-filename-regexp): Remove.
21161 All occurrences replaced by `directory-listing-before-filename-regexp'.
21163 * dired-x.el, locate.el, vc.el:
21164 Replace `dired-move-to-filename-regexp' by
21165 `directory-listing-before-filename-regexp'. In vc.el it is
21166 overwritten locally; maybe this can be handled in files.el too.
21168 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
21169 replaced by `directory-listing-before-filename-regexp'.
21171 2005-10-23 Andreas Schwab <schwab@suse.de>
21173 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21174 and eval-next-after-load.
21176 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
21178 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21181 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
21183 * allout.el: Remove autoloads for mailcrypt and crypt++.
21184 Require pgg, pgg-gpg during compilation.
21185 (allout-version): Increment version number to 2.1, and use a literal
21186 rather than RCS Id.
21187 (allout-default-encryption-scheme): Remove.
21188 (allout-passphrase-verifier-handling)
21189 (allout-passphrase-verifier-string)
21190 (allout-file-passphrase-verifier-string)
21191 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21192 (allout-passphrase-hint-handling): Rename and simplify.
21193 (allout-init): Use `find-file-hook' if available, otherwise
21195 (allout-mode): Use `write-file-functions' if available, otherwise
21196 `local-write-file-hooks' and, instead of making auto-save-hook
21197 buffer local, make the write-file-hook activity contingent to
21199 (allout-mode): Use key-binding substitution in the docstring.
21200 (allout-kill-line): Spell-out kill ring data structure mutation
21201 instead of using byte-compiler-complaint-provoking `pop'.
21202 (allout-insert-listified): Use `insert' rather than `insert-string'
21203 (allout-toggle-current-subtree-encryption): Update docstring, adjust
21204 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21205 (allout-encrypt-string): Totally revamped vis new underlying
21206 encryption facilities.
21207 (allout-mc-activate-passwd): Remove.
21208 (allout-obtain-passphrase): New, more or less replaces
21209 allout-mc-activate-passwd.
21210 (allout-encrypted-key-info): More or less replaces
21211 allout-encrypted-text-type.
21212 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21213 (my-mark-marker): Use `(featurep 'xemacs)'.
21215 2005-10-23 Lars Hansen <larsh@soem.dk>
21217 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21218 (byte-compile-file-form-defmumble, byte-compile-defun)
21219 (byte-compile-defmacro): Use it.
21220 (byte-compile-form): Don't call byte-compile-set-symbol-position
21221 when a byte-compile handler is called.
21223 2005-10-22 Romain Francoise <romain@orebokech.com>
21225 * savehist.el (savehist-history-variables): Add `grep-find-history'.
21227 * subr.el (eval-after-load): Convert library name to an absolute
21228 file name using locate-library, since load-history no longer has
21229 library names in it.
21231 2005-10-22 Richard M. Stallman <rms@gnu.org>
21233 * files.el (make-temp-file): Move from subr.el.
21234 * subr.el (make-temp-file): Move to files.el.
21236 * window.el (get-buffer-window-list): Move from subr.el.
21237 * subr.el (get-buffer-window-list): Move to window.el.
21239 * image.el (image-load-path): Use eval-at-startup to initialize.
21241 * subr.el (eval-at-startup): New macro.
21243 * subr.el: Much rearrangement of functions and division
21244 into pages. No code changes.
21246 2005-10-22 Kenichi Handa <handa@m17n.org>
21248 * tar-mode.el (tar-extract): Be sure to call
21249 find-operation-coding-system if set-auto-coding doesn't find a
21252 2005-10-22 Kim F. Storm <storm@cua.dk>
21254 * image.el (image-type-header-regexps): Rename from image-type-regexps.
21256 (image-type-file-name-regexps): New defconst.
21257 (image-type-from-data): Simplify loop.
21258 (image-type-from-buffer): New defun.
21259 (image-type-from-file-header): Use it instead of image-type-from-data.
21260 Use image-search-load-path instead of only looking in data-directory.
21261 (image-type-from-file-name): New defun.
21262 (image-search-load-path): Change `pathname' to `filename'.
21263 Make PATH arg optional, default to image-load-path.
21265 2005-10-21 Richard M. Stallman <rms@gnu.org>
21267 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21269 * textmodes/paragraphs.el (sentence-end-base): New variable.
21270 (sentence-end): Use sentence-end-base.
21272 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21274 * font-lock.el (font-lock-default-fontify-region): Check the multiline
21275 property independently from the font-lock-multiline variable.
21277 2005-10-21 Richard M. Stallman <rms@gnu.org>
21279 * emacs-lisp/find-func.el (find-library-name): Doc fix.
21281 * startup.el (command-line): Convert library names
21282 in `load-history' to absolute file names.
21284 * subr.el (symbol-file): Doc fix.
21286 * loadhist.el (file-loadhist-lookup): Call locate-library
21287 instead of find-library-name. Don't try converting
21288 abs file names to library names, since load-history no longer
21289 has library names in it.
21290 (file-dependents, file-provides, file-requires): Doc fixes.
21292 2005-10-21 Juri Linkov <juri@jurta.org>
21294 * progmodes/etags.el (tags-table-mode): New function.
21295 (tags-verify-table): Replace initialize-new-tags-table with
21298 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21300 (desktop-modes-not-to-save): Add tags-table-mode to the
21303 * info.el (Info-index-next): Add total number of index
21304 alternatives to the message.
21306 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21307 backward only space (instead of space and period) before looking
21310 * simple.el (set-variable): Use user-variable-p instead of symbolp.
21311 Add the old variable value as 4th default-value arg of read-string.
21313 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21315 * cus-face.el (custom-declare-face): Make face from X resources
21318 * disp-table.el (standard-display-g1, standard-display-graphic):
21319 Refuse to use string glyphs also on Mac.
21320 (standard-display-european): Don't set terminal coding system also
21323 * frame.el (display-screens): Use x-display-screens also on Mac.
21325 2005-10-21 Romain Francoise <romain@orebokech.com>
21327 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
21329 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
21331 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21334 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21335 warning face on open-paren-in-column-0.
21337 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21338 boundary case. Fix typo.
21339 Suggested by Martin Rudalics <rudalics@gmx.at>.
21341 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
21343 * textmodes/org.el (org-combined-agenda-icalendar-file)
21344 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21345 (org-export-icalendar-this-file)
21346 (org-export-icalendar-all-agenda-files)
21347 (org-export-icalendar-combine-agenda-files): New commands.
21348 (org-export-icalendar, org-print-icalendar-entries)
21349 (org-start-icalendar-file, org-finish-icalendar-file)
21350 (org-ical-ts-to-string): New functions.
21351 (org-read-date, org-goto-calendar)
21352 (org-agenda-goto-calendar): Inhibit displaying diary entries by
21353 call to `calendar'.
21354 (orgtbl-setup): Remove the :keys arguments from the menu description.
21355 (org-after-save-iCalendar-file-hook): New variable.
21357 2005-10-21 Kenichi Handa <handa@m17n.org>
21359 * language/vietnamese.el (tcvn-5712): Make it an alias of
21360 vietnamese-tcvn coding-system.
21362 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
21364 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21367 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21369 * progmodes/sh-script.el (sh-escaped-line-re): New var.
21370 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21371 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21372 whose line is either continued or ends with a comment.
21374 2005-10-20 Romain Francoise <romain@orebokech.com>
21376 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21378 * replace.el (occur-engine): Add follow-link property.
21380 * font-core.el (font-lock-mode): Doc fix.
21382 2005-10-20 Richard M. Stallman <rms@gnu.org>
21384 * net/rcirc.el: New file.
21386 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
21388 * term.el (term-term-name): Initialize to "eterm-color".
21390 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
21392 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21393 for encryption functionality.
21394 Move allout customization subgroup from `editing' to `outlines' group.
21395 Fix commentary keywords to legitimate ones.
21396 Update author info (using my current email address, obscurified).
21397 (allout-encrypt-string, allout-encryption-produce-work-buffer)
21398 (allout-encrypted-topic-p, allout-encrypted-text-type)
21399 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21400 (allout-situate-encryption-key-verifier)
21401 (allout-get-encryption-key-verifier, allout-verify-key)
21402 (allout-next-topic-pending-encryption)
21403 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21404 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21405 (outline-key-verifier-handling, outline-key-hint-handling)
21406 (outline-encrypt-unencrypted-on-saves): New defcustoms.
21407 (allout-file-key-verifier-string, allout-encryption-scheme)
21408 (allout-key-verifier-string, allout-key-hint-string)
21409 (allout-after-save-decrypt): New variables.
21410 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21411 (allout-after-saves-handler): New hook functions.
21412 (allout-post-command-business): Do allout-after-save-decrypt.
21413 (allout-enable-file-variable-adjustment): Custom var to enable
21414 mechanism for adding and adjusting settings of Emacs file variables.
21415 (allout-adjust-file-variable, allout-file-vars-section-data):
21416 New functions, implement the mechanism.
21417 (outlineify-sticky): Use the file vars mechanism.
21418 (allout-inhibit-protection, allout-during-write-cue)
21419 (allout-override-protect, allout-before-change-protect): Remove.
21420 (allout-flag-region, allout-open-topic): Adjust read-only text.
21421 (allout-open-line-not-read-only): Add to facilitate read-only
21422 text based protection.
21423 (allout-kill-line): Revise to adjust read-only text, clue the
21424 user about the inhibition.
21425 (allout-unprotected): Use unwind-protect.
21426 (allout-shift-in, allout-shift-out): Disallow manually shifting a
21427 topic deeper than the offspring depth of the previous topic -
21428 avoiding confusing "containment discontinuities".
21429 (allout-reindent-bodies): Fix retention of body relative hanging
21430 indent during promotion of collapsed bodies.
21431 (allout-open-topic): Make it easy to open new topic with same
21432 bullet as current topic - topic creation functions provided with
21433 any universal argument provokes now prompt for bullet, defaulting
21434 to the bullet of the previous topic.
21435 (allout-plain-bullets-string, allout-distinctive-bullets-string):
21436 Plain bullet alternates `.' period and `,' comma only. All other
21437 bullets are relegated to special status (but customizable).
21438 (allout-end-of-entry): Rename from allout-end-of-current-entry
21439 since it actually operates w.r.t. most immediately containing
21440 entry, visible or not.
21441 (allout-hide-current-entry, allout-show-current-entry): Use the
21443 (allout-old-expose-topic): Solidify deprecation.
21444 (allout-end-of-subtree): Add so we can span concealed as well
21446 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21447 (allout-end-of-current-heading): Tweak to just respect the first line.
21448 (allout-get-body-text): Add.
21449 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21450 when invoked interactively.
21451 (allout-up-current-level): Use `interactive-p'.
21452 (allout-mode, allout-init): Miscellaneous docstring and
21453 operational refinements, as well as hookups of new encryption stuff.
21454 (allout-beginning-of-current-entry): Now works as advertised.
21455 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21456 (allout-isearch-rectification): Refine condition for isearching.
21457 (allout-isearch-abort, allout-enwrap-isearch)
21458 (allout-flag-region, my-region-active-p): Relocate some macros.
21459 (allout-title): Fallback title is (buffer-name), not
21460 non-existing (current-buffer-name).
21461 (subst-char-in-string): Define if absent (for some XEmacs versions).
21463 2005-10-20 Jari Aalto <jari.aalto@cante.net>
21465 * mail/sendmail.el (mail-setup-hook, mail-aliases)
21466 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21467 (mail-citation-prefix-regexp, mail-signature-file)
21468 (mail-default-headers, mail-bury-selects-summary)
21469 (mail-send-nonascii): Add autoload cookies.
21471 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21473 * frame.el (blink-cursor-mode): Add `mac' to the list of
21474 window-system's that support blinking cursor.
21476 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
21478 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21480 2005-10-20 Eli Zaretskii <eliz@gnu.org>
21482 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21483 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21484 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21486 2005-10-20 Kim F. Storm <storm@cua.dk>
21488 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21489 (ido-set-current-directory): Don't add / after final @.
21490 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21491 Explicitly handle ange-ftp completion oddities.
21492 (ido-make-file-list): Don't rotate list at tramp root to avoid
21493 triggering tramp file handler for expand-file-name via get-file-buffer.
21495 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
21497 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21499 2005-10-19 Jay Belanger <belanger@truman.edu>
21501 * calc/calc-units.el (math-standard-units): Add units, adjust
21502 symbols and update values.
21503 (math-unit-prefixes): Add more prefixes.
21505 2005-10-19 Romain Francoise <romain@orebokech.com>
21507 * bookmark.el (bookmark-menu-heading): New face.
21508 (bookmark-bmenu-list): Use it.
21509 Don't fiddle with `baud-rate' at top-level.
21511 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
21513 * image.el (create-image, find-image): Mention max-image-size in
21516 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
21518 * savehist.el (savehist-load): Revert to checking XEmacs.
21520 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21521 Various docstring and line-width fixups.
21522 (conf-mode): Use cond.
21523 Set font-lock-defaults. Don't set comment-use-syntax.
21525 2005-10-18 David Ponce <david@dponce.com>
21527 * tree-widget.el (tree-widget-button-click): New function.
21528 (tree-widget-button-keymap): Use it.
21530 2005-10-18 Romain Francoise <romain@orebokech.com>
21532 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21533 (bookmark-bmenu-hide-filenames): Add follow-link property.
21534 Improve help-echo text.
21536 * ffap.el (find-file-at-point): Doc fix.
21538 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21540 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21542 2005-10-18 Masatake YAMATO <jet@gyve.org>
21544 Install to the CVS repository what I forgot to install in my
21545 2005-10-16 changes.
21547 * progmodes/python.el (python-complete-symbol): Pass the common
21548 prefix substring of completion to `display-completion-list'.
21550 * textmodes/org.el (org-complete): Ditto.
21552 2005-10-18 Masatake YAMATO <jet@gyve.org>
21554 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21556 * woman.el (WoMan-xref-man-page): New button type derived
21557 from `Man-abstract-xref-man-page'.
21558 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21560 * man.el (Man-abstract-xref-man-page): New button type.
21561 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21562 (Man-highlight-references): Add new optional argument `xref-man-type'.
21564 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
21566 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21568 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
21570 * cus-edit.el (Custom-move-and-invoke): Delete.
21571 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21573 * wid-edit.el (widget-move-and-invoke): New function, from
21574 Custom-move-and-invoke.
21576 2005-10-17 Bill Wohler <wohler@newt.com>
21578 Move all remaining images from lisp/toolbar to etc/images, move
21579 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
21580 the low resolution images in their own directory (low-color).
21582 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21583 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21584 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21585 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21586 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21587 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21588 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21590 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21591 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21592 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21593 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21594 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21595 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21596 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21597 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21598 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21599 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21600 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21601 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21602 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21603 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21604 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21606 To conform with convention, replace the underscore (_) in the
21607 following image names with dash (-) or (/) as appropriate.
21609 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21610 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21611 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21612 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21613 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21614 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21615 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21616 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21617 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21618 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21619 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21620 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21621 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21622 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21623 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21625 * info.el (info-tool-bar-map): Replace underscores in image names
21628 * makefile.w32-in (WINS): Remove toolbar.
21630 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21632 * tool-bar.el: Move to lisp from toolbar. Now that
21633 toolbar is empty, it should be deleted when folks run "cvs up -P".
21635 2005-10-18 Jay Belanger <belanger@truman.edu>
21637 * calc/calc-store.el (calc-store-into): Get the proper variable name
21638 to display in message.
21640 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
21642 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21643 expressions display in speedbar for all buffers when debugging.
21644 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21646 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21647 (speedbar-insert-button, speedbar-make-button):
21648 Use add-text-properties.
21649 (speedbar-update-localized-contents)
21650 (speedbar-update-directory-contents)
21651 (speedbar-update-special-contents): Use dolist.
21652 (speedbar-buffer-easymenu-definition): Add a menu separator.
21654 2005-10-17 Jason Rumney <jasonr@gnu.org>
21656 * makefile.w32-in: Use $(lisp) consistently.
21657 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21658 for shell specific generation of mh-autoloads.
21660 2005-10-17 Richard M. Stallman <rms@gnu.org>
21662 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21664 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21666 * jit-lock.el (jit-lock-fontify-now):
21667 Move jit-lock-context-unfontify-pos to avoid wasted work.
21669 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
21671 * net/tramp.el (tramp-completion-mode): New defvar. Used in
21672 `tramp-completion-mode' for checking if we are in completion mode.
21673 (tramp-completion-handle-file-name-all-completions): Reorder code
21674 in order to complete for file names only in case there are no
21675 method/user/host completions. This is necessary for cooperation
21676 with ido. Reported by Kim F. Storm <storm@cua.dk>.
21678 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
21680 * longlines.el (longlines-search-forward)
21681 (longlines-search-backward): Match any number of spaces.
21683 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
21685 * diff-mode.el (diff-mode): Doc fix.
21687 2005-10-16 David Reitter <david.reitter@gmail.com>
21689 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21690 as default on darwin and windows systems.
21692 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
21694 * arc-mode.el (archive-zip-extract): Doc fix.
21696 2005-10-16 Romain Francoise <romain@orebokech.com>
21698 * mouse.el (mouse-1-click-follows-link): Doc fix.
21700 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21702 * savehist.el: Don't require CL at runtime.
21703 (savehist-xemacs): Remove.
21704 (savehist-coding-system): Use utf-8 if present, regardless of religion.
21705 (savehist-no-conversion): Use (featurep 'xemacs).
21706 (savehist-load): Check existence of start-itimer rather than XEmacs.
21708 (savehist-process-for-saving): Replace use of CL funs `subseq' and
21711 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
21713 * savehist.el: Newer version.
21714 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21715 (savehist-last-checksum, savehist-no-conversion): New vars.
21716 (savehist-autosave, savehist-process-for-saving, savehist-printable):
21718 (savehist-load, savehist-save): Use them.
21719 (savehist-delimit): Remove.
21721 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21723 * progmodes/compile.el (compilation-goto-locus): Display the
21724 compilation buffer first and the source buffer second, in case they're
21725 in overlapping frames. Don't raise the compilation frame if it was the
21726 selected window upon entry. Pass the `other-window' arg to
21729 * info.el (Info-fontify-node): Use dolist.
21730 Change add-text-properties to put-text-property.
21732 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21734 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21737 2005-10-16 Masatake YAMATO <jet@gyve.org>
21739 * dabbrev.el (dabbrev-completion): Pass the common
21740 prefix substring of completion to `display-completion-list'.
21742 * filecache.el (file-cache-minibuffer-complete)
21743 (file-cache-complete): Ditto.
21745 * tempo.el (tempo-display-completions): Ditto.
21747 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21749 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21751 * eshell/em-hist.el (eshell-list-history): Ditto.
21753 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21755 * mail/mailalias.el (mail-complete): Ditto.
21757 * progmodes/etags.el (complete-tag): Ditto.
21759 * progmodes/make-mode.el (makefile-complete): Ditto.
21761 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21763 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21765 * progmodes/pascal.el (pascal-complete-word)
21766 (pascal-show-completions): Ditto.
21768 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21770 * simple.el (completion-common-substring): New variable.
21771 (completion-setup-function): Use `completion-common-substring'
21774 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21776 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21777 (x-get-selection, mac-select-convert-to-string): Convert from/to
21778 UTF-16 clipboard data as in native byte order, no BOM.
21780 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
21782 * progmodes/gud.el (gud-tool-bar-map): Rename the images
21783 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21784 (gud-sentinel): Use speedbar-frame to check for speedbar.
21786 2005-10-15 Richard M. Stallman <rms@gnu.org>
21788 * savehist.el: New file.
21790 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
21792 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21793 Fix bug in \bf fontification.
21795 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
21797 * pcvs.el (cvs-edit-log-files): New var.
21798 (cvs-mode-edit-log): New arg `file'.
21799 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21800 Instead force the use of the original file and nothing else.
21801 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21802 the cvs-minor-wrap-function is set.
21803 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21805 2005-10-14 Bill Wohler <wohler@newt.com>
21807 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21808 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21809 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21810 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21811 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21812 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21813 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21814 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21815 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21816 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21817 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21818 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21819 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21820 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21821 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21823 * progmodes/gud.el (gud-tool-bar-map): Rename the images
21824 appropriately (for example, gud-break to gud/break).
21826 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
21828 * longlines.el (longlinges-search-function)
21829 (longlines-search-forward, longlines-search-backward): New functions.
21830 (longlines-mode): Set isearch-search-fun-function to
21831 longlinges-search-function.
21833 * mouse.el (mouse-drag-region-1): Handle the case where a
21834 double-click event is bound to an arbitrary function.
21836 2005-10-14 David Ponce <david@dponce.com>
21838 * recentf.el (recentf-track-opened-file)
21839 (recentf-track-closed-file, recentf-update-menu)
21840 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
21841 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
21842 mouse-1-click-follows-link.
21844 2005-10-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21846 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
21847 Gnome file-manager.png. Suggested by
21848 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
21850 * toolbar/README: Add diropen.xpm.
21852 2005-10-13 Bill Wohler <wohler@newt.com>
21854 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
21855 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
21857 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
21859 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21860 Don't waste the byte-compiler's time on constant data.
21862 2005-10-13 Kenichi Handa <handa@m17n.org>
21864 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
21865 byte with `escape-glyph' face.
21867 * international/fontset.el (ccl-encode-unicode-font):
21868 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
21869 Handle the case that ucs-mule-to-mule-unicode translates a character to
21870 ASCII (usually for IPA characters).
21872 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
21874 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
21875 Don't hide the underline of titles if font-lock-mode is disabled.
21877 2005-10-12 Bill Wohler <wohler@newt.com>
21879 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
21880 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
21881 files in MH-E-SRC have been updated.
21882 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
21884 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
21886 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
21887 (mixal-mode-syntax-table): Add \n as end-comment.
21888 (mixal-operation-codes-alist): Immediately initialize to full value.
21889 (mixal-add-operation-code): Remove.
21890 (mixal-describe-operation-code): Make the arg non-optional.
21891 Use the interactive spec instead.
21892 Use mixal-operation-codes-alist rather than mixal-operation-codes.
21893 (mixal-font-lock-keywords): Don't highlight comments here any more.
21894 (mixal-font-lock-syntactic-keywords): New var.
21895 (mixal-mode): Use it. Fix comment-start-skip.
21897 2005-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21899 * startup.el (command-line-x-option-alist): -nb => -nbi.
21901 2005-10-12 Kim F. Storm <storm@cua.dk>
21903 * startup.el (fancy-splash-default-action): Discard mouse click in
21904 the splash screen window, as it has no sensible meaning in the
21905 next window to be selected. Fixes error reported by Jan D.
21907 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21909 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
21911 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
21913 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
21914 Try to fix up minor layout issues like indentation, line break, etc...
21915 (mixal-mode-syntax-table): Don't try to specify comment syntax,
21916 because it doesn't work.
21917 (mixal-operation-codes): Add some more codes.
21918 (mixal-font-lock-keywords): Process comments here.
21919 (mixal-mode): mixasm no longer needs -g option.
21921 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
21923 * progmodes/sh-script.el (sh-tmp-file):
21924 Use mktemp -t. Finish support for es and rc shells.
21926 2005-10-11 Jay Belanger <belanger@truman.edu>
21928 * calc/calcalg2.el (calc-integral): With an argument, compute the
21931 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
21933 * mouse.el (mouse-drag-region-1): Don't try to catch a
21934 double-click when doing follow-link (it's overridden anyway).
21936 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
21938 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
21939 (autoload-print-form-outbuf): Add docstring.
21941 2005-10-11 Juri Linkov <juri@jurta.org>
21943 * info.el (Info-mode-menu): Delete menu item "Edit".
21944 (Info-mode): Delete description of Info-edit from docstring,
21945 and rearrange descriptions of Info commands in the order
21946 they are documented in the Info manual.
21948 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
21950 * calendar/appt.el (appt-check): Use diary-selective-display var.
21952 2005-10-10 Richard M. Stallman <rms@gnu.org>
21954 * net/newsticker.el (newsticker-start, newsticker-show-news):
21955 Add autoload cookies.
21957 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
21959 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
21961 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
21963 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
21965 2005-10-10 Jay Belanger <belanger@truman.edu>
21967 * calc/calc-arith.el (math-check-known-scalarp)
21968 (math-check-known-matrixp): Check the values of arguments that are
21970 (math-check-known-square-matrixp): New function.
21971 (math-known-square-matrixp): Use math-check-known-square-matrixp.
21972 (math-super-types): Add sqmatrix type.
21974 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
21975 mode name `square' to `sqmatrix'.
21977 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
21978 mode name `square' to `sqmatrix'.
21980 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21982 * progmodes/etags.el (select-tags-table-mode): Don't use
21984 (tags-select-tags-table): Pass `button' to the action function.
21985 (select-tags-table): Place the side-info on button properties rather
21986 than in hidden text. Abbreviate file names.
21987 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
21988 (select-tags-table-select): Add `button' argument.
21989 Get side-info from the button property rather than from hidden text.
21991 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
21993 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
21994 (gud-speedbar-buttons): Preserve point if possible.
21995 (gud-sentinel): Restore previous speedbar display type.
21997 * progmodes/gdb-ui.el (gdba): Improve diagram.
21998 (def-gdb-auto-update-handler, gdb-info-locals-handler)
21999 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22000 Call get-buffer-window once.
22002 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22004 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22005 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22006 (pascal-indent-command): Remove unused var `ind'.
22007 (pascal-indent-case): Remove unused var `oldpos'.
22008 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22009 since it's now used as a proper minor mode map.
22010 (pascal-outline): Rename to pascal-outline-mode.
22011 (pascal-outline-mode): Use define-minor-mode.
22012 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22015 2005-10-10 Andreas Schwab <schwab@suse.de>
22017 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22018 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
22020 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22021 outside source directory.
22023 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
22025 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22027 (orgtbl-mode-map): Full keymap instead of sparse, because all
22028 `self-insert-command' keys are redefined in this map.
22029 (org-export-as-html): Specify charset for HTML file, by taking it
22030 from the coding system.
22032 2005-10-10 Kenichi Handa <handa@m17n.org>
22034 * textmodes/flyspell.el (flyspell-check-word-p):
22035 If unread-command-events is non-empty, don't call sit-for.
22037 2005-10-09 Richard M. Stallman <rms@gnu.org>
22039 * font-lock.el (font-lock-syntactic-keywords)
22040 (font-lock-keywords): Doc fixes.
22042 * textmodes/flyspell.el (flyspell-external-point-words):
22043 Simplify logic, and don't try to check for consecutive appearances
22044 of one incorrect word.
22046 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22048 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22051 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22052 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22053 (gud-expansion-speedbar-buttons): New function.
22054 (gud-speedbar-buttons): Check for gud-comint-buffer.
22056 2005-10-09 Bill Wohler <wohler@newt.com>
22058 * Makefile.in (updates): Add mh-loaddefs dependency.
22060 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22062 * speedbar.el (speedbar-file-key-map): Fix typo.
22064 2005-10-09 Daniel Brockman <daniel@brockman.se>
22066 * cus-start.el (line-spacing): Add custom spec.
22068 2005-10-09 Romain Francoise <romain@orebokech.com>
22070 * textmodes/ispell.el (ispell-check-version): Fix last change.
22072 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
22074 * term/x-win.el: Remove -i, --icon-type from comment.
22076 * startup.el (command-line-x-option-alist): Remove options -i,
22077 -itype, --icon-type, added -nb, --no-bitmap-icon.
22079 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
22081 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22082 instead of :active.
22084 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
22086 * textmodes/ispell.el (ispell-check-version):
22087 Ignore hyphen, and all that follows, in aspell's version text.
22089 2005-10-08 Jay Belanger <belanger@truman.edu>
22091 * calc/calc-arith.el (math-known-square-matrixp): New function.
22092 (math-pow-fancy): Check for matrices before distributing exponent
22095 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22096 fullscreen keypad. Suggested by Luc Teirlinck.
22097 (calc-keypad-show-input): Add space for formatting.
22099 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22100 Add square matrix option.
22102 * calc/calc-poly.el (math-expand-term): Check for matrices instead
22103 of checking calc-matrix-mode when deciding how to expand.
22105 * calc/calc.el (calc-set-mode-line): Add square matrix option.
22107 2005-10-08 Lars Hansen <larsh@soem.dk>
22109 * net/tramp.el (tramp-perl-directory-files-and-attributes):
22110 Add error handling.
22111 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22113 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
22115 Sync with Tramp 2.0.51.
22117 * net/tramp.el (tramp-handle-set-visited-file-modtime)
22118 (tramp-handle-insert-file-contents, tramp-handle-write-region):
22119 Insert special handling for `last-coding-system-used', again
22120 it still seems to be necessary (unlike stated before).
22121 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22122 (tramp-password-prompt-regexp): There might be other words before
22123 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22124 (tramp-chunksize): Improve docstring.
22125 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22126 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
22127 Christian Joergensen <bugs@razor.dk>.
22129 2005-10-07 Glenn Morris <rgm@gnu.org>
22131 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22132 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22135 2005-10-07 Romain Francoise <romain@orebokech.com>
22137 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22138 (ibuffer-do-shell-command-pipe-replace)
22139 (ibuffer-do-shell-command-file, ibuffer-do-eval)
22140 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22141 (ibuffer-do-revert, ibuffer-do-replace-regexp)
22142 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22143 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22144 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22145 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22146 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22147 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22148 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22149 Autoload file sans suffix.
22151 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22153 2005-10-07 David Ponce <david@dponce.com>
22155 * recentf.el (recentf-menu-open-all-flag): New option.
22156 (recentf-digit-shortcut-command-name): New function.
22157 (recentf--shortcuts-keymap): New variable.
22158 (recentf-menu-shortcuts): New variable.
22159 (recentf-make-menu-items): Initialize it. Replace the "More..."
22160 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22161 (recentf-menu-value-shortcut): New function.
22162 (recentf-make-menu-item): Use it. No more in-lined.
22163 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22164 (recentf-open-most-recent-file): Rename from
22165 `recentf-open-file-with-key'. Don't depend on key binding.
22166 (recentf-mode-map): New variable.
22167 (recentf-mode): Use it.
22169 2005-10-06 Bill Wohler <wohler@newt.com>
22171 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
22173 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22174 (MH-E-SRC): New. Used by mh-autoloads.
22175 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22176 files in MH-E-SRC have been updated.
22177 (compile, recompile, bootstrap): Depend on mh-autoloads.
22179 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
22181 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22182 gud-break and gud-remove icons when the fringe is not available.
22184 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22187 2005-10-06 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22189 * play/zone.el (zone): Wrap body with save-window-excursion.
22191 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
22193 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22194 Use the new `list-only' arg to diary-list-entries.
22196 * calendar/diary-lib.el: Use overlays rather than selective-display.
22197 (diary-selective-display): New var.
22198 (diary-header-line-format): Use it.
22199 (diary-list-entries): Add argument `list-only'.
22200 Put the buffer in diary-mode. Don't add \^M at beg and end.
22201 Replace \^M by invisible overlays.
22202 (diary-unhide-everything): Replace \^M by invisible overlays.
22203 (print-diary-entries): Look for overlays rather than \^M.
22204 Add a space to the temp buffer name.
22205 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22206 Put the buffer in diary-mode.
22207 (list-sexp-diary-entries): Replace \^M by invisible overlays.
22208 (diary-anniversary): Make the year arg optional.
22209 (diary-time-regexp): New const.
22210 (diary-font-lock-keywords): Use it to accept a few more time formats.
22212 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22214 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
22216 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22217 Fix bug introduced 2005-07-03: Use (car (last ...))
22218 to faithfully reproduce replaced artist-last.
22219 (artist-set-arrow-points-for-poly): Likewise.
22220 Suggested by Johan Bockg
\e,Ae
\e(Brd.
22222 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
22224 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22225 * wid-edit.el (widget):
22226 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22227 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22229 2005-10-06 Kenichi Handa <handa@m17n.org>
22231 * international/mule-cmds.el (set-language-environment):
22232 Fix setting up of case-table for unibyte mode.
22234 * simple.el (what-cursor-position): If the character is displayed
22235 by some `display' text property, show that. Don't use
22236 single-key-description for eight-bit characters in multibyte mode.
22238 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
22240 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22241 (gdb-ann3): Set it.
22242 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22243 (gdb-info-frames-custom): Use inverse-video for first five
22244 characters of selected frame only.
22245 (gdb-get-frame-number): Select frame even when point is on frame
22248 2005-10-06 Masatake YAMATO <jet@gyve.org>
22250 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22251 Put `font-lock-function-name-face'.
22252 (gdb-info-frames-custom): Put `font-lock-function-name-face'
22253 and `font-lock-variable-name-face'
22254 (gdb-registers-font-lock-keywords): New font lock keywords definition.
22255 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22256 (gdb-memory-font-lock-keywords): New font lock keywords definition.
22257 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22258 (gdb-local-font-lock-keywords): New font lock keywords definition.
22259 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22260 (gdb-threads-font-lock-keywords): New font lock keywords definition.
22261 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22263 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
22265 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22266 (ediff-merge-region-is-non-clash-to-skip): Previously called
22267 ediff-merge-region-is-non-clash.
22269 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22270 Use insert-buffer-substring.
22272 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22273 selecting files to patch. Also bug fixes.
22275 * ediff-util.el (ediff-setup): Bug fix.
22276 (ediff-next-difference): Never skip clashes that differ in white
22279 * ediff-wind.el (ediff-setup-control-frame)
22280 (ediff-destroy-control-frame): Check the menubar feature.
22282 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22283 (viper-refresh-mode-line): Use make-local-variable to localize
22284 some vars instead of make-variable-buffer-local. Suggested by
22287 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22288 (viper-restore-cursor-type, viper-set-insert-cursor-type):
22289 Use make-local-variable instead of make-variable-buffer-local.
22290 Suggested by Stefan Monnier.
22292 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22293 (viper-comint-mode-hook): Use make-local-variable on
22294 require-final-newline.
22295 (viper-non-hook-settings): Don't use make-variable-buffer-local.
22297 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
22299 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22300 also the second char of a comment-start sequence.
22301 (scheme-sexp-comment-syntax-table): New var.
22302 (lambda, define): Set their scheme-doc-string-elt property.
22303 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22304 Use lisp-font-lock-syntactic-face-function now that it properly
22305 handles |...| symbols.
22306 (scheme-mode-variables): Set lisp-doc-string-elt-property,
22307 parse-sexp-lookup-properties and font-lock-extra-managed-props.
22309 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22311 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22313 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22314 (lisp-doc-string-elt-property): New var.
22315 (lisp-font-lock-syntactic-face-function): Use it.
22316 Rewrite to recognize docstrings even for forms not at toplevel.
22318 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22319 annotation on the | part of #| rather than on the # part.
22320 (scheme-font-lock-syntactic-face-function): New function, to
22321 distinguish strings from |...| symbols.
22322 (scheme-mode-variables): Use it. Also fix up the font-lock-time
22323 syntax-table so that #|...|# is properly highlighted.
22325 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22326 Don't mark as docstring the 3rd elem of an unknown toplevel form.
22328 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
22330 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22333 * emacs-lisp/eldoc.el: Move comments into docstrings.
22334 (eldoc-message-commands): Initialize in its declaration.
22335 Add move-beginning-of-line and move-end-of-line.
22336 (eldoc-add-command, eldoc-add-command-completions)
22337 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22339 * outline.el (outline-mark-subtree): Activate the mark.
22341 * calendar/appt.el (appt-time-regexp): New var.
22342 (appt-add, appt-make-list): Use it.
22343 (appt-convert-time): Clean up.
22345 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22346 Don't set any syntax-table property here.
22347 (tex-font-lock-verb): New function. Do it here.
22348 (tex-font-lock-syntactic-keywords): Use it.
22350 2005-10-04 Richard M. Stallman <rms@gnu.org>
22352 * wid-edit.el (widget-file-complete): Get the widget start point
22353 the right way. Default directory to `/' if file has none.
22355 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22357 * textmodes/flyspell.el (flyspell-mode-on):
22358 Call ispell-maybe-find-aspell-dictionaries.
22360 * textmodes/ispell.el (ispell-word, ispell-region):
22361 Call ispell-maybe-find-aspell-dictionaries.
22362 (ispell-accept-buffer-local-defs):
22363 Don't call ispell-maybe-find-aspell-dictionaries.
22365 2005-10-04 Richard M. Stallman <rms@gnu.org>
22367 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22369 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
22371 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22372 instead of `fboundp' in order to allow for anonymous functions.
22374 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
22376 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22377 case the user clicks on the link while another window is selected.
22378 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22380 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22382 (dframe-help-echo): Save point in case mouse tracking is off.
22384 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
22386 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22388 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22390 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22391 not change the global value of those vars.
22393 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22394 make-local-variable which we do not need any more.
22396 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
22398 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22399 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22400 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22401 (speedbar-path-line): Define obsolete aliases.
22402 (speedbar-line-directory): Doc fix.
22404 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22405 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22406 instead of speedbar-line-path.
22408 2005-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
22410 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22411 to nil if dropping on a window. Handle dropping on a minibuffer window
22412 like dropping on a non-window part of Emacs.
22414 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
22416 * net/ange-ftp.el: Use with-current-buffer.
22417 (ange-ftp-insert-directory): Do not follow symlinks any more.
22419 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22420 Remove interactive spec.
22422 2005-10-03 Kim F. Storm <storm@cua.dk>
22424 * ido.el (ido-mode): Use custom-initialize-set.
22426 2005-10-02 Richard M. Stallman <rms@gnu.org>
22428 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22429 Use insert-buffer-substring.
22431 * net/tramp.el: Pacify byte compiler warnings in pacification code.
22432 (tramp-handle-file-local-copy): Use insert-buffer-substring.
22434 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
22436 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22438 (ange-ftp-insert-directory): Fix up the search for the case where
22439 `file' is absolute.
22441 2005-10-02 Romain Francoise <romain@orebokech.com>
22443 * progmodes/compile.el (compile-goto-error): Delete extra paren.
22445 2005-10-02 Andreas Schwab <schwab@suse.de>
22447 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22448 directory component in the session info.
22450 2005-10-01 Richard M. Stallman <rms@gnu.org>
22452 * comint.el (comint-redirect-subvert-readonly): Doc fix.
22454 * simple.el (next-error-internal): New function.
22456 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22457 (compilation-start): Pass new arg to compilation-buffer-name.
22458 (compile-goto-error): Use next-error-internal.
22460 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
22462 * speedbar.el: Remove RCS tag.
22463 (speedbar-check-read-only): Handle non-existent files.
22465 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22467 * info.el (Info-speedbar-hierarchy-buttons)
22468 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22470 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22472 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22473 Do not match newline.
22474 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22475 (bibtex-summary): Remove unnecessary save-excursion.
22476 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22478 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22480 * term/mac-win.el: Add charset info for "iso10646-1".
22481 Modify default fontset to use ATSUI-compatible fonts for some charsets
22484 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
22486 * speedbar.el: Re-apply arch tag.
22487 (speedbar-version): Rename to version 1.0. Suggested by Eric
22489 Reapply two changes from Emacs CVS' version of speedbar lost
22491 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22492 (speedbar-frame-parameters): Improve customize type.
22494 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
22496 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22497 (ange-ftp-file-directory-p): Fix the symlink case.
22498 (ange-ftp-insert-directory): When listing a single file, get a list of
22499 the parent buffer and extract the relevant line. Inspired from a patch
22500 by Katsumi Yamaoka <yamaoka@jpl.org>.
22501 (ange-ftp-file-name-sans-versions): Simplify.
22503 2005-09-30 Bill Wohler <wohler@newt.com>
22505 Move MH-E image files from toolbar and mail directories into
22508 * mail/reply2.*: Move to etc/images/mail/reply*.
22510 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22511 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22514 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22515 * toolbar/reply*: Move to etc/images/mail.
22517 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22519 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
22521 * speedbar.el: New version 1.0pre3.
22523 Frame management code (including timer, and mouse click specifics)
22524 moved to dframe.el:
22525 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
22526 (speedbar-timer): Removed. Use dframe-timer.
22527 (speedbar-close-frame): Removed. Use dframe-close-frame.
22528 (speedbar-activity-change-focus-flag): Removed. Use
22529 dframe-activity-change-focus-flag.
22530 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
22531 dframe-update-speed.
22533 (speedbar-current-frame): New macro. Use this instead of the
22534 variable speedbar-frame.
22536 (speedbar-use-images, speedbar-expand-image-button-alist)
22537 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22539 (speedbar-find-image-on-load-path): Removed. Replaced by
22540 defezimage in ezimage.el.
22541 (speedbar-expand-image-button-alist): Removed. Replaced by
22542 ezimage-expand-image-button-alist in ezimage.el.
22544 (speedbar-ignored-directory-regexp)
22545 (speedbar-add-ignored-directory-regexp)
22546 (speedbar-ignored-directory-expressions)
22547 (speedbar-line-directory, speedbar-buffers-line-directory)
22548 (speedbar-directory-line, speedbar-buffers-line-directory):
22549 Renamed, replacing `path' with `directory'.
22551 (speedbar-create-directory, speedbar-expand-line-descendants)
22552 (speedbar-toggle-line-expansion)
22553 (speedbar-contract-line-descendants): New commands.
22555 (speedbar-query-confirmation-method, speedbar-select-frame-method)
22556 (speedbar-use-tool-tips-flag): New options.
22558 (speedbar-check-read-only, speedbar-require-version)
22559 (speedbar-insert-separator, speedbar-buffers-tail-notes)
22560 (speedbar-handle-delete-frame, speedbar-try-completion)
22561 (speedbar-update-localized-contents): New functions.
22563 (speedbar-incompatible-version, speedbar-ro-to-do-point)
22564 (speedbar-object-read-only-indicator): New variables.
22566 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22569 (speedbar-separator-face): New face.
22571 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22572 (speedbar-ignored-modes): Add fundamental-mode.
22573 (speedbar-directory-unshown-regexp): Add . directories.
22575 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22576 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22577 `]' for full expand/close.
22578 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22580 (speedbar-check-vc): Support hidden files.
22581 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22582 (speedbar-this-file-in-vc): Use vc-state if available. If VC
22583 state is nil, it is not checked out.
22585 (speedbar-line-text, speedbar-line-token): Support expand buttons
22587 (speedbar-refresh): Universal argument acts as power-click.
22588 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22589 that buffer to get variable values.
22591 And many other bugfixes.
22593 * dframe.el, ezimage.el, sb-image.el: New files.
22595 * sb-*.xpm: Remove files. New image files installed into
22596 etc/images/ezimage.
22598 2005-09-30 Kenichi Handa <handa@m17n.org>
22600 * ps-mule.el (ps-mule-show-warning): If a character is in
22601 ps-print-translation-table, don't treat it as non-printable.
22603 2005-09-30 David Ponce <david@dponce.com>
22605 * tree-widget.el (tree-widget-themes-load-path): New variable.
22606 (tree-widget-themes-directory): Doc fix.
22607 (tree-widget-image-formats) [Emacs]: Doc fix.
22608 (tree-widget--locate-sub-directory): New function.
22609 (tree-widget-themes-directory): Use it.
22611 * recentf.el (recentf-filename-handlers): Rename from
22612 `recentf-filename-handler'. Allow a list of functions.
22613 (recentf-menu-items-for-commands): Fix :help strings.
22614 (recentf-apply-filename-handlers): New function.
22615 (recentf-expand-file-name): Use it.
22616 (recentf-cleanup): Remove duplicates too.
22618 2005-09-29 Juri Linkov <juri@jurta.org>
22620 * faces.el: Rearrange face definitions to be in the same order as
22621 their face descriptions in "(emacs)Standard Faces".
22623 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22625 * tooltip.el (tooltip): Add group `basic-faces'.
22627 * buff-menu.el (Buffer-menu-buffer): Remove group
22628 `font-lock-highlighting-faces'.
22630 * progmodes/compile.el (compilation-error, compilation-warning)
22631 (compilation-info, compilation-line-number, compilation-column-number):
22632 Change group from `font-lock-highlighting-faces' to `compilation'.
22634 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22635 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22636 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22637 (vhdl-font-lock-reserved-words-face)
22638 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22639 `font-lock-highlighting-faces'.
22641 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22643 2005-09-28 Kim F. Storm <storm@cua.dk>
22645 * emulation/cua-base.el: Set CUA move property on additional commands:
22646 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22647 forward-sexp, backward-sexp, forward-list, backward-list.
22649 2005-09-28 Romain Francoise <romain@orebokech.com>
22651 * comint.el (comint-show-output): Really set point at the
22652 beginning of the output when not using `comint-use-prompt-regexp'.
22654 2005-09-27 Jay Belanger <belanger@truman.edu>
22656 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22659 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
22661 * textmodes/org.el (org-table-sum): Fix format string.
22663 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22666 2005-09-26 Romain Francoise <romain@orebokech.com>
22668 * isearch.el (isearch-forward-regexp): Close doc string.
22670 2005-09-25 Richard M. Stallman <rms@gnu.org>
22672 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22674 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22676 * progmodes/compile.el (compilation-error-properties):
22677 When getting the file from the previous error message,
22678 correctly decode the new data format.
22680 * progmodes/cc-cmds.el (c-electric-paren):
22681 Call old-blink-paren only for close-paren.
22683 2005-09-24 Andreas Schwab <schwab@suse.de>
22685 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22688 2005-09-25 Romain Francoise <romain@orebokech.com>
22690 * dired-aux.el (dired-copy-file-recursive):
22691 * dired.el (dired-delete-file):
22692 * ediff-mult.el (ediff-dir-diff-copy-file):
22693 * ediff-util.el (ediff-test-save-region):
22694 * forms.el (forms-mode):
22695 * ido.el (ido-file-internal, ido-delete-file-at-head):
22696 * log-edit.el (log-edit-done):
22697 * ses.el (ses-yank-resize):
22698 * play/gomoku.el (gomoku-human-plays, gomoku)
22699 (gomoku-human-resigns, gomoku-prompt-for-other-game)
22700 (gomoku-offer-a-draw):
22701 * play/landmark.el (lm-human-resigns, lm):
22702 * net/eudcb-ldap.el (eudc-ldap-check-base):
22703 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22704 * progmodes/ebrowse.el (ebrowse-find-pattern):
22705 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22706 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22707 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22709 * vc.el (vc-delete-file):
22710 * play/gomoku.el (gomoku-terminate-game, gomoku)
22711 (gomoku-prompt-for-move, gomoku-human-takes-back):
22712 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22713 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22715 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
22717 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22718 color rxvt terminals by using the code xterm.el used to use before
22719 2005-04-09 in order to match the colors used by rxvt.
22721 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22723 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22724 colors rxvt-unicode terminals by using the same code as xterm.el.
22726 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22728 * textmodes/tex-mode.el (tex-font-lock-append-prop)
22729 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22730 new symbol used for the tex-verbatim face.
22732 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
22734 * woman.el (woman-file-name):
22735 * wid-edit.el (widget-file-prompt-value)
22736 (widget-coding-system-prompt-value):
22737 * w32-fns.el (set-w32-system-coding-system):
22738 * vc.el (vc-version-diff, vc-annotate):
22739 * textmodes/reftex-auc.el (reftex-arg-cite)
22740 (reftex-arg-index-tag):
22741 * textmodes/refer.el (refer-get-bib-files):
22742 * textmodes/artist.el (artist-figlet-choose-font):
22743 * terminal.el (terminal-emulator):
22744 * replace.el (occur-read-primary-args):
22745 * rect.el (string-rectangle, string-insert-rectangle):
22746 * ps-print.el (ps-print-preprint):
22747 * progmodes/pascal.el (pascal-goto-defun):
22748 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22749 * progmodes/compile.el (compilation-find-file):
22750 * printing.el (pr-interactive-n-up):
22751 * play/animate.el (animate-birthday-present):
22752 * net/rcompile.el (remote-compile):
22753 * man.el (man, Man-goto-section, Man-follow-manual-reference):
22754 * mail/rmailsum.el (rmail-summary-search-backward)
22755 (rmail-summary-search):
22756 * mail/rmailout.el (rmail-output-read-rmail-file-name)
22757 (rmail-output-read-file-name):
22758 * mail/rmail.el (rmail-search, rmail-search-backwards):
22759 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22760 * locate.el (locate):
22761 * international/quail.el (quail-show-keyboard-layout):
22762 * international/mule.el (set-buffer-file-coding-system)
22763 (revert-buffer-with-coding-system, set-file-name-coding-system)
22764 (set-terminal-coding-system, set-keyboard-coding-system)
22765 (set-next-selection-coding-system):
22766 * international/mule-diag.el (describe-coding-system)
22767 (describe-font, describe-fontset):
22768 * international/mule-cmds.el (universal-coding-system-argument)
22769 (search-unencodable-char, describe-input-method)
22770 (set-language-environment, describe-language-environment):
22771 * international/codepage.el (codepage-setup):
22772 * international/code-pages.el (codepage-setup):
22773 * info.el (Info-search, Info-follow-reference)
22774 (Info-search-backward):
22775 * emacs-lisp/advice.el (ad-read-advised-function)
22776 (ad-read-advice-class, ad-clear-cache, ad-activate)
22777 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22778 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22780 * ediff-util.el (ediff-toggle-regexp-match):
22781 * ediff-ptch.el (ediff-prompt-for-patch-file):
22782 * dired-aux.el (dired-diff):
22784 * cus-edit.el (custom-variable-prompt):
22785 * calendar/timeclock.el (timeclock-ask-for-project):
22786 * calc/calcalg3.el (calc-get-fit-variables):
22787 * calc/calc-store.el (calc-edit-variable)
22788 (calc-permanent-variable):
22789 * vc-mcvs.el (vc-mcvs-register):
22790 * shadowfile.el (shadow-define-literal-group):
22791 * woman.el (woman-file-name):
22792 * vc.el (vc-version-diff, vc-merge):
22793 * textmodes/reftex-index.el (reftex-index-complete-tag):
22794 * format.el (format-decode-buffer, format-decode-region):
22795 * emulation/viper-cmd.el (viper-read-string-with-history):
22796 * emacs-lisp/debug.el (cancel-debug-on-entry):
22797 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22798 * ediff.el (ediff-merge-revisions)
22799 (ediff-merge-revisions-with-ancestor, ediff-revision):
22800 * completion.el (interactive-completion-string-reader):
22801 * calc/calc-prog.el (calc-user-define-formula):
22802 Follow convention for reading with the minibuffer.
22804 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
22806 * progmodes/python.el (python-describe-symbol): Add globals() and
22807 locals() to the arguments of emacs.ehelp.
22809 2005-09-24 Magnus Henoch <mange@freemail.hu>
22811 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22812 New function, code extracted from ispell-valid-dictionary-list.
22813 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22816 2005-09-24 Eli Zaretskii <eliz@gnu.org>
22818 * subr.el (version-regexp-alist): Extend valid syntax for version
22819 strings: allow any of the characters -,_,+ to separate the
22820 alpha/beta/rc part from the version part. Doc fix.
22821 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
22823 2005-09-23 David Reitter <david.reitter@gmail.com>
22825 * mail/mailclient.el: New file.
22827 2005-09-23 Richard M. Stallman <rms@gnu.org>
22829 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22830 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22833 * progmodes/cc-mode.el (c-font-lock-init):
22834 Specify font-lock-lines-before.
22836 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
22838 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
22841 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
22843 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
22844 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
22845 of `remap' feature when available. Additional key bindings for
22846 better tty support.
22847 (org-mode-restart, org-force-self-insert): New commands.
22848 (org-time-stamp-inactive): New command.
22849 (org-remap): New function.
22850 (org-table-auto-blank-field, org-level-color-stars-only): New options.
22851 (org-enable-fixed-width-editor): Move to `org-structure'
22852 customization group.
22853 (org-self-insert-command, orgtbl-self-insert-command): Modify to
22854 blank field after field motion commands.
22856 2005-09-23 Kenichi Handa <handa@m17n.org>
22858 * international/mule-cmds.el (set-language-environment):
22859 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
22860 have to call utf-translate-cjk-load-tables.
22862 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
22864 * mouse.el (mouse-move-drag-overlay): Fix last change.
22866 2005-09-22 David Ponce <david@dponce.com>
22868 * tree-widget.el (tree-widget-value-create): Fix previous change.
22870 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22872 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
22874 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22876 * mouse.el (mouse-move-drag-overlay): New function.
22877 (mouse-drag-region-1): Use it.
22878 Try to simplify a bit the state handling. Handle clicks on links
22879 inside intangible areas.
22880 (mouse-save-then-kill): Minor simplification.
22881 (mouse-secondary-overlay): Make it always non-nil instead of
22882 recreating it each time.
22883 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
22884 (mouse-kill-secondary, mouse-secondary-save-then-kill):
22885 Simplify accordingly.
22887 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22889 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
22891 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
22893 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
22894 (ediff-file-name-sans-prefix): Treat nil as an empty string.
22895 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
22898 * ediff-util.el: Use insert-buffer-substring.
22900 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
22902 * emulation/viper-cmd.el (viper-change-state): Don't move over the
22903 field boundaries in the minibuffer.
22904 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
22905 (viper-minibuffer-post-command-hook): New hook.
22906 (viper-line): Don't move cursor at bolp.
22908 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
22910 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
22911 avoid compiler warnings.
22913 * emulation/viper-macs.el (ex-map): Better messages.
22915 * emulation/viper-utils.el (viper-beginning-of-field): New function.
22917 * emulation/viper.el: Replace make-variable-buffer-local with
22918 viper-make-variable-buffer-local everywhere, to avoid warnings.
22920 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22922 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
22923 Delete unused var `old-selected-window'.
22924 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
22925 (mouse-drag-secondary): Delete unused var `start-frame'.
22927 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22929 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
22931 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22933 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
22934 Re-indent within 80 columns. Use inhibit-read-only.
22936 2005-09-19 Romain Francoise <romain@orebokech.com>
22938 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
22940 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22942 * font-lock.el (font-lock-default-fontify-region): Don't add a line
22943 unconditionally, since the after-change-function already did it.
22945 2005-09-19 Miles Bader <miles@gnu.org>
22947 * net/newsticker.el: Get rid of CVS keyword.
22949 2005-09-19 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
22951 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
22952 The prompt is formatted later.
22954 2005-09-19 David Ponce <david@dponce.com>
22956 * tree-widget.el (tree-widget-value-create): Save the converted
22959 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
22961 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
22962 variable `message'.
22964 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
22966 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
22967 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
22968 <slawomir.nowaczyk.847@student.lu.se>.
22970 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
22972 * image.el (image-load-path): Use symbol `data-directory' instead
22973 of its value, for backward compatibility with packages that bind
22974 it during `find-image'. Suggested by Katsumi Yamaoka.
22975 (image-search-load-path): Handle symbols whose values are strings.
22977 2005-09-18 Romain Francoise <romain@orebokech.com>
22979 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
22980 with-current-buffer form in save-excursion.
22982 2005-09-18 Deepak Goel <deego@gnufans.org>
22984 * apropos.el (apropos-command): Fix `message' call: first arg
22985 should be a format spec. In this and all other cases that appear
22986 below and elsewhere in the source code, I made a change only when
22987 two conditions were satisfied: [1] I can think of a possibility
22988 that the arguments would cause an error, for example, the code in
22989 question relies on external variables such as filenames. [2] I
22990 was sure that the arg to `message' could not have been nil in the code.
22992 * textmodes/tildify.el (tildify-region): Ditto.
22994 * textmodes/reftex-index.el (reftex-index-change-entry)
22995 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
22996 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
22997 * textmodes/org.el (org-complete, org-deadline, org-schedule)
22998 (org-priority, org-table-sum):
22999 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23000 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23001 (flyspell-word, flyspell-display-next-corrections):
23002 * textmodes/bibtex.el (bibtex-print-help-message):
23003 * textmodes/artist.el (artist-key-set-point-poly):
23004 * term/mac-win.el (mac-services-insert-text):
23005 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23006 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23007 (vhdl-port-paste-testbench, vhdl-compose-new-component)
23008 (vhdl-compose-configuration):
23009 * progmodes/sh-script.el (sh-blink, sh-show-indent)
23010 (sh-set-indent, sh-learn-line-indent):
23011 * progmodes/ps-mode.el (ps-mode-target-column):
23012 * progmodes/idlwave.el (idlwave-make-tags)
23013 (idlwave-scan-library-catalogs):
23014 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23015 * progmodes/gud.el (gud-jdb-analyze-source):
23016 * progmodes/flymake.el (flymake-log):
23017 * progmodes/ebnf2ps.el (ebnf-generate-region):
23018 * progmodes/cmacexp.el (c-macro-expansion):
23019 * progmodes/ada-xref.el (ada-treat-cmd-string):
23020 * progmodes/ada-mode.el (ada-create-case-exception-substring)
23021 (ada-justified-indent-current, ada-batch-reformat):
23022 * play/zone.el (zone):
23023 * play/landmark.el (lm-move):
23024 * play/decipher.el (decipher-show-alphabet):
23025 * net/newsticker.el (newsticker--display-jump)
23026 (newsticker--display-scroll):
23027 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23028 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23029 * mail/feedmail.el (feedmail-dump-message-to-queue):
23030 * eshell/esh-proc.el (eshell-remove-process-entry):
23031 * emulation/ws-mode.el (ws-last-error):
23032 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23033 (viper-record-kbd-macro):
23034 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23035 * emacs-lisp/lisp-mnt.el (lm-report-bug):
23036 * emacs-lisp/find-func.el (find-function-noselect):
23037 * calendar/timeclock.el (timeclock-status-string)
23038 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23039 (timeclock-when-to-leave-string):
23040 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23041 * calc/calc-units.el (calc-enter-units-table):
23042 * calc/calc-mode.el (calc-mode-record-mode):
23043 * woman.el (woman-mini-help):
23044 * wdired.el (wdired-change-to-wdired-mode):
23045 * vc.el (vc-retrieve-snapshot):
23046 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23047 * startup.el (display-startup-echo-area-message):
23048 * simple.el (set-goal-column):
23049 * ses.el (ses-command-hook, ses-recalculate-cell):
23050 * server.el (server-process-filter):
23051 * printing.el (pr-interface-txt-print, pr-interface-printify)
23053 * pcvs.el (cvs-help):
23054 * log-edit.el (log-edit, log-edit-mode-help):
23055 * iswitchb.el (iswitchb-possible-new-buffer):
23056 * isearch.el (isearch-edit-string):
23057 * image-mode.el (image-mode, image-minor-mode):
23058 * ibuf-macs.el (define-ibuffer-filter):
23059 * hi-lock.el (hi-lock-find-patterns):
23060 * files.el (toggle-read-only):
23061 * ediff-util.el (ediff-copy-diff)
23062 (ediff-write-merge-buffer-and-maybe-kill):
23063 * echistory.el (Electric-history-undefined):
23064 * dnd.el (dnd-insert-text):
23065 * dired-aux.el (dired-query):
23066 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23067 * bookmark.el (bookmark-bmenu-locate):
23068 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23069 Fix `message' calls to ensure first arg is a format string.
23070 The change was made only when these two conditions were satisfied:
23071 [1] when there is a possibility that the arguments would cause an error
23072 for example, if the code in question relies on external variables
23073 such as filenames, and
23074 [2] if the arg to `message' could not have been nil in the code.
23076 * pcomplete.el (pcomplete--help): Fix `message' format spec.
23077 Not having a %s would be weird, though not technically wrong.
23079 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23081 * term/mac-win.el (mac-add-charset-info): Doc fix.
23083 2005-09-17 Romain Francoise <romain@orebokech.com>
23085 * shell.el (shell-resync-dirs): Handle echoing processes more
23086 reliably. Don't insert resync command if `comint-process-echoes'
23089 2005-09-17 Magnus Henoch <mange@freemail.hu>
23091 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23092 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23093 aspell versions >= 0.60.
23094 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23095 only if ispell-aspell-supports-utf8 is non-nil.
23097 2005-09-17 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
23099 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23100 buffer-local value to lisp-indent-function.
23102 2005-09-17 Milan Zamazal <pdm@zamazal.org>
23104 * progmodes/glasses.el (glasses-make-readable): If
23105 glasses-separator differs from underscore, put appropriate
23106 overlays over underscore characters.
23107 (glasses-convert-to-unreadable): If glasses-separator differs from
23108 underscore, try to convert glasses-separator characters to
23111 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23113 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23114 Use with-syntax-table and dolist.
23116 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
23118 * textmodes/reftex-auc.el:
23119 * textmodes/reftex-cite.el:
23120 * textmodes/reftex-dcr.el:
23121 * textmodes/reftex-global.el:
23122 * textmodes/reftex-parse.el:
23123 * textmodes/reftex-ref.el:
23124 * textmodes/reftex-sel.el:
23125 * textmodes/reftex-toc.el:
23126 * textmodes/reftex-vars.el:
23127 * textmodes/reftex.el: Small changes to remove compiler warnings.
23129 * textmodes/reftex-index.el: Likewise.
23130 (reftex-query-index-phrase): More efficient use of markers.
23132 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23134 * image.el (image-load-path): New variable.
23135 (image-search-load-path): New function.
23136 (find-image): Search for images in `image-load-path'.
23138 2005-09-15 Richard M. Stallman <rms@gnu.org>
23140 * follow.el: Change Maintainer field.
23142 2005-09-15 David Ponce <david@dponce.com>
23144 * recentf.el (recentf-save-file-modes): New option.
23145 (recentf-save-list): Use it.
23147 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
23149 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23150 (mode-line-mule-info, mode-line-modified): Move bindings from
23151 mouse-3 to mouse-1.
23153 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
23155 * simple.el (sendmail-user-agent-compose): Revert last change.
23157 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
23159 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23160 Use with-current-buffer.
23161 (ange-ftp-gwp-start): Remove unused var `gw-user'.
23162 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23163 (ange-ftp-insert-directory): Remove unused var `short'.
23164 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23166 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23167 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23169 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23170 (check-calendar-holidays, diary-list-entries): Autoload.
23171 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23172 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23174 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23175 which mistakenly removed a call to display-buffer.
23177 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
23179 * obsolete/iso-insert.el: Move to obsolete/ from international/.
23181 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
23183 * progmodes/hideshow.el
23184 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23185 (hs-allow-nesting): New user var.
23186 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23187 (hs-hide-block-at-point): When nesting allowed,
23188 if there is already an overlay in place, delete it.
23189 (hs-safety-is-job-n): Delete func; remove call sites.
23190 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23191 (hs-overlay-at): New func.
23192 (hs-already-hidden-p, hs-show-block): Use it.
23193 (hs-hide-all): Don't pre-clean if nesting allowed.
23194 (hs-show-all): Temporarily disallow
23195 nesting around call to `hs-discard-overlays'.
23197 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
23199 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23200 Delete unused local var.
23202 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
23204 * help-fns.el (describe-categories): "?\ " -> "?\s".
23205 (help-do-arg-highlight): Recognize also ARG-n, as in
23206 `move-to-left-margin' (ARG+n is already recognized). Simplify.
23208 * international/codepage.el (dos-unsupported-char-glyph):
23209 * net/newsticker.el (tool-bar-map, w3-mode-map)
23210 (w3m-minor-mode-map):
23211 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23213 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23215 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
23217 * custom.el (custom-push-theme): Handle the case where a symbol is
23218 bound but face properties have not yet been assigned.
23220 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23221 Fix behavior if noerase is `t' and there is no mail buffer.
23223 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23224 if `continue' is nil, rather than signal an error.
23226 2005-09-12 Richard M. Stallman <rms@gnu.org>
23228 * font-lock.el (font-lock-keywords): Add autoload.
23230 * help-fns.el (describe-variable): Rearrange to put source link
23231 in a predictable place.
23233 * net/newsticker.el: New file.
23235 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23237 * calendar/calendar.el (calendar-for-loop): Add edebug info.
23238 (calendar-basic-setup): Use the new nil arg.
23239 (number-of-diary-entries): Move to diary-lib.el.
23241 * calendar/diary-lib.el: Use with-current-buffer, match-string.
23242 (diary-list-entries): Use with-syntax-table and dolist.
23243 Rename from list-diary-entries.
23244 Use number-of-diary-entries if `number' is nil.
23245 (diary, diary-view-entries): Use this new name and new nil arg value.
23246 (number-of-diary-entries): Move from calendar.el.
23247 (diary-unhide-everything): New function.
23248 (include-other-diary-files, fancy-diary-display)
23249 (diary-show-all-entries, make-diary-entry): Use it.
23250 (diary-mail-entries): Use buffer-string.
23251 (mark-diary-entries): Fix long standing paren typo.
23252 (diary-sexp-entry): Use count-lines.
23253 (make-diary-entry): Avoid `previous-line'.
23254 (diary-mode-map): New var.
23255 (diary-mode): Redraw cal after saving. Setup header-line.
23256 (fancy-diary-display-mode): Use local-set-key.
23258 * startup.el (command-line): Try calling various terminal-init-foo-bar
23259 functions by stripping hyphenated suffixes from $TERM.
23261 * files.el (normal-mode): Check boundness of font-lock-keywords.
23263 2005-09-12 Richard M. Stallman <rms@gnu.org>
23265 * progmodes/compile.el: Don't decide a file's directory
23266 until the user actually tries to go there.
23267 (compilation-next-error-function):
23268 Pass compilation-find-file the directory from the file-struct.
23269 (compilation-internal-error-properties): Separate local FILE-STRUCT
23270 from FILE. Doc the args better. Rename arg FMT to FMTS.
23271 (compilation-find-file): Arg DIR renamed to DIRECTORY.
23272 Expand it, and if nil, use default-directory.
23273 (compilation-get-file-structure): Don't mix specified directory
23274 with default directory. Put specified directory into
23275 file-struct. Don't make the file name absolute.
23277 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23278 (compile-command): Add autoload.
23279 (compilation-disable-input): Add autoload.
23281 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
23283 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23284 strings of the variables it can override.
23285 (time-stamp): New (as yet undocumented) time-stamp-format escapes
23286 %Q and %q, for fully-qualified domain name and unqualified host name.
23288 2005-09-11 Kim F. Storm <storm@cua.dk>
23290 * emacs-lisp/authors.el (authors-aliases): Update list.
23291 (authors-fixed-entries): Update mldrag.el entry.
23293 2005-09-10 Alan Mackenzie <acm@muc.de>
23295 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23296 from the region narrowed to.
23298 2005-09-10 Magnus Henoch <mange@freemail.hu>
23300 * textmodes/ispell.el (ispell-check-version): Signal an error if
23301 aspell version is less than 0.60.
23303 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
23305 * progmodes/octave-inf.el (inferior-octave-startup):
23306 Resync current dir at the end.
23308 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
23310 * woman.el (woman-topic-at-point-default):
23311 Rename to woman-use-topic-at-point-default.
23312 (woman-topic-at-point): Rename to woman-use-topic-at-point.
23313 (woman-file-name): Reflect renames above. Automatically use the
23314 word at point as topic if woman-use-topic-at-point is non-nil.
23315 Otherwise offer it as default but don't insert it in the
23316 minibuffer. Also use `test-completion' instead of `assoc' as
23317 suggested by Stefan Monnier.
23319 2005-09-10 Andre Spiegel <spiegel@gnu.org>
23321 * vc.el (vc-directory, vc-update-change-log): Throw an error on
23322 the attempt to do it over Tramp. This is not yet supported.
23324 2005-09-10 Eli Zaretskii <eliz@gnu.org>
23326 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23327 (menu-bar-non-minibuffer-window-p): New functions.
23328 ("Split Window", "Save As..."): Use them.
23329 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23330 ("Print Buffer", "Truncate Long Lines in this Buffer"):
23331 Use menu-bar-menu-frame-live-and-visible-p.
23332 ("Save Buffer", "Insert File", "Open Directory...")
23333 ("Open File...", "Visit New File..."):
23334 Use menu-bar-non-minibuffer-window-p.
23335 (kill-this-buffer-enabled-p, dired <menu-enable>):
23336 Use menu-bar-non-minibuffer-window-p.
23338 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23340 * cus-start.el (all): Don't complain about fringe-related
23341 built-ins if fringes are not supported. Ditto about
23342 selection-related built-ins. Fix the test for GTK-related built-ins.
23344 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23345 ("Postscript Print Buffer", "Print Region", "Save As...")
23346 ("Save", "Insert File...", "Open Directory...")
23347 ("Open File...", "Visit New File..."")
23348 ("Truncate Long Lines in this Buffer"): Don't look at
23349 menu-updating-frame if this display does not support multiple frames.
23351 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23353 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23355 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
23357 * woman.el: Format- and whitespace-related changes.
23359 2005-09-09 Eli Zaretskii <eliz@gnu.org>
23361 * woman.el: Fix my email address.
23363 2005-09-08 Richard M. Stallman <rms@gnu.org>
23365 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23366 (sh-mode): Locally set skeleton-pair-default-alist.
23368 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23370 * progmodes/flymake.el: Require `compile' unconditionally.
23372 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23374 * woman.el (woman-file-name): Provide a default, not initial input.
23376 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23378 * font-lock.el (font-lock-support-mode): Doc fix.
23380 * descr-text.el (describe-property-list): Handle non-symbol prop names.
23382 2005-09-08 Richard M. Stallman <rms@gnu.org>
23384 * simple.el (blink-matching-open): Get rid of text props from
23385 the string shown in echo area. Don't permanently set point.
23386 Some rearrangements.
23388 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
23390 * recentf.el (recentf-filename-handler): Add custom choice
23391 `abbreviate-file-name'.
23393 * msb.el (msb--very-many-menus): Fix typo.
23395 * disp-table.el (standard-display-european): Don't set
23396 enable-multibyte-characters to nil.
23398 2005-09-08 David Ponce <david@dponce.com>
23400 * recentf.el (recentf-show-file-shortcuts-flag): New option.
23401 (recentf-expand-file-name): Doc fix.
23402 (recentf-dialog-mode-map): Define digit shortcuts.
23403 (recentf--files-with-key): New variable.
23404 (recentf-show-digit-shortcut-filter): New function.
23405 (recentf-open-files-items): New function.
23406 (recentf-open-files): Use it.
23407 (recentf-open-file-with-key): New command.
23409 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
23411 * buff-menu.el (Buffer-menu-sort-by-column): New function.
23412 Suggested by Kim F. Storm.
23413 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23414 (Buffer-menu-make-sort-button): Use global keymap.
23416 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
23418 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23419 (Man-getpage-in-background-advice): Remove defadvice; it isn't
23420 necessary any longer with the remapped command.
23421 (Man-bgproc-sentinel-advice): Remove defadvice which counts
23422 formatting time only.
23424 * net/tramp.el (tramp-action-password)
23425 (tramp-multi-action-password): Compile the password prompt from
23426 `method', `user' and `host'. Sometimes it isn't obvious which
23427 password to enter, for example with remote files offered by
23428 recentf.el, or with multiple steps. Suggested by Robert Marshall
23429 <robert@chezmarshall.freeserve.co.uk>.
23431 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
23433 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23434 Fix regexp for when "s///" is at the beginning of line.
23436 2005-09-07 Jay Belanger <belanger@truman.edu>
23438 * calc/calc-poly.el (math-expand-term): Multiply out any powers
23439 when in matrix mode.
23441 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23443 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23444 non-anonymous functions.
23446 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
23448 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23449 when using a header line. Otherwise, use mouse-1-click-follows-link.
23451 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23452 can't be moved; don't signal an error.
23454 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
23456 * cus-theme.el (custom-theme-write-faces): Save the current face
23457 spec, not the defface spec.
23459 * custom.el (custom-known-themes): Clarify meaning of "standard".
23460 (custom-push-theme): Save old values in the standard theme.
23461 (disable-theme): Correct typo.
23462 (custom-face-theme-value): Deleted unused function.
23463 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23465 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
23467 * progmodes/compile.el (compilation-goto-locus): Take into account
23468 iconified frames when determining whether the buffer is
23470 Don't reset window height if the window already existed.
23472 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
23474 * custom.el (load-theme): Rename from require-theme.
23475 Add interactive spec.
23476 (enable-theme): Rename from custom-enable-theme.
23477 Add interactive spec.
23478 (disable-theme): Rename from custom-disable-theme.
23479 Add interactive spec.
23480 (custom-make-theme-feature): Doc fix.
23481 (custom-theme-directory): Doc fix.
23482 (provide-theme): Call enable-theme.
23484 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
23486 * obsolete/lazy-lock.el (lazy-lock-mode):
23487 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23488 font-lock-mode if it's off. Print a warning instead.
23490 * progmodes/compile.el (compilation-start): Ignore errors if the
23491 process died before we get to send-eof.
23493 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23494 Undo last change. Enclosing the result in quotes broke things on Unix
23495 since tex-send-command passes it through shell-quote-argument.
23496 (tex-send-command): Pass `file' through convert-standard-filename
23498 (tex-uptodate-p): Handle the case where TeX hasn't put additional
23499 info in a transcript.
23501 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
23503 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23504 fix compilation warning. Reorder the key definitions to group
23505 together keys emitted by the current version of xterm.
23507 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23508 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23509 Reorder predicates to correct min-color usage.
23511 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
23513 * longlines.el (longlines-mode): Inhibit read-only when encoding.
23514 Kill local variables when longlines-mode is turned off.
23516 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
23518 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23520 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23522 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23524 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23525 (font-lock-lines-before): Change default to being inactive.
23526 (font-lock-default-fontify-region): Obey font-lock-lines-before.
23527 (font-lock-after-change-function): Don't handle f-l-lines-before here.
23529 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
23531 * net/tramp.el (tramp-handle-make-auto-save-file-name):
23532 Deactivate temporarily advice if active (not needed for Emacs 22,
23533 but for backwards compatibility).
23534 (tramp-exists-file-name-handler): Rewrite. First implementation
23536 (tramp-advice-make-auto-save-file-name):
23537 Call `tramp-handle-make-auto-save-file-name' (again, just for
23538 backwards compatibility).
23540 2005-08-31 Reto Zimmermann <reto@gnu.org>
23542 * progmodes/vhdl-mode.el
23543 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23544 (vhdl-end-p): Fix indentation bug "else" after "-- when".
23545 (vhdl-set-default-project): New function (easier setting of default).
23546 (vhdl-port-copy): Handle extended identifiers for generics.
23547 (vhdl-compiler-alist): Better description for error message regexp.
23548 (vhdl-make): Query for target, use previous as default.
23549 (vhdl-port-copy): Fix port copy for port names starting with "signal".
23550 (vhdl-font-lock-keywords-2): Fix fontification for record
23552 (vhdl-speedbar-make-subpack-line): Add package body link.
23553 (vhdl-generate-makefile-1): Not include itself as dependency.
23554 (vhdl-font-lock-init): Highlight c-preprocessor directives.
23555 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23556 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23557 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23558 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23559 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23560 (vhdl-import-project): Add string argument for `error'.
23561 (vhdl-compose-configuration)
23562 (vhdl-compose-configuration-architecture): Add configuration
23563 declaration generation.
23564 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23565 (vhdl-trailer-re): Add "record" keyword (better indentation).
23566 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23568 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23569 (vhdl-testbench-entity-file-name)
23570 (vhdl-testbench-architecture-file-name): Allow separate
23571 customization of testbench file names.
23572 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23573 (vhdl-get-visible-signals): Allow newline within alias declaration.
23574 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23575 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23576 (member-ignore-case): Alias for missing function in XEmacs.
23577 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23578 (vhdl-update-sensitivity-list): Ignore case on read signals.
23579 (vhdl-replace-string): Adjust case only for file names.
23580 (vhdl-update-sensitivity-list): Fix search for read signals.
23581 (vhdl-update-sensitivity-list): Exclude formal parameters.
23582 (vhdl-get-visible-signals): Include aliases of signals.
23583 (vhdl-get-visible-signals): Fix signal name searching.
23584 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23585 (vhdl-fixup-whitespace-region): Fix for character
23586 literals (e.g. `:').
23588 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
23590 * ansi-color.el (comint-last-output-start):
23591 * bs.el (font-lock-verbose):
23592 * diff-mode.el (add-log-buffer-file-name-function):
23593 * dired-x.el (vm-folder-directory):
23594 * faces.el (help-xref-stack-item):
23595 * files.el (font-lock-keywords):
23596 * find-lisp.el (dired-buffers, dired-subdir-alist):
23597 * ido.el (cua-inhibit-cua-keys):
23598 * log-view.el (cvs-minor-wrap-function):
23599 * outline.el (font-lock-warning-face):
23600 * simple.el (compilation-current-error):
23601 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23602 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23603 * tooltip.el (comint-prompt-regexp):
23604 * w32-fns.el (explicit-shell-file-name):
23605 * term/mac-win.el (mac-charset-info-alist)
23606 (mac-services-selection, mac-system-script-code):
23607 * term/tty-colors.el (msdos-color-values):
23608 * term/w32-win.el (xlfd-regexp-registry-subnum):
23609 * term/x-win.el (x-keysym-table, x-selection-timeout)
23610 (x-session-id, x-session-previous-id):
23611 * textmodes/ispell.el (mail-yank-prefix):
23612 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23613 * textmodes/org.el (calc-embedded-close-formula)
23614 (calc-embedded-open-formula)
23615 (font-lock-unfontify-region-function):
23616 * textmodes/reftex-global.el (isearch-next-buffer-function)
23618 * textmodes/reftex.el (font-lock-keywords):
23619 * textmodes/tex-mode.el (font-lock-comment-face)
23620 (font-lock-doc-face):
23621 * textmodes/texinfo.el (outline-heading-alist):
23624 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23625 (artist-spray-chars, artist-mode-init, artist-replace-string)
23626 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23627 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23628 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23630 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23631 (conf-align-assignments): "?\ " -> "?\s".
23633 * textmodes/reftex-index.el (TeX-master): Add defvar.
23634 (reftex-index-phrases-marker): Move up defvar.
23636 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23637 (reftex-toc-include-labels-indicator)
23638 (reftex-toc-include-index-indicator)
23639 (reftex-toc-max-level-indicator): Move up declarations.
23641 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23642 of args to `tramp-run-real-handler', even if it's empty in this case.
23644 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23646 * dired.el (dired-move-to-filename-regexp): Add date format for
23647 Mac OS X 10.3 in East Asian locales.
23649 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
23651 * files.el (make-auto-save-file-name): Add file name handler call
23654 * net/tramp.el (tramp-file-name-handler-alist)
23655 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23656 (tramp-handle-make-auto-save-file-name): Rename from
23657 `tramp-make-auto-save-file-name'.
23658 (tramp-exists-file-name-handler): New defun.
23659 (tramp-advice-make-auto-save-file-name): Make defadvice only when
23660 `make-auto-save-file-name' is not a magic file name operation.
23662 2005-08-30 Richard M. Stallman <rms@gnu.org>
23664 * files.el (risky-local-variable-p):
23665 Match `-predicates' and `-commands.
23667 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23668 (custom-save-all): Visit the file if necessary;
23669 kill the buffer if we created it.
23670 (custom-save-delete): Don't visit file or kill buffer here.
23672 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
23674 * textmodes/org.el (org-special-keyword): New face.
23675 (org-table-copy-down, org-table-eval-formula)
23676 (org-table-recalculate, org-init-section-numbers):
23677 Use `string-to-number' instead of `string-to-int'.
23678 (org-get-location): Use `insert-buffer-substring' instead of
23680 (org-modify-diary-entry-string): New function.
23681 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23682 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23683 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23685 (org-export-as-html): Handle QUOTE keyword.
23686 (org-quote-string): New option.
23687 (org-bookmark-jump-unhide): New function, used for
23688 `bookmark-after-jump-hook'.
23689 (org-diary-default-entry): Apply only when not called through
23692 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
23694 * net/eudc.el (mode-popup-menu):
23695 * play/handwrite.el (ps-printer-name, ps-lpr-command):
23696 * progmodes/ada-mode.el (compile-auto-highlight)
23697 (skeleton-further-elements):
23698 * progmodes/autoconf.el (font-lock-syntactic-keywords):
23699 * progmodes/cmacexp.el (msdos-shells):
23700 * progmodes/compile.el (font-lock-extra-managed-props)
23701 (font-lock-keywords, font-lock-maximum-size)
23702 (font-lock-support-mode):
23703 * progmodes/grep.el (font-lock-lines-before):
23704 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23705 * progmodes/mixal-mode.el (compile-command):
23706 * progmodes/perl-mode.el (font-lock-comment-face)
23707 (font-lock-doc-face, font-lock-string-face):
23708 * progmodes/prolog.el (comint-prompt-regexp):
23709 * progmodes/sh-script.el (font-lock-comment-face)
23710 (font-lock-set-defaults, font-lock-string-face):
23711 * progmodes/sql.el (font-lock-keyword-face)
23712 (font-lock-set-defaults, font-lock-string-face):
23713 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23714 (itimer-version, lazy-lock-defer-contextually)
23715 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23718 * progmodes/cperl-mode.el (cperl-electric-lbrace)
23719 (cperl-electric-keyword, cperl-electric-pod)
23720 (cperl-electric-backspace, cperl-forward-re)
23721 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23722 (vc-rcs-header, vc-sccs-header): Add defvars.
23724 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23725 (font-lock-syntactic-keywords, gud-find-expr-function):
23728 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23729 (gdb-frame-parameters): Declare before use.
23731 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23732 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23733 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23734 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23736 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23737 (idlwave-help-with-source): Use `insert-buffer-substring', not
23740 2005-08-29 Juri Linkov <juri@jurta.org>
23742 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23743 Put outline-back-to-heading function call inside save-excursion.
23745 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
23747 * man.el (Man-init-defvars, Man-translate-references)
23748 (Man-support-local-filenames, Man-highlight-references):
23749 * progmodes/sql.el (sql-interactive-mode):
23750 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23752 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23753 (compilation-mode-font-lock-keywords): Add defvars.
23754 (checkdoc-interactive-loop): "?\ " -> "?\s".
23756 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23757 (font-lock-doc-face, font-lock-string-face)
23758 (font-lock-keywords-case-fold-search): Add defvars.
23759 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23761 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23762 Don't pass X and Y (they are ignored anyway).
23763 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23764 (mouse-delete-window): Make arguments optional.
23766 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23767 (caesar-translate-table, minor-modes, news-buffer-save)
23768 (news-group-name, news-minor-modes): Add defvars.
23770 * emacs-lisp/lselect.el (mouse-highlight-priority)
23771 (x-lost-selection-functions, zmacs-regions):
23772 * emacs-lisp/pp.el (font-lock-verbose):
23773 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23774 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23776 * emacs-lisp/tcover-unsafep.el (safe-functions):
23777 * international/mule-cmds.el (mac-system-coding-system)
23778 (mac-system-locale):
23779 * language/ethio-util.el (rmail-current-message)
23780 (rmail-message-vector):
23781 * language/thai-util.el (thai-auto-composition-mode):
23782 * mail/metamail.el (rmail-current-message, rmail-message-vector):
23783 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23784 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23785 (vm-primary-inbox, vm-spool-files):
23786 * mail/rmail.el (deleted-head, font-lock-fontified)
23787 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23788 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23790 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23791 (rmail-summary-mode-map):
23792 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23793 (rmail-last-label, rmail-last-multi-labels)
23794 (rmail-summary-vector, rmail-total-messages):
23795 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23796 * mail/rmailsum.el (msgnum):
23797 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23798 (rmail-current-message):
23799 * obsolete/fast-lock.el (font-lock-face-list):
23800 * obsolete/rnewspost.el (mail-reply-buffer):
23801 * obsolete/scribe.el (compile-command):
23802 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23804 2005-08-28 John Paul Wallington <jpw@gnu.org>
23806 * ibuf-ext.el (ibuffer-auto-update-changed):
23807 Use `frame-or-buffer-changed-p' to check whether we need to update.
23808 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23809 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
23810 as a `frame-or-buffer-changed-p' state vector instead.
23812 2005-08-27 Romain Francoise <romain@orebokech.com>
23814 * textmodes/makeinfo.el (makeinfo-compile):
23815 Use `compilation-start'. Set `next-error-function' according to
23817 (makeinfo-next-error): New function.
23818 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23819 (makeinfo-buffer): Likewise.
23821 * progmodes/compile.el (compilation-start): Add autoload cookie.
23823 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23824 * textmodes/sgml-mode.el: Likewise.
23825 * progmodes/python.el: Likewise.
23827 2005-08-27 Eli Zaretskii <eliz@gnu.org>
23829 * simple.el (blink-matching-paren-distance): Document the meaning
23830 of nil value, and allow to customize to nil.
23832 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23833 command.com, not command.exe.
23835 2005-08-26 John Wiegley <johnw@newartisans.com>
23837 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
23838 code around a bit so that an extraneous nil argument is not added
23839 to a command when no args are given.
23841 * eshell/esh-arg.el (eshell-parse-double-quote): If a
23842 double-quoted argument resolves to nil, return it as an empty
23843 string rather than as nil. This made it impossible to pass "" to
23844 a shell script as a null string argument.
23846 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
23848 * outline.el (outline-invent-heading): New fun.
23849 (outline-promote, outline-demote): Use it.
23850 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
23851 (outline-end-of-subtree): Remove unused var `opoint'.
23853 2005-08-26 David Reitter <david.reitter@gmail.com>
23855 * menu-bar.el (truncate-lines, write-file, print-buffer)
23856 (ps-print-buffer-faces, ps-print-buffer, split-window):
23857 Disable menu items when the frame they refer to is invisible, or when
23858 they refer to a buffer and the minibuffer is selected.
23860 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
23862 * progmodes/flymake.el (flymake-highlight-err-lines):
23863 Use save-excursion around flymake-highlight-line to preserve point.
23865 2005-08-26 Eli Zaretskii <eliz@gnu.org>
23867 * progmodes/octave-mod.el: Change Author and Maintainer address.
23868 (octave-maintainer-address): Change Kurt's email address.
23869 * progmodes/octave-inf.el: Change Author and Maintainer address.
23870 * progmodes/octave-hlp.el: Change Author and Maintainer address.
23872 2005-08-26 Kim F. Storm <storm@cua.dk>
23874 * subr.el (version-list-<, version-list-<=, version-list-=):
23875 Rename from integer-list-*.
23876 (version-list-not-zero): Likewise. Fix while loop.
23877 (version=): Use version-list-= instead of string-equal.
23879 2005-08-26 Richard M. Stallman <rms@gnu.org>
23881 * outline.el (outline-promote): Try shortening the heading.
23882 As last resort, read the heading to use.
23883 (outline-demote): As last resort, read the heading to use.
23885 2005-08-26 Romain Francoise <romain@orebokech.com>
23887 * progmodes/compile.el (compilation-start): Doc fix.
23889 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
23890 (antlr-font-lock-additional-keywords): Fix reference to
23891 `antlr-font-lock-literal-regexp' erroneously changed during the
23893 (antlr-run-tool): Use `compilation-start'.
23895 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
23896 instead of the obsolete `compile-internal'.
23898 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
23900 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
23901 (number, original-date):
23902 * calendar/cal-china.el (date):
23903 * calendar/cal-coptic.el (date):
23904 * calendar/cal-french.el (date):
23905 * calendar/cal-hebrew.el (date, entry, number, original-date):
23906 * calendar/cal-islam.el (date, number, original-date):
23907 * calendar/cal-iso.el (date):
23908 * calendar/cal-julian.el (date):
23909 * calendar/cal-mayan.el (date):
23910 * calendar/cal-menu.el (date, event):
23911 * calendar/cal-persia.el (date):
23912 * calendar/lunar.el (date):
23913 * calendar/solar.el (date): Add defvars.
23918 * obsolete/bg-mouse.el:
23919 * obsolete/sun-curs.el:
23920 * obsolete/swedish.el: Move the `defvar's to the top level.
23922 * smerge-mode.el (smerge-refined-change): Add :group.
23924 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23926 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
23927 (smerge-keep-n): Remove props.
23928 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
23929 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
23930 now that it's done in smerge-keep-n.
23931 (smerge-refined-change): New face.
23932 (smerge-refine-chopup-region, smerge-refine-highlight-change)
23933 (smerge-refine): New funs.
23934 (smerge-basic-map): Bind smerge-refine.
23936 2005-08-25 Juri Linkov <juri@jurta.org>
23938 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
23939 compilation-process-setup-function and compilation-disable-input
23940 in grep-mode instead of let-bindings in grep.
23942 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
23943 Delete "Automatic File De/compression" (auto-compression-mode).
23945 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
23947 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
23948 Silence warning about non-existent variable.
23950 2005-08-25 Richard M. Stallman <rms@gnu.org>
23952 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
23953 Rename "Describe Key" to "Describe Key or Mouse Operation".
23955 * mail/mailalias.el (build-mail-aliases): Delete comments
23956 from the contents before processing them.
23958 * isearch.el (isearch-edit-string): Erase the Search prompt
23959 if user enters an empty string and there is no default.
23961 * comint.el (comint-file-name-prefix): Add autoload.
23963 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
23965 * subr.el (play-sound): Rearrange to avoid warning.
23967 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
23969 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
23971 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
23973 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
23975 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
23977 * custom.el (custom-theme-set-variables): Sort minor modes last.
23979 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23981 * subr.el (version-separator, version-regexp-alist): New vars used by
23982 version comparison funs.
23983 (integer-list-<, integer-list-=, integer-list-<=)
23984 (integer-list-not-zero): New funs for integer list comparison.
23985 (version-to-list, version=, version<, version<=): New funs for version
23988 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
23990 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
23991 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
23992 time to silence the byte-compiler.
23994 * ibuffer.el (ibuffer-compile-make-eliding-form)
23995 (ibuffer-check-formats): Use `with-no-warnings' to hide references
23996 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
23997 so it's silly to get warnings for it).
23998 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
23999 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24000 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24001 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24002 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24003 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24004 Defvar at compile time.
24005 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24006 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24007 Declare them before use.
24009 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24010 (info-xref-good, info-xref-bad): Defvar at compile time.
24012 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24013 Use `let*' instead of `let'.
24015 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24016 (*mouse-y*, menu, char): Defvar at compile time.
24017 (sc::menu): Declare it before use.
24018 (sc::pack-one-line): Use `let', not `let*'.
24020 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24021 (mail-send-hook): Defvar at compile time.
24023 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24024 Defvar at compile time.
24026 * term/sun-mouse.el (current-global-mousemap)
24027 (current-local-mousemap): Declare them before use.
24029 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
24031 * bookmark.el (bookmark-after-jump-hook): New hook.
24032 (bookmark-jump): Run `bookmark-after-jump-hook'.
24034 2005-08-23 Juri Linkov <juri@jurta.org>
24036 * faces.el (minibuffer-prompt): Doc fix.
24038 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24040 * progmodes/xscheme.el: Trivial changes to silence warnings.
24041 (xscheme-previous-mode, xscheme-previous-process-state):
24043 (xscheme-last-input-end, xscheme-process-command-line)
24044 (xscheme-process-name, xscheme-buffer-name)
24045 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24046 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24047 (xscheme-control-g-synchronization-p)
24048 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24049 (default-xscheme-runlight, xscheme-runlight)
24050 (xscheme-runlight-string, xscheme-process-filter-state)
24051 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24052 Move to beginning of file.
24053 (scheme-interaction-mode-commands-alist)
24054 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24055 Declare them before use. Note: the initialization code for the
24056 variables has not been moved because it uses functions that reference
24058 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24059 (xscheme-prompt-for-expression-map): Declare them before use.
24060 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24062 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24064 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24066 2005-08-22 Juri Linkov <juri@jurta.org>
24068 * faces.el (set-face-underline): Delete this duplicate function
24069 and make an obsolete alias to set-face-underline-p.
24070 (set-face-underline-p): Use docstring of set-face-underline.
24071 (describe-face): Create hyperlink to parent face.
24073 * info.el (Info-insert-dir): Use save-excursion around
24074 insert-buffer-substring.
24075 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24076 (Info-escape-percent): Delete function.
24077 (Info-fontify-node): Replace Info-escape-percent by
24078 replace-regexp-in-string with REP arg set to lambda that
24079 duplicates `%' and preserves text properties.
24081 * progmodes/compile.el (compilation-disable-input): Doc fix.
24082 (define-compilation-mode): Doc fix and refill.
24083 (kill-compilation): Use `mode-name' in the error message.
24084 (compilation-find-file): Use `compilation-error' in the
24085 read-file-name's prompt.
24087 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
24089 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24090 (smerge-auto-leave): Make undo re-enable the mode.
24091 (debug-ignored-errors): Add the user-error of impossible resolution.
24092 (smerge-resolve): Move things around a bit, in preparation for later.
24093 (smerge-diff): Don't fail if the buffer has no associated file.
24094 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24095 (smerge-conflict-overlay): New function.
24096 (smerge-match-conflict): Don't add text properties here.
24097 (smerge-find-conflict): Instead, add an overlay here.
24098 Also check for the case where we're inside a conflict already, so as to
24099 obviate the need for font-lock-multiline, which is unbearably slow with
24100 large conflicts and ciomplex font-lock patterns.
24101 (smerge-remove-props): Remove overlay rather than text-properties.
24102 (smerge-mode): Don't set font-lock-multiline.
24103 Remove overlays when turned off.
24105 2005-08-21 Kim F. Storm <storm@cua.dk>
24107 * ido.el (ido-ignore-item-p): Use save-match-data.
24108 Bind case-fold-search to ido-case-fold locally.
24110 2005-08-20 Richard M. Stallman <rms@gnu.org>
24112 * files.el (normal-mode): If font lock is on, turn it off and on.
24114 * subr.el (replace-regexp-in-string): Doc fix.
24116 * startup.el (command-line-1): Don't suppress startup screen
24117 due to existing processes.
24119 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24121 * progmodes/compile.el (compilation-disable-input): Default to nil.
24123 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24125 * progmodes/compile.el (compilation-disable-input): New defcustom.
24126 (compilation-start): If compilation-disable-input is non-nil, send
24127 EOF to the compilation process.
24129 2005-08-20 Eli Zaretskii <eliz@gnu.org>
24131 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24132 Run the argument of tex-shell-cd-command through
24133 convert-standard-filename, to get the correct style of slashes on
24134 Windows, and enclose the result in quotes, in case the file name
24135 includes whitespace or other special characters.
24137 2005-08-19 Andreas Schwab <schwab@suse.de>
24139 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24142 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
24144 * cus-start.el (minibuffer-prompt-properties): Correct typo.
24146 2005-08-18 Kim F. Storm <storm@cua.dk>
24148 * scroll-lock.el: Fix errors due to incorrect line wrapping.
24150 2005-08-18 Richard M. Stallman <rms@gnu.org>
24152 * scroll-lock.el: New file.
24154 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
24156 * dired.el (dired-move-to-end-of-filename):
24157 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24159 2005-08-18 Kim F. Storm <storm@cua.dk>
24161 * ido.el (ido-everywhere): Fix defcustom :set function to disable
24162 rather than toggle mode when custom value is nil.
24163 (ido-everywhere): Fix defun doc string.
24165 2005-08-17 Richard M. Stallman <rms@gnu.org>
24167 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24168 as tag instead of "Inviolable".
24170 2005-08-17 Kim F. Storm <storm@cua.dk>
24172 * windmove.el (windmove-coordinates-of-position): Remove.
24173 (windmove-coordinates-of-window-position): Remove.
24174 (windmove-reference-loc): Use posn-at-point instead.
24176 * subr.el (insert-for-yank-1): Doc fix.
24178 * ido.el (ido-enter-matching-directory): Rename from
24179 ido-enter-single-matching-directory. Change `slash' choice to
24180 `only'. Add `first' choice.
24181 (ido-exhibit): Adapt to above changes.
24183 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
24185 * Makefile.in: Expand comment about building loaddefs.el.
24187 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
24189 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24190 Comment use of defadvice.
24192 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24194 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
24196 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24197 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24198 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24199 * progmodes/idlw-shell.el, progmodes/ld-script.el,
24200 * progmodes/which-func.el, ruler-mode.el, strokes.el,
24201 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24202 for backward compatibility for faces that did not appear in the
24203 previous Emacs release.
24205 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24207 2005-08-15 Kim F. Storm <storm@cua.dk>
24209 * emulation/cua-base.el (cua-delete-region): Return t if
24210 deleted region was non-empty.
24211 (cua-replace-region): Inhibit overwrite-mode for
24212 self-insert-command if replaced region was non-empty.
24213 (cua--explicit-region-start, cua--status-string): Make them
24214 buffer-local at top-level...
24215 (cua-mode): ...rather than when mode is enabled.
24217 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
24219 * progmodes/vhdl-mode.el (vhdl-emacs-21):
24220 Set t for Emacs 21, 22, and so on.
24222 2005-08-15 David Ponce <david@dponce.com>
24224 * tree-widget.el: Update Commentary header.
24225 (tree-widget-theme): Doc fix.
24226 (tree-widget-space-width): New option.
24227 (tree-widget-image-properties): Look up in the default theme too.
24228 (tree-widget--cursors): Only for images with arrow pointer shape.
24229 (tree-widget-lookup-image): Pointer shape is hand by default.
24230 (tree-widget-icon): Rename generic icon widget from
24231 `tree-widget-control'.
24232 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24233 derive from `tree-widget-icon'.
24234 (tree-widget-handle): Improve default look and feel of the text
24236 (tree-widget): Rename :*-control properties to :*-icon properties.
24237 Add :action and :help-echo properties.
24238 (tree-widget-after-toggle-functions): Move.
24239 (tree-widget-close-node, tree-widget-open-node): Remove.
24240 (tree-widget-before-create-icon-functions): New hook.
24241 (tree-widget-value-create): Update to allow customization of icons
24242 and nodes at run-time via that new hook.
24243 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24244 (tree-widget-icon-action, tree-widget-icon-help-echo)
24245 (tree-widget-action, tree-widget-help-echo): New functions.
24247 2005-08-15 Kim F. Storm <storm@cua.dk>
24249 * ido.el (ido-buffer-internal): Use with-no-warnings.
24250 (ido-make-merged-file-list): Use while-no-input.
24252 2005-08-15 Richard M. Stallman <rms@gnu.org>
24254 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24255 (flyspell-large-region): Fix doc and custom type.
24257 2005-08-14 Richard M. Stallman <rms@gnu.org>
24259 * files.el (interpreter-mode-alist): Doc fix.
24261 * mail/rmail.el (rmail-nonignored-headers): New variable.
24262 (rmail-clear-headers): Use it.
24263 (rmail-reply): Better handling of mail-followup-to header.
24265 * progmodes/sh-script.el (sh-font-lock-keywords-var):
24266 Rename variable from sh-font-lock-keywords. In the `shell' entry,
24267 don't try to refer to executable-font-lock-keywords.
24268 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24269 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24270 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24271 (sh-mode): Set comment-start-skip, local-abbrev-table,
24272 imenu-case-fold-search.
24273 (sh-set-shell): Don't set them here.
24274 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
24275 Don't cache the results in the original alist; don't ever modify
24278 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24280 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24283 2005-08-15 Andreas Schwab <schwab@suse.de>
24285 * desktop.el: Put autoload cookie at risky-local-variable declarations.
24287 * dired.el, info.el, mail/rmail.el: Revert last change.
24289 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
24291 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24292 modification in `eval-after-load' form.
24293 * info.el: Likewise.
24294 * mail/rmail.el: Likewise.
24296 2005-08-14 Juri Linkov <juri@jurta.org>
24298 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24299 Remove highlighting of "Compilation started". Highlight only
24300 the word "finished" in "Compilation finished". Add highlighting
24301 of "interrupt", "killed", "terminated" and the exit code.
24302 (compilation-start): Add newline after header. Use exactly the
24303 same time stamp format as the finishing message.
24304 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24306 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24307 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24308 Add highlighting of "interrupt", "killed", "terminated".
24310 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24311 enabled and the current command is self-insert-command, call it
24312 explicitly with overwrite-mode bound to nil, to not allow it
24313 to delete the character after the selected region.
24315 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
24317 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24318 move-end-of-line, end-of-line, and beginning-of-line to the list
24319 of commands after which the echo area is updated.
24321 2005-08-12 Eli Zaretskii <eliz@gnu.org>
24323 * cus-edit.el (custom-save-all, custom-save-delete):
24324 Bind recentf-exclude to exclude custom-file.
24326 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
24328 * mail/rmailsum.el (rmail-summary-end-of-message): New command
24329 to go to the bottom of the mail message. Added to
24330 `rmail-summary-mode-map' with key "/".
24331 (rmail-summary-show-message): New (internal) function for use by
24332 both `rmail-summary-beginning/end-of-message'.
24333 (rmail-summary-beginning-of-message): Change to use
24334 rmail-summary-show-message.
24336 * mail/rmail.el (rmail-end-of-message): New command to go to the
24337 end of the current message. Added to `rmail-mode-map' with key "/".
24338 (rmail-beginning-of-message): Fix to work as documented.
24339 (rmail-mode): Change documentation.
24341 * progmodes/compile.el (compilation-start): Add the line
24342 "Compilation started" with compilation start time.
24343 (compilation-mode-font-lock-keywords): Add `started' to keywords.
24345 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
24347 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24350 2005-08-11 Richard M. Stallman <rms@gnu.org>
24352 * simple.el (pop-global-mark): Reverse test of widen-automatically.
24354 * battery.el (battery-status-function): Don't use ignore-errors.
24356 2005-08-11 Lute Kamstra <lute@gnu.org>
24358 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24359 define-obsolete-variable-alias.
24361 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
24363 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24364 (ange-ftp-send-cmd): Revert last change, and expand
24365 the comment explaining the problem.
24367 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
24369 * ldefs-boot.el: Update.
24371 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24372 item to "Time, Load and Mail". Change help echo text.
24374 * time.el (display-time-use-mail-icon, display-time-format)
24375 (display-time-string-forms): Shorten first line of docstrings.
24377 2005-08-10 Lars Hansen <larsh@soem.dk>
24379 * desktop.el (desktop-buffer-mode-handlers):
24380 Make non-customizable. Add autoload cookie. Change initial value to
24381 nil; add elements in respective modules instead. Fix doc string.
24382 (desktop-load-file): New function.
24383 (desktop-minor-mode-handlers): New autoloaded variable.
24384 (desktop-create-buffer): Call minor mode handlers.
24385 Use desktop-load-file to load major and minor mode modules prior to
24386 checking for a handler.
24387 (desktop-save): Don't add nil to desktop-minor-modes for minor
24388 modes with nil function in desktop-minor-mode-table. Don't delete
24389 desktop file before rewriting it.
24390 (desktop-locals-to-save): Add autoload cookie. Don't make
24391 automatically buffer-local. Add variables column-number-mode,
24392 size-indication-mode, indent-tabs-mode,
24393 indicate-buffer-boundaries, indicate-empty-lines and
24394 show-trailing-whitespace.
24395 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24396 regexps. Don't use desktop-clear-preserve-buffers-regexp.
24397 (desktop-clear-preserve-buffers-regexp): Delete.
24398 (desktop-clear-preserve-buffers): Update initial value and docstring.
24399 (desktop-save-buffer): Fix doc string.
24401 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24402 (hilit-chg-desktop-restore): New function.
24403 (highlight-changes-mode): Add highlight-changes-mode to
24404 desktop-locals-to-save.
24406 * dired.el: Add handler to desktop-buffer-mode-handlers.
24407 (dired-restore-desktop-buffer): Remove autoload cookie.
24408 (dired-mode): Add autoload cookie.
24410 * info.el: Add handler to desktop-buffer-mode-handlers.
24411 (Info-restore-desktop-buffer): Remove autoload cookie.
24412 (Info-mode): Add autoload cookie.
24414 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24415 (mh-restore-desktop-buffer): Remove autoload cookie.
24416 (mh-folder-mode): Add autoload cookie.
24418 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24419 (rmail-restore-desktop-buffer): Remove autoload cookie.
24421 2005-08-11 Masatake YAMATO <jet@gyve.org>
24423 * hexl.el (hexl-address-region):
24424 (hexl-ascii-region, hexl-font-lock-keywords):
24425 (hexl-highlight-line-range): Use the term "region"
24426 instead of "area" for consistency with the other symbols
24427 defined in hexl.el.
24429 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
24431 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24432 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24433 out by Juri Linkov). Add `display-battery-mode'.
24435 2005-08-09 Juri Linkov <juri@jurta.org>
24437 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24438 Remove `-text' from face variable names.
24439 (compilation-error-file-name, compilation-warning-file-name)
24440 (compilation-info-file-name): Delete faces.
24441 (compilation-line-number, compilation-column-number):
24442 Remove face underlining.
24443 (compilation-message-face): Set to `underline' value by default.
24444 (compilation-error-face, compilation-warning-face)
24445 (compilation-info-face): Remove `-file-name' from face names.
24446 (compilation-error-text-face, compilation-warning-text-face)
24447 (compilation-info-text-face): Delete face variables.
24448 (compilation-text-face): Delete function.
24450 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24451 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24452 (grep-error-face): Set to `compilation-error' instead of
24453 `compilation-error-face' (which is redefined to `grep-hit-face' in
24455 (grep-mode-font-lock-keywords): Remove `-text' from face variable
24456 names. Use `grep-error-face' instead of `compilation-error-text-face'.
24458 * dired-aux.el (dired-do-query-replace-regexp):
24459 Use `query-replace-read-args'.
24461 * replace.el (query-replace-read-from, query-replace-read-to)
24462 (query-replace-read-args): Rename arg `string' to `prompt'.
24464 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24466 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
24468 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24470 (ange-ftp-canonize-filename): Handle file names beginning with ~
24473 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
24475 * textmodes/fill.el (canonically-space-region)
24476 (fill-context-prefix, fill-french-nobreak-p)
24477 (fill-delete-newlines, fill-comment-paragraph)
24478 (justify-current-line): "?\ " -> "?\s".
24480 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
24482 * textmodes/fill.el (fill-nonuniform-paragraphs):
24483 Improve argument/docstring consistency.
24485 2005-08-09 Richard M. Stallman <rms@gnu.org>
24487 * textmodes/ispell.el (ispell-word): More fboundp checks.
24489 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24490 (find-file-noselect-1): Call it here, only if RAWFILE.
24491 (normal-mode): Always set some major mode.
24492 (save-some-buffers-action-alist): Change some explanation strings.
24493 (file-name-non-special): In the `quote' method, use unwind-protect.
24495 2005-08-09 Magnus Henoch <mange@freemail.hu>
24497 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24498 (ispell-have-aspell-dictionaries): New variable.
24499 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24500 (ispell-get-aspell-config-value): New function.
24501 (ispell-aspell-find-dictionary): New function.
24502 (ispell-aspell-add-aliases): New function.
24503 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24504 appropriate. Don't look for ispell dictionaries if we use aspell.
24505 (ispell-menu-map): Don't build a submenu of dictionaries.
24507 2005-08-09 Richard M. Stallman <rms@gnu.org>
24509 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24510 (sql-read-passwd): Use read-passwd.
24512 * progmodes/idlw-toolbar.el (idlwave-toolbar)
24513 (idlwave-toolbar-is-possible): Add defvars.
24515 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24518 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24519 (idlwave-system-class-info, idlwave-executive-commands-alist):
24522 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24524 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24527 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24528 and content-type: headers.
24530 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24532 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24533 and rename some of them to be more self-explanatory.
24535 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24537 * startup.el (command-line-1): Implement -scriptload.
24539 * replace.el (occur-engine): Initial *Occur* output not undoable.
24541 * menu-bar.el (menu-bar-file-menu): Rename some menu items
24542 and improve help strings.
24544 * isearch.el (isearch-repeat): When changing direction,
24545 mark search successful.
24547 * ediff-init.el: Use (featurep 'xemacs).
24549 * comint.el (send-invisible): Identify buffer, if not selected.
24551 * align.el: Delete autoload for c-guess-basic-syntax.
24553 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
24555 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24556 Improve argument/docstring consistency. Doc fixes.
24557 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24558 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24559 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24560 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24561 (r2bv-organization, r2bv-pages, r2bv-primary-author)
24562 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24563 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24564 Defvar at compile time.
24566 2005-08-09 Juri Linkov <juri@jurta.org>
24568 * info.el: Replace `info' with upper-case `Info' where appropriate.
24569 (info-title-1, info-title-2, info-title-3, info-title-4)
24570 (info-menu-header): Move up face definitions.
24571 (info-menu-star): Rename from `info-menu-5'.
24572 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24573 (Info-fontify-visited-nodes): Fix docstring.
24574 (Info-hide-note-references): Fix docstring.
24575 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24576 menu items in the same way as on cross-references.
24577 (info-apropos): Fix sorting order and formatting to be like in the
24578 stand-alone Info browser. Display error messages for 1 sec.
24579 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
24580 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24582 (Info-insert-dir): Restore point after calling
24583 `insert-buffer-substring'.
24585 2005-08-08 Richard M. Stallman <rms@gnu.org>
24587 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24588 (recompute-lucid-menubar): Add defvars.
24590 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24592 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24594 * net/net-utils.el (run-dig): Rename from `dig'.
24596 * play/gametree.el (gametree-mode): Use make-local-variable,
24597 not make-variable-buffer-local.
24599 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24601 * ansi-color.el (ansi-color-make-extent)
24602 (ansi-color-set-extent-face): Use fboundp, not functionp.
24604 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24605 not make-variable-buffer-local.
24607 * bookmark.el (Info-current-file): Add defvar.
24608 (bookmark-jump-noselect): Use with-no-warnings.
24610 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24612 * ebuff-menu.el (Helper-return-blurb): Add defvar.
24614 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24616 * find-file.el (ada-procedure-start-regexp)
24617 (ada-package-start-regexp): Add defvars.
24619 * info.el (Info-insert-dir): Use insert-buffer-substring.
24621 * xml.el (xml-att-def-re): Add defvar.
24623 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24624 calling convention.
24626 * subr.el (while-no-input): Return t if there is input.
24628 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
24630 * cus-start.el (all): Add `overflow-newline-into-fringe'.
24632 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
24634 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24635 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24637 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
24639 * cmuscheme.el (scheme-start-file): Replace reference to
24640 `user-emacs-directory' by "~/.emacs.d/".
24642 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
24644 * info.el (Info-dir-remove-duplicates): Avoid case folding
24645 in loop; instead, keep downcased strings for comparison.
24646 Suggested by Helmut Eller.
24648 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
24650 Sync with Tramp 2.0.50.
24652 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24653 XEmacs case; not necessary anymore.
24654 (tramp-user-regexp): Allow "@" as part of user name.
24655 (tramp-handle-set-visited-file-modtime)
24656 (tramp-handle-insert-file-contents)
24657 (tramp-handle-write-region): No special handling for
24658 `last-coding-system-used, because this is done in
24659 `tramp-accept-process-output' now.
24660 (tramp-accept-process-output): New defun.
24661 (tramp-process-one-action, tramp-process-one-multi-action)
24662 (tramp-wait-for-regexp, tramp-wait-for-output)
24663 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
24664 Howells <dhowells@redhat.com>.
24665 (clear-visited-file-modtime): Defadvice removed. The check for
24666 unset buffer's modtime does not need to be based on
24667 `tramp-buffer-file-attributes'. Suggested by RMS.
24668 (tramp-message): Insert "\n" if not being at beginning of line.
24669 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24670 sequence with same logic.
24671 (tramp-completion-handle-expand-file-name): Discard call of
24672 `tramp-drop-volume-letter'. It is not necessary, and there have
24673 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24674 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24675 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24676 should always be visible.
24677 (tramp-handle-insert-directory, tramp-setup-complete)
24678 (tramp-set-process-query-on-exit-flag)
24679 (tramp-append-tramp-buffers): Pacify byte-compiler.
24680 (tramp-bug): Delete non-existing variables from list.
24681 Apply `tramp-load-report-modules' as pre-hook.
24682 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24683 `shell-prompt-pattern' because of non-7bit characters.
24684 Reported by Sebastian Luque <sluque@mun.ca>.
24685 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24686 (tramp-match-string-list): Remove function.
24687 (tramp-wait-for-regexp): Remove call of that function.
24688 Suggested by Kim F. Storm <storm@cua.dk>.
24689 (tramp-set-auto-save-file-modes): Use octal integer code #o600
24690 instead of octal character code ?\600. The latter resulted in a
24691 syntax error with XEmacs.
24693 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24694 XEmacs case; not necessary anymore.
24695 (tramp-smb-handle-write-region): No special handling for
24696 `last-coding-system-used, because this is done in
24697 `tramp-accept-process-output' now.
24698 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24700 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
24702 * wid-edit.el (widget-choice-value-create):
24703 Unconditionally respect user choice. Set :explicit-choice back to nil
24704 when no longer needed.
24705 (widget-choice-action): Unconditionally respect user choice.
24706 Eliminate :explicit-choice-value.
24708 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24710 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24711 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24712 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24713 running new function `toggle-indicate-empty-lines'.
24714 Rename "Customize" item to "Customize fringe".
24715 Rename "Indicators" item to "Buffer boundaries" and change help echo.
24716 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24717 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24718 Delete "Empty lines only" item.
24719 (menu-bar-showhide-fringe-ind-customize): New function.
24720 (menu-bar-showhide-fringe-ind-mixed)
24721 (menu-bar-showhide-fringe-ind-box)
24722 (menu-bar-showhide-fringe-ind-right)
24723 (menu-bar-showhide-fringe-ind-left)
24724 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24725 instead of `fringe-indicators'.
24727 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24729 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24730 Change the date of last update.
24732 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24734 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24735 (viper-exec-yank, viper-put-back): Don't display modification msg
24736 if in the minibuffer.
24738 * viper-init.el (viper-replace-overlay-cursor-color)
24739 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24740 Make variables frame local.
24742 * viper-util.el (viper-append-filter-alist): Use append instead of
24745 * viper.el (viper-vi-state-mode-list)
24746 (viper-emacs-state-mode-list): Move help-mode and
24747 completion-list-mode from the first list to the second.
24748 (viper-mode): Docstring.
24749 (viper-go-away, viper-non-hook-settings): Don't localize
24750 minor-mode-alist in newer Emacsen. Add advice to
24751 set-cursor-color. Don't bind "\C-c\\".
24753 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
24755 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24756 (scheme-macro-expand-command): New user options.
24757 (scheme-trace-procedure, scheme-expand-current-form): New commands.
24758 (scheme-form-at-point, scheme-start-file)
24759 (scheme-interactively-start-process): New functions.
24760 (scheme-get-process): New function, extracted from `scheme-proc'.
24761 (run-scheme): Call `scheme-start-file' to get start file, and pass
24762 it to `make-comint'.
24763 (switch-to-scheme, scheme-proc):
24764 Call `scheme-interactively-start-process' if no Scheme buffer/process
24767 2005-08-06 Juri Linkov <juri@jurta.org>
24769 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24770 Use `compilation-text-face', `compilation-info-text-face' and
24771 `compilation-error-text-face' instead of `font-lock-keyword-face'.
24772 (compilation-error): New face.
24773 (compilation-error-file-name): Inherit from
24774 `compilation-error' instead of `font-lock-warning-face'.
24775 (compilation-warning-file-name): Inherit from
24776 `compilation-warning' instead of `font-lock-warning-face'.
24777 (compilation-info, compilation-error-file-name)
24778 (compilation-warning-file-name, compilation-info-file-name)
24779 (compilation-line-number, compilation-column-number): Doc fix.
24780 (compilation-error-text-face, compilation-warning-text-face)
24781 (compilation-info-text-face): New face variables.
24782 (compilation-line-face, compilation-column-face)
24783 (compilation-enter-directory-face)
24784 (compilation-leave-directory-face): Doc fix.
24785 (compilation-text-face): New function.
24787 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24788 instead of 1 to display binary file names as info file links.
24789 (grep-error-face): Use `compilation-error-face' instead of
24790 `font-lock-keyword-face'.
24791 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24792 and `compilation-warning-text-face' instead of
24793 `font-lock-keyword-face'. Use `compilation-error-text-face'
24794 instead of `grep-error-face'.
24796 2005-08-05 Kenichi Handa <handa@m17n.org>
24798 * international/code-pages.el: Add autoload cookies for all coding
24801 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
24803 * cus-start.el (all): Put undo.c where it alphabetically belongs.
24805 2005-08-04 Juri Linkov <juri@jurta.org>
24807 * progmodes/compile.el (compilation-mode-map):
24808 * progmodes/grep.el (grep-mode-map):
24809 Bind TAB to `compilation-next-error' and [backtab] to
24810 `compilation-previous-error'.
24812 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24813 matching line numbers, column numbers and their ranges with regexp
24814 matching only line numbers.
24815 (grep-context-face): New face variable.
24816 (grep-mode-font-lock-keywords): Use it.
24818 * faces.el (read-face-name): Delete duplicate faces.
24820 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
24822 * thumbs.el (thumbs-find-image): Don't make variables
24823 automatically buffer local.
24824 (thumbs-current-tmp-filename, thumbs-current-image-filename)
24825 (thumbs-image-num): Make automatically buffer local.
24826 (thumbs-show-thumbs-list): Use `make-local-variable', not
24827 `make-variable-buffer-local'.
24828 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24830 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24831 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24832 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24833 (bother, bye, canyou, chatlst, continue, deathlst, describe)
24834 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
24835 (feelings-about, foullst, found, hello, history, howareyoulst)
24836 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
24837 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
24838 (neglst, obj, object, owner, please, problems, qlist)
24839 (random-adjective, relation, remlst, repetitive-shortness)
24840 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
24841 (shortlst, something, sportslst, stallmanlst, states, subj)
24842 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
24843 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
24844 Defvar at compile time.
24846 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
24847 not `make-variable-buffer-local'.
24849 2005-08-02 Kim F. Storm <storm@cua.dk>
24851 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
24852 rectangle overlay in selected window.
24854 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
24856 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
24857 instead of display group. Make `indicate-buffer-boundaries'
24858 customizable through Custom.
24860 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
24862 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
24863 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
24864 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
24865 (gdb-put-string): Fix typos in docstrings.
24867 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
24869 Update copyright notices of files in progmodes directory for
24870 release of Emacs 22.1.
24872 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
24874 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
24875 Don't barf if the GUD buffer has been killed.
24877 2005-08-01 Kim F. Storm <storm@cua.dk>
24879 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
24881 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
24883 * simple.el (next-error-follow-minor-mode):
24884 make-variable-buffer-local -> make-local-variable.
24886 * emacs-lisp/cl-extra.el: Require CL also when compiling.
24888 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
24889 (byte-compile-form-make-variable-buffer-local): New functions to warn
24890 about misuses of make-variable-buffer-local where make-local-variable
24893 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
24895 * bs.el (bs-attributes-list): Doc fix.
24896 (bs): Update url-link.
24898 * desktop.el (desktop-save-buffer): Fix typos in docstring.
24899 (desktop-load-default): Simplify.
24901 * ibuffer.el (ibuffer-columnize-and-insert-list)
24902 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
24903 (ibuffer-unmark-all, ibuffer-toggle-marks)
24904 (ibuffer-unmark-forward, ibuffer-unmark-backward)
24905 (ibuffer-compile-make-format-form, ibuffer-format-column)
24906 (ibuffer-current-buffers-with-marks)
24907 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
24908 (ibuffer): Doc fix.
24909 (ibuffer-mode): Fix typo in docstring.
24910 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
24911 with `define-obsolete-variable-alias'.
24912 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
24914 2005-07-29 Kenichi Handa <handa@m17n.org>
24916 * international/mule-cmds.el (select-message-coding-system):
24917 Be sure to use LF for end-of-line. If no coding system is decided,
24918 return iso-8859-1-unix.
24920 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
24922 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
24923 (ange-ftp-pending-error-line): New vars.
24924 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
24925 to handle the non-fatal no-route-to-host messages.
24926 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
24928 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
24930 * isearch.el (isearch-mode-map, isearch-other-meta-char)
24931 (isearch-quote-char, isearch-printing-char)
24932 (isearch-text-char-description): "?\ " -> "?\s".
24933 (isearch-lazy-highlight-cleanup)
24934 (isearch-lazy-highlight-initial-delay)
24935 (isearch-lazy-highlight-interval)
24936 (isearch-lazy-highlight-max-at-a-time)
24937 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
24938 Declare with define-obsolete-*-alias macros.
24939 (isearch-forward): Fix typo in docstring.
24940 (search-invisible, search-ring-yank-pointer)
24941 (regexp-search-ring-yank-pointer): Doc fixes.
24943 * recentf.el (recentf-menu-append-commands-p): Declare with
24944 `define-obsolete-variable-alias'.
24945 (recentf-max-saved-items, recentf-menu-filter)
24946 (recentf-arrange-by-rule-subfilter): Doc fixes.
24947 (recentf-menu-append-commands-flag)
24948 (recentf-initialize-file-name-history, recentf-expand-file-name)
24949 (recentf-clear-data): Fix typos in docstrings.
24951 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
24953 * progmodes/gdb-ui.el: Smarten comments.
24954 (gdb-info-breakpoints-custom): Use nowarn when finding file.
24956 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
24958 * term/apollo.el (terminal-init-apollo): New function containing
24959 all former top level forms in the file.
24960 * term/bobcat.el (terminal-init-bobcat):
24961 * term/cygwin.el (terminal-init-cygwin):
24962 * term/iris-ansi.el (terminal-init-iris-ansi):
24963 * term/linux.el (terminal-init-linux):
24964 * term/news.el (terminal-init-news):
24965 * term/rxvt.el (terminal-init-rxvt):
24966 * term/sun.el (terminal-init-sun):
24967 * term/tvi970.el (terminal-init-tvi970):
24968 * term/vt100.el (terminal-init-vt100):
24969 * term/vt102.el (terminal-init-vt102):
24970 * term/vt125.el (terminal-init-vt125):
24971 * term/vt200.el (terminal-init-vt200):
24972 * term/vt201.el (terminal-init-vt201):
24973 * term/vt220.el (terminal-init-vt220):
24974 * term/vt240.el (terminal-init-vt240):
24975 * term/vt300.el (terminal-init-vt300):
24976 * term/vt320.el (terminal-init-vt320):
24977 * term/vt400.el (terminal-init-vt400):
24978 * term/vt420.el (terminal-init-vt420):
24979 * term/wyse50.el (terminal-init-wyse50):
24980 * term/xterm.el (terminal-init-xterm): Likewise.
24982 * term/README: Describe the terminal-init-* functionality.
24984 * startup.el (command-line): After loading the terminal initialization
24985 file call the corresponding terminal initialization function.
24987 2005-07-27 Kenichi Handa <handa@m17n.org>
24989 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
24992 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
24993 (ps-mule-composition-prologue): Fix for the case that
24994 RelativeCompose is false.
24996 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
24998 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25000 * descr-text.el (describe-char): Handle the case where the list of
25001 chars is displayed in a separate frame.
25002 Be a bit more discriminating when looking for the char.
25004 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
25006 * bookmark.el (bookmark-automatically-show-annotations)
25007 (bookmark-read-annotation-text-func): Doc fixes.
25008 (bookmark-save): Improve argument/docstring consistency.
25009 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25010 (bookmark-alist-from-buffer)
25011 (bookmark-upgrade-file-format-from-0)
25012 (bookmark-grok-file-format-version)
25013 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25014 (bookmark-read-annotation-mode)
25015 (bookmark-insert-current-bookmark, bookmark-jump)
25016 (bookmark-exit-hook): Fix typos in docstrings.
25017 (bookmark-exit-hooks): Define as obsolete alias.
25018 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25019 not `bookmark-exit-hooks'. Fix docstring.
25020 (bookmark-bmenu-select): "?\ " -> "?\s".
25022 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
25024 * startup.el (command-line): Fix typo.
25026 2005-07-24 Richard M. Stallman <rms@gnu.org>
25028 * tooltip.el (tooltip-mode): Test emacs-basic-display,
25029 not emacs-quick-startup.
25031 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
25033 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25034 (reb-next-match, reb-show-subexp): Use `with-selected-window'
25035 instead of `reb-with-current-window'.
25036 (reb-prev-match): Likewise. Also, don't move left if the search
25038 (reb-initialize-buffer): New function.
25039 (re-builder, reb-change-syntax): Use it.
25041 * man.el (Man-goto-page): Make second argument NOERROR optional.
25043 2005-07-23 Richard M. Stallman <rms@gnu.org>
25045 * man.el (Man-bgproc-sentinel): Check here for failure to find
25046 any man page in the output, and report the error here.
25047 (Man-arguments): Make it permanent local.
25048 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25049 (Man-mode): Pass t for NOERROR.
25051 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25052 (grep-mode-font-lock-keywords):
25053 Don't use compilation-...-face for messages that are not file names.
25055 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25056 Don't use compilation-...-face for messages that are not file names.
25058 2005-07-22 Juri Linkov <juri@jurta.org>
25060 * startup.el (normal-splash-screen): Update menu name.
25062 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25064 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25066 * term/xterm.el: Load term/rxvt if the terminal is actually an
25068 (xterm-rxvt-set-background-mode): Remove, not used anymore.
25070 * term/rxvt.el (function-key-map): Use substitute-key-definition
25071 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
25073 * term/cygwin.el: New file.
25075 2005-07-22 Kim F. Storm <storm@cua.dk>
25077 * image-file.el (insert-image-file, image-file-yank-handler):
25078 Fix last change to maintain a (unique) yank-handler on yanked images.
25080 2005-07-22 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
25082 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25083 of the file size (as in "177B" for 177 bytes). This happens with
25084 "ls -lh" on FreeBSD.
25086 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
25088 * hilit-chg.el (highlight-changes-global-initial-state)
25089 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25090 (hilit-chg-fixup, highlight-changes-mode):
25091 Fix typos in docstrings.
25092 (highlight-changes-global-modes, highlight-changes-rotate-faces):
25095 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
25097 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25098 mode function using `eval-after-load'.
25100 2005-07-21 Kim F. Storm <storm@cua.dk>
25102 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25103 included when reporting an Emacs crash, and tell about the DEBUG file.
25105 * image-file.el (insert-image-file): Add yank-handler.
25106 (image-file-yank-handler): Yank handler to make unique copies of
25107 images when they are yanked into a buffer next to each other.
25109 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
25111 * comint.el (comint-use-prompt-regexp, comint-send-input)
25112 (comint-source-default, comint-extract-string)
25113 (comint-get-source, comint-word, comint-completion)
25114 (comint-source, comint-prompt-read-only, comint-update-fence):
25115 Fix typos in docstrings.
25116 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25117 Declare with define-obsolete-*-alias macros.
25118 (comint-previous-matching-input-from-input)
25119 (comint-next-matching-input-from-input)
25120 (comint-previous-matching-input, comint-next-matching-input)
25121 (comint-forward-matching-input):
25122 Improve argument/docstring consistency.
25124 * desktop.el (desktop-clear-preserve-buffers-regexp):
25125 Also preserve the *server* buffer.
25127 * simple.el (clone-indirect-buffer): Doc fix.
25128 (fixup-whitespace, just-one-space)
25129 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25130 (next-error, next-error-highlight)
25131 (next-error-highlight-no-select, next-error-last-buffer)
25132 (next-error-buffer-p, next-error-find-buffer, next-error)
25133 (previous-error, next-error-no-select, previous-error-no-select)
25134 (open-line, split-line, minibuffer-prompt-width, kill-new)
25135 (binary-overwrite-mode): Fix typos in docstrings.
25136 (set-fill-column): Fix typo in message.
25138 * skeleton.el (skeleton-proxy-new): Doc fix.
25140 * strokes.el (strokes-load-hook): Doc fix.
25141 (strokes-grid-resolution, strokes-get-grid-position)
25142 (strokes-renormalize-to-grid, strokes-read-stroke)
25143 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25144 (strokes-global-map): Fix typos in docstrings.
25145 (strokes-help): Doc fix. Fix help message and pass it through
25146 `substitute-command-keys'.
25148 * tempo.el (tempo-insert-prompt, tempo-interactive)
25149 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25150 (tempo-insert-string-functions, tempo-local-tags)
25151 (tempo-define-template, tempo-insert-template)
25152 (tempo-insert-prompt-compat, tempo-is-user-element)
25153 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25154 Fix typos in docstrings.
25156 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25157 (vcursor-key-bindings, vcursor-use-vcursor-map)
25158 (vcursor-find-window, vcursor-scroll-down)
25159 (vcursor-disable, vcursor-beginning-of-buffer)
25160 (vcursor-end-of-buffer): Fix typos in docstrings.
25161 (vcursor-relative-move, vcursor-get-char-count):
25162 Improve argument/docstring consistency.
25164 * version.el: "?\ " -> "?\s".
25166 * wid-edit.el (widget-default-create, widget-after-change)
25167 (widget-default-format-handler, widget-checklist-add-item)
25168 (widget-radio-add-item, widget-choose, widget-specify-secret)
25169 (widget-field-value-create, widget-field-value-get)
25170 (widget-editable-list-format-handler)
25171 (widget-editable-list-entry-create, widget-group-value-create)
25172 (widget-documentation-link-add)
25173 (widget-documentation-string-value-create): "?\ " -> "?\s".
25174 (widget-convert-text): Doc fix.
25175 (widget-narrow-to-field, widget-field-find)
25176 (widget-url-link-action, widget-emacs-library-link-action)
25177 (widget-color-notify): Fix typos in docstrings.
25179 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25180 (x-select-text, set-w32-system-coding-system)
25181 (w32-add-charset-info): Fix typos in docstrings.
25183 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25184 (cua-enable-cua-keys, cua-use-hyper-key)
25185 (cua-virtual-rectangle-edges): Fix typos in docstrings.
25186 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25188 * net/tramp.el (tramp-handle-load): Fix typo in error message.
25190 * emacs-lisp/re-builder.el (regexp-builder): Declare with
25191 `defalias' instead of faking it.
25193 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25194 (eshell-ls-missing, eshell-ls-dired-initial-args)
25195 (eshell-ls-use-in-dired): Fix typos in docstrings.
25197 2005-07-20 Kim F. Storm <storm@cua.dk>
25199 * emulation/cua-base.el (cua-mode): Improve doc string.
25201 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
25203 * abbrev.el (expand-region-abbrevs): Doc fix.
25204 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25205 Improve argument/docstring consistency.
25207 * arc-mode.el (archive-get-descr, archive-alternate-display):
25209 (archive-l-e): Improve argument/docstring consistency.
25210 (archive-tmpdir, archive-unixdate, archive-unixtime)
25211 (archive-chmod-entry): Fix typos in docstrings.
25212 (archive-unflag, archive-unflag-backwards)
25213 (archive-unmark-all-files): "?\ " -> "?\s".
25215 * buff-menu.el (Buffer-menu-unmark): Doc fix.
25216 (Buffer-menu-not-modified, Buffer-menu-execute)
25217 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25218 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25220 * composite.el (compose-string, encode-composition-rule)
25221 (compose-last-chars): Fix typos in docstrings.
25223 * desktop.el (desktop-enable, desktop-basefilename):
25224 Declare with `define-obsolete-variable-alias'.
25225 (desktop-internal-v2s): Don't quote keywords.
25226 (desktop-clear): "?\ " -> "?\s".
25228 * dired.el (dired-align-file, dired-flag-backup-files)
25229 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25230 (dired-listing-switches, dired-ls-F-marks-symlinks)
25231 (dired-dwim-target, dired-load-hook, dired-mode-hook)
25232 (dired-directory, dired-faces, dired, dired-revert)
25233 (dired-mode, dired-summary, dired-view-file)
25234 (dired-copy-filename-as-kill, dired-delete-file)
25235 (dired-no-confirm, dired-unmark-all-marks)
25236 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25237 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25238 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25239 Fix typos in message strings.
25241 * dired-x.el (virtual-dired): Declare with `defalias'.
25242 (dired-mark-unmarked-files, dired-local-variables-file)
25243 (dired-omit-here-always): Doc fix.
25244 (dired-omit-mode, dired-find-subdir)
25245 (dired-enable-local-variables, dired-clean-up-buffers-too)
25246 (dired-extra-startup, dired-mark-extension, dired-jump)
25247 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25248 (dired-smart-shell-command, dired-guess-shell-alist-user)
25249 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25250 (dired-x-bind-find-file, dired-x-submit-report):
25251 Fix typos in docstrings.
25252 (dired-mark-unmarked-files): "?\ " -> "?\s".
25254 * dirtrack.el (dirtrack-list): Fix typos in docstring.
25256 * faces.el (describe-face): "?\ " -> "?\s".
25257 (read-all-face-attributes, read-face-font, modify-face)
25258 (face-attr-construct, italic): Fix typos in docstrings.
25259 (frame-update-face-colors): Declare with
25260 `define-obsolete-function-alias'.
25262 * files.el (find-file-noselect, recode-file-name): Doc fixes.
25263 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25264 (magic-mode-alist, buffer-file-numbers-unique)
25265 (write-file-functions, get-free-disk-space):
25266 Fix typos in docstrings.
25267 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25268 (write-contents-hooks, write-file-hooks):
25269 Declare with `define-obsolete-variable-alias'.
25271 * forms-d2.el (arch-rj): Fix typo in docstrings.
25272 (arch-tocol): Likewise. "?\ " -> "?\s".
25274 * frame.el (set-frame-font, cursor-in-non-selected-windows):
25275 Fix typo in docstring.
25276 (set-screen-width, set-screen-height): Delete redundant info in
25278 (new-frame, screen-height, screen-width): Declare with
25279 `define-obsolete-function-alias'.
25280 (delete-frame-hook, blink-cursor): Declare with
25281 `define-obsolete-variable-alias'.
25283 * paths.el (prune-directory-list): Fix typos in docstring.
25285 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25286 (cvs-prefix-get): Fix typos in docstrings.
25288 * ps-print.el (ps-extend-face-list, ps-extend-face)
25289 (ps-print-background-image): Fix typos in docstrings.
25290 (ps-default-fg, ps-default-bg): Doc fixes.
25292 * s-region.el (s-region-bind): Doc fix.
25293 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25295 * textmodes/org.el (org-table-formula-substitute-names)
25296 (org-table-get-vertical-vector): Doc fixes.
25297 (org-table-recalculate): Remove unused argument to `message'.
25299 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
25301 * textmodes/org.el (org-table-column-names)
25302 (org-table-column-name-regexp)
25303 (org-table-named-field-locations): New variables.
25304 (org-archive-subtree): Protect `this-command' when calling
25305 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25307 (org-complete): Remove fixed-formula completion.
25308 (org-edit-formulas-map): New variable.
25309 (org-table-edit-formulas): New command.
25310 (org-finish-edit-formulas, org-abort-edit-formulas)
25311 (org-show-variable, org-table-get-vertical-vector): New functions.
25312 (org-table-maybe-eval-formula): Handle `:=' fields.
25313 (org-table-get-stored-formulas, org-table-store-formulas)
25314 (org-table-get-formula, org-table-modify-formulas)
25315 (org-table-replace-in-formulas): Handle named field formulas.
25316 (org-table-get-specials): Store locations of named fields.
25318 2005-07-19 Juri Linkov <juri@jurta.org>
25320 * progmodes/grep.el (grep-regexp-alist)
25321 (grep-mode-font-lock-keywords, grep-process-setup):
25322 Use default GNU grep match color "01;31m" instead of "01;41m".
25323 (grep-regexp-alist, grep-mode-font-lock-keywords):
25324 Use `\\[[0-9]*m' instead of `\\[00m'.
25325 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25326 sgr_start where its handling is more important. Use the real
25327 length of sgr_start instead of constant 8.
25328 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25329 specially. Delete all remaining escape sequences.
25330 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25331 (grep-regexp-alist): Make hyperlink only for binary file name
25332 instead of the whole line.
25333 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25334 (grep-mode): Add autoload.
25336 * emacs-lisp/find-func.el (find-function-regexp):
25337 Add `define-compilation-mode'.
25339 2005-07-19 Juri Linkov <juri@jurta.org>
25341 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25342 (compare-windows-sync-string-size, compare-windows-recenter)
25343 (compare-windows-highlight, compare-windows): Add version 22.1.
25344 (compare-windows) <defface>: Inherit from lazy-highlight instead
25345 of duplicating its default value.
25347 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25348 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25350 * descr-text.el (describe-char): Create link buttons for `charset'
25351 and `code point'. Add the current input method name with a link
25352 button to `to input' field. Print face names of display table
25353 characters in `The display table entry is displayed by' section
25354 instead of printing face-id in the `display' field.
25355 Guess hardcoded faces and create a link button for them.
25356 Skip empty fields when calculating max-width.
25357 Treat `widget-create' specially while inserting strings from the
25358 collected field list.
25359 (describe-char-after): Made obsolete in version 22.1, not 21.5.
25361 * diff-mode.el (diff-file-header): Change foreground color from
25362 yellow to green on light backgrounds.
25363 (diff-context): Inherit from `shadow' only for color/grayscale
25364 with more than 88 colors.
25365 (diff-indicator-removed, diff-indicator-added)
25366 (diff-indicator-changed): New faces.
25367 (diff-font-lock-keywords): Use new faces. Regroup rules.
25368 Add "^---$" for `normal' diff format. Fontify `#' lines with
25369 font-lock-comment-delimiter-face and font-lock-comment-face.
25370 Add `#' to ^[^...] in the rule for `diff-context-face'.
25372 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25373 a button-like box. Inherit from `highlight' on low colors.
25374 (shadow): Use shades of gray only for color/grayscale with
25375 more than 88 colors. Use green for light backgrounds with
25376 8 colors, and yellow for dark backgrounds with 8 colors.
25378 * font-lock.el (font-lock-regexp-grouping-backslash):
25379 Don't inherit from escape-glyph (use bold for all cases).
25381 * info.el (info-xref-visited): Use light foreground color `violet'
25382 for dark backgrounds instead of dark color `magenta3'.
25383 (info-title-1): Use `yellow' color for dark backgrounds.
25385 * isearch.el (isearch): Use not-too-dark magenta3 instead of
25386 too-light magenta2.
25388 * replace.el (match): Use slightly more light RoyalBlue3 instead
25389 of dark RoyalBlue4.
25391 * wid-edit.el (widget-inactive): Inherit from `shadow'.
25393 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
25395 * novice.el (disabled-command-hook): Declare it with
25396 `define-obsolete-variable-alias'.
25398 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25399 (desktop-buffer-misc-functions, desktop-buffer-handlers)
25400 (desktop-load-default): Add release to obsolescence info.
25401 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25402 (desktop-append-buffer-args, desktop-read):
25403 Fix typos in docstrings.
25404 (desktop-kill): Fix typo in message.
25405 (desktop-save): Doc fix.
25407 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
25409 * viper-cmd.el (viper-escape-to-state): Bug fix.
25410 (viper-envelop-ESC-key): Change the definition of fast
25411 keysequence so it'll work with keyboard macros.
25413 * ediff.el (ediff-patch-buffer): Change the docstring.
25415 2005-07-19 Kenichi Handa <handa@m17n.org>
25417 * international/mule-cmds.el (select-safe-coding-system): Try to
25418 use an auto-coding (if any) before anything else. If the found
25419 auto-coding is invalid, show a warning message.
25421 * international/mule.el (find-auto-coding): New function created
25422 by modifying the body of set-auto-coding.
25423 (set-auto-coding): Use find-auto-coding to find a coding.
25425 2005-07-18 Richard M. Stallman <rms@gnu.org>
25427 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25428 not isearch-mode-end-hook-error.
25429 (allout-before-change-protect): Fix error message.
25431 2005-07-18 Juri Linkov <juri@jurta.org>
25433 * allout.el (allout-mode):
25434 * calculator.el (calculator-copy):
25435 * custom.el (custom-known-themes):
25436 * dired.el (dired-desktop-buffer-misc-data)
25437 (dired-restore-desktop-buffer):
25438 * dired-x.el (dired-omit-marker-char):
25439 * files.el (basic-save-buffer):
25440 * font-core.el (font-lock-mode):
25441 * calendar/calendar.el (calendar-goto-hebrew-date)
25442 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25443 (calendar-goto-persian-date):
25444 * language/ethio-util.el (ethio-sera-to-fidel-region):
25445 * textmodes/picture.el (picture-mode):
25446 Delete duplicate duplicate words.
25448 2005-07-18 Juri Linkov <juri@jurta.org>
25450 * isearch.el (isearch-mode-map): Remove key bindings for regexp
25452 (isearch-fallback): Don't call `isearch-process-search-char'.
25453 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25454 (isearch-process-search-char): Call `isearch-fallback' for regexp
25456 (isearch-return-char): Make obsolete with `make-obsolete' instead
25457 of simply documenting it as obsolete in the docstring.
25458 (isearch-fallback): Refill docstring.
25460 * international/isearch-x.el
25461 (isearch-process-search-multibyte-characters): Remove unneeded
25462 `concat'. Add intermediate values to `junk-hist' instead of
25463 `minibuffer-history'. Test the length of `str'.
25465 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
25467 * allout.el (allout-resolve-xref): Fix typos in error strings.
25468 (allout-before-change-protect): Remove unneeded `concat'.
25470 * array.el (array-mode, array-reconfigure-rows)
25471 (untabify-backward): Fix typos in docstrings.
25472 (array-reconfigure-rows): Use `insert-buffer-substring', not
25475 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25476 * progmodes/ada-mode.el (ada-make-body):
25477 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25479 * dired.el (dired-log):
25480 * tar-mode.el (tar-subfile-save-buffer):
25481 * play/zone.el (zone-pgm-stress-destress):
25482 Use `insert-buffer-substring', not `insert-buffer'.
25484 2005-07-17 Simon Josefsson <jas@extundo.com>
25486 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25488 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
25490 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25491 Add plain auth method.
25492 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25494 2005-07-17 Kim F. Storm <storm@cua.dk>
25496 * ido.el (dired-other-window): Add ido property.
25498 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
25500 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25501 Fix typo in docstring.
25502 (byte-compile-interactive-only-functions): Add `insert-buffer' and
25503 `insert-file-literally'.
25505 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25506 info and delete redundant message. Doc fix.
25507 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25508 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25510 2005-07-16 Richard M. Stallman <rms@gnu.org>
25512 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25513 (byte-compile-and): Use byte-compile-and-recursion.
25514 (byte-compile-or-recursion): New function.
25515 (byte-compile-or): Use that.
25516 (byte-compile-if): Guard the else-clause too.
25517 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25519 * isearch.el (isearch-mode-end-hook-quit): New variable.
25520 (isearch-done): Bind it.
25521 (isearch-mode-end-hook): Doc fix.
25523 * allout.el (allout-isearch-did-quit): Variable deleted.
25524 (allout-real-isearch-abort): Function name no longer used.
25525 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25526 (allout-isearch-rectification): isearch-mode always exists.
25527 Don't set allout-isearch-did-quit.
25528 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25529 allout-isearch-did-quit.
25530 (allout-enwrap-isearch): Just add the hook.
25531 (allout-isearch-abort): Function deleted.
25532 (allout-pre-command-business): Avoid warning.
25534 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25535 Correctly avoid warnings.
25536 (pascal-outline): Likewise.
25538 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25540 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25542 * play/tetris.el (tetris-mode): Avoid warning.
25544 * play/snake.el (snake-mode): Avoid warning.
25546 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25547 (gamegrid-set-display-table): Avoid warning.
25548 (gamegrid-set-timer): Likewise.
25549 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25550 (gamegrid-add-score-with-update-game-score-1): Take FILE
25552 (gamegrid-add-score-with-update-game-score): Pass that argument.
25553 Rename have-shared-game-dir to gamegrid-shared-game-dir.
25555 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25557 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25558 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25560 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25563 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25564 (sc-ask): Avoid warnings.
25566 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25567 (eshell-hist-initialize): Use that var the natural way.
25569 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25571 * emacs-lisp/re-builder.el (reb-cook-regexp):
25572 Avoid warning calling lre-compile-string.
25573 (reb-color-display-p): Avoid warning.
25575 * calculator.el (calculator-last-input): Guard uses
25576 of event-key and key-press-event-p.
25577 (event-key, key-press-event-p): Delete definitions.
25579 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25580 (find-gc-source-directory, find-gc-subrs-callers)
25581 (find-gc-noreturn-list, find-gc-source-files)
25582 (find-gc-subrs-called): Vars renamed and defvar'd.
25584 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25585 (checkdoc-overlay-put, checkdoc-delete-overlay)
25586 (checkdoc-overlay-start, checkdoc-overlay-end)
25587 (checkdoc-mode-line-update, checkdoc-char=):
25588 Define such that compiler knows they are defined.
25589 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
25590 (checkdoc-read-event): Delete. Use read-event directly.
25592 * whitespace.el (whitespace-make-overlay)
25593 (whitespace-overlay-put, whitespace-delete-overlay)
25594 (whitespace-overlay-start, whitespace-overlay-end):
25595 Define such that compiler knows they are defined.
25596 (whitespace): Move conditional inside.
25598 * tempo.el (tempo-insert-template): Suppress warning.
25600 * ediff-diff.el (longlines-mode): Add defvar.
25602 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
25604 * server.el: Bind "C-x #" in a way that works even if C-x is
25605 redefined to a command key, not a prefix key.
25607 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
25609 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25610 cl-make-type-test till execution time.
25612 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
25614 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25615 arg ARG and use it.
25617 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
25619 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25621 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
25623 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25624 a defcustom with two :set or :type keywords.
25626 2005-07-15 Richard M. Stallman <rms@gnu.org>
25628 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25629 Don't give ^M comment-end syntax.
25631 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
25633 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25634 Don't consider gdbmi (gdb-mi.el has its own update functions).
25635 (gdb-var-delete): Make it work for gdbmi as well.
25636 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25638 * progmodes/gud.el (etags, sdb): Only require etags when needed.
25639 (gud-speedbar-menu-items): Correct logic for enabling items.
25641 2005-07-15 Kim F. Storm <storm@cua.dk>
25643 * ido.el: Fix commentary.
25644 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25645 Use with-no-warnings around ffap-guesser.
25646 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25647 Let bind minibuffer-completing-file-name to t.
25649 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
25651 * startup.el (site-run-file, keyboard-type): Doc fixes.
25652 (command-line): Check for "--basic-display" argument; also for
25653 "--quick", not "--bare-bones" (which was renamed).
25654 (fancy-splash-text): Add missing item "Getting New Versions".
25655 (normal-splash-screen): Fix typos and improve consistency with
25656 `fancy-splash-text'. Update copyright year.
25658 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25659 valid binding for `help-char'.
25661 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25663 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
25665 * term.el (term-mode): Disable cua-mode for term buffers.
25667 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
25669 * add-log.el (add-log-mailing-address, change-log-merge):
25671 (change-log-get-method-definition): Fix typo in docstring.
25673 2005-07-14 Kim F. Storm <storm@cua.dk>
25675 * emulation/cua-base.el:
25676 (cua--pre-command-handler-1, cua--pre-command-handler)
25677 (cua--post-command-handler-1, cua--post-command-handler):
25678 Split in two. Check (buffer local) value of cua-mode.
25679 (cua-selection-mode): New command.
25681 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
25683 * custom.el (custom-initialize-safe-set)
25684 (custom-initialize-safe-default): Doc fixes.
25686 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25687 and simplify :init-value again.
25689 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25690 and simplify :init-value again. Delete autoload.
25692 * startup.el (command-line): Use `custom-reevaluate-setting' again
25695 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25696 a defcustom with two :initialize keywords.
25698 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
25700 * allout.el (my-mark-marker, allout-isearch-prior-pos)
25701 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25702 (allout-post-command-business, allout-flag-region)
25703 (isearch-reenable-font-lock, allout-yank)
25704 (allout-insert-latex-header, allout-insert-latex-trailer)
25705 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25706 (allout-latex-verb-quote): Fix typos in docstrings.
25707 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25708 (allout-unprotected, allout-prefix-data):
25709 Improve argument/docstring consistency.
25710 (allout-chart-subtree): Fix argument spec.
25711 (allout-open-topic): Rename `use_sib_bullet' argument to
25712 `use-sib-bullet'. Doc fix.
25714 * whitespace.el (whitespace-check-buffer-leading)
25715 (whitespace-check-buffer-trailing)
25716 (whitespace-check-buffer-indent)
25717 (whitespace-check-buffer-spacetab)
25718 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25719 (whitespace-check-leading-whitespace)
25720 (whitespace-check-trailing-whitespace)
25721 (whitespace-check-spacetab-whitespace)
25722 (whitespace-check-indent-whitespace)
25723 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25724 (whitespace-modes): Fix typos in docstrings.
25725 (defgroup, defcustom): Doc fixes.
25727 * winner.el (winner-mode, winner-boring-buffers)
25728 (winner-pending-undo-ring): Doc fixes.
25729 (winner-ring): Remove unneeded `progn'.
25730 (winner-equal): `defsubst' it.
25731 (winner-redo): Fix message.
25733 2005-07-13 Kim F. Storm <storm@cua.dk>
25735 * simple.el (line-move-1): Always use vertical-motion to
25736 do the last (or only) line move to ensure some movement.
25737 Undo 2005-06-23 change--don't check for overlays.
25739 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25741 * term/mac-win.el (ccl-encode-mac-roman-font)
25742 (ccl-encode-mac-centraleurroman-font)
25743 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25744 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25745 Change charset-id boundary of dimension to ?\xef.
25746 (mac-char-fontspec-list): New constant.
25747 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
25748 argument. Nil uses itself as family in font-spec. Previous
25749 behavior for nil is now provided by non-nil non-string argument.
25750 All callers changed. Add font-specs for Mac fonts to
25751 "fontset-default" unless iso8859-1 fonts are installed.
25753 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
25755 * progmodes/sh-script.el (sh-get-indent-info): Only indent
25756 a continuation line if the \ is preceded by SPC or TAB.
25757 (sh-get-indent-info): Simplify.
25758 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25759 Use with-current-buffer.
25761 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25762 when the matched text is empty.
25764 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
25766 * startup.el (command-line): Revert to previous handling of
25767 tooltip-mode. Explain in comment why the complexity is needed.
25769 * tooltip.el (tooltip-mode): Revert to previous implementation of
25772 * frame.el (blink-cursor-mode): Revert to previous implementation
25773 of its defcustom. Update comment.
25775 2005-07-12 Lars Hansen <larsh@soem.dk>
25777 * desktop.el: Update e-mail address.
25779 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25781 * term/mac-win.el (mac-services-mail-selection)
25782 (mac-services-mail-to): New functions.
25783 (mac-application-menu-map): Bind them.
25785 2005-07-12 wulei <milton@wulei.net> (tiny change)
25787 * progmodes/gdb-ui.el: Add note about buffering with Windows.
25789 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
25791 * custom.el (custom-reevaluate-setting): Doc fix.
25793 2005-07-11 Jay Belanger <belanger@truman.edu>
25795 * calc/calc.el (calc-embedded-announce-formula-alist)
25796 (calc-embedded-open-close-plain-alist)
25797 (calc-embedded-open-close-mode-alist): Add checks for additional
25798 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25800 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
25802 * custom.el (custom-enable-theme): Don't add theme to
25803 `custom-enabled-themes' with `push' because there is no
25804 setf-method for `delq'.
25806 2005-07-11 Richard M. Stallman <rms@gnu.org>
25808 * custom.el (custom-declare-variable): Doc fix.
25810 * dired-aux.el (dired-compare-directories): Remove "." and ".."
25813 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25814 Do nothing if edebug-active.
25816 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25817 (edebug-display): Do it here instead.
25819 2005-07-10 Richard M. Stallman <rms@gnu.org>
25821 * cus-face.el (custom-theme-set-faces): Make it work.
25822 (custom-reset-faces): Doc fix.
25823 (custom-theme-reset-internal-face, custom-theme-face-value):
25826 * custom.el (custom-push-theme): Maintain list of the settings
25827 of a given theme in its theme-settings property.
25828 Maintain position of old settings in the theme-value
25829 or theme-face property.
25830 (custom-enabled-themes): New variable.
25831 (custom-theme-enabled-p): New function.
25832 (provide-theme): Update custom-enabled-themes.
25833 Disable and reenable the `user' theme.
25834 (require-theme): Doc fix.
25835 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
25836 (custom-theme-value, custom-theme-variable-value): Likewise.
25837 (custom-theme-reset-internal): Likewise.
25838 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
25839 (custom-enable-theme, custom-disable-theme): New functions.
25840 (custom-variable-theme-value, custom-face-theme-value): Likewise.
25841 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
25842 (custom-theme-reset-variables): Simplify.
25843 (deftheme, custom-declare-theme, custom-make-theme-feature):
25846 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
25848 * longlines.el (longlines-show-region)
25849 (longlines-unshow-hard-newlines): Recognize hard newlines by
25850 non-nil hard property, instead of t.
25852 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
25854 * viper-cmd.el (viper--key-maps): New variable.
25855 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
25856 emulation-mode-map-alists.
25857 (viper-envelop-ESC-key): Use viper-subseq.
25858 (viper-search-forward/backward/next): Disable debug-on-error.
25860 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25861 (viper-ESC-key): New defcustoms.
25863 * viper-macs.el (ex-map-read-args): Use viper-subseq.
25865 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
25866 (viper-subseq): Copy of subseq from cl.el.
25868 * viper.el (viper-go-away, viper-set-hooks): Use
25869 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
25871 * viper-mous.el (viper-current-frame-saved): Use defvar.
25873 * viper-init.el: Get rid of -face in face names.
25875 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
25876 Make it work with longlines mode.
25878 * ediff-mult.el (ediff-meta-mode-hook): New variable.
25880 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
25882 * ediff-init.el: Get rid of -face in face names.
25884 2005-07-10 Richard M. Stallman <rms@gnu.org>
25886 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
25887 and with-timeout-unsuspend.
25889 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
25890 and with-timeout-unsuspend.
25892 * emacs-lisp/timer.el (with-timeout-timers): New variable.
25893 (with-timeout): Bind that variable to record timers.
25894 (with-timeout-suspend, with-timeout-unsuspend): New functions.
25896 * emacs-lisp/debug.el (debug-help-follow): New function.
25897 (debugger-mode-map): Use that instead of help-follow.
25898 (debugger-setup-buffer): Use eval-buffer-list
25899 to handle eval-buffer frames.
25901 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
25903 * timezone.el (timezone-parse-date): Change first regexp
25904 so it will not mistakenly match dates with no time zone.
25906 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
25908 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
25910 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
25912 * custom.el (custom-initialize-safe-set)
25913 (custom-initialize-safe-default): New functions.
25915 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25916 and simplify :init-value.
25918 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25919 and simplify :init-value. Delete obsolete comment.
25921 * startup.el (command-line): Use `custom-reevaluate-setting' to
25922 handle `tooltip-mode'. Delete obsolete comment.
25924 * files.el (set-visited-file-name): Avoid calling
25925 `file-name-nondirectory' with a nil argument.
25927 2005-07-09 Richard M. Stallman <rms@gnu.org>
25929 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
25930 was called with nil for the buffer, handle the read position right.
25931 Handle read position for eval-region, too.
25933 2005-07-09 Juri Linkov <juri@jurta.org>
25935 * fringe.el (fringe-mode): Add period in docstring.
25936 (fringe-query-style): Build prompt depending on `all-frames' arg.
25938 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
25939 to not create links to unrelated functions in the Help buffer.
25941 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
25944 * simple.el (next-error-hook): New variable.
25945 (next-error): Use it. Doc fix.
25947 * textmodes/ispell.el (ispell-command-loop): Add current
25948 dictionary name and program name to mode-line-format.
25949 (ispell-region, ispell-process-line): Add current dictionary name
25950 and program name to messages.
25952 2005-07-08 Jay Belanger <belanger@truman.edu>
25954 * calc/calc.el (calc-embedded-announce-formula-alist)
25955 (calc-embedded-open-close-formula-alist)
25956 (calc-embedded-open-close-word-alist)
25957 (calc-embedded-open-close-plain-alist)
25958 (calc-embedded-open-close-new-formula-alist)
25959 (calc-embedded-open-close-mode-alist)
25960 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
25961 (calc-embedded-mode-hook): New variables.
25963 * calc/calc-embed.el (calc-embedded-firsttime)
25964 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
25966 (calc-do-embedded): Use calc-embedded-firsttime,
25967 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
25968 determine whether or not to run hooks.
25969 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
25970 calc-embedded-firsttime-formula appropriately.
25971 Set calc-embedded delimiter variables according to mode.
25973 2005-07-08 Richard M. Stallman <rms@gnu.org>
25975 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
25976 Check for "emacs", etc., as entire symbol, not just as word.
25977 (checkdoc-file-comments-engine): Use regexp-quote on FN.
25979 * files.el (set-visited-file-name): Report the error
25980 for "empty filename" earlier.
25981 (kill-some-buffers): Ignore buffers already dead.
25983 * fringe.el (fringe-mode): Doc fix.
25985 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25986 Check for (featurep 'xemacs) and turn off warnings in what it guards.
25987 Use unwind-protect to ensure byte-compile-unresolved-functions
25990 * whitespace.el (whitespace-buffer-leading-cleanup):
25991 Simplify w/ skip-chars-forward.
25992 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
25994 * mail/rmail.el (rmail-only-expunge): Fix paren error.
25995 Unconditionally try to leave point at the same old place.
25997 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
25999 * comint.el (comint-postoutput-scroll-to-bottom)
26000 (comint-show-maximum-output): Take scroll-margin into consideration.
26002 2005-07-08 Kim F. Storm <storm@cua.dk>
26004 * ido.el (ido-use-filename-at-point): New choice `guess'.
26005 (ido-file-internal): Try ffap-guesser if selected.
26007 * ido.el (ido-before-fallback-functions): New hook.
26008 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26009 (ido-read-file-name): Run it.
26011 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
26013 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26014 strings rather than a list of symbols to the completion function.
26016 2005-07-07 Jay Belanger <belanger@truman.edu>
26018 * calc/calc-units.el (math-apply-units): Change the places in
26019 which units are simplified.
26021 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
26023 * cus-edit.el (customize-option, customize-option-other-window):
26024 Make them handle aliases.
26026 * custom.el (custom-variable-p): Make it recursively follow
26027 aliases. Mention that in the docstring.
26029 2005-07-07 Richard M. Stallman <rms@gnu.org>
26031 * cus-start.el (exec-path): Use `directory' instead of `file'.
26034 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26036 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26037 when called non-interactively. Doc fix.
26039 2005-07-07 Lute Kamstra <lute@gnu.org>
26041 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26042 new address as well.
26044 2005-07-07 Kenichi Handa <handa@m17n.org>
26046 * international/mule.el (make-coding-system):
26047 Describe `ascii-incompatible' property in the docstring.
26048 (set-file-name-coding-system): Signal an error if coding-system is
26049 ascii-incompatible.
26050 (set-keyboard-coding-system): Likewise.
26052 * international/mule-cmds.el (set-default-coding-systems):
26053 Don't set default-file-name-coding-system and
26054 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26056 * international/utf-16.el: Declare that all UTF-16-based coding
26057 systems are ASCII-incompatible.
26059 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26061 * progmodes/gud.el: Require font-lock for displaying errors.
26064 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26066 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26067 values for the pattern lists which are `read'able but not
26068 `append'able (like symbols).
26070 2005-07-06 Richard M. Stallman <rms@gnu.org>
26072 * progmodes/flymake.el (flymake-float-time): Instead of
26073 with-no-warnings, test for XEmacs.
26074 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26077 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
26079 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26081 2005-07-05 Lute Kamstra <lute@gnu.org>
26083 * battery.el: Add support for Darwin (with much debugging help
26084 from Samuel Lauber <sam124@operamail.com>).
26085 (battery-status-function, battery-echo-area-format)
26086 (battery-mode-line-format): Add support for pmset on Darwin.
26087 (battery-load-low, battery-load-critical): New user options.
26088 (battery-pmset): New function.
26090 2005-07-05 Lute Kamstra <lute@gnu.org>
26092 Update FSF's address in GPL notices.
26094 * textmodes/page-ext.el: Update FSF's address.
26096 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
26098 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26099 filling from using prefix when filling a single-line docstring.
26101 * progmodes/flymake.el: Remove useless eval-when-compile.
26103 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26105 2005-07-04 Richard M. Stallman <rms@gnu.org>
26107 * textmodes/org.el (org-file-apps-defaults-gnu):
26108 Rename from org-file-apps-defaults-linux.
26109 (org-default-apps): Don't test system-type for `linux'.
26110 (org-file-apps): Doc fix.
26112 2005-07-04 David Ponce <david@dponce.com>
26114 * tree-widget.el: Improve header Commentary section.
26115 (tree-widget) [defgroup]
26116 (tree-widget-image-enable, tree-widget-themes-directory)
26117 (tree-widget-theme, tree-widget-image-properties-emacs)
26118 (tree-widget-image-properties-xemacs, tree-widget-create-image)
26119 (tree-widget-image-formats, tree-widget-control)
26120 (tree-widget-empty-control, tree-widget-leaf-control
26121 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26122 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26123 (tree-widget-keep, tree-widget-after-toggle-functions)
26124 (tree-widget-open-node, tree-widget-close-node): Doc fix.
26125 (tree-widget-open-control, tree-widget-close-control): Fix doc and
26126 :help-echo message.
26127 (tree-widget-set-theme): Doc fix. Use `string-equal'.
26128 (tree-widget-image-properties): Doc fix. Clearer implementation.
26129 (tree-widget--cursors): New constant.
26130 (tree-widget-lookup-image): New function split from
26131 `tree-widget-find-image'. Clearer implementation.
26132 (tree-widget-find-image): Use it.
26133 (tree-widget-button-keymap): Use `set-keymap-parent'.
26134 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26135 Define the sub-widgets here.
26136 (tree-widget-node): Check that :node is not a tree-widget.
26137 (tree-widget-get-super, tree-widget-open-control)
26138 (tree-widget-close-control, tree-widget-empty-control)
26139 (tree-widget-leaf-control, tree-widget-guide)
26140 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26141 (tree-widget-no-handle, tree-widget-value-delete)
26142 (tree-widget-map): Remove.
26143 (tree-widget-children-value-save): Doc fix. Simplified.
26144 (tree-widget-value-create): Update according to previous changes.
26146 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
26148 * textmodes/org.el: Leading space replaced by TABS.
26149 (org-recalc-marks, org-table-rotate-recalc-marks)
26150 (org-table-get-specials): Treat "^" and "_" marks.
26151 (org-table-justify-field-maybe): Optional argument NEW.
26152 (org-table-eval-formula): Parsing of the format simplified.
26153 New modes C,I. Honor the %= parameter in the current table.
26154 Avoid unnecessary re-align by using the NEW argument to
26155 `org-table-justify-field-maybe'.
26156 (org-calc-default-modes): Default for date-format mimicks org-mode.
26157 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26159 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
26161 * cus-face.el (custom-theme-set-faces): Make it handle face
26162 aliases whose alias declarations are pre- or autoloaded.
26164 2005-07-04 Juri Linkov <juri@jurta.org>
26166 * faces.el (read-face-name): Put the code for getting a face name
26167 from the buffer before adding the faces from the `face' property.
26168 Use `completing-read-multiple' instead of `completing-read'.
26169 Require `crm'. Add default value and post-process the returned
26172 * emacs-lisp/crm.el (crm-find-current-element)
26173 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26175 * emacs-lisp/lisp-mode.el (eval-defun-1):
26176 * emacs-lisp/edebug.el (edebug-eval-defun):
26177 Remove unnecessary quotes.
26179 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
26181 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26182 (prolog-indent-level): Fix typo in docstring.
26184 * info.el (Info-history, Info-history-forward)
26185 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26187 * add-log.el (add-change-log-entry):
26188 * comint.el (comint-dynamic-list-input-ring)
26189 (comint-dynamic-list-completions):
26190 * dabbrev.el (dabbrev-expand):
26191 * delim-col.el (delimit-columns-rectangle-line):
26192 * diff-mode.el (diff-context->unified, diff-reverse-direction)
26193 (diff-unified->context):
26194 * ediff-init.el (ediff-abbrev-jobname):
26195 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26196 (ediff-replace-session-activity-marker-in-meta-buffer):
26197 * info.el (Info-summary):
26198 * lpr.el (printify-region):
26199 * printing.el (pr-create-interface):
26200 * ps-print.el (ps-print-quote):
26201 * ses.el (ses-column-widths, ses-print-cell)
26202 (ses-adjust-print-width, ses-center):
26203 * shell.el (shell-file-name-quote-list):
26204 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26205 (strokes-fill-current-buffer-with-whitespace)
26206 (strokes-xpm-for-stroke, strokes-list-strokes)
26207 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26208 * term.el (term-dynamic-list-input-ring)
26209 (term-dynamic-list-completions):
26210 * calc/calc.el (math-format-stack-value):
26211 * emacs-lisp/edebug.el (edebug-display-freq-count):
26212 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26213 (delphi-new-comment-line):
26214 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26215 * progmodes/executable.el (executable-set-magic):
26216 * progmodes/python.el (inferior-python-mode):
26217 * progmodes/scheme.el (scheme-mode-syntax-table):
26218 * progmodes/sh-script.el (sh-maybe-here-document):
26219 * progmodes/sql.el (sql-copy-column):
26220 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26221 * textmodes/bibtex.el (bibtex-mode):
26222 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26223 (sgml-auto-attributes):
26224 * textmodes/table.el (table-insert, table-shorten-cell)
26225 (table--generate-source-scan-lines, table-delete-row)
26226 (*table--cell-delete-char, table--spacify-frame)
26227 (table--horizontally-shift-above-and-below)
26228 (table--cell-insert-char, table--cell-blank-str)
26229 (table--fill-region-strictly):
26230 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26231 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26233 * add-log.el (change-log):
26234 * apropos.el (apropos):
26235 * comint.el (comint-completion, comint-source):
26236 * dabbrev.el (dabbrev):
26237 * delim-col.el (columns):
26238 * diff-mode.el (diff-mode):
26239 * ediff.el (ediff):
26240 * ediff-diff.el (ediff-diff):
26241 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26242 * ediff-mult.el (ediff-mult):
26243 * ediff-ptch.el (ediff-ptch):
26244 * ediff-wind.el (ediff-window):
26245 * facemenu.el (facemenu):
26246 * indent.el (indent):
26248 * jka-cmpr-hook.el (compression, jka-compr):
26250 * outline.el (outlines):
26251 * pcmpl-cvs.el (pcmpl-cvs):
26252 * pcmpl-rpm.el (pcmpl-rpm):
26253 * printing.el (printing):
26254 * ps-print.el (postscript, ps-print, ps-print-horizontal)
26255 (ps-print-vertical, ps-print-headers, ps-print-font)
26256 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26257 (ps-print-background, ps-print-printer, ps-print-page)
26258 (ps-print-miscellany):
26260 * shell.el (shell, shell-directories, shell-faces):
26261 * startup.el (initialization):
26262 * strokes.el (strokes):
26264 * uniquify.el (uniquify):
26265 * w32-vars.el (w32):
26266 * calc/calc.el (calc):
26267 * emacs-lisp/bytecomp.el (bytecomp):
26268 * emacs-lisp/cl-indent.el (lisp-indent):
26269 * emacs-lisp/edebug.el (edebug):
26270 * emacs-lisp/elp.el (elp):
26271 * emacs-lisp/testcover.el (testcover):
26272 * emacs-lisp/trace.el (trace):
26273 * emulation/viper-ex.el (viper-ex):
26274 * emulation/viper-mous.el (viper-mouse):
26275 * mail/mailalias.el (mailalias):
26276 * mail/supercite.el (supercite, supercite-frames)
26277 (supercite-attr, supercite-cite, supercite-hooks):
26278 * net/rcompile.el (remote-compile):
26279 * net/rlogin.el (rlogin):
26280 * obsolete/ooutline.el (outlines):
26281 * progmodes/delphi.el (delphi):
26282 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26283 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26284 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26285 (ebnf-optimization):
26286 * progmodes/etags.el (etags):
26287 * progmodes/executable.el (executable):
26288 * progmodes/idlwave.el (idlwave):
26289 * progmodes/pascal.el (pascal):
26290 * progmodes/prolog.el (prolog):
26291 * progmodes/python.el (python):
26292 * progmodes/scheme.el (scheme):
26293 * progmodes/sh-script.el (sh, sh-script):
26294 * progmodes/sql.el (SQL):
26295 * progmodes/tcl.el (tcl):
26296 * textmodes/bibtex.el (bibtex, bibtex-autokey):
26297 * textmodes/enriched.el (enriched):
26298 * textmodes/makeinfo.el (makeinfo):
26299 * textmodes/sgml-mode.el (sgml):
26300 * textmodes/table.el (table-hooks):
26301 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26302 * textmodes/texinfo.el (texinfo):
26303 * textmodes/two-column.el (two-column):
26304 Finish `defgroup' description with period.
26306 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26307 * eshell/esh-var.el (eshell-var):
26308 * progmodes/vhdl-mode.el (vhdl-testbench):
26309 * textmodes/org.el (org): Fix typos in docstrings.
26311 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26314 * progmodes/flymake.el (flymake-find-file): Remove.
26315 (flymake-float-time): Use `with-no-warnings'.
26316 (flymake-check-start-time, flymake-check-was-interrupted)
26317 (flymake-err-info, flymake-is-running, flymake-last-change-time)
26318 (flymake-new-err-info): `defvar' at compile time.
26320 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
26322 * replace.el (occur-hook): Doc fix.
26323 (occur-1): Don't call `occur-hook' if there are no matches.
26325 2005-07-03 Richard M. Stallman <rms@gnu.org>
26327 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26328 global-map, save the same map.
26329 (global-map): Don't alter it at top level.
26330 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26331 Then alter it here instead.
26332 (tpu-edt-off): Set global-map to the saved one.
26334 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26335 All references simplified.
26336 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
26337 (zmacs-regions): Add defvar.
26338 (repeat-complex-command-map): Everything about that deleted.
26340 * textmodes/artist.el (artist-key-is-drawing)
26341 (artist-key-endpoint1, artist-key-poly-point-list)
26342 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26343 (artist-key-compl-table, artist-rb-save-data)
26344 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26345 Don't put them in eval-when-compile.
26346 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26348 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26349 Use with-no-warnings.
26351 * net/browse-url.el (dos-windows-version): Add defvar.
26353 * mail/supercite.el (filladapt-prefix-table): Add defvar.
26355 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26356 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26357 (rmail-new-summary-line-count): Rename from new-summary-line-count.
26359 (rmail-summary-beginning-of-message): Use with-no-warnings.
26360 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26362 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26363 Use with-no-warnings.
26365 * emulation/vi.el (vi-mark-region): Use c-mark-function.
26366 (c-mark-function): Add point-moving-unit property.
26367 (vi-goto-line): Use with-no-warnings.
26369 * emulation/edt.el (edt-last-copied-word): Add defvar.
26370 (zmacs-region-stays): Likewise.
26371 (edt-mark-section-wisely): Use c-mark-function for C.
26372 Use makr-defun for Fortran.
26373 (time-string): defvar deleted.
26374 (edt-display-the-time): Don't set time-string.
26376 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26378 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26379 Don't warn when name is not constant
26380 or for defining the group `emacs'.
26382 * tooltip.el (gud-tooltip-mode): Add defvar.
26384 * startup.el (default-frame-background-mode): Add defvar.
26386 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26388 * info.el (tool-bar-map): Add defvar.
26390 * dired.el (dnd-protocol-alist): Add defvar.
26392 * dired-aux.el (dired-query): Display question with answer, when
26395 * custom.el (custom-add-option): Doc fix.
26397 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26399 2005-07-03 Eli Zaretskii <eliz@gnu.org>
26401 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26402 bogus name from the last change.
26404 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
26406 * custom.el (custom-declare-variable): Fix typos in comment.
26407 (custom-known-themes): Doc fix.
26408 (custom-theme-directory): New defcustom.
26409 (require-theme): Make it check `custom-theme-directory'.
26411 * cus-theme.el (custom-new-theme-mode): New function.
26412 (custom-theme-name, custom-theme-variables, custom-theme-faces)
26413 (custom-theme-description): Add compiler defvars.
26414 (customize-create-theme): Add doc to the "*New Custom Theme*"
26415 buffer. Use `custom-new-theme-mode'.
26416 (custom-theme-write): Put the created buffer in emacs-lisp-mode
26417 and save it to the `custom-theme-directory'. Make this the
26418 default directory of the buffer.
26420 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
26422 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26423 Fix unbalanced parentheses.
26425 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
26427 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26428 into flymake-mode and delegate to flymake-mode.
26430 * find-file.el (ff-which-function-are-we-in): Clean up.
26432 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
26434 * replace.el (occur-rename-buffer): Fix docstring.
26436 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26437 (edt-last-copied-word, edt-learn-macro-count)
26438 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26439 (edt-rect-start-point, edt-user-global-map, rect-start-point)
26440 (time-string, zmacs-region-stays):
26441 * emulation/edt-mapper.el (edt-save-function-key-map)
26442 (EDT-key-name): `defvar' to silence the byte-compiler.
26444 2005-07-02 Martin Rudalics <rudalics@gmx.at>
26446 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26447 font-lock-regexp-backslash. Doc fix.
26448 (font-lock-regexp-backslash-grouping-construct): Rename from
26449 font-lock-regexp-backslash-construct. Doc fix.
26450 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26451 grouping constructs.
26453 2005-07-02 Eli Zaretskii <eliz@gnu.org>
26455 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26456 updating all the prerequisites.
26458 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
26460 * textmodes/org.el (org-agenda-start-on-weekday)
26461 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26462 (org-agenda-use-time-grid, org-archive-location)
26463 (org-allow-space-in-links, org-usenet-links-prefer-google)
26464 (org-enable-table-editor, org-export-default-language)
26465 (org-export-html-show-new-buffer, org-fill-paragraph)
26466 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26467 (org-goto-quit, org-occur, org-eval-in-calendar)
26468 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26469 (org-agenda-diary-entry, org-remember-help)
26470 (org-table-convert-region, org-at-table-p)
26471 (org-table-move-row-down, org-table-move-row-up)
26472 (org-table-copy-region, org-table-toggle-vline-visibility)
26473 (org-table-get-stored-formulas, org-table-get-specials)
26474 (org-recalc-commands, org-table-eval-formula)
26475 (org-table-formula-substitute-names, orgtbl-make-binding)
26476 (org-format-org-table-html, org-format-table-table-html)
26477 (org-format-table-table-html-using-table-generate-source)
26478 (org-customize): Fix typos in docstrings.
26479 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26480 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26481 (org-back-to-heading): Doc fixes.
26482 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26483 (org-agenda-change-all-lines, org-get-header):
26484 Improve argument/docstring consistency.
26485 (orgtbl-error): Fix error message.
26487 * progmodes/flymake.el (flymake-find-possible-master-files)
26488 (flymake-master-file-compare, flymake-get-line-err-count)
26489 (flymake-highlight-line, flymake-gui-warnings-enabled):
26490 Fix typos in docstrings.
26491 (flymake-parse-line, flymake-get-project-include-dirs-function)
26492 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26494 (flymake-get-project-include-dirs-function)
26495 (flymake-make-err-menu-data):
26496 Improve argument/docstring consistency.
26498 2005-07-01 Lute Kamstra <lute@gnu.org>
26500 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26501 Catch errors with ignore-errors. Use temporary buffer.
26502 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
26504 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26505 background color faces.
26506 (facemenu-set-foreground, facemenu-set-background):
26507 Use facemenu-set-face-from-menu.
26508 (facemenu-set-face-from-menu): Treat face names that start with
26509 "fg:" or "bg:" as special.
26510 (facemenu-add-new-color): Don't create faces. Simplify.
26512 2005-06-30 Richard M. Stallman <rms@gnu.org>
26514 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26515 (crm-find-current-element): Likewise.
26517 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
26519 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26521 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
26523 * arc-mode.el (archive-extract): Make it work as a mouse binding.
26524 (archive-mouse-extract): Make it an obsolete alias.
26525 (archive-mode-map): Don't use archive-mouse-extract any more.
26526 (archive-mode, archive-extract): write-contents-hooks ->
26527 write-contents-functions.
26528 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26530 (archive-rename-entry): Update the call.
26531 (archive-zip-summarize): Remove unused var `method'.
26532 (archive-lzh-summarize): Remove unused var `creator'.
26534 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26535 dedicated frame upon exit.
26537 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26538 (archive-zip-extract, archive-zip-expunge)
26539 (archive-zip-update, archive-zip-update-case): Use executable-find.
26540 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26541 Use restore-buffer-modified-p.
26542 (archive-extract, archive-add-new-member, archive-write-file-member):
26543 Use with-current-buffer.
26544 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26546 2005-06-30 Andreas Schwab <schwab@suse.de>
26548 * progmodes/gud.el (gud-filter): Remove unneeded progn.
26550 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26552 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26554 2005-06-30 Juri Linkov <juri@jurta.org>
26556 * faces.el (vertical-border): Inherit from mode-line-inactive
26559 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
26561 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26562 example, -NLINES in the `occur' docstring).
26564 * replace.el (occur-1): When no matches are found, do not set the
26565 `buffer-read-only' and modified flags for the occur buffer,
26566 because it is deleted.
26568 * emulation/cua-base.el (cua-check-pending-input)
26569 (cua-repeat-replace-region, cua-mode, cua-debug)
26570 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26571 Fix typos in docstrings.
26573 * emulation/cua-gmrk.el (cua-toggle-global-mark)
26574 (cua-cut-region-to-global-mark)
26575 (cua--cut-rectangle-to-global-mark):
26576 Remove period from end of messages.
26578 * emulation/cua-rect.el (cua-do-rectangle-padding):
26579 Remove period from end of messages.
26580 (cua--rectangle-seq-format): Fix typo in docstring.
26581 (cua-sequence-rectangle, cua-fill-char-rectangle):
26582 Improve argument/docstring consistency.
26584 2005-06-29 Juri Linkov <juri@jurta.org>
26586 * faces.el (default-frame-background-mode): New internal variable.
26587 (frame-set-background-mode): Use it.
26589 * startup.el (normal-top-level): Set default-frame-background-mode
26590 instead of frame-background-mode. Before setting it, test for its
26591 nil value. Remove tests for frame-background-mode and frame
26592 parameter `reverse'. Add test for "unspecified-fg".
26594 * term/xterm.el (xterm-rxvt-set-background-mode):
26595 * term/rxvt.el (rxvt-set-background-mode):
26596 Set default-frame-background-mode instead of frame-background-mode.
26598 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
26600 * simple.el (set-variable): Warn about obsolete user variables.
26602 * imenu.el (imenu--completion-buffer):
26603 * mouse.el (mouse-buffer-menu-alist):
26604 * msb.el (msb-invisible-buffer-p):
26605 * calendar/diary-lib.el (diary-header-line-format):
26606 * emacs-lisp/pp.el (pp-buffer):
26607 * progmodes/cperl-mode.el (cperl-do-auto-fill):
26608 * textmodes/picture.el (picture-replace-match):
26609 Change space constants followed by a sexp to "?\s ".
26611 * play/decipher.el (decipher-loop-with-breaks):
26612 * textmodes/texinfo.el (texinfo-insert-@item): Change space
26613 constants "protected" from end of line by a comment to "?\s".
26615 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
26617 * font-lock.el (save-buffer-state): Use `declare'.
26619 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26620 reset the syntax-table to cperl-mode-syntax-table.
26621 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26622 "foo_print_bar" is not matched as a reserved keyword.
26624 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
26626 * textmodes/org.el (orgtbl-setup): New function, for delayed
26627 setup for the orgtbl commands.
26628 (org-calc-default-modes): New option.
26629 (orgtbl-make-binding): Use `defun' to get better help display.
26630 (org-diary): Call `org-compile-prefix-format'.
26631 (org-table-formula-substitute-names): New function.
26632 (org-agenda-day-view, org-agenda-week-view): New commands.
26633 (org-agenda-toggle-week-view): Command removed.
26634 (org-tbl-menu): Split off from org-org-menu.
26635 (org-mode): Move removal of outline-mode menus to here.
26636 (org-table-formula-debug): New option.
26637 (org-table-insert-row): Keep first field if just "#" or "*".
26638 (org-mode): Paragraph regexps fixed.
26639 (org-table-recalculate-regexp): New constant.
26640 (org-table-justify-field-maybe): Avoid replace if not necessary.
26641 (org-copy-special, org-cut-special): Use `call-interactively'.
26642 (org-table-copy-region): Take region from `interactive' call.
26643 (org-trim): Return string even if no match.
26644 (org-formula): New face.
26645 (org-set-font-lock-defaults): No longer highlight "FIXME".
26646 But highlight formula-related fields in table.
26647 (org-table-p): Use regexp, not fontification.
26648 (org-table-align): Handle white space at end of line.
26649 (org-table-formula-evaluate-inline): New option.
26650 (org-mode): Auto-wrapping in comment lines turned off.
26651 (org-table-copy-down): Evaluate only in copied field, not in
26653 (org-table-current-formula): Variable removed.
26654 (org-table-store-formulas, org-table-get-stored-formulas)
26655 (org-table-modify-formulas, org-table-replace-in-formulas)
26656 (org-table-maybe-eval-formula): New functions.
26657 (org-table-get-formula): Modify to use stored formulas.
26658 (org-table-insert-column, org-table-delete-column)
26659 (org-table-move-column): Call `org-table-modify-formulas'.
26660 (org-complete): Add completion for keyword formulas.
26661 (orgtbl-mode): Pull orgtbl-mode-map to start of
26662 minor-mode-map-alist.
26664 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
26666 * progmodes/python.el (python-check): Require `compile' before
26667 modifying its variables.
26669 * newcomment.el (comment-indent-default): Don't get fooled by an early
26672 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26674 * ps-print.el (ps-print-version): Fix version number.
26676 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
26678 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26680 2005-06-28 Richard M. Stallman <rms@gnu.org>
26682 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26683 (flyspell-local-mouse-map): Declaration deleted.
26684 (flyspell-mouse-map): Bind only mouse-2.
26685 (flyspell-mode-map): Don't test flyspell-use-local-map.
26686 (flyspell-overlay-keymap-property-name): Var deleted.
26687 (flyspell-mode-on): Don't make local bindings for
26688 flyspell-mouse-map and flyspell-mode-map.
26689 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26691 * textmodes/ispell.el (ispell-word): Do not ignore short words.
26693 * progmodes/compile.el (compilation-next-error-function):
26694 Don't switch buffers; operate on the current buffer.
26696 * progmodes/compile.el (compilation-error-file-name)
26697 (compilation-warning-file-name, compilation-info-file-name)
26698 (compilation-line-number, compilation-column-number): New faces.
26699 (compilation-error-face, compilation-warning-face)
26700 (compilation-info-face, compilation-line-face)
26701 (compilation-column-face): Use them.
26703 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26705 * comint.el (comint-password-prompt-regexp): Accept ", try again".
26707 * bindings.el (global-map): Bind insertchar and its variants.
26709 2005-06-27 Richard M. Stallman <rms@gnu.org>
26711 * textmodes/artist.el (artist-text-overwrite)
26712 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26714 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26716 * ps-print.el: It was not working the page selection for printing.
26717 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26718 (ps-print-version): New version 6.6.7.
26719 (ps-end-sheet): New fun.
26720 (ps-header-sheet, ps-end-job): Call it.
26722 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
26724 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26726 2005-06-27 Lute Kamstra <lute@gnu.org>
26728 * facemenu.el (facemenu-unlisted-faces): Add foreground and
26729 background color faces.
26730 (facemenu-get-face): Delete function.
26731 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26732 (facemenu-add-new-color): Make second argument mandatory.
26733 Create the appropriate face and return it. Simplify.
26734 (facemenu-set-foreground, facemenu-set-background): Don't check if
26735 color is defined. Use return value of facemenu-add-new-color.
26737 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
26739 * progmodes/gud.el (gud-filter): Add missing argument to
26740 with-selected-window.
26742 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
26744 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26745 a :require to the defcustom.
26747 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26748 defcustoms corresponding to minor modes.
26750 2005-06-26 David Ponce <david@dponce.com>
26752 * recentf.el: Require tree-widget instead of wid-edit.
26753 (recentf-filename-handler): Fix widget :type.
26754 (recentf-cancel-dialog, recentf-open-more-files)
26755 (recentf-open-files-action): Doc fix.
26756 (recentf-dialog-goto-first): New function.
26757 (recentf-dialog-mode-map): Set parent keymap first.
26758 (recentf-dialog-mode): Define with define-derived-mode.
26759 Don't display continuation lines in dialogs.
26760 (recentf-edit-list): Rename from recentf-edit-selected-items.
26761 (recentf-edit-list-select): Rename from recentf-edit-list-action.
26763 (recentf-edit-list-validate): New function.
26764 (recentf-edit-list): Update accordingly.
26765 (recentf-open-files-item-shift): Remove.
26766 (recentf-open-files-item): Convert menu elements into tree and
26767 link widgets. Don't create the widgets.
26768 (recentf-open-files): Update accordingly.
26769 (recentf-save-list): Untabify.
26771 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
26773 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26774 (keep-lines): Add INTERACTIVE arg. Never delete lines only
26775 partially contained in the active region. Do not take active
26776 region into account when called from Lisp, unless INTERACTIVE arg
26777 is non-nil. Use `forward-line' instead of `beginning-of-line' to
26778 avoid trouble with fields. Make marker point nowhere when no
26779 longer used. Always return nil. Doc fix.
26780 (flush-lines): Add INTERACTIVE arg. Do not take active region
26781 into account when called from Lisp, unless INTERACTIVE arg is
26782 non-nil. Use `forward-line' instead of `beginning-of-line' to
26783 avoid trouble with fields. Make marker point nowhere when no
26784 longer used. Always return nil. Doc fix.
26785 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
26786 interchangeable. Do not take active region into account when
26787 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
26788 message in echo area when called from Lisp, unless INTERACTIVE arg
26789 is non-nil. Avoid saying "1 occurrences". Do not use markers.
26790 Return the number of matches. Doc fix.
26792 (perform-replace): Make comment follow double space convention for
26793 the sake of `outline-minor-mode'.
26795 * faces.el (facep): Doc fix.
26797 2005-06-25 Richard M. Stallman <rms@gnu.org>
26799 * facemenu.el (facemenu-enable-faces-p): New function.
26800 (facemenu-background-menu, facemenu-foreground-menu)
26801 (facemenu-face-menu): Add menu-enable property.
26803 * jka-compr.el (jka-compr-insert-file-contents):
26804 Special handling if cannot find the uncompression program.
26806 * cus-face.el (custom-face-attributes): Add autoload.
26808 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26809 Bind comment-indent-function locally.
26811 * window.el (save-selected-window): Use save-current-buffer.
26813 * subr.el (with-selected-window): Use save-current-buffer.
26815 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26816 and with-current-buffer.
26818 2005-06-24 Richard M. Stallman <rms@gnu.org>
26820 * simple.el (line-move-1): Fix previous change.
26822 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
26824 * replace.el (occur-1): Set `buffer-read-only' and the
26825 buffer-modified flag before running `occur-hook' to protect
26826 against unintentional buffer switches that can lead to data loss.
26828 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
26830 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26831 (gud-gdb-marker-filter): Use font-lock-warning-face for any
26834 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
26836 (gdb-var-create-handler): Put name of expression in quotes.
26838 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
26840 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
26841 elements of RING in order, and without bogus nil elements.
26843 2005-06-23 Richard M. Stallman <rms@gnu.org>
26845 * simple.el (set-variable): Args renamed; doc fix.
26846 (line-move-1): When there are overlays around, use vertical-motion.
26848 * faces.el (escape-glyph): Use brown against light background.
26849 (nobreak-space): Rename from no-break-space.
26850 Fix previous change.
26852 * dired-aux.el (dired-do-copy): Fix arg prompt.
26854 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
26856 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
26858 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
26859 rather than "Distributor".
26861 2005-06-23 Lute Kamstra <lute@gnu.org>
26863 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
26864 (debug-on-entry): Use it. New interactive declaration that uses
26865 function-called-at-point.
26867 2005-06-23 Kim F. Storm <storm@cua.dk>
26869 * subr.el (save-match-data): Add comment about using evaporate arg
26872 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
26874 * cus-edit.el (customize-face)
26875 (customize-face-other-window): Handle face aliases.
26877 * faces.el (face-documentation, set-face-attribute)
26878 (face-spec-set): Handle face aliases.
26880 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
26882 * help-mode.el (help-make-xrefs): If a symbol representing a face
26883 name is not followed by the word "face", it could still be a
26884 function or variable name, so don't bypass other checks.
26886 2005-06-22 Juri Linkov <juri@jurta.org>
26888 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
26889 Replace aliased functions with calls where second arg `inherit' is t.
26891 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
26893 * progmodes/gdb-ui.el (gdb-error): New variable.
26894 (gdb-error): New function.
26895 (gdb-annotation-rules): Act on error-begin and error annotations.
26896 (gdb-concat-output): Use font-lock-warning-face for errors.
26898 2005-06-22 Miles Bader <miles@gnu.org>
26900 * bindings.el (propertized-buffer-identification): Use renamed
26901 `Buffer-menu-buffer' face.
26903 * faces.el (vertical-border): Rename from `vertical-divider'.
26904 (escape-glyph): Change dark-background color back to `cyan'.
26906 2005-06-21 Juri Linkov <juri@jurta.org>
26908 * faces.el (face-user-default-spec): Try getting `customized-face'
26909 prior to `saved-face'.
26910 (frame-background-mode): Refill docstring.
26912 * emacs-lisp/lisp-mode.el (eval-defun-1):
26913 * emacs-lisp/edebug.el (edebug-eval-defun):
26914 Set `saved-face' temporarily to nil before calling form.
26915 Set `customized-face' to the new spec after that.
26917 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
26919 * subr.el (1value, lambda, key-substitution-in-progress):
26922 * autoinsert.el (auto-insert-alist):
26923 * ses.el (ses-call-printer):
26924 * subr.el (noreturn):
26925 * emacs-lisp/lisp.el (check-parens):
26926 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
26927 * net/browse-url.el (browse-url-mosaic):
26928 * progmodes/cc-defs.el (c-safe-scan-lists):
26929 * progmodes/ebnf-abn.el (ebnf-abn-lex):
26930 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
26931 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
26932 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
26933 * progmodes/ebnf-iso.el (ebnf-iso-lex):
26934 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
26936 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
26938 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
26940 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
26942 * calendar/appt.el (appt-make-list): Activate the package, if
26943 not already active (for backwards compatibility).
26945 2005-06-20 Kim F. Storm <storm@cua.dk>
26947 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
26949 2005-06-20 Miles Bader <miles@gnu.org>
26951 * faces.el (vertical-divider): New face.
26953 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
26955 * simple.el (kill-whole-line): Doc fix.
26956 (next-error-buffer-p, next-error-find-buffer)
26957 (clone-indirect-buffer): Fix typos in docstrings.
26958 (comment-line-break-function): Doc fix: don't say variable
26959 is automatically buffer-local (it isn't).
26961 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
26963 * net/tramp-ftp.el (top):
26964 * net/tramp-smb.el (top):
26965 * net/tramp-util.el (top):
26966 * net/tramp-uu.el (top):
26967 * net/tramp-vc.el (top):
26968 * net/tramp.el (top): Revert copyright years back to original
26969 ones. Tramp has a life outside GNU Emacs.
26971 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
26973 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
26975 2005-06-18 Juri Linkov <juri@jurta.org>
26977 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
26978 end of first regexp to limit the match to the position between
26979 line number and source line with same separator character as used
26980 between file name and line number. In the second regexp limit
26981 mouse-face area to file name and line number by adding new group
26982 for them and referring it in HYPERLINK arg.
26983 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
26984 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
26985 previous line where grep markers may be already removed.
26987 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
26989 * progmodes/ps-mode.el: Update version and maintainer's email address.
26991 2005-06-18 Steve Youngs <steve@xemacs.org>
26993 * net/browse-url.el (browse-url-browser-function)
26994 (browse-url-default-browser): Add firefox.
26995 (browse-url-firefox-program, browse-url-firefox-arguments)
26996 (browse-url-firefox-startup-arguments)
26997 (browse-url-firefox-new-window-is-tab): New defcustoms.
26998 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27000 2005-06-17 Richard M. Stallman <rms@gnu.org>
27002 * startup.el (command-line): Warn if specified user name has
27005 * term.el (term-get-old-input, term-input-filter, term-input-sender)
27006 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27008 * longlines.el (longlines-mode, longlines-show-hard-newlines):
27011 * faces.el (underline): Try bold if terminal doesn't support underline.
27013 * mail/sendmail.el (mail-setup-with-from): New variable.
27014 (mail-insert-from-field): New function.
27015 (sendmail-send-it): Call it.
27016 (mail-setup): Optionally call it here.
27018 * term/linux.el: Call tty-no-underline.
27020 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
27022 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27024 2005-06-17 Miles Bader <miles@gnu.org>
27026 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27027 (ediff-current-diff-C, ediff-current-diff-Ancestor)
27028 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27029 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27030 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27031 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27032 Remove "-face" suffix from face names.
27033 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27034 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27035 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27036 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27037 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27038 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27039 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27040 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27041 New backward-compatibility aliases for renamed faces.
27042 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27043 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27044 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27045 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27046 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27047 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27048 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27049 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27050 Use renamed ediff faces.
27052 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27053 Remove "-face" suffix from face names.
27054 (eshell-test-ok-face, eshell-test-failed-face):
27055 New backward-compatibility aliases for renamed faces.
27056 (eshell-run-test): Use renamed eshell-test faces.
27058 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27060 (eshell-prompt-face): New backward-compatibility alias for renamed
27062 (eshell-emit-prompt): Use renamed eshell-prompt face.
27064 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27065 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27066 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27067 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27068 Remove "-face" suffix from face names.
27069 (eshell-ls-directory-face, eshell-ls-symlink-face)
27070 (eshell-ls-executable-face, eshell-ls-readonly-face)
27071 (eshell-ls-unreadable-face, eshell-ls-special-face)
27072 (eshell-ls-missing-face, eshell-ls-archive-face)
27073 (eshell-ls-backup-face, eshell-ls-product-face)
27074 (eshell-ls-clutter-face):
27075 New backward-compatibility aliases for renamed faces.
27076 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27078 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27079 Remove "-face" suffix from face name.
27080 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27081 instead of literal face.
27083 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
27085 * emacs-lisp/warnings.el (display-warning, lwarn)
27086 (warning-minimum-log-level): Doc fixes.
27087 (warning-minimum-level, warning-minimum-log-level):
27088 Add :debug to :type choices.
27090 * progmodes/ada-mode.el (ada-format-paramlist)
27091 (ada-get-indent-case, ada-check-matching-start)
27092 (ada-check-defun-name, ada-goto-matching-decl-start)
27093 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27094 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27095 (ada-make-subprogram-body): Follow error conventions.
27096 (ada-case-exception-file, ada-indent-comment-as-code)
27097 (ada-indent-handle-comment-special, ada-indent-renames)
27098 (ada-indent-return, ada-search-directories-internal)
27099 (ada-tab-policy, ada-case-exception-substring)
27100 (ada-other-file-alist, ada-matching-start-re)
27101 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27102 (ada-imenu-generic-expression, ada-compile-goto-error)
27103 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27104 (ada-popup-menu, ada-add-extensions, ada-mode)
27105 (ada-region-selected, ada-create-case-exception)
27106 (ada-create-case-exception-substring, ada-after-keyword-p)
27107 (ada-activate-keys-for-case, ada-adjust-case-region)
27108 (ada-adjust-case-buffer, ada-format-paramlist)
27109 (ada-scan-paramlist, ada-insert-paramlist)
27110 (ada-indent-newline-indent)
27111 (ada-indent-newline-indent-conditional)
27112 (ada-justified-indent-current, ada-goto-previous-word)
27113 (ada-indent-current, ada-get-indent-open-paren)
27114 (ada-get-indent-paramlist, ada-get-indent-end)
27115 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27116 (ada-get-indent-block-start, ada-get-indent-subprog)
27117 (ada-get-indent-noindent, ada-get-indent-label)
27118 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27119 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27120 (ada-goto-stmt-end, ada-goto-next-word)
27121 (ada-check-matching-start, ada-check-defun-name)
27122 (ada-goto-matching-decl-start, ada-goto-matching-start)
27123 (ada-goto-matching-end, ada-search-ignore-string-comment)
27124 (ada-in-decl-p, ada-looking-at-semi-or)
27125 (ada-looking-at-semi-private, ada-in-paramlist-p)
27126 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27127 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27128 (ada-next-procedure, ada-previous-procedure, ada-next-package)
27129 (ada-previous-package, ada-create-menu)
27130 (ada-fill-comment-paragraph-justify)
27131 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27132 (ada-other-file-name, ada-last-which-function-line)
27133 (ada-last-which-function-subprog, ada-which-function)
27134 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27135 (ada-gen-treat-proc, ada-check-emacs-version)
27136 (ada-continuation-indent, ada-align-region-separate):
27137 Fix typos in docstrings.
27138 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27140 2005-06-16 Lute Kamstra <lute@gnu.org>
27142 * simple.el (fundamental-mode): Run after-change-major-mode-hook
27145 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
27147 * comint.el (comint-replace-by-expanded-filename)
27148 (comint-prompt-regexp, comint-delimiter-argument-list)
27149 (comint-preinput-scroll-to-bottom):
27150 * info.el (Info-hide-cookies-node):
27151 * ls-lisp.el (ls-lisp-classify):
27152 * find-file.el (ff-search-directories, ff-special-constructs)
27153 (ff-find-other-file):
27154 * font-lock.el (font-lock-keywords):
27155 * shell.el (shell-prompt-pattern)
27156 (shell-dynamic-complete-functions, shell-mode)
27157 (shell-delimiter-argument-list):
27158 * term.el (term-replace-by-expanded-filename)
27159 (term-prompt-regexp, term-delimiter-argument-list):
27160 * woman.el (woman-ignore, woman0-if):
27161 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27162 * emacs-lisp/elint.el (elint-init-env):
27163 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27164 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27165 * language/ethio-util.el (ethio-tilde-escape)
27166 (ethio-use-three-dot-question):
27167 * net/zone-mode.el (zone-mode-load-time-setup):
27168 * progmodes/cc-align.el (c-lineup-argcont):
27169 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27170 * progmodes/cperl-mode.el (cperl-set-style-back):
27171 * progmodes/inf-lisp.el (inferior-lisp-prompt):
27172 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27173 Fix spellings in docstrings.
27175 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27176 * progmodes/modula2.el (m2-for): Fix spellings.
27178 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27180 * simple.el (undo-more): Don't use `format' on `error' arguments.
27181 Improve argument/docstring consistency.
27182 (pending-undo-list): Doc fix.
27184 * smerge-mode.el (smerge-ensure-match):
27185 * emulation/vip.el (vip-ex):
27186 * net/zone-mode.el (zone-mode-update-serial):
27187 * progmodes/idlwave.el (idlwave-complete):
27188 * progmodes/vhdl-mode.el (vhdl-visit-file)
27189 (vhdl-compose-wire-components):
27190 Don't use `format' on `error' arguments.
27192 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27193 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27194 (tooltip-help-tips): Fix typos in docstrings.
27196 2005-06-16 David Ponce <david@dponce.com>
27198 * tree-widget.el (tree-widget-value-create): Simplify last change.
27200 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
27202 * ido.el (ido-incomplete-regexp): New variable.
27203 (ido-set-matches-1): Handle invalid-regexp error and set
27204 ido-incomplete-regexp.
27205 (ido-incomplete-regexp): New face.
27206 (ido-completions): Use it.
27207 (ido-complete, ido-exit-minibuffer, ido-completions):
27208 Handle incomplete regexps.
27209 (ido-completions): Add check for complete match when entering a regexp.
27211 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
27213 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27215 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27217 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27218 by field delimiters.
27220 2005-06-15 David Ponce <david@dponce.com>
27222 * tree-widget.el: eval-and-compile inlined functions so they will
27223 be available at run-time too.
27224 (tree-widget-super-format-handler)
27225 (tree-widget-format-handler): Remove.
27226 (tree-widget-value-create): Handle the :indent property.
27228 2005-06-15 Miles Bader <miles@gnu.org>
27230 * progmodes/which-func.el (which-func): Only inherit
27231 `font-lock-function-name-face' when that makes sense against the
27232 default mode-line face, otherwise set the face color explicitly.
27234 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27235 faces instead of (non-existent) variables.
27237 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
27239 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27240 (iswitchb-get-matched-buffers): Likewise. Simplify.
27242 2005-06-14 Miles Bader <miles@gnu.org>
27244 * progmodes/ld-script.el (ld-script-location-counter):
27245 Remove "-face" suffix from face name.
27246 (ld-script-location-counter-face):
27247 New backward-compatibility alias for renamed face.
27248 (ld-script-location-counter-face): Use renamed face.
27250 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27251 (cperl-hash): Remove "-face" suffix from face names.
27252 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27253 New backward-compatibility aliases for renamed faces.
27254 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27255 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27257 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27259 (which-func-face): New backward-compatibility alias for renamed face.
27260 (which-func-format): Use renamed which-func face.
27262 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27263 (vhdl-function, vhdl-directive, vhdl-reserved-word)
27264 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27266 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27267 (vhdl-speedbar-configuration, vhdl-speedbar-package)
27268 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27269 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27270 (vhdl-speedbar-architecture-selected)
27271 (vhdl-speedbar-configuration-selected)
27272 (vhdl-speedbar-package-selected)
27273 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27275 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27277 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27278 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27279 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27281 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27283 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27284 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27285 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27286 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27287 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27288 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27290 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27292 (sh-heredoc-face): New backward-compatibility alias for renamed face.
27293 (sh-heredoc-face): Use renamed sh-heredoc face.
27295 * progmodes/idlw-help.el (idlwave-help-link):
27296 Remove "-face" suffix from face name.
27297 (idlwave-help-link-face):
27298 New backward-compatibility alias for renamed face.
27299 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27301 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27302 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27303 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27304 New backward-compatibility aliases for renamed faces.
27305 (idlwave-shell-disabled-breakpoint-face)
27306 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27308 * progmodes/flymake.el (flymake-errline, flymake-warnline):
27309 Remove "-face" suffix from face names.
27310 (flymake-errline-face, flymake-warnline-face):
27311 New backward-compatibility aliases for renamed faces.
27312 (flymake-highlight-line): Use renamed flymake faces.
27314 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27315 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27316 (ebrowse-member-class, ebrowse-progress):
27317 Remove "-face" suffix from face names.
27318 (ebrowse-tree-mark-face, ebrowse-root-class-face)
27319 (ebrowse-file-name-face, ebrowse-default-face)
27320 (ebrowse-member-attribute-face, ebrowse-member-class-face)
27321 (ebrowse-progress-face):
27322 New backward-compatibility aliases for renamed faces.
27323 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27324 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27325 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27326 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27328 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27330 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27331 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27333 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27334 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27335 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27336 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27337 backward-compatibility aliases for renamed faces.
27338 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27339 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27340 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27341 remove "font-lock-". Use renamed antlr-mode faces.
27342 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
27343 literal face-names with face variable references.
27345 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27347 (Buffer-menu-buffer-face): New backward-compatibility alias for
27349 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27351 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
27353 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27354 Eliminate "-face" suffix.
27355 (makefile-targets): Inherit from font-lock-function-name-face and
27356 eliminate "-face" suffix.
27357 (makefile-shell): Remove attributes and eliminate "-face" suffix.
27358 (makefile-*-font-lock-keywords): Append makefile-targets in rule
27359 actions, instead of prepending, to make it less visible.
27360 (makefile-previous-dependency, makefile-match-dependency):
27361 Don't match a target on a continuation line.
27363 * files.el (auto-mode-alist): Put Makefile in gmake mode.
27365 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
27367 * progmodes/gdb-ui.el (menu): Re-order menu items.
27368 (gdb-tooltip-print): Respect tooltip-use-echo-area.
27370 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27371 Define in tooltip.el.
27372 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27373 (gud-tooltip-tips): Respect tooltip-use-echo-area and
27374 gud-tooltip-echo-area.
27376 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27377 backward compatibility and make obsolete.
27378 (tooltip-help-tips): Use tooltip-use-echo-area.
27379 (tooltip-show-help-function): Rename to...
27380 (tooltip-show-help): ...this, because it is a function.
27381 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27383 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
27385 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27386 (edebug-print-length, edebug-print-level, edebug-print-circle)
27387 (edebug-modify-breakpoint, edebug-eval-last-sexp)
27388 (edebug-eval-print-last-sexp): Doc fixes.
27390 2005-06-14 Kim F. Storm <storm@cua.dk>
27392 * ido.el (ido-mode): Make a new keymap every time we enable ido,
27393 as the coverage buffer/file/both may change.
27395 2005-06-14 Lute Kamstra <lute@gnu.org>
27397 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27398 and run-mode-hooks. Simplify.
27400 * mail/rmailedit.el (rmail-edit-mode):
27401 * progmodes/octave-inf.el (inferior-octave-mode):
27402 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27404 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27405 and run-mode-hooks.
27406 (recentf-edit-list, recentf-open-files): Don't call
27407 kill-all-local-variables directly.
27409 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27411 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
27413 * emacs-lisp/byte-run.el (make-obsolete)
27414 (define-obsolete-function-alias): Rename arguments FUNCTION and
27415 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27416 (make-obsolete-variable, define-obsolete-variable-alias):
27417 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27420 * isearchb.el (isearchb-activate):
27421 * pcvs.el (cvs-mode):
27422 * ses.el (ses-load):
27423 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27424 * net/tramp.el (tramp-find-file-exists-command)
27425 (tramp-find-shell):
27426 * progmodes/ada-mode.el (ada-create-case-exception)
27427 (ada-create-case-exception-substring, ada-make-subprogram-body):
27428 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27429 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27430 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27431 * textmodes/org.el (org-promote, org-evaluate-time-range)
27432 (org-agenda-next-date-line, org-agenda-previous-date-line)
27433 (org-agenda-error, org-open-at-point, org-table-move-row)
27434 (org-format-table-table-html-using-table-generate-source)
27435 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27436 * textmodes/reftex.el (reftex-access-scan-info):
27437 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27438 (reftex-toc-promote-prepare): Follow error conventions.
27440 * diff-mode.el (diff-mode): Fix typo in docstring.
27442 * forms.el (forms--intuit-from-file): Fix reference to
27443 `forms-number-of-fields' in error message.
27444 (forms-print): Fix quoting in error message.
27446 * forms.el (forms-mode):
27447 * emulation/vi.el (vi-goto-insert-state):
27448 * progmodes/flymake.el (flymake-new-err-info)
27449 (flymake-start-syntax-check-for-current-buffer)
27450 (flymake-simple-cleanup):
27451 * eshell/esh-var.el (eshell/export):
27452 * progmodes/gud.el (xdb):
27453 * textmodes/flyspell.el (flyspell-incorrect-hook)
27454 (flyspell-maybe-correct-transposition)
27455 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27457 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
27459 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27462 2005-06-13 Kim F. Storm <storm@cua.dk>
27464 * subr.el (add-to-ordered-list): New defun.
27466 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27467 add cua--keymap-alist to emulation-mode-map-alists.
27469 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
27471 * subr.el (complete-in-turn): New macro.
27472 (dynamic-completion-table, lazy-completion-table): Add debug info.
27474 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27475 in preference to face aliases.
27477 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27478 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27479 Remove unused vars `start' and `firstline'.
27480 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27481 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27483 2005-06-13 Eli Zaretskii <eliz@gnu.org>
27485 * cus-start.el (all): Don't complain about missing GTK-related
27486 variables, unless either `gtk' is boundp or this isn't a
27487 `windows-nt' build.
27489 2005-06-13 Lute Kamstra <lute@gnu.org>
27491 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27494 * ediff-mult.el (ediff-meta-mode):
27495 * ediff-util.el (ediff-mode): Use run-mode-hooks.
27497 * ledit.el (ledit-mode): Use delay-mode-hooks.
27499 * woman.el (woman-mode-line-format): Delete constant.
27500 (woman-mode-map): Initialize it properly.
27501 (woman-mode): Set mode-class property to special.
27502 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
27503 Set major-mode and mode-name. Don't set mode-line-format directly.
27504 (Man-getpage-in-background): Don't reference woman-mode-line-format.
27506 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27507 string argument obsolete.
27509 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
27511 * textmodes/org.el (org-CUA-compatible): New option.
27512 (org-disputed-keys): New variable.
27513 (org-key): New function.
27514 (orgtbl-make-binding): Add docstring to the created function.
27515 (org-mode): Set paragraph start/separate regexps.
27516 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27517 (org-archive-location, org-archive-mark-done)
27518 (org-archive-stamp-time): New options.
27519 (org-archive-subtree): New command.
27520 (org-fill-paragraph): New function.
27521 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27522 (org-fake-empty-table-line): Function removed.
27523 (org-format-org-table-html): Do not create empty table lines at
27524 separator lines. Improved table header treatment.
27525 (org-link-format): New option.
27526 (org-make-link): New function.
27527 (org-insert-link, org-store-link): Use org-make-link.
27528 (org-open-file): Quote file name for shell command, to allow
27529 spaces in file names.
27530 (org-link-regexp): Fix bug with mailto link.
27531 (org-link-maybe-angles-regexp, org-protected-link-regexp):
27533 (org-export-as-html): Deal with the optional angles around a link.
27534 Better treatment of file: links.
27535 (org-open-at-point): Replace @{ and @} with < and >.
27536 (org-run-mode-hooks): Function removed.
27537 (org-agenda-mode): No longer use `org-run-mode-hooks'.
27539 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
27541 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27542 MI command -data-list-register-values.
27543 (gdb-post-prompt): Indent properly.
27545 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
27547 * hilit-chg.el (highlight-changes-colors): Rename from
27548 `highlight-changes-colours'.
27549 (highlight-changes-colours): Keep as obsolete alias.
27550 (highlight-changes-face-list): Doc fix.
27551 (hilit-chg-make-list): Use `highlight-changes-colors'.
27553 2005-06-12 Mark A. Hershberger <mah@everybody.org>
27555 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27556 defun-prompt-regexp.
27558 2005-06-12 Eli Zaretskii <eliz@gnu.org>
27560 * loadup.el: Don't say we are dumping under 2 names on windows-nt
27563 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27564 Don't use an old loaddefs.el, as in Makefile.in.
27566 2005-06-12 Lute Kamstra <lute@gnu.org>
27568 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27570 * man.el (Man-mode-map): Initialize it properly.
27571 (Man-mode): Set mode-class property to special.
27573 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27575 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
27577 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27578 A newline is needed in the docstring there.
27580 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27583 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27585 * printing.el: Doc fix. The menubar is no more changed when printing
27586 is loaded, it only changes when pr-menu-bind or pr-update-menus is
27587 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
27588 (pr-version): New version number (6.8.4).
27589 (pr-menu-bind): New command.
27590 (pr-update-menus): Docstring and code fix.
27591 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27593 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27594 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27596 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
27598 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27599 "Returns" to "return", document useful return values, etc.
27601 2005-06-11 Alan Mackenzie <acm@muc.de>
27603 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27604 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27605 (adaptive-file-function): Minor amendment to doc-string.
27607 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27609 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27610 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27611 Fix :type--it is `integer', not `string'.
27613 * faces.el (modeline-highlight): Rename from (the erroneous)
27614 `modeline-higilight'.
27616 2005-06-11 Lute Kamstra <lute@gnu.org>
27618 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27619 lisp-interaction-mode-map but make it the parent.
27620 (edebug-eval-mode): Use define-derived-mode.
27622 2005-06-11 Andreas Schwab <schwab@suse.de>
27624 * bindings.el: Add binding of `ESC functionkey' for every
27626 * hexl.el (hexl-mode-map): Likewise.
27628 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
27630 * progmodes/compile.el (compilation-error-regexp-alist-alist)
27631 [msft]: update regexp for newer msft compilers.
27633 2005-06-10 Mark A. Hershberger <mah@everybody.org>
27635 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27636 ATTLIST portions of included DTDs.
27637 (xml-parse-dtd): Eliminate use of inefficient match-data.
27639 2005-06-10 Miles Bader <miles@gnu.org>
27641 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27642 (mpuz-text): Remove "-face" suffix from face names.
27643 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27644 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27645 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27647 * play/gomoku.el (gomoku-O, gomoku-X):
27648 Remove "-face" suffix from face names.
27649 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27650 New backward-compatibility aliases for renamed faces.
27651 (gomoku-font-lock-keywords): Use renamed gomoku faces.
27653 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
27655 * thumbs.el: Fixes for changes of 2005-06-09.
27656 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27658 (thumbs-thumbname): Remove directory separator from format string;
27659 `thumbs-thumbsdir' now returns a valid directory name.
27660 (thumbs-temp-dir): New defsubst.
27661 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27664 * cus-edit.el (minibuffer):
27665 * files.el (make-backup-file-name-function):
27666 * filesets.el (filesets-external-viewers):
27667 * hilit-chg.el (highlight-changes-colours)
27668 (highlight-changes-face-list, highlight-changes-rotate-faces):
27669 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27670 * kmacro.el (kmacro-call-macro):
27671 * log-edit.el (log-edit-changelog-full-paragraphs):
27672 * mouse.el (mouse-1-click-follows-link):
27673 * skeleton.el (skeleton-autowrap):
27674 * subr.el (insert-for-yank-1):
27675 * tempo.el (tempo-insert-region):
27676 * terminal.el (terminal-emulator):
27677 * time.el (display-time-mail-face):
27678 * vc.el (vc-annotate):
27679 * vcursor.el (vcursor-copy-line):
27680 * woman.el (woman-bold-headings, woman-ignore)
27681 (woman-default-faces, woman-monochrome-faces):
27682 * calendar/todo-mode.el (todo-insert-threshold):
27683 * emulation/pc-select.el (pc-select-selection-keys-only)
27684 (pc-selection-mode):
27685 * emulation/vip.el (vip-find-char-forward):
27686 * emulation/viper-cmd.el (viper-find-char-forward):
27687 * international/mule-cmds.el
27688 (select-safe-coding-system-accept-default-p)
27689 (input-method-exit-on-invalid-key):
27690 * international/mule-diag.el (describe-coding-system):
27691 * international/ucs-tables.el (unify-8859-on-encoding-mode):
27692 * net/browse-url.el (browse-url-xterm-program):
27693 * obsolete/lazy-lock.el (lazy-lock-mode):
27694 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27696 * progmodes/cpp.el (cpp-face-light-name-list)
27697 (cpp-face-dark-name-list):
27698 * progmodes/delphi.el (delphi-newline-always-indents):
27699 Fix spellings in docstrings.
27701 * ido.el (ido-mode, ido-file-extensions-order)
27702 (ido-default-file-method, ido-default-buffer-method)
27703 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27704 (ido-decorations, ido-read-file-name-as-directory-commands)
27705 (ido-read-file-name-non-ido, ido-work-directory-list)
27706 (ido-ignore-item-temp-list, ido-current-directory)
27707 (ido-magic-forward-char, ido-enter-find-file)
27708 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27709 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27711 2005-06-10 Lute Kamstra <lute@gnu.org>
27713 * play/dunnet.el (dun-mode): Use define-derived-mode.
27714 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
27717 * play/doctor.el (doctor-mode-map): Remove defvar.
27718 (doctor-mode): Use define-derived-mode.
27720 * mail/mspools.el (mspools-mode):
27721 * net/eudc-hotlist.el (eudc-hotlist-mode):
27722 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27724 2005-06-10 Miles Bader <miles@gnu.org>
27726 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27727 Remove "-face" suffix from face names.
27728 (flyspell-incorrect-face, flyspell-duplicate-face):
27729 New backward-compatibility aliases for renamed faces.
27730 (flyspell-mode-on, make-flyspell-overlay)
27731 (flyspell-highlight-incorrect-region)
27732 (flyspell-highlight-duplicate-region)
27733 (flyspell-display-next-corrections)
27734 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27736 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27738 (texinfo-heading-face): New backward-compatibility alias for
27740 (texinfo-heading-face): Use renamed texinfo-heading face.
27742 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27743 suffix from face names.
27744 (tex-math-face, tex-verbatim-face):
27745 New backward-compatibility aliases for renamed faces.
27746 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27747 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27750 * textmodes/table.el (table-cell): Remove "-face" suffix from face
27752 (table-cell-face): New backward-compatibility alias for renamed face.
27753 (table--put-cell-face-property, table--update-cell-face):
27754 Use renamed table-cell face.
27756 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27758 (sgml-namespace-face): New backward-compatibility alias for
27760 (sgml-namespace-face): Use renamed sgml-namespace face.
27762 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27763 (org-level-4, org-level-5, org-level-6, org-level-7)
27764 (org-level-8, org-warning, org-headline-done)
27765 (org-deadline-announce, org-scheduled-today)
27766 (org-scheduled-previously, org-link, org-done, org-table)
27767 (org-time-grid): Remove "-face" suffix from face names.
27768 (org-level-1-face, org-level-2-face, org-level-3-face)
27769 (org-level-4-face, org-level-5-face, org-level-6-face)
27770 (org-level-7-face, org-level-8-face, org-warning-face)
27771 (org-headline-done-face, org-deadline-announce-face)
27772 (org-scheduled-today-face, org-scheduled-previously-face)
27773 (org-link-face, org-done-face, org-table-face)
27774 (org-time-grid-face):
27775 New backward-compatibility aliases for renamed faces.
27776 (org-level-faces, org-set-font-lock-defaults, org-timeline)
27777 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27778 (org-agenda-get-timestamps, org-agenda-get-scheduled)
27779 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27781 * emulation/viper-init.el (viper-search, viper-replace-overlay)
27782 (viper-minibuffer-emacs, viper-minibuffer-insert)
27783 (viper-minibuffer-vi): Remove "-face" suffix from face names.
27784 (viper-search-face, viper-replace-overlay-face)
27785 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27786 (viper-minibuffer-vi-face):
27787 New backward-compatibility aliases for renamed faces.
27788 (viper-search-face, viper-replace-overlay-face)
27789 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27790 (viper-minibuffer-vi-face): Use renamed viper faces.
27792 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27793 Remove "-face" suffix from face names.
27794 (testcover-nohits-face, testcover-1value-face):
27795 New backward-compatibility aliases for renamed faces.
27796 (testcover-mark): Use renamed testcover faces.
27798 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27800 (diary-button-face): New backward-compatibility alias for renamed face.
27801 (diary-entry): Use renamed diary-button face.
27803 * calendar/calendar.el (diary, calendar-today, holiday)
27804 (mark-visible-calendar-date): Remove "-face" suffix from face names.
27805 (diary-face, calendar-today-face, holiday-face):
27806 New backward-compatibility aliases for renamed faces.
27807 (eval-after-load "facemenu", diary-entry-marker)
27808 (calendar-today-marker, calendar-holiday-marker, diary-face):
27809 Use renamed calendar faces.
27811 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27812 (compare-windows-face): New backward-compatibility alias for
27814 (compare-windows-highlight): Use renamed compare-windows face.
27816 * strokes.el (strokes-char): Remove "-face" suffix from face name.
27817 (strokes-char-face): New backward-compatibility alias for renamed face.
27818 (strokes-encode-buffer): Use renamed strokes-char face.
27820 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27821 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27822 Remove "-face" suffix from face names.
27823 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27824 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27825 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27826 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27827 Use renamed pcvs faces.
27828 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27829 * pcvs-defs.el (cvs-mode-map): Likewise.
27830 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27832 * info.el (info-title-1, info-title-2, info-title-3)
27833 (info-title-4): Remove "-face" suffix from and downcase face names.
27834 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
27835 (Info-title-4-face):
27836 New backward-compatibility aliases for renamed faces.
27837 (Info-fontify-node): Use renamed info faces.
27839 * hilit-chg.el (highlight-changes, highlight-changes-delete):
27840 Remove "-face" suffix from face names.
27841 (highlight-changes-face, highlight-changes-delete-face):
27842 New backward-compatibility aliases for renamed faces.
27843 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
27844 (hilit-chg-make-list): Use renamed highlight-changes faces.
27846 * generic-x.el (show-tabs-tab, show-tabs-space):
27847 Remove "-face" suffix from face names.
27848 (show-tabs-tab-face, show-tabs-space-face):
27849 New backward-compatibility aliases for renamed faces.
27850 (show-tabs-generic-mode-font-lock-defaults-1)
27851 (show-tabs-generic-mode-font-lock-defaults-2):
27852 Use renamed show-tabs faces.
27854 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
27855 (smerge-markers): Remove "-face" suffix from face names.
27856 (smerge-mine-face, smerge-other-face, smerge-base-face)
27857 (smerge-markers-face):
27858 New backward-compatibility aliases for renamed faces.
27859 (smerge-mine-face, smerge-other-face, smerge-base-face)
27860 (smerge-markers-face): Use renamed smerge faces.
27862 * log-view.el (log-view-file, log-view-message): Remove "-face"
27863 suffix from face names.
27864 (log-view-file-face, log-view-message-face):
27865 New backward-compatibility aliases for renamed faces.
27866 (log-view-file-face, log-view-message-face): Use renamed log-view
27869 * paren.el (show-paren-match, show-paren-mismatch):
27870 Remove "-face" suffix from face names.
27871 (show-paren-match-face, show-paren-mismatch-face):
27872 New backward-compatibility aliases for renamed faces.
27873 (show-paren-function): Use renamed show-paren faces.
27875 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
27876 (ruler-mode-margins, ruler-mode-fringes)
27877 (ruler-mode-column-number, ruler-mode-fill-column)
27878 (ruler-mode-comment-column, ruler-mode-goal-column)
27879 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
27880 suffix from face names.
27881 (ruler-mode-default-face, ruler-mode-pad-face)
27882 (ruler-mode-margins-face, ruler-mode-fringes-face)
27883 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
27884 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
27885 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
27886 New backward-compatibility aliases for renamed faces.
27887 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
27888 (ruler-mode-column-number, ruler-mode-fill-column)
27889 (ruler-mode-comment-column, ruler-mode-goal-column)
27890 (ruler-mode-tab-stop, ruler-mode-current-column)
27891 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
27894 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
27896 (whitespace-highlight-the-space): Use renamed face.
27897 (whitespace-highlight-face): New backward-compatibility alias for
27900 * woman.el (woman-italic, woman-bold, woman-unknown)
27901 (woman-addition, woman-symbol-face):
27902 Remove "-face" suffix from face names.
27903 (woman-italic-face, woman-bold-face, woman-unknown-face)
27904 (woman-addition-face):
27905 New backward-compatibility aliases for renamed faces.
27906 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
27907 (woman-decode-region, woman-replace-match)
27908 (woman-display-extended-fonts, woman-special-characters)
27909 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
27910 Use renamed woman faces.
27912 * longlines.el (longlines-visible-face): Face removed.
27914 * diff-mode.el (diff-header, diff-file-header, diff-index)
27915 (diff-hunk-header, diff-removed, diff-added, diff-changed)
27916 (diff-function, diff-context, diff-nonexistent): Remove "-face"
27917 suffix from face names.
27918 (diff-header-face, diff-file-header-face, diff-index-face)
27919 (diff-hunk-header-face, diff-removed-face, diff-added-face)
27920 (diff-changed-face, diff-function-face, diff-context-face)
27921 (diff-nonexistent-face): New backward-compatibility aliases for
27923 (diff-header-face, diff-file-header-face)
27924 (diff-index, diff-index-face, diff-hunk-header)
27925 (diff-hunk-header-face, diff-removed, diff-removed-face)
27926 (diff-added, diff-added-face, diff-changed-face, diff-function)
27927 (diff-function-face, diff-context-face, diff-nonexistent)
27928 (diff-nonexistent-face): Use renamed diff-mode faces.
27930 * progmodes/compile.el (compilation-warning-face)
27931 (compilation-info-face): Remove "-face" suffix from face names.
27932 (compilation-warning-face, compilation-info-face):
27933 New backward-compatibility aliases for renamed faces.
27934 (compilation-warning-face, compilation-info-face):
27935 Use renamed compilation faces.
27937 * add-log.el (change-log-date, change-log-name)
27938 (change-log-email, change-log-file, change-log-list)
27939 (change-log-conditionals, change-log-function)
27940 (change-log-acknowledgement): Remove "-face" suffix from face names.
27941 (change-log-date-face, change-log-name-face)
27942 (change-log-email-face, change-log-file-face)
27943 (change-log-list-face, change-log-conditionals-face)
27944 (change-log-function-face, change-log-acknowledgement-face):
27945 New backward-compatibility aliases for renamed faces.
27946 (change-log-font-lock-keywords): Use renamed change-log faces.
27948 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
27949 (custom-set, custom-changed, custom-saved, custom-button)
27950 (custom-button-pressed, custom-documentation, custom-state)
27951 (custom-comment, custom-comment-tag, custom-variable-tag)
27952 (custom-variable-button, custom-face-tag, custom-group-tag-1)
27953 (custom-group-tag): Remove "-face" suffix from face names.
27954 (custom-magic-alist, custom-magic-value-create)
27955 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
27956 (custom-invalid-face, custom-rogue-face, custom-modified-face)
27957 (custom-set-face, custom-changed-face, custom-saved-face)
27958 (custom-button-face, custom-button-pressed-face)
27959 (custom-documentation-face, custom-state-face)
27960 (custom-comment-face, custom-comment-tag-face)
27961 (custom-variable-tag-face, custom-variable-button-face)
27962 (custom-face-tag-face, custom-group-tag-face-1)
27963 (custom-group-tag-face):
27964 New backward-compatibility aliases for renamed faces.
27966 * wid-edit.el (widget-documentation, widget-button)
27967 (widget-field, widget-single-line-field, widget-inactive)
27968 (widget-button-pressed): "-face" suffix removed from face names.
27969 (widget-documentation-face, widget-button-face)
27970 (widget-field-face, widget-single-line-field-face)
27971 (widget-inactive-face, widget-button-pressed-face):
27972 New backward-compatibility aliases for renamed faces.
27973 (widget-documentation-face, widget-button-face)
27974 (widget-button-pressed-face, widget-specify-field)
27975 (widget-specify-inactive): Use renamed widget faces.
27977 2005-06-10 Kenichi Handa <handa@m17n.org>
27979 * term/x-win.el (x-clipboard-yank): Remove condition-case
27982 2005-06-11 Kenichi Handa <handa@m17n.org>
27984 * add-log.el (change-log-font-lock-keywords): Make the regexp for
27985 date lines stricter.
27987 2005-06-10 Zhang Wei <id.brep@gmail.com>
27989 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
27990 of x-get-selection.
27992 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
27994 * comint.el (comint-mode, comint-snapshot-last-prompt):
27995 * frame.el (frame-current-scroll-bars):
27996 * term.el (term-mode, term-check-proc, term-input-sender)
27997 (term-simple-send, term-extract-string, term-word)
27998 (term-match-partial-filename):
27999 * window.el (window-current-scroll-bars):
28000 * emulation/cua-base.el (cua-normal-cursor-color)
28001 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28002 (cua-global-mark-cursor-color):
28003 * mail/undigest.el (rmail-forward-separator-regex):
28004 Fix typos in docstrings.
28006 * comint.el (comint-check-proc, make-comint-in-buffer)
28007 (comint-source-default): Doc fixes.
28009 * term.el (term-send-string): Improve argument/docstring consistency.
28011 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
28013 * comint.el (comint-send-input): Bind `inhibit-read-only' around
28014 call to `delete-region'.
28015 (comint-mode-hook): Do not enable Font Lock by default.
28017 2005-06-09 Lute Kamstra <lute@gnu.org>
28019 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28022 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
28024 * emacs-lisp/debug.el (debugger-will-be-back): New var.
28026 (debugger-step-through, debugger-continue, debugger-jump)
28027 (debugger-return-value): Set it when needed.
28028 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28029 Use inhibit-read-only.
28031 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
28033 * window.el (shrink-window-if-larger-than-buffer)
28034 (window-size-fixed): Fix typo in docstring.
28036 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
28037 thumbnails directory on loading.
28038 (thumbs-conversion-program): Use `eq' to check the system type,
28040 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28041 not "/tmp". Fix docstring.
28042 (thumbs-thumbsdir): New function to return the thumbnails
28043 directory, creating it if needed.
28044 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28045 (thumbs-temp-file): Delete variable and make it into a function.
28046 (thumbs-resize-image, thumbs-modify-image): Use it.
28047 (thumbs-kill-buffer): Simplify.
28048 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28049 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28052 2005-06-09 Kim F. Storm <storm@cua.dk>
28054 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28055 set-match-data to free markers in match-data.
28057 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28058 match-data to unchain markers in match-data.
28060 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28062 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28063 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28066 2005-06-08 Richard M. Stallman <rms@gnu.org>
28068 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28069 give the variable a doc string that doesn't say don't set it directly.
28071 * textmodes/ispell.el (ispell-check-version):
28072 Use match-string-no-properties.
28073 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28074 (ispell-buffer-local-words): Likewise.
28076 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28077 except on terminals with enough colors to really display it.
28078 (makefile-dependency-regex): Delete spurious `bb'.
28080 * faces.el (escape-glyph): Use blue once again in last case.
28081 (no-break-space): Redefine so that it isn't invisible on a tty.
28083 2005-06-08 Kim F. Storm <storm@cua.dk>
28085 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28086 also when reading directory name.
28088 2005-06-08 Lute Kamstra <lute@gnu.org>
28090 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28091 (flyspell-mode-line-string): Remove autoload cookie.
28092 (flyspell-mode): Remove defvar.
28094 2005-06-07 Lute Kamstra <lute@gnu.org>
28096 * textmodes/org.el (org-run-mode-hooks): New function.
28097 (org-agenda-mode): Use it.
28099 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
28101 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28103 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28105 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28107 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
28109 * font-lock.el (font-lock-add-keywords): Doc fix.
28111 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
28113 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28114 (tex-compile-default): In the absence of any history, use the order in
28115 tex-compile-alist to choose the preferred command.
28116 (tex-compile-commands): Reorder a bit.
28118 * textmodes/flyspell.el (flyspell-auto-correct-binding)
28119 (flyspell-incorrect-face, flyspell-duplicate-face):
28120 Use (X)Emacs-agnostic code.
28121 (flyspell-mode-map): Don't overwrite at each load. Remove code
28122 redundant with the subsequent add-minor-mode. Merge Emacs and
28124 (flyspell-word): Minor simplification.
28125 (flyspell-math-tex-command-p): Quieten the byte-compiler.
28126 (flyspell-external-point-words): Remove unused vars `size' and `start'.
28127 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28128 Merge the corresponding Emacs code.
28129 (flyspell-correct-word, flyspell-xemacs-popup):
28130 Use flyspell-do-correct.
28132 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28133 a dedicated window.
28135 * international/latexenc.el (latexenc-find-file-coding-system):
28136 Undo part of last patch, to turn off a compiler warning.
28138 2005-06-06 Juri Linkov <juri@jurta.org>
28140 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28141 Rename `tmm-inactive-face' to `tmm-inactive'.
28143 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
28145 * iswitchb.el: Rename faces.
28147 2005-06-06 Kim F. Storm <storm@cua.dk>
28149 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28150 (cua-global-mark): Remove -face suffix from face names.
28152 * emulation/cua-gmrk.el (cua--init-global-mark):
28153 Remove cua-global-mark face setup.
28155 2005-06-06 Richard M. Stallman <rms@gnu.org>
28157 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28158 just like other allowed characters.
28159 (makefile-match-dependency): Exclude leading and training whitespace
28160 from the range of regexp subexp 1.
28161 (makefile-macroassign-regex): Don't try to match the body,
28162 just the name of the macro being defined.
28164 * info.el (Info-read-node-name-2): New function.
28165 (Info-read-node-name-1): Use that.
28166 Add a completion-base-size-function property.
28168 * simple.el (completion-setup-function): Look for
28169 completion-base-size-function property of minibuffer-completion-table.
28171 * files.el (locate-file-completion): Doc fix.
28173 * printing.el: Don't call pr-update-menus; user must do that.
28175 * emacs-lisp/debug.el (debugger-window): New variable.
28176 (debug): Use debugger-window if it is set and still alive.
28177 Record debugger-window for next entry.
28179 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28181 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
28183 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28184 (hack-one-local-variable, hack-local-variables)
28185 (hack-local-variables-prop-line): Pass that arg.
28187 2005-06-06 Kim F. Storm <storm@cua.dk>
28189 * ido.el (ido-first-match, ido-only-match, ido-subdir)
28190 (ido-indicator): Remove -face suffix from face names.
28192 2005-06-06 Juri Linkov <juri@jurta.org>
28194 * font-lock.el (font-lock-regexp-backslash)
28195 (font-lock-regexp-backslash-construct): New faces.
28196 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
28197 after `('. Add `while-no-input' to control structures.
28199 * faces.el (no-break-space, shadow): New faces.
28200 (escape-glyph): Use less loud colors pink2 and red4.
28202 * diff-mode.el (diff-context-face)
28203 * dired.el (dired-ignored)
28204 * rfn-eshadow.el (file-name-shadow)
28205 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28207 * info.el (Info-title-1-face): Use green instead of yellow because
28208 bold yellow is not readable on light backgrounds.
28210 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28211 before selecting the desired mode to not spend time fontifying
28214 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
28216 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28217 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28219 * ps-print.el (ps-default-fg, ps-default-bg):
28220 Fix typos in docstrings.
28222 * isearchb.el (isearchb): Don't pass a spurious second argument to
28223 `iswitchb-completions'.
28225 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
28227 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28229 (gdb-find-file-hook): Add doc string.
28231 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28232 C dereferenced pointer expression.
28233 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
28235 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28237 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28238 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28239 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28240 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28241 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28242 Make background transparent.
28244 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
28246 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
28247 (font-lock-remove-keywords): Doc fix.
28248 (font-lock-mode-major-mode): Compiler defvar.
28249 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28251 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28252 (font-lock-mode): Update `font-lock-mode-major-mode'.
28253 (font-lock-set-defaults): Compiler defvar.
28254 (font-lock-default-function): Take `font-lock-mode-major-mode'
28257 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28258 keep track of which major mode it enabled the minor mode for.
28259 Use find-file-hook again. Update docstring.
28261 * simple.el (eval-expression-print-level)
28262 (eval-expression-print-length, eval-expression-debug-on-error):
28265 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
28267 * iswitchb.el (iswitchb-single-match-face)
28268 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28269 (iswitchb-invalid-regexp-face): New faces.
28270 (iswitchb-completions): Use them.
28271 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28272 now marked as an obsolete alias.
28273 (iswitchb-read-buffer): Remove check for bound font variables.
28274 (iswitchb-invalid-regexp): New free variable.
28275 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28276 set iswitchb-invalid-regexp.
28277 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28279 (iswitchb-completions): Add check for complete match when entering
28281 (iswitchb-completions): Remove require-match argument.
28282 (iswitchb-exhibit): Fix caller.
28283 (iswitchb-common-match-inserted): New variable.
28284 (iswitchb-complete, iswitchb-completion-help): Use it.
28286 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
28288 * url-http.el (url-http-chunked-encoding-after-change-function):
28289 Use `url-http-debug' instead of `message'.
28291 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
28293 * url-http.el (url-http-parse-headers): Pass redirected URL as a
28296 2005-06-04 Kim F. Storm <storm@cua.dk>
28298 * simple.el (line-move): Only call sit-for when moving backwards.
28300 * ido.el (ido-make-merged-file-list-1): New defun split from
28301 ido-make-merged-file-list.
28302 (ido-make-merged-file-list): Bind throw-on-input around call to
28303 ido-make-merged-file-list-1. Return input-pending-p if
28304 interrupted by more input available.
28305 (ido-read-internal): Handle input-pending-p return value from
28306 ido-make-merged-file-list.
28308 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
28310 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28311 compatibility code.
28313 * international/latexenc.el (latexenc-find-file-coding-system):
28314 Don't inherit the EOL part of the coding-system from the
28315 tex-main buffer. Fit within 80 columns.
28317 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
28319 * tmm.el (tmm-inactive-face): New face.
28320 (tmm-remove-inactive-mouse-face): New function.
28321 (tmm-prompt, tmm-add-one-shortcut)
28322 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28323 but not selectable.
28325 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
28327 * faces.el (face-equal): Improve argument/docstring consistency.
28329 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
28331 * progmodes/make-mode.el (makefile-targets-face)
28332 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28333 (makefile-bsdmake-dependency-regex)
28334 (makefile-makepp-rule-action-regex)
28335 (makefile-bsdmake-rule-action-regex): New constants.
28336 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28338 * progmodes/compile.el (compilation-error-regexp-alist-alist):
28339 Allow (...) within `...' for makepp messages.
28341 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
28343 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28345 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28346 "." files are deleted from all file lists before comparison.
28348 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28349 (viper-ESC-key): Made them customizable.
28351 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28353 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
28355 * autorevert.el (auto-revert-buffers): Use save-match-data.
28357 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
28359 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28360 menu items with a nil command binding.
28362 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
28364 * emacs-lisp/cl-macs.el (defsetf):
28365 Improve argument/docstring consistency.
28367 * faces.el (list-faces-display): Improve the formatting by
28368 computing the maximum length required for any face-name (reworked
28369 patch of 1999-01-11, accidentally deleted on 1999-07-21).
28370 (internal-find-face): Remove redundant info in docstring.
28372 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
28374 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28375 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28376 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28377 (gdb-assembler-custom): Improve regexps.
28378 (def-gdb-auto-update-handler): Use window point to preserve point.
28380 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
28382 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28384 2005-05-31 Jay Belanger <belanger@truman.edu>
28386 * calc/calc-embed.el (calc-embedded-word): Change argument passed
28388 (calc-embedded-make-info): Have plain prefix argument select
28391 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
28393 * faces.el (list-faces-display): Signal error if passed a regexp
28394 that matches no face name.
28396 * simple.el (filter-buffer-substring): Fix typo in docstring.
28398 2005-05-31 Richard M. Stallman <rms@gnu.org>
28400 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28401 (vhdl-emacs-21): Doc fix.
28402 (vhdl-mode): Unconditionally set comment-padding.
28403 (vhdl-fixup-whitespace-region): Insert spaces only where
28405 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28407 2005-05-30 John Wiegley <johnw@newartisans.com>
28409 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28410 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28411 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28412 `directory-sep-char' to ?/, and all uses of `string-to-int' to
28413 `string-to-number'.
28415 2005-05-30 Jay Belanger <belanger@truman.edu>
28417 * calc/calc.el (calc-bug-address): Fix docstring.
28418 (calc-window-hook, calc-trail-window-hook): New variables.
28419 (calc-trail-display): Restore use of calc-trail-window-hook.
28420 (calc): Restore use of calc-window-hook.
28422 2005-05-31 Masatake YAMATO <jet@gyve.org>
28424 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28426 * help-fns.el (help-C-file-name): Add autoload mark for
28427 `find-function-noselect'.
28429 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
28431 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28432 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28434 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28436 * calendar/diary-lib.el (mark-included-diary-files): Only kill
28437 included diary buffer if it was not already being visited.
28438 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28440 * calendar/icalendar.el (top-level): Do not require appt.
28442 * mail/supercite.el (sc-select-attribution): Only use a list
28443 element from sc-attrib-selection-list if it returns a string.
28444 Reported by Davide G. M. Salvetti <salve@debian.org>.
28446 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
28448 * thumbs.el (thumbs-thumbname): The resulting thumbname now
28449 includes a hash value to improve its uniqueness, and has a ".jpg"
28450 extension. Also, it is now a valid filename on all systems.
28451 (thumbs-make-thumb): Use `let', not `let*'.
28452 (thumbs-show-thumbs-list): Check for JPEG availability.
28454 2005-05-30 Richard M. Stallman <rms@gnu.org>
28456 * filesets.el (filesets-menu-ensure-use-cached):
28457 Prevent warning when emacs-version>= is undefined.
28459 * printing.el (pr-interactive-n-up): Use string-to-number.
28461 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28463 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28464 Warn only when name to be defined is quoted.
28466 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
28468 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28469 Make regexp more robust.
28470 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28471 Force regeneration of disassembly.
28473 2005-05-29 Jay Belanger <belanger@truman.edu>
28475 * calc/calc.el (calc-user-invocation): Check if
28476 calc-invocation-macro is non-nil.
28478 2005-05-29 Juri Linkov <juri@jurta.org>
28480 * add-log.el (change-log-font-lock-keywords):
28481 Add `+' to e-mail regexp to accept mail address with keywords.
28483 * man.el (Man-name-regexp): Add `:' to accept qualified names.
28485 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
28487 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28489 * ielm.el (inferior-emacs-lisp-mode): Ditto.
28491 2005-05-29 Richard M. Stallman <rms@gnu.org>
28493 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28494 Undo the change that moves to end of the current word.
28496 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
28498 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28499 Throw error when count <= 0 to ensure input is a number.
28500 (gdb-read-memory-custom): Pick up address from buffer.
28501 (gdb-memory-mode): Allow user to increment and decrement
28502 memory address from header line.
28504 2005-05-29 Richard M. Stallman <rms@gnu.org>
28506 * flyspell.el (flyspell-version): Function deleted.
28507 (flyspell-auto-correct-previous-hook): Doc fix.
28509 * jit-lock.el (jit-lock-function, jit-lock-after-change):
28510 Do nothing if memory is full.
28512 * font-lock.el (font-lock-fontify-syntactically-region):
28513 Pass t for GREEDY to looking-back.
28515 * saveplace.el (save-place-alist-to-file): Write the file
28516 using write-region.
28518 * subr.el (looking-back): New argument GREEDY.
28520 * progmodes/compile.el (compilation-start): Set the mode
28521 before inserting the initial text.
28523 * progmodes/which-func.el (which-func-update-1): Turn the mode
28524 off in case of error by setting which-func-mode.
28526 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
28528 * flyspell.el (flyspell-auto-correct-previous-word):
28529 Narrow down to what's on the screen, and recenter overlays
28530 at the end of the next word.
28532 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
28534 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28535 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28536 (flyspell-abbrev-p): Default to nil.
28537 (flyspell-use-global-abbrev-table-p): Doc fix.
28538 (flyspell-large-region): Allow nil as value.
28539 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28541 (mail-mode-flyspell-verify): More robust handling
28542 of `mail-header-separator'. More efficient signature detection.
28543 Allow for regexp metacharacters in message-header-separator.
28544 Adding `To' not to be checked in mail-mode-flyspell-verify.
28546 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28547 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28548 Bind flyspell-auto-correct-binding.
28550 (flyspell-mode-map): Likewise.
28551 (flyspell-mode): Doc fix.
28552 (flyspell-accept-buffer-local-defs): Preserve current buffer.
28553 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28554 (flyspell-word-cache-result): New var, always local.
28555 (flyspell-check-pre-word-p): Doc fix.
28556 (flyspell-check-changed-word-p): Handle spc like newline.
28557 (flyspell-post-command-hook): Set flyspell-word-cache-result.
28558 (flyspell-word-search-backward, flyspell-word-search-forward):
28560 (flyspell-word): Return t if nothing to check.
28561 When parsing TeX code, check for after } or \.
28562 Use flyspell-word-search-backward to find previous word.
28563 Return nil if duplicated word.
28564 For word already checked, return same value as last time.
28565 Set flyspell-word-cache-result after checking.
28566 Don't clobber the return value.
28567 (flyspell-get-word): Major rewrite.
28568 (flyspell-external-point-words): New locals pword, pcount.
28569 Fix size used in progress message.
28570 Find the proper corresponding word in flyspell-large-region-buffer.
28571 (flyspell-region): Check for flyspell-large-region = nil.
28572 (flyspell-highlight-incorrect-region): Clean up overlays in region.
28573 (flyspell-auto-correct-word): Check that WORD is a cons.
28574 (flyspell-correct-word): Likewise.
28576 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
28578 * progmodes/make-mode.el (makefile-rule-action-regex)
28579 (makefile-macroassign-regex, makefile-makepp-mode)
28580 (makefile-bsdmake-mode): Continuation lines may be empty.
28581 Reported by Joshua Varner.
28582 (makefile-makepp-font-lock-keywords): Add $(stem).
28584 2005-05-28 Karl Berry <karl@gnu.org>
28586 * textmodes/tex-mode.el: Now that tex-send-command calls
28587 shell-quote-argument (2005-03-31 change), remove all calls to
28588 shell-quote-argument; they all end up invoking tex-send-command.
28589 The double quoting loses on filenames with non-safe characters,
28590 such as "@". Reported by Frederik Fouvry.
28592 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
28594 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28595 about preserving point.
28597 2005-05-27 Jay Belanger <belanger@truman.edu>
28599 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28602 * calc/calc-embed.el (calc-embed-arg): New variable.
28603 (calc-do-embedded-activate, calc-embedded-activate-formula)
28604 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28605 variable by new variable.
28606 (calc-embedded-make-info): Replace undeclared variable by new
28607 variable. When selecting region with positive prefix
28608 argument, use end of previous line instead of beginning of line.
28610 * calc/calc-aent.el (calc-arg-values): Declare it.
28612 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28615 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28617 * calc/calc.el (calc-alg-map): Declare it.
28619 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28621 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
28623 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28624 (gdb-registers-buffer, toggle-gdb-all-registers):
28625 Toggle display of floating point registers.
28626 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28628 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
28629 (toggle-gud-tooltip-dereference):
28630 Rename from gud-toggle-tooltip-dereference.
28632 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
28634 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28636 2005-05-27 Jay Belanger <belanger@truman.edu>
28638 * calc/calc-prog.el (calc-kbd-report): Remove.
28639 (calc-kbd-query): Rewrite.
28641 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
28643 * image.el (image-library-alist): Move to image.c.
28644 (image-type-available-p): Doc fix.
28646 2005-05-27 Lute Kamstra <lute@gnu.org>
28648 * calc/calc.el (calc):
28649 * outline.el (outline-1, outline-2, outline-3, outline-4)
28650 (outline-5, outline-6, outline-7, outline-8):
28651 * textmodes/dns-mode.el (dns-mode):
28652 * textmodes/sgml-mode.el (sgml-namespace-face):
28653 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28654 (tex-verbatim-face, tex-use-reftex):
28655 * textmodes/texinfo.el (texinfo-heading-face):
28656 Specify customization group.
28658 * longlines.el: Don't require easy-mmode.
28659 (longlines-visible-face): Specify customization group.
28661 2005-05-27 Kenichi Handa <handa@m17n.org>
28663 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28664 encoding table of windows-1251.
28666 * international/ucs-tables.el (ucs-set-table-for-input):
28667 If translation-table-for-input of a coding system is a symbol, get
28668 its translation-table property.
28670 * international/code-pages.el: Don't register a coding system into
28671 non-iso-charset-alist more than once.
28672 (cp-make-coding-system): Likewise.
28674 2005-05-26 John Wiegley <johnw@newartisans.com>
28676 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28677 `eshell-resume-eval' is wrapped in a list, it indicates that the
28678 command was run asynchronously. In that case, unwrap the value
28679 before checking the delimiter value.
28681 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28682 character before a space at the end of a line is \, assume the space
28683 is part of the last argument rather than a final argument separator.
28685 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28686 is in use, and the target is `t' or `nil' (which are the most common
28687 values), don't assume that the symbol target is a buffer.
28689 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
28691 * calendar/calendar.el (calendar-mode-line-format):
28692 Use mode-line-highlight as mouse-face.
28694 * time.el (display-time-string-forms, display-time-update):
28695 Use mode-line-highlight as mouse-face.
28697 2005-05-26 Jay Belanger <belanger@truman.edu>
28699 * calc/calc.el (calc-language-alist): Remove extra defvar.
28701 2005-05-26 Lute Kamstra <lute@gnu.org>
28703 * arc-mode.el (archive-mode):
28704 * bookmark.el (bookmark-read-annotation-mode)
28705 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28707 * calc/calc-yank.el (calc-edit-mode):
28708 * calc/calc.el (calc-mode, calc-trail-mode):
28709 * calculator.el (calculator-mode):
28710 * chistory.el (command-history-mode):
28712 * cus-edit.el (custom-mode):
28713 * descr-text.el (describe-text-mode):
28714 * ebuff-menu.el (Electric-buffer-menu-mode):
28715 * ediff-util.el (ediff-mode):
28716 * emacs-lisp/re-builder.el (reb-mode):
28717 * emulation/vi.el (vi-mode-setup):
28718 * emulation/ws-mode.el (wordstar-mode):
28719 * eshell/esh-mode.el (eshell-mode):
28720 * forms.el (forms-mode):
28721 * help-mode.el (help-mode):
28722 * hexl.el (hexl-mode):
28723 * ibuffer.el (ibuffer-mode):
28724 * ielm.el (inferior-emacs-lisp-mode):
28725 * info.el (Info-mode, Info-edit-mode):
28726 * international/swedish.el:
28727 * ledit.el (ledit-from-lisp-mode):
28728 * locate.el (locate-mode):
28729 * mail/rmail.el (rmail-mode):
28730 * mail/rmailedit.el (rmail-edit-mode):
28731 * mail/rmailsum.el (rmail-summary-mode):
28732 * mail/supercite.el (sc-electric-mode):
28733 * net/eudc.el (eudc-mode):
28734 * net/quickurl.el (quickurl-list-mode):
28735 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28736 * obsolete/ooutline.el (outline-mode):
28737 * obsolete/options.el (Edit-options-mode):
28738 * obsolete/rnews.el (news-mode):
28739 * obsolete/rnewspost.el (news-reply-mode):
28740 * play/5x5.el (5x5-mode):
28741 * play/decipher.el (decipher-mode, decipher-stats-mode):
28742 * play/gomoku.el (gomoku-mode):
28743 * play/snake.el (snake-mode):
28744 * play/solitaire.el (solitaire-mode):
28745 * play/tetris.el (tetris-mode):
28746 * progmodes/ada-mode.el (ada-mode):
28747 * progmodes/antlr-mode.el (antlr-mode):
28748 * progmodes/autoconf.el (autoconf-mode):
28749 * progmodes/dcl-mode.el (dcl-mode):
28750 * progmodes/delphi.el (delphi-mode):
28751 * progmodes/ebrowse.el (ebrowse-tree-mode)
28752 (ebrowse-electric-list-mode, ebrowse-member-mode)
28753 (ebrowse-electric-position-mode):
28754 * progmodes/f90.el (f90-mode):
28755 * progmodes/fortran.el (fortran-mode):
28756 * progmodes/icon.el (icon-mode):
28757 * progmodes/idlw-help.el (idlwave-help-mode):
28758 * progmodes/idlw-shell.el (idlwave-shell-mode):
28759 * progmodes/idlwave.el (idlwave-mode):
28760 * progmodes/inf-lisp.el (inferior-lisp-mode):
28761 * progmodes/m4-mode.el (m4-mode):
28762 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28763 * progmodes/modula2.el (modula-2-mode):
28764 * progmodes/octave-inf.el (inferior-octave-mode):
28765 * progmodes/octave-mod.el (octave-mode):
28766 * progmodes/pascal.el (pascal-mode):
28767 * progmodes/sh-script.el (sh-mode):
28768 * progmodes/sql.el (sql-mode, sql-interactive-mode):
28769 * progmodes/vhdl-mode.el (vhdl-mode):
28770 * progmodes/xscheme.el (scheme-interaction-mode):
28771 * replace.el (occur-mode):
28772 * ses.el (ses-mode):
28773 * simple.el (completion-list-mode):
28775 * speedbar.el (speedbar-mode):
28776 * term.el (term-mode):
28777 * terminal.el (terminal-edit-mode):
28778 * textmodes/reftex-index.el (reftex-index-mode)
28779 (reftex-index-phrases-mode):
28780 * textmodes/reftex-sel.el (reftex-select-label-mode)
28781 (reftex-select-bib-mode):
28782 * textmodes/reftex-toc.el (reftex-toc-mode):
28783 * wdired.el (wdired-change-to-wdired-mode):
28784 * wid-browse.el (widget-browse-mode):
28785 Use run-mode-hooks.
28787 * array.el (array-mode):
28788 * calendar/todo-mode.el (todo-mode):
28789 * man.el (Man-mode):
28790 * play/landmark.el (lm-mode):
28791 * play/mpuz.el (mpuz-mode):
28792 Use kill-all-local-variables and run-mode-hooks.
28794 * subr.el (delay-mode-hooks): Specify indentation.
28796 2005-05-26 Mark A. Hershberger <mah@everybody.org>
28798 * xml.el (xml-substitute-special): Don't die for undefined xml
28801 2005-05-26 Jay Belanger <belanger@truman.edu>
28803 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28806 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
28808 * progmodes/gdb-ui.el (gdb-frame-address):
28809 Rename from gdb-current-address.
28810 (gdb-previous-frame-address): Rename from gdb-previous-address.
28811 (gdb-selected-frame): Rename from gdb-current-frame.
28812 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28813 (gdb-frame-number): Rename from gdb-current-stack-level.
28814 (gdb-ann3): Match new mode-name for disassembly buffer.
28815 Extend initialization of variables.
28816 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28817 (gdb-memory-mode): Use mouse-face in header line.
28818 (gdb-assembler-buffer-name): Call it disassembly and give frame
28820 (gdb-source-spec-regexp, gdb-assembler-custom)
28821 (gdb-invalidate-assembler, gdb-frame-handler):
28822 Make robust to leading zeroes in address format.
28824 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
28826 * textmodes/org.el (org-mode): Use `define-derived-mode' to
28828 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28830 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
28832 * log-edit.el (log-edit-changelog-entries): Distinguish between
28833 filenames like xfns.c and fns.c.
28835 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
28837 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
28838 point after reverting.
28839 (Buffer-menu-make-sort-button): Handle the case where
28840 `Buffer-menu-use-header-line' is nil.
28842 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
28844 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
28845 New funcs. In minibuffer-local-completion-map bind `]', `/'
28848 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
28850 * startup.el (normal-top-level): Allow modification of load-path while
28851 we're iterating over it.
28853 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
28855 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
28856 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
28857 (thumbs-resize-interactive, thumbs-insert-image)
28858 (thumbs-insert-thumb, thumbs-dired-show-marked)
28859 (thumbs-find-image-at-point, thumbs-delete-images)
28860 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
28861 (thumbs-increment-image-size, thumbs-decrement-image-size):
28862 Fix typos in docstrings.
28864 2005-05-24 Andre Spiegel <spiegel@gnu.org>
28866 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
28867 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
28868 (cperl-mode): Use them.
28870 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
28872 * window.el (quit-window, shrink-window-if-larger-than-buffer):
28875 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
28877 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
28878 Bind C-d to gdb-inferior-io-eof.
28880 * dired.el (dired-dnd-popup-notice): Use message-box.
28882 2005-05-23 Masatake YAMATO <jet@gyve.org>
28884 * bindings.el (mode-line-major-mode-keymap):
28885 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
28887 * faces.el (mode-line-highlight): New face.
28889 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
28892 * bindings.el (top-level, help-echo, mode-line-modified)
28893 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
28896 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
28898 * progmodes/cc-engine.el (c-guess-basic-syntax):
28899 Remove spurious call to `zerop'.
28901 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
28903 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
28905 CC Mode update to 5.30.10:
28907 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
28908 could go past the limit in decoration level 2, thereby causing
28909 errors during interactive fontification.
28911 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
28912 the file is evaluated interactively.
28914 * cc-engine.el (c-guess-basic-syntax): Handle operator
28915 declarations somewhat better in C++.
28917 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
28918 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28919 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
28920 (awk-mode): Use it.
28921 (make-local-hook): Suppress warning about obsoleteness.
28923 * cc-engine.el, cc-align.el, cc-cmds.el
28924 (c-append-backslashes-forward, c-delete-backslashes-forward)
28925 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
28926 Compensate for return value from `forward-line' when it has moved
28927 but not to a different line due to eob.
28929 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
28930 `objc-method-intro' and `objc-method-args-cont'.
28932 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
28934 CC Mode update to 5.30.10:
28936 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
28937 in the copyright statement. Incidentally, change "along with GNU
28938 Emacs" to "along with this program" where it occurs.
28940 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
28941 so that it is interactive, hence can be found by M-x awk-mode
28942 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
28943 <gmorris+emacs@ast.cam.ac.uk>.
28945 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
28948 2005-05-23 Kevin Ryde <user42@zip.com.au>
28950 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
28951 c-parse-state, to avoid a lisp error (on bad code).
28953 2005-05-23 Lute Kamstra <lute@gnu.org>
28955 * subr.el (font-lock-defaults): Remove defvar as it's already
28956 defined in font-core.el.
28958 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
28960 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
28962 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
28963 more general and work when GDB variable "print pretty" is on,
28964 as with Emacs, for example.
28966 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
28968 * font-core.el: Update comment.
28970 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28971 Use `after-change-major-mode-hook' instead of `find-file-hook'.
28973 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
28975 2005-05-22 Eli Zaretskii <eliz@gnu.org>
28977 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
28978 and `yank-handler' in the doc strings.
28980 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
28982 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
28984 2005-05-22 Richard M. Stallman <rms@gnu.org>
28986 * help.el (describe-key): Move print-help-return-message call
28987 out of conditional.
28989 * progmodes/etags.el (list-tags): Use with-no-warnings.
28991 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
28992 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
28993 (starttls-extra-args, starttls-extra-arguments): Add defvars.
28995 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
28997 * language/viet-util.el (viet-viscii-nonascii-translation-table):
29000 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29001 Use defvar, not defconst.
29003 * hexl.el (hexl-follow-line): Use with-no-warnings.
29005 * emulation/tpu-extras.el: Use write-file-functions instead of
29008 * dired.el (dired-font-lock-keywords): Fontify files with junk
29009 extensions even if marked by -F.
29011 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
29013 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29014 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29015 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29016 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29017 (concatenate, list-length, get*, getf, cl-remprop):
29018 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29019 (etypecase, progv, lexical-let, lexical-let*)
29020 (multiple-value-bind, multiple-value-setq, shiftf):
29021 Improve argument/docstring consistency.
29023 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29025 2005-05-22 Andre Spiegel <spiegel@gnu.org>
29027 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29030 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
29031 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29033 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
29035 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29036 already deleted variables: auto-fill-hook, blink-paren-hook,
29037 lisp-indent-hook, inhibit-local-variables, unread-command-event,
29038 suspend-hooks, comment-indent-hook, meta-flag,
29039 before-change-function, after-change-function,
29040 font-lock-doc-string-face.
29042 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29044 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29046 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29048 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29049 rmail-dont-reply-to.
29051 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29053 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29054 literal blank when splitting new-header-values.
29056 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29058 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29059 string so that tmm doesn't create a completion entry for it.
29061 * textmodes/table.el (table-disable-menu): Ditto.
29063 2005-05-21 Richard M. Stallman <rms@gnu.org>
29065 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29067 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29069 * net/rcompile.el (remote-compile): Use compilation-start.
29071 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29073 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
29075 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29076 Default to makefile-bsdmake-mode on BSD systems.
29078 * imenu.el (imenu-generic-expression, imenu--generic-function'):
29079 REGEXP may also be a search function now. The part of doc-string
29080 for describing the structure was 95% identical to that of
29081 `imenu--generic-function'. Unify it there.
29083 * progmodes/make-mode.el (makefile-imenu-generic-expression):
29084 Use function to find dependencies, because regexp alone is so complex,
29085 it easily goes into an endless loop.
29086 (makefile-makepp-mode): Also add submenu for Perl functions
29087 defined in the makefile.
29088 (makefile-bsdmake-mode): Special imenu-generic-expression no
29089 longer needed, due to function call.
29090 (makefile-match-dependency): Take BOUND into account when checking
29093 2005-05-20 Jay Belanger <belanger@truman.edu>
29095 * calc/calc-units.el (calc-invalidate-units-table):
29096 Use inhibit-read-only.
29097 (math-build-units-table-buffer): Use view-mode.
29099 2005-05-20 David Kastrup <dak@gnu.org>
29101 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29102 easy-menu-add is not a nop on Emacs; and clarify when to call it.
29104 2005-05-20 Lute Kamstra <lute@gnu.org>
29106 * diff-mode.el (diff-header-face, diff-file-header-face)
29107 (diff-index-face, diff-hunk-header-face, diff-removed-face)
29108 (diff-added-face, diff-changed-face, diff-function-face)
29109 (diff-context-face, diff-nonexistent-face): Put them in the
29110 diff-mode customization group.
29112 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
29114 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29116 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29118 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29119 Minor regexp-optimization.
29121 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
29123 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29124 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29125 (org-agenda-add-time-grid-maybe): New function.
29126 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29127 (org-table-create): `dotimes' instead of `mapcar'.
29128 (org-xor): Simplify implementation.
29129 (org-agenda): `inhibit-redisplay' turned on.
29130 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29131 a consistent line after a state change.
29132 (org-agenda-remove-times-when-in-prefix): New option.
29133 (org-prefix-has-time): New variable.
29134 (org-parse-time-string): Optional argument NODEFAULT.
29135 (org-format-agenda-item): Parse items for time-of-day
29136 specifications and move these into the prefix if possible.
29137 (org-agenda-priority): Get current heading, not previous heading
29138 during agenda remote editing.
29140 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
29142 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29143 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29144 (remove-duplicates, delete-duplicates, substitute)
29145 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29146 (nsubstitute-if-not, find, find-if, find-if-not, position)
29147 (position-if, position-if-not, count, count-if, count-if-not)
29148 (mismatch, search, sort*, stable-sort, merge, member*)
29149 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29150 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29151 (intersection, nintersection, set-difference, nset-difference)
29152 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29153 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29154 (nsublis, tree-equal): Improve argument/docstring consistency.
29156 * subr.el (send-string, send-region): Remove obsolescence declaration.
29157 (window-dot, set-window-dot, read-input, show-buffer)
29158 (eval-current-buffer, string-to-int):
29159 Add release number to obsolescence declarations.
29161 2005-05-19 Kim F. Storm <storm@cua.dk>
29163 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29164 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29166 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
29168 * faces.el (list-faces-display): Make back button respect optional
29171 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
29173 * calculator.el (calculator-radix-grouping-mode)
29174 (calculator-radix-grouping-digits, calculator-displayer)
29175 (calculator-radix-grouping-separator, calculator-copy-displayer):
29176 * dabbrev.el (dabbrev-search-these-buffers-only):
29177 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29178 (diff-advance-after-apply-hunk, diff-mode-hook)
29179 (diff-minor-mode-prefix):
29180 * imenu.el (imenu-use-popup-menu):
29181 * jit-lock.el (jit-lock-context-time):
29182 * newcomment.el (comment-fill-column, comment-column)
29183 (comment-style, comment-padding, comment-multi-line)
29184 (comment-empty-lines, comment-auto-fill-only-comments):
29185 * reveal.el (reveal-around-mark):
29186 * uniquify.el (uniquify-buffer-name-style)
29187 (uniquify-after-kill-buffer-p)
29188 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29189 (uniquify-min-dir-content, uniquify-separator)
29190 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29191 * w32-vars.el (w32-fixed-font-alist):
29192 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29193 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29194 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29195 * progmodes/perl-mode.el (perl-indent-level)
29196 (perl-continued-statement-offset, perl-continued-brace-offset)
29197 (perl-brace-offset, perl-brace-imaginary-offset)
29198 (perl-label-offset, perl-indent-continued-arguments)
29199 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29200 * progmodes/tcl.el (tcl-indent-level)
29201 (tcl-continued-indent-level, tcl-auto-newline)
29202 (tcl-tab-always-indent, tcl-electric-hash-style)
29203 (tcl-help-directory-list, tcl-use-smart-word-finder)
29204 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29205 (inferior-tcl-source-command):
29206 * textmodes/fill.el (enable-kinsoku):
29207 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29208 * textmodes/table.el (table-yank-handler):
29209 Specify missing group (and type, if simple) in defcustom.
29211 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
29213 * progmodes/compile.el (compilation-finish-function): Fix defvar.
29215 2005-05-19 Richard M. Stallman <rms@gnu.org>
29217 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29219 * subr.el (event-basic-type): Don't get an error.
29220 (left-fringe-p): Function deleted.
29222 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29223 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29225 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29228 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29230 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29232 * emacs-lisp/bytecomp.el
29233 (byte-compile-file-form-custom-declare-variable):
29234 Call byte-compile-nogroup-warn if appropriate.
29236 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29237 (compilation-set-window): Don't call left-fringe-p; do it directly.
29239 2005-05-19 Jay Belanger <belanger@truman.edu>
29241 * calc/calc-graph.el (calc-graph-format-data): Make sure
29242 var-PlotRejects is bound before trying to check its value.
29244 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
29246 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29247 definition of this variable from reftex-global.el to reftex.el,
29248 because it is needed in the menu.
29250 2005-05-19 Lute Kamstra <lute@gnu.org>
29252 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29253 years are fixed. Don't insert a space after a dash.
29255 2005-05-19 Kim F. Storm <storm@cua.dk>
29257 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29259 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
29261 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29262 strings, because (eq ... ?\\) is fairly frequent.
29264 * progmodes/make-mode.el (makefile-add-this-line-targets):
29265 Simplify and integrate into `makefile-pickup-targets'.
29266 (makefile-add-this-line-macro): Simplify and integrate into
29267 `makefile-pickup-macros.
29268 (makefile-pickup-filenames-as-targets): Simplify.
29269 (makefile-previous-dependency, makefile-match-dependency):
29270 Don't stumble over `::'.
29272 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
29274 * subr.el (post-command-idle-hook, post-command-idle-delay):
29275 Remove obsoletion of post-command-idle-hook and
29276 post-command-idle-delay.
29278 * faces.el (list-faces-display): Provide button when describe-face
29279 is called to take user back to the list of faces.
29281 * help-fns.el (describe-variable): Remove hyperlinks in a
29282 variable's value as these are quite frequently inappropriate.
29284 * follow.el (follow-submit-feedback, follow-mode):
29285 Remove references to post-command-idle-hook.
29287 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
29289 * progmodes/make-mode.el (makefile-previous-dependency)
29290 (makefile-match-dependency): Check for := (and in bsd mode also
29291 !=) to give a better result, even when font-lock is not on.
29293 2005-05-18 Jay Belanger <belanger@truman.edu>
29295 * calc/calc-help.el (calc-s-prefix-help):
29296 Add `calc-copy-special-constant' to help string.
29298 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
29300 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29302 2005-05-18 Jay Belanger <belanger@truman.edu>
29304 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29305 in linear factors are in proper order.
29307 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
29309 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29310 Support for jurabib.
29312 * textmodes/reftex.el (featurep): Define aliases for overlay
29313 commands, for XEmacs compatibility, and use these aliases in
29314 overlay initializations.
29315 (reftex-highlight): Use `reftex-move-overlay'.
29316 (reftex-unhighlight): Use `reftex-delete-overlay'.
29317 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
29318 (reftex-access-search-path): Use `reftex-uniquify' instead of
29321 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29322 `before-string' property modification enables for Emacs as well.
29323 (reftex-select-item): Use `reftex-delete-overlay'.
29324 (reftex-select-mark): Use `reftex-make-overlay' and
29325 `reftex-overlay-put'.
29326 (reftex-select-unmark): Use `reftex-delete-overlay' and
29327 `reftex-overlay-put'.
29329 2005-05-18 Lute Kamstra <lute@gnu.org>
29331 * emacs-lisp/lisp.el (check-parens): Fix docstring.
29333 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
29335 * add-log.el (add-change-log-entry):
29336 * array.el (array-make-template, array-reconfigure-rows)
29337 (array-init-max-row, array-init-max-column)
29338 (array-init-columns-per-line, array-init-field-width):
29339 * replace.el (replace-match-maybe-edit, perform-replace):
29340 * textmodes/spell.el (spell-region):
29341 Replace `read-input' by `read-string'.
29343 * forms.el (forms-mode):
29344 * finder.el (finder-compile-keywords):
29345 * shadowfile.el (shadow-read-files):
29346 Replace `eval-current-buffer' by `eval-buffer'.
29348 * terminal.el (te-pass-through):
29349 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29350 (ange-ftp-raw-send-cmd):
29351 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29352 (send-process-next-char, telnet-initial-filter, telnet):
29353 Replace `send-string' by `process-send-string'.
29355 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29356 (prolog-consult-region): Replace `send-string' by
29357 `process-send-string'; replace `send-region' by `process-send-region'.
29359 * progmodes/delphi.el (delphi-log-msg):
29360 Replace `set-window-dot' by `set-window-point'.
29362 * subr.el (window-dot, set-window-dot, read-input, send-string)
29363 (send-region, show-buffer, eval-current-buffer):
29364 Make really obsolete, as the comment says.
29366 2005-05-17 Kim F. Storm <storm@cua.dk>
29368 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29369 (cua--init-keymaps): Bind C-return instead of S-return to set
29372 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29373 instead of S-return to toggle/clear rectangle mark.
29375 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
29377 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29378 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29379 Also fontify plain strings assigned to variables, mostly so that a
29380 colon has a face and is thus not taken as a dependency separator.
29381 (makefile-previous-dependency): Inline the new matcher, because it
29382 is too complex to work in both directions.
29383 (makefile-match-dependency): Eliminate `backward' arg (see above).
29384 Completely reimplemented so as to not sometimes go into an endless
29385 loop. It should also be more efficient, because first it only
29386 searches for `:', instead of applying the very complex regexp.
29387 (makefile-mode): Cancel `font-lock-support-mode', because blocks
29388 to be fontified in one piece can be too long for JIT.
29389 Makefiles are never *that* big.
29391 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
29393 * dired.el (dired-mode): Simplify.
29395 2005-05-17 Lute Kamstra <lute@gnu.org>
29397 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29398 defcustom for the mode hook variable.
29400 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29401 Emacs Lisp Reference Manual.
29403 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
29405 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29407 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29408 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29410 * net/tramp-smb.el (tramp-smb-open-connection):
29411 Pass `tramp-chunksize' as fifth (required) argument.
29413 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
29415 * font-lock.el (lisp-font-lock-keywords-1):
29416 Set `font-lock-negation-char-face' for [^...] char group.
29417 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29419 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29420 a var, and refine it to mask one more level of nested vars.
29421 (makefile-rule-action-regex): Turn it into a var, and refine it so
29422 it recognizes backslashed continuation lines as belonging to the
29424 (makefile-macroassign-regex): Refine it so it recognizes
29425 backslashed continuation lines as belonging to the same command.
29426 (makefile-var-use-regex): Don't look at the next char, because it
29427 might be the same one to be skipped by the initial [^$], leading
29428 to an overlooked variable use.
29429 (makefile-make-font-lock-keywords): Remove two parameters, which
29430 are now variables that some of the modes set locally.
29431 Handle dependency and rule action matching through functions, because
29432 regexps alone match too often. Dependency matching now comes
29433 last, so it can check, whether a colon already matched something else.
29434 (makefile-mode): Inform that font-lock improves makefile parsing
29436 (makefile-match-dependency, makefile-match-action): New functions.
29438 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
29440 * emacs-lisp/cl-extra.el (equalp): Doc fix.
29442 * align.el (align-regexp):
29443 * ansi-color.el (ansi-color-get-face):
29444 * array.el (array-reconfigure-rows, array-init-max-row)
29445 (array-init-max-column, array-init-columns-per-line)
29446 (array-init-field-width):
29447 * dired-aux.el (dired-trample-file-versions):
29448 * dired-x.el (dired-mark-sexp):
29449 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29450 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29451 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29452 * faces.el (face-read-integer):
29453 * files.el (backup-extract-version, insert-directory):
29454 * hexl.el (hexl-insert-decimal-char):
29455 * server.el (server-process-filter):
29456 * shell.el (shell-extract-num):
29457 * startup.el (command-line-1):
29458 * term.el (term-command-hook):
29459 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29460 (time-stamp-do-number):
29461 * time.el (display-time-update):
29462 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29463 (timezone-fix-time):
29464 * vms-patch.el (vms-suspend-resume-hook):
29465 * calendar/appt.el (appt-convert-time):
29466 * calendar/cal-bahai.el (mark-bahai-diary-entries):
29467 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29468 * calendar/cal-islam.el (mark-islamic-diary-entries):
29469 * calendar/calendar.el (calendar-cursor-to-date)
29470 (calendar-star-date):
29471 * calendar/diary-lib.el (diary-attrtype-convert)
29472 (mark-diary-entries, diary-entry-time):
29473 * calendar/solar.el (solar-get-number):
29474 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29475 * emacs-lisp/re-builder.el (reb-display-subexp):
29476 * emulation/edt.el (edt-set-scroll-margins):
29477 * emulation/tpu-extras.el (tpu-set-scroll-margins):
29478 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29479 (vip-get-ex-count):
29480 * emulation/viper-ex.el (viper-get-ex-token)
29481 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29482 * international/fontset.el (fontset-plain-name):
29483 * mail/feedmail.el (feedmail-look-at-queue-directory):
29484 * mail/mailalias.el (mail-get-names):
29485 * mail/rmail.el (rmail-convert-to-babyl-format):
29486 * mail/rmailsum.el (rmail-make-basic-summary-line)
29487 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29488 (rmail-summary-goto-msg):
29489 * mail/smtpmail.el (smtpmail-read-response):
29490 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29491 (ange-ftp-vms-add-file-entry):
29492 * play/gametree.el (gametree-looking-at-ply)
29493 (gametree-current-branch-score):
29494 * progmodes/ada-xref.el (ada-prj-find-prj-file)
29495 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29496 * progmodes/cperl-mode.el (condition-case):
29497 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29498 (ebrowse-set-member-buffer-column-width)
29499 (ebrowse-select-1st-to-9nth):
29500 * progmodes/etags.el (etags-snarf-tag):
29501 * progmodes/flymake.el (flymake-parse-line):
29502 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29503 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29504 (idlwave-shell-menu-def):
29505 * progmodes/ps-mode.el (ps-run-goto-error):
29506 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29507 (vhdl-speedbar-contract-level):
29508 * term/mac-win.el (x-handle-numeric-switch):
29509 * term/sun-mouse.el (sun-get-frame-data):
29510 * term/w32-win.el (x-handle-numeric-switch):
29511 * term/x-win.el (x-handle-numeric-switch):
29512 * textmodes/ispell.el (ispell-parse-output):
29513 * textmodes/nroff-mode.el (nroff-outline-level):
29514 * textmodes/reftex-cite.el (reftex-bib-sort-year)
29515 (reftex-bib-sort-year-reverse, reftex-format-citation):
29516 * textmodes/reftex-parse.el (reftex-init-section-numbers)
29517 (reftex-section-number):
29518 * textmodes/texinfmt.el (texinfo-paragraphindent):
29519 Replace `string-to-int' by `string-to-number'.
29521 * international/latexenc.el: Add page marker to force the "Local
29522 Variables:" string out of the last page.
29524 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
29526 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29527 tooltip-change-major-mode.
29528 (gud-tooltip-print-command): Remove case where gud-minor-mode
29529 is gdb ("--fullname").
29530 (gud-tooltip-tips): Turn GUD tooltips off for this case and
29533 2005-05-16 Jay Belanger <belanger@truman.edu>
29535 * calc/calc-store.el (calc-copy-special-constant): New function.
29537 * calc/calc-ext.el (calc-init-extensions): Add binding for
29538 `calc-copy-special-constant'.
29540 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29541 for the `calc-copy-special-constant' command.
29543 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
29545 * subr.el (left-fringe-p): New function.
29547 * progmodes/compile.el (compilation-setup): Set local value of
29548 overlay-arrow-string to "" always.
29549 (compilation-set-window): Left fringe then don't scroll.
29550 No left fringe then no arrow and scroll message to top.
29551 (compilation-context-lines): Adjust doc string accordingly.
29553 2005-05-16 Kim F. Storm <storm@cua.dk>
29555 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29556 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29557 (ido-wide-find-dir-or-delete-dir): New command for M-d.
29558 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
29559 (ido-read-file-name): Handle commands with ido property value
29560 equal to find-file as reading a file name, to allow C-d to enter dired.
29561 (ibuffer-find-file): Add ido property with value find-file.
29563 2005-05-15 Kim F. Storm <storm@cua.dk>
29565 * subr.el (open-network-stream-nowait): Remove.
29566 (open-network-stream-server): Remove.
29568 2005-05-15 Richard M. Stallman <rms@gnu.org>
29570 * faces.el (describe-face): Output a definition link button.
29572 * help-mode.el (help-face-def): New button type.
29574 * emacs-lisp/copyright.el (copyright-fix-years):
29575 Match properly if the first year is 2-digit.
29576 Don't mess up the whitespace after the years by filling.
29578 * dired-aux.el (dired-mark-confirm):
29579 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29581 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29582 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29583 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29585 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29586 Set font-lock-comment-start-skip.
29588 * font-lock.el (font-lock-comment-start-skip): New variable.
29589 (font-lock-comment-end-skip): New variable.
29590 (font-lock-fontify-syntactically-region): Use them if non-nil.
29592 2005-05-15 Jay Belanger <belanger@truman.edu>
29594 * calc/calc-store.el (calc-store-value): Return a string rather
29595 than display it as a message.
29596 Use calc-var-name for variable name.
29597 (calc-store-into): Add the result of calc-store-value to message.
29598 (calc-copy-variable): Add a message.
29599 (calc-store-exchange): Improve error messages.
29600 (calc-store-binary, calc-store-map): Don't reset the values of
29603 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
29605 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29606 manual to docstring.
29608 * files.el (hack-local-variables-confirm): Add STRING argument.
29609 Make the function handle non file visiting buffers correctly.
29610 (hack-local-variables-prop-line, hack-local-variables)
29611 (hack-one-local-variable): Use STRING arg of
29612 `hack-local-variables-confirm'.
29614 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
29616 Sync with Tramp 2.0.49.
29618 * net/tramp.el (tramp-handle-dired-call-process)
29619 (tramp-handle-insert-directory):`insert-buffer' cannot be used
29620 because the contents of the Tramp buffer is changed before
29621 insertion (`expand-file' and alike).
29622 (tramp-handle-insert-directory): If `localname' has an empty
29623 nondirectory name, it must not be quoted.
29624 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
29625 variable `tramp-chunksize'. Change callees.
29626 (tramp-open-connection-setup-interactive-shell): Check remote host
29627 for buggy `send-process-string' implementation.
29628 Set `tramp-chunksize' if found. Reported by Michael Kifer
29629 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29630 (tramp-handle-shell-command): `insert-buffer' cannot be used
29631 because the contents of the Tramp buffer is changed before
29632 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
29633 <frederic.bothamy@free.fr>.
29634 (tramp-set-auto-save): Actions should be done for Tramp file name
29635 handler only. Ange-FTP has its own auto-save mechanism.
29636 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29637 (tramp-set-auto-save-file-modes): Set file modes of
29638 `buffer-auto-save-file-name' to ?\600 as fallback solution.
29639 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29640 (tramp-bug): Remove obsolete variable.
29641 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
29642 for presence of `mml-mode'. Make it running for older Emacsen as well.
29644 2005-05-14 John Paul Wallington <jpw@pobox.com>
29646 * ibuf-ext.el (define-ibuffer-filter filename):
29647 If `dired-directory' is a list, use its car.
29649 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
29651 * ibuffer.el (define-ibuffer-column filename):
29652 If `dired-directory' is a list, use its car.
29654 2005-05-14 Richard M. Stallman <rms@gnu.org>
29656 * subr.el (symbol-file): Doc fix.
29658 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29659 (byte-compile-form): Call byte-compile-nogroup-warn.
29660 (byte-compile-warning-types): Doc fix.
29662 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29664 * progmodes/cc-engine.el (c-literal-faces):
29665 Add font-lock-comment-delimiter-face.
29667 * net/net-utils.el (dig): Use with-no-warnings.
29669 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29670 (sc-recite-frame-alist, sc-default-cite-frame)
29671 (sc-default-uncite-frame, sc-default-recite-frame)
29672 (sc-attrib-selection-list, sc-rewrite-header-list):
29673 Mark as risky-local-variable.
29675 * international/ogonek.el (ogonek-jak, ogonek-how):
29676 Don't use beginning-of-buffer.
29678 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29680 * calendar/solar.el (solar-data-list): Move definition up.
29682 * dnd.el (dnd-protocol-alist): Add autoload.
29684 * progmodes/sh-script.el: Many doc usage fixes.
29685 (sh-indent-after-do): Change default to match common styles.
29687 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
29689 * files.el (interpreter-mode-alist)
29690 (auto-mode-interpreter-regexp): Doc fixes.
29692 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
29694 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29696 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29698 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
29700 * dired.el (dired-mode): make-variable-buffer-local =>
29701 make-local-variable.
29703 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29705 * term/mac-win.el (mac-select-convert-to-string): Try coding
29706 systems in mac-script-code-coding-systems if specified one cannot
29707 encode string for `com.apple.traditional-mac-plain-text'.
29709 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
29711 * progmodes/make-mode.el (makefile-targets-face)
29712 (makefile-shell-face, makefile-makepp-perl-face): New faces.
29713 (makefile-dependency-regex): Fix it to not make the colon in
29714 $(var:a=b) special.
29715 (makefile-rule-action-regex): New regexp for highlighting embedded
29717 (makefile-macroassign-regex): Handle != for highlighting as
29718 embedded Shell strings.
29719 (makefile-var-use-regex): New const.
29720 (makefile-statements, makefile-automake-statements)
29721 (makefile-gmake-statements, makefile-makepp-statements)
29722 (makefile-bsdmake-statements): New consts.
29723 (makefile-make-font-lock-keywords): New function.
29724 (makefile-automake-font-lock-keywords)
29725 (makefile-gmake-font-lock-keywords)
29726 (makefile-makepp-font-lock-keywords)
29727 (makefile-bsdmake-font-lock-keywords): New consts.
29728 (makefile-mode-map): Add switchers between the various submodes.
29729 (makefile-mode): Document the availability of the variants.
29730 (makefile-automake-mode, makefile-gmake-mode)
29731 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29733 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29734 new variants of makefile-mode.
29736 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29738 * font-lock.el (font-lock-comment-delimiter-face): Fix up
29741 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
29743 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29744 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29746 * files.el (normal-mode): Extend the scope of the
29747 `enable-local-variables' binding to include the `set-auto-mode' call.
29748 (magic-mode-alist): Doc fix.
29750 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29752 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29753 font-lock-comment-face rather than copying its setting.
29755 2005-05-12 Andreas Schwab <schwab@suse.de>
29757 * eshell/esh-mode.el (eshell-send-input): Doc fix.
29759 2005-05-12 Lute Kamstra <lute@gnu.org>
29761 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29762 defcustom for the mode hook variable. Delete the last argument.
29763 * generic-x.el: Fix callers of define-generic-mode.
29764 (generic-x-modes): Delete group.
29765 (show-tabs-tab-face, show-tabs-space-face): Put them in the
29766 generic-x customization group.
29768 2005-05-12 Kim F. Storm <storm@cua.dk>
29770 * font-lock.el (font-lock-negation-char-face): Default to "off".
29772 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29773 font-lock-negation-char-face to ! in !=.
29775 2005-05-12 Masatake YAMATO <jet@gyve.org>
29777 * add-log.el (find-change-log): Fix typos in the docstring
29780 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
29782 * international/latexenc.el (latexenc-find-file-coding-system):
29783 Avoid `re-search-forward' when looking for input encoding because
29784 of speed and safety. Better regular expressions for recognizing
29785 input encoding. Limit a search for TeX-master/tex-main-file to
29786 the local variable section.
29788 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
29790 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29791 syntax of $ to "'" (quote).
29793 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
29795 * dnd.el (dnd-protocol-alist): Improve custom type.
29797 * dired.el (dired-dnd-protocol-alist): New variable.
29798 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
29799 `dired-mode-hook' to the end.
29801 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
29803 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29804 comment-end if comment-start-skip is not set.
29805 Obey the font-lock-comment-delimiter-face variables.
29807 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
29809 * files.el (executable-find): Move from executable.el. Use
29811 * progmodes/executable.el (executable-find): Move to files.el.
29813 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29814 when trying to ensure forward progress.
29816 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
29818 * mouse-sel.el (mouse-sel-follow-link-p): New function.
29819 (mouse-select, mouse-select-internal, mouse-extend-internal):
29820 Use it to implement mouse-1-click-follows-link functionality.
29822 2005-05-11 Richard M. Stallman <rms@gnu.org>
29824 * font-lock.el (font-lock-fontify-syntactically-region):
29825 Use font-lock-comment-delimiter-face for comment delimiters.
29827 2005-05-10 Jay Belanger <belanger@truman.edu>
29829 * calc/calc-help.el (calc-m-prefix-help): Add mention of
29830 preserving embedded modes.
29832 2005-05-10 Richard M. Stallman <rms@gnu.org>
29834 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
29836 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
29837 Move from ada-stmt.el.
29838 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
29840 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
29841 Move to ada-mode.el.
29842 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
29844 * cus-edit.el (custom-file): Call file-chase-links.
29846 * files.el (read-directory-name): Fix previous change.
29847 (hack-local-variables-confirm): New function.
29848 (hack-local-variables-prop-line, hack-local-variables)
29849 (hack-one-local-variable): Use it.
29851 2005-05-10 Lute Kamstra <lute@gnu.org>
29853 * font-lock.el (font-lock-keywords-alist)
29854 (font-lock-removed-keywords-alist): Clarify docstrings.
29856 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
29858 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
29859 (gdb-source-info): Check for preprocessor info.
29860 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
29861 a macro for a function.
29862 (gdb-info-breakpoints-custom): Try to find file again if not already
29863 found (user might have used GDB dir command).
29864 (gdb-get-location): Update gdb-location-alist correctly for change
29865 to gdb-info-breakpoints-custom.
29867 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
29868 (gud-tooltip-print-command): Add gdbmi case.
29869 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
29872 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
29874 * startup.el (fancy-splash-insert): Fix typo in doc string.
29876 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
29878 * obsolete/float.el (string-to-float):
29879 * obsolete/hilit19.el (hilit-add-pattern):
29880 * obsolete/rnews.el (news-parse-range, news-select-message)
29881 (news-get-pruned-list-of-files): Replace `string-to-int' by
29882 `string-to-number'.
29884 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
29885 `find-file-not-found-hooks'; use `add-hook'.
29886 (uncompress-while-visiting): Set `write-file-functions', not
29887 `write-file-hooks'; use `add-hook'.
29889 2005-05-09 Kim F. Storm <storm@cua.dk>
29891 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
29892 (cua-paste): Handle clipboard action.
29893 (cua--init-keymaps): Remap clipboard-kill-region and
29894 clipboard-kill-ring-save.
29896 2005-05-08 Eli Zaretskii <eliz@gnu.org>
29898 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29899 Improve commentary.
29901 * simple.el (next-error-overlay-arrow-position): Revert the change
29902 made on 2005-04-30.
29904 2005-05-07 Jay Belanger <belanger@truman.edu>
29906 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
29907 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
29908 `calc-sel-reselect'.
29910 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
29911 Calc is in embedded mode.
29913 2005-05-07 Eli Zaretskii <eliz@gnu.org>
29915 * progmodes/compile.el (compilation-setup):
29916 Set overlay-arrow-string to an empty string on text terminals.
29918 * textmodes/ispell.el (ispell-program-name): Try looking for
29919 "aspell" along exec-path, and if found, use it as the default
29922 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
29924 * international/mule.el (sgml-xml-auto-coding-function):
29925 Recognize encoding='FOO' in single quotes as well as in double quotes.
29927 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
29929 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
29930 as well as `interactive', so that defmacro* would recognize
29933 2005-05-07 Eli Zaretskii <eliz@gnu.org>
29935 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29936 Explain more about the LIGHTER arg's usage in the doc string.
29937 Add commentary to clarify what the code does. Fix the regexp that
29938 strips whitespace from LIGHTER. Quote LIGHTER before using it,
29939 since it could have characters special to regular expressions.
29941 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29943 * replace.el (occur-1): Bind inhibit-read-only so that
29944 erase-buffer doesn't barf on read-only text properties (likewise
29945 for add-text-properties in occur-engine). Mark buffer as unmodified.
29946 (occur-engine): Don't set buffer-read-only here.
29948 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
29950 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
29951 list-buffers-directory. This caused the *cvs-commit* buffer to be
29952 sometimes mistakenly reused as a *cvs* buffer.
29954 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
29956 * tooltip.el: Move code for GUD tooltips into gud.el.
29957 (require): CL no longer needed to compile case.
29958 (tooltip-mode): Do not toggle functions for GUD tooltips.
29959 (tooltip-gud-tips-p): Remove. Replace with minor mode
29960 gud-tooltip-mode in gud.el.
29961 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
29962 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
29963 tooltip-gud prefix with gud-tooltip and obsolete.
29964 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
29965 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
29966 (tooltip-mouse-motion): Mouse movement functions/variable.
29967 Rename in gud.el by adding gud prefix.
29968 (tooltip-gud-original-filter, tooltip-gud-dereference)
29969 (tooltip-gud-event, tooltip-toggle-gud-tips)
29970 (tooltip-gud-process-output, tooltip-gud-print-command)
29971 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
29972 gud.el by replacing tooltip-gud prefix with gud-tooltip.
29973 (gdb-tooltip-print): Move to gdb-ui.el.
29975 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
29976 (require): CL needed to compile case.
29977 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
29978 tooltip-gud-tips-p. Make it a minor-mode.
29979 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
29980 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
29981 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
29982 (gud-tooltip-change-major-mode)
29983 (gud-tooltip-activate-mouse-motions-if-enabled)
29984 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
29985 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
29986 (gud-tooltip-original-filter, gud-tooltip-dereference)
29987 (gud-tooltip-event, tooltip-toggle-gud-tips)
29988 (gud-tooltip-process-output, gud-tooltip-print-command)
29989 (gud-tooltip-tips): Move from tooltip.el.
29991 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
29992 (gdb-cpp-define-alist-flags): Doc fix.
29993 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
29994 gud-tooltip-mode is t.
29996 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
29998 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
29999 evaporate if their text is deleted.
30000 (goto-address-at-point): Make it work as a mouse binding as well.
30001 (goto-address-at-mouse): Obsolete it. Update users.
30003 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
30005 * calendar/appt.el (top-level): No longer activate on load.
30007 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
30009 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30010 * net/webjump.el (webjump):
30011 * progmodes/idlw-help.el (idlwave-do-context-help1)
30012 (idlwave-highlight-linked-completions):
30013 * textmodes/po.el (po-find-file-coding-system-guts):
30014 Replace `assoc-ignore-case' by `assoc-string'.
30016 2005-05-06 Eli Zaretskii <eliz@gnu.org>
30018 * files.el (locate-file): Doc fix.
30020 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30021 Remove the redundant test for ms-dos.
30023 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30024 look for the preprocessor with exec-suffixes. If not found in
30025 standard places, look in exec-path. Remove most of the tests that
30028 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30030 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30032 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30033 file-name clash with jka-compr.el on 8+3 filesystems.
30035 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30037 * term/mac-win.el: Don't define or bind scroll bar functions if
30038 x-toolkit-scroll-bars is t.
30039 (x-select-text, x-get-selection-value): Clear
30040 x-last-selected-text-clipboard if x-select-enable-clipboard is
30042 (PRIMARY): Put mac-scrap-name property.
30043 (mac-select-convert-to-file-url): New function.
30044 (public.file-url): New selection target type. Add to
30045 selection-converter-alist.
30046 (x-get-selection, x-selection-value): Handle it.
30047 (x-cut-buffer-or-selection-value): New alias.
30049 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30051 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30052 entry to avoid calling bibtex-find-entry with arg global
30053 being t. Remove arg key.
30054 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30055 (bibtex-copy-summary-as-kill): Change accordingly.
30057 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30059 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30060 (org-agenda-date-later): Use with-current-buffer.
30062 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30064 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30065 (define-obsolete-variable-alias): Doc Fixes.
30067 2005-05-06 Kim F. Storm <storm@cua.dk>
30069 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
30070 vertical-motion when selective-display is active.
30072 * ido.el (ido-setup-hook): New hook.
30073 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30074 (ido-input-stack): New var.
30075 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
30076 ido-next-work-file binding to M-O.
30077 Bind M-f to ido-wide-find-file-or-pop-dir.
30078 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30079 (ido-read-internal): Run ido-setup-hook.
30080 Catch quit in read-file-name and read-string to cancel edit.
30081 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30082 Automatically pop-all when completing a directory name (RET).
30083 (ido-file-internal): Add with-no-warnings around ffap and dired code.
30084 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30085 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30086 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30087 New functions for M-b/M-f to move among the directory components.
30088 (ido-make-merged-file-list): Catch quit to cancel merge.
30089 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30090 (ido-completion-help): No warnings for ido-completion-buffer-full.
30092 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
30094 * font-lock.el (font-lock-negation-char-face): New face and variable.
30095 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30096 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30097 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30098 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30100 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
30102 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30103 Fix typo in docstring.
30105 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30106 (ebrowse-print-statistics-line)
30107 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30109 * term/w32-win.el (image-library-alist): Add additional name for
30112 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
30114 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30115 use gcc instead of cpp.
30117 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30118 (gdb-create-define-alist): Use it.
30119 (gdb-cpp-define-alist-program): Update for MS-DOS.
30121 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
30123 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30125 2005-05-04 Richard M. Stallman <rms@gnu.org>
30127 * help.el (describe-key): No error when UNTRANSLATED is nil.
30129 * simple.el (line-move-1): Fix previous change to signal errors
30132 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
30134 * calendar/icalendar.el (icalendar-version): Now at 0.12.
30135 (icalendar-duration-correction): Remove.
30136 (icalendar--get-event-properties): Split result at commas.
30137 (icalendar--decode-isoduration): New optional argument
30138 DURATION-CORRECTION.
30139 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30140 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30141 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30142 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30143 (icalendar--convert-anniversary-to-ical): New functions, extracted
30144 from icalendar-export-region, with bug fixes.
30145 (icalendar-export-region): Use the above functions.
30146 (icalendar-import-buffer): Check before saving diary file.
30147 (icalendar--convert-recurring-to-diary)
30148 (icalendar--convert-non-recurring-all-day-to-diary)
30149 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30150 extracted from icalendar--convert-ical-to-diary, with bug fixes.
30151 (icalendar--convert-ical-to-diary): Use the above functions.
30153 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
30155 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30156 Remove these recent additions.
30157 (c-mode): Restore to before 2005-04-28.
30159 * progmodes/cc-vars.el (cc-define-list-program): Remove this
30162 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30163 (gdb-define-alist): New variables.
30164 (gdb-create-define-alist): New function.
30165 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30166 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30167 with string-to-number.
30168 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
30170 * progmodes/gud.el: Replace string-to-int with string-to-number.
30171 (gud-find-file): Handle gdb-define-alist.
30173 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30175 2005-05-02 Jay Belanger <belanger@truman.edu>
30177 * calc/calc-aent.el (math-read-token):
30178 * calc/calc-bin.el (calc-word-size):
30179 * calc/calc-ext.el (calc-read-number-fancy):
30180 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30181 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30182 * calc/calc-frac.el (calc-over-notation):
30183 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30184 (calc-graph-num-points, calc-graph-init):
30185 * calc/calc-prog.el (calc-read-parse-table-part)
30186 (calc-edit-macro-repeats):
30187 * calc/calc-yank.el (calc-do-grab-rectangle):
30188 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30189 Replace `string-to-int' by `string-to-number'.
30191 2005-05-02 Kim F. Storm <storm@cua.dk>
30193 * kmacro.el: Use executing-kbd-macro-index variable.
30195 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
30197 * net/rlogin.el (rlogin-parse-words): Delete func.
30198 (rlogin): Use split-string, not rlogin-parse-words.
30199 Also, if there are option-like elements in the parsed args,
30200 take the host to be the first arg immediately following them.
30201 Suggested by Michael Mauger.
30203 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30205 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30207 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30209 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30210 (cc-mode-cpp-program): Rename to cc-define-list-program and
30211 move to cc-vars.el.
30213 * progmodes/cc-vars.el (cc-define-list-program):
30214 Change to "gcc -E -dM -". Make customizable.
30216 2005-05-02 Kim F. Storm <storm@cua.dk>
30218 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30220 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
30222 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30224 * international/mule-util.el (truncate-string): Remove alias and
30225 obsolete declaration.
30227 * international/mule-cmds.el (update-iso-coding-systems):
30228 Remove alias and obsolete declaration.
30230 * international/mule.el (coding-system-parent): Remove alias and
30231 obsolete declaration.
30233 * subr.el (define-function, sref): Remove aliases and obsolete
30235 (chars-in-region): Remove obsolete declaration.
30237 2005-05-01 Richard M. Stallman <rms@gnu.org>
30239 * info.el (Info-mode): Set widen-automatically to nil, locally.
30241 * simple.el (widen-automatically): New variable.
30242 (pop-global-mark): Obey widen-automatically.
30244 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
30246 * term/xterm.el (function-key-map): Call substitute-key-definition
30247 before the keymap size is increased by a lot of define-key calls.
30249 2005-05-01 Richard M. Stallman <rms@gnu.org>
30251 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30252 Rename ARG to ELEMENT. Doc fix.
30254 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30256 * allout.el (allout-exposure): Remove macro and obsolete declaration.
30257 Remove references to allout-exposure/change to allout-new-exposure.
30259 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30262 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30263 (compiled-function-p, focus-frame, unfocus-frame):
30264 Remove aliases and obsolete declarations.
30265 Back out inadvertent changes from previous commit.
30267 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
30269 * files.el (require-final-newline): Make Custom tags consistent
30270 with mode-require-final-newline.
30271 (mode-require-final-newline): Doc fix.
30273 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
30275 * international/latexenc.el (latexenc-find-file-coding-system):
30276 Fix regular expressions.
30278 2005-05-01 David Kastrup <dak@gnu.org>
30280 * international/latexenc.el (latexenc-find-file-coding-system):
30281 Fix regular expressions.
30283 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
30285 * subr.el (string-to-int): Make obsolete.
30287 2005-04-30 Richard M. Stallman <rms@gnu.org>
30289 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30291 * loadup.el: load jka-comp-hook.
30293 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30294 (jka-compr-handler): Add autoload. `put' calls moved
30295 to jka-comp-hook.el.
30296 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30297 (jka-compr-inhibit): Autoload.
30299 * jka-comp-hook.el: New file.
30300 Enable the mode by default.
30302 * files.el (backup-buffer-copy): Use copy-file instead
30303 of write-region, and put back the 'excl.
30305 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
30307 * progmodes/flymake.el (flymake-split-string)
30308 (flymake-split-string, flymake-log, flymake-pid-to-names)
30309 (flymake-reg-names, flymake-get-source-buffer-name)
30310 (flymake-unreg-names, flymake-add-line-err-info)
30311 (flymake-add-err-info): Clarify docstrings.
30312 (flymake-popup-menu, flymake-make-emacs-menu)
30313 (flymake-make-xemacs-menu): Add docstrings.
30314 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30315 Set variables directly throughout.
30317 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
30319 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30320 exists. Initialize cc-define-alist.
30321 (c-mode): Add cc-create-define-alist locally to after-save-hook.
30322 If there is no file (Macroexpansion) don't create an alist.
30324 2005-04-29 Sam Steingold <sds@gnu.org>
30326 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30327 (cc-create-define-alist): Use it instead of the hard-coded string.
30329 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
30331 * international/mule-conf.el (file-coding-system-alist): Fix regexp
30334 2005-04-29 Lute Kamstra <lute@gnu.org>
30336 * emacs-lisp/generic.el: Improve commentary section.
30337 (define-generic-mode): Improve docstring.
30339 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
30341 * textmodes/org.el (many places): Change to quiet the byte compiler.
30342 (org-prefix-format-compiled): New variable.
30343 (org-compile-prefix-format): New function.
30344 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30345 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30346 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30347 (org-get-entries-from-diary): Use `org-get-time-of-day' for
30348 consistency with entries from `org-mode' files.
30349 (org-get-time-of-day): Fix bug with partial matches early in a line.
30350 (org-non-link-chars): New constant.
30351 (org-link-regexp): Respect `org-non-link-chars'.
30352 (org-agenda-day-view): Remove command.
30353 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30354 (org-follow-bbdb-link, org-store-link): Search also company field.
30355 (org-highlight-overlay): New variable.
30356 (org-highlight, org-unhighlight): New functions.
30357 (org-agenda-mode): Add pre-command-hook to remove highlight.
30358 (org-evaluate-time-range): Behavior depends upon whether time stamp
30359 contains a time or not.
30360 (org-show-subtree, org-show-entry): New functions.
30361 (org-agenda-cleanup-fancy-diary): Remove empty lines.
30363 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
30365 * comint.el (comint-output-filter-functions): Add autoload cookie.
30367 2005-04-28 Kim F. Storm <storm@cua.dk>
30369 * ido.el (ido-everywhere): Fix last change.
30371 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
30373 * international/latexenc.el: New file.
30374 * international/mule-conf.el (file-coding-system-alist): For .tex,
30375 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30377 2005-04-28 Lute Kamstra <lute@gnu.org>
30379 * font-lock.el (font-lock-add-keywords)
30380 (font-lock-remove-keywords): Clarify docstring.
30381 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30382 Don't start docstrings with a `*'.
30383 (font-lock-update-removed-keyword-alist): Give it a docstring.
30385 * generic-x.el: Update commentary section.
30386 Only require font-lock when compiling.
30387 Define all modes conditionally.
30388 Place all generic modes in the generic-x-modes customization group.
30389 (generic-x-modes): New customization group.
30390 (generic-default-modes, generic-mswindows-modes)
30391 (generic-unix-modes, generic-other-modes): New constants.
30392 (generic-define-mswindows-modes, generic-define-unix-modes):
30393 Update docstrings. Make them obsolete.
30394 (generic-extras-enable-list): New default value. Update docstring.
30395 Improve :type. Change :set function.
30396 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30399 * emacs-lisp/generic.el (generic-mode-internal):
30400 Simplify font-lock-defaults.
30401 (define-generic-mode): Fix docstring.
30403 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
30405 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30406 font-lock-face property to highlight matches.
30408 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
30410 * progmodes/cc-mode.el (cc-create-define-alist): New function.
30411 (cc-define-alist): New variable.
30412 (c-mode): Make it local and initialize it.
30414 * progmodes/gdb-ui.el (gdb-active-process): New variable.
30415 (gdb-exited): New function.
30416 (gdb-annotation-rules): Use it.
30417 (gdb-starting): Set gdb-active-process to t.
30418 (gdb-stopping): Amend doc string.
30419 (gdb-reset): Set gdb-active-process to nil.
30421 * tooltip.el (tooltip-gud-tips): Show the associated #define
30422 directives when a C program under GDB is not executing.
30424 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
30426 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30427 font-lock-fontify-syntactic-keywords.
30429 * font-lock.el (font-lock-default-fontify-region): Don't force
30430 parse-sexp-lookup-properties to nil.
30432 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
30434 * man.el (man-mode-syntax-table): Set up `:' to have
30435 word-constituent syntax.
30437 2005-04-27 Lute Kamstra <lute@gnu.org>
30439 * novice.el (disable-command): Don't add spurious newlines to the
30440 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
30442 2005-04-26 Jay Belanger <belanger@truman.edu>
30444 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30445 than one window before deleting window.
30447 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
30449 * shell.el (shell-prompt-pattern): Doc fix.
30450 (shell-mode): Set paragraph-separate buffer locally to "\\'".
30452 * comint.el (comint-prompt-regexp, comint-get-old-input)
30453 (comint-use-prompt-regexp)
30454 (comint-use-prompt-regexp-instead-of-fields)
30455 (comint-replace-by-expanded-history, comint-send-input)
30456 (comint-output-filter, comint-get-old-input-default)
30457 (comint-line-beginning-position, comint-bol, comint-show-output)
30458 (comint-backward-matching-input, comint-forward-matching-input)
30459 (comint-next-prompt, comint-previous-prompt):
30460 Rename `comint-use-prompt-regexp-instead-of-fields' to
30461 `comint-use-prompt-regexp'. Keep old name as alias and declare
30463 (comint-use-prompt-regexp): Shorten first line of doc string.
30465 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30466 Set paragraph-separate buffer locally to "\\'".
30468 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30469 Adapt to above name change.
30471 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30472 (smbclient-prompt-regexp): Ditto.
30474 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30476 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
30478 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30480 Break lines that are over 80 characters wide.
30482 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
30484 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30485 New fun and var, to preserve compatibility.
30487 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30489 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
30491 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30492 name to file-newer-than-file-p.
30494 2005-04-26 Richard M. Stallman <rms@gnu.org>
30496 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30498 * progmodes/python.el (python-mode):
30499 Use new name eldoc-documentation-function.
30501 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30503 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30504 (eldoc-documentation-function):
30505 Rename from eldoc-print-current-symbol-info-function. Calls changed.
30507 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
30509 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30511 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
30513 * term/xterm.el (function-key-map): Fix strings for
30514 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
30515 {C,S,A,C-S}-{f1-f12}.
30517 2005-04-26 Kenichi Handa <handa@m17n.org>
30519 * international/mule-cmds.el (select-safe-coding-system):
30520 Fix previous change.
30522 2005-04-26 Lute Kamstra <lute@gnu.org>
30524 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30526 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30527 (font-lock-comment-delimiter-face): Ditto.
30529 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30531 2005-04-25 Jay Belanger <belanger@truman.edu>
30533 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30534 to t while inserting information; use help-mode.
30536 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
30538 * term.el (ansi-term-color-vector): Use the xterm colors.
30539 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
30541 2005-04-25 Lute Kamstra <lute@gnu.org>
30543 * font-core.el (font-lock-defaults): Fix docstring.
30545 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30547 2005-04-25 Kenichi Handa <handa@m17n.org>
30549 * international/mule-cmds.el (select-safe-coding-system):
30550 Don't check consistency with coding: spec, etc if raw-text or
30551 no-conversion was found to be safe.
30553 2005-04-24 Richard M. Stallman <rms@gnu.org>
30555 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30556 citation markers at start of each line.
30558 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30559 citation markers at start of each line.
30561 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30563 * files.el (mode-require-final-newline): Fix previous change.
30564 (require-final-newline): Fix type label.
30566 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
30568 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30569 statement in buffer (broken by 2004-11-24 change).
30571 2005-04-24 Kim F. Storm <storm@cua.dk>
30573 * ido.el (ido-everywhere): Save and restore old read-buffer-function
30574 and read-file-name-function values. Don't overwrite existing
30575 non-nil values if ido-mode is enabled without ido-everywhere.
30577 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
30579 * files.el (mode-require-final-newline): Minor doc fix.
30581 2005-04-24 Eli Zaretskii <eliz@gnu.org>
30583 * subr.el (syntax-after): Doc fix.
30584 (syntax-class): If argument is nil, return nil. Mask off upper 16
30587 * files.el (mode-require-final-newline): Doc fix.
30588 (backup-buffer-copy): Fix last change.
30590 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30592 * term/mac-win.el: Require select. Set selection-coding-system to
30593 mac-system-coding-system. Call menu-bar-enable-clipboard.
30594 (x-last-selected-text-clipboard, x-last-selected-text-primary)
30595 (x-select-enable-clipboard): New variables.
30596 (x-select-text, x-get-selection, x-selection-value)
30597 (x-get-selection-value, mac-select-convert-to-string)
30598 (mac-services-open-file, mac-services-open-selection)
30599 (mac-services-insert-text): New functions.
30600 (CLIPBOARD, FIND): Put mac-scrap-name property.
30601 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30602 (public.tiff): Put mac-ostype property.
30603 (selection-converter-alist): Add entries for them.
30604 (mac-application-menu-map): New keymap.
30605 (interprogram-cut-function, interprogram-paste-function): Set to
30606 x-select-text and x-get-selection-value, respectively.
30607 (split-window-keep-point): Set to t.
30609 2005-04-23 Richard M. Stallman <rms@gnu.org>
30611 * files.el (read-directory-name): Always pass non-nil
30612 DEFAULT-FILENAME arg to read-file-name.
30613 (backup-buffer-copy, basic-save-buffer-2): Take care against
30614 writing thru an unexpected existing symlink.
30615 (revert-buffer): In indirect buffer, revert the base buffer.
30616 (magic-mode-alist): Doc fix.
30617 (buffer-stale-function): Doc fix.
30618 (minibuffer-with-setup-hook): Avoid warning.
30619 (mode-require-final-newline): Doc and custom fix.
30621 * follow.el (follow-end-of-buffer): Use with-no-warnings.
30623 * font-lock.el (font-lock-comment-face): On terminals with few colors,
30624 use the default appearance.
30625 (font-lock-comment-delimiter-face): New face, new variable.
30627 * imenu.el (imenu--generic-function): The official position of a
30628 definition is the start of the line that BEG is in.
30630 * midnight.el (midnight-timer): Move defvar up.
30632 * mouse.el (mouse-drag-region-1): Delete some debugging code.
30634 * saveplace.el (save-place-to-alist): Use with-no-warnings.
30636 * startup.el (command-line): Use with-no-warnings.
30638 * window.el (window-size-fixed): New defvar.
30640 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30642 * mail/rmail.el (rmail-font-lock-keywords):
30643 Use font-lock-comment-delimiter-face.
30645 * mail/sendmail.el (mail-font-lock-keywords):
30646 Use font-lock-comment-delimiter-face.
30648 * progmodes/compile.el (next-error-highlight-timer): New defvar.
30650 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
30652 * progmodes/compile.el (compilation-mode-font-lock-keywords):
30653 Specify t for LAXMATCH when matching directories.
30654 Save match data around compilation-compat-error-properties form.
30656 2005-04-23 David Kastrup <dak@gnu.org>
30658 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30659 Mention that the autoloaded aliases should be kept for AUCTeX.
30661 2005-04-23 Andreas Schwab <schwab@suse.de>
30663 * isearch.el (isearch-forward): Doc fix.
30665 2005-04-23 Eli Zaretskii <eliz@gnu.org>
30667 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30668 (jit-lock-stealth-nice): Change default value to 0.5.
30670 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
30672 * abbrev.el (write-abbrev-file): Write table entries in
30673 alphabetical order by table name.
30675 2005-04-22 Kim F. Storm <storm@cua.dk>
30677 * ido.el (ido-read-internal): Fix `list' completion.
30679 2005-04-22 Kenichi Handa <handa@m17n.org>
30681 * recentf.el (recentf-save-file-coding-system): New variable.
30682 (recentf-save-list): Encode the file by
30683 recentf-save-file-coding-system and add coding: tag.
30685 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
30687 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30689 2005-04-21 Lute Kamstra <lute@gnu.org>
30691 * loadhist.el (unload-feature): Don't remove a function from hooks
30692 if it is about to be restored to an autoload . Remove functions
30693 that will become unbound from auto-mode-alist. Simplify the code.
30695 * subr.el (assq-delete-all): New implementation that is linear,
30696 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
30697 (rassq-delete-all): New function.
30699 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30700 Add size-indication-mode.
30702 2005-04-21 Kenichi Handa <handa@m17n.org>
30704 * international/mule-cmds.el: Add autoload for widget-value in
30707 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
30709 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30712 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30714 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
30716 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30717 (inferior-lisp-filter-regexp, inferior-lisp-program)
30718 (inferior-lisp-load-command, inferior-lisp-prompt)
30719 (inferior-lisp-mode-hook, lisp-source-modes)
30720 (inferior-lisp-load-hook): defvar->defcustom.
30721 (inferior-lisp-program, inferior-lisp-prompt)
30722 (inferior-lisp-load-hook): Doc fixes.
30723 (inferior-lisp-install-letter-bindings): Small change in
30724 introductory comment.
30726 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
30728 * vc.el (vc-annotate-color-map): Change some colors so that text
30729 using them as foreground is readable on both white and black
30732 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
30734 * international/mule-conf.el (translation-table-for-input):
30735 Remove redundant declaration.
30737 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
30739 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30741 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30742 (tooltip-toggle-gud-tips): New function.
30744 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30746 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30747 right angle brackets.
30749 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
30751 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30753 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
30755 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30756 Remove. Update callers to use expand-file-name instead.
30758 * subr.el (syntax-class): New function.
30760 * simple.el (blink-matching-open): Use it.
30762 * paren.el (show-paren-function): Use it to recognize parens that are
30763 also used in 2-char comment markers.
30765 2005-04-19 Lute Kamstra <lute@gnu.org>
30767 * loadhist.el (unload-feature): Update for new format of
30768 load-history. Simplify the code.
30770 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30772 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30773 (mac-add-charset-info): New function. Initialize variable
30774 mac-charset-info-alist using it.
30775 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30777 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30778 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30779 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30782 2005-04-19 Kim F. Storm <storm@cua.dk>
30784 * simple.el (next-buffer, prev-buffer, next-error)
30785 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30786 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30788 * bindings.el (next-buffer, prev-buffer, next-error)
30789 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30790 (clone-indirect-buffer-other-window): Move bindings from simple.el.
30791 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30792 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30794 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
30796 * isearch.el (isearch-edit-string): Make the search-ring available for
30797 minibuffer history commands.
30798 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
30799 the default history commands now work just as well.
30800 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30802 2005-04-18 Kim F. Storm <storm@cua.dk>
30804 * emulation/cua-base.el (cua--pre-command-handler): Add more
30805 elaborate check for shift modifier on non-window systems.
30807 2005-04-18 Lars Hansen <larsh@math.ku.dk>
30809 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30811 2005-04-18 Kim F. Storm <storm@cua.dk>
30813 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30814 and make it optional. Don't test tooltip-gud-echo-area here.
30815 (tooltip-gud-process-output, gdb-tooltip-print):
30816 Pass tooltip-gud-echo-area to tooltip-show.
30817 (tooltip-help-tips): Remove second optional arg to tooltip-show.
30819 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30821 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30822 `display-graphic-p' may not be bound yet.
30824 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
30826 * startup.el (command-line): No longer enable Xterm Mouse mode by
30827 default in terminals compatible with xterm.
30829 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30831 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
30833 * tooltip.el (tooltip-gud-echo-area): Rename from
30834 tooltip-use-echo-area.
30835 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
30836 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
30837 area independently of where help tooltips are displayed.
30839 2005-04-17 David Kastrup <dak@gnu.org>
30841 * cus-theme.el (custom-theme-write-variables): Quote variables
30844 2005-04-17 Richard M. Stallman <rms@gnu.org>
30846 * simple.el (yank-excluded-properties): Add follow-link to value.
30848 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
30850 * startup.el (fancy-splash-max-time): Just 30 seconds.
30851 (fancy-splash-delay): Just 7.
30852 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
30854 * loadhist.el (unload-feature): Update for new format of load-history.
30857 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
30858 (rmail-font-lock-keywords): Don't fontify the text of a citation.
30860 * mail/sendmail.el (mail-font-lock-keywords):
30861 Don't fontify subject text.
30862 Don't fontify the text of a citation.
30864 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
30866 * comint.el (comint-output-filter): Run comint-output-filter-functions
30867 with point where the user had it.
30869 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
30871 * international/ucs-tables.el (ucs-set-table-for-input):
30872 Disable when using unify-on-decoding.
30874 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
30876 * emulation/cua-base.el (cua-global-mark-face): Add special case
30877 for displays supporting a high number of colors.
30879 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30881 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
30883 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
30885 * filesets.el (filesets-add-buffer): If user supplies a name of a
30886 non-existing fileset, create a new fileset.
30888 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
30890 * textmodes/org.el (org-up-heading-all): Fix bug with
30891 `outline-up-heading-all'.
30893 2005-04-16 Andreas Schwab <schwab@suse.de>
30895 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
30896 /etc/permissions.d/* and /etc/aliases.d/*.
30898 2005-04-16 Kenichi Handa <handa@m17n.org>
30900 * international/code-pages.el (cp-make-coding-system):
30901 Set `translation-table-for-input' property value to the symbol
30902 ucs-mule-to-mule-unicode, not to that value.
30903 (pt154): Escape guillemet by `\'.
30905 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
30907 * loadup.el: Load tooltip if x-show-tip is fboundp.
30909 * startup.el (command-line): Add comment.
30911 * tooltip.el (tooltip-mode): Specify correct standard value for
30912 Custom in init-value.
30914 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
30916 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
30919 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
30921 * textmodes/org.el (org-agenda-date-prompt): Rename from
30922 `org-agenda-date-today'.
30923 (org-evaluate-time-range): Insert at point instead of directly
30925 (org-first-headline-recenter, org-subtree-end-visible-p)
30926 (org-optimize-window-after-visibility-change): New functions
30927 (org-agenda-post-command-hook): Don't allow point at end of line,
30928 to make sure it always hits the text properties.
30929 (org-agenda-next-date-line, org-agenda-previous-date-line):
30931 (org-set-regexps-and-options): Category may contain white space.
30932 (org-agenda-get-deadlines, org-agenda-get-scheduled):
30933 Improve marker positions.
30934 (org-agenda-new-marker): Argument POS made optional.
30935 (org-agenda-get-timestamps): Deadlines which are done are listed
30936 in org-done-face now.
30937 (org-agenda-get-todos, org-agenda-get-timestamps)
30938 (org-agenda-get-deadlines, org-agenda-get-scheduled):
30939 Set `undone-face' and `done-face' properties.
30940 (org-last-todo-state-is-todo): New variable.
30941 (org-todo): Set `org-last-todo-state-is-todo'.
30942 (org-agenda-todo): Change face according to
30943 `org-last-todo-state-is-todo'. And change other lines referring to
30945 (org-calendar-goto-agenda): New command.
30946 (org-calendar-to-agenda-key): New option.
30947 (org-startup-folded): New allowed value `content'.
30948 (org-set-regexps-and-options): Accept new value `content' for
30949 `org-startup-folded'.
30950 (org-get-current-options): Handle new value `content' for
30951 `org-startup-folded'.
30952 (org-insert-todo-heading): New command.
30953 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
30954 interactively in empty file and option
30955 `org-insert-mode-line-in-empty-file' has been set.
30956 (org-agenda-todo, org-agenda-priority): Modify to use
30957 `org-agenda-change-all-lines'.
30958 (org-warning-face): Change color on dark background.
30960 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30962 * international/mule-cmds.el (set-locale-environment): On Mac OS,
30963 use preferences AppleLocale and AppleLanguages, and variable
30964 mac-system-locale for default locale. On Mac OS Classic, use
30965 mac-system-coding-system for default coding systems.
30967 * term/mac-win.el: Don't set file-name-coding-system.
30968 Decode variables system-name, emacs-build-system, user-login-name, and
30969 user-full-name by mac-system-coding-system on Mac OS Classic.
30970 (mac-system-coding-system): New variable.
30972 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
30974 * startup.el (command-line): Handle `xterm-mouse-mode' before
30977 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
30979 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
30981 * progmodes/sh-script.el (sh-here-document-word): Make it a
30982 defcustom. Doc fix.
30983 (sh-add): Bash uses $(( )) for arithmetic.
30984 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
30985 (sh-maybe-here-document): Remove quotes and leading whitespace
30986 from heredoc word when closing. Indent heredoc with tabs if word
30989 2005-04-13 Richard M. Stallman <rms@gnu.org>
30991 * simple.el (undo): Fix previous change.
30993 * custom.el (defface): Doc fix.
30995 2005-04-13 Lute Kamstra <lute@gnu.org>
30997 * Makefile.in (DONTCOMPILE): Remove list.
30998 (compile, compile-always): Don't use DONTCOMPILE.
30999 (update-authors): Load the library in which batch-update-authors
31001 * makefile.w32-in (DONTCOMPILE): Remove list.
31002 (compile, compile-always): Fix comments.
31003 (update-authors): Load the library in which batch-update-authors
31006 * generic-x.el (generic-mode-ini-file-find-file-hook):
31007 Rename to ini-generic-mode-find-file-hook.
31008 Keep generic-mode-ini-file-find-file-hook as an alias.
31009 (ini-generic-mode-find-file-hook): Rename from
31010 generic-mode-ini-file-find-file-hook. Fix docstring.
31011 (ini-generic-mode): Docstring change.
31012 (bat-generic-mode-run-as-comint): Silence the byte compiler.
31014 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31017 * generic.el: Move to the emacs-lisp subdir.
31019 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
31021 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31022 and C-S- function and cursor motion keys.
31024 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
31026 * startup.el (command-line): Enable Xterm Mouse mode by default.
31027 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31028 for Custom. No longer show "Mouse" in mode line when enabled.
31031 2005-04-12 Kim F. Storm <storm@cua.dk>
31033 * emulation/cua-base.el (cua-rectangle-face)
31034 (cua-rectangle-noselect-face): Define face attributes here.
31036 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31038 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
31040 * startup.el (command-line): Turn off blinking cursor if
31041 cursorBlink in resources is off or false.
31043 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31045 * term/mac-win.el (dnd): Require dnd.
31046 (mac-drag-n-drop): Call dnd-handle-one-url.
31047 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31048 (kTextEncodingISOLatin2): Remove constants.
31049 (mac-script-code-coding-systems): New constant.
31050 (mac-handle-language-change): New function.
31051 (special-event-map): Bind it to `language-change' event.
31052 (mac-centraleurroman, mac-cyrillic): New coding systems.
31053 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31054 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31055 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31056 encode-mac-cyrillic, respectively.
31058 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31060 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31061 Don't set overlay-arrow-string to "=>" as this is done
31064 2005-04-12 Lute Kamstra <lute@gnu.org>
31066 * generic-x.el (rc-generic-mode, rul-generic-mode):
31067 Fix auto-mode-alist entries.
31068 (etc-fstab-generic-mode): Tweak fontification.
31070 * generic.el (generic-make-keywords-list): Fix docstring.
31071 (generic-mode-internal): Simplify generic-font-lock-keywords.
31073 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31075 * whitespace.el (whitespace-buffer-leading)
31076 (whitespace-buffer-trailing): Revert the incorrect test inversion.
31077 However, fix the highlight area for the leading and
31078 trailing whitespaces to show space.
31080 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
31082 * whitespace.el (whitespace-version): Bump to 3.5.
31084 (whitespace-buffer-leading, whitespace-buffer-trailing):
31085 Invert sense of the test to highlight the whitespace.
31087 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31089 * progmodes/gud.el (gud-display-line): GUD uses its own
31090 overlay arrow now so don't set overlay-arrow-string.
31091 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31093 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
31095 * term.el (term-ansi-current-bold, term-ansi-current-underline)
31096 (term-ansi-current-reverse, term-ansi-current-invisible)
31097 (term-ansi-face-already-done): Change to boolean.
31098 (term-reset-terminal, term-handle-colors-array): Handle the above
31100 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31101 (term-emulate-terminal): Use the new name.
31103 * faces.el (secondary-selection): Use yellow1, not yellow.
31104 (trailing-whitespace): Use red1, not red.
31106 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
31108 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31109 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31110 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31112 * cus-edit.el (dnd): New group.
31114 * term/w32-win.el (dnd): Require dnd
31115 (w32-drag-n-drop): Call dnd-handle-one-url.
31117 * x-dnd.el: Require dnd.
31118 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31119 Call dnd-handle-one-url.
31120 (x-dnd-types-alist, x-dnd-insert-utf8-text)
31121 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31122 to dnd-insert-text.
31123 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31124 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31125 (x-dnd-get-local-file-name, x-dnd-open-local-file)
31126 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31128 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31130 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31132 * wdired.el: Doc fixes.
31133 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31134 (wdired-use-dired-vertical-movement): Rename from
31135 wdired-always-move-to-filename-beginning.
31136 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31137 (wdired-change-to-wdired-mode): Change mode name.
31138 (wdired-newline): Delete.
31140 2005-04-11 Richard M. Stallman <rms@gnu.org>
31142 * whitespace.el (whitespace-highlight-the-space):
31143 Don't call whitespace-unhighlight-the-space here.
31145 * simple.el (undo): Record t in undo-equiv-table
31146 for the redo record made by an undo-in-region.
31148 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31150 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31151 (gdb-frame-inferior-io-buffer): New Functions to control
31152 display of separate IO buffer.
31153 (menu): Add them to menu-bar.
31154 (gdb-display-buffer): Check for buffer another frame.
31155 Protect GUD buffer.
31156 (gdb-setup-windows): Create IO buffer if not already there.
31157 (gdb-memory-mode): Remove purecopy noops.
31159 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31161 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31162 and pass to self-insert-command.
31164 2005-04-11 Lute Kamstra <lute@gnu.org>
31166 * generic.el: Commentary section cleanup.
31168 (generic-use-find-file-hook, generic-lines-to-scan)
31169 (generic-find-file-regexp, generic-ignore-files-regexp)
31170 (default-generic-mode, generic-mode-find-file-hook)
31171 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31172 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
31173 (generic-use-find-file-hook, generic-lines-to-scan)
31174 (generic-find-file-regexp, generic-ignore-files-regexp)
31175 (default-generic-mode, generic-mode-find-file-hook)
31176 (generic-mode-ini-file-find-file-hook): Move from generic.el.
31178 2005-04-10 Karl Fogel <kfogel@red-bean.com>
31180 * bookmark.el (bookmark-write-file): Catch errors writing file.
31181 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31183 2005-04-10 Richard M. Stallman <rms@gnu.org>
31185 * startup.el (fancy-splash-tail): Update copyright year.
31186 (command-line): Split part of -Q into -D.
31187 (emacs-basic-display): New defvar.
31188 (fancy-splash-text): Correct name of menu item.
31190 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31192 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31195 * comint.el (comint-send-input): New arg ARTIFICIAL.
31196 Callers in this file changed.
31198 * abbrev.el (define-abbrevs): Read system abbrevs properly.
31200 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31202 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
31204 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
31205 `ldap-search-internal'.
31207 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31209 * files.el (set-auto-mode-1): Use line-end-position.
31211 * international/latin-1.el:
31212 * international/latin-2.el:
31213 * international/latin-3.el:
31214 * international/latin-4.el:
31215 * international/latin-5.el:
31216 * international/latin-8.el:
31217 * international/latin-9.el: Give punctuation syntax to NBSP.
31219 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31220 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31221 Use char-classes to accept non-ascii letters, accepted in some recent
31222 bibtex implementations.
31224 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
31226 * custom.el (custom-set-minor-mode): Any non-nil value for the
31227 variable should enable the mode when set through Custom.
31229 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
31231 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31232 TAB binding so tab-always-indent is obeyed.
31233 (vhdl-minibuffer-local-map): Move initialization into declaration.
31234 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31235 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31236 (vhdl-hooked-abbrev): Avoid test for XEmacs.
31237 (vhdl-current-line): Use line-beginning-position.
31238 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31239 with-output-to-temp-buffer, so the current position can be recorded.
31241 2005-04-10 Masatake YAMATO <jet@gyve.org>
31243 * progmodes/compile.el (compilation-error-regexp-alist-alist):
31244 Add regexp for gcov.
31246 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
31248 * calendar/time-date.el (time-to-seconds, seconds-to-time)
31249 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31250 syntax which Emacs 20 doesn't support.
31252 2005-04-09 Richard M. Stallman <rms@gnu.org>
31254 * help.el (describe-key-briefly, describe-key):
31255 Replace strings as event types with "(any string)".
31257 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
31259 * arc-mode.el (archive-mode-map): Move initialization into
31260 the declaration. Override *all* bindings of `undo'.
31261 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31263 2005-04-09 Jay Belanger <belanger@truman.edu>
31265 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31267 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
31269 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31270 (xterm-register-default-colors): Update color values computation
31271 to match xterm-200.
31273 2005-04-09 Kenichi Handa <handa@m17n.org>
31275 * international/code-pages.el (iso-latin-7): Fix the map.
31277 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
31279 * emacs-lisp/lisp.el (defun-prompt-regexp)
31280 (parens-require-spaces, buffer-end, end-of-defun)
31281 (insert-parentheses): Doc fixes.
31283 2005-04-08 Kim F. Storm <storm@cua.dk>
31285 * comint.el (comint-highlight-prompt): Fix face spec.
31286 * hi-lock.el (hi-green): Likewise.
31288 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31290 * cus-edit.el (custom-modified-face):
31291 * comint.el (comint-highlight-input): Fix previous changes.
31292 * term.el (term-handle-ansi-escape): Add a comment.
31294 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
31296 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31297 in the buffer and in whitespace-highlighted-space.
31298 (whitespace-unhighlight-the-space): Simplify.
31299 (whitespace-buffer): Simplify.
31301 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
31303 * textmodes/table.el (table-cell-face): Add special case for
31304 displays supporting a high number of colors.
31305 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31306 (vhdl-font-lock-reserved-words-face)
31307 (vhdl-speedbar-architecture-face)
31308 (vhdl-speedbar-instantiation-face)
31309 (vhdl-speedbar-architecture-selected-face)
31310 (vhdl-speedbar-instantiation-selected-face): Likewise.
31311 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31312 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31313 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31314 (ebrowse-root-class-face, ebrowse-member-attribute-face)
31315 (ebrowse-progress-face): Likewise.
31316 * progmodes/compile.el (compilation-info-face): Likewise.
31317 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31318 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31319 * calendar/calendar.el (diary-face): Likewise.
31320 * woman.el (woman-italic-face, woman-bold-face)
31321 (woman-unknown-face): Likewise.
31322 * wid-edit.el (widget-button-pressed-face): Likewise.
31323 * whitespace.el (whitespace-highlight-face): Likewise.
31324 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31325 * pcvs-info.el (cvs-marked-face): Likewise.
31326 * info.el (info-xref): Likewise.
31327 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31328 * hilit-chg.el (highlight-changes-face)
31329 (highlight-changes-delete-face): Likewise.
31330 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31331 (hi-red-b): Likewise.
31332 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31333 * font-lock.el (font-lock-keyword-face)
31334 (font-lock-function-name-face, font-lock-warning-face): Likewise.
31335 * cus-edit.el (custom-invalid-face, custom-modified-face)
31336 (custom-set-face, custom-changed-face, custom-variable-tag-face)
31337 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31338 * comint.el (comint-highlight-prompt): Likewise.
31340 2005-04-08 Lute Kamstra <lute@gnu.org>
31342 * font-lock.el (font-lock-keywords): Docstring fixes.
31344 2005-04-08 Kenichi Handa <handa@m17n.org>
31346 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31347 chars are more than a limit, print " and more..." at the tail.
31349 2005-04-08 Kim F. Storm <storm@cua.dk>
31351 * emacs-lisp/authors.el (authors-aliases): Update list.
31352 (authors-ignored-files): New list.
31353 (authors-fixed-entries): Fix typo.
31354 (authors-renamed-files-alist): Update list.
31355 (authors-add): Check authors-ignored-files.
31357 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
31359 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31360 optional, to ensure backward compatibility.
31362 2005-04-08 Stephen Eglen <stephen@gnu.org>
31364 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31366 2005-04-08 Kim F. Storm <storm@cua.dk>
31368 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31370 * mouse.el (mouse-on-link-p): Doc fix.
31372 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
31374 * ielm.el (ielm-prompt-read-only): Doc fix.
31376 * comint.el (comint-prompt-read-only): Doc fix.
31378 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
31380 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31381 ensure dired always handles wildcards passed to ffap.
31382 (find-file-at-point): Use it.
31383 (ffap-dired-wildcards): Doc fix.
31385 2005-04-07 Juri Linkov <juri@jurta.org>
31387 * simple.el (next-error-overlay-arrow-position): New defvar.
31388 Put "=>" on its property `overlay-arrow-string'. Add it to
31389 `overlay-arrow-variable-list'.
31391 * progmodes/compile.el (compilation-setup):
31392 Set `next-error-overlay-arrow-position' to nil. Also set it to
31393 nil in the local hook `kill-buffer-hook'. Make local variable
31394 `overlay-arrow-string' and set it to "=>".
31395 (compilation-goto-locus): Set BOL position to
31396 `next-error-overlay-arrow-position' instead of
31397 `overlay-arrow-position'.
31399 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31400 locally instead of adding it to the global hook.
31401 (Info-kill-buffer): Move up.
31403 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
31405 * term/xterm.el (xterm-standard-colors): Update color values from
31408 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
31410 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31413 * lazy-lock.el: Move them to the obsolete subdir.
31415 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31417 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31418 (wdired-add-replace-advice): Remove.
31419 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31421 2005-04-06 Kim F. Storm <storm@cua.dk>
31423 * startup.el (command-line): Add --bare-bones alias for -Q.
31425 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31427 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31428 create the startup fontset if a font specification ends with
31431 2005-04-06 Lute Kamstra <lute@gnu.org>
31433 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31436 * emacs-lisp/copyright.el (copyright-update-year): Replace the
31437 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
31439 2005-04-05 Lute Kamstra <lute@gnu.org>
31441 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31442 (define-generic-mode): Ditto. Fix debug declaration.
31444 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31445 Put them in the generic-x group.
31447 * calendar/timeclock.el (timeclock): Doc fix.
31449 * generic.el (define-generic-mode): Don't use custom-current-group.
31450 Document default :group value.
31451 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31452 (define-global-minor-mode): Don't use custom-current-group.
31454 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
31456 * startup.el (command-line-1): Display startup-echo-area-message
31457 when fancy splash screen is in use.
31459 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31460 (sh-escaped-newline): New face.
31461 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31462 newline, and use sh-escaped-newline face.
31464 * progmodes/tcl.el (tcl-escaped-newline): New face.
31465 (tcl-builtin-list): New variable.
31466 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31467 newlines. Fix keywords subexpression number.
31469 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
31471 * textmodes/org.el (org-diary-default-entry): Fix call to
31472 `add-to-diary-entry'.
31474 2005-04-05 Kim F. Storm <storm@cua.dk>
31476 * ediff-init.el: Use (featurep 'xemacs).
31478 2005-04-05 David Ponce <david@dponce.com>
31480 * cus-edit.el (face): Derive from symbol widget. Display sample
31481 of the current face on the fly.
31482 (widget-face-sample-face-get, widget-face-notify): New functions.
31483 (widget-face-value-create): Remove.
31485 * wid-edit.el (widget-field-end): Temporarily remove field
31486 narrowing before to call `get-char-property'.
31488 2005-04-04 Jay Belanger <belanger@truman.edu>
31490 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31491 (math-read-subscripts): New variable.
31492 (math-read-preprocess-string): Process subscripts.
31494 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
31496 * comint.el (comint-prompt-read-only): Doc fix.
31498 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31501 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
31503 * textmodes/org.el (org-insert-mode-line-in-empty-file):
31504 Change default value to nil.
31506 2005-04-04 Lute Kamstra <lute@gnu.org>
31508 * autorevert.el (auto-revert-mode): Specify :group.
31509 * battery.el (display-battery-mode): Specify :group.
31510 * diff-mode.el (diff-minor-mode): Specify :group.
31511 * font-core.el (font-lock-mode): Specify :group.
31512 * hl-line.el (hl-line-mode): Specify :group.
31513 * iimage.el (iimage): New customization group.
31514 (iimage-mode): Specify :group.
31515 * longlines.el (longlines-mode): Specify :group.
31516 * master.el: Don't require easy-mmode.
31517 (master): New customization group.
31518 (master-mode): Specify :group.
31519 * msb.el (msb-mode): Specify :group.
31520 * reveal.el (reveal-mode): Specify :group.
31521 * simple.el (next-error-follow-minor-mode): Specify :group.
31522 * smerge-mode.el (smerge-mode): Specify :group.
31523 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31524 * emulation/cua-base.el (cua-mode): Specify :group.
31525 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31526 * language/thai-util.el (thai-auto-composition-mode)
31527 (thai-word-mode): Specify :group.
31528 * mail/supercite.el (sc-minor-mode): Specify :group.
31529 * progmodes/cwarn.el (cwarn-mode): Specify :group.
31530 * progmodes/flymake.el (flymake-mode): Specify :group.
31531 * progmodes/glasses.el (glasses-mode): Specify :group.
31532 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31533 * textmodes/enriched.el (enriched-mode): Specify :group.
31534 * textmodes/refill.el (refill-mode): Specify :group.
31536 * add-log.el (change-log-font-lock-keywords): Names in
31537 parenthesized lists can contain spaces.
31539 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
31541 * startup.el (fancy-splash-text): Shorten default text of
31542 "Emacs Tutorial" line. Also, if the current language env
31543 indicates an available tutorial file other than TUTORIAL,
31544 extract its title and append it to the line in parentheses.
31545 (fancy-splash-insert): If arg is a thunk, funcall it.
31547 2005-04-04 Jay Belanger <belanger@truman.edu>
31549 * calc.el (calc-language-alist): Add tags to customization type.
31551 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
31553 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31556 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
31558 * add-log.el (change-log-font-lock-keywords): The manual
31559 describing a Change Log entry, says: (...) "Aside from these
31560 header lines, every line in the change log starts with a space or
31561 a tab.". The font-lock was not highlighting lines started with
31562 spaces, added support for it.
31564 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31566 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31567 (bibtex-generate-url-list): Update docstring accordingly. Put the
31568 complex example in the docstring.
31569 (bibtex-font-lock-url): Use pop.
31571 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
31573 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31575 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31577 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
31579 * filesets.el (filesets-set-default): Doc fix.
31581 2005-04-03 Lute Kamstra <lute@gnu.org>
31583 * generic.el (define-generic-mode): Add argument to specify
31584 keywords for defcustom.
31585 (default-generic-mode): Specify :group.
31587 * generic-x.el: Specify :group for all generic modes.
31589 * desktop.el (desktop-no-desktop-file-hook)
31590 (desktop-after-read-hook): Doc fix.
31592 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
31594 * simple.el (visible-mode): Use explicit :group keyword.
31595 This changes the group of `visible-mode-hook' from paren-blinking
31598 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
31600 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
31601 mailbox specifications as well as URLs.
31602 (rmail-insert-inbox-text): Remove unused conditional branches.
31604 2005-04-01 Jay Belanger <belanger@truman.edu>
31606 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31607 (calc-gnuplot-print-command): Move definitions to calc.el.
31609 * calc/calc-embed.el (calc-embedded-announce-formula)
31610 (calc-embedded-open-formula, calc-embedded-close-formula)
31611 (calc-embedded-open-word, calc-embedded-close-word)
31612 (calc-embedded-open-plain, calc-embedded-close-plain)
31613 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31614 (calc-embedded-open-mode, calc-embedded-close-mode):
31615 Move definitions to calc.el.
31617 * calc/calc.el (calc-settings-file, calc-language-alist):
31619 (calc-embedded-announce-formula, calc-embedded-open-formula)
31620 (calc-embedded-close-formula, calc-embedded-open-word)
31621 (calc-embedded-close-word, calc-embedded-open-plain)
31622 (calc-embedded-close-plain, calc-embedded-open-new-formula)
31623 (calc-embedded-close-new-formula, calc-embedded-open-mode)
31624 (calc-embedded-close-mode, calc-gnuplot-name)
31625 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31626 from other files and make customizable.
31628 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
31630 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31632 (cvs-mode-run): Don't call cvs-update-header here.
31633 (cvs-run-process): Call cvs-update-header.
31634 Use process properties for cvs-postprocess and cvs-buffer so that
31635 the sentinel can behave better if the temp buffer is killed.
31636 Use a pipe rather than a tty, to better handle unexpected prompts.
31637 (cvs-sentinel): Rewrite. Call cvs-update-header.
31639 2005-04-01 Andre Spiegel <spiegel@gnu.org>
31641 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31642 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
31644 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
31646 * generic.el (define-generic-mode): Add indentation rule.
31648 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
31650 * files.el (mode-require-final-newline): Make Custom correctly
31651 report a nil value and allow to set it to nil via Custom.
31654 2005-04-01 Kenichi Handa <handa@m17n.org>
31656 * international/characters.el: Enable the correct case setting for
31657 dotless-i and dotted-I.
31659 2005-04-01 Kim F. Storm <storm@cua.dk>
31661 * ido.el (ido-file-internal): Fall back to non-ido command if
31662 initial directory is on slow ftp (or tramp) host.
31664 2005-03-31 Richard M. Stallman <rms@gnu.org>
31666 * emacs-lisp/autoload.el (make-autoload):
31667 Handle define-global-minor-mode.
31669 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31670 Rename from easy-mmode-define-global-mode.
31671 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31673 * progmodes/scheme.el (scheme-mode-syntax-table):
31674 Update syntax of | and # for two-character comment syntax.
31676 2005-03-31 Lute Kamstra <lute@gnu.org>
31678 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31679 (define-minor-mode): Call custom-current-group at load-time.
31681 * generic.el (define-generic-mode): Add debug declaration.
31682 Add defcustom for the mode hook.
31683 (generic-mode-internal): Use run-mode-hooks.
31685 2005-03-31 Kim F. Storm <storm@cua.dk>
31687 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31688 (mouse-fixup-help-message): New defun called by show_help_echo
31689 to fixup mouse-2 prefix in help messages when applicable.
31691 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31693 2005-03-31 Kenichi Handa <handa@m17n.org>
31695 * language/thai-word.el (thai-find-word-ends): Pay attention to
31696 the case that we reach the end of buffer.
31698 * textmodes/fill.el (fill-text-properties-at): New function.
31699 (fill-newline): Use fill-text-properties-at instead of
31700 text-properties-at.
31702 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
31704 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31705 not comint-quote-filename.
31707 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
31709 * help-fns.el (help-with-tutorial): Revert last change.
31711 2005-03-31 Kim F. Storm <storm@cua.dk>
31713 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31715 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
31717 * calendar/cal-china.el: Update reference to "Calendrical
31718 Calculations" book; there's a new edition.
31719 * calendar/cal-coptic.el: Likewise.
31720 * calendar/cal-french.el: Likewise.
31721 * calendar/cal-hebrew.el: Likewise.
31722 * calendar/cal-islam.el: Likewise.
31723 * calendar/cal-iso.el: Likewise.
31724 * calendar/cal-julian.el: Likewise.
31725 * calendar/cal-mayan.el: Likewise.
31726 * calendar/cal-persia.el: Likewise.
31727 * calendar/calendar.el: Likewise.
31728 * calendar/holidays.el: Likewise.
31729 * calendar/lunar.el: Likewise.
31730 * calendar/solar.el: Likewise.
31732 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31733 white space from doc string.
31735 2005-03-30 Jay Belanger <belanger@truman.edu>
31737 * calc/calc-help.el (calc-full-help): Remove email address.
31739 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
31741 * help-fns.el (help-with-tutorial): Delete title line.
31743 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
31745 * calendar/cal-x.el (calendar-one-frame-setup)
31746 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31747 rather than `symbol' for set-window-dedicated-p.
31749 * calendar/appt.el (appt-buffer-name): Make it a constant.
31750 (appt-add): Doc fix.
31752 * filesets.el (filesets-menu-path, filesets-menu-before)
31753 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
31754 (filesets-menu-cache-file): Use directory ~/.emacs.d.
31755 (filesets-add-submenu): Delete and use add-submenu instead.
31757 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
31759 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31760 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31761 (org-diary-default-entry): New function.
31762 (org-get-entries-from-diary): Better parsing of diary entries.
31763 (org-agenda-check-no-diary): New function.
31764 ("diary-lib"): Advice to function `add-to-diary-list', to allow
31765 linking to diary entries.
31766 (org-agenda-execute-calendar-command): New function.
31767 (org-agenda): Improve visible section in window.
31768 Use `org-fit-agenda-window'.
31769 (org-fit-agenda-window): New option.
31770 (org-move-subtree-down): Better handling of empty lines
31772 (org-cycle): Numeric prefix is interpreted now as show-subtree N
31774 (org-fontify-done-headline): New option.
31775 (org-headline-done-face): New face.
31776 (org-set-font-lock-defaults): Use `org-headline-done-face'.
31777 (org-table-copy-down): Rename from `org-table-copy-from-above'.
31778 When current field is non-empty, it is copied to next row.
31779 (org-table-copy-from-above): Fix bug which made it
31780 impossible to copy fields containing only a single non-white character.
31782 2005-03-30 Kim F. Storm <storm@cua.dk>
31784 * kmacro.el (kmacro-end-macro): Isearch may store this command
31785 into the macro -- so ignore it when executing keyboard macro.
31787 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
31789 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31791 2005-03-29 Kenichi Handa <handa@m17n.org>
31793 * language/thai.el ("Thai"): Set setup-function and exit-function
31794 for Thai language environment.
31796 * language/thai-util.el: Require thai-word.
31797 (thai-word-mode-map): New variable.
31798 (thai-word-mode): New minor mode.
31799 (setup-thai-language-environment-internal): New function.
31800 (exit-thai-language-environment-internal): New function.
31802 * language/thai-word.el (thai-word-table): Declare it by defvar,
31803 use dolist to initialize it.
31804 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31805 (thai-fill-find-break-point): New functions.
31807 2005-03-29 Richard M. Stallman <rms@gnu.org>
31809 * simple.el (idle-update-delay): Move definition up.
31810 (set-mark): Doc fix.
31812 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
31814 * longlines.el: New file.
31816 * simple.el (buffer-substring-filters): New variable.
31817 (filter-buffer-substring): New function.
31818 (kill-region, copy-region-as-kill): Use it.
31820 * register.el (copy-to-register, append-to-register)
31821 (prepend-to-register): Use filter-buffer-substring.
31823 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
31825 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31826 (gud-filter-pending-text): Move in front of gdb.
31827 (gud-overlay-arrow-position): New variable.
31828 (gud-sentinel, gud-display-line): Use it in place of
31829 overlay-arrow-position.
31831 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
31833 * progmodes/fortran.el (fortran-if-indent): Doc fix.
31834 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
31835 (fortran-font-lock-keywords-4): New variable.
31836 (fortran-blocks-re, fortran-end-block-re)
31837 (fortran-start-block-re): New constants, for hideshow.
31838 (hs-special-modes-alist): Add a Fortran entry.
31839 (fortran-mode-map): Bind fortran-end-of-block,
31840 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
31841 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
31842 (fortran-looking-at-if-then, fortran-end-of-block)
31843 (fortran-beginning-of-block): New functions, for hideshow.
31845 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
31846 Doc fix. Tweak regexp.
31847 (f90-beginning-of-block): Push mark first.
31849 2005-03-29 Jay Belanger <belanger@truman.edu>
31851 * calc/calc.el: Update copyright date.
31852 (calc-version): Increase to 2.1.
31853 (calc-version-date): Remove.
31855 * calc/calc-help.el: Update copyright date.
31856 (calc-full-help): Remove reference to calc-version-date.
31857 Update copyright date.
31859 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
31861 * vc.el (vc-do-command): Use a pipe for async processes, so password
31862 prompts don't show up at places where the user can't reply.
31864 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
31866 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
31867 on the file name we pass to the inferior shell.
31869 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31871 * progmodes/which-func.el (which-function): Be robust in the face of an
31872 imenu--make-index-alist failure.
31874 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
31876 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
31878 * progmodes/python.el (python-preoutput-filter): Fix last change.
31880 2005-03-29 Lute Kamstra <lute@gnu.org>
31882 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
31883 functions and compiled macros.
31884 (debug-convert-byte-code): Handle macros too.
31885 (debug-on-entry-1): Don't signal an error when trying to clear a
31886 function that is not set to debug on entry.
31888 2005-03-29 Jay Belanger <belanger@truman.edu>
31890 * calc/calc-lang.el: Add functions to math-function-table
31891 properties of tex and math.
31893 2005-03-29 Kenichi Handa <handa@m17n.org>
31895 * ps-mule.el (ps-mule-plot-string): Translate characters by
31896 ps-print-translation-table.
31897 (ps-mule-begin-job): Call find-charset-region/string with
31898 ps-print-translation-table.
31899 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
31901 * ps-print.el (ps-print-translation-table): New variable.
31902 (ps-plot-region): Translate characters by ps-print-translation-table.
31904 2005-03-29 Juri Linkov <juri@jurta.org>
31906 * simple.el (next-error-highlight-timer): New variable.
31908 * progmodes/compile.el (compilation-goto-locus):
31909 Use `next-error-highlight-timer' instead of `sit-for'.
31911 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
31913 * mail/supercite.el (sc-mail-field): Use assoc-string.
31914 (sc-get-address): Simplify regexps.
31916 * files.el (minibuffer-with-setup-hook): New macro.
31917 (find-file-read-args): Use it to avoid let-binding
31918 minibuffer-with-setup-hook (which breaks turning on/off
31919 file-name-shadow-mode while in the prompt).
31921 * complete.el (PC-read-include-file-name-internal):
31922 Use test-completion.
31924 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
31926 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
31928 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
31930 * window.el (window-buffer-height): Use count-screen-lines.
31932 * progmodes/python.el (python-preoutput-leftover): New var.
31933 (python-preoutput-filter): Use it.
31934 (python-send-receive): Loop until all the result has been received.
31936 2005-03-28 Juri Linkov <juri@jurta.org>
31938 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
31940 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
31941 "Recover Crashed Session".
31942 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
31943 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
31944 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
31945 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
31946 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
31947 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
31948 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
31949 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
31951 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
31952 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
31953 Ediff Sessions", "Toggle use of separate control buffer frame",
31954 "Use separate frame for Ediff control buffer".
31956 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
31957 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
31958 "Rename Bookmark", "Delete Bookmark".
31960 * info.el (Info-mode-menu): Remove ellipsis from "Index".
31961 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
31962 Add `:active Info-index-alternatives' to "Next Matching Item".
31964 * wdired.el (wdired-change-to-wdired-mode):
31965 Mention `wdired-abort-changes' key in the initial message.
31967 * international/mule.el (auto-coding-alist): Associate non-ascii
31968 image filename extensions with `no-conversion'.
31970 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
31972 * international/iso-acc.el:
31973 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
31975 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
31977 * textmodes/sgml-mode.el (html-mode): Doc update.
31979 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
31981 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
31983 * term.el (term-move-columns): Fix face after extending a line.
31984 (term-insert-spaces): Likewise.
31985 (term-reset-terminal): Fix off by one error.
31987 2005-03-26 Eli Zaretskii <eliz@gnu.org>
31989 * international/mule.el (auto-coding-alist): Add .xpi files.
31991 * files.el (auto-mode-alist): Add .xpi files.
31993 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
31995 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
31997 2005-03-26 Eli Zaretskii <eliz@gnu.org>
31999 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32001 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
32003 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32004 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
32006 * calendar/cal-move.el (calendar-beginning-of-year): Move the
32007 cursor to Jan 1 when needed.
32008 (calendar-end-of-year): Fix -/+ typo.
32009 Reported by Chong Yidong <cyd@stupidchicken.com>.
32011 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
32013 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32015 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32016 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
32018 2005-03-25 Richard M. Stallman <rms@gnu.org>
32020 * filesets.el (filesets-init): Add autoload.
32022 * mail/mailalias.el (mail-directory): Doc fix.
32024 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32026 * mail/mailalias.el (mail-directory-process): Do nothing if
32027 mail-directory-process is an atom.
32028 (mail-get-names): Ignore mail-directory-names if it is an atom.
32029 (mail-directory-process defvar): Doc fix.
32030 (mail-names): Doc fix.
32032 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
32034 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32036 2005-03-26 Kenichi Handa <handa@m17n.org>
32038 * international/mule-util.el (detect-coding-with-priority):
32039 Call update-coding-systems-internal before detect-coding-region.
32041 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32043 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32044 (gdb-frames-mode-map): Add follow-link property.
32046 2005-03-25 Jay Belanger <belanger@truman.edu>
32048 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32051 2005-03-25 Juri Linkov <juri@jurta.org>
32053 * image-mode.el: Optimize image filename extension regexps in
32054 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32055 in `auto-mode-alist'.
32056 (image-mode): Add `image-toggle-display-text' to local hook
32057 `change-major-mode-hook'. Display the image as an image by
32058 default. Set `cursor-type' and `truncate-lines' if the image
32059 is already displayed. Take into account the current mode (image
32060 or text) in message.
32061 (image-minor-mode): New minor mode.
32062 (image-mode-maybe, image-toggle-display-text): New functions.
32063 (image-toggle-display): Use called-interactively-p.
32064 Let-bind `inhibit-read-only' to t.
32066 * image-mode.el (image-minor-mode): Set `cursor-type' and
32067 `truncate-lines' if the image is already displayed. Add turning
32068 image-minor-mode off to `change-major-mode-hook'. Add message.
32069 Call `image-toggle-display-text' after turning image-minor-mode off.
32071 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
32073 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32074 Terminal.app, use utf-8.
32075 (set-display-table-and-terminal-coding-system): Add coding-system arg.
32076 (set-locale-environment): Use it.
32078 * term/xterm.el: Undo last change, better done in mule-cmds.el.
32080 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32082 * progmodes/python.el (python-close-block-statement-p)
32083 (python-outdent-p, python-current-defun): Use symbol-end.
32085 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
32087 * files.el (save-some-buffers): Doc fix.
32089 2005-03-25 Werner Lemberg <wl@gnu.org>
32091 * complete.el, thumbs.el: Replace `legal' with `valid'.
32092 * calendar/calendar.el: Replace `legal' with `valid'.
32093 * emacs-lisp/advice.el: Replace `legal' with `valid'.
32094 * mail/supercite.el: Replace `legal' with `valid'.
32095 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32096 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32097 Replace `legal' with `valid'.
32098 * textmodes/reftex-vars.el, textmodes/reftex.el:
32099 Replace `legal' with `valid'.
32101 2005-03-25 Werner Lemberg <wl@gnu.org>
32103 * calc/calc-forms.el, calc/calc-sel.el
32104 * midnight.el, vc-cvs.el
32105 * emacs-lisp/cl-macs.el
32107 * eshell/esh-io.el, eshell/esh-var.el
32108 * mail/supercite.el
32109 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32110 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32111 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32112 * progmodes/sh-script.el, progmodes/xscheme.el
32113 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32114 * textmodes/reftex-index.el, textmodes/reftex-parse.el
32115 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32116 * textmodes/reftex.el, textmodes/org.el:
32117 Replace `illegal' with `invalid'.
32119 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32121 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32122 (flymake-find-buildfile, flymake-find-possible-master-files)
32123 (flymake-check-include, flymake-parse-line): Replace loops over the
32124 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
32126 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32127 Substitute file-name-as-directory in the rest of the file.
32128 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32129 (flymake-replace-region): Remove unused arg `buffer'.
32130 (flymake-check-patch-master-file-buffer): Update calls to it.
32131 (flymake-add-err-info): Remove unused var `count'.
32132 (flymake-mode): Use define-minor-mode.
32134 * progmodes/flymake.el: Use with-current-buffer.
32135 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32136 flymake-replace-regexp-in-string, flymake-line-beginning-position)
32137 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32138 Avoid testing for `xemacs'.
32139 (flymake-nop): Move.
32140 (flymake-region-has-flymake-overlays): Return the computed value.
32141 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32142 Remove unused var `endline'.
32143 (flymake-get-line-count): Remove unused function.
32144 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32148 * hilit-chg.el (global-highlight-changes):
32149 * hi-lock.el (hi-lock-mode):
32150 * follow.el: find-file-hooks -> find-file-hook.
32152 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32154 2005-03-24 Juri Linkov <juri@jurta.org>
32156 * dired.el (dired-mode-map): Add menu item "Compare directories"
32157 for dired-compare-directories.
32159 * dired-aux.el (dired-compare-directories): Add autoload cookie.
32160 Doc fix. Replace `read-file-name' with `read-directory-name'.
32162 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32164 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32166 2005-03-24 Jay Belanger <belanger@truman.edu>
32168 * calc/calc-embed.el (calc-embedded-mode-change): Save all
32169 relevant mode settings in calc-embedded-original-modes when modes
32170 are permanently changed.
32172 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
32174 * autoinsert.el: find-file-hooks -> find-file-hook.
32176 2005-03-24 Lute Kamstra <lute@gnu.org>
32178 * generic.el (generic-font-lock-defaults): Make it obsolete.
32179 (generic-font-lock-keywords): New variable to replace
32180 generic-font-lock-defaults.
32181 (generic-mode-set-font-lock): Delete it.
32182 (generic-mode-internal): Don't call generic-mode-set-font-lock.
32183 (generic-bracket-support): Add docstring.
32185 * generic-x.el: Rename generic-font-lock-defaults to
32186 generic-font-lock-keywords throughout.
32187 (mailagent-rules-setup-function): Delete it.
32188 (mailagent-rules-generic-mode): Use anonymous function instead.
32189 (show-tabs-generic-mode-font-lock-defaults-1)
32190 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32192 (show-tabs-tab-face, show-tabs-space-face): Specify background,
32195 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32196 Recognize define-generic-mode.
32198 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
32200 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32201 if there's no completion table.
32203 2005-03-23 Miles Bader <miles@gnu.org>
32205 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32206 Remove tty-specific variants, as they're no longer needed.
32208 2005-03-23 Lute Kamstra <lute@gnu.org>
32210 * generic-x.el: Code cleanup: make args constant whenever possible.
32211 (installshield-statement-keyword-list)
32212 (installshield-system-functions-list)
32213 (installshield-system-variables-list, installshield-types-list)
32214 (installshield-funarg-constants-list): Make them constants.
32216 * generic.el (generic-make-keywords-list): Add autoload cookie.
32218 * calendar/time-date.el: Add comment on time value formats.
32219 Don't require parse-time.
32220 (with-decoded-time-value): New macro.
32221 (encode-time-value): New function.
32222 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32223 (days-to-time): Return a valid time value when arg is huge.
32224 (time-since): Use time-subtract.
32225 (time-to-number-of-days): Use time-to-seconds.
32227 2005-03-23 David Ponce <david@dponce.com>
32229 * recentf.el (recentf-keep): New option.
32230 (recentf-menu-action): Default to `find-file'.
32231 (recentf-keep-non-readable-files-flag)
32232 (recentf-keep-non-readable-files-p)
32233 (recentf-file-readable-p, recentf-find-file)
32234 (recentf-cleanup-remote): Remove.
32235 (recentf-include-p): More robust.
32236 (recentf-keep-p): New function.
32237 (recentf-remove-if-non-kept): Rename from
32238 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
32239 All callers updated.
32240 (recentf-menu-items-for-commands): Fix help string.
32241 (recentf-track-closed-file): Update. Doc fix.
32242 (recentf-cleanup): Update. Count removed files. Doc fix.
32244 2005-03-23 Kim F. Storm <storm@cua.dk>
32246 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32247 Don't inherit from fringe face (now happens automatically).
32249 2005-03-22 Kim F. Storm <storm@cua.dk>
32251 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32254 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
32256 * menu-bar.el (showhide-date-time): Remove.
32257 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32258 (menu-bar-make-mm-toggle): Simplify.
32260 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32262 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32263 Accept qualified variable and function names.
32265 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
32267 * bindings.el (completion-ignored-extensions):
32268 Remove ".lis" for `vax-vms'.
32270 2005-03-22 Andreas Schwab <schwab@suse.de>
32272 * generic-x.el: Revert last change.
32273 * ldefs-boot.el: Update.
32275 2005-03-22 Jay Belanger <belanger@truman.edu>
32277 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32278 (calc-embedded-save-original-modes)
32279 (calc-embedded-restore-original-modes): New functions.
32280 (calc-do-embedded): Save original modes when entering embedded mode
32281 and restore when leaving embedded mode.
32282 (calc-embedded-modes-change): Change the value of
32283 calc-embedded-original-modes to reflect permanent changes.
32285 2005-03-22 Lute Kamstra <lute@gnu.org>
32287 * generic-x.el: Require generic again.
32289 2005-03-22 Miles Bader <miles@gnu.org>
32291 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32292 Tweak details to look good on both ttys and bitmap displays, light
32293 or dark background, etc.
32295 2005-03-21 Kim F. Storm <storm@cua.dk>
32297 * tooltip.el (tooltip-show-help-function): Check car and cdr of
32300 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
32302 * icomplete.el: Don't forcibly turn on the mode upon load.
32303 (icomplete-mode): Use define-minor-mode.
32304 (icomplete-eoinput): Default to nil.
32305 (icomplete-minibuffer-setup): Remove autoload.
32306 (icomplete-tidy): Simplify.
32307 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32308 in the initial state or if the user has modified the field.
32309 Fix handling of icomplete-max-delay-chars.
32310 Remove code that handles the oddball case where
32311 minibuffer-completion-table is an integer.
32312 Wrap icomplete-completions in while-no-input in case building
32313 completions takes more time than expected.
32314 (icomplete-completions): Simplify.
32316 2005-03-21 Richard M. Stallman <rms@gnu.org>
32318 * jka-compr.el (jka-compr-really-do-compress):
32319 Make variable buffer-local.
32321 * image-mode.el: Handle .xpm files too.
32322 (image-toggle-display): Preserve modification flag.
32324 * help.el (where-is): Don't mention aliases with no key bindings.
32326 2005-03-21 Lute Kamstra <lute@gnu.org>
32328 * generic.el: Fix commentary section. Don't require cl for
32330 (generic-mode-list): Add autoload cookie.
32331 (generic-use-find-file-hook, generic-lines-to-scan)
32332 (generic-find-file-regexp, generic-ignore-files-regexp)
32333 (generic-mode, generic-mode-find-file-hook)
32334 (generic-mode-ini-file-find-file-hook): Fix docstrings.
32335 (define-generic-mode): Make it a defmacro. Fix docstring.
32336 (generic-mode-internal): Code cleanup. Add autoload cookie.
32337 (generic-mode-set-comments): Code cleanup.
32338 * generic-x.el: Don't prevent compilation. Don't require generic.
32339 Follow coding conventions. Minor code cleanup.
32340 (etc-fstab-generic-mode): Add some keywords.
32341 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32342 define-generic-mode like a function declaration.
32344 2005-03-21 Jay Belanger <belanger@truman.edu>
32346 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32349 2005-03-21 Sam Steingold <sds@gnu.org>
32351 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32353 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
32355 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32356 Add underscore to "f$ lexicals" regexp.
32358 2005-03-20 Juri Linkov <juri@jurta.org>
32360 * subr.el (progress-reporter-do-update): When `min-value' is equal
32361 to `max-value', set `percentage' to 0 and prevent division by zero.
32363 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
32365 Sync with Tramp 2.0.48.
32367 * net/tramp.el (all): Change all addresses to .gnu.org.
32368 (tramp-append-tramp-buffers): New defun.
32369 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32370 Catch `dont-send' signal.
32371 (tramp-set-auto-save-file-modes): Set always permissions, because
32372 there might be an old auto-saved file belonging to another
32373 original file. This could be a security threat. Reported by
32374 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32375 Check for Emacs 21.3.50 removed.
32377 * net/tramp-smb.el (all): Remove debug construct for
32378 `with-parsed-tramp-file-name'.
32379 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32380 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32381 No error message if DIRECTORY or FILENAME doesn't exist.
32382 (tramp-smb-open-connection): Check existence of
32383 `tramp-smb-program'.
32385 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
32387 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32388 Properly handle the case where the `m' or `s' command's argument is not
32390 (perl-indent-new-calculate): New function.
32391 (perl-indent-line): Use it.
32393 2005-03-20 Miles Bader <miles@gnu.org>
32395 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32396 in text-mode too. Change to new face names.
32397 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32398 Add `:weight bold' attribute.
32399 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32401 2005-03-19 Juri Linkov <juri@jurta.org>
32403 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
32405 * international/mule.el (auto-coding-alist): Sync with
32406 `auto-mode-alist' by adding upper case archive file extensions
32407 and adding ear/war to jar extension.
32409 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
32411 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32412 running, restart it.
32414 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
32416 * finder.el (finder-current-item): Throw an error on an empty line.
32418 * man.el (Man-follow-manual-reference): If current-word returns
32421 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
32423 * simple.el (goto-line): Doc fix.
32425 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
32427 * files.el (save-buffer): Doc fix.
32429 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
32431 * recentf.el (recentf-cleanup-remote): New variable.
32432 (recentf-cleanup): Use it to conditionally check availability of
32435 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
32437 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32440 2005-03-19 Eli Zaretskii <eliz@gnu.org>
32442 * language/thai-word.el: New file.
32444 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32446 * files.el (backup-buffer): If the file's directory is not
32447 writable, use copy instead of move to backup the file.
32449 2005-03-19 Eli Zaretskii <eliz@gnu.org>
32451 * obsolete/keyswap.el: Moved to obsolete/ from term/.
32453 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
32455 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32456 Use functionp instead of symbolp and fboundp. Reported by Drkm
32457 <darkman_spam@yahoo.fr>.
32458 (ps-print-version): New version 6.6.6.
32460 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
32462 * textmodes/table.el (table--line-column-position): New idiom.
32463 (table--row-column-insertion-point-p): New function to test
32464 validity of row and column insertion operation at a location.
32465 (table-global-menu, table-cell-menu): Use above functions for
32466 deterministic test operation.
32467 (table--editable-cell-p): Behave in deterministic fashion.
32469 2005-03-18 Juri Linkov <juri@jurta.org>
32471 * isearch.el (isearch-lazy-highlight-new-loop):
32472 Make arguments beg and end optional.
32473 (isearch-update): Remove optional arguments nil from
32474 isearch-lazy-highlight-new-loop.
32475 (isearch-lazy-highlight-search): Let-bind case-fold-search to
32476 isearch-lazy-highlight-case-fold-search instead of
32477 isearch-case-fold-search, and let-bind isearch-regexp to
32478 isearch-lazy-highlight-regexp.
32479 Use isearch-lazy-highlight-last-string instead of isearch-string.
32481 * replace.el (perform-replace): Remove bindings of global
32482 variables isearch-string, isearch-regexp, isearch-case-fold-search.
32483 Add three new arguments to `replace-highlight'.
32484 (replace-highlight): Add arguments string, regexp, case-fold.
32485 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32486 to allow isearch-lazy-highlight-new-loop to use these values
32487 to set corresponding isearch-lazy-highlight-* internal
32488 variables whose values lazy highlighting will use regardless of
32489 changes to global variables isearch-string, isearch-regexp,
32490 isearch-case-fold-search during lazy highlighting loop.
32491 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32492 to `lazy-highlight-cleanup'.
32494 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32495 (ispell-highlight-face): Set default face to `isearch' when
32496 lazy highlighting is enabled.
32497 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32498 priority to 1. Add lazy highlighting.
32499 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32500 from `isearch-dehighlight'.
32502 2005-03-18 David Ponce <david@dponce.com>
32504 * files.el (hack-local-variables): Do a case-insensitive search
32507 2005-03-18 Juri Linkov <juri@jurta.org>
32509 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32510 `isearch-lazy-highlight-cleanup', add alias to old name and
32511 declare obsolete. Add release numbers to other obsolete vars.
32512 (isearch-done, isearch-lazy-highlight-new-loop):
32513 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32514 (lazy-highlight-cleanup) <variable>: Doc fix.
32515 (isearch-lazy-highlight-update): Rename obsolete
32516 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32518 2005-03-18 Kenichi Handa <handa@m17n.org>
32520 * language/thai-util.el: Fix categorization of Thai characters in
32521 thai-category-table.
32522 (thai-composition-pattern): Adjust it for the above change.
32523 (thai-self-insert-command, thai-compose-syllable): New functions.
32524 (thai-compose-region): Use thai-compose-syllable.
32525 (thai-compose-string): Likewise.
32526 (thai-composition-function): Likewise.
32527 (thai-auto-composition): New function.
32528 (thai-auto-composition-mode): New minor mode.
32530 * language/thai.el: Fix patterns to be registered in
32531 composition-function-table.
32533 * international/quail.el (quail-input-method): Locally bind
32534 inhibit-modification-hooks to t.
32536 2005-03-17 Richard M. Stallman <rms@gnu.org>
32538 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32539 (perl-mode): Use run-mode-hooks.
32541 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32542 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32543 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32545 * mail/sendmail.el (sendmail-send-it): Reenable the code
32546 to compute resend-to-address and use it.
32548 * tar-mode.el (tar-mode): Turn off undo unconditionally.
32550 * image-mode.el: New file.
32552 * image.el (insert-sliced-image): Add autoload cookie.
32554 * font-lock.el (font-lock-lines-before): New user option.
32555 (font-lock-after-change-function): Obey it.
32557 * bindings.el (esc-map): Make M-g a prefix.
32558 Bind M-g g and M-g M-g to goto-line.
32560 * faces.el (face-id): Doc fix.
32562 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32564 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32565 (rmail-show-message): Use rmail-unknown-mail-followup-to.
32566 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32568 * mail/sendmail.el (mail-yank-ignored-headers)
32569 (mail-font-lock-keywords, mail-mode-fill-paragraph):
32570 Add Mail-Followup-To and Mail-Reply-To headers.
32571 (mail-citation-hook): Add autoload cookie.
32572 (mail-mode): Doc fix.
32573 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32574 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32575 (mail-mode-fill-paragraph): Handle those headers.
32576 (mail-mailing-lists): New variable.
32577 (mail-mail-reply-to, mail-mail-followup-to): New functions.
32579 2005-03-17 Juri Linkov <juri@jurta.org>
32581 * isearch.el (isearch-fallback): Check for `(car previous)'
32582 before calling `isearch-other-end-state'.
32584 2005-03-17 Kim F. Storm <storm@cua.dk>
32586 * simple.el (move-beginning-of-line): Move to beginning of buffer
32587 line, as well as beginning of screen line.
32589 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
32591 * calendar/diary-lib.el (mark-diary-entries): Use new optional
32592 argument REDRAW rather than calendar-redrawing variable.
32593 * calendar/calendar.el (calendar-redrawing): Delete.
32594 (redraw-calendar): Do not bind calendar-redrawing.
32596 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
32598 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32601 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
32603 * help.el (describe-mode): Allow a :minor-mode-function property to
32604 specify a different minor mode toggle function than the variable.
32605 * simple.el (auto-fill-function):
32606 * subr.el (add-minor-mode): Use it.
32608 2005-03-16 Kenichi Handa <handa@m17n.org>
32610 * language/ethio-util.el (sera-being-called-by-w3): New variable.
32611 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32612 (ethio-fidel-to-sera-buffer): Likewise.
32614 2005-03-16 Juri Linkov <juri@jurta.org>
32616 * emacs-lisp/find-func.el (find-function-regexp):
32617 Add defun-emitting macro `menu-bar-make-toggle'.
32619 * isearch.el: Put `isearch-scroll' property to
32620 `split-window-horizontally'.
32622 * info.el: Update error messages for `debug-ignored-errors'.
32623 (Info-isearch-search): Doc fix.
32624 (Info-find-node): Move up code to go into info buffer before
32625 recording the node to the history.
32626 (Info-fontify-node): Fontify titles only if the next line
32627 has two or more `*', `=', `-', `.'.
32628 Display "go to this node" for empty (match-string 3).
32630 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32632 * term/mac-win.el: Add mouse pointer shape constants.
32634 2005-03-15 Kim F. Storm <storm@cua.dk>
32636 * simple.el (move-beginning-of-line): Use vertical-motion.
32638 2005-03-15 Juri Linkov <juri@jurta.org>
32640 * isearch.el (isearch-error): New variable.
32641 (isearch-invalid-regexp, isearch-within-brackets): Remove.
32642 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32643 (isearch-within-brackets-state): Remove.
32644 (isearch-case-fold-search-state, isearch-pop-fun-state):
32645 Decrease frame index.
32646 (isearch-mode, isearch-top-state, isearch-push-state)
32647 (isearch-edit-string, isearch-abort, isearch-search-and-update)
32648 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32649 (isearch-search, isearch-lazy-highlight-new-loop):
32650 Replace `isearch-invalid-regexp' with `isearch-error'.
32651 Remove `isearch-within-brackets'.
32652 (isearch-search): Add `search-failed' handler to `condition-case'.
32653 (isearch-lazy-highlight-search): Add `condition-case' to catch
32654 errors and allow `isearch-lazy-highlight-update' to try
32655 highlighting from the beginning of the window.
32656 (isearch-repeat): Move up code to set isearch-wrapped to t
32657 before calling isearch-wrap-function.
32659 * info.el (Info-isearch-initial-node): New internal variable.
32660 (Info-search): Signal an error in isearch mode when search leaves
32661 the initial node. Signal an error when `bound' is non-nil and
32662 nothing was found in the current subfile.
32663 (Info-isearch-search): Remove `condition-case'.
32664 (Info-isearch-wrap): Don't wrap when search failed during leaving
32665 the initial node. If `Info-isearch-search' is nil, wrap around
32667 (Info-isearch-start): New fun.
32668 (Info-mode): Add buffer-local hook `Info-isearch-start' to
32669 `isearch-mode-hook'.
32671 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32673 * simple.el (normal-erase-is-backspace): Set default to t if
32676 * term/mac-win.el (function-key-map): Sync with x-win.el.
32678 2005-03-15 Kenichi Handa <handa@m17n.org>
32680 * international/mule-cmds.el (locale-language-names): Modify the
32681 format of elements and add more entries.
32682 (locale-preferred-coding-systems): Add more entries.
32683 (set-locale-environment): Adjust for the change of
32684 locale-language-names.
32686 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
32688 * pcvs.el (smerge-ediff): Remove bogus autoload.
32690 2005-03-14 Lute Kamstra <lute@gnu.org>
32692 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32693 Ignore a `*' at the beginning of a line.
32695 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32696 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32698 (dont-compile, eval-when-compile, eval-and-compile): Use declare
32699 to specify indentation.
32701 * generic.el (define-generic-mode): Let generic-mode-list be a
32702 list of strings; test membership with equal.
32704 2005-03-14 Kim F. Storm <storm@cua.dk>
32706 * simple.el (next-line, previous-line): Add optional try-vscroll
32707 arg to recognize interactive use. Pass it on to line-move.
32708 (line-move): Don't perform auto-window-vscroll when defining or
32709 executing keyboard macro to ensure consistent behavior.
32711 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
32713 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32715 2005-03-13 Lute Kamstra <lute@gnu.org>
32717 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32718 debugger-setup-buffer so that backtrace marks the frames set to
32719 debug-on-exit and we don't have to do it manually. Set an extra
32720 debug-on-exit for macro's.
32721 (debugger-setup-buffer): Don't mark the top frame manually.
32723 2005-03-12 Lute Kamstra <lute@gnu.org>
32725 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32726 lisp-indent-function throughout.
32727 (with-no-warnings): Set lisp-indent-function property.
32729 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
32731 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32732 Add entry for backslash.
32734 2005-03-12 Juri Linkov <juri@jurta.org>
32736 * info.el (Info-search): Four fixes for backward search.
32738 2005-03-11 Jay Belanger <belanger@truman.edu>
32740 * calc/calc.el (calc-language-alist): New variable.
32741 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32742 (calc-embedded-find-modes): Use calc-language-alist instead of
32743 calc-embedded-language-alist.
32745 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32747 * calendar/calendar.el (calendar-redrawing): New internal
32749 (redraw-calendar): Remove bogus save-excursion from previous
32750 change. Bind calendar-redrawing to t for mark-diary-entries.
32751 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32752 calendar if that is why we were called.
32754 2005-03-11 Kenichi Handa <handa@m17n.org>
32756 * international/mule.el (make-coding-system): Set property
32757 coding-system-define-form to nil.
32758 (define-coding-system-alias): Likewise.
32760 2005-03-11 Kenichi Handa <handa@m17n.org>
32762 These changes are suggested by Dave Love <fx@gnu.org>.
32764 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32766 (adaptive-fill-regexp): Add more bullets.
32767 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32770 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
32772 * help.el (describe-mode): Properly handle non-trivial lighters.
32773 Don't ignore minor modes that are not listed in minor-mode-list.
32775 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32776 feature ON when the user requests to turn it OFF.
32778 2005-03-10 Lute Kamstra <lute@gnu.org>
32780 * emacs-lisp/debug.el (debug-entry-code): Delete it.
32781 (implement-debug-on-entry): New function to replace debug-entry-code.
32782 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
32783 second argument as the 2005-03-07 change makes it obsolete.
32784 (debug-on-entry, cancel-debug-on-entry): Update call to
32786 (debug, debugger-setup-buffer): Comment update.
32787 (debugger-frame-number): Update to work with implement-debug-on-entry.
32789 2005-03-10 Jay Belanger <belanger@truman.edu>
32791 * calc/calc-embed.el (math-ms-args): Declare it.
32792 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32794 (calc-embedded-subst): Use math-multi-subst-rec to substitute
32797 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
32799 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32802 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32803 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32804 (tooltip-gud-tips): Simplify.
32805 (tooltip-gud-tips-p): Remove superfluous :set.
32806 (tooltip-gud-modes): Add fortran-mode.
32807 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32809 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32811 2005-03-09 Kim F. Storm <storm@cua.dk>
32813 * play/animate.el (animate-place-char): Use forward-line instead
32814 of next-line to improve performance.
32816 2005-03-09 Simon Josefsson <jas@extundo.com>
32818 * net/browse-url.el (browse-url-default-browser): Doc fix.
32820 2005-03-09 Miles Bader <miles@gnu.org>
32822 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32823 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32825 2005-03-09 Kenichi Handa <handa@m17n.org>
32827 * international/latin-1.el: Set case and syntax for 255 only if
32828 set-case-syntax-set-multibyte is nil.
32830 * textmodes/ispell.el (ispell-insert-word): New function.
32831 (ispell-word): Use ispell-insert-word to insert a new word.
32832 (ispell-process-line): Likewise.
32833 (ispell-complete-word): Likewise.
32835 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
32837 * calendar/calendar.el (redraw-calendar): Preserve point.
32838 Reported by Matt Hodges <MPHodges@member.fsf.org>.
32839 (calendar-week-start-day): Move after definition of
32840 redraw-calendar. Delete buffer test, since redraw-calendar has
32843 * calendar/diary-lib.el (mark-diary-entries): Only call
32844 redraw-calendar in the first of any recursive calls.
32845 Reported by Alan Shutko <ats@acm.org>.
32847 2005-03-08 Juri Linkov <juri@jurta.org>
32849 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
32850 (html-horizontal-rule, html-line, html-image, html-checkboxes)
32851 (html-radio-buttons): Add a space before the trailing `/>' where
32852 sgml-xml-mode is non-nil.
32853 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
32854 the subsequent tag of the empty XML tag.
32855 (html-href-anchor): Don't set initial input to "http:".
32856 (html-image): Ask for the image URL and set point inside alt="".
32857 (html-name-anchor): Duplicate the name in the `id' attribute when
32858 sgml-xml-mode is non-nil.
32859 (html-paragraph): Remove \n before <p>.
32860 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
32861 instead of `checked' when sgml-xml-mode is non-nil.
32863 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
32864 Remove 1 space before #RRGGBB to not truncate it on terminal
32865 windows w/o fringes. Remove 1 space between bg and fg examples
32867 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
32868 avoid byte-compile warnings.
32870 * image-file.el (image-file-handler): Put `safe-magic' property to
32871 `image-file-handler'.
32873 * info.el (Info-isearch-search): Emulate word search in
32874 isearching through multiple Info nodes with Info-search.
32875 (Info-isearch-wrap): Allow isearch-word.
32877 2005-03-08 Lute Kamstra <lute@gnu.org>
32879 * emacs-lisp/debug.el (debugger-step-through): Make sure that
32880 stepping into the debugger's code is not possible.
32881 (debugger-jumping-flag): Docstring update.
32883 2005-03-08 Jay Belanger <belanger@truman.edu>
32885 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
32886 embedded mode begins.
32887 (calc-embedded-language-alist): New variable.
32888 (calc-embedded-find-modes): Use calc-embedded-language-alist to
32889 set default language mode.
32891 2005-03-08 Kenichi Handa <handa@m17n.org>
32893 * international/ccl.el (define-ccl-program): Fix docstring about
32894 extra 256 bytes assured for the output buffer.
32896 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32897 Fix BUFFER_MAGNIFICATION to 2.
32898 (ccl-encode-mule-utf-16be-with-signature): Likewise.
32900 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
32902 * align.el (align-rules-list): Added an alignment rule for CSS
32903 declarations (applies to css-mode and html-mode buffers).
32905 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
32907 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
32909 2005-03-07 Kim F. Storm <storm@cua.dk>
32911 * simple.el (move-beginning-of-line): New command.
32913 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
32915 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
32917 * emulation/cua-base.el: Put CUA move property on move-end-of-line
32918 and move-beginning-of-line.
32920 * apropos.el (apropos-print): Omit command from M-x ... RET.
32922 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
32924 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
32925 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
32927 2005-03-06 Richard M. Stallman <rms@gnu.org>
32929 * bindings.el (esc-map): Bind M-g to goto-line.
32931 * facemenu.el (global-map): Bind M-o, not M-g.
32933 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
32935 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
32936 "Open Directory" as for "Open File".
32938 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
32940 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
32941 (push-mark-command): Run activate-mark-hook.
32943 2005-03-06 Richard M. Stallman <rms@gnu.org>
32945 * help-mode.el (help-mode-finish): Don't alter the element
32946 in view-return-to-alist if there already is one.
32948 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
32949 make sure the current buffer is the expected one.
32951 * novice.el (disabled-command-function): Output in *Disabled Command*.
32952 Explicitly ignore non-keyboard events, and explicitly handle C-g.
32954 * textmodes/flyspell.el (flyspell-large-region):
32955 Pass args differently for aspell.
32957 * files.el (mode-require-final-newline): Doc fix.
32959 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32961 * progmodes/which-func.el (which-function):
32962 Specify NOERROR when calling imenu--make-index-alist.
32964 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
32966 * simple.el (normal-erase-is-backspace): Define default value.
32968 * custom.el (custom-theme-set-variables): Remove unused var
32970 (custom-reevaluate-setting): Simple function to handle variables
32971 that are defined before their default value can really be
32974 * startup.el (command-line): Use it for temporary-file-directory,
32975 small-emporary-file-directory, auto-save-file-name-transforms,
32976 blink-cursor-mode, and normal-erase-is-backspace.
32978 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
32979 progress, even with buggy anchored keywords.
32981 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
32983 * simple.el (goto-line): Remove unbalanced final parenthesis.
32985 2005-03-05 Richard M. Stallman <rms@gnu.org>
32987 * simple.el (goto-line): Use a number at point as the default.
32988 With C-u as arg, switch buffers.
32990 2005-03-05 Juri Linkov <juri@jurta.org>
32992 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
32993 with `no-blinking-cursor'.
32995 * startup.el (no-blinking-cursor): New defvar.
32996 (command-line): Add `--no-blinking-cursor' to longopts.
32997 Set `no-blinking-cursor' to t for command line arguments
32998 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
32999 with `no-blinking-cursor' in the condition for calling
33000 `blink-cursor-mode'.
33002 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
33004 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33005 (menu-bar-options-save): Add blink-cursor-mode.
33006 (menu-bar-options-menu): Add blink-cursor-mode.
33008 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
33010 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33011 (icalendar-export-file, icalendar-export-region)
33012 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33013 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33015 2005-03-04 Lute Kamstra <lute@gnu.org>
33017 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33018 (debug-function-list): Ditto.
33020 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
33022 * textmodes/texinfmt.el (texinfo-append-refill):
33023 Redefine the types of line to which @refill
33024 is not appended by replacing a search for `@refill\\|@bye' with
33025 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
33026 itemize@refill' bug and the unfilled long lines bug.
33027 (texinfmt-version): Update number and date.
33029 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
33031 * international/code-pages.el (windows-1250, windows-125[2-8])
33032 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33034 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
33036 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33039 2005-03-02 Romain Francoise <romain@orebokech.com>
33041 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33042 buffer after removing limits.
33043 (ibuffer-pop-filter): Ditto.
33046 2005-03-02 Miles Bader <miles@gnu.org>
33048 * button.el (make-text-button): If the user doesn't specify a
33049 type, use the default. Rewrite to use `add-text-properties' and
33052 2005-03-01 Lute Kamstra <lute@gnu.org>
33054 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33055 (debugger-jumping-flag): New var.
33056 (debug-entry-code): Use it.
33057 (debugger-jump): Use debugger-jumping-flag and add
33058 debugger-reenable to post-command-hook.
33059 (debugger-reenable): Use debugger-jumping-flag and remove itself
33060 from post-command-hook.
33061 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33064 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
33066 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33067 inclusion of "itemize\\|", which may be unnecessary, is certainly
33068 inelegant, and stops refilling in itemize lists when formatting
33069 Japanese Texinfo files to Info.
33070 Update copyright to 2005.
33072 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
33074 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33075 of an error if GDB can't find the source file.
33077 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
33079 * calendar/calendar.el (redraw-calendar): Work from any buffer,
33080 not just the calendar.
33082 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33084 (diary-redraw-calendar): New function.
33085 (make-diary-entry): Add diary-redraw-calendar to local
33086 write-contents-functions. Turn off selective display before
33087 inserting in diary.
33089 2005-03-01 Kim F. Storm <storm@cua.dk>
33091 * emacs-lisp/copyright.el (copyright-fix-years): New command.
33093 2005-03-01 Lute Kamstra <lute@gnu.org>
33095 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33096 that debug-entry-code can be safely removed from a function while
33097 this code is being evaluated. Revert the 2005-02-27 change as the
33098 new implementation no longer requires it. Make sure that a
33099 function body containing just a string is not mistaken for a docstring.
33100 (debug): Skip one more frame in case of debug on entry.
33101 (debugger-setup-buffer): Delete one more frame line in case of
33103 (debugger-frame-number): Update to use the new text introduced by
33104 the 1999-11-03 change. Skip one more frame in case of debug on entry.
33106 2005-02-28 Kim F. Storm <storm@cua.dk>
33108 * double.el (double-translate-key): Call force-window-update after
33109 read-event to avoid crash in redisplay.
33111 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
33113 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33114 (debug): Use it. Move the inhibit-trace earlier.
33115 (debug-entry-code): New const.
33116 (debug-on-entry-1): Use it.
33118 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
33120 * international/utf-16.el (ccl-encode-mule-utf-16le):
33121 Fix BUFFER_MAGNIFICATION to 2.
33122 (ccl-encode-mule-utf-16be): Likewise.
33124 2005-02-28 Kenichi Handa <handa@m17n.org>
33126 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33127 Fix BUFFER_MAGNIFICATION to 4.
33128 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33130 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
33132 * speedbar.el (speedbar-update-flag): Doc fix.
33133 (speedbar-show-info-under-mouse): Give set-mouse-position the right
33136 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
33138 * reveal.el (reveal-post-command): Don't try to reveal overlays which
33139 have a non-nil `invisible' property but are actually visible.
33141 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33142 for perldoc sections.
33143 (perl-outline-regexp, perl-outline-level): New var and function.
33144 (perl-mode): Use them.
33146 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
33148 * calendar/diary-lib.el (diary-remind): Discard any mark portion
33149 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33151 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
33153 * cus-edit.el: Comment change.
33154 (custom-buffer-create-internal): Slightly reword text at top of
33155 Custom buffers. Mention there that saving an option edits the
33156 init file. Add link to Emacs manual node on `custom-file'.
33157 (custom-magic-alist): Rewrite individual State messages to use
33158 capitalized keywords. Doc fix.
33160 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
33162 * calendar/calendar.el (calendar-buffer): Move above
33163 calendar-week-start-day.
33164 (calendar-week-start-day): Doc fix. Add :set function.
33165 (calendar-minimum-window-height): New variable.
33166 (generate-calendar-window): Only resize window if selected-window
33167 is displaying the calendar buffer. Use new variable
33168 calendar-minimum-window-height.
33169 (generate-calendar): Reword error message.
33170 (calendar-mode-map): Bind DEL to scroll-other-window-down.
33172 2005-02-27 Andreas Schwab <schwab@suse.de>
33174 * vc.el (vc-do-command): Don't run command asynchronously when
33175 operating in a remote directory.
33177 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33178 change from sync with Tramp 2.0.47.
33180 2005-02-27 Richard M. Stallman <rms@gnu.org>
33182 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33184 * textmodes/flyspell.el (flyspell-mode-on):
33185 Call ispell-change-dictionary only if necessary.
33187 * emacs-lisp/re-builder.el (regexp-builder): New function.
33189 * register.el (describe-register-1): Explicitly handle
33190 yank-excluded-properties = t.
33192 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33193 (custom-magic-alist): Change the status descriptions again.
33194 (face widget-type): Total rewrite based on `restricted-sexp'
33195 to eliminate the confusing double hiding levels.
33197 * emacs-lisp/debug.el (debug-on-entry-1):
33198 If function body is empty, add nil as body form.
33200 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
33202 * emacs-lisp/trace.el (inhibit-trace): New var.
33203 (trace-make-advice): Use it.
33205 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33207 2005-02-26 Kim F. Storm <storm@cua.dk>
33209 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33210 (mouse-on-link-p, mouse-drag-region-1): Use it.
33212 2005-02-25 Lute Kamstra <lute@gnu.org>
33214 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33216 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
33218 * frame.el (blink-cursor-mode): Add :group keyword.
33220 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
33222 * calendar/icalendar.el (icalendar--decode-isodatetime):
33223 New optional argument DAY-SHIFT.
33224 (icalendar-export-region): Fix coding-system-for-write.
33225 (icalendar--convert-ical-to-diary): Shift end-day of all-day
33228 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
33230 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33232 2005-02-24 Kim F. Storm <storm@cua.dk>
33234 * international/iso-acc.el (iso-accents-compose): Fix crash
33235 during redisplay. Call force-window-update after read-event
33236 and delete-region to signal that window is not accurate.
33238 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
33240 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33241 Remove unused and inexistent var `inhibit-trace'.
33242 (debugger-mode): Use run-mode-hooks.
33243 (debugger-list-functions): Add buttons; setup xref stack.
33245 2005-02-23 Richard M. Stallman <rms@gnu.org>
33247 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33248 appointment says it was explicitly made.
33249 (appt-add): Set the 3rd element.
33250 (appt-make-list): Preserve explicit appointments.
33252 * subr.el (find-tag-default): Catch errors in forward-sexp.
33254 2005-02-23 Juri Linkov <juri@jurta.org>
33256 * info.el (Info-isearch-search): New defcustom.
33257 (Info-isearch-search): Call the default isearch function
33258 when Info-isearch-search is nil.
33259 (Info-isearch-wrap): Use variable Info-isearch-search.
33261 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
33263 * cus-edit.el: Comment change.
33265 2005-02-22 Kim F. Storm <storm@cua.dk>
33267 * progmodes/hideif.el (hide-ifdef-use-define-alist):
33268 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
33270 2005-02-22 Simon Josefsson <jas@extundo.com>
33272 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33274 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
33275 Oskarsson" <myrkraverk@users.sourceforget.net>.
33277 2005-02-22 Kim F. Storm <storm@cua.dk>
33279 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33280 check that window of that event is the selected window.
33281 (mouse-drag-region-1): Compare mouse event window to selected
33282 window before setting point.
33284 * tooltip.el (tooltip-show-help-function): Pass event to
33285 mouse-on-link-p so it can check selected window.
33287 2005-02-22 Kenichi Handa <handa@m17n.org>
33289 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33290 (ps-mule-show-warning): New function.
33291 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33292 characters are found.
33294 * ps-print.el (ps-header-footer-string): Return a list of header
33295 and footer strings.
33297 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
33299 * pcvs.el (cvs-retrieve-revision): Fix thinko.
33301 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
33303 * frame.el (blink-cursor-mode): Use define-minor-mode.
33305 * term/mac-win.el (function-key-map): Use char-names more consistently.
33306 (file-name-coding-system): Only set it for MacOS-9. The other case is
33307 already handled in mule-cmds.el (where it also works when mac-win.el
33310 2005-02-21 Kenichi Handa <handa@m17n.org>
33312 * international/mule.el (ctext-pre-write-conversion): Always use
33313 " *code-converting-work*" buffer for work.
33315 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33317 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
33319 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33321 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
33323 * ses.el (undo-more): Restore defadvice, but only the part that
33324 allows changes outside the restricted area of the buffer.
33326 2005-02-20 Kim F. Storm <storm@cua.dk>
33328 * simple.el (line-move): Add fourth optional arg try-vscroll which
33329 must be set to perform auto-window-vscroll.
33330 When moving backwards and doing auto-window-vscroll, automatically
33331 vscroll to the last part of lines which are taller than the window.
33332 (next-line, previous-line): Set try-vscroll arg on line-move.
33334 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
33336 * replace.el (query-replace, query-replace-regexp)
33337 (replace-string, replace-regexp): When operating on region, make
33338 the minibuffer prompt say so.
33340 * isearch.el (isearch-forward): Document isearch-query-replace and
33341 isearch-query-replace-regexp keybindings.
33343 2005-02-19 Jay Belanger <belanger@truman.edu>
33345 * calc/calc-aent.el (math-read-token): Add local variable.
33347 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33348 (calc-edit-top): Move declaration to earlier in file.
33349 (calc-edit-macro-repeats): Add local variables.
33351 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33352 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33354 Adjust integration rule for calcFunc-tan.
33356 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33358 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33359 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33360 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33361 (viper-skip-separators): Bug fix.
33362 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33363 particular major mode.
33364 (viper-del-backward-char-in-replace): Don't put deleted char on the
33367 * viper-ex.el (viper-color-display-p): New function.
33368 (viper-has-face-support-p): Use viper-color-display-p.
33370 * viper-keym.el (viper-gnus-modifier-map): New keymap.
33372 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33374 * viper-util.el (viper-glob-unix-files): Fix shell status check.
33375 (viper-file-remote-p): Make equivalent to file-remote-p.
33377 * viper.el (viper-major-mode-modifier-list):
33378 Use viper-gnus-modifier-map.
33380 2005-02-19 David Kastrup <dak@gnu.org>
33382 * subr.el (subregexp-context-p): Fix garbled doc string by adding
33385 2005-02-19 Jay Belanger <belanger@truman.edu>
33387 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33388 Remove extra definitions.
33389 (calc-coth): New function.
33390 (calcFunc-cot): Fix `let'.
33392 2005-02-19 Eli Zaretskii <eliz@gnu.org>
33394 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33395 the reasons we use "type pc" in these faces.
33397 * button.el (button): Ditto.
33399 2005-02-19 Michael Mauger <mmaug@yahoo.com>
33401 * replace.el (query-replace-read-from): Set the value of
33402 query-replace-from-history-variable to handle the case of an empty
33403 string entered to accept the suggested default.
33405 * net/tramp.el (tramp-file-name-for-operation):
33406 Use dired-call-process instead of dired-call-process-command.
33408 2005-02-19 Jay Belanger <belanger@truman.edu>
33410 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33411 (math-div-non-trig): New variables.
33412 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33413 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33414 (math-combine-prod, math-div-symb-fancy): Add simplifications for
33417 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
33419 * progmodes/gdb-ui.el (gdb-var-update-handler)
33420 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33421 for watch expressions,
33422 (gdb-var-create-handler): Don't set speedbar-update-flag.
33423 (gdb-post-prompt): Simplify test for speedbar.
33425 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
33427 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33428 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33429 we use the syntax table of the correct buffer.
33430 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33433 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33434 (ediff-file-remote-p): Make synonymous with file-remote-p.
33435 In all deffaces ediff-*-face-*, use min-colors.
33437 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33438 ediff-recurse-to-subdirectories.
33439 (ediff-mark-if-equal): Check that the arguments are strings, use
33440 ediff-same-contents (after to Felix Gatzemeier).
33442 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33445 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
33447 * log-view.el (log-view-message-re): Fix up Subversion regexp.
33449 2005-02-18 David Kastrup <dak@gnu.org>
33451 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33452 use `mark-active' when defined.
33454 2005-02-18 Kenichi Handa <handa@m17n.org>
33456 * ps-print.el (ps-font-info-database): New entry
33457 ZapfChancery-MediumItalic with correct font name. Fix font name
33458 of the entry Zapf-Chancery-MediumItalic.
33460 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
33462 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33464 2005-02-16 Kim F. Storm <storm@cua.dk>
33466 * ido.el (ido-fallback-command): Pass user input to fallback command.
33468 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
33470 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33471 (gdb-find-file-hook): Add server prefix.
33473 2005-02-16 Richard M. Stallman <rms@gnu.org>
33475 * replace.el (perform-replace): Pass new args to replace-highlight.
33476 (replace-highlight): Take region args,
33477 and pass them to isearch-lazy-highlight-new-loop.
33479 * novice.el (disabled-command-hook): Autoload the defalias
33480 and the make-obsolete-variable call.
33482 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33484 * isearch.el (isearch-lazy-highlight-start-limit)
33485 (isearch-lazy-highlight-end-limit): New variables limit
33486 the region for highlighting.
33487 (isearch-lazy-highlight-new-loop): New args BEG and END.
33488 (isearch-lazy-highlight-search): Use the new vars.
33489 (isearch-lazy-highlight-update): Likewise.
33491 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33493 * cus-start.el (all): Use default-boundp.
33495 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
33497 * menu-bar.el (menu-bar-select-frame): Handle current frame.
33499 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
33501 * autorevert.el (auto-revert-stop-on-user-input)
33502 (auto-revert-verbose): Doc fixes.
33504 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
33506 * international/mule-cmds.el (set-locale-environment): Remove call
33507 to set-selection-coding-system on Windows.
33509 2005-02-15 Jay Belanger <belanger@truman.edu>
33511 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33512 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33514 (math-simplify-sqrt): Add simplifications.
33516 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33519 * calc/calc-ext.el: Add functions to autoloads.
33521 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33522 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33523 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33524 (math-csc-raw, math-cot-raw): New functions.
33526 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33528 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33529 the variable name in a message.
33531 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33532 calcFunc-csc, calcFunc-cot.
33534 * calc/calcalg2.el: Add derivative and integration rules for
33535 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33536 calcFunc-csch, calcFunc-coth.
33537 (math-do-integral-methods): Add to checks for when to use
33540 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33542 2005-02-15 Lute Kamstra <lute@gnu.org>
33544 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33545 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
33546 <monnier@iro.umontreal.ca>.
33547 (lisp-outline-level): Improve efficiency. Suggested by David
33548 Kastrup <dak@gnu.org>.
33550 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
33552 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33553 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33554 (gdb-set-gud-minor-mode-existing-buffers): New functions.
33555 (gdb-find-file-hook): New hook. Add it to find-file-hook.
33556 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33558 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
33560 * cus-start.el (all): Comment change.
33562 2005-02-14 Lute Kamstra <lute@gnu.org>
33564 * cus-start.el (all): Check if symbol is void.
33566 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
33568 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33569 optional argument to \cite.
33571 2005-02-14 Richard M. Stallman <rms@gnu.org>
33573 * cus-edit.el (custom-buffer-create-internal): Update help message.
33574 (custom-magic-alist): Update help messages.
33576 * cus-start.el (all): Allow a var to specify a standard value.
33578 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
33580 * custom.el (custom-theme-set-variables): Handle variable aliases.
33582 * frame.el (blink-cursor-timer): Doc fix.
33583 (blink-cursor): Make it an alias for `blink-cursor-mode' and
33585 (blink-cursor-mode): Define with defcustom and use correct
33586 standard expression in that defcustom.
33587 * startup.el (command-line): Adapt to above changes in frame.el.
33589 2005-02-11 Lute Kamstra <lute@gnu.org>
33591 * apropos.el (apropos-score-doc): Prevent division by zero.
33593 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
33595 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33596 (icalendar--get-event-property-attributes)
33597 (icalendar--get-event-properties)
33598 (icalendar--datetime-to-diary-date): New functions.
33599 (icalendar--split-value): Doc fix.
33600 (icalendar--datetime-to-noneuropean-date)
33601 (icalendar--datetime-to-european-date): New optional argument
33602 SEPARATOR. Return result as a string instead of a list.
33603 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33604 (icalendar--convert-string-for-export): Rename arg S to STRING.
33605 (icalendar-export-region): Doc fix. Change name of error buffer.
33606 Save output buffer.
33607 (icalendar-import-file): Add blank at end of prompt.
33608 (icalendar-import-buffer): Doc fix. Do not switch to error
33609 buffer. Indicate status in return value.
33610 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
33611 buffer. Save output buffer. Handle exception from recurrence
33612 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
33613 events. Fix problems with weekly all-day events.
33615 2005-02-10 Richard M. Stallman <rms@gnu.org>
33617 * simple.el (eval-expression-print-format):
33618 Avoid warning about edebug-active.
33620 * help.el (help-for-help-internal): Rename from help-for-help.
33621 (help-for-help): Define with defalias.
33623 * font-core.el (font-lock-default-function): Use with-no-warnings.
33625 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33627 * custom.el (defface): Doc fix.
33629 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
33631 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33632 width 0" to prevent word wrapping problems.
33634 2005-02-09 Kim F. Storm <storm@cua.dk>
33636 * ido.el (ido-file-extensions-order): New defcustom.
33637 (ido-file-extension-lessp, ido-file-extension-aux)
33638 (ido-file-extension-order): New advanced file ordering.
33639 (ido-file-lessp): New simple file ordering.
33640 (ido-sort-list): Remove.
33641 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33642 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33644 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
33646 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33647 that some versions of grep produce.
33648 (grep-mode-font-lock-keywords): Likewise.
33650 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
33652 * progmodes/gdb-ui.el (gdb-location-list): New variable.
33653 (gdb-cdir): Delete.
33654 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33655 (gdb-source-info): Treat case when source file is in another
33656 directory properly.
33657 (gdb-get-location): New function.
33659 2005-02-07 Jay Belanger <belanger@truman.edu>
33661 * calc/calc-prog.el (calc-write-parse-table-part)
33662 (calc-fix-token-name): Fix a check for language type.
33664 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33666 2005-02-07 Andre Spiegel <spiegel@gnu.org>
33668 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33669 as directory not writable.
33671 2005-02-07 Kim F. Storm <storm@cua.dk>
33673 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33674 (cua--standard-movement-commands): Remove list.
33675 Instead, set CUA property value to move for movement commands.
33676 (cua-movement-commands): Remove. Users must set CUA prop instead.
33677 (cua--pre-command-handler): Check CUA property.
33678 (cua--init-keymaps): Don't remap undo commands.
33679 (cua-mode): Don't call cua--rectangle-on-off.
33681 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33682 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33683 (cua--rect-undo-set-point): New var.
33684 (cua--rectangle-undo-boundary): Setup undo apply entry.
33685 (cua--rect-undo-handler): New function for rectangle undo.
33686 (cua--rect-start-position, cua--rect-end-position): Add.
33687 (cua--rectangle-post-command): Call cua--rectangle-set-corners
33688 for restored rectangle. Set point if cua--rect-undo-set-point.
33690 2005-02-06 Jay Belanger <belanger@truman.edu>
33692 * calc/calc-lang.el (calc-tex-language): Display more information
33695 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33698 2005-02-06 Richard M. Stallman <rms@gnu.org>
33700 * emacs-lisp/lisp.el (buffer-end): Doc fix.
33702 2005-02-05 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
33704 * net/ldap.el (ldap-search-internal): Support attributes with
33705 optional descriptions separated by a semi-colon, as in
33706 "userCertificate;binary".
33708 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
33710 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33711 isn't a cons (i.e. the version is 0).
33713 2005-02-05 Eli Zaretskii <eliz@gnu.org>
33715 * help.el (help-for-help): Doc fix.
33717 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
33719 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
33720 GDB-Windows on the menu-bar as this works better.
33722 2005-02-04 Jay Belanger <belanger@truman.edu>
33724 * calc/calc-embed.el (calc-embedded-update): Don't put in
33725 unnecessary newlines. Adjust the end of formula marker.
33727 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33728 (math-latex-parse-two-args): New function.
33730 2005-02-03 Lute Kamstra <lute@gnu.org>
33732 * help-fns.el (help-with-tutorial): Make sure that users cannot
33733 remove the entire text of the tutorial by means of `undo'.
33735 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
33737 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33738 in recent changes, where the ispell process was repeatedly
33739 killed & restarted.
33741 * international/mule-cmds.el (set-locale-environment): Set file-name
33742 coding system to utf-8 on Darwin systems.
33743 (set-default-coding-systems): Don't set default-file-name-coding-system
33746 2005-02-03 Richard M. Stallman <rms@gnu.org>
33748 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33750 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
33752 * faces.el (list-faces-display): Add optional argument.
33754 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
33756 * font-core.el (font-lock-default-function): Handle the rare case where
33757 only font-lock-keywords is set.
33759 2005-02-02 Kenichi Handa <handa@m17n.org>
33761 * international/characters.el: Cancel previous change for
33762 I-WITH-DOT-ABOVE and DOTLESS-i.
33764 * international/latin-5.el: Cancel previous change.
33766 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
33768 * progmodes/gud.el: Correction to syntax in gud-menu-map.
33770 2005-02-02 Kenichi Handa <handa@m17n.org>
33772 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33775 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33776 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33778 * case-table.el (get-upcase-table): New function.
33779 (copy-case-table): Copy upcaes table too if non-nil.
33780 (set-case-syntax-delims): Maintain upcase table too.
33781 (set-case-syntax-pair): Likewise.
33782 (set-upcase-syntax, set-downcase-syntax): New functions.
33783 (set-case-syntax): Maintain upcase table too.
33785 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
33787 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33789 * progmodes/gud.el (gud-goto-info): New function.
33790 (gud-tool-bar-map): Use correct icon.
33792 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
33794 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33795 When delegating, order args in the funcall correctly.
33797 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
33799 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33801 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
33803 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33804 buffer not visiting a file.
33806 2005-01-31 Jay Belanger <belanger@truman.edu>
33808 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33809 bound on the line with the formula.
33811 2005-01-31 Kim F. Storm <storm@cua.dk>
33813 * ses.el (ses-create-cell-variable-range)
33814 (ses-destroy-cell-variable-range, ses-reset-header-string)
33815 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33816 (ses-insert-row): Fix format of apply undo entries.
33818 2005-01-31 Jay Belanger <belanger@truman.edu>
33820 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33823 * calc/calc-embed.el (calc-embedded-open-formula)
33824 (calc-embedded-close-formula): Ignore matrix environments.
33826 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33829 * calc/calc-lang.el (math-function-table, math-oper-table)
33830 (math-variable-table): Adjust the LaTeX portions.
33832 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33833 (math-latex-ignore-words): New constant.
33835 2005-01-31 Richard M. Stallman <rms@gnu.org>
33837 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
33838 (ispell-local-dictionary): Doc fix.
33839 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
33840 Don't reinitialize at run time. Don't defcustom.
33841 All uses changed to append ispell-local-dictionary-alist,
33843 (ispell-current-dictionary): New variable for dictionary in use.
33844 (ispell-dictionary): Now used only for global default.
33845 (ispell-start-process): Set ispell-current-dictionary,
33846 not ispell-dictionary.
33847 (ispell-change-dictionary): Use this only for setting
33849 (ispell-internal-change-dictionary): New function
33850 to change the current dictionary in use.
33851 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
33852 Use ispell-current-dictionary.
33853 Handle ispell-local-dictionary-overridden.
33854 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
33856 2005-01-31 Jay Belanger <belanger@truman.edu>
33858 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
33860 * calc/calc-ext.el: Add calc-latex-language to autoloads.
33861 (calc-mode-map): Add calc-latex-language.
33863 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
33864 (math-latex-print-frac): New functions.
33865 (math-oper-table, math-function-table, math-variable-table)
33866 (math-complex-format, math-input-filter): Add latex properties.
33867 (calc-set-language): Set math-expr-special-function-mapping.
33869 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
33870 (calc-write-parse-table-part): Add LaTeX support.
33872 * calc/calc.el (calc-language): Adjust docstring.
33873 (calc-set-mode-line): Add LaTeX support.
33874 (math-expr-special-function-mapping): New variable.
33875 (math-tex-ignore-words): Add to list.
33877 * calc/calccomp.el (math-compose-expr, math-compose-rows):
33879 (math-compose-expr): Add support for special functions.
33881 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
33883 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
33885 * progmodes/gdb-ui.el (gdb-memory-address)
33886 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
33887 (gdb-memory-mode-map, gdb-memory-format-keymap)
33888 (gdb-memory-format-menu, gdb-memory-unit-keymap)
33889 (gdb-memory-unit-menu): New variables for a buffer
33890 that lets the user examine program memory.
33891 (gdb-memory-set-address, gdb-memory-set-repeat-count)
33892 (gdb-memory-format-binary, gdb-memory-format-octal)
33893 (gdb-memory-format-unsigned, gdb-memory-format-signed)
33894 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
33895 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
33896 (gdb-memory-unit-word, gdb-memory-unit-halfword)
33897 (gdb-memory-unit-byte, gdb-memory-unit-menu)
33898 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
33899 (gdb-memory-mode, gdb-memory-buffer-name)
33900 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
33901 New functions for above buffer.
33903 2005-01-30 Richard M. Stallman <rms@gnu.org>
33905 * cus-edit.el (custom-bury-buffer): Function deleted.
33906 (custom-buffer-done-function): Option deleted.
33907 (custom-buffer-done-kill): New replacement option.
33908 (Custom-buffer-done): Call quit-window.
33909 (custom-buffer-create-internal): Update for above changes.
33911 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
33913 * simple.el (undo-ask-before-discard): New var.
33914 (undo-outer-limit-truncate): Implement it.
33915 (undo-extra-outer-limit): Doc update.
33917 2005-01-29 Richard M. Stallman <rms@gnu.org>
33919 * ses.el (undo-more): Delete defadvice.
33920 (ses-begin-change): Doc fix.
33922 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
33923 instead of rebinding C-x u and C-_.
33925 * files.el (normal-backup-enable-predicate): Return nil for files
33926 in /tmp, regardless of temporary-file-directory.
33928 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
33930 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
33931 (open-rectangle, delete-whitespace-rectangle-line)
33932 (clear-rectangle-line): If FILL, pass t instead of FILL
33933 for move-to-column's 2nd arg.
33935 * simple.el (undo): Fix the test for continuing a series of undos.
33936 (undo-more): Set pending-undo-list to t when we reach end.
33937 (pending-undo-list): Move up defvar.
33939 * wid-edit.el (widget-button-click):
33940 Shorten the range of the track-mouse binding.
33942 * comint.el (comint-insert-input): Undo previous changes;
33943 use last-input-event in interactive spec.
33945 2005-01-29 Eli Zaretskii <eliz@gnu.org>
33947 * progmodes/compile.el (compilation-start): Bind buffer-read-only
33948 to nil before invoking call-process. Reset buffer's modified flag
33949 after fontifying it in the no-async branch.
33951 * wid-edit.el (widget-specify-button): If mouse pointer shape
33952 cannot be changed, use mouse face instead.
33954 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
33956 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
33957 (gdb-goto-breakpoint): Make breakpoint handling work on template
33958 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
33959 (gdb-assembler-custom): Update to recognize breakpoint information
33960 added on 2005-01-19.
33962 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
33964 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
33965 (dsssl-mode): Use define-derived-mode.
33966 (scheme-mode-initialize): Remove.
33967 (scheme-mode): Use run-mode-hooks.
33969 * cus-edit.el (customize-group-other-window)
33970 (custom-buffer-create-other-window): Don't override special-display-*.
33971 (custom-mode-map): Make it dense.
33973 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
33974 sets the default value.
33976 2005-01-28 Eli Zaretskii <eliz@gnu.org>
33978 * descr-text.el: Add more keywords.
33980 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
33982 * speedbar.el: Avoid unnecessary use of locate-library.
33984 * international/mule-cmds.el (standard-display-european-internal):
33985 Don't fiddle with latin-1 non-break space any more since it's now
33986 special cased in the C code.
33987 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
33989 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
33991 * cus-start.el (all): Add `undo-outer-limit'.
33993 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33995 * textmodes/bibtex.el (bibtex-format-entry):
33996 Use `bibtex-empty-field-re' only on the text of fields, not on entire
33998 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
33999 not on part of a buffer.
34001 2005-01-25 Lute Kamstra <lute@gnu.org>
34003 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34004 nonempty field text strings like "{letters\\macro{}more letters}".
34006 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34007 (bibtex-entry-offset, bibtex-parse-association)
34008 (bibtex-parse-field-name): Fix typos in docstrings.
34009 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34011 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
34013 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34014 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34015 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34016 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34018 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34019 isearch minor mode.
34021 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
34023 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34025 2005-01-24 Lute Kamstra <lute@gnu.org>
34027 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34028 CASECHARS and NOT-CASECHARS regular expressions of the
34029 "nederlands" and "nederlands8" dictionaries to prevent a "Range
34030 striding over charsets" error.
34032 2005-01-24 Jay Belanger <belanger@truman.edu>
34034 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34035 display variable name.
34037 2005-01-24 Kenichi Handa <handa@m17n.org>
34039 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34040 Fix setting of the element of encoded-kbd-iso2022-invocations.
34042 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34044 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34045 (gdb-threads-select): Change to also accept mouse events.
34046 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34047 (gdb-threads-mouse-select): Delete.
34049 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34051 * files.el (insert-directory): Take care of empty directory,
34052 listed without -a switch.
34054 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34056 * textmodes/refill.el (refill-post-command-function):
34057 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34058 to the list of functions that we should be careful not to undo.
34059 (refill-late-fill-paragraph-function): Remove.
34060 (refill-saved-state): New var.
34061 (refill-mode): Use it to save fill-paragraph-function.
34062 Save also the value of auto-fill-function.
34064 * term/w32-win.el: Simplify code.
34066 2005-01-23 Kim F. Storm <storm@cua.dk>
34068 * simple.el (line-move): Adapt to new return value from
34069 pos-visible-in-window-p.
34071 * simple.el (line-move): Fix last change. Check partial
34072 visibility at point rather than at window-start.
34074 2005-01-22 Jason Rumney <jasonr@gnu.org>
34076 * term/w32-win.el (xw-defined-colors): Remove debug-message.
34078 2005-01-22 David Kastrup <dak@gnu.org>
34080 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34082 2005-01-22 Eli Zaretskii <eliz@gnu.org>
34084 * type-break.el (type-break-mode): Add a test for
34085 type-break-file-name being non-nil.
34087 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
34089 * net/eudc.el (top level): Call (message "") via progn, so that
34090 eudc-options-file is loaded.
34092 2005-01-22 Kim F. Storm <storm@cua.dk>
34094 * simple.el (line-move-1): Rename from line-move.
34095 (line-move): New function that adjusts vscroll for partially
34096 visible rows, and calls line-move-1 otherwise.
34098 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
34100 * pcomplete.el: Define pcomplete-read-event instead of read-event,
34101 since it's not a complete read-event implementation.
34103 2005-01-20 Jay Belanger <belanger@truman.edu>
34105 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34106 for called function.
34108 2005-01-20 Steven Tamm <steventamm@mac.com>
34110 * term/mac-win.el (process-connection-type): Remove.
34111 Controlled now by s/darwin.h:PTY_ITERATION.
34113 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
34115 * window.el (handle-select-window): Don't switch window when we're
34118 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
34120 * subr.el (dotimes-with-progress-reporter): New macro.
34122 * ses.el (ses-dotimes-msg): Remove macro.
34123 Use `dotimes-with-progress-reporter' instead.
34125 2005-01-19 Steven Tamm <steventamm@mac.com>
34127 * term/mac-win.el (process-connection-type): Use new
34128 operating-system-release variable to use ptys on Darwin 7 (OS X
34129 10.3) when using carbon build.
34131 2005-01-19 Jay Belanger <belanger@truman.edu>
34133 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34134 flags if the last command was a tab or M-tab.
34136 * calc/calc-prog.el (calc-user-define-edit): Put original formula
34137 in formula editing buffer.
34139 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34141 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34142 breakpoint image symbol in margin.
34144 2005-01-19 Jay Belanger <belanger@truman.edu>
34146 * calc/calc-prog.el (calc-execute-kbd-macro):
34147 Ignore calc-keep-arg-flag.
34149 2005-01-19 Kenichi Handa <handa@m17n.org>
34151 * textmodes/ispell.el (ispell-looking-at): New function.
34152 (ispell-process-line): Use ispell-looking-at to compare the ispell
34153 output and the buffer contents.
34155 2005-01-18 Jay Belanger <belanger@truman.edu>
34157 * calc/calc.el (calc-display-raw): Fix docstring.
34159 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
34161 * simple.el (blink-matching-open): Strip extra info from syntax.
34163 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34164 funny chars in the end-of-here-doc marker.
34166 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
34168 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34169 that enable/disabled state of breakpoints is shown correctly in
34170 fringe and on ttys.
34171 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34172 Add breakpoint information as text properties.
34173 (gdb-mouse-toggle-breakpoint):
34174 Rename to gdb-mouse-set-clear-breakpoint.
34175 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
34176 breakpoints in the margin.
34177 (gdb-remove-strings): Simplify.
34179 2005-01-17 Jay Belanger <belanger@truman.edu>
34181 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34184 2005-01-17 Richard M. Stallman <rms@gnu.org>
34186 * progmodes/grep.el (grep-find): Copy from `grep' the condition
34187 for calling grep-compute-defaults.
34189 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34190 if buffer is empty.
34192 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34194 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
34196 * hilit-chg.el (highlight-changes-mode): Don't autoload.
34198 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34199 non-preloaded variables.
34201 2005-01-17 Steven Tamm <steventamm@mac.com>
34203 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34204 tex-shell cause to force interactivity when using pipes.
34206 2005-01-17 Kim F. Storm <storm@cua.dk>
34208 * simple.el (just-one-space): Make arg optional.
34210 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
34212 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34213 posn-at-x-y to t to access left-margin.
34215 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
34217 Sync with Tramp 2.0.47.
34219 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34220 catching keep-date problems in cp/scp operations.
34221 (tramp-handle-copy-file): Don't call `set-file-modes'
34222 unconditionally. Specialized functions should know better what is
34223 necessary. This improves performance a little bit, and the
34224 functions could catch errors with `cp -p' and `scp -p'.
34225 (tramp-do-copy-or-rename-file-via-buffer)
34226 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34228 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34229 Call `set-file-modes' when appropriate.
34230 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
34231 Johnsson <isak@hypergene.com>.
34232 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34233 of both Tramp buffer and debug buffer. Reported by Joakim Verona
34234 <joakim@verona.se>.
34235 (tramp-file-name-for-operation): Mark `shell-command' as magic for
34238 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
34239 `find-file-hooks' and `dired-mode-hook'.
34240 (tramp-minor-mode-map): Respective map. Add remapping for
34241 `compile' and `recompile'.
34242 (tramp-remap-command, tramp-recompile): New defuns.
34243 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34244 in buffer "*Compilation*". Call the commands asynchronously.
34246 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34247 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34248 `shell-command', because it isn't magic in XEmacs. Reported by
34249 Adrian Aichner <adrian@xemacs.org>.
34251 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34252 `substitute-in-file-name.
34253 (tramp-smb-handle-substitute-in-file-name): New defun.
34254 (tramp-smb-advice-PC-do-completion): Delete advice.
34256 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
34258 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34259 Fix error in deleting region.
34261 2005-01-15 Richard M. Stallman <rms@gnu.org>
34263 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34264 In non-temp buffer, switch syntax table temporarily.
34266 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34268 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34270 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34272 * imenu.el (imenu--split-menu): Copy menulist before sorting.
34273 (imenu--generic-function): Use START, not BEG, as pos of definition.
34275 * simple.el (just-one-space): Argument specifies number of spaces.
34277 * simple.el (eval-expression-print-format): Avoid warning
34278 about edebug-active.
34280 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
34282 * progmodes/sh-script.el: Code copied from make-mode.el
34283 with small changes,
34284 (sh-mode-map): Bind C-c C-\.
34285 (sh-backslash-column, sh-backslash-align): New variables.
34286 (sh-backslash-region, sh-append-backslash): New functions.
34288 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
34290 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34291 (rmail-pop-password, rmail-pop-password-required): Move to
34292 rmail-obsolete group.
34293 (rmail-set-pop-password): Rename to rmail-set-remote-password.
34294 All callers updated.
34295 (rmail-get-pop-password): Rename to rmail-get-remote-password.
34296 Take an argument specifying whether it is POP or IMAP mailbox we
34297 are using. All callers updated.
34298 (rmail-pop-password-error): Rename to
34299 rmail-remote-password-error. Added mailutils-specific error message.
34300 (rmail-movemail-search-path)
34301 (rmail-movemail-variant-in-use): New variables.
34302 (rmail-remote-password, rmail-remote-password-required):
34303 New customization variables.
34304 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34305 (rmail-parse-url): New function.
34306 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34307 with GNU mailutils movemail.
34309 2005-01-15 Kevin Ryde <user42@zip.com.au>
34311 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34312 suffix to space, $ or '$, to correctly position point when going
34313 to @table style constants like DBL_MAX.
34315 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
34317 * type-break.el (type-break-mode, type-break-file-time)
34318 (type-break-file-keystroke-count, type-break-choose-file):
34319 Don't store data in or load data from the file if type-break-file-name
34321 (type-break-file-name): Doc update as per the above.
34323 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
34325 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34326 lookup-key might return nil; handle that.
34328 2005-01-15 Alan Mackenzie <acm@muc.de>
34330 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34331 rather than the element found, thus enabling the tree to be setcar'd.
34333 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34335 * textmodes/org.el (org-show-following-heading): New option.
34336 (org-show-hierarchy-above): Use `org-show-following-heading'.
34337 (org-cycle): Documentation fix.
34339 * textmodes/org.el (orgtbl-optimized): New option
34340 (orgtbl-mode): New command, a minor mode.
34341 (orgtbl-mode-map): New variable.
34342 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34343 (orgtbl-error, orgtbl-self-insert-command)
34344 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34346 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34347 a local variable in each org-mode buffer.
34349 * textmodes/org.el (org-set-regexps-and-options): Rename from
34350 `org-set-regexps'. Added checking for STARTUP keyword.
34351 (org-get-current-options): Add STARTUP options.
34352 (org-table-insert-row): Make mode intelligent about when
34353 realignment is needed.
34354 (org-self-insert-command, org-delete-backward-char, org-delete-char):
34356 (org-enable-table-editor): New default value `optimized'.
34357 (org-table-blank-field): Support blanking regions if active.
34359 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
34361 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34362 if the year is not given.
34364 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34365 Add new escapes %m and %M, fixed bug with %F by adding
34367 (reftex-reference): Remove ?. from list of spaces.
34368 (reftex-label-info): Add automatic label prefix recognition.
34370 * textmodes/reftex-index.el (reftex-index-next-phrase):
34371 Add slave parameter to call of `reftex-index-this-phrase'.
34372 (reftex-index-this-phrase): New optional argument.
34373 (reftex-index-region-phrases): Add slave parameter to call of
34374 `reftex-index-this-phrase'.
34375 (reftex-display-index): New argument redo.
34376 (reftex-index-rescan): Add `redo' to arguments of
34377 `reftex-display-index'.
34378 (reftex-index-Rescan, reftex-index-revert)
34379 (reftex-index-switch-index-tag): Add `redo' to arguments of
34380 `reftex-display-index'.
34381 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34382 indexing. Fix bug with matching is there is a quote before or
34385 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34386 Fix bug when collecting citation keys in lines with comments.
34387 (reftex-citation): Prefix argument no longer rescans the document,
34388 but forces prompting for optional arguments of cite macros.
34389 (reftex-do-citation): Prompting for optional arguments implemented.
34391 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34392 Add optional arguments to most cite commands.
34393 (reftex-cite-cleanup-optional-args): New option
34394 (reftex-cite-prompt-optional-args): New option.
34395 (reftex-trust-label-prefix): New option.
34397 * textmodes/reftex-toc.el (reftex-toc-find-section):
34398 Add push-mark before changing the position in the buffer.
34400 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34401 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34403 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
34405 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34408 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
34410 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34411 (sgml-mode): Use it.
34412 (sgml-get-context): Better keep track of implicitly closed tags.
34414 2005-01-13 Kenichi Handa <handa@m17n.org>
34416 * textmodes/ispell.el: These changes are to fix misalignment error
34417 caused by equivalent characters of different Emacs charsets.
34418 (ispell-unified-chars-table): New variable.
34419 (ispell-get-decoded-string): New function.
34420 (ispell-get-casechars, ispell-get-not-casechars)
34421 (ispell-get-otherchars): Call ispell-get-decoded-string.
34423 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
34425 * custom.el (custom-declare-variable): Just put symbol instead
34426 of (defvar . symbol) in `current-load-list'.
34428 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
34430 * emacs-lisp/elint.el: Fixed typo in Commentary section.
34432 2005-01-12 Jay Belanger <belanger@truman.edu>
34434 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34435 to create a Calc summary.
34437 2005-01-12 Kim F. Storm <storm@cua.dk>
34439 * mouse.el (mouse-on-link-p): Change functionality and doc
34440 string to comply with latest description in lisp ref.
34442 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
34444 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34445 Enable mouse clicks on mode-line, header-line and margin.
34446 (event-type): Give mouse event symbols an `event-kind' property
34447 with value `mouse-click'.
34449 2005-01-12 Juri Linkov <juri@jurta.org>
34451 * facemenu.el (list-colors-display): Add new arg buffer-name.
34452 Use it. Fix docstring. Replace code for identifying duplicate
34453 colors by the name with call to `list-colors-duplicates' which
34454 identifies duplicate colors by the value unless the color
34455 is one of special Windows colors. Set truncate-lines to t.
34456 Print sorted duplicate color names on each line. Indent to 22
34457 \(the longest color name in rgb.txt) instead of 20. Optimize.
34458 (list-colors-duplicates): New function.
34459 (facemenu-color-name-equal): Delete function.
34461 * facemenu.el (list-colors-print): New function created from code
34462 in list-colors-display. Print #RRGGBB at the window right edge.
34463 (list-colors-display): When temp-buffer-show-function is not
34464 defined, call list-colors-print from temp-buffer-show-hook
34465 to get the right value of window-width in list-colors-print
34466 after the buffer is displayed.
34468 * simple.el (pop-mark): Move deactivate-mark out of conditional
34469 part to deactivate the active mark regardless of the state of the
34472 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34473 variables line in desktop files.
34475 2005-01-12 Juri Linkov <juri@jurta.org>
34477 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34478 Bring together isearch highlight related options.
34479 (lazy-highlight): Replace group `replace' by `matching'.
34480 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34481 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34482 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34483 and declare them obsolete.
34484 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34485 (isearch-faces): Remove defgroup.
34486 (isearch-overlay, isearch-highlight, isearch-dehighlight):
34487 Move isearch highlighting code closer to lazy highlighting code.
34489 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34490 (query-replace-highlight, query-replace-lazy-highlight)
34491 (query-replace): Move definitions to the beginning of the file.
34493 2005-01-11 Juri Linkov <juri@jurta.org>
34495 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34496 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34497 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34499 * info.el (Info-history-forward): New variable.
34500 (Info-select-node): Reset Info-history-forward to nil.
34501 (Info-last): Turn into defalias.
34502 (Info-history-back): Rename from Info-last.
34503 Add current node to Info-history-forward.
34504 (Info-history-forward): New fun.
34505 (Info-mode-map): Replace Info-last by Info-history-back.
34506 Bind Info-history-forward to "r".
34507 (Info-mode-menu): Replace Info-last by Info-history-back.
34508 Fix menu item text. Add menu item for Info-history-forward.
34509 (info-tool-bar-map): Replace Info-last by Info-history-back.
34510 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
34511 for Info-history-forward.
34512 (Info-mode): Replace Info-last by Info-history-back in docstring.
34513 Add local variable Info-history-forward.
34514 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34516 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
34518 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34519 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34520 Ignore select-window events rather than fiddle with
34521 mouse-autoselect-window.
34523 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
34525 * type-break.el (type-break-mode): Fix previous change.
34527 2005-01-10 Jay Belanger <belanger@truman.edu>
34529 * calc/calc-ext.el (calc-reset): Reset when inside embedded
34530 calculator; only reset when point is inside a calculator.
34531 Don't adjust the window height if the window takes up the whole height
34534 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
34536 * ebuff-menu.el (Electric-buffer-menu-mode):
34537 Preserve value of buffer-local var header-line-format.
34539 2005-01-09 Jay Belanger <belanger@truman.edu>
34541 * calc/calc.el (calc-mode-var-list-restore-saved-values):
34542 Make sure settings file exists before accessing it.
34544 * calc/calc-embed.el (calc-embedded-subst):
34545 Replace math-multi-subst-rec, which is only supposed to be called
34546 by math-multi-subst, by math-multi-subst.
34548 2005-01-09 Andre Spiegel <spiegel@gnu.org>
34550 * vc.el (vc-allow-async-revert): New user option.
34551 (vc-disable-async-diff): New internal variable.
34552 (vc-revert-buffer): Use them to disable asynchronous diff.
34554 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34555 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34556 asynchronously if vc-disable-async-diff is t.
34558 2005-01-09 Jay Belanger <belanger@truman.edu>
34560 * calc/calc.el (defcalcmodevar): New macro.
34561 (calc-mode-var-list-restore-default-values)
34562 (calc-mode-var-list-restore-saved-values): New functions.
34563 (calc-mode-var-list): Use defcalcmodevar to define it.
34564 (calc-always-load-extensions, calc-line-numbering)
34565 (calc-line-breaking, calc-display-just, calc-display-origin)
34566 (calc-number-radix, calc-leading-zeros, calc-group-digits)
34567 (calc-group-char, calc-point-char, calc-frac-format)
34568 (calc-prefer-frac, calc-hms-format, calc-date-format)
34569 (calc-float-format, calc-full-float-format, calc-complex-format)
34570 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34571 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34572 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34573 (calc-matrix-brackets, calc-language, calc-language-option)
34574 (calc-left-label, calc-right-label, calc-word-size)
34575 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34576 (calc-display-raw, calc-internal-prec, calc-angle-mode)
34577 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34578 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34579 (calc-window-height, calc-display-trail, calc-show-selections)
34580 (calc-use-selections, calc-assoc-selections)
34581 (calc-display-working-message, calc-auto-why, calc-timing)
34582 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34583 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34584 (calc-gnuplot-default-device, calc-gnuplot-default-output)
34585 (calc-gnuplot-print-device, calc-gnuplot-print-output)
34586 (calc-gnuplot-geometry, calc-graph-default-resolution)
34587 (calc-graph-default-resolution-3d, calc-invocation-macro)
34588 (calc-show-banner): Use defcalcmodevar to declare them and set
34589 their default values.
34591 * calc/calc-ext.el (calc-reset): Restore saved values of variables
34592 instead of default values (but restore default values if there is
34595 2005-01-09 David Kastrup <dak@gnu.org>
34597 * desktop.el (desktop-restore-eager): Fix typo in type.
34599 2005-01-08 Richard M. Stallman <rms@gnu.org>
34601 * cus-edit.el (customize): Delete :link.
34603 2005-01-08 Jay Belanger <belanger@truman.edu>
34605 * calc/calc.el (calc-mode): Remove the extension from the
34606 `calc-settings-file' file name when loading it.
34608 2005-01-08 Kim F. Storm <storm@cua.dk>
34610 * info.el (Info-mode-map, Info-next-link-keymap)
34611 (Info-prev-link-keymap, Info-up-link-keymap):
34612 Map follow-link to mouse-face.
34613 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34615 2005-01-08 Jay Belanger <belanger@truman.edu>
34617 * calc/calc.el (calc-settings-file): Change default value.
34618 Suggested by cgw in a comment in calc-mode.el.
34620 * calc/calc-mode.el (calc-settings-file-name):
34621 Compare calc-settings-file to user-init-file instead of ~/.emacs.
34622 Replace ~/.emacs in a prompt by calc-settings-file.
34624 2005-01-07 Lars Hansen <larsh@math.ku.dk>
34626 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34627 (desktop-lazy-idle-delay): New customizable variables.
34628 (desktop-buffer-args-list): New variable.
34629 (desktop-append-buffer-args): New function.
34630 (desktop-save): Call desktop-append-buffer-args for some buffers.
34631 (desktop-lazy-create-buffer): New function.
34632 (desktop-idle-create-buffers): New function.
34633 (desktop-read): Add message about buffers to restore lazily.
34634 (desktop-lazy-abort): New command.
34635 (desktop-clear): Call desktop-lazy-abort.
34636 (desktop-lazy-complete): New command.
34638 2005-01-06 Richard M. Stallman <rms@gnu.org>
34640 * emacs-lisp/find-func.el (find-face-definition):
34641 Rename from find-face.
34643 2005-01-06 Kim F. Storm <storm@cua.dk>
34645 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34647 * man.el (Man-xref-man-page, Man-xref-header-file)
34648 (Man-xref-normal-file): Add follow-link property.
34650 2005-01-06 Jay Belanger <belanger@truman.edu>
34652 * calc/calc-units.el: Make sure the proper macro definitions are
34653 available when compiling.
34655 2005-01-06 Juri Linkov <juri@jurta.org>
34657 * isearch.el (isearch-lazy-highlight-update):
34658 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34660 2005-01-06 Miles Bader <miles@gnu.org>
34662 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34663 (isearch-lazy-highlight-face): Use new name.
34665 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
34667 * uniquify.el (uniquify-rationalize-file-buffer-names):
34668 Re-add an interactive spec.
34669 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34672 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34673 (isearch-update, isearch-done): Adjust calls accordingly.
34675 2005-01-05 Richard M. Stallman <rms@gnu.org>
34677 * custom.el (custom-set-variables, custom-theme-set-variables):
34678 Clarify documentation.
34680 * emacs-lisp/find-func.el (find-variable)
34681 (find-variable-other-window, find-variable-other-frame):
34682 Fix the TYPE args to find-function-read and find-function-do-it.
34683 (find-function): Doc fix.
34684 (find-function-at-point): Replace function-at-point alias.
34686 2005-01-04 Richard M. Stallman <rms@gnu.org>
34688 * cus-face.el (custom-declare-face):
34689 Record defface in current-load-list.
34691 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34693 * emacs-lisp/find-func.el: Doc fixes.
34694 (find-face-regexp): New variable.
34695 (find-function-regexp-alist): New variable.
34696 (find-function-C-source): Third arg is now TYPE.
34697 (find-function-search-for-symbol): Handle general TYPE.
34698 (find-function-read, find-function-do-it): Handle general TYPE.
34699 (find-definition-noselect, find-face): New functions.
34700 (function-at-point): Alias deleted.
34702 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
34704 * battery.el (display-battery-mode): Rename from display-battery.
34705 Handle the case where it gets turned off.
34707 2005-01-04 Richard M. Stallman <rms@gnu.org>
34709 * cus-edit.el (customize): Make :link point to user doc.
34711 * man.el (Man-fontify-manpage): Turn off undo generation.
34713 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34715 2005-01-04 Andreas Schwab <schwab@suse.de>
34717 * files.el (insert-directory): Only look for error lines in
34718 inserted text. Don't move too far after processing --dired markers.
34720 2005-01-04 Richard M. Stallman <rms@gnu.org>
34722 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34723 Don't expand if the character is @, period, dash, etc.
34724 (define-mail-abbrev): Quote names that contain problem characters.
34726 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
34728 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34730 2005-01-03 Richard M. Stallman <rms@gnu.org>
34732 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34733 (query-replace-highlight, query-replace-lazy-highlight)
34734 (query-replace): Definitions moved up. Doc fix.
34736 2005-01-03 Richard M. Stallman <rms@gnu.org>
34738 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34739 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34740 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34741 (lazy-highlight-face): Rename from isearch-lazy-...
34742 Change all references to them.
34744 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
34746 * cus-edit.el (custom-file): Doc fix for defcustom.
34747 (custom-file): The function no longer sets the variable
34748 `custom-file' to its return value.
34750 * startup.el (command-line): No longer load `custom-file'.
34752 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
34754 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34756 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34757 Don't confuse module-prefixed identifiers for labels.
34758 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34760 2005-01-02 Richard M. Stallman <rms@gnu.org>
34762 * files.el (basic-save-buffer-1): Fix previous change.
34764 * loadhist.el (file-loadhist-lookup): New function.
34765 (file-provides, file-requires): Use it.
34767 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34768 instead of calculating the right size.
34770 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
34772 * vc-svn.el (vc-svn-diff): Stay local if possible.
34774 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
34776 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34778 * files.el (hack-local-variables): Fix last change.
34780 2005-01-02 Jay Belanger <belanger@truman.edu>
34782 * calc/calc-yank.el (calc-edit-top): New variable.
34783 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34784 object. Change header properties.
34785 (calc-edit-finish, calc-edit-finish-stack-object)
34786 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34788 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34789 for the beginning of the edited object.
34790 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34791 for the beginning of the edited object.
34792 * calc/calc-prog.el (calc-edit-macro-finish-edit)
34793 (calc-finish-formula-edit, calc-macro-repeats)
34794 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34795 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34796 beginning of the edited object.
34797 (calc-user-define-edit): Change the header for editing macros.
34798 Remove unnecessary variable.
34800 2005-01-01 Jay Belanger <belanger@truman.edu>
34802 * calc/calc-yank.el (calc-edit-mode): Change default header.
34803 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34804 * calc/calc-store.el (calc-edit-variable): Change title to match new
34806 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34807 mode to match new header.
34808 (calc-user-define-edit): Change titles to include names of commands.
34809 (calc-finish-formula-edit): Adjust to handle new header.
34810 (calc-finish-macro-edit): Remove.
34811 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34812 (calc-edit-macro-command, calc-edit-macro-command-type)
34813 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34814 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34815 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34816 (calc-edit-macro-finish-edit): New functions.
34817 (calc-user-define-edit): Use new functions to edit named calc macros.
34819 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
34821 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34823 * ses.el (copy-region-as-kill): Deactivate mark.
34825 2005-01-01 Richard M. Stallman <rms@gnu.org>
34827 * replace.el (occur-1): If the output buffer is also an input,
34828 don't kill it, rename it.
34830 * faces.el (set-face-background, set-face-foreground): Doc fix.
34832 * cus-face.el (custom-face-attributes): Fix :help-echo strings
34833 for :foreground and :background.
34835 * dired.el (dired-view-command-alist): Variable deleted.
34836 (dired-view-file, dired-mouse-find-file-other-window):
34837 Delete the code to use it.
34839 2005-01-01 Kim F. Storm <storm@cua.dk>
34841 * image.el (insert-sliced-image): Use t for line-height property.
34843 See ChangeLog.11 for earlier changes.
34845 ;; Local Variables:
34846 ;; coding: iso-2022-7bit
34847 ;; add-log-time-zone-rule: t
34850 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
34852 This file is part of GNU Emacs.
34854 GNU Emacs is free software; you can redistribute it and/or modify
34855 it under the terms of the GNU General Public License as published by
34856 the Free Software Foundation; either version 3, or (at your option)
34859 GNU Emacs is distributed in the hope that it will be useful,
34860 but WITHOUT ANY WARRANTY; without even the implied warranty of
34861 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34862 GNU General Public License for more details.
34864 You should have received a copy of the GNU General Public License
34865 along with GNU Emacs; see the file COPYING. If not, write to the
34866 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34867 Boston, MA 02110-1301, USA.
34869 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1