(compilation-start): Remember the original directory in a buffer-local
[emacs.git] / lisp / ChangeLog
blob8ce759c5e30c63dff96d9c8518805585bb8a6ada
1 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/compile.el (compilation-start): Remember the original
4         directory in a buffer-local compilation-directory.
5         (compile): Set the global value of compilation-directory.
6         (recompile): Use compilation-directory even in the compilation buffer.
8 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
12 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14         * ps-print.el: Problem with foreground and background color when
15         printing a buffer with and without faces.  Reported by Christian
16         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
17         (ps-print-version): New version 6.7.5.
18         (ps-default-fg): Change default value to nil, so black color is used
19         when a face does not specify a foreground color.
20         (ps-default-bg): Change default value to nil, so white color is used
21         for background color.
22         (ps-begin-job): Fix code.
24 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
26         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
27         in $(INSTALL_DIR)/lisp/ if they already exist.
29 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
31         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
32         in $(INSTALL_DIR)/lisp/ if they already exist.
34 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
36         * progmodes/vera-mode.el (vera-re-search-forward)
37         (vera-re-search-backward): Remove use of store-match-data.
38         (vera-mode-map): Move initialization into declaration.
40         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
41         (flymake-find-buildfile): Use locate-dominating-file.
43         * vc.el (vc-delistify): Use mapconcat.
44         (vc-do-command): Minor simplification.
45         (vc-expand-dirs): Use push.
47         * vc-mcvs.el (vc-mcvs-create-repo):
48         * vc-cvs.el (vc-cvs-create-repo): Remove.
50         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
51         directory and the root as well.
53 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
55         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
56         instead of a file.
58         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
59         (vc-hg-registered): Replace if with when.
60         (vc-hg-state): Deal with nonexistent files and handle removed files.
61         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
62         (vc-hg-checkout): Re-enable.
63         (vc-hg-create-repo): Fix typos.
64         (vc-hg-print-log): Fix for multiple files.
65         (vc-hg-workfile-unchanged-p): New function.
67         * vc.el: Fix typo.
68         (vc-print-log): Fix call to print-log.
69         (vc-default-comment-history): Likewise.
70         (vc-directory-exclusion-list): Add .hg and .bzr.
71         (vc-diff-internal): Pass a list instead of a file.
73         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
75         * vc-bzr.el (vc-bzr-create-repo): New function.
77 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
79         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
80         `file' from which to start the search.
82 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
84         * vc-cvs.el: vc-cvs-checkin had some reference problems, now fixed.
86 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
88         * files.el (locate-dominating-file): New function.
90 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
92         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
93         (grep-compute-defaults): Use it.
95 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
97         * uniquify.el: Docstring fixes.
99 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
101         * vc-hooks.el: Generalize stay-local-p to operate on lists of
102         files.  Change two keybindings to point to new function names.
103         * vc.arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el,
104         vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset.
105         * vc.el: Adapted for NewVC-fileset, but no functional changes yet.
107 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
109         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
110         (follow-delete-other-windows-and-split, follow-recenter)
111         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
112         (follow-redisplay, follow-estimate-first-window-start)
113         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
114         Fix typos in docstrings.
116 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
118         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
119         avoid that filling introduces lines with a single asterisk.
121         * kmacro.el (kmacro-end-macro): When ignoring empty macro
122         avoid incorrect kmacro-ring-empty-p messages.
123         Reported by Michael Schierl <schierlm@gmx.de>.
125 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
127         * files.el (file-remote-p): Introduce optional parameter
128         IDENTIFICATION.
130         * recentf.el (recentf-keep-default-predicate): Adapt call of
131         `file-remote-p'.
133         * progmodes/grep.el (grep-probe): Use `process-file'.
134         (grep-compute-defaults): Handle variables host specific.
136         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
137         parameter IDENTIFICATION.
139         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
140         parameter IDENTIFICATION.
141         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
142         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
143         Add entry for `set-file-times'.
144         (tramp-do-copy-or-rename-file-via-buffer)
145         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
146         (tramp-handle-unhandled-file-name-directory): Rewrite.
147         (tramp-convert-file-attributes): Add error handling when inode is
148         extraordinary big.
149         (tramp-get-inode): Change parameter from FILE to VEC.
150         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
151         is nil.  This is according to the specification.  Goto (point-max)
152         when ready.
153         (tramp-handle-shell-command): Rewrite completely, using
154         `process-file' and `start-file-process'.
155         (tramp-methods, tramp-find-shell)
156         (tramp-open-connection-setup-interactive-shell)
157         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
158         var.  Reported by Steve Youngs <steve@sxemacs.org>.
160         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
161         entry for `set-file-times'.  Rename `start-process' into
162         `start-file-process'.  Remove `call-process' entry.
163         (tramp-fish-handle-set-file-times): New defun.
164         (tramp-fish-handle-executable-find): Use `process-file'.
165         (tramp-fish-handle-process-file): New defun.  Replaces
166         `tramp-fish-handle-call-process'.
167         (tramp-fish-do-copy-or-rename-file-directly): Use
168         `set-file-times'.
169         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
171         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
172         `tramp-get-inode' parameter.
174 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
176         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
177         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
178         nowadays, and by the time Emacs-23 comes out, nobody will even remember
179         it has ever existed.
181 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
183         * vc.el: Undo previous change.
185 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
187         * makefile.w32-in (clean): Don't delete *~.
189 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
191         * textmodes/tex-mode.el (tex-verbatim-environments):
192         Add safe-local-variable property.
193         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
194         when starting font-lock rather than when loading tex-mode.el.
196         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
197         whole $( rather than just the $.  Rename from sh-quoted-subshell.
198         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
200 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
202         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
203         bookmark-alist.  Instead, if not sorting, simply return it.
204         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
205         for its return value, not for its side effect.
207         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
208         case of alignment under a constant symbol, find and consider
209         the sexp actually at indentation to be the "last sexp".
211 2007-07-16  Drew Adams  <drew.adams@oracle.com>
213         * mouse.el (mouse-yank-secondary): Better error message if no
214         secondary selection.
216 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
218         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
220         * term/xterm.el (xterm-turn-on-modify-other-keys)
221         (xterm-turn-off-modify-other-keys): New functions.
222         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
223         terminal supports it.
225 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
227         * bookmark.el (bookmark-show-all-annotations):
228         Make sure each inserted annotation ends with newline.
230 2007-07-15  Juri Linkov  <juri@jurta.org>
232         * delsel.el (delete-selection-pre-hook):
233         * emulation/cua-base.el (cua-paste): Before a yank command,
234         check also whether last-command is one of mouse-save-then-kill,
235         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
237 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
239         * recentf.el (recentf-keep-default-predicate): New defun.
240         (recentf-keep): Use it as initial value.
242 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
244         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
245         thus restoring bookmark bindings to three slots under C-x r.  See
246         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
248 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
250         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
252 2007-07-15  Jason Rumney  <jasonr@gnu.org>
254         * w32-fns.el (set-default-process-coding-system): Use dos line ends
255         for input to cmdproxy on all versions of Windows.
256         Use dos line ends for input to plink.
258         * comint.el (comint-simple-send): Concat newline before sending.
259         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
261 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
263         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
264         safe-local-variable setting.
266 2007-07-14  David Kastrup  <dak@gnu.org>
268         * emacs-lisp/advice.el (defadvice): Doc fix.
270 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
272         * subr.el (when, unless): Doc fix.
274 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
276         * replace.el (match): Use yellow1 instead of yellow.
278         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
279         red.
281         * pcvs-info.el (cvs-unknown): Likewise.
283 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
285         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
286         (install): Use them to copy all *.el files before *.elc.
288 2007-07-13  Drew Adams <drew.adams@oracle.com>
290         * bookmark.el (bookmark-jump-other-window): New function.
291         (bookmark-map): Bind it to "o".
293         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
294         and its thread contains discussion about this change.
295         The original patch was slightly tweaked by Karl Fogel
296         <kfogel@red-bean.com> before committing.
298 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
300         * bookmark.el: Shorten some comments to fit within 80 lines.
302 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
304         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
305         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
306         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
307         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
309 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
311         * textmodes/org.el: Bug fixes.
312         (org-end-of-line): Move to end of line if in headline without tags.
314 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
316         * vc-hooks.el: Remove spurious * in docstrings.
317         (vc-handled-backends): Add BZR.
319         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
321 2007-07-12  Davis Herring  <herring@lanl.gov>
323         * desktop.el (desktop-buffer-info, desktop-save):
324         Use `desktop-dirname' instead of `dirname'.
326 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
328         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
330         * progmodes/python.el (python-which-func-length-limit): New var.
331         (python-which-func): New function.
332         (python-current-defun): Add optional `length-limit' and try to fit
333         computed function name to that length.
334         (python-mode): Hook `python-which-func' up.
336 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
338         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
340         * comint.el (comint-dynamic-complete-as-filename):
341         Use read-file-name-completion-ignore-case.
343 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
345         * comint.el (comint-dynamic-list-filename-completions):
346         Use read-file-name-completion-ignore-case.
348         * vc-cvs.el: Require CL.
349         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
350         New functions to provide completion of revision names.
352         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
353         (vc-cvs-annotate-first-line-re): New const.
354         (vc-cvs-annotate-process-filter): New fun.
355         (vc-cvs-annotate-command): Use them and run the command asynchronously.
357 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
359         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
360         (eldoc-print-current-symbol-info): Adjust for changed helper
361         function signatures.
362         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
363         `eldoc-highlight-function-argument'.
364         (eldoc-highlight-function-argument): New function.
365         (eldoc-get-var-docstring): Format documentation with
366         `font-lock-variable-name-face'.
367         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
368         where suited.
369         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
370         (eldoc-beginning-of-sexp): Return number of skipped sexps.
372 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
374         * progmodes/compile.el (compilation-start): `start-process' must
375         still be redefined when calling `start-process-shell-command'.
377         * progmodes/gud.el (gud-file-name): When `default-directory' is a
378         remote file name, prepend its remote part to the filename.
379         (gud-common-init): When `default-directory' is a remote file name,
380         make the filename relative to it.
381         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
383 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
385         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
386         mouse binding and a tooltip.
388 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
390         * menu-bar.el (vc-menu-map): New defalias.
392 2007-07-10  Richard Stallman  <rms@gnu.org>
394         * emacs-lisp/lisp-mode.el (eval-defun):
395         Explain special handling of `defface'.
397 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
399         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
401         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
403 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
405         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
407         * vc-arch.el (vc-arch-complete): Remove.
408         (vc-arch-revision-completion-table): Use complete-with-action.
410         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
411         (complete-with-action): New function.
412         (dynamic-completion-table): Use it.
414 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
416         * comint.el (make-comint, make-comint-in-buffer)
417         (comint-exec-1): Replace `start-process' by `start-file-process'.
419         * progmodes/compile.el (compilation-start): Revert redefining
420         `start-process'.
422 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
424         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
425         with EOLs when generating MD5 checksums.
427         * follow.el: Don't change the global map from the follow-mode-map
428         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
429         XEmacs code.
430         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
431         since `follow-mode' should be used instead for that.
433         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
434         (easy-menu-do-define): Use it.
435         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
437         * progmodes/compile.el (compilation-auto-jump-to-first-error)
438         (compilation-auto-jump-to-next): New vars.
439         (compilation-auto-jump): New function.
440         (compilation-error-properties): Use them to jump to first error.
441         (compilation-start): Set the var if requested.
443         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
444         duplicates without also removing entries from other directories.
446 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
448         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
449         Remember span as default.
450         (org-columns-edit-value): Rename from `org-column-edit'.
451         (org-columns-display-here-title): Rename from
452         `org-overlay-columns-title'.
453         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
454         (org-columns-get-autowidth-alist): Rename from
455         `org-get-columns-autowidth-alist'.
456         (org-columns-display-here): Rename from `org-overlay-columns'.
457         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
458         (org-columns-quit): Rename from `org-column-quit'.
459         (org-columns-show-value): Rename from `org-column-show-value'.
460         (org-columns-content, org-columns-widen)
461         (org-columns-next-allowed-value)
462         (org-columns-edit-allowed, org-columns-store-format)
463         (org-columns-uncompile-format, org-columns-redo)
464         (org-columns-edit-attributes, org-delete-property)
465         (org-set-property, org-columns-update)
466         (org-columns-compute, org-columns-eval)
467         (org-columns-not-in-agenda, org-columns-compute-all)
468         (org-property-next-allowed-value)
469         (org-columns-compile-format)
470         (org-fill-paragraph-experimental)
471         (org-string-to-number, org-property-action)
472         (org-columns-move-left, org-columns-new)
473         (org-column-number-to-string)
474         (org-property-previous-allowed-value)
475         (org-at-property-p, org-columns-delete)
476         (org-columns-previous-allowed-value)
477         (org-columns-move-right, org-columns-narrow)
478         (org-property-get-allowed-values)
479         (org-verify-version, org-column-string-to-number)
480         (org-delete-property-globally): New functions.
481         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
482         (org-columns-overlays): Rename from `org-column-overlays'.
483         (org-columns-map): Rename from `org-column-map'.
484         (org-columns-current-maxwidths): Rename from
485         `org-current-columns-maxwidths'.
486         (org-columns-begin-marker, org-columns-current-fmt-compiled)
487         (org-previous-header-line-format)
488         (org-columns-inhibit-recalculation)
489         (org-columns-top-level-marker): New variables.
490         (org-columns-default-format): Rename from `org-default-columns-format'.
491         (org-property-re): New constant.
493 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
495         * subr.el (looking-at-p, string-match-p): New functions.
497 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
499         * textmodes/tex-mode.el (tex-fontify-script)
500         (tex-font-script-display): New variables to make display of
501         superscripts and subscripts customizable.
502         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
504 2007-07-09  Richard Stallman  <rms@gnu.org>
506         * isearch.el (isearch-edit-string): Call to isearch-push-state
507         after the search.
509 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
511         * window.el (fit-window-to-buffer): Remove setting of window-min-height
512         to 1 as enlarge-window uses the value to resize/shrink windows other
513         than WINDOW if needed.
515 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
517         * cus-start.el (file-coding-system-alist): Fix custom type.
519 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
521         * longlines.el (longlines-wrap-region): Avoid marking buffer as
522         modified.
523         (longlines-auto-wrap, longlines-window-change-function):
524         Remove unnecessary calls to set-buffer-modified-p.
526 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
528         * cus-start.el (file-coding-system-alist): Fix custom type.
530 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
532         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
533         (vc-cvs-checkout): Remove last arg now unused; simplify.
535 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
537         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
539         * net/tramp.el:
540         * net/tramp-ftp.el:
541         * net/tramp-smb.el:
542         * net/tramp-uu.el:
543         * net/trampver.el: Migrate to Tramp 2.1.
545         * net/tramp-cache.el:
546         * net/tramp-fish.el:
547         * net/tramp-gw.el: New Tramp packages.
549         * net/tramp-util.el:
550         * net/tramp-vc.el: Removed.
552         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
553         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
555         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
557         * progmodes/compile.el (compilation-start): Redefine
558         `start-process' temporarily when `default-directory' is remote.
559         Remove case of synchronous compilation, this won't happen ever.
560         (compilation-setup): Make local variable `comint-file-name-prefix'
561         for remote compilation.
563 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
565         * novice.el (disabled-command-function): Fit window to buffer to
566         make last line visible.
567         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
569         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
570         when handling the terminating event.
572 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
574         * calc/calc.el (math-read-number-simple): Remove leading 0s.
575         (math-bignum-digit-length): Change to optimal value.
577         * calc/calc-bin.el (math-bignum-logb-digit-size)
578         (math-bignum-digit-power-of-two): Evaluate when compiled.
580         * calc/calc-comb.el (math-small-factorial-table)
581         (math-init-random-base, math-prime-test): Remove unnecessary calls
582         to `math-read-number-simple'.
584         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
585         (math-approx-gamma-const): Add docstrings.
587         * calc/calc-forms.el (math-julian-date-beginning)
588         (math-julian-date-beginning-int): New constants.
589         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
590         Use the new constants.
592         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
594         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
595         Add docstrings.
597 2007-07-07  Tom Tromey  <tromey@redhat.com>
599         * vc.el (vc-annotate): Jump to line and output message only after the
600         process is really all done.
602 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
604         * vc.el (vc-exec-after): Don't move point from the sentinel.
605         Forcefully read all the remaining text in the pipe upon process exit.
606         (vc-annotate-display-autoscale, vc-annotate-lines):
607         Don't stop at the first unrecognized line.
608         (vc-annotate-display-select): Run autoscale after the process is done
609         since it depends on the whole result.
611 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
613         * term/w32-win.el (menu-bar-open): New function.
614         Bind <f10> to it.
616 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
618         * simple.el (start-file-process): New defun.
620 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
622         * files.el (find-file-confirm-nonexistent-file): Rename from
623         find-file-confirm-inexistent-file.  Update users.
625         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
626         format of autoload block where the file's time-stamp is replaced by its
627         MD5 checksum.
628         (autoload-generate-file-autoloads): Use MD5 checksum instead of
629         time-stamp for secondary autoloads files.
630         (update-directory-autoloads): Remove duplicate entries.
631         Use time-less-p for time-stamps, as done in autoload-find-destination.
633 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
635         * calc/calc.el (math-read-number): Replace number by variable.
636         (math-read-number-simple): Properly parse small integers.
638 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
640         * vc.el: Fix doc for the checkout function.
642 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
644         * vc-hg.el (vc-hg-root): New function.
645         (vc-hg-registered): Use it.
646         (vc-hg-diff-tree): New defalias.
647         (vc-hg-responsible-p): Likewise.
648         (vc-hg-checkout): Comment out, not needed.
649         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
650         (vc-hg-find-version, vc-hg-next-version): New functions.
652 2007-07-06  Andreas Schwab  <schwab@suse.de>
654         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
655         dynamic bindings around the evaluation of the expression.
656         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
658 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
660         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
661         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
662         Use run-hooks rather than run-mode-hooks.
664 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
666         * calc/calc-comb.el (math-random-digit): Rename to
667         `math-random-three-digit-number'.
668         (math-random-digits): Don't depend on representation of integer.
670         * calc/calc-bin.el (math-bignum-logb-digit-size)
671         (math-bignum-digit-power-of-two): New constants.
672         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
673         (math-not-bignum, math-clip-bignum): Use the constants
674         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
675         instead of their values.
676         (math-clip): Use math-small-integer-size instead of its value.
678         * calc/calc.el (math-add-bignum): Replace number by constant.
680 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
682         * wid-edit.el (widget-documentation-string-value-create):
683         Insert indentation spaces.
685 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
687         * emacs-lisp/byte-opt.el: Revert last change.
689 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
691         * vc-hooks.el (vc-handled-backends): Add HG.
693         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
695 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
697         * complete.el (PC-do-complete-and-exit): Add support for the new
698         `confirm-only' confirmation mode.
700 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
702         * cus-edit.el (custom-commands): New variable.
703         (custom-tool-bar-map): New variable.  Initialize using
704         `custom-commands'.
705         (custom-mode): Use `custom-tool-bar-map'.
706         (custom-buffer-create-internal): Insert action buttons only if
707         tool bar is not used.  Use `custom-commands'.
708         (Custom-help, custom-command-apply): New function.
709         (custom-command-apply, Custom-set, Custom-save)
710         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
711         Use `custom-command-apply' instead of duplicating code.
712         (customize-group-other-window): Call `customize-group' instead of
713         duplicating code.
714         (customize-face-other-window): Call `customize-face' instead of
715         duplicating code.
716         (customize-group, customize-face): Add optional args for opening
717         in another window.
718         (custom-variable-tag): Don't inherit `variable-pitch' face.
719         (custom-group-tag): Inherit `variable-pitch' face.
720         (custom-variable-value-create): Set documentation indentation.
721         (custom-group-value-create): Make group name a link, instead of
722         using an extra "go to group" button.
723         (custom-prompt-variable, custom-group-set, custom-group-save)
724         (custom-group-reset-current, custom-group-reset-saved)
725         (custom-group-reset-standard): Minor cleanup.
727 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
729         * Makefile.in (bootstrap-prepare): When copying from
730         ldefs-boot.el, make sure loaddefs.el is writeable.
732         (bootstrap-prepare): Make $(lisp)/ps-print.el
733         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
735 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
737         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
738         only caller, and delete.
739         (vc-hg-state): Deal with exceptions and only parse the output on
740         successful return.
741         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
742         caller, and delete.
743         (vc-hg-workfile-version): Deal with exceptions and only parse the
744         output on successful return.
745         (vc-hg-revert): New function.
747 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
749         * calculator.el (calculator-expt): Use more cases to determine
750         the value.
752 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
754         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
755         file names.
757 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
759         * calculator.el (calculator-expt, calculator-integer-p):
760         New functions.
761         (calculator-fact): Check to see if the factorial will be too
762         large before computing it.
763         (calculator-initial-operators): Use `calculator-expt' to
764         compute "^".
765         (calculator-mode): Mention that results which are too large
766         will return inf.
767         * calc/calc-comb.el (math-small-factorial-table): Replace list
768         by vector.
770 2007-07-03  David Kastrup  <dak@gnu.org>
772         * shell.el: On request of the authors, remove their addresses for
773         the sake of bug reports, and add the developer list address as
774         maintainer information.
776 2007-07-03  Richard Stallman  <rms@gnu.org>
778         * files.el (make-directory): Doc fix.
779         (find-file-confirm-inexistent-file): Make it a defcustom.
780         Make nil the default.
782 2007-07-02  Richard Stallman  <rms@gnu.org>
784         * startup.el (command-line): Set buffer-offer-save in *scratch*
785         and enable auto-save in it.
787 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
789         * textmodes/org.el (orgstruct-mode-map): New variable.
790         (orgstruct-mode): New minor mode.
791         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
792         (orgstruct-make-binding, org-context-p, org-get-local-variables)
793         (org-run-like-in-org-mode): New functions.
794         (org-cycle-list-bullet): New command.
795         (org-special-properties, org-property-start-re)
796         (org-property-end-re): New constants.
797         (org-with-point-at): New macro.
798         (org-get-property-block, org-entry-properties, org-entry-get)
799         (org-entry-delete, org-entry-get-with-inheritance)
800         (org-entry-put, org-buffer-property-keys): New functions.
801         (org-insert-property-drawer): New command.
802         (org-entry-property-inherited-from): New variable.
803         (org-column): New face.
804         (org-column-overlays, org-current-columns-fmt)
805         (org-current-columns-maxwidths, org-column-map): New variables.
806         (org-column-menu): New menu.
807         (org-new-column-overlay, org-overlay-columns)
808         (org-overlay-columns-title, org-remove-column-overlays)
809         (org-column-show-value, org-column-quit, org-column-edit): New
810         functions.
811         (org-columns, org-agenda-columns): New commands.
812         (org-get-columns-autowidth-alist): New functions.
813         (org-properties): New customize group.
814         (org-default-columns-format): New option.
815         (org-priority): Realign tags after changing priority.
816         (org-preserve-lc): New macro.
817         (org-update-checkbox-count): Catch case when there is no headline.
818         (org-agenda-quit): Remove any column overlays.
819         (org-beginning-of-item-list): Fixed bug when non-item line is
820         indented too deep.
821         (org-cached-props): New variable.
822         (org-cached-entry-get): New function.
823         (org-make-tags-matcher): Handle property matches.
824         (org-table-recalculate): Swap evaluation order: Field formula
825         first, then column formulas, but don't allow them to overwrite the
826         field formulas.
827         (org-table-eval-formula): New argument untouchable.
828         (org-table-put-field-property): New function.
830 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
832         * help-mode.el (help-make-xrefs): Skip spaces too when
833         skipping tabs.
835         * ffap.el (dired-at-point-prompter): Improve prompt in
836         list-directory case.
838 2007-07-01  Richard Stallman  <rms@gnu.org>
840         * files.el (find-file-visit-truename): Fix safe-local-variable value.
842 2007-07-01  Richard Stallman  <rms@gnu.org>
844         * cus-start.el (max-mini-window-height): Added.
846 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
848         * complete.el (partial-completion-mode): Remove advice of
849         read-file-name-internal.
850         (PC-do-completion): Rebind minibuffer-completion-table.
851         (PC-read-file-name-internal): New function doing what
852         read-file-name-internal advice did.
854 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
856         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
857         property on a few symbols.
858         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
859         (byte-optimize-lapcode): Remove bindings that are not referenced
860         and certainly will not effect through dynamic scoping.
862 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
864         * files.el (find-file-confirm-inexistent-file): New var.
865         (find-file, find-file-other-window, find-file-other-frame)
866         (find-file-read-only, find-file-read-only-other-window)
867         (find-file-read-only-other-frame): Use it.
869 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
871         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
873 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
875         * generic-x.el (generic-define-mswindows-modes)
876         (generic-define-unix-modes, apache-log-generic-mode)
877         (bat-generic-mode-keymap, java-manifest-generic-mode)
878         (show-tabs-generic-mode): Fix typos in docstrings.
880 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
882         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
883         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
884         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
885         (rcirc-print): Never ignore messages from ourself.
887 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
889         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
890         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
892 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
894         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
895         replace-regexp-in-string.
897 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
899         * emacs-lisp/cl.el: Set edebug and indentation before loading
900         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
902 2007-06-28  Andreas Schwab  <schwab@suse.de>
904         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
905         $(lisp)/subdirs.el.
907 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
909         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
910         the speedbar frame if nil; that deletes the current frame or
911         causes an error if it is the only frame.
912         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
914 2007-06-28  Kevin Ryde  <user42@zip.com.au>
916         * textmodes/nroff-mode.el: Groff \# comments.
917         (nroff-mode-syntax-table): \# comment intro,
918         plain # as punct per global table.
919         (nroff-font-lock-keywords): Add # as a single char escape.
920         (nroff-mode): In comment-start-skip, match \#.
922 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
924         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
925         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
926         point-min == 1.
928 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
930         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
931         Rename and move to...
933         * subr.el (strings->string, string->strings): ...here.
935         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
936         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
938         * progmodes/gud.el (gud-common-init): Call string->strings instead
939         of split-string.
941 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
943         * dired-aux.el: Remove `dired-call-process'.
944         (dired-check-process): Call `process-file'.
946         * wdired.el (wdired-do-perm-changes): Call `process-file'.
948         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
949         `ange-ftp-process-file'.
951 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
953         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
955         * emacs-lisp/cl-extra.el:
956         * emacs-lisp/cl-seq.el:
957         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
958         Add autoload cookies on all defs autoloaded manually in cl.el.
960         * emacs-lisp/cl-loaddefs.el: New file.
962         * textmodes/texinfmt.el (texinfo-raisesections-alist)
963         (texinfo-lowersections-alist): Merge definition and declaration.
964         (texinfo-start-of-header, texinfo-end-of-header): Remove.
965         (texinfo-format-syntax-table): Merge init into declaration.
966         (texinfo-format-parse-line-args, texinfo-format-parse-args)
967         (texinfo-format-parse-defun-args, texinfo-format-node)
968         (texinfo-push-stack, texinfo-multitable-widths)
969         (texinfo-define-info-enclosure, texinfo-alias)
970         (texinfo-format-defindex, batch-texinfo-format): Use push.
971         (texinfo-footnote-number): Remove duplicate declaration.
973         * ps-print.el: Update with auto-generated autoloads.
975         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
977 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
979         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
980         relative to current dir for file-local settings.
981         (autoload-generate-file-autoloads): Add `outfile' arg.
982         (update-directory-autoloads): Use it to directly call
983         autoload-generate-file-autoloads instead of going through
984         update-file-autoloads so we avoid redundant searches and so we can know
985         the set of buffers changed so we can save them all.
987         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
988         rather than throwing `up-to-date'.
989         (autoload-generate-file-autoloads): Adjust correspondingly.
990         (update-file-autoloads): Be careful to let-bind
991         autoload-modified-buffers and adjust to new calling conventions.
992         (autoload-modified-buffers): Make it a dynamically scoped var.
993         (update-directory-autoloads): Use file-relative-name instead of
994         autoload-trim-file-name.
995         (autoload-insert-section-header): Don't use autoload-trim-file-name
996         since the file is already relative now.
997         (autoload-trim-file-name): Remove.
999         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
1000         (vc-arch-complete, vc-arch--version-completion-table)
1001         (vc-arch-revision-completion-table): New functions to provide
1002         completion of revision names.
1003         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
1004         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
1005         to let the user trim the revlib.
1007         * vc.el: Add new VC operation `revision-completion-table'.
1008         (vc-default-revision-completion-table): New function.
1009         (vc-version-diff, vc-version-other-window): Use it to provide
1010         completion of revision names if the backend provides it.
1012         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
1014         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
1015         of newer .svn/entries.
1017 2007-06-25  David Kastrup  <dak@gnu.org>
1019         * calc/calc-poly.el (math-padded-polynomial)
1020         (math-partial-fractions): Add some function comments.
1022 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1024         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1025         Make `outbuf' optional.
1026         (update-file-autoloads): Use it.
1028 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1030         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
1031         (autoload-find-destination): Keep it uptodate.
1032         (autoload-save-buffers): New fun.
1033         (update-file-autoloads): Use it.  Re-add the "up to date" message.
1035         * emacs-lisp/autoload.el: Refactor for upcoming changes.
1036         (autoload-find-destination): New function extracted from
1037         update-file-autoloads.
1038         (update-file-autoloads): Use it.
1039         (autoload-generate-file-autoloads): New function extracted from
1040         generate-file-autoloads.  Use file-relative-name.  Delay computation of
1041         output-start to the first cookie.  Remove done-any, replaced by
1042         output-start.
1043         (generate-file-autoloads): Use it.
1045 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
1047         * calc/calc-comb.el (math-init-random-base, math-prime-test):
1048         Use math-read-number-simple to insert constants.
1049         (math-prime-test): Redo calculation of sum.
1051         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
1053         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
1054         math-scale-bignum-3.
1055         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
1056         math-bignum-digit-size.
1057         (math-isqrt-small): Add another possible initial guess.
1059 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1061         * textmodes/bibtex.el (bibtex-entry-format): New options
1062         `whitespace', `braces', and `string'.
1063         (bibtex-field-braces-alist, bibtex-field-strings-alist)
1064         (bibtex-field-braces-opt, bibtex-field-strings-opt)
1065         (bibtex-cite-matcher-alist): New variables.
1066         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
1067         (bibtex-flash-head): Use blink-matching-delay.
1068         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
1069         (bibtex-format-entry, bibtex-reformat): Handle new options of
1070         bibtex-entry-format.
1071         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
1072         New functions.
1073         (bibtex-complete-internal): Do not display messages while
1074         minibuffer is used.  Do not leave around a completions buffer
1075         that is out of date.
1076         (bibtex-copy-summary-as-kill): New optional arg.
1077         (bibtex-font-lock-url): New optional arg no-button.
1078         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
1079         (bibtex-url): Allow multiple URLs per entry.
1081 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1083         * emacs-lisp/autoload.el (autoload-generated-file): New function.
1084         (update-file-autoloads, update-directory-autoloads): Use it.
1085         (autoload-file-load-name): New function.
1086         (generate-file-autoloads, update-file-autoloads): Use it.
1087         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
1088         (generate-file-autoloads): If the autoloaded form is malformed,
1089         indicate the problem with a warning instead of aborting.
1091 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
1093         * simple.el (next-error-recenter): Accept `(4)' as well;
1094         also, specify `integer' instead of `number'.
1096 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1098         * ls-lisp.el (insert-directory): If an invalid regexp error is
1099         thrown, try using FILE as a literal file name, not a wildcard.
1101 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1103         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1104         `header-line-format' when reentering ruler mode.
1106 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1108         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1109         FILE exists as a file.
1111 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1113         * calc/calc.el (math-bignum-digit-length)
1114         (math-bignum-digit-size, math-small-integer-size):
1115         New constants.
1116         (math-normalize, math-bignum-big, math-make-float)
1117         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
1118         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
1119         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
1120         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
1121         (math-quotient, math-div-bignum, math-div-bignum-digit)
1122         (math-div-bignum-part, math-format-bignum-decimal)
1123         (math-read-bignum): Use math-bignum-digit-length,
1124         math-bignum-digit-size and math-small-integer-size.
1126         * calc/calc-ext.el (math-fixnum-big): Use the variable
1127         math-bignum-digit-size.
1129 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
1131         * log-view.el (log-view-mode-menu): New menu.
1133 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1135         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
1136         differently.
1138         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
1139         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
1141 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1143         * vc-hg.el (vc-hg-print-log): Insert the file name.
1144         (vc-hg-log-view-mode): Fontify the file name.
1146 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1148         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
1149         (calcFunc-julian): Fix incorrect number used in calculations.
1151 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
1153         * simple.el (next-error-recenter): New defcustom.
1154         (next-error, next-error-internal): Recenter if specified,
1155         immediately prior to running `next-error-hook'.
1157         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
1158         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
1160         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
1162 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1164         * calc/calc-comb.el (math-small-factorial-table): New variable.
1165         (calcFunc-fact): Use `math-small-factorial-table'.
1167         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
1168         initial values.
1169         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
1170         New variables to use in caches.
1172         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
1173         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
1175         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
1176         (math-bernoulli-b-cache): Use math-read-number-simple to insert
1177         bignums.
1179         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1180         New variables to use in caches.
1182 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1184         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
1186         * vc-hg.el (vc-hg-log-view-mode): New mode.
1188 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
1190         * calc/calc.el (math-read-number-simple): New function.
1192 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1195         (vera-font-lock-match-item): Fix doc string.
1196         (vera-in-comment-p): Remove unused function.
1197         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1198         use `syntax-ppss'.
1199         (vera-forward-syntactic-ws): Fix argument order.
1200         (vera-prepare-search): Use `with-syntax-table'.
1201         (vera-indent-line): Fix doc string.
1202         (vera-electric-tab): Fix doc string.
1203         (vera-expand-abbrev): Define alias instead of using `fset'.
1204         (vera-comment-uncomment-region): Use `comment-start-skip'.
1206 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
1208         * textmodes/org.el (org-export-with-footnotes): New option.
1209         (org-export-as-html): Fix replacement bug for XEmacs.
1210         (org-agenda-default-appointment-duration): New option.
1212 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1214         * vc-hg.el: Add to do items.
1215         (vc-hg-diff): Add support for comparing different revisions.
1216         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
1217         (vc-hg-annotate-extract-revision-at-line)
1218         (vc-hg-previous-version, vc-hg-checkin): New functions.
1219         (vc-hg-annotate-re): New constant.
1221 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
1223         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
1225 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1227         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
1228         buffer-local value of log-view-*-re if applicable.
1230         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
1231         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
1232         (vc-bzr-command*): Remove both (incompatible) versions.
1233         (vc-bzr-do-command*): Remove.
1234         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
1235         Remove by folding into its only caller vc-bzr-command.
1236         (vc-bzr-command): Always set the environment, even when ineffective.
1237         (vc-bzr-version): Minor fix up.
1238         (vc-bzr-admin-dirname): New var.
1239         (vc-bzr-bzr-dir): Remove.
1240         (vc-bzr-root-dir): New fun.
1241         (vc-bzr-registered): Use it.  Add an autoloaded version.
1242         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
1243         (vc-bzr-view-log-function): Remove.
1244         (vc-bzr-log-view-mode): New major mode to replace it.
1245         (vc-bzr-print-log): Only activate the old hack if needed.
1247         * vc.el (vc-default-log-view-mode): New function.
1248         (vc-print-log): Add new `log-view-mode' VC operation.
1250 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1252         * ido.el (ido-find-file-in-dir): Don't signal an error for
1253         empty directories.
1255         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
1257         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1258         directory where the desktop file was found, as the docstring says.
1259         (desktop-kill): Use `read-directory-name'.
1261 2007-06-20  Alan Mackenzie  <acm@muc.de>
1263         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1264         When removing lines, also remove the \n.  Correction of patch of
1265         2007-04-21.
1267 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
1269         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1270         event is not a cons cell.  Do not unread drag-mouse-1 events.
1271         Select right window in check whether space was stolen from
1272         window above.
1274         * help-mode.el (help-make-xrefs): Adjust position of new forward
1275         button.
1277 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
1279         * vc-bzr.el (vc-bzr-with-process-environment)
1280         (vc-bzr-std-process-invocation): New macros.
1281         (vc-bzr-command, vc-bzr-command*): Use them.
1282         (vc-bzr-with-c-locale): Remove.
1283         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
1284         (vc-bzr-buffer-nonblank-p): New function.
1285         (vc-bzr-state-words): New const.
1286         (vc-bzr-state): Look for `bzr status` keywords in output.
1287         Display everything else as a warning message to the user.
1288         Fix status report with bzr >= 0.15.
1290 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
1292         * vc-hg.el (vc-hg-global-switches): Simplify.
1293         (vc-hg-state): Handle more states.
1294         (vc-hg-diff): Fix doc-string.
1295         (vc-hg-register): New function.
1296         (vc-hg-checkout): Likewise.
1298 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1300         * progmodes/vera-mode.el: New file.
1302 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
1304         * calc/calc.el (calc-multiplication-has-precendence):
1305         New variable.
1306         (math-standard-ops, math-standard-ops-p, math-expr-ops):
1307         New functions.
1308         (math-expr-opers): Define using math-standard-ops rather than
1309         math-standard-opers.
1310         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
1311         equal the function math-standard-ops rather than the variable
1312         math-standard-opers.
1313         (calc-algebraic-entry): Let math-expr-opers equal
1314         math-standard-ops or math-expr-ops, as appropriate.
1315         (math-expr-read-level, math-read-factor): Let math-expr-opers
1316         equal math-expr-ops.
1317         * calc/calc-embed.el (calc-embedded-finish-edit):
1318         Let math-expr-opers equal the function math-standard-ops
1319         rather than the variable math-standard-opers.
1320         * calc/calc-ext.el (math-read-plain-expr)
1321         (math-format-flat-expr-fancy): Let math-expr-opers equal the
1322         function math-standard-ops rather than the variable
1323         math-standard-opers.
1324         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
1325         Let math-expr-opers equal the function math-standard-ops rather
1326         than the variable math-standard-opers.
1327         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
1328         equal the function math-standard-ops rather than the variable
1329         math-standard-opers.
1330         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
1331         equal the function math-standard-ops rather than the variable
1332         math-standard-opers.
1333         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
1334         math-expr-ops.
1336 2007-06-19  Ivan Kanis  <apple@kanis.eu>
1338         * vc-hg.el: New file.
1340 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1342         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
1343         with font-lock-multiline.
1345 2007-06-17  Glenn Morris  <rgm@gnu.org>
1347         * lpr.el (lpr-page-header-switches): Move %s to separate element
1348         for correct quoting.  Doc fix.
1350 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1352         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
1353         than setting sgml-xml-mode.
1354         (sgml-mode, html-mode): Set sgml-xml-mode.
1355         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
1356         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
1357         (sgml-electric-tag-pair-before-change-function)
1358         (sgml-electric-tag-pair-flush-overlays): New functions.
1359         (sgml-electric-tag-pair-mode): New minor mode.
1360         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
1361         (sgml-calculate-indent): Use assoc-string.
1363 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
1365         * thingatpt.el (thing-at-point-email-regexp): Don't require two
1366         chars before the "@" in an email address.  Andreas Roehler noticed
1367         this problem.
1369 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
1371         * thingatpt.el: Add support for email addresses (`email').
1372         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
1373         (thing-at-point-email-regexp): New variable.
1374         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
1375         properties on this symbol, with lambda forms for values.
1377 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1379         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
1381         * vc.el (vc-dired-hook): Check the backend returned from
1382         `vc-responsible-backend' can really handle `subdir'.
1384 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
1386         * wid-edit.el (widget-add-documentation-string-button):
1387         Fix handling of documentation indent.
1389 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
1391         * mb-depth.el: New file.
1393 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1395         * vc.el (vc-dired-mode): Show backend name as part of mode name.
1397 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
1399         * wid-edit.el (widget-default-create): Move ?h handling here...
1400         (widget-default-format-handler): ...from here.
1401         (widget-docstring, widget-add-documentation-string-button): New funs.
1402         (documentation-string): Add :visibility-widget property.
1403         (widget-documentation-string-value-create): Use it.
1405         * cus-edit.el (custom-split-regexp-maybe): Simplify.
1406         (custom-buffer-create-internal): Simplify message.
1407         (custom-variable-tag): Reduce height to normal.
1408         (custom-variable-value-create, custom-face-value-create)
1409         (custom-visibility): New widget.
1410         (custom-visibility): New face.
1411         (custom-group-value-create):
1412         Call widget-add-documentation-string-button, using `custom-visibility'.
1414 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1416         * emacs-lisp/bytecomp.el (byte-compile-current-group)
1417         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
1418         change.  Apparently the "warning even if the group is implicit" is
1419         a feature rather than a bug.
1421 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
1423         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
1424         Different advices for Emacs and XEmacs.  Compile them conditionally.
1425         (viper-version): Belated version change.
1427 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
1429         * follow.el (follow-all-followers, follow-generic-filter):
1430         * pcomplete.el (pcomplete-restore-windows):
1431         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
1432         (x-dnd-drop-data):
1433         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
1434         * progmodes/python.el (python-complete-symbol):
1435         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
1437 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
1439         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
1440         around bright and dim regexps. Make sure bright and dim matches
1441         use word anchors.  Send text through rcirc-markup functions.
1442         (rcirc-url-regexp): Add single quote character.
1443         (rcirc-connect): Write logs to disk on auto-save-hook.
1444         Make server a non-optional argument.
1445         (rcirc-log-alist): New variable.
1446         (rcirc-log-directory): Make customizable.
1447         (rcirc-log-flag): New customizable variable.
1448         (rcirc-log): New function.
1449         (rcirc-print): Use above function.
1450         (rcirc-log-write): New function.
1451         (rcirc-generate-new-buffer-name): Strip text properties.
1452         (rcirc-switch-to-buffer-function): Remove variable.
1453         (rcirc-last-non-irc-buffer): Remove variable.
1454         (rcirc-non-irc-buffer): Add function.
1455         (rcirc-next-active-buffer): Use above function.
1456         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
1457         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
1458         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
1459         (rcirc-omit-mode): Add minor-mode.
1460         (rcirc-mode-map): Change C-c C-o binding.
1461         (rcirc-mode): Clear mode-line-process. Use a custom
1462         fill-paragraph-function.  Set up buffer-invisibility-spec.
1463         (rcirc-response-formats): Remove timestamp code.
1464         (rcirc-omit-responses): Add variable.
1465         (rcirc-print): Don't put the overlay arrow on potentially omitted
1466         lines.  Log line to disk.  Record activity for private messages
1467         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
1468         (rcirc-jump-to-first-unread-line): Print message if there is no
1469         unread text.
1470         (rcirc-clear-unread): New function.
1471         (rcirc-markup-text-functions): Add variable.
1472         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
1473         (rcirc-debug): Don't mess with window configuration.
1474         (rcirc-send-message): Send message before printing locally.
1475         Add SILENT argument, do not print message if non-nil.
1476         (rcirc-visible-buffers): New function and variable.
1477         (rcirc-window-configuration-change-1): Add function.
1478         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
1479         server buffer.
1480         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
1481         (rcirc-fill-paragraph): Add function.
1482         (rcirc-record-activity, rcirc-window-configuration-change-1):
1483         Only update the activity string if it has actually changed.
1484         (rcirc-update-activity-string): Remove padding characters from the
1485         mode-line string.
1486         (rcirc-disconnect-buffer): New function to be called when a
1487         channel is parted or the user quits.
1488         (rcirc-server-name): Warn when the server-name hasn't been set.
1489         (rcirc-window-configuration-change): Postpone work until
1490         post-command-hook.
1491         (rcirc-window-configuration-change-1): Update mode-line and
1492         overlay arrows here.
1493         (rcirc-authenticate): Fixc hanserv identification.
1494         (rcirc-default-server): Remove variable.
1495         (rcirc): Connect according to rcirc-connections.
1496         (rcirc-connections): Add variable.
1497         (rcirc-startup-channels-alist): Remove variable.
1498         (rcirc-startup-channels): Remove function.
1500 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1502         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
1504 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
1506         * term/xterm.el (terminal-init-xterm): Escape parens in character
1507         constants.
1509 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1511         * progmodes/sh-script.el: Remove unneeded * from docstrings.
1512         Use [:alpha:] and [:alnum:] where applicable.
1513         (sh-quoted-subshell): Rewrite to correctly
1514         handle nested mixes of `...` and $(...).
1515         (sh-apply-quoted-subshell): Remove.
1516         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
1518         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
1520 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
1522         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
1523         previous change.
1525 2007-06-12  Tom Tromey  <tromey@redhat.com>
1527         * subr.el (user-emacs-directory): New defconst.
1528         * cmuscheme.el (scheme-start-file):
1529         * shell.el (shell):
1530         * completion.el (save-completions-file-name):
1531         * custom.el (custom-theme-directory):
1532         * term/x-win.el (emacs-session-filename):
1533         * filesets.el (filesets-menu-cache-file):
1534         * thumbs.el (thumbs-thumbsdir):
1535         * server.el (server-auth-dir):
1536         * image-dired.el (image-dired-dir):
1537         (image-dired-db-file):
1538         (image-dired-temp-image-file):
1539         (image-dired-gallery-dir):
1540         (image-dired-temp-rotate-image-file):
1541         * play/gamegrid.el (gamegrid-user-score-file-directory):
1542         * savehist.el (savehist-file):
1543         * tutorial.el (tutorial--saved-dir):
1544         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
1546 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1548         * scroll-lock.el (scroll-lock-mode): Doc fix.
1550 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
1552         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
1554         * ediff-init.el: Doc strings.
1556 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1558         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1559         (byte-compile-file): Bind it.
1560         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
1561         group argument is provided implicitly.
1562         (byte-compile-format-warn, byte-compile-from-buffer)
1563         (byte-compile-insert-header): Don't hardcode point-min==1.
1564         (byte-compile-file-form-require): Remove unused var old-load-list.
1565         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
1567 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
1569         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
1570         Display error messages.
1571         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
1572         Get rid of cl.el dependencies.
1574         * emulation/viper-init.el (viper-suppress-input-method-change-message):
1575         New variable.
1576         (viper-activate-input-method-action)
1577         (viper-inactivate-input-method-action):
1578         Use viper-suppress-input-method-change-message.
1580         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
1581         for C-s, C-r.
1583         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
1584         Use viper-replace-overlay-cursor-color instead of
1585         viper-replace-overlay-cursor-color.
1586         (viper-sit-for-short): Use sit-for with 3 arguments.
1588         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
1589         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
1590         to gud-mode.
1592         * ediff-mult.el (ediff-meta-buffer-brief-message)
1593         (ediff-meta-buffer-verbose-message): New variables.
1594         (ediff-meta-buffer-message): Variable deleted.
1595         (ediff-verbose-help-enabled): New variable.
1596         (ediff-toggle-verbose-help-meta-buffer): New function.
1597         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
1598         message options
1600         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
1601         (ediff-fixup-patch-map): Improve heuristic.
1603 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1605         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
1606         (log-view-font-lock-keywords): Simplify.
1607         (log-view-current-file, log-view-current-tag): Simplify.
1609 2007-06-12  Sam Steingold  <sds@gnu.org>
1611         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
1613 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
1615         * desktop.el (desktop-load-locked-desktop): New option.
1616         (desktop-read): Use it.
1617         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1618         Use `when'.
1620 2007-06-12  Davis Herring  <herring@lanl.gov>
1622         * desktop.el (desktop-save-mode-off): New function.
1623         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1624         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1625         (desktop-claim-lock, desktop-release-lock): New functions.
1626         (desktop-kill): Tell `desktop-save' that this is the last save.
1627         Release the lock afterwards.
1628         (desktop-buffer-info): New function.
1629         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1630         says to.  Detect conflicts, and manage the lock.
1631         (desktop-read): Detect conflicts.  Manage the lock.
1633 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1635         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
1637         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
1638         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
1639         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
1640         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
1641         keysyms rather than byte sequences.
1642         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
1644 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1646         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1647         half-activated, forcefully activate it completely.
1649 2007-06-11  Richard Stallman  <rms@gnu.org>
1651         * cus-edit.el (custom-variable-type): Doc fix.
1653 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1655         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1656         (sh-font-lock-flush-syntax-ppss-cache): New functions.
1657         (sh-font-lock-syntactic-keywords): Use them to distinguish the
1658         different possible cases for \'.
1660         * complete.el (PC-bindings): Don't bind things already bound in the
1661         parent keymap.
1663         * textmodes/bibtex-style.el: New file.
1665 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
1667         * vc-bzr.el: New file.
1669 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1671         * vc-svn.el (vc-svn-program): New var.
1672         (vc-svn-command): Use it.
1674 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
1676         * server.el (server-switch-buffer): Remove redundant check.
1678 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
1680         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
1681         Match against file-name-nondirectory.
1682         Fix text on user customization variables.
1683         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
1685 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1687         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1689 2007-06-09  Davis Herring  <herring@lanl.gov>
1691         * desktop.el (desktop-minor-mode-table): Doc fix.
1693 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1695         * textmodes/css-mode.el (css-navigation-syntax-table):
1696         Use set-char-table-range so it also works in the unicode branch.
1698 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
1700         * help-mode.el (help-xref-forward-stack)
1701         (help-xref-stack-forward-item, help-forward-label): New variables.
1702         (help-forward): New button type.
1703         (help-setup-xref): Initialise help-xref-forward-stack.
1704         (help-make-xrefs): Add forward button, if appropriate.
1705         (help-xref-go-back): Push item on forward stack.
1706         (help-xref-go-forward, help-go-forward): New functions.
1708 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1710         * dired.el (dired-mode-map): Remove spurious separator.
1712 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1714         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1716         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1717         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1719 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
1721         * textmodes/org.el: Version number fixed.
1723 2007-06-07  Glenn Morris  <rgm@gnu.org>
1725         * version.el (emacs-copyright): New constant.
1726         * startup.el (fancy-splash-tail): Use emacs-copyright.
1727         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
1729         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
1730         `make-local'.
1731         (byte-compile-warnings-safe-p): Add `make-local'.
1732         (byte-compile-make-variable-buffer-local):
1733         Allow byte-compile-warnings to suppress this warning.
1735         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
1736         format of "menu" description.
1737         (tutorial--find-changed-keys): Describe the specific menu a
1738         command is in.
1740         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
1741         Rewrite compatibility functions to silence byte-compiler.
1743 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1745         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1746         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1748 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
1750         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
1752 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1754         * progmodes/ebrowse.el (ebrowse-member-table):
1755         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
1756         (org-batch-agenda-csv): Fix typos in docstrings.
1758 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1760         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1761         (sort-coding-systems, search-unencodable-char): Doc fixes.
1762         (coding-system-change-eol-conversion, set-default-coding-systems)
1763         (prefer-coding-system, find-multibyte-characters, princ-list)
1764         (leim-list-entry-regexp, set-input-method, locale-language-names)
1765         (input-method-exit-on-first-char, exit-language-environment-hook)
1766         (locale-charset-language-names): Fix typos in docstrings.
1768 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1770         * pgg.el (pgg-sign-region, pgg-sign):
1771         * ses.el (ses-call-printer):
1772         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1773         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1775 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
1777         * textmodes/org.el
1778         (org-export-region-as-html, org-replace-region-by-html)
1779         (org-number-to-letters, org-table-fedit-finish)
1780         (org-normalize-color, org-table-fedit-ref-right)
1781         (org-date-to-gregorian, org-table-fedit-move)
1782         (org-table-convert-refs-to-rc, org-calendar-holiday)
1783         (org-table-fedit-toggle-ref-type, org-write-agenda)
1784         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
1785         (org-defkey, org-encode-for-stdout)
1786         (org-indent-line-function, org-export-as-html-to-buffer)
1787         (org-store-agenda-views, org-update-mode-line)
1788         (org-find-if, org-delete-all)
1789         (org-table-fedit-convert-buffer, org-emphasize)
1790         (org-uniquify, org-table-fedit-lisp-indent)
1791         (org-table-fedit-scroll, org-get-todo-sequence-head)
1792         (org-table-fedit-scroll-down, org-table-fedit-line-down)
1793         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
1794         (org-table-fedit-toggle-coordinates, org-dvipng-color)
1795         (org-table-fedit-line-up, org-table-fedit-ref-down)
1796         (org-table-formula-from-user, org-mode-flyspell-verify)
1797         (org-cycle-show-empty-lines, org-ctrl-c-ret)
1798         (org-table-formula-to-user, org-diary-to-ical-string)
1799         (orgtbl-export, org-table-fedit-post-command)
1800         (org-closed-in-range, org-shiftcontrolright)
1801         (org-table-convert-refs-to-an, org-table-hline-and-move)
1802         (org-table-formula-less-p, org-format-table-ascii)
1803         (org-agenda-get-sexps, org-shift-refpart)
1804         (org-diary-sexp-entry, org-time-string-to-absolute)
1805         (org-table-show-reference, org-letters-to-number)
1806         (org-fix-agenda-info, org-table-fedit-ref-up)
1807         (org-table-fedit-shift-reference, org-table-fedit-abort)
1808         (org-closest-date, org-shiftcontrolleft)
1809         (org-at-heading-or-item-p, org-rematch-and-replace)
1810         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
1811         New functions.
1812         (org-table-edit-scroll-down, org-finish-edit-formulas)
1813         (org-table-edit-next-field, org-abort-edit-formulas)
1814         (org-font-lock-level, org-export-find-first-heading-line)
1815         (org-table-edit-line-down, org-table-edit-backward-field)
1816         (org-edit-formula-lisp-indent, org-table-edit-move)
1817         (org-check-log-option, org-this-word)
1818         (org-table-edit-line-up, org-table-edit-formulas-post-command)
1819         (org-agenda-file-to-end, org-expand-file-name)
1820         (org-fake-empty-table-line, org-table-edit-scroll)
1821         (org-toggle-log-option, org-show-reference): Function removed.
1822         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
1823         New defsubsts.
1824         (org-unmodified, org-batch-store-agenda-views)
1825         (org-batch-agenda-csv): New macro.
1826         (org-agenda-export): New customization group.
1827         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
1828         (org-highest-priority, org-agenda-exporter-settings)
1829         (org-log-done-with-time, org-replace-disputed-keys)
1830         (org-format-latex-header, org-export-table-header-tags)
1831         (org-cycle-separator-lines, org-export-table-data-tags)
1832         (org-icalendar-include-sexps)
1833         (org-empty-line-terminates-plain-lists)
1834         (org-log-repeat, org-special-ctrl-a)
1835         (org-table-use-standard-references, org-disputed-keys)
1836         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
1837         (org-agenda-export-html-style): New option.
1838         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
1839         (org-CUA-compatible): Option removed.
1840         (org-agenda-structure, org-sexp-date): New face.
1841         (org-todo-keywords-for-agenda, org-not-done-keywords)
1842         (org-planning-or-clock-line-re, org-agenda-name)
1843         (org-table-colgroup-info, org-todo-sets)
1844         (constants-unit-system, org-clock-mode-line-entry)
1845         (org-mode-line-timer, org-table-current-begin-pos)
1846         (org-todo-keywords-1, org-mode-line-string)
1847         (org-table-clean-did-remove-column, org-table-fedit-map)
1848         (org-clock-heading, org-table-buffer-is-an)
1849         (org-agenda-info, org-done-keywords)
1850         (org-done-keywords-for-agenda, org-todo-heads)
1851         (org-todo-kwd-alist, org-clock-start-time): New variable.
1852         (org-todo-kwd-priority-p, org-edit-formulas-map)
1853         (org-repeat-re, org-todo-kwd-max-priority)
1854         (org-version, org-done-string)
1855         (org-table-clean-did-remove-column-1, org-disputed-keys):
1856         Remove variables.
1857         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
1858         (org-ts-lengths): Constant removed.
1859         (org-follow-gnus-link): Don't ask how many articles to read.
1860         (org-export-find-first-export-line): Rename from
1861         `org-export-find-first-heading'.
1862         Use `org-export-skip-text-before-1st-heading'.
1863         (org-table-fedit-post-command): Rename from
1864         `org-table-edit-formulas-post-command'.
1865         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
1866         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
1867         (org-table-fedit-lisp-indent): Rename from
1868         `org-edit-formula-lisp-indent'.
1869         (org-table-show-reference): Rename from `org-show-reference'.
1870         (org-table-store-formulas): Use `org-table-formula-less-p'.
1871         (org-table-edit-formulas): Position cursor to current field equation.
1872         (org-update-checkbox-count, org-hide-archived-subtrees)
1873         (org-timestamp-up-day, org-timestamp-down-day)
1874         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1875         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1876         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
1877         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
1878         Let `org-on-heading-p' also check for invisible heading.
1879         (org-read-date): Match am/pm times.
1880         (org-eval-in-calendar): Fix default date in prompt.
1882 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1884         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
1885         "ChangeLog.a" entries, giving the latter lower priority.
1887 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1889         * faces.el (face-id): If the argument is a face alias,
1890         return the ID of the target face.
1892 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
1894         * net/socks.el (top): Remove unnecessary copyright line.
1896 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1898         * longlines.el (longlines-auto-wrap): Handle argument correctly.
1900 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
1902         * net/socks.el: New file, taken from w3 repository.
1903         (top): Update Copyright.  Don't load cl.el.
1904         (all): Replace `case' by `cond', `string-to-int' by
1905         `string-to-number', and `process-kill-without-query' by
1906         `set-process-query-on-exit-flag'.
1907         (socks-char-int): Remove defalias and all occurencies.
1909 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1911         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1912         Fix typos in docstrings.
1913         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1914         (compilation-finish-function): Fix typo in obsolescence declaration.
1916 2007-06-03  Sam Steingold  <sds@gnu.org>
1918         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
1919         handle unending automatic recompilation of changed files (`omake -P').
1920         (compilation-loop): VISITED is now 5th CDR.
1921         (compilation-next-error-function): Set TIMESTAMP.
1923 2007-06-03  Sam Steingold  <sds@gnu.org>
1925         * files.el (kill-buffer-ask): New function.
1926         (kill-some-buffers): Use it.
1927         (kill-matching-buffers): New user command.
1929 2007-06-01  David Kastrup  <dak@gnu.org>
1931         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1932         Change default to `top'.
1934 2007-05-31  Richard Stallman  <rms@gnu.org>
1936         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
1938 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1940         * textmodes/css-mode.el: New file.
1942 2007-05-30  Michael Olson  <mwolson@gnu.org>
1944         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1945         died and we are trying to send a signal to it.  The program using
1946         tq.el should periodically check to see whether the process has
1947         died and react appropriately -- this is not the responsibility of
1948         tq.el, and is consistent with the rest of the tq.el source code.
1950 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1952         * textmodes/table.el (table--point-entered-cell-function)
1953         (table--point-left-cell-function):
1954         Bind `inhibit-point-motion-hooks' to t.
1956 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1958         * emacs-lisp/rx.el (rx): Doc fix.
1960 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
1962         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1964 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
1966         Sync with Tramp 2.0.56.
1968         * net/tramp.el:
1969         * net/tramp-ftp.el:
1970         * net/tramp-smb.el:
1971         * net/tramp-util.el:
1972         * net/tramp-vc.el:
1973         Don't load cl.el, because that pollutes the namespace.  Replace cl
1974         macros by their implementations where necessary.  Requested by
1975         Richard Stallman <rms@gnu.org>.
1977         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1978         doesn't exist.
1979         (with-parsed-tramp-file-name): Protect debug spec during compilation.
1980         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1981         (tramp-file-name-p, tramp-file-name-multi-method)
1982         (tramp-file-name-method, tramp-file-name-user)
1983         (tramp-file-name-host, tramp-file-name-localname): New defuns,
1984         replacing defstruct `tramp-file-name'.
1985         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1986         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1987         Apply `vector' instead of `make-tramp-file-name'.
1988         (tramp-handle-make-auto-save-file-name):
1989         Apply `tramp-temporary-file-directory' for compatibility reasons.
1990         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1991         because of XEmacs.
1992         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1993         started.
1995 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1997         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1999 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2001         * log-edit.el (log-edit-changelog-paragraph): Return point-max
2002         as the end of the ChangeLog paragraph when it ends without a line
2003         termination.
2005 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
2007         * net/webjump.el (webjump-sample-sites):
2008         Add simple Wikipedia query.
2010 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2012         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
2013         compatibility code.
2015         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
2016         (copyright-update-year): Use it.
2018         * edmacro.el (edmacro-format-keys): Use current-active-maps.
2020         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
2021         Add indentation and debugging info.  Fix up comment convention.
2023         * cus-dep.el (custom-make-dependencies): Simplify.
2025         * composite.el (compose-region, decompose-region):
2026         Use inhibit-read-only and restore-buffer-modified-p.
2028         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2029         (xterm-mouse-event): Use it.
2031 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
2033         * bs.el (bs-cycle-previous): Don't modify the cycle list until
2034         `switch-to-buffer' has returned succesfully.
2035         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
2036         window is dedicated (it could iconify the frame).
2038 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2040         * vc-hooks.el (vc-find-root): Fix file attribute test.
2042 2007-05-24  Richard Stallman  <rms@gnu.org>
2044         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2045         Don't let opoint be nil.
2046         (flyspell-emacs-popup): Explicit error if no dialogs.
2048 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
2050         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2051         (image-next-line, image-previous-line, image-scroll-up)
2052         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2053         New functions.
2054         (image-mode-map): Remap motion commands.
2055         (image-mode-text-map): New keymap for viewing images as text.
2056         (image-mode): Use image-mode-map.
2057         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2059 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2061         * textmodes/fill.el (canonically-space-region): Make the second arg
2062         a marker if it's not already the case.
2064 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2066         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2067         (tar-get-descriptor): Handle type 55, an extended pax header.
2069 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2071         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
2072         to confuse outline-minor-mode.
2074 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2076         * tar-mode.el (tar-file-name-handler): New function.
2077         (tar-extract): Bind file-name-handler-alist to it to force
2078         find-buffer-file-type-coding-system behave as if the file being
2079         extracted existed.  Use last-coding-system-used to force
2080         buffer-file-coding-system to what decode-coding-region actually
2081         used to decode the file.
2083 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2085         * progmodes/compile.el (compilation-handle-exit):
2086         `compilation-finish-function' may change the current buffer.
2088 2007-05-22  Richard Stallman  <rms@gnu.org>
2090         * files.el (set-auto-mode): Doc fix.
2092 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2094         * help-fns.el (find-source-lisp-file): New function.
2095         (describe-function-1): Use find-source-lisp-file to find source
2096         file in compile tree.
2098 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2100         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2102 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
2104         * emacs-lisp/easy-mmode.el (define-minor-mode)
2105         (easy-mmode-define-navigation): Fix typos in docstrings.
2107 2007-05-22  Glenn Morris  <rgm@gnu.org>
2109         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2111 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2113         * mail/mail-extr.el (mail-extract-address-components):
2114         Recognize non-ASCII characters except for NBSP as words.
2116 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2118         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2119         (rcirc-print): Handle `window-width'.
2120         (rcirc-buffer-maximum-lines): Doc fix.
2122 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
2124         * image-mode.el (image-toggle-display): Don't clear image cache.
2125         Only use filename in image spec if the file is readable.
2126         Call image-refresh.
2128         * image.el (image-type-from-file-name, image-type): Simplify.
2129         (image-type-auto-detected-p): Don't scan auto-mode-alist.
2131         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2132         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2134 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
2136         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
2137         is an error.
2139         * term/linux.el (terminal-init-linux): Don't signal an error
2140         if gpm isn't running.
2142 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
2144         * t-mouse.el: Reduce to a minor-mode macro call.
2145         (t-mouse-mode): Remove the lighter.
2147         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
2149 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
2151         * files.el (auto-mode-alist): Change the regexp so that
2152         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
2154 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2156         * Version 22.1 released.
2158 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
2160         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2161         changes.
2163 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2165         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
2167 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
2169         * textmodes/sgml-mode.el: Revert last change.
2171 2007-05-18  Richard Stallman  <rms@gnu.org>
2173         * simple.el (push-mark): Doc fix.
2175 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2177         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2178         tpu-global-map.
2179         (tpu-original-global-map): Variable deleted.
2180         (tpu-control-keys-map): New keymap variable.
2181         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2182         setting keymapping directly.
2183         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2184         tpu-global-map.
2185         (tpu-edt-on): Activate the tpu-global-map.
2186         (tpu-edt-off): Deactivate the tpu-global-map.
2188 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2190         * textmodes/ispell.el (ispell-get-word): Return markers
2191         for start and end positions.
2192         (ispell-word): Assume END is a marker.
2194 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2196         * printing.el: Group together all XEmacs/Emacs definitions.
2197         (pr-version): New version 6.9.
2198         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
2199         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
2200         (pr-menu-bind): Fix code.
2201         (pr-e-frame-char-height, pr-e-frame-char-width)
2202         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
2203         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
2204         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
2205         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
2206         (pr-x-event-y-pixel): Aliases eliminated.
2207         (pr-xemacs-global-menubar): Macro moved.
2208         (current-menubar, current-mouse-event, zmacs-region-stays)
2209         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
2210         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
2211         Vars moved.
2212         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
2213         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
2214         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
2215         (pr-menu-set-utility-title, pr-even-or-odd-pages)
2216         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
2217         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
2218         moved.
2220 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
2222         * textmodes/sgml-mode.el (sgml-tag):
2223         Fix bug: Call sgml-transformation-function.
2225 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2227         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2228         modified flag of buffer.  Use `inhibit-modification-hooks'.
2230 2007-05-16  Richard Stallman  <rms@gnu.org>
2232         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2234 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2236         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2237         Move the *ml, Postscript, and XmCD entries to the fallback part.
2239         * files.el (magic-fallback-mode-alist):
2240         Rename from file-start-mode-alist.
2242 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2244         * progmodes/compile.el (compilation-handle-exit): Quote first
2245         argument of `run-hook-with-args'.
2247 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2249         * buff-menu.el (Buffer-menu-sort-column):
2250         * dabbrev.el (dabbrev-upcase-means-case-search):
2251         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2252         * info.el (Info-current-subfile):
2253         * ls-lisp.el (ls-lisp-verbosity):
2254         * msb.el (msb-menu-cond):
2255         * pcvs.el (cvs-dired-use-hook):
2256         * simple.el (set-mark-command-repeat-pop):
2257         * time.el (display-time-24hr-format, display-time-mail-file):
2258         Doc fixes.
2260         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2261         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2263         * view.el (view-inhibit-help-message): Fix typo in docstring.
2264         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2266 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
2268         * textmodes/ispell.el (ispell-start-process): Defend against bad
2269         default-directory.
2271 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2273         * mail/rmail.el (rmail-convert-to-babyl-format): Check
2274         content-transfer-encoding _last_, because it's its position that
2275         we need as value of base64-header-field-end.
2277 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2279         * files.el (mode-require-final-newline, require-final-newline)
2280         (enable-local-variables, enable-local-eval): Doc fixes.
2282 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2284         * ps-print.el: Use default color when foreground or background color
2285         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2286         (ps-print-version): New version 6.7.4.
2287         (ps-rgb-color): New argument.  Use default color when color is
2288         unspecified.
2289         (ps-begin-job): Fix code.
2291 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
2293         * longlines.el (longlines-mode): Make longlines-auto-wrap
2294         buffer-local.  Add hooks unconditionally.
2295         (longlines-auto-wrap): Toggle wrapping.
2296         (longlines-after-change-function)
2297         (longlines-post-command-function): Check longlines-auto-wrap.
2299 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
2301         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
2302         (xterm-mouse-translate): Use it.
2304 2007-05-10  Richard Stallman  <rms@gnu.org>
2306         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2307         (iso-cvt-write-only): Likewise.
2309         * emacs-lisp/easy-mmode.el (define-minor-mode):
2310         Fix generated doc string.
2312         * startup.el (fancy-splash-text): Add URL of guided tour.
2313         Adjust horizontal and vertical whitespace.
2315         * progmodes/compile.el (compilation-handle-exit):
2316         Use run-hook-with-args to run compilation-finish-functions.
2318         * files.el (file-start-mode-alist): New variable.
2319         (magic-mode-regexp-match-limit): Doc fix.
2320         (set-auto-mode): Handle file-start-mode-alist.
2321         A little cleanup of structure.
2323         * dabbrev.el (dabbrev-eliminate-newlines):
2324         Renamed from dabbrev--eliminate-newlines.  All uses changed.
2326 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2328         * man.el (Man-next-section): Don't consider the last line of the page
2329         as being part of any section.
2331 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2333         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
2334         can take any number of values.
2336 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2338         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
2339         to the list of citation commands.
2341 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2345 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2347         * progmodes/python.el (python-font-lock-keywords)
2348         (python-open-block-statement-p, python-mode): Add support for the new
2349         "with" keyword.
2351 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2353         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
2354         the exact opposite of diff-goto-source.
2356         * emacs-lisp/advice.el (ad-special-forms): Remove.
2357         (ad-special-form-p): Use subr-arity.
2359         * newcomment.el (comment-search-forward): Make sure we search forward.
2360         (comment-enter-backward): Try and distinguish the non-matching case at
2361         EOB from the non-matching case with a missing comment-end-skip for
2362         a 2-char comment ender.
2363         (comment-choose-indent): New function extracted from comment-indent.
2364         Improve the alignment algorithm.
2365         (comment-indent): Use it.
2367         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
2368         XML style Processing Instructions.
2369         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
2370         (sgml-calculate-indent): Handle `pi' context.
2372         * vc.el: Ensure that update-changelog issues an error when used with
2373         a backend that does not implement it.
2374         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
2375         Remove `backend' argument.  Use expand-file-name.
2376         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
2378         * progmodes/python.el (python-end-of-block): Revert last change.
2379         (python-end-of-statement): Make sure we move *forward*.
2381 2007-05-08  Richard Stallman  <rms@gnu.org>
2383         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2384         Don't include non-self-insert commands in the exception for `-'.
2386 2007-05-08  David Reitter  <david.reitter@gmail.com>
2388         * progmodes/python.el (python-guess-indent): Check non-nullness
2389         before comparing indent against the 2..8 interval.
2391 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2393         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2394         available.
2396 2007-05-06  Richard Stallman  <rms@gnu.org>
2398         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2400 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2402         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
2403         rather than storing their value in the revert-buffer function.
2405 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
2407         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
2408         when disabling t-mouse-mode.
2410 2007-05-01  Davis Herring  <herring@lanl.gov>
2412         * calendar/timeclock.el: Update version number.
2413         (timeclock-modeline-display): Mention timeclock-use-display-time
2414         in explanatory message.
2415         (timeclock-in): Fix non-interactive workday specifications.
2416         (timeclock-log): Don't kill the log buffer if it already existed.
2417         Suppress warnings when finding the log.  Don't check for a nil
2418         project twice.  Run hooks after killing the buffer (if applicable).
2419         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2420         was geometric).  All uses changed.
2421         (timeclock-generate-report): Support prefix argument.
2423 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2425         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2426         disconnections.
2428 2007-05-01  Romain Francoise  <romain@orebokech.com>
2430         * dired-x.el: Revert 2007-04-06 change.
2432 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2434         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2436 2007-04-29  Richard Stallman  <rms@gnu.org>
2438         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2440 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2442         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2443         than 1.
2445 2007-04-28  Richard Stallman  <rms@gnu.org>
2447         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2449 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
2451         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2452         don't put stop on toolbar.
2454 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2456         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2458 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2460         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2461         instead of $(lisp)/mh-e.
2463 2007-04-28  Glenn Morris  <rgm@gnu.org>
2465         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2466         (image-dired-cmd-create-temp-image-options): Replace option
2467         +profile "*" with -strip.
2469 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2471         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2472         Use window-start and window-end.
2474 2007-04-27  Andreas Schwab  <schwab@suse.de>
2476         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2478 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
2480         * textmodes/fill.el (fill-paragraph): Doc fix.
2482 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2484         * locate.el (locate-in-alternate-database): Doc fix.
2486 2007-04-26  Glenn Morris  <rgm@gnu.org>
2488         * button.el (button): Use underline if supported, else fall back
2489         to color.
2491         * version.el (emacs-version): Increase to 22.1.50.
2493 2007-04-25  Richard Stallman  <rms@gnu.org>
2495         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2497 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2499         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2500         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2501         pushing mark.
2502         (idlwave-current-routine): Don't push mark.
2504 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2506         * image-dired.el (image-dired-display-image): Derive image-type from
2507         filename rather than assuming jpeg, in case no resizing was needed.
2509 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2511         * custom.el (defface): Doc fix.
2513 See ChangeLog.12 for earlier changes.
2515 ;; Local Variables:
2516 ;; coding: iso-2022-7bit
2517 ;; add-log-time-zone-rule: t
2518 ;; End:
2520     Copyright (C) 2007 Free Software Foundation, Inc.
2522   This file is part of GNU Emacs.
2524   GNU Emacs is free software; you can redistribute it and/or modify
2525   it under the terms of the GNU General Public License as published by
2526   the Free Software Foundation; either version 2, or (at your option)
2527   any later version.
2529   GNU Emacs is distributed in the hope that it will be useful,
2530   but WITHOUT ANY WARRANTY; without even the implied warranty of
2531   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2532   GNU General Public License for more details.
2534   You should have received a copy of the GNU General Public License
2535   along with GNU Emacs; see the file COPYING.  If not, write to the
2536   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2537   Boston, MA 02110-1301, USA.
2539 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af