Sync with Tramp 2.1.10.
[emacs.git] / lisp / ChangeLog
blob064e070cdedae324a0d6caa67901498d0871dbf0
1 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
3         Sync with Tramp 2.1.10.
5         * tramp.el (tramp-get-ls-command): Fyx typo.
7         * trampver.el: Update release number.
9 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon,
13         * term/x-win.el (x-handle-no-bitmap-icon): New function.
15 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
17         * add-log.el (change-log-fill-parenthesized-list): New function.
18         (change-log-indent): Call change-log-fill-parenthesized-list.
19         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to
20         t.  Have lines with leading asterisk start a paragraph.
22 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
24         * calc/calc-math.el (math-emacs-precision)
25         (math-largest-emacs-expt, math-smallest-emacs-expt):
26         New variables.
27         (math-use-emacs-fn): New function.
28         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
29         appropriate.
31 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
33         * image-dired.el (image-dired-sane-db-file): New func.
34         (image-dired-write-tags, image-dired-remove-tag)
35         (image-dired-list-tags, image-dired-write-comments)
36         (image-dired-get-comment, image-dired-mark-tagged-files)
37         (image-dired-create-gallery-lists): Call new func.
38         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
40 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
42         * vc-hg.el (vc-hg-dir-state): Fix loop.
43         (vc-hg-print-log): Fix expected return value for vc-hg-command.
44         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
45         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
46         (vc-hg-revert): Likewise.
47         (vc-hg-revision-table, vc-hg-revision-completion-table): New
48         functions.
50 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
52         * add-log.el (change-log-resolve-conflict): Don't lose data if the
53         merge fails.
55 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
57         * progmodes/compile.el (compilation-auto-jump-to-first-error):
58         Add group and version.
60 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
62         * add-log.el (add-log-file-name): Use file-relative-name.
63         (add-change-log-entry): Delay reading add-log-(full-name|mailing-address)
64         to after we've switched to the ChangeLog buffer so we get the right value.
65         (add-change-log-entry, add-log-current-defun, change-log-merge):
66         Use derived-mode-p rather than checking major-mode directly.
68         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
69         name for buffer-file-name if it refers to a directory.
71         * vc-arch.el (vc-arch-diff): Fix last change.
73         * progmodes/compile.el (compilation-start): Remember the original
74         directory in a buffer-local compilation-directory.
75         (compile): Set the global value of compilation-directory.
76         (recompile): Use compilation-directory even in the compilation buffer.
78 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
80         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
82 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
84         * ps-print.el: Problem with foreground and background color when
85         printing a buffer with and without faces.  Reported by Christian
86         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
87         (ps-print-version): New version 6.7.5.
88         (ps-default-fg): Change default value to nil, so black color is used
89         when a face does not specify a foreground color.
90         (ps-default-bg): Change default value to nil, so white color is used
91         for background color.
92         (ps-begin-job): Fix code.
94 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
96         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
97         in $(INSTALL_DIR)/lisp/ if they already exist.
99 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
101         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
102         in $(INSTALL_DIR)/lisp/ if they already exist.
104 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
106         * progmodes/vera-mode.el (vera-re-search-forward)
107         (vera-re-search-backward): Remove use of store-match-data.
108         (vera-mode-map): Move initialization into declaration.
110         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
111         (flymake-find-buildfile): Use locate-dominating-file.
113         * vc.el (vc-delistify): Use mapconcat.
114         (vc-do-command): Minor simplification.
115         (vc-expand-dirs): Use push.
117         * vc-mcvs.el (vc-mcvs-create-repo):
118         * vc-cvs.el (vc-cvs-create-repo): Remove.
120         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
121         directory and the root as well.
123 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
125         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
126         instead of a file.
128         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
129         (vc-hg-registered): Replace if with when.
130         (vc-hg-state): Deal with nonexistent files and handle removed files.
131         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
132         (vc-hg-checkout): Re-enable.
133         (vc-hg-create-repo): Fix typos.
134         (vc-hg-print-log): Fix for multiple files.
135         (vc-hg-workfile-unchanged-p): New function.
137         * vc.el: Fix typo.
138         (vc-print-log): Fix call to print-log.
139         (vc-default-comment-history): Likewise.
140         (vc-directory-exclusion-list): Add .hg and .bzr.
141         (vc-diff-internal): Pass a list instead of a file.
143         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
145         * vc-bzr.el (vc-bzr-create-repo): New function.
147 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
149         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
150         `file' from which to start the search.
152 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
154         * vc-cvs.el: vc-cvs-checkin had some reference problems, now fixed.
156 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
158         * files.el (locate-dominating-file): New function.
160 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
162         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
163         (grep-compute-defaults): Use it.
165 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
167         * uniquify.el: Docstring fixes.
169 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
171         * vc-hooks.el: Generalize stay-local-p to operate on lists of
172         files.  Change two keybindings to point to new function names.
173         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el,
174         vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset.
175         * vc.el: Adapted for NewVC-fileset, but no functional changes yet.
177 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
179         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
180         (follow-delete-other-windows-and-split, follow-recenter)
181         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
182         (follow-redisplay, follow-estimate-first-window-start)
183         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
184         Fix typos in docstrings.
186 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
188         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
189         avoid that filling introduces lines with a single asterisk.
191         * kmacro.el (kmacro-end-macro): When ignoring empty macro
192         avoid incorrect kmacro-ring-empty-p messages.
193         Reported by Michael Schierl <schierlm@gmx.de>.
195 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
197         * files.el (file-remote-p): Introduce optional parameter
198         IDENTIFICATION.
200         * recentf.el (recentf-keep-default-predicate): Adapt call of
201         `file-remote-p'.
203         * progmodes/grep.el (grep-probe): Use `process-file'.
204         (grep-compute-defaults): Handle variables host specific.
206         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
207         parameter IDENTIFICATION.
209         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
210         parameter IDENTIFICATION.
211         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
212         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
213         Add entry for `set-file-times'.
214         (tramp-do-copy-or-rename-file-via-buffer)
215         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
216         (tramp-handle-unhandled-file-name-directory): Rewrite.
217         (tramp-convert-file-attributes): Add error handling when inode is
218         extraordinary big.
219         (tramp-get-inode): Change parameter from FILE to VEC.
220         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
221         is nil.  This is according to the specification.  Goto (point-max)
222         when ready.
223         (tramp-handle-shell-command): Rewrite completely, using
224         `process-file' and `start-file-process'.
225         (tramp-methods, tramp-find-shell)
226         (tramp-open-connection-setup-interactive-shell)
227         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
228         var.  Reported by Steve Youngs <steve@sxemacs.org>.
230         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
231         entry for `set-file-times'.  Rename `start-process' into
232         `start-file-process'.  Remove `call-process' entry.
233         (tramp-fish-handle-set-file-times): New defun.
234         (tramp-fish-handle-executable-find): Use `process-file'.
235         (tramp-fish-handle-process-file): New defun.  Replaces
236         `tramp-fish-handle-call-process'.
237         (tramp-fish-do-copy-or-rename-file-directly): Use
238         `set-file-times'.
239         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
241         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
242         `tramp-get-inode' parameter.
244 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
246         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
247         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
248         nowadays, and by the time Emacs-23 comes out, nobody will even remember
249         it has ever existed.
251 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
253         * vc.el: Undo previous change.
255 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
257         * makefile.w32-in (clean): Don't delete *~.
259 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
261         * textmodes/tex-mode.el (tex-verbatim-environments):
262         Add safe-local-variable property.
263         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
264         when starting font-lock rather than when loading tex-mode.el.
266         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
267         whole $( rather than just the $.  Rename from sh-quoted-subshell.
268         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
270 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
272         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
273         bookmark-alist.  Instead, if not sorting, simply return it.
274         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
275         for its return value, not for its side effect.
277         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
278         case of alignment under a constant symbol, find and consider
279         the sexp actually at indentation to be the "last sexp".
281 2007-07-16  Drew Adams  <drew.adams@oracle.com>
283         * mouse.el (mouse-yank-secondary): Better error message if no
284         secondary selection.
286 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
288         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
290         * term/xterm.el (xterm-turn-on-modify-other-keys)
291         (xterm-turn-off-modify-other-keys): New functions.
292         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
293         terminal supports it.
295 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
297         * bookmark.el (bookmark-show-all-annotations):
298         Make sure each inserted annotation ends with newline.
300 2007-07-15  Juri Linkov  <juri@jurta.org>
302         * delsel.el (delete-selection-pre-hook):
303         * emulation/cua-base.el (cua-paste): Before a yank command,
304         check also whether last-command is one of mouse-save-then-kill,
305         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
307 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
309         * recentf.el (recentf-keep-default-predicate): New defun.
310         (recentf-keep): Use it as initial value.
312 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
314         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
315         thus restoring bookmark bindings to three slots under C-x r.  See
316         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
318 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
320         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
322 2007-07-15  Jason Rumney  <jasonr@gnu.org>
324         * w32-fns.el (set-default-process-coding-system): Use dos line ends
325         for input to cmdproxy on all versions of Windows.
326         Use dos line ends for input to plink.
328         * comint.el (comint-simple-send): Concat newline before sending.
329         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
331 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
333         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
334         safe-local-variable setting.
336 2007-07-14  David Kastrup  <dak@gnu.org>
338         * emacs-lisp/advice.el (defadvice): Doc fix.
340 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
342         * subr.el (when, unless): Doc fix.
344 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
346         * replace.el (match): Use yellow1 instead of yellow.
348         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
349         red.
351         * pcvs-info.el (cvs-unknown): Likewise.
353 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
355         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
356         (install): Use them to copy all *.el files before *.elc.
358 2007-07-13  Drew Adams <drew.adams@oracle.com>
360         * bookmark.el (bookmark-jump-other-window): New function.
361         (bookmark-map): Bind it to "o".
363         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
364         and its thread contains discussion about this change.
365         The original patch was slightly tweaked by Karl Fogel
366         <kfogel@red-bean.com> before committing.
368 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
370         * bookmark.el: Shorten some comments to fit within 80 lines.
372 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
374         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
375         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
376         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
377         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
379 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
381         * textmodes/org.el: Bug fixes.
382         (org-end-of-line): Move to end of line if in headline without tags.
384 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
386         * vc-hooks.el: Remove spurious * in docstrings.
387         (vc-handled-backends): Add BZR.
389         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
391 2007-07-12  Davis Herring  <herring@lanl.gov>
393         * desktop.el (desktop-buffer-info, desktop-save):
394         Use `desktop-dirname' instead of `dirname'.
396 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
398         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
400         * progmodes/python.el (python-which-func-length-limit): New var.
401         (python-which-func): New function.
402         (python-current-defun): Add optional `length-limit' and try to fit
403         computed function name to that length.
404         (python-mode): Hook `python-which-func' up.
406 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
408         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
410         * comint.el (comint-dynamic-complete-as-filename):
411         Use read-file-name-completion-ignore-case.
413 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * comint.el (comint-dynamic-list-filename-completions):
416         Use read-file-name-completion-ignore-case.
418         * vc-cvs.el: Require CL.
419         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
420         New functions to provide completion of revision names.
422         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
423         (vc-cvs-annotate-first-line-re): New const.
424         (vc-cvs-annotate-process-filter): New fun.
425         (vc-cvs-annotate-command): Use them and run the command asynchronously.
427 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
429         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
430         (eldoc-print-current-symbol-info): Adjust for changed helper
431         function signatures.
432         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
433         `eldoc-highlight-function-argument'.
434         (eldoc-highlight-function-argument): New function.
435         (eldoc-get-var-docstring): Format documentation with
436         `font-lock-variable-name-face'.
437         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
438         where suited.
439         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
440         (eldoc-beginning-of-sexp): Return number of skipped sexps.
442 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
444         * progmodes/compile.el (compilation-start): `start-process' must
445         still be redefined when calling `start-process-shell-command'.
447         * progmodes/gud.el (gud-file-name): When `default-directory' is a
448         remote file name, prepend its remote part to the filename.
449         (gud-common-init): When `default-directory' is a remote file name,
450         make the filename relative to it.
451         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
453 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
455         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
456         mouse binding and a tooltip.
458 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
460         * menu-bar.el (vc-menu-map): New defalias.
462 2007-07-10  Richard Stallman  <rms@gnu.org>
464         * emacs-lisp/lisp-mode.el (eval-defun):
465         Explain special handling of `defface'.
467 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
469         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
471         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
473 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
475         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
477         * vc-arch.el (vc-arch-complete): Remove.
478         (vc-arch-revision-completion-table): Use complete-with-action.
480         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
481         (complete-with-action): New function.
482         (dynamic-completion-table): Use it.
484 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
486         * comint.el (make-comint, make-comint-in-buffer)
487         (comint-exec-1): Replace `start-process' by `start-file-process'.
489         * progmodes/compile.el (compilation-start): Revert redefining
490         `start-process'.
492 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
494         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
495         with EOLs when generating MD5 checksums.
497         * follow.el: Don't change the global map from the follow-mode-map
498         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
499         XEmacs code.
500         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
501         since `follow-mode' should be used instead for that.
503         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
504         (easy-menu-do-define): Use it.
505         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
507         * progmodes/compile.el (compilation-auto-jump-to-first-error)
508         (compilation-auto-jump-to-next): New vars.
509         (compilation-auto-jump): New function.
510         (compilation-error-properties): Use them to jump to first error.
511         (compilation-start): Set the var if requested.
513         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
514         duplicates without also removing entries from other directories.
516 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
518         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
519         Remember span as default.
520         (org-columns-edit-value): Rename from `org-column-edit'.
521         (org-columns-display-here-title): Rename from
522         `org-overlay-columns-title'.
523         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
524         (org-columns-get-autowidth-alist): Rename from
525         `org-get-columns-autowidth-alist'.
526         (org-columns-display-here): Rename from `org-overlay-columns'.
527         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
528         (org-columns-quit): Rename from `org-column-quit'.
529         (org-columns-show-value): Rename from `org-column-show-value'.
530         (org-columns-content, org-columns-widen)
531         (org-columns-next-allowed-value)
532         (org-columns-edit-allowed, org-columns-store-format)
533         (org-columns-uncompile-format, org-columns-redo)
534         (org-columns-edit-attributes, org-delete-property)
535         (org-set-property, org-columns-update)
536         (org-columns-compute, org-columns-eval)
537         (org-columns-not-in-agenda, org-columns-compute-all)
538         (org-property-next-allowed-value)
539         (org-columns-compile-format)
540         (org-fill-paragraph-experimental)
541         (org-string-to-number, org-property-action)
542         (org-columns-move-left, org-columns-new)
543         (org-column-number-to-string)
544         (org-property-previous-allowed-value)
545         (org-at-property-p, org-columns-delete)
546         (org-columns-previous-allowed-value)
547         (org-columns-move-right, org-columns-narrow)
548         (org-property-get-allowed-values)
549         (org-verify-version, org-column-string-to-number)
550         (org-delete-property-globally): New functions.
551         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
552         (org-columns-overlays): Rename from `org-column-overlays'.
553         (org-columns-map): Rename from `org-column-map'.
554         (org-columns-current-maxwidths): Rename from
555         `org-current-columns-maxwidths'.
556         (org-columns-begin-marker, org-columns-current-fmt-compiled)
557         (org-previous-header-line-format)
558         (org-columns-inhibit-recalculation)
559         (org-columns-top-level-marker): New variables.
560         (org-columns-default-format): Rename from `org-default-columns-format'.
561         (org-property-re): New constant.
563 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
565         * subr.el (looking-at-p, string-match-p): New functions.
567 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
569         * textmodes/tex-mode.el (tex-fontify-script)
570         (tex-font-script-display): New variables to make display of
571         superscripts and subscripts customizable.
572         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
574 2007-07-09  Richard Stallman  <rms@gnu.org>
576         * isearch.el (isearch-edit-string): Call to isearch-push-state
577         after the search.
579 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
581         * window.el (fit-window-to-buffer): Remove setting of window-min-height
582         to 1 as enlarge-window uses the value to resize/shrink windows other
583         than WINDOW if needed.
585 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
587         * cus-start.el (file-coding-system-alist): Fix custom type.
589 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
591         * longlines.el (longlines-wrap-region): Avoid marking buffer as
592         modified.
593         (longlines-auto-wrap, longlines-window-change-function):
594         Remove unnecessary calls to set-buffer-modified-p.
596 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
598         * cus-start.el (file-coding-system-alist): Fix custom type.
600 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
602         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
603         (vc-cvs-checkout): Remove last arg now unused; simplify.
605 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
607         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
609         * net/tramp.el:
610         * net/tramp-ftp.el:
611         * net/tramp-smb.el:
612         * net/tramp-uu.el:
613         * net/trampver.el: Migrate to Tramp 2.1.
615         * net/tramp-cache.el:
616         * net/tramp-fish.el:
617         * net/tramp-gw.el: New Tramp packages.
619         * net/tramp-util.el:
620         * net/tramp-vc.el: Removed.
622         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
623         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
625         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
627         * progmodes/compile.el (compilation-start): Redefine
628         `start-process' temporarily when `default-directory' is remote.
629         Remove case of synchronous compilation, this won't happen ever.
630         (compilation-setup): Make local variable `comint-file-name-prefix'
631         for remote compilation.
633 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
635         * novice.el (disabled-command-function): Fit window to buffer to
636         make last line visible.
637         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
639         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
640         when handling the terminating event.
642 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
644         * calc/calc.el (math-read-number-simple): Remove leading 0s.
645         (math-bignum-digit-length): Change to optimal value.
647         * calc/calc-bin.el (math-bignum-logb-digit-size)
648         (math-bignum-digit-power-of-two): Evaluate when compiled.
650         * calc/calc-comb.el (math-small-factorial-table)
651         (math-init-random-base, math-prime-test): Remove unnecessary calls
652         to `math-read-number-simple'.
654         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
655         (math-approx-gamma-const): Add docstrings.
657         * calc/calc-forms.el (math-julian-date-beginning)
658         (math-julian-date-beginning-int): New constants.
659         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
660         Use the new constants.
662         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
664         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
665         Add docstrings.
667 2007-07-07  Tom Tromey  <tromey@redhat.com>
669         * vc.el (vc-annotate): Jump to line and output message only after the
670         process is really all done.
672 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
674         * vc.el (vc-exec-after): Don't move point from the sentinel.
675         Forcefully read all the remaining text in the pipe upon process exit.
676         (vc-annotate-display-autoscale, vc-annotate-lines):
677         Don't stop at the first unrecognized line.
678         (vc-annotate-display-select): Run autoscale after the process is done
679         since it depends on the whole result.
681 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
683         * term/w32-win.el (menu-bar-open): New function.
684         Bind <f10> to it.
686 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
688         * simple.el (start-file-process): New defun.
690 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
692         * files.el (find-file-confirm-nonexistent-file): Rename from
693         find-file-confirm-inexistent-file.  Update users.
695         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
696         format of autoload block where the file's time-stamp is replaced by its
697         MD5 checksum.
698         (autoload-generate-file-autoloads): Use MD5 checksum instead of
699         time-stamp for secondary autoloads files.
700         (update-directory-autoloads): Remove duplicate entries.
701         Use time-less-p for time-stamps, as done in autoload-find-destination.
703 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
705         * calc/calc.el (math-read-number): Replace number by variable.
706         (math-read-number-simple): Properly parse small integers.
708 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
710         * vc.el: Fix doc for the checkout function.
712 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
714         * vc-hg.el (vc-hg-root): New function.
715         (vc-hg-registered): Use it.
716         (vc-hg-diff-tree): New defalias.
717         (vc-hg-responsible-p): Likewise.
718         (vc-hg-checkout): Comment out, not needed.
719         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
720         (vc-hg-find-version, vc-hg-next-version): New functions.
722 2007-07-06  Andreas Schwab  <schwab@suse.de>
724         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
725         dynamic bindings around the evaluation of the expression.
726         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
728 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
730         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
731         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
732         Use run-hooks rather than run-mode-hooks.
734 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
736         * calc/calc-comb.el (math-random-digit): Rename to
737         `math-random-three-digit-number'.
738         (math-random-digits): Don't depend on representation of integer.
740         * calc/calc-bin.el (math-bignum-logb-digit-size)
741         (math-bignum-digit-power-of-two): New constants.
742         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
743         (math-not-bignum, math-clip-bignum): Use the constants
744         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
745         instead of their values.
746         (math-clip): Use math-small-integer-size instead of its value.
748         * calc/calc.el (math-add-bignum): Replace number by constant.
750 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
752         * wid-edit.el (widget-documentation-string-value-create):
753         Insert indentation spaces.
755 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
757         * emacs-lisp/byte-opt.el: Revert last change.
759 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
761         * vc-hooks.el (vc-handled-backends): Add HG.
763         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
765 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
767         * complete.el (PC-do-complete-and-exit): Add support for the new
768         `confirm-only' confirmation mode.
770 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
772         * cus-edit.el (custom-commands): New variable.
773         (custom-tool-bar-map): New variable.  Initialize using
774         `custom-commands'.
775         (custom-mode): Use `custom-tool-bar-map'.
776         (custom-buffer-create-internal): Insert action buttons only if
777         tool bar is not used.  Use `custom-commands'.
778         (Custom-help, custom-command-apply): New function.
779         (custom-command-apply, Custom-set, Custom-save)
780         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
781         Use `custom-command-apply' instead of duplicating code.
782         (customize-group-other-window): Call `customize-group' instead of
783         duplicating code.
784         (customize-face-other-window): Call `customize-face' instead of
785         duplicating code.
786         (customize-group, customize-face): Add optional args for opening
787         in another window.
788         (custom-variable-tag): Don't inherit `variable-pitch' face.
789         (custom-group-tag): Inherit `variable-pitch' face.
790         (custom-variable-value-create): Set documentation indentation.
791         (custom-group-value-create): Make group name a link, instead of
792         using an extra "go to group" button.
793         (custom-prompt-variable, custom-group-set, custom-group-save)
794         (custom-group-reset-current, custom-group-reset-saved)
795         (custom-group-reset-standard): Minor cleanup.
797 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
799         * Makefile.in (bootstrap-prepare): When copying from
800         ldefs-boot.el, make sure loaddefs.el is writeable.
802         (bootstrap-prepare): Make $(lisp)/ps-print.el
803         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
805 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
807         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
808         only caller, and delete.
809         (vc-hg-state): Deal with exceptions and only parse the output on
810         successful return.
811         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
812         caller, and delete.
813         (vc-hg-workfile-version): Deal with exceptions and only parse the
814         output on successful return.
815         (vc-hg-revert): New function.
817 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
819         * calculator.el (calculator-expt): Use more cases to determine
820         the value.
822 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
824         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
825         file names.
827 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
829         * calculator.el (calculator-expt, calculator-integer-p):
830         New functions.
831         (calculator-fact): Check to see if the factorial will be too
832         large before computing it.
833         (calculator-initial-operators): Use `calculator-expt' to
834         compute "^".
835         (calculator-mode): Mention that results which are too large
836         will return inf.
837         * calc/calc-comb.el (math-small-factorial-table): Replace list
838         by vector.
840 2007-07-03  David Kastrup  <dak@gnu.org>
842         * shell.el: On request of the authors, remove their addresses for
843         the sake of bug reports, and add the developer list address as
844         maintainer information.
846 2007-07-03  Richard Stallman  <rms@gnu.org>
848         * files.el (make-directory): Doc fix.
849         (find-file-confirm-inexistent-file): Make it a defcustom.
850         Make nil the default.
852 2007-07-02  Richard Stallman  <rms@gnu.org>
854         * startup.el (command-line): Set buffer-offer-save in *scratch*
855         and enable auto-save in it.
857 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
859         * textmodes/org.el (orgstruct-mode-map): New variable.
860         (orgstruct-mode): New minor mode.
861         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
862         (orgstruct-make-binding, org-context-p, org-get-local-variables)
863         (org-run-like-in-org-mode): New functions.
864         (org-cycle-list-bullet): New command.
865         (org-special-properties, org-property-start-re)
866         (org-property-end-re): New constants.
867         (org-with-point-at): New macro.
868         (org-get-property-block, org-entry-properties, org-entry-get)
869         (org-entry-delete, org-entry-get-with-inheritance)
870         (org-entry-put, org-buffer-property-keys): New functions.
871         (org-insert-property-drawer): New command.
872         (org-entry-property-inherited-from): New variable.
873         (org-column): New face.
874         (org-column-overlays, org-current-columns-fmt)
875         (org-current-columns-maxwidths, org-column-map): New variables.
876         (org-column-menu): New menu.
877         (org-new-column-overlay, org-overlay-columns)
878         (org-overlay-columns-title, org-remove-column-overlays)
879         (org-column-show-value, org-column-quit, org-column-edit): New
880         functions.
881         (org-columns, org-agenda-columns): New commands.
882         (org-get-columns-autowidth-alist): New functions.
883         (org-properties): New customize group.
884         (org-default-columns-format): New option.
885         (org-priority): Realign tags after changing priority.
886         (org-preserve-lc): New macro.
887         (org-update-checkbox-count): Catch case when there is no headline.
888         (org-agenda-quit): Remove any column overlays.
889         (org-beginning-of-item-list): Fixed bug when non-item line is
890         indented too deep.
891         (org-cached-props): New variable.
892         (org-cached-entry-get): New function.
893         (org-make-tags-matcher): Handle property matches.
894         (org-table-recalculate): Swap evaluation order: Field formula
895         first, then column formulas, but don't allow them to overwrite the
896         field formulas.
897         (org-table-eval-formula): New argument untouchable.
898         (org-table-put-field-property): New function.
900 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
902         * help-mode.el (help-make-xrefs): Skip spaces too when
903         skipping tabs.
905         * ffap.el (dired-at-point-prompter): Improve prompt in
906         list-directory case.
908 2007-07-01  Richard Stallman  <rms@gnu.org>
910         * files.el (find-file-visit-truename): Fix safe-local-variable value.
912 2007-07-01  Richard Stallman  <rms@gnu.org>
914         * cus-start.el (max-mini-window-height): Added.
916 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
918         * complete.el (partial-completion-mode): Remove advice of
919         read-file-name-internal.
920         (PC-do-completion): Rebind minibuffer-completion-table.
921         (PC-read-file-name-internal): New function doing what
922         read-file-name-internal advice did.
924 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
926         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
927         property on a few symbols.
928         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
929         (byte-optimize-lapcode): Remove bindings that are not referenced
930         and certainly will not effect through dynamic scoping.
932 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
934         * files.el (find-file-confirm-inexistent-file): New var.
935         (find-file, find-file-other-window, find-file-other-frame)
936         (find-file-read-only, find-file-read-only-other-window)
937         (find-file-read-only-other-frame): Use it.
939 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
941         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
943 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
945         * generic-x.el (generic-define-mswindows-modes)
946         (generic-define-unix-modes, apache-log-generic-mode)
947         (bat-generic-mode-keymap, java-manifest-generic-mode)
948         (show-tabs-generic-mode): Fix typos in docstrings.
950 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
952         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
953         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
954         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
955         (rcirc-print): Never ignore messages from ourself.
957 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
959         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
960         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
962 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
964         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
965         replace-regexp-in-string.
967 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
969         * emacs-lisp/cl.el: Set edebug and indentation before loading
970         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
972 2007-06-28  Andreas Schwab  <schwab@suse.de>
974         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
975         $(lisp)/subdirs.el.
977 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
979         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
980         the speedbar frame if nil; that deletes the current frame or
981         causes an error if it is the only frame.
982         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
984 2007-06-28  Kevin Ryde  <user42@zip.com.au>
986         * textmodes/nroff-mode.el: Groff \# comments.
987         (nroff-mode-syntax-table): \# comment intro,
988         plain # as punct per global table.
989         (nroff-font-lock-keywords): Add # as a single char escape.
990         (nroff-mode): In comment-start-skip, match \#.
992 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
994         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
995         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
996         point-min == 1.
998 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
1000         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1001         Rename and move to...
1003         * subr.el (strings->string, string->strings): ...here.
1005         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1006         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1008         * progmodes/gud.el (gud-common-init): Call string->strings instead
1009         of split-string.
1011 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
1013         * dired-aux.el: Remove `dired-call-process'.
1014         (dired-check-process): Call `process-file'.
1016         * wdired.el (wdired-do-perm-changes): Call `process-file'.
1018         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
1019         `ange-ftp-process-file'.
1021 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1023         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
1025         * emacs-lisp/cl-extra.el:
1026         * emacs-lisp/cl-seq.el:
1027         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
1028         Add autoload cookies on all defs autoloaded manually in cl.el.
1030         * emacs-lisp/cl-loaddefs.el: New file.
1032         * textmodes/texinfmt.el (texinfo-raisesections-alist)
1033         (texinfo-lowersections-alist): Merge definition and declaration.
1034         (texinfo-start-of-header, texinfo-end-of-header): Remove.
1035         (texinfo-format-syntax-table): Merge init into declaration.
1036         (texinfo-format-parse-line-args, texinfo-format-parse-args)
1037         (texinfo-format-parse-defun-args, texinfo-format-node)
1038         (texinfo-push-stack, texinfo-multitable-widths)
1039         (texinfo-define-info-enclosure, texinfo-alias)
1040         (texinfo-format-defindex, batch-texinfo-format): Use push.
1041         (texinfo-footnote-number): Remove duplicate declaration.
1043         * ps-print.el: Update with auto-generated autoloads.
1045         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
1047 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1049         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
1050         relative to current dir for file-local settings.
1051         (autoload-generate-file-autoloads): Add `outfile' arg.
1052         (update-directory-autoloads): Use it to directly call
1053         autoload-generate-file-autoloads instead of going through
1054         update-file-autoloads so we avoid redundant searches and so we can know
1055         the set of buffers changed so we can save them all.
1057         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
1058         rather than throwing `up-to-date'.
1059         (autoload-generate-file-autoloads): Adjust correspondingly.
1060         (update-file-autoloads): Be careful to let-bind
1061         autoload-modified-buffers and adjust to new calling conventions.
1062         (autoload-modified-buffers): Make it a dynamically scoped var.
1063         (update-directory-autoloads): Use file-relative-name instead of
1064         autoload-trim-file-name.
1065         (autoload-insert-section-header): Don't use autoload-trim-file-name
1066         since the file is already relative now.
1067         (autoload-trim-file-name): Remove.
1069         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
1070         (vc-arch-complete, vc-arch--version-completion-table)
1071         (vc-arch-revision-completion-table): New functions to provide
1072         completion of revision names.
1073         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
1074         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
1075         to let the user trim the revlib.
1077         * vc.el: Add new VC operation `revision-completion-table'.
1078         (vc-default-revision-completion-table): New function.
1079         (vc-version-diff, vc-version-other-window): Use it to provide
1080         completion of revision names if the backend provides it.
1082         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
1084         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
1085         of newer .svn/entries.
1087 2007-06-25  David Kastrup  <dak@gnu.org>
1089         * calc/calc-poly.el (math-padded-polynomial)
1090         (math-partial-fractions): Add some function comments.
1092 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1094         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1095         Make `outbuf' optional.
1096         (update-file-autoloads): Use it.
1098 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1100         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
1101         (autoload-find-destination): Keep it uptodate.
1102         (autoload-save-buffers): New fun.
1103         (update-file-autoloads): Use it.  Re-add the "up to date" message.
1105         * emacs-lisp/autoload.el: Refactor for upcoming changes.
1106         (autoload-find-destination): New function extracted from
1107         update-file-autoloads.
1108         (update-file-autoloads): Use it.
1109         (autoload-generate-file-autoloads): New function extracted from
1110         generate-file-autoloads.  Use file-relative-name.  Delay computation of
1111         output-start to the first cookie.  Remove done-any, replaced by
1112         output-start.
1113         (generate-file-autoloads): Use it.
1115 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
1117         * calc/calc-comb.el (math-init-random-base, math-prime-test):
1118         Use math-read-number-simple to insert constants.
1119         (math-prime-test): Redo calculation of sum.
1121         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
1123         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
1124         math-scale-bignum-3.
1125         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
1126         math-bignum-digit-size.
1127         (math-isqrt-small): Add another possible initial guess.
1129 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1131         * textmodes/bibtex.el (bibtex-entry-format): New options
1132         `whitespace', `braces', and `string'.
1133         (bibtex-field-braces-alist, bibtex-field-strings-alist)
1134         (bibtex-field-braces-opt, bibtex-field-strings-opt)
1135         (bibtex-cite-matcher-alist): New variables.
1136         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
1137         (bibtex-flash-head): Use blink-matching-delay.
1138         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
1139         (bibtex-format-entry, bibtex-reformat): Handle new options of
1140         bibtex-entry-format.
1141         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
1142         New functions.
1143         (bibtex-complete-internal): Do not display messages while
1144         minibuffer is used.  Do not leave around a completions buffer
1145         that is out of date.
1146         (bibtex-copy-summary-as-kill): New optional arg.
1147         (bibtex-font-lock-url): New optional arg no-button.
1148         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
1149         (bibtex-url): Allow multiple URLs per entry.
1151 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1153         * emacs-lisp/autoload.el (autoload-generated-file): New function.
1154         (update-file-autoloads, update-directory-autoloads): Use it.
1155         (autoload-file-load-name): New function.
1156         (generate-file-autoloads, update-file-autoloads): Use it.
1157         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
1158         (generate-file-autoloads): If the autoloaded form is malformed,
1159         indicate the problem with a warning instead of aborting.
1161 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
1163         * simple.el (next-error-recenter): Accept `(4)' as well;
1164         also, specify `integer' instead of `number'.
1166 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1168         * ls-lisp.el (insert-directory): If an invalid regexp error is
1169         thrown, try using FILE as a literal file name, not a wildcard.
1171 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1173         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1174         `header-line-format' when reentering ruler mode.
1176 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1178         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1179         FILE exists as a file.
1181 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1183         * calc/calc.el (math-bignum-digit-length)
1184         (math-bignum-digit-size, math-small-integer-size):
1185         New constants.
1186         (math-normalize, math-bignum-big, math-make-float)
1187         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
1188         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
1189         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
1190         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
1191         (math-quotient, math-div-bignum, math-div-bignum-digit)
1192         (math-div-bignum-part, math-format-bignum-decimal)
1193         (math-read-bignum): Use math-bignum-digit-length,
1194         math-bignum-digit-size and math-small-integer-size.
1196         * calc/calc-ext.el (math-fixnum-big): Use the variable
1197         math-bignum-digit-size.
1199 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
1201         * log-view.el (log-view-mode-menu): New menu.
1203 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1205         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
1206         differently.
1208         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
1209         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
1211 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1213         * vc-hg.el (vc-hg-print-log): Insert the file name.
1214         (vc-hg-log-view-mode): Fontify the file name.
1216 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1218         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
1219         (calcFunc-julian): Fix incorrect number used in calculations.
1221 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
1223         * simple.el (next-error-recenter): New defcustom.
1224         (next-error, next-error-internal): Recenter if specified,
1225         immediately prior to running `next-error-hook'.
1227         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
1228         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
1230         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
1232 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
1234         * calc/calc-comb.el (math-small-factorial-table): New variable.
1235         (calcFunc-fact): Use `math-small-factorial-table'.
1237         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
1238         initial values.
1239         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
1240         New variables to use in caches.
1242         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
1243         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
1245         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
1246         (math-bernoulli-b-cache): Use math-read-number-simple to insert
1247         bignums.
1249         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1250         New variables to use in caches.
1252 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1254         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
1256         * vc-hg.el (vc-hg-log-view-mode): New mode.
1258 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
1260         * calc/calc.el (math-read-number-simple): New function.
1262 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1264         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1265         (vera-font-lock-match-item): Fix doc string.
1266         (vera-in-comment-p): Remove unused function.
1267         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1268         use `syntax-ppss'.
1269         (vera-forward-syntactic-ws): Fix argument order.
1270         (vera-prepare-search): Use `with-syntax-table'.
1271         (vera-indent-line): Fix doc string.
1272         (vera-electric-tab): Fix doc string.
1273         (vera-expand-abbrev): Define alias instead of using `fset'.
1274         (vera-comment-uncomment-region): Use `comment-start-skip'.
1276 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
1278         * textmodes/org.el (org-export-with-footnotes): New option.
1279         (org-export-as-html): Fix replacement bug for XEmacs.
1280         (org-agenda-default-appointment-duration): New option.
1282 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1284         * vc-hg.el: Add to do items.
1285         (vc-hg-diff): Add support for comparing different revisions.
1286         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
1287         (vc-hg-annotate-extract-revision-at-line)
1288         (vc-hg-previous-version, vc-hg-checkin): New functions.
1289         (vc-hg-annotate-re): New constant.
1291 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
1293         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
1295 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1297         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
1298         buffer-local value of log-view-*-re if applicable.
1300         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
1301         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
1302         (vc-bzr-command*): Remove both (incompatible) versions.
1303         (vc-bzr-do-command*): Remove.
1304         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
1305         Remove by folding into its only caller vc-bzr-command.
1306         (vc-bzr-command): Always set the environment, even when ineffective.
1307         (vc-bzr-version): Minor fix up.
1308         (vc-bzr-admin-dirname): New var.
1309         (vc-bzr-bzr-dir): Remove.
1310         (vc-bzr-root-dir): New fun.
1311         (vc-bzr-registered): Use it.  Add an autoloaded version.
1312         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
1313         (vc-bzr-view-log-function): Remove.
1314         (vc-bzr-log-view-mode): New major mode to replace it.
1315         (vc-bzr-print-log): Only activate the old hack if needed.
1317         * vc.el (vc-default-log-view-mode): New function.
1318         (vc-print-log): Add new `log-view-mode' VC operation.
1320 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1322         * ido.el (ido-find-file-in-dir): Don't signal an error for
1323         empty directories.
1325         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
1327         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1328         directory where the desktop file was found, as the docstring says.
1329         (desktop-kill): Use `read-directory-name'.
1331 2007-06-20  Alan Mackenzie  <acm@muc.de>
1333         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1334         When removing lines, also remove the \n.  Correction of patch of
1335         2007-04-21.
1337 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
1339         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1340         event is not a cons cell.  Do not unread drag-mouse-1 events.
1341         Select right window in check whether space was stolen from
1342         window above.
1344         * help-mode.el (help-make-xrefs): Adjust position of new forward
1345         button.
1347 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
1349         * vc-bzr.el (vc-bzr-with-process-environment)
1350         (vc-bzr-std-process-invocation): New macros.
1351         (vc-bzr-command, vc-bzr-command*): Use them.
1352         (vc-bzr-with-c-locale): Remove.
1353         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
1354         (vc-bzr-buffer-nonblank-p): New function.
1355         (vc-bzr-state-words): New const.
1356         (vc-bzr-state): Look for `bzr status` keywords in output.
1357         Display everything else as a warning message to the user.
1358         Fix status report with bzr >= 0.15.
1360 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
1362         * vc-hg.el (vc-hg-global-switches): Simplify.
1363         (vc-hg-state): Handle more states.
1364         (vc-hg-diff): Fix doc-string.
1365         (vc-hg-register): New function.
1366         (vc-hg-checkout): Likewise.
1368 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1370         * progmodes/vera-mode.el: New file.
1372 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
1374         * calc/calc.el (calc-multiplication-has-precendence):
1375         New variable.
1376         (math-standard-ops, math-standard-ops-p, math-expr-ops):
1377         New functions.
1378         (math-expr-opers): Define using math-standard-ops rather than
1379         math-standard-opers.
1380         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
1381         equal the function math-standard-ops rather than the variable
1382         math-standard-opers.
1383         (calc-algebraic-entry): Let math-expr-opers equal
1384         math-standard-ops or math-expr-ops, as appropriate.
1385         (math-expr-read-level, math-read-factor): Let math-expr-opers
1386         equal math-expr-ops.
1387         * calc/calc-embed.el (calc-embedded-finish-edit):
1388         Let math-expr-opers equal the function math-standard-ops
1389         rather than the variable math-standard-opers.
1390         * calc/calc-ext.el (math-read-plain-expr)
1391         (math-format-flat-expr-fancy): Let math-expr-opers equal the
1392         function math-standard-ops rather than the variable
1393         math-standard-opers.
1394         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
1395         Let math-expr-opers equal the function math-standard-ops rather
1396         than the variable math-standard-opers.
1397         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
1398         equal the function math-standard-ops rather than the variable
1399         math-standard-opers.
1400         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
1401         equal the function math-standard-ops rather than the variable
1402         math-standard-opers.
1403         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
1404         math-expr-ops.
1406 2007-06-19  Ivan Kanis  <apple@kanis.eu>
1408         * vc-hg.el: New file.
1410 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1412         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
1413         with font-lock-multiline.
1415 2007-06-17  Glenn Morris  <rgm@gnu.org>
1417         * lpr.el (lpr-page-header-switches): Move %s to separate element
1418         for correct quoting.  Doc fix.
1420 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
1423         than setting sgml-xml-mode.
1424         (sgml-mode, html-mode): Set sgml-xml-mode.
1425         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
1426         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
1427         (sgml-electric-tag-pair-before-change-function)
1428         (sgml-electric-tag-pair-flush-overlays): New functions.
1429         (sgml-electric-tag-pair-mode): New minor mode.
1430         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
1431         (sgml-calculate-indent): Use assoc-string.
1433 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
1435         * thingatpt.el (thing-at-point-email-regexp): Don't require two
1436         chars before the "@" in an email address.  Andreas Roehler noticed
1437         this problem.
1439 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
1441         * thingatpt.el: Add support for email addresses (`email').
1442         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
1443         (thing-at-point-email-regexp): New variable.
1444         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
1445         properties on this symbol, with lambda forms for values.
1447 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1449         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
1451         * vc.el (vc-dired-hook): Check the backend returned from
1452         `vc-responsible-backend' can really handle `subdir'.
1454 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
1456         * wid-edit.el (widget-add-documentation-string-button):
1457         Fix handling of documentation indent.
1459 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
1461         * mb-depth.el: New file.
1463 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1465         * vc.el (vc-dired-mode): Show backend name as part of mode name.
1467 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
1469         * wid-edit.el (widget-default-create): Move ?h handling here...
1470         (widget-default-format-handler): ...from here.
1471         (widget-docstring, widget-add-documentation-string-button): New funs.
1472         (documentation-string): Add :visibility-widget property.
1473         (widget-documentation-string-value-create): Use it.
1475         * cus-edit.el (custom-split-regexp-maybe): Simplify.
1476         (custom-buffer-create-internal): Simplify message.
1477         (custom-variable-tag): Reduce height to normal.
1478         (custom-variable-value-create, custom-face-value-create)
1479         (custom-visibility): New widget.
1480         (custom-visibility): New face.
1481         (custom-group-value-create):
1482         Call widget-add-documentation-string-button, using `custom-visibility'.
1484 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1486         * emacs-lisp/bytecomp.el (byte-compile-current-group)
1487         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
1488         change.  Apparently the "warning even if the group is implicit" is
1489         a feature rather than a bug.
1491 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
1493         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
1494         Different advices for Emacs and XEmacs.  Compile them conditionally.
1495         (viper-version): Belated version change.
1497 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
1499         * follow.el (follow-all-followers, follow-generic-filter):
1500         * pcomplete.el (pcomplete-restore-windows):
1501         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
1502         (x-dnd-drop-data):
1503         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
1504         * progmodes/python.el (python-complete-symbol):
1505         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
1507 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
1509         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
1510         around bright and dim regexps. Make sure bright and dim matches
1511         use word anchors.  Send text through rcirc-markup functions.
1512         (rcirc-url-regexp): Add single quote character.
1513         (rcirc-connect): Write logs to disk on auto-save-hook.
1514         Make server a non-optional argument.
1515         (rcirc-log-alist): New variable.
1516         (rcirc-log-directory): Make customizable.
1517         (rcirc-log-flag): New customizable variable.
1518         (rcirc-log): New function.
1519         (rcirc-print): Use above function.
1520         (rcirc-log-write): New function.
1521         (rcirc-generate-new-buffer-name): Strip text properties.
1522         (rcirc-switch-to-buffer-function): Remove variable.
1523         (rcirc-last-non-irc-buffer): Remove variable.
1524         (rcirc-non-irc-buffer): Add function.
1525         (rcirc-next-active-buffer): Use above function.
1526         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
1527         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
1528         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
1529         (rcirc-omit-mode): Add minor-mode.
1530         (rcirc-mode-map): Change C-c C-o binding.
1531         (rcirc-mode): Clear mode-line-process. Use a custom
1532         fill-paragraph-function.  Set up buffer-invisibility-spec.
1533         (rcirc-response-formats): Remove timestamp code.
1534         (rcirc-omit-responses): Add variable.
1535         (rcirc-print): Don't put the overlay arrow on potentially omitted
1536         lines.  Log line to disk.  Record activity for private messages
1537         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
1538         (rcirc-jump-to-first-unread-line): Print message if there is no
1539         unread text.
1540         (rcirc-clear-unread): New function.
1541         (rcirc-markup-text-functions): Add variable.
1542         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
1543         (rcirc-debug): Don't mess with window configuration.
1544         (rcirc-send-message): Send message before printing locally.
1545         Add SILENT argument, do not print message if non-nil.
1546         (rcirc-visible-buffers): New function and variable.
1547         (rcirc-window-configuration-change-1): Add function.
1548         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
1549         server buffer.
1550         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
1551         (rcirc-fill-paragraph): Add function.
1552         (rcirc-record-activity, rcirc-window-configuration-change-1):
1553         Only update the activity string if it has actually changed.
1554         (rcirc-update-activity-string): Remove padding characters from the
1555         mode-line string.
1556         (rcirc-disconnect-buffer): New function to be called when a
1557         channel is parted or the user quits.
1558         (rcirc-server-name): Warn when the server-name hasn't been set.
1559         (rcirc-window-configuration-change): Postpone work until
1560         post-command-hook.
1561         (rcirc-window-configuration-change-1): Update mode-line and
1562         overlay arrows here.
1563         (rcirc-authenticate): Fixc hanserv identification.
1564         (rcirc-default-server): Remove variable.
1565         (rcirc): Connect according to rcirc-connections.
1566         (rcirc-connections): Add variable.
1567         (rcirc-startup-channels-alist): Remove variable.
1568         (rcirc-startup-channels): Remove function.
1570 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1572         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
1574 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
1576         * term/xterm.el (terminal-init-xterm): Escape parens in character
1577         constants.
1579 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1581         * progmodes/sh-script.el: Remove unneeded * from docstrings.
1582         Use [:alpha:] and [:alnum:] where applicable.
1583         (sh-quoted-subshell): Rewrite to correctly
1584         handle nested mixes of `...` and $(...).
1585         (sh-apply-quoted-subshell): Remove.
1586         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
1588         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
1590 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
1592         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
1593         previous change.
1595 2007-06-12  Tom Tromey  <tromey@redhat.com>
1597         * subr.el (user-emacs-directory): New defconst.
1598         * cmuscheme.el (scheme-start-file):
1599         * shell.el (shell):
1600         * completion.el (save-completions-file-name):
1601         * custom.el (custom-theme-directory):
1602         * term/x-win.el (emacs-session-filename):
1603         * filesets.el (filesets-menu-cache-file):
1604         * thumbs.el (thumbs-thumbsdir):
1605         * server.el (server-auth-dir):
1606         * image-dired.el (image-dired-dir):
1607         (image-dired-db-file):
1608         (image-dired-temp-image-file):
1609         (image-dired-gallery-dir):
1610         (image-dired-temp-rotate-image-file):
1611         * play/gamegrid.el (gamegrid-user-score-file-directory):
1612         * savehist.el (savehist-file):
1613         * tutorial.el (tutorial--saved-dir):
1614         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
1616 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1618         * scroll-lock.el (scroll-lock-mode): Doc fix.
1620 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
1622         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
1624         * ediff-init.el: Doc strings.
1626 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1628         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1629         (byte-compile-file): Bind it.
1630         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
1631         group argument is provided implicitly.
1632         (byte-compile-format-warn, byte-compile-from-buffer)
1633         (byte-compile-insert-header): Don't hardcode point-min==1.
1634         (byte-compile-file-form-require): Remove unused var old-load-list.
1635         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
1637 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
1639         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
1640         Display error messages.
1641         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
1642         Get rid of cl.el dependencies.
1644         * emulation/viper-init.el (viper-suppress-input-method-change-message):
1645         New variable.
1646         (viper-activate-input-method-action)
1647         (viper-inactivate-input-method-action):
1648         Use viper-suppress-input-method-change-message.
1650         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
1651         for C-s, C-r.
1653         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
1654         Use viper-replace-overlay-cursor-color instead of
1655         viper-replace-overlay-cursor-color.
1656         (viper-sit-for-short): Use sit-for with 3 arguments.
1658         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
1659         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
1660         to gud-mode.
1662         * ediff-mult.el (ediff-meta-buffer-brief-message)
1663         (ediff-meta-buffer-verbose-message): New variables.
1664         (ediff-meta-buffer-message): Variable deleted.
1665         (ediff-verbose-help-enabled): New variable.
1666         (ediff-toggle-verbose-help-meta-buffer): New function.
1667         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
1668         message options
1670         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
1671         (ediff-fixup-patch-map): Improve heuristic.
1673 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1675         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
1676         (log-view-font-lock-keywords): Simplify.
1677         (log-view-current-file, log-view-current-tag): Simplify.
1679 2007-06-12  Sam Steingold  <sds@gnu.org>
1681         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
1683 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
1685         * desktop.el (desktop-load-locked-desktop): New option.
1686         (desktop-read): Use it.
1687         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1688         Use `when'.
1690 2007-06-12  Davis Herring  <herring@lanl.gov>
1692         * desktop.el (desktop-save-mode-off): New function.
1693         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1694         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1695         (desktop-claim-lock, desktop-release-lock): New functions.
1696         (desktop-kill): Tell `desktop-save' that this is the last save.
1697         Release the lock afterwards.
1698         (desktop-buffer-info): New function.
1699         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1700         says to.  Detect conflicts, and manage the lock.
1701         (desktop-read): Detect conflicts.  Manage the lock.
1703 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1705         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
1707         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
1708         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
1709         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
1710         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
1711         keysyms rather than byte sequences.
1712         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
1714 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1716         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1717         half-activated, forcefully activate it completely.
1719 2007-06-11  Richard Stallman  <rms@gnu.org>
1721         * cus-edit.el (custom-variable-type): Doc fix.
1723 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1726         (sh-font-lock-flush-syntax-ppss-cache): New functions.
1727         (sh-font-lock-syntactic-keywords): Use them to distinguish the
1728         different possible cases for \'.
1730         * complete.el (PC-bindings): Don't bind things already bound in the
1731         parent keymap.
1733         * textmodes/bibtex-style.el: New file.
1735 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
1737         * vc-bzr.el: New file.
1739 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1741         * vc-svn.el (vc-svn-program): New var.
1742         (vc-svn-command): Use it.
1744 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
1746         * server.el (server-switch-buffer): Remove redundant check.
1748 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
1750         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
1751         Match against file-name-nondirectory.
1752         Fix text on user customization variables.
1753         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
1755 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1757         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1759 2007-06-09  Davis Herring  <herring@lanl.gov>
1761         * desktop.el (desktop-minor-mode-table): Doc fix.
1763 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1765         * textmodes/css-mode.el (css-navigation-syntax-table):
1766         Use set-char-table-range so it also works in the unicode branch.
1768 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
1770         * help-mode.el (help-xref-forward-stack)
1771         (help-xref-stack-forward-item, help-forward-label): New variables.
1772         (help-forward): New button type.
1773         (help-setup-xref): Initialise help-xref-forward-stack.
1774         (help-make-xrefs): Add forward button, if appropriate.
1775         (help-xref-go-back): Push item on forward stack.
1776         (help-xref-go-forward, help-go-forward): New functions.
1778 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1780         * dired.el (dired-mode-map): Remove spurious separator.
1782 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1784         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1786         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1787         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1789 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
1791         * textmodes/org.el: Version number fixed.
1793 2007-06-07  Glenn Morris  <rgm@gnu.org>
1795         * version.el (emacs-copyright): New constant.
1796         * startup.el (fancy-splash-tail): Use emacs-copyright.
1797         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
1799         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
1800         `make-local'.
1801         (byte-compile-warnings-safe-p): Add `make-local'.
1802         (byte-compile-make-variable-buffer-local):
1803         Allow byte-compile-warnings to suppress this warning.
1805         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
1806         format of "menu" description.
1807         (tutorial--find-changed-keys): Describe the specific menu a
1808         command is in.
1810         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
1811         Rewrite compatibility functions to silence byte-compiler.
1813 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1815         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1816         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1818 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
1820         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
1822 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1824         * progmodes/ebrowse.el (ebrowse-member-table):
1825         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
1826         (org-batch-agenda-csv): Fix typos in docstrings.
1828 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1830         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1831         (sort-coding-systems, search-unencodable-char): Doc fixes.
1832         (coding-system-change-eol-conversion, set-default-coding-systems)
1833         (prefer-coding-system, find-multibyte-characters, princ-list)
1834         (leim-list-entry-regexp, set-input-method, locale-language-names)
1835         (input-method-exit-on-first-char, exit-language-environment-hook)
1836         (locale-charset-language-names): Fix typos in docstrings.
1838 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1840         * pgg.el (pgg-sign-region, pgg-sign):
1841         * ses.el (ses-call-printer):
1842         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1843         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1845 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
1847         * textmodes/org.el
1848         (org-export-region-as-html, org-replace-region-by-html)
1849         (org-number-to-letters, org-table-fedit-finish)
1850         (org-normalize-color, org-table-fedit-ref-right)
1851         (org-date-to-gregorian, org-table-fedit-move)
1852         (org-table-convert-refs-to-rc, org-calendar-holiday)
1853         (org-table-fedit-toggle-ref-type, org-write-agenda)
1854         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
1855         (org-defkey, org-encode-for-stdout)
1856         (org-indent-line-function, org-export-as-html-to-buffer)
1857         (org-store-agenda-views, org-update-mode-line)
1858         (org-find-if, org-delete-all)
1859         (org-table-fedit-convert-buffer, org-emphasize)
1860         (org-uniquify, org-table-fedit-lisp-indent)
1861         (org-table-fedit-scroll, org-get-todo-sequence-head)
1862         (org-table-fedit-scroll-down, org-table-fedit-line-down)
1863         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
1864         (org-table-fedit-toggle-coordinates, org-dvipng-color)
1865         (org-table-fedit-line-up, org-table-fedit-ref-down)
1866         (org-table-formula-from-user, org-mode-flyspell-verify)
1867         (org-cycle-show-empty-lines, org-ctrl-c-ret)
1868         (org-table-formula-to-user, org-diary-to-ical-string)
1869         (orgtbl-export, org-table-fedit-post-command)
1870         (org-closed-in-range, org-shiftcontrolright)
1871         (org-table-convert-refs-to-an, org-table-hline-and-move)
1872         (org-table-formula-less-p, org-format-table-ascii)
1873         (org-agenda-get-sexps, org-shift-refpart)
1874         (org-diary-sexp-entry, org-time-string-to-absolute)
1875         (org-table-show-reference, org-letters-to-number)
1876         (org-fix-agenda-info, org-table-fedit-ref-up)
1877         (org-table-fedit-shift-reference, org-table-fedit-abort)
1878         (org-closest-date, org-shiftcontrolleft)
1879         (org-at-heading-or-item-p, org-rematch-and-replace)
1880         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
1881         New functions.
1882         (org-table-edit-scroll-down, org-finish-edit-formulas)
1883         (org-table-edit-next-field, org-abort-edit-formulas)
1884         (org-font-lock-level, org-export-find-first-heading-line)
1885         (org-table-edit-line-down, org-table-edit-backward-field)
1886         (org-edit-formula-lisp-indent, org-table-edit-move)
1887         (org-check-log-option, org-this-word)
1888         (org-table-edit-line-up, org-table-edit-formulas-post-command)
1889         (org-agenda-file-to-end, org-expand-file-name)
1890         (org-fake-empty-table-line, org-table-edit-scroll)
1891         (org-toggle-log-option, org-show-reference): Function removed.
1892         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
1893         New defsubsts.
1894         (org-unmodified, org-batch-store-agenda-views)
1895         (org-batch-agenda-csv): New macro.
1896         (org-agenda-export): New customization group.
1897         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
1898         (org-highest-priority, org-agenda-exporter-settings)
1899         (org-log-done-with-time, org-replace-disputed-keys)
1900         (org-format-latex-header, org-export-table-header-tags)
1901         (org-cycle-separator-lines, org-export-table-data-tags)
1902         (org-icalendar-include-sexps)
1903         (org-empty-line-terminates-plain-lists)
1904         (org-log-repeat, org-special-ctrl-a)
1905         (org-table-use-standard-references, org-disputed-keys)
1906         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
1907         (org-agenda-export-html-style): New option.
1908         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
1909         (org-CUA-compatible): Option removed.
1910         (org-agenda-structure, org-sexp-date): New face.
1911         (org-todo-keywords-for-agenda, org-not-done-keywords)
1912         (org-planning-or-clock-line-re, org-agenda-name)
1913         (org-table-colgroup-info, org-todo-sets)
1914         (constants-unit-system, org-clock-mode-line-entry)
1915         (org-mode-line-timer, org-table-current-begin-pos)
1916         (org-todo-keywords-1, org-mode-line-string)
1917         (org-table-clean-did-remove-column, org-table-fedit-map)
1918         (org-clock-heading, org-table-buffer-is-an)
1919         (org-agenda-info, org-done-keywords)
1920         (org-done-keywords-for-agenda, org-todo-heads)
1921         (org-todo-kwd-alist, org-clock-start-time): New variable.
1922         (org-todo-kwd-priority-p, org-edit-formulas-map)
1923         (org-repeat-re, org-todo-kwd-max-priority)
1924         (org-version, org-done-string)
1925         (org-table-clean-did-remove-column-1, org-disputed-keys):
1926         Remove variables.
1927         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
1928         (org-ts-lengths): Constant removed.
1929         (org-follow-gnus-link): Don't ask how many articles to read.
1930         (org-export-find-first-export-line): Rename from
1931         `org-export-find-first-heading'.
1932         Use `org-export-skip-text-before-1st-heading'.
1933         (org-table-fedit-post-command): Rename from
1934         `org-table-edit-formulas-post-command'.
1935         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
1936         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
1937         (org-table-fedit-lisp-indent): Rename from
1938         `org-edit-formula-lisp-indent'.
1939         (org-table-show-reference): Rename from `org-show-reference'.
1940         (org-table-store-formulas): Use `org-table-formula-less-p'.
1941         (org-table-edit-formulas): Position cursor to current field equation.
1942         (org-update-checkbox-count, org-hide-archived-subtrees)
1943         (org-timestamp-up-day, org-timestamp-down-day)
1944         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1945         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1946         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
1947         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
1948         Let `org-on-heading-p' also check for invisible heading.
1949         (org-read-date): Match am/pm times.
1950         (org-eval-in-calendar): Fix default date in prompt.
1952 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1954         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
1955         "ChangeLog.a" entries, giving the latter lower priority.
1957 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1959         * faces.el (face-id): If the argument is a face alias,
1960         return the ID of the target face.
1962 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
1964         * net/socks.el (top): Remove unnecessary copyright line.
1966 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1968         * longlines.el (longlines-auto-wrap): Handle argument correctly.
1970 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
1972         * net/socks.el: New file, taken from w3 repository.
1973         (top): Update Copyright.  Don't load cl.el.
1974         (all): Replace `case' by `cond', `string-to-int' by
1975         `string-to-number', and `process-kill-without-query' by
1976         `set-process-query-on-exit-flag'.
1977         (socks-char-int): Remove defalias and all occurencies.
1979 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1981         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1982         Fix typos in docstrings.
1983         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1984         (compilation-finish-function): Fix typo in obsolescence declaration.
1986 2007-06-03  Sam Steingold  <sds@gnu.org>
1988         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
1989         handle unending automatic recompilation of changed files (`omake -P').
1990         (compilation-loop): VISITED is now 5th CDR.
1991         (compilation-next-error-function): Set TIMESTAMP.
1993 2007-06-03  Sam Steingold  <sds@gnu.org>
1995         * files.el (kill-buffer-ask): New function.
1996         (kill-some-buffers): Use it.
1997         (kill-matching-buffers): New user command.
1999 2007-06-01  David Kastrup  <dak@gnu.org>
2001         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2002         Change default to `top'.
2004 2007-05-31  Richard Stallman  <rms@gnu.org>
2006         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
2008 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2010         * textmodes/css-mode.el: New file.
2012 2007-05-30  Michael Olson  <mwolson@gnu.org>
2014         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2015         died and we are trying to send a signal to it.  The program using
2016         tq.el should periodically check to see whether the process has
2017         died and react appropriately -- this is not the responsibility of
2018         tq.el, and is consistent with the rest of the tq.el source code.
2020 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
2022         * textmodes/table.el (table--point-entered-cell-function)
2023         (table--point-left-cell-function):
2024         Bind `inhibit-point-motion-hooks' to t.
2026 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2028         * emacs-lisp/rx.el (rx): Doc fix.
2030 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
2032         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2034 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
2036         Sync with Tramp 2.0.56.
2038         * net/tramp.el:
2039         * net/tramp-ftp.el:
2040         * net/tramp-smb.el:
2041         * net/tramp-util.el:
2042         * net/tramp-vc.el:
2043         Don't load cl.el, because that pollutes the namespace.  Replace cl
2044         macros by their implementations where necessary.  Requested by
2045         Richard Stallman <rms@gnu.org>.
2047         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2048         doesn't exist.
2049         (with-parsed-tramp-file-name): Protect debug spec during compilation.
2050         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2051         (tramp-file-name-p, tramp-file-name-multi-method)
2052         (tramp-file-name-method, tramp-file-name-user)
2053         (tramp-file-name-host, tramp-file-name-localname): New defuns,
2054         replacing defstruct `tramp-file-name'.
2055         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2056         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2057         Apply `vector' instead of `make-tramp-file-name'.
2058         (tramp-handle-make-auto-save-file-name):
2059         Apply `tramp-temporary-file-directory' for compatibility reasons.
2060         (tramp-completion-mode): Use `natnump' instead of `wholenump'
2061         because of XEmacs.
2062         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2063         started.
2065 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
2067         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2069 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2071         * log-edit.el (log-edit-changelog-paragraph): Return point-max
2072         as the end of the ChangeLog paragraph when it ends without a line
2073         termination.
2075 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
2077         * net/webjump.el (webjump-sample-sites):
2078         Add simple Wikipedia query.
2080 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2082         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
2083         compatibility code.
2085         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
2086         (copyright-update-year): Use it.
2088         * edmacro.el (edmacro-format-keys): Use current-active-maps.
2090         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
2091         Add indentation and debugging info.  Fix up comment convention.
2093         * cus-dep.el (custom-make-dependencies): Simplify.
2095         * composite.el (compose-region, decompose-region):
2096         Use inhibit-read-only and restore-buffer-modified-p.
2098         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2099         (xterm-mouse-event): Use it.
2101 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
2103         * bs.el (bs-cycle-previous): Don't modify the cycle list until
2104         `switch-to-buffer' has returned succesfully.
2105         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
2106         window is dedicated (it could iconify the frame).
2108 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2110         * vc-hooks.el (vc-find-root): Fix file attribute test.
2112 2007-05-24  Richard Stallman  <rms@gnu.org>
2114         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2115         Don't let opoint be nil.
2116         (flyspell-emacs-popup): Explicit error if no dialogs.
2118 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
2120         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2121         (image-next-line, image-previous-line, image-scroll-up)
2122         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2123         New functions.
2124         (image-mode-map): Remap motion commands.
2125         (image-mode-text-map): New keymap for viewing images as text.
2126         (image-mode): Use image-mode-map.
2127         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2129 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2131         * textmodes/fill.el (canonically-space-region): Make the second arg
2132         a marker if it's not already the case.
2134 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2136         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2137         (tar-get-descriptor): Handle type 55, an extended pax header.
2139 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2141         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
2142         to confuse outline-minor-mode.
2144 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2146         * tar-mode.el (tar-file-name-handler): New function.
2147         (tar-extract): Bind file-name-handler-alist to it to force
2148         find-buffer-file-type-coding-system behave as if the file being
2149         extracted existed.  Use last-coding-system-used to force
2150         buffer-file-coding-system to what decode-coding-region actually
2151         used to decode the file.
2153 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2155         * progmodes/compile.el (compilation-handle-exit):
2156         `compilation-finish-function' may change the current buffer.
2158 2007-05-22  Richard Stallman  <rms@gnu.org>
2160         * files.el (set-auto-mode): Doc fix.
2162 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2164         * help-fns.el (find-source-lisp-file): New function.
2165         (describe-function-1): Use find-source-lisp-file to find source
2166         file in compile tree.
2168 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2170         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2172 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
2174         * emacs-lisp/easy-mmode.el (define-minor-mode)
2175         (easy-mmode-define-navigation): Fix typos in docstrings.
2177 2007-05-22  Glenn Morris  <rgm@gnu.org>
2179         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2181 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2183         * mail/mail-extr.el (mail-extract-address-components):
2184         Recognize non-ASCII characters except for NBSP as words.
2186 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2188         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2189         (rcirc-print): Handle `window-width'.
2190         (rcirc-buffer-maximum-lines): Doc fix.
2192 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
2194         * image-mode.el (image-toggle-display): Don't clear image cache.
2195         Only use filename in image spec if the file is readable.
2196         Call image-refresh.
2198         * image.el (image-type-from-file-name, image-type): Simplify.
2199         (image-type-auto-detected-p): Don't scan auto-mode-alist.
2201         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2202         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2204 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
2206         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
2207         is an error.
2209         * term/linux.el (terminal-init-linux): Don't signal an error
2210         if gpm isn't running.
2212 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
2214         * t-mouse.el: Reduce to a minor-mode macro call.
2215         (t-mouse-mode): Remove the lighter.
2217         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
2219 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
2221         * files.el (auto-mode-alist): Change the regexp so that
2222         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
2224 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2226         * Version 22.1 released.
2228 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
2230         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2231         changes.
2233 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2235         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
2237 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
2239         * textmodes/sgml-mode.el: Revert last change.
2241 2007-05-18  Richard Stallman  <rms@gnu.org>
2243         * simple.el (push-mark): Doc fix.
2245 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2247         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2248         tpu-global-map.
2249         (tpu-original-global-map): Variable deleted.
2250         (tpu-control-keys-map): New keymap variable.
2251         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2252         setting keymapping directly.
2253         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2254         tpu-global-map.
2255         (tpu-edt-on): Activate the tpu-global-map.
2256         (tpu-edt-off): Deactivate the tpu-global-map.
2258 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2260         * textmodes/ispell.el (ispell-get-word): Return markers
2261         for start and end positions.
2262         (ispell-word): Assume END is a marker.
2264 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2266         * printing.el: Group together all XEmacs/Emacs definitions.
2267         (pr-version): New version 6.9.
2268         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
2269         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
2270         (pr-menu-bind): Fix code.
2271         (pr-e-frame-char-height, pr-e-frame-char-width)
2272         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
2273         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
2274         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
2275         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
2276         (pr-x-event-y-pixel): Aliases eliminated.
2277         (pr-xemacs-global-menubar): Macro moved.
2278         (current-menubar, current-mouse-event, zmacs-region-stays)
2279         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
2280         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
2281         Vars moved.
2282         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
2283         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
2284         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
2285         (pr-menu-set-utility-title, pr-even-or-odd-pages)
2286         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
2287         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
2288         moved.
2290 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
2292         * textmodes/sgml-mode.el (sgml-tag):
2293         Fix bug: Call sgml-transformation-function.
2295 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2297         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2298         modified flag of buffer.  Use `inhibit-modification-hooks'.
2300 2007-05-16  Richard Stallman  <rms@gnu.org>
2302         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2304 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2306         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2307         Move the *ml, Postscript, and XmCD entries to the fallback part.
2309         * files.el (magic-fallback-mode-alist):
2310         Rename from file-start-mode-alist.
2312 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2314         * progmodes/compile.el (compilation-handle-exit): Quote first
2315         argument of `run-hook-with-args'.
2317 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2319         * buff-menu.el (Buffer-menu-sort-column):
2320         * dabbrev.el (dabbrev-upcase-means-case-search):
2321         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2322         * info.el (Info-current-subfile):
2323         * ls-lisp.el (ls-lisp-verbosity):
2324         * msb.el (msb-menu-cond):
2325         * pcvs.el (cvs-dired-use-hook):
2326         * simple.el (set-mark-command-repeat-pop):
2327         * time.el (display-time-24hr-format, display-time-mail-file):
2328         Doc fixes.
2330         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2331         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2333         * view.el (view-inhibit-help-message): Fix typo in docstring.
2334         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2336 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
2338         * textmodes/ispell.el (ispell-start-process): Defend against bad
2339         default-directory.
2341 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2343         * mail/rmail.el (rmail-convert-to-babyl-format): Check
2344         content-transfer-encoding _last_, because it's its position that
2345         we need as value of base64-header-field-end.
2347 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2349         * files.el (mode-require-final-newline, require-final-newline)
2350         (enable-local-variables, enable-local-eval): Doc fixes.
2352 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2354         * ps-print.el: Use default color when foreground or background color
2355         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2356         (ps-print-version): New version 6.7.4.
2357         (ps-rgb-color): New argument.  Use default color when color is
2358         unspecified.
2359         (ps-begin-job): Fix code.
2361 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
2363         * longlines.el (longlines-mode): Make longlines-auto-wrap
2364         buffer-local.  Add hooks unconditionally.
2365         (longlines-auto-wrap): Toggle wrapping.
2366         (longlines-after-change-function)
2367         (longlines-post-command-function): Check longlines-auto-wrap.
2369 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
2371         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
2372         (xterm-mouse-translate): Use it.
2374 2007-05-10  Richard Stallman  <rms@gnu.org>
2376         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2377         (iso-cvt-write-only): Likewise.
2379         * emacs-lisp/easy-mmode.el (define-minor-mode):
2380         Fix generated doc string.
2382         * startup.el (fancy-splash-text): Add URL of guided tour.
2383         Adjust horizontal and vertical whitespace.
2385         * progmodes/compile.el (compilation-handle-exit):
2386         Use run-hook-with-args to run compilation-finish-functions.
2388         * files.el (file-start-mode-alist): New variable.
2389         (magic-mode-regexp-match-limit): Doc fix.
2390         (set-auto-mode): Handle file-start-mode-alist.
2391         A little cleanup of structure.
2393         * dabbrev.el (dabbrev-eliminate-newlines):
2394         Renamed from dabbrev--eliminate-newlines.  All uses changed.
2396 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2398         * man.el (Man-next-section): Don't consider the last line of the page
2399         as being part of any section.
2401 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2403         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
2404         can take any number of values.
2406 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2408         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
2409         to the list of citation commands.
2411 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2413         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2415 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2417         * progmodes/python.el (python-font-lock-keywords)
2418         (python-open-block-statement-p, python-mode): Add support for the new
2419         "with" keyword.
2421 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2423         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
2424         the exact opposite of diff-goto-source.
2426         * emacs-lisp/advice.el (ad-special-forms): Remove.
2427         (ad-special-form-p): Use subr-arity.
2429         * newcomment.el (comment-search-forward): Make sure we search forward.
2430         (comment-enter-backward): Try and distinguish the non-matching case at
2431         EOB from the non-matching case with a missing comment-end-skip for
2432         a 2-char comment ender.
2433         (comment-choose-indent): New function extracted from comment-indent.
2434         Improve the alignment algorithm.
2435         (comment-indent): Use it.
2437         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
2438         XML style Processing Instructions.
2439         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
2440         (sgml-calculate-indent): Handle `pi' context.
2442         * vc.el: Ensure that update-changelog issues an error when used with
2443         a backend that does not implement it.
2444         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
2445         Remove `backend' argument.  Use expand-file-name.
2446         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
2448         * progmodes/python.el (python-end-of-block): Revert last change.
2449         (python-end-of-statement): Make sure we move *forward*.
2451 2007-05-08  Richard Stallman  <rms@gnu.org>
2453         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2454         Don't include non-self-insert commands in the exception for `-'.
2456 2007-05-08  David Reitter  <david.reitter@gmail.com>
2458         * progmodes/python.el (python-guess-indent): Check non-nullness
2459         before comparing indent against the 2..8 interval.
2461 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2463         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2464         available.
2466 2007-05-06  Richard Stallman  <rms@gnu.org>
2468         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2470 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2472         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
2473         rather than storing their value in the revert-buffer function.
2475 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
2477         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
2478         when disabling t-mouse-mode.
2480 2007-05-01  Davis Herring  <herring@lanl.gov>
2482         * calendar/timeclock.el: Update version number.
2483         (timeclock-modeline-display): Mention timeclock-use-display-time
2484         in explanatory message.
2485         (timeclock-in): Fix non-interactive workday specifications.
2486         (timeclock-log): Don't kill the log buffer if it already existed.
2487         Suppress warnings when finding the log.  Don't check for a nil
2488         project twice.  Run hooks after killing the buffer (if applicable).
2489         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2490         was geometric).  All uses changed.
2491         (timeclock-generate-report): Support prefix argument.
2493 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2495         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2496         disconnections.
2498 2007-05-01  Romain Francoise  <romain@orebokech.com>
2500         * dired-x.el: Revert 2007-04-06 change.
2502 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2504         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2506 2007-04-29  Richard Stallman  <rms@gnu.org>
2508         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2510 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2512         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2513         than 1.
2515 2007-04-28  Richard Stallman  <rms@gnu.org>
2517         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2519 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
2521         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2522         don't put stop on toolbar.
2524 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2526         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2528 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2530         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2531         instead of $(lisp)/mh-e.
2533 2007-04-28  Glenn Morris  <rgm@gnu.org>
2535         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2536         (image-dired-cmd-create-temp-image-options): Replace option
2537         +profile "*" with -strip.
2539 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2541         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2542         Use window-start and window-end.
2544 2007-04-27  Andreas Schwab  <schwab@suse.de>
2546         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2548 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
2550         * textmodes/fill.el (fill-paragraph): Doc fix.
2552 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2554         * locate.el (locate-in-alternate-database): Doc fix.
2556 2007-04-26  Glenn Morris  <rgm@gnu.org>
2558         * button.el (button): Use underline if supported, else fall back
2559         to color.
2561         * version.el (emacs-version): Increase to 22.1.50.
2563 2007-04-25  Richard Stallman  <rms@gnu.org>
2565         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2567 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2569         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2570         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2571         pushing mark.
2572         (idlwave-current-routine): Don't push mark.
2574 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2576         * image-dired.el (image-dired-display-image): Derive image-type from
2577         filename rather than assuming jpeg, in case no resizing was needed.
2579 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2581         * custom.el (defface): Doc fix.
2583 See ChangeLog.12 for earlier changes.
2585 ;; Local Variables:
2586 ;; coding: iso-2022-7bit
2587 ;; add-log-time-zone-rule: t
2588 ;; End:
2590     Copyright (C) 2007 Free Software Foundation, Inc.
2592   This file is part of GNU Emacs.
2594   GNU Emacs is free software; you can redistribute it and/or modify
2595   it under the terms of the GNU General Public License as published by
2596   the Free Software Foundation; either version 2, or (at your option)
2597   any later version.
2599   GNU Emacs is distributed in the hope that it will be useful,
2600   but WITHOUT ANY WARRANTY; without even the implied warranty of
2601   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2602   GNU General Public License for more details.
2604   You should have received a copy of the GNU General Public License
2605   along with GNU Emacs; see the file COPYING.  If not, write to the
2606   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2607   Boston, MA 02110-1301, USA.
2609 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af