(vc-bzr-version, vc-bzr-at-least-version, vc-bzr-post-command-function):
[emacs.git] / lisp / ChangeLog
blob844aa761019d8c4d31fb5ea0e32095b1acd7a4d1
1 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
4         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
5         nowadays, and by the time Emacs-23 comes out, nobody will even remember
6         it has ever existed.
8 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
10         * vc.el: Undo previous change.
12 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
14         * makefile.w32-in (clean): Don't delete *~.
16 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18         * textmodes/tex-mode.el (tex-verbatim-environments):
19         Add safe-local-variable property.
20         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
21         when starting font-lock rather than when loading tex-mode.el.
23         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
24         whole $( rather than just the $.  Rename from sh-quoted-subshell.
25         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
27 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
29         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
30         bookmark-alist.  Instead, if not sorting, simply return it.
31         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
32         for its return value, not for its side effect.
34         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
35         case of alignment under a constant symbol, find and consider
36         the sexp actually at indentation to be the "last sexp".
38 2007-07-16  Drew Adams  <drew.adams@oracle.com>
40         * mouse.el (mouse-yank-secondary): Better error message if no
41         secondary selection.
43 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
45         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
47         * term/xterm.el (xterm-turn-on-modify-other-keys)
48         (xterm-turn-off-modify-other-keys): New functions.
49         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
50         terminal supports it.
52 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
54         * bookmark.el (bookmark-show-all-annotations):
55         Make sure each inserted annotation ends with newline.
57 2007-07-15  Juri Linkov  <juri@jurta.org>
59         * delsel.el (delete-selection-pre-hook):
60         * emulation/cua-base.el (cua-paste): Before a yank command,
61         check also whether last-command is one of mouse-save-then-kill,
62         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
64 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
66         * recentf.el (recentf-keep-default-predicate): New defun.
67         (recentf-keep): Use it as initial value.
69 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
71         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
72         thus restoring bookmark bindings to three slots under C-x r.  See
73         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
75 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
77         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
79 2007-07-15  Jason Rumney  <jasonr@gnu.org>
81         * w32-fns.el (set-default-process-coding-system): Use dos line ends
82         for input to cmdproxy on all versions of Windows.
83         Use dos line ends for input to plink.
85         * comint.el (comint-simple-send): Concat newline before sending.
86         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
88 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
90         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
91         safe-local-variable setting.
93 2007-07-14  David Kastrup  <dak@gnu.org>
95         * emacs-lisp/advice.el (defadvice): Doc fix.
97 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
99         * subr.el (when, unless): Doc fix.
101 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
103         * replace.el (match): Use yellow1 instead of yellow.
105         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
106         red.
108         * pcvs-info.el (cvs-unknown): Likewise.
110 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
112         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
113         (install): Use them to copy all *.el files before *.elc.
115 2007-07-13  Drew Adams <drew.adams@oracle.com>
117         * bookmark.el (bookmark-jump-other-window): New function.
118         (bookmark-map): Bind it to "o".
120         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
121         and its thread contains discussion about this change.
122         The original patch was slightly tweaked by Karl Fogel
123         <kfogel@red-bean.com> before committing.
125 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
127         * bookmark.el: Shorten some comments to fit within 80 lines.
129 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
131         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
132         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
133         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
134         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
136 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
138         * textmodes/org.el: Bug fixes.
139         (org-end-of-line): Move to end of line if in headline without tags.
141 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
143         * vc-hooks.el: Remove spurious * in docstrings.
144         (vc-handled-backends): Add BZR.
146         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
148 2007-07-12  Davis Herring  <herring@lanl.gov>
150         * desktop.el (desktop-buffer-info, desktop-save):
151         Use `desktop-dirname' instead of `dirname'.
153 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
155         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
157         * progmodes/python.el (python-which-func-length-limit): New var.
158         (python-which-func): New function.
159         (python-current-defun): Add optional `length-limit' and try to fit
160         computed function name to that length.
161         (python-mode): Hook `python-which-func' up.
163 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
165         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
167         * comint.el (comint-dynamic-complete-as-filename):
168         Use read-file-name-completion-ignore-case.
170 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
172         * comint.el (comint-dynamic-list-filename-completions):
173         Use read-file-name-completion-ignore-case.
175         * vc-cvs.el: Require CL.
176         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
177         New functions to provide completion of revision names.
179         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
180         (vc-cvs-annotate-first-line-re): New const.
181         (vc-cvs-annotate-process-filter): New fun.
182         (vc-cvs-annotate-command): Use them and run the command asynchronously.
184 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
186         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
187         (eldoc-print-current-symbol-info): Adjust for changed helper
188         function signatures.
189         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
190         `eldoc-highlight-function-argument'.
191         (eldoc-highlight-function-argument): New function.
192         (eldoc-get-var-docstring): Format documentation with
193         `font-lock-variable-name-face'.
194         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
195         where suited.
196         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
197         (eldoc-beginning-of-sexp): Return number of skipped sexps.
199 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
201         * progmodes/compile.el (compilation-start): `start-process' must
202         still be redefined when calling `start-process-shell-command'.
204         * progmodes/gud.el (gud-file-name): When `default-directory' is a
205         remote file name, prepend its remote part to the filename.
206         (gud-common-init): When `default-directory' is a remote file name,
207         make the filename relative to it.
208         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
210 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
212         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
213         mouse binding and a tooltip.
215 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
217         * menu-bar.el (vc-menu-map): New defalias.
219 2007-07-10  Richard Stallman  <rms@gnu.org>
221         * emacs-lisp/lisp-mode.el (eval-defun):
222         Explain special handling of `defface'.
224 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
226         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
228         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
230 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
232         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
234         * vc-arch.el (vc-arch-complete): Remove.
235         (vc-arch-revision-completion-table): Use complete-with-action.
237         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
238         (complete-with-action): New function.
239         (dynamic-completion-table): Use it.
241 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
243         * comint.el (make-comint, make-comint-in-buffer)
244         (comint-exec-1): Replace `start-process' by `start-file-process'.
246         * progmodes/compile.el (compilation-start): Revert redefining
247         `start-process'.
249 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
251         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
252         with EOLs when generating MD5 checksums.
254         * follow.el: Don't change the global map from the follow-mode-map
255         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
256         XEmacs code.
257         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
258         since `follow-mode' should be used instead for that.
260         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
261         (easy-menu-do-define): Use it.
262         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
264         * progmodes/compile.el (compilation-auto-jump-to-first-error)
265         (compilation-auto-jump-to-next): New vars.
266         (compilation-auto-jump): New function.
267         (compilation-error-properties): Use them to jump to first error.
268         (compilation-start): Set the var if requested.
270         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
271         duplicates without also removing entries from other directories.
273 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
275         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
276         Remember span as default.
277         (org-columns-edit-value): Rename from `org-column-edit'.
278         (org-columns-display-here-title): Rename from
279         `org-overlay-columns-title'.
280         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
281         (org-columns-get-autowidth-alist): Rename from
282         `org-get-columns-autowidth-alist'.
283         (org-columns-display-here): Rename from `org-overlay-columns'.
284         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
285         (org-columns-quit): Rename from `org-column-quit'.
286         (org-columns-show-value): Rename from `org-column-show-value'.
287         (org-columns-content, org-columns-widen)
288         (org-columns-next-allowed-value)
289         (org-columns-edit-allowed, org-columns-store-format)
290         (org-columns-uncompile-format, org-columns-redo)
291         (org-columns-edit-attributes, org-delete-property)
292         (org-set-property, org-columns-update)
293         (org-columns-compute, org-columns-eval)
294         (org-columns-not-in-agenda, org-columns-compute-all)
295         (org-property-next-allowed-value)
296         (org-columns-compile-format)
297         (org-fill-paragraph-experimental)
298         (org-string-to-number, org-property-action)
299         (org-columns-move-left, org-columns-new )
300         (org-column-number-to-string)
301         (org-property-previous-allowed-value)
302         (org-at-property-p, org-columns-delete)
303         (org-columns-previous-allowed-value)
304         (org-columns-move-right, org-columns-narrow)
305         (org-property-get-allowed-values)
306         (org-verify-version, org-column-string-to-number)
307         (org-delete-property-globally): New functions.
308         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
309         (org-columns-overlays): Rename from `org-column-overlays'.
310         (org-columns-map): Rename from `org-column-map'.
311         (org-columns-current-maxwidths): Rename from
312         `org-current-columns-maxwidths'.
313         (org-columns-begin-marker, org-columns-current-fmt-compiled)
314         (org-previous-header-line-format)
315         (org-columns-inhibit-recalculation)
316         (org-columns-top-level-marker): New variables.
317         (org-columns-default-format): Rename from `org-default-columns-format'.
318         (org-property-re): New constant.
320 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
322         * subr.el (looking-at-p, string-match-p): New functions.
324 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
326         * textmodes/tex-mode.el (tex-fontify-script)
327         (tex-font-script-display): New variables to make display of
328         superscripts and subscripts customizable.
329         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
331 2007-07-09  Richard Stallman  <rms@gnu.org>
333         * isearch.el (isearch-edit-string): Call to isearch-push-state
334         after the search.
336 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
338         * window.el (fit-window-to-buffer): Remove setting of window-min-height
339         to 1 as enlarge-window uses the value to resize/shrink windows other
340         than WINDOW if needed.
342 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
344         * cus-start.el (file-coding-system-alist): Fix custom type.
346 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
348         * longlines.el (longlines-wrap-region): Avoid marking buffer as
349         modified.
350         (longlines-auto-wrap, longlines-window-change-function):
351         Remove unnecessary calls to set-buffer-modified-p.
353 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
355         * cus-start.el (file-coding-system-alist): Fix custom type.
357 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
359         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
360         (vc-cvs-checkout): Remove last arg now unused; simplify.
362 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
364         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
366         * net/tramp.el:
367         * net/tramp-ftp.el:
368         * net/tramp-smb.el:
369         * net/tramp-uu.el:
370         * net/trampver.el: Migrate to Tramp 2.1.
372         * net/tramp-cache.el:
373         * net/tramp-fish.el:
374         * net/tramp-gw.el: New Tramp packages.
376         * net/tramp-util.el:
377         * net/tramp-vc.el: Removed.
379         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
380         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
382         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
384         * progmodes/compile.el (compilation-start): Redefine
385         `start-process' temporarily when `default-directory' is remote.
386         Remove case of synchronous compilation, this won't happen ever.
387         (compilation-setup): Make local variable `comint-file-name-prefix'
388         for remote compilation.
390 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
392         * novice.el (disabled-command-function): Fit window to buffer to
393         make last line visible.
394         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
396         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
397         when handling the terminating event.
399 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
401         * calc/calc.el (math-read-number-simple): Remove leading 0s.
402         (math-bignum-digit-length): Change to optimal value.
404         * calc/calc-bin.el (math-bignum-logb-digit-size)
405         (math-bignum-digit-power-of-two): Evaluate when compiled.
407         * calc/calc-comb.el (math-small-factorial-table)
408         (math-init-random-base, math-prime-test): Remove unnecessary calls
409         to `math-read-number-simple'.
411         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
412         (math-approx-gamma-const): Add docstrings.
414         * calc/calc-forms.el (math-julian-date-beginning)
415         (math-julian-date-beginning-int): New constants.
416         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
417         Use the new constants.
419         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
421         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
422         Add docstrings.
424 2007-07-07  Tom Tromey  <tromey@redhat.com>
426         * vc.el (vc-annotate): Jump to line and output message only after the
427         process is really all done.
429 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
431         * vc.el (vc-exec-after): Don't move point from the sentinel.
432         Forcefully read all the remaining text in the pipe upon process exit.
433         (vc-annotate-display-autoscale, vc-annotate-lines):
434         Don't stop at the first unrecognized line.
435         (vc-annotate-display-select): Run autoscale after the process is done
436         since it depends on the whole result.
438 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
440         * term/w32-win.el (menu-bar-open): New function.
441         Bind <f10> to it.
443 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
445         * simple.el (start-file-process): New defun.
447 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
449         * files.el (find-file-confirm-nonexistent-file): Rename from
450         find-file-confirm-inexistent-file.  Update users.
452         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
453         format of autoload block where the file's time-stamp is replaced by its
454         MD5 checksum.
455         (autoload-generate-file-autoloads): Use MD5 checksum instead of
456         time-stamp for secondary autoloads files.
457         (update-directory-autoloads): Remove duplicate entries.
458         Use time-less-p for time-stamps, as done in autoload-find-destination.
460 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
462         * calc/calc.el (math-read-number): Replace number by variable.
463         (math-read-number-simple): Properly parse small integers.
465 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
467         * vc.el: Fix doc for the checkout function.
469 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
471         * vc-hg.el (vc-hg-root): New function.
472         (vc-hg-registered): Use it.
473         (vc-hg-diff-tree): New defalias.
474         (vc-hg-responsible-p): Likewise.
475         (vc-hg-checkout): Comment out, not needed.
476         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
477         (vc-hg-find-version, vc-hg-next-version): New functions.
479 2007-07-06  Andreas Schwab  <schwab@suse.de>
481         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
482         dynamic bindings around the evaluation of the expression.
483         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
485 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
487         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
488         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
489         Use run-hooks rather than run-mode-hooks.
491 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
493         * calc/calc-comb.el (math-random-digit): Rename to
494         `math-random-three-digit-number'.
495         (math-random-digits): Don't depend on representation of integer.
497         * calc/calc-bin.el (math-bignum-logb-digit-size)
498         (math-bignum-digit-power-of-two): New constants.
499         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
500         (math-not-bignum, math-clip-bignum): Use the constants
501         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
502         instead of their values.
503         (math-clip): Use math-small-integer-size instead of its value.
505         * calc/calc.el (math-add-bignum): Replace number by constant.
507 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
509         * wid-edit.el (widget-documentation-string-value-create):
510         Insert indentation spaces.
512 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
514         * emacs-lisp/byte-opt.el: Revert last change.
516 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
518         * vc-hooks.el (vc-handled-backends): Add HG.
520         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
522 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
524         * complete.el (PC-do-complete-and-exit): Add support for the new
525         `confirm-only' confirmation mode.
527 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
529         * cus-edit.el (custom-commands): New variable.
530         (custom-tool-bar-map): New variable.  Initialize using
531         `custom-commands'.
532         (custom-mode): Use `custom-tool-bar-map'.
533         (custom-buffer-create-internal): Insert action buttons only if
534         tool bar is not used.  Use `custom-commands'.
535         (Custom-help, custom-command-apply): New function.
536         (custom-command-apply, Custom-set, Custom-save)
537         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
538         Use `custom-command-apply' instead of duplicating code.
539         (customize-group-other-window): Call `customize-group' instead of
540         duplicating code.
541         (customize-face-other-window): Call `customize-face' instead of
542         duplicating code.
543         (customize-group, customize-face): Add optional args for opening
544         in another window.
545         (custom-variable-tag): Don't inherit `variable-pitch' face.
546         (custom-group-tag): Inherit `variable-pitch' face.
547         (custom-variable-value-create): Set documentation indentation.
548         (custom-group-value-create): Make group name a link, instead of
549         using an extra "go to group" button.
550         (custom-prompt-variable, custom-group-set, custom-group-save)
551         (custom-group-reset-current, custom-group-reset-saved)
552         (custom-group-reset-standard): Minor cleanup.
554 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
556         * Makefile.in (bootstrap-prepare): When copying from
557         ldefs-boot.el, make sure loaddefs.el is writeable.
559         (bootstrap-prepare): Make $(lisp)/ps-print.el
560         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
562 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
564         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
565         only caller, and delete.
566         (vc-hg-state): Deal with exceptions and only parse the output on
567         successful return.
568         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
569         caller, and delete.
570         (vc-hg-workfile-version): Deal with exceptions and only parse the
571         output on successful return.
572         (vc-hg-revert): New function.
574 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
576         * calculator.el (calculator-expt): Use more cases to determine
577         the value.
579 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
581         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
582         file names.
584 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
586         * calculator.el (calculator-expt, calculator-integer-p):
587         New functions.
588         (calculator-fact): Check to see if the factorial will be too
589         large before computing it.
590         (calculator-initial-operators): Use `calculator-expt' to
591         compute "^".
592         (calculator-mode): Mention that results which are too large
593         will return inf.
594         * calc/calc-comb.el (math-small-factorial-table): Replace list
595         by vector.
597 2007-07-03  David Kastrup  <dak@gnu.org>
599         * shell.el: On request of the authors, remove their addresses for
600         the sake of bug reports, and add the developer list address as
601         maintainer information.
603 2007-07-03  Richard Stallman  <rms@gnu.org>
605         * files.el (make-directory): Doc fix.
606         (find-file-confirm-inexistent-file): Make it a defcustom.
607         Make nil the default.
609 2007-07-02  Richard Stallman  <rms@gnu.org>
611         * startup.el (command-line): Set buffer-offer-save in *scratch*
612         and enable auto-save in it.
614 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
616         * textmodes/org.el (orgstruct-mode-map): New variable.
617         (orgstruct-mode): New minor mode.
618         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
619         (orgstruct-make-binding, org-context-p, org-get-local-variables)
620         (org-run-like-in-org-mode): New functions.
621         (org-cycle-list-bullet): New command.
622         (org-special-properties, org-property-start-re)
623         (org-property-end-re): New constants.
624         (org-with-point-at): New macro.
625         (org-get-property-block, org-entry-properties, org-entry-get)
626         (org-entry-delete, org-entry-get-with-inheritance)
627         (org-entry-put, org-buffer-property-keys): New functions.
628         (org-insert-property-drawer): New command.
629         (org-entry-property-inherited-from): New variable.
630         (org-column): New face.
631         (org-column-overlays, org-current-columns-fmt)
632         (org-current-columns-maxwidths, org-column-map): New variables.
633         (org-column-menu): New menu.
634         (org-new-column-overlay, org-overlay-columns)
635         (org-overlay-columns-title, org-remove-column-overlays)
636         (org-column-show-value, org-column-quit, org-column-edit): New
637         functions.
638         (org-columns, org-agenda-columns): New commands.
639         (org-get-columns-autowidth-alist): New functions.
640         (org-properties): New customize group.
641         (org-default-columns-format): New option.
642         (org-priority): Realign tags after changing priority.
643         (org-preserve-lc): New macro.
644         (org-update-checkbox-count): Catch case when there is no headline.
645         (org-agenda-quit): Remove any column overlays.
646         (org-beginning-of-item-list): Fixed bug when non-item line is
647         indented too deep.
648         (org-cached-props): New variable.
649         (org-cached-entry-get): New function.
650         (org-make-tags-matcher): Handle property matches.
651         (org-table-recalculate): Swap evaluation order: Field formula
652         first, then column formulas, but don't allow them to overwrite the
653         field formulas.
654         (org-table-eval-formula): New argument untouchable.
655         (org-table-put-field-property): New function.
657 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
659         * help-mode.el (help-make-xrefs): Skip spaces too when
660         skipping tabs.
662         * ffap.el (dired-at-point-prompter): Improve prompt in
663         list-directory case.
665 2007-07-01  Richard Stallman  <rms@gnu.org>
667         * files.el (find-file-visit-truename): Fix safe-local-variable value.
669 2007-07-01  Richard Stallman  <rms@gnu.org>
671         * cus-start.el (max-mini-window-height): Added.
673 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
675         * complete.el (partial-completion-mode): Remove advice of
676         read-file-name-internal.
677         (PC-do-completion): Rebind minibuffer-completion-table.
678         (PC-read-file-name-internal): New function doing what
679         read-file-name-internal advice did.
681 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
683         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
684         property on a few symbols.
685         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
686         (byte-optimize-lapcode): Remove bindings that are not referenced
687         and certainly will not effect through dynamic scoping.
689 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
691         * files.el (find-file-confirm-inexistent-file): New var.
692         (find-file, find-file-other-window, find-file-other-frame)
693         (find-file-read-only, find-file-read-only-other-window)
694         (find-file-read-only-other-frame): Use it.
696 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
698         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
700 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
702         * generic-x.el (generic-define-mswindows-modes)
703         (generic-define-unix-modes, apache-log-generic-mode)
704         (bat-generic-mode-keymap, java-manifest-generic-mode)
705         (show-tabs-generic-mode): Fix typos in docstrings.
707 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
709         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
710         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
711         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
712         (rcirc-print): Never ignore messages from ourself.
714 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
716         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
717         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
719 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
721         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
722         replace-regexp-in-string.
724 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
726         * emacs-lisp/cl.el: Set edebug and indentation before loading
727         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
729 2007-06-28  Andreas Schwab  <schwab@suse.de>
731         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
732         $(lisp)/subdirs.el.
734 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
736         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
737         the speedbar frame if nil; that deletes the current frame or
738         causes an error if it is the only frame.
739         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
741 2007-06-28  Kevin Ryde  <user42@zip.com.au>
743         * textmodes/nroff-mode.el: Groff \# comments.
744         (nroff-mode-syntax-table): \# comment intro,
745         plain # as punct per global table.
746         (nroff-font-lock-keywords): Add # as a single char escape.
747         (nroff-mode): In comment-start-skip, match \#.
749 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
751         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
752         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
753         point-min == 1.
755 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
757         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
758         Rename and move to...
760         * subr.el (strings->string, string->strings): ...here.
762         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
763         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
765         * progmodes/gud.el (gud-common-init): Call string->strings instead
766         of split-string.
768 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
770         * dired-aux.el: Remove `dired-call-process'.
771         (dired-check-process): Call `process-file'.
773         * wdired.el (wdired-do-perm-changes): Call `process-file'.
775         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
776         `ange-ftp-process-file'.
778 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
780         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
782         * emacs-lisp/cl-extra.el:
783         * emacs-lisp/cl-seq.el:
784         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
785         Add autoload cookies on all defs autoloaded manually in cl.el.
787         * emacs-lisp/cl-loaddefs.el: New file.
789         * textmodes/texinfmt.el (texinfo-raisesections-alist)
790         (texinfo-lowersections-alist): Merge definition and declaration.
791         (texinfo-start-of-header, texinfo-end-of-header): Remove.
792         (texinfo-format-syntax-table): Merge init into declaration.
793         (texinfo-format-parse-line-args, texinfo-format-parse-args)
794         (texinfo-format-parse-defun-args, texinfo-format-node)
795         (texinfo-push-stack, texinfo-multitable-widths)
796         (texinfo-define-info-enclosure, texinfo-alias)
797         (texinfo-format-defindex, batch-texinfo-format): Use push.
798         (texinfo-footnote-number): Remove duplicate declaration.
800         * ps-print.el: Update with auto-generated autoloads.
802         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
804 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
806         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
807         relative to current dir for file-local settings.
808         (autoload-generate-file-autoloads): Add `outfile' arg.
809         (update-directory-autoloads): Use it to directly call
810         autoload-generate-file-autoloads instead of going through
811         update-file-autoloads so we avoid redundant searches and so we can know
812         the set of buffers changed so we can save them all.
814         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
815         rather than throwing `up-to-date'.
816         (autoload-generate-file-autoloads): Adjust correspondingly.
817         (update-file-autoloads): Be careful to let-bind
818         autoload-modified-buffers and adjust to new calling conventions.
819         (autoload-modified-buffers): Make it a dynamically scoped var.
820         (update-directory-autoloads): Use file-relative-name instead of
821         autoload-trim-file-name.
822         (autoload-insert-section-header): Don't use autoload-trim-file-name
823         since the file is already relative now.
824         (autoload-trim-file-name): Remove.
826         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
827         (vc-arch-complete, vc-arch--version-completion-table)
828         (vc-arch-revision-completion-table): New functions to provide
829         completion of revision names.
830         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
831         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
832         to let the user trim the revlib.
834         * vc.el: Add new VC operation `revision-completion-table'.
835         (vc-default-revision-completion-table): New function.
836         (vc-version-diff, vc-version-other-window): Use it to provide
837         completion of revision names if the backend provides it.
839         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
841         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
842         of newer .svn/entries.
844 2007-06-25  David Kastrup  <dak@gnu.org>
846         * calc/calc-poly.el (math-padded-polynomial)
847         (math-partial-fractions): Add some function comments.
849 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
851         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
852         Make `outbuf' optional.
853         (update-file-autoloads): Use it.
855 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
857         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
858         (autoload-find-destination): Keep it uptodate.
859         (autoload-save-buffers): New fun.
860         (update-file-autoloads): Use it.  Re-add the "up to date" message.
862         * emacs-lisp/autoload.el: Refactor for upcoming changes.
863         (autoload-find-destination): New function extracted from
864         update-file-autoloads.
865         (update-file-autoloads): Use it.
866         (autoload-generate-file-autoloads): New function extracted from
867         generate-file-autoloads.  Use file-relative-name.  Delay computation of
868         output-start to the first cookie.  Remove done-any, replaced by
869         output-start.
870         (generate-file-autoloads): Use it.
872 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
874         * calc/calc-comb.el (math-init-random-base, math-prime-test):
875         Use math-read-number-simple to insert constants.
876         (math-prime-test): Redo calculation of sum.
878         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
880         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
881         math-scale-bignum-3.
882         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
883         math-bignum-digit-size.
884         (math-isqrt-small): Add another possible initial guess.
886 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
888         * textmodes/bibtex.el (bibtex-entry-format): New options
889         `whitespace', `braces', and `string'.
890         (bibtex-field-braces-alist, bibtex-field-strings-alist)
891         (bibtex-field-braces-opt, bibtex-field-strings-opt)
892         (bibtex-cite-matcher-alist): New variables.
893         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
894         (bibtex-flash-head): Use blink-matching-delay.
895         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
896         (bibtex-format-entry, bibtex-reformat): Handle new options of
897         bibtex-entry-format.
898         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
899         New functions.
900         (bibtex-complete-internal): Do not display messages while
901         minibuffer is used.  Do not leave around a completions buffer
902         that is out of date.
903         (bibtex-copy-summary-as-kill): New optional arg.
904         (bibtex-font-lock-url): New optional arg no-button.
905         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
906         (bibtex-url): Allow multiple URLs per entry.
908 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
910         * emacs-lisp/autoload.el (autoload-generated-file): New function.
911         (update-file-autoloads, update-directory-autoloads): Use it.
912         (autoload-file-load-name): New function.
913         (generate-file-autoloads, update-file-autoloads): Use it.
914         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
915         (generate-file-autoloads): If the autoloaded form is malformed,
916         indicate the problem with a warning instead of aborting.
918 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
920         * simple.el (next-error-recenter): Accept `(4)' as well;
921         also, specify `integer' instead of `number'.
923 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
925         * ls-lisp.el (insert-directory): If an invalid regexp error is
926         thrown, try using FILE as a literal file name, not a wildcard.
928 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
930         * ruler-mode.el (ruler-mode): Prevent clobbering the original
931         `header-line-format' when reentering ruler mode.
933 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
935         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
936         FILE exists as a file.
938 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
940         * calc/calc.el (math-bignum-digit-length)
941         (math-bignum-digit-size, math-small-integer-size):
942         New constants.
943         (math-normalize, math-bignum-big, math-make-float)
944         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
945         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
946         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
947         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
948         (math-quotient, math-div-bignum, math-div-bignum-digit)
949         (math-div-bignum-part, math-format-bignum-decimal)
950         (math-read-bignum): Use math-bignum-digit-length,
951         math-bignum-digit-size and math-small-integer-size.
953         * calc/calc-ext.el (math-fixnum-big): Use the variable
954         math-bignum-digit-size.
956 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
958         * log-view.el (log-view-mode-menu): New menu.
960 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
962         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
963         differently.
965         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
966         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
968 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
970         * vc-hg.el (vc-hg-print-log): Insert the file name.
971         (vc-hg-log-view-mode): Fontify the file name.
973 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
975         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
976         (calcFunc-julian): Fix incorrect number used in calculations.
978 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
980         * simple.el (next-error-recenter): New defcustom.
981         (next-error, next-error-internal): Recenter if specified,
982         immediately prior to running `next-error-hook'.
984         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
985         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
987         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
989 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
991         * calc/calc-comb.el (math-small-factorial-table): New variable.
992         (calcFunc-fact): Use `math-small-factorial-table'.
994         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
995         initial values.
996         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
997         New variables to use in caches.
999         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
1000         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
1002         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
1003         (math-bernoulli-b-cache): Use math-read-number-simple to insert
1004         bignums.
1006         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1007         New variables to use in caches.
1009 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1011         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
1013         * vc-hg.el (vc-hg-log-view-mode): New mode.
1015 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
1017         * calc/calc.el (math-read-number-simple): New function.
1019 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1021         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1022         (vera-font-lock-match-item): Fix doc string.
1023         (vera-in-comment-p): Remove unused function.
1024         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1025         use `syntax-ppss'.
1026         (vera-forward-syntactic-ws): Fix argument order.
1027         (vera-prepare-search): Use `with-syntax-table'.
1028         (vera-indent-line): Fix doc string.
1029         (vera-electric-tab): Fix doc string.
1030         (vera-expand-abbrev): Define alias instead of using `fset'.
1031         (vera-comment-uncomment-region): Use `comment-start-skip'.
1033 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
1035         * textmodes/org.el (org-export-with-footnotes): New option.
1036         (org-export-as-html): Fix replacement bug for XEmacs.
1037         (org-agenda-default-appointment-duration): New option.
1039 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1041         * vc-hg.el: Add to do items.
1042         (vc-hg-diff): Add support for comparing different revisions.
1043         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
1044         (vc-hg-annotate-extract-revision-at-line)
1045         (vc-hg-previous-version, vc-hg-checkin): New functions.
1046         (vc-hg-annotate-re): New constant.
1048 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
1050         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
1052 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1054         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
1055         buffer-local value of log-view-*-re if applicable.
1057         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
1058         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
1059         (vc-bzr-command*): Remove both (incompatible) versions.
1060         (vc-bzr-do-command*): Remove.
1061         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
1062         Remove by folding into its only caller vc-bzr-command.
1063         (vc-bzr-command): Always set the environment, even when ineffective.
1064         (vc-bzr-version): Minor fix up.
1065         (vc-bzr-admin-dirname): New var.
1066         (vc-bzr-bzr-dir): Remove.
1067         (vc-bzr-root-dir): New fun.
1068         (vc-bzr-registered): Use it.  Add an autoloaded version.
1069         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
1070         (vc-bzr-view-log-function): Remove.
1071         (vc-bzr-log-view-mode): New major mode to replace it.
1072         (vc-bzr-print-log): Only activate the old hack if needed.
1074         * vc.el (vc-default-log-view-mode): New function.
1075         (vc-print-log): Add new `log-view-mode' VC operation.
1077 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1079         * ido.el (ido-find-file-in-dir): Don't signal an error for
1080         empty directories.
1082         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
1084         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1085         directory where the desktop file was found, as the docstring says.
1086         (desktop-kill): Use `read-directory-name'.
1088 2007-06-20  Alan Mackenzie  <acm@muc.de>
1090         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1091         When removing lines, also remove the \n.  Correction of patch of
1092         2007-04-21.
1094 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
1096         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1097         event is not a cons cell.  Do not unread drag-mouse-1 events.
1098         Select right window in check whether space was stolen from
1099         window above.
1101         * help-mode.el (help-make-xrefs): Adjust position of new forward
1102         button.
1104 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
1106         * vc-bzr.el (vc-bzr-with-process-environment)
1107         (vc-bzr-std-process-invocation): New macros.
1108         (vc-bzr-command, vc-bzr-command*): Use them.
1109         (vc-bzr-with-c-locale): Remove.
1110         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
1111         (vc-bzr-buffer-nonblank-p): New function.
1112         (vc-bzr-state-words): New const.
1113         (vc-bzr-state): Look for `bzr status` keywords in output.
1114         Display everything else as a warning message to the user.
1115         Fix status report with bzr >= 0.15.
1117 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
1119         * vc-hg.el (vc-hg-global-switches): Simplify.
1120         (vc-hg-state): Handle more states.
1121         (vc-hg-diff): Fix doc-string.
1122         (vc-hg-register): New function.
1123         (vc-hg-checkout): Likewise.
1125 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1127         * progmodes/vera-mode.el: New file.
1129 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
1131         * calc/calc.el (calc-multiplication-has-precendence):
1132         New variable.
1133         (math-standard-ops, math-standard-ops-p, math-expr-ops):
1134         New functions.
1135         (math-expr-opers): Define using math-standard-ops rather than
1136         math-standard-opers.
1137         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
1138         equal the function math-standard-ops rather than the variable
1139         math-standard-opers.
1140         (calc-algebraic-entry): Let math-expr-opers equal
1141         math-standard-ops or math-expr-ops, as appropriate.
1142         (math-expr-read-level, math-read-factor): Let math-expr-opers
1143         equal math-expr-ops.
1144         * calc/calc-embed.el (calc-embedded-finish-edit):
1145         Let math-expr-opers equal the function math-standard-ops
1146         rather than the variable math-standard-opers.
1147         * calc/calc-ext.el (math-read-plain-expr)
1148         (math-format-flat-expr-fancy): Let math-expr-opers equal the
1149         function math-standard-ops rather than the variable
1150         math-standard-opers.
1151         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
1152         Let math-expr-opers equal the function math-standard-ops rather
1153         than the variable math-standard-opers.
1154         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
1155         equal the function math-standard-ops rather than the variable
1156         math-standard-opers.
1157         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
1158         equal the function math-standard-ops rather than the variable
1159         math-standard-opers.
1160         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
1161         math-expr-ops.
1163 2007-06-19  Ivan Kanis  <apple@kanis.eu>
1165         * vc-hg.el: New file.
1167 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1169         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
1170         with font-lock-multiline.
1172 2007-06-17  Glenn Morris  <rgm@gnu.org>
1174         * lpr.el (lpr-page-header-switches): Move %s to separate element
1175         for correct quoting.  Doc fix.
1177 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1179         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
1180         than setting sgml-xml-mode.
1181         (sgml-mode, html-mode): Set sgml-xml-mode.
1182         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
1183         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
1184         (sgml-electric-tag-pair-before-change-function)
1185         (sgml-electric-tag-pair-flush-overlays): New functions.
1186         (sgml-electric-tag-pair-mode): New minor mode.
1187         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
1188         (sgml-calculate-indent): Use assoc-string.
1190 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
1192         * thingatpt.el (thing-at-point-email-regexp): Don't require two
1193         chars before the "@" in an email address.  Andreas Roehler noticed
1194         this problem.
1196 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
1198         * thingatpt.el: Add support for email addresses (`email').
1199         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
1200         (thing-at-point-email-regexp): New variable.
1201         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
1202         properties on this symbol, with lambda forms for values.
1204 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1206         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
1208         * vc.el (vc-dired-hook): Check the backend returned from
1209         `vc-responsible-backend' can really handle `subdir'.
1211 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
1213         * wid-edit.el (widget-add-documentation-string-button):
1214         Fix handling of documentation indent.
1216 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
1218         * mb-depth.el: New file.
1220 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1222         * vc.el (vc-dired-mode): Show backend name as part of mode name.
1224 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
1226         * wid-edit.el (widget-default-create): Move ?h handling here...
1227         (widget-default-format-handler): ...from here.
1228         (widget-docstring, widget-add-documentation-string-button): New funs.
1229         (documentation-string): Add :visibility-widget property.
1230         (widget-documentation-string-value-create): Use it.
1232         * cus-edit.el (custom-split-regexp-maybe): Simplify.
1233         (custom-buffer-create-internal): Simplify message.
1234         (custom-variable-tag): Reduce height to normal.
1235         (custom-variable-value-create, custom-face-value-create)
1236         (custom-visibility): New widget.
1237         (custom-visibility): New face.
1238         (custom-group-value-create):
1239         Call widget-add-documentation-string-button, using `custom-visibility'.
1241 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1243         * emacs-lisp/bytecomp.el (byte-compile-current-group)
1244         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
1245         change.  Apparently the "warning even if the group is implicit" is
1246         a feature rather than a bug.
1248 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
1250         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
1251         Different advices for Emacs and XEmacs.  Compile them conditionally.
1252         (viper-version): Belated version change.
1254 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
1256         * follow.el (follow-all-followers, follow-generic-filter):
1257         * pcomplete.el (pcomplete-restore-windows):
1258         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
1259         (x-dnd-drop-data):
1260         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
1261         * progmodes/python.el (python-complete-symbol):
1262         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
1264 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
1266         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
1267         around bright and dim regexps. Make sure bright and dim matches
1268         use word anchors.  Send text through rcirc-markup functions.
1269         (rcirc-url-regexp): Add single quote character.
1270         (rcirc-connect): Write logs to disk on auto-save-hook.
1271         Make server a non-optional argument.
1272         (rcirc-log-alist): New variable.
1273         (rcirc-log-directory): Make customizable.
1274         (rcirc-log-flag): New customizable variable.
1275         (rcirc-log): New function.
1276         (rcirc-print): Use above function.
1277         (rcirc-log-write): New function.
1278         (rcirc-generate-new-buffer-name): Strip text properties.
1279         (rcirc-switch-to-buffer-function): Remove variable.
1280         (rcirc-last-non-irc-buffer): Remove variable.
1281         (rcirc-non-irc-buffer): Add function.
1282         (rcirc-next-active-buffer): Use above function.
1283         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
1284         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
1285         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
1286         (rcirc-omit-mode): Add minor-mode.
1287         (rcirc-mode-map): Change C-c C-o binding.
1288         (rcirc-mode): Clear mode-line-process. Use a custom
1289         fill-paragraph-function.  Set up buffer-invisibility-spec.
1290         (rcirc-response-formats): Remove timestamp code.
1291         (rcirc-omit-responses): Add variable.
1292         (rcirc-print): Don't put the overlay arrow on potentially omitted
1293         lines.  Log line to disk.  Record activity for private messages
1294         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
1295         (rcirc-jump-to-first-unread-line): Print message if there is no
1296         unread text.
1297         (rcirc-clear-unread): New function.
1298         (rcirc-markup-text-functions): Add variable.
1299         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
1300         (rcirc-debug): Don't mess with window configuration.
1301         (rcirc-send-message): Send message before printing locally.
1302         Add SILENT argument, do not print message if non-nil.
1303         (rcirc-visible-buffers): New function and variable.
1304         (rcirc-window-configuration-change-1): Add function.
1305         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
1306         server buffer.
1307         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
1308         (rcirc-fill-paragraph): Add function.
1309         (rcirc-record-activity, rcirc-window-configuration-change-1):
1310         Only update the activity string if it has actually changed.
1311         (rcirc-update-activity-string): Remove padding characters from the
1312         mode-line string.
1313         (rcirc-disconnect-buffer): New function to be called when a
1314         channel is parted or the user quits.
1315         (rcirc-server-name): Warn when the server-name hasn't been set.
1316         (rcirc-window-configuration-change): Postpone work until
1317         post-command-hook.
1318         (rcirc-window-configuration-change-1): Update mode-line and
1319         overlay arrows here.
1320         (rcirc-authenticate): Fixc hanserv identification.
1321         (rcirc-default-server): Remove variable.
1322         (rcirc): Connect according to rcirc-connections.
1323         (rcirc-connections): Add variable.
1324         (rcirc-startup-channels-alist): Remove variable.
1325         (rcirc-startup-channels): Remove function.
1327 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1329         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
1331 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
1333         * term/xterm.el (terminal-init-xterm): Escape parens in character
1334         constants.
1336 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1338         * progmodes/sh-script.el: Remove unneeded * from docstrings.
1339         Use [:alpha:] and [:alnum:] where applicable.
1340         (sh-quoted-subshell): Rewrite to correctly
1341         handle nested mixes of `...` and $(...).
1342         (sh-apply-quoted-subshell): Remove.
1343         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
1345         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
1347 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
1349         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
1350         previous change.
1352 2007-06-12  Tom Tromey  <tromey@redhat.com>
1354         * subr.el (user-emacs-directory): New defconst.
1355         * cmuscheme.el (scheme-start-file):
1356         * shell.el (shell):
1357         * completion.el (save-completions-file-name):
1358         * custom.el (custom-theme-directory):
1359         * term/x-win.el (emacs-session-filename):
1360         * filesets.el (filesets-menu-cache-file):
1361         * thumbs.el (thumbs-thumbsdir):
1362         * server.el (server-auth-dir):
1363         * image-dired.el (image-dired-dir):
1364         (image-dired-db-file):
1365         (image-dired-temp-image-file):
1366         (image-dired-gallery-dir):
1367         (image-dired-temp-rotate-image-file):
1368         * play/gamegrid.el (gamegrid-user-score-file-directory):
1369         * savehist.el (savehist-file):
1370         * tutorial.el (tutorial--saved-dir):
1371         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
1373 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1375         * scroll-lock.el (scroll-lock-mode): Doc fix.
1377 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
1379         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
1381         * ediff-init.el: Doc strings.
1383 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1385         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1386         (byte-compile-file): Bind it.
1387         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
1388         group argument is provided implicitly.
1389         (byte-compile-format-warn, byte-compile-from-buffer)
1390         (byte-compile-insert-header): Don't hardcode point-min==1.
1391         (byte-compile-file-form-require): Remove unused var old-load-list.
1392         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
1394 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
1396         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
1397         Display error messages.
1398         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
1399         Get rid of cl.el dependencies.
1401         * emulation/viper-init.el (viper-suppress-input-method-change-message):
1402         New variable.
1403         (viper-activate-input-method-action)
1404         (viper-inactivate-input-method-action):
1405         Use viper-suppress-input-method-change-message.
1407         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
1408         for C-s, C-r.
1410         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
1411         Use viper-replace-overlay-cursor-color instead of
1412         viper-replace-overlay-cursor-color.
1413         (viper-sit-for-short): Use sit-for with 3 arguments.
1415         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
1416         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
1417         to gud-mode.
1419         * ediff-mult.el (ediff-meta-buffer-brief-message)
1420         (ediff-meta-buffer-verbose-message): New variables.
1421         (ediff-meta-buffer-message): Variable deleted.
1422         (ediff-verbose-help-enabled): New variable.
1423         (ediff-toggle-verbose-help-meta-buffer): New function.
1424         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
1425         message options
1427         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
1428         (ediff-fixup-patch-map): Improve heuristic.
1430 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1432         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
1433         (log-view-font-lock-keywords): Simplify.
1434         (log-view-current-file, log-view-current-tag): Simplify.
1436 2007-06-12  Sam Steingold  <sds@gnu.org>
1438         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
1440 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
1442         * desktop.el (desktop-load-locked-desktop): New option.
1443         (desktop-read): Use it.
1444         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1445         Use `when'.
1447 2007-06-12  Davis Herring  <herring@lanl.gov>
1449         * desktop.el (desktop-save-mode-off): New function.
1450         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1451         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1452         (desktop-claim-lock, desktop-release-lock): New functions.
1453         (desktop-kill): Tell `desktop-save' that this is the last save.
1454         Release the lock afterwards.
1455         (desktop-buffer-info): New function.
1456         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1457         says to.  Detect conflicts, and manage the lock.
1458         (desktop-read): Detect conflicts.  Manage the lock.
1460 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1462         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
1464         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
1465         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
1466         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
1467         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
1468         keysyms rather than byte sequences.
1469         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
1471 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1473         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1474         half-activated, forcefully activate it completely.
1476 2007-06-11  Richard Stallman  <rms@gnu.org>
1478         * cus-edit.el (custom-variable-type): Doc fix.
1480 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1482         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1483         (sh-font-lock-flush-syntax-ppss-cache): New functions.
1484         (sh-font-lock-syntactic-keywords): Use them to distinguish the
1485         different possible cases for \'.
1487         * complete.el (PC-bindings): Don't bind things already bound in the
1488         parent keymap.
1490         * textmodes/bibtex-style.el: New file.
1492 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
1494         * vc-bzr.el: New file.
1496 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1498         * vc-svn.el (vc-svn-program): New var.
1499         (vc-svn-command): Use it.
1501 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
1503         * server.el (server-switch-buffer): Remove redundant check.
1505 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
1507         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
1508         Match against file-name-nondirectory.
1509         Fix text on user customization variables.
1510         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
1512 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1514         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1516 2007-06-09  Davis Herring  <herring@lanl.gov>
1518         * desktop.el (desktop-minor-mode-table): Doc fix.
1520 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1522         * textmodes/css-mode.el (css-navigation-syntax-table):
1523         Use set-char-table-range so it also works in the unicode branch.
1525 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
1527         * help-mode.el (help-xref-forward-stack)
1528         (help-xref-stack-forward-item, help-forward-label): New variables.
1529         (help-forward): New button type.
1530         (help-setup-xref): Initialise help-xref-forward-stack.
1531         (help-make-xrefs): Add forward button, if appropriate.
1532         (help-xref-go-back): Push item on forward stack.
1533         (help-xref-go-forward, help-go-forward): New functions.
1535 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1537         * dired.el (dired-mode-map): Remove spurious separator.
1539 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1541         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1543         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1544         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1546 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
1548         * textmodes/org.el: Version number fixed.
1550 2007-06-07  Glenn Morris  <rgm@gnu.org>
1552         * version.el (emacs-copyright): New constant.
1553         * startup.el (fancy-splash-tail): Use emacs-copyright.
1554         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
1556         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
1557         `make-local'.
1558         (byte-compile-warnings-safe-p): Add `make-local'.
1559         (byte-compile-make-variable-buffer-local):
1560         Allow byte-compile-warnings to suppress this warning.
1562         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
1563         format of "menu" description.
1564         (tutorial--find-changed-keys): Describe the specific menu a
1565         command is in.
1567         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
1568         Rewrite compatibility functions to silence byte-compiler.
1570 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1572         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1573         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1575 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
1577         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
1579 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1581         * progmodes/ebrowse.el (ebrowse-member-table):
1582         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
1583         (org-batch-agenda-csv): Fix typos in docstrings.
1585 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1587         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1588         (sort-coding-systems, search-unencodable-char): Doc fixes.
1589         (coding-system-change-eol-conversion, set-default-coding-systems)
1590         (prefer-coding-system, find-multibyte-characters, princ-list)
1591         (leim-list-entry-regexp, set-input-method, locale-language-names)
1592         (input-method-exit-on-first-char, exit-language-environment-hook)
1593         (locale-charset-language-names): Fix typos in docstrings.
1595 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1597         * pgg.el (pgg-sign-region, pgg-sign):
1598         * ses.el (ses-call-printer):
1599         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1600         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1602 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
1604         * textmodes/org.el
1605         (org-export-region-as-html, org-replace-region-by-html)
1606         (org-number-to-letters, org-table-fedit-finish)
1607         (org-normalize-color, org-table-fedit-ref-right)
1608         (org-date-to-gregorian, org-table-fedit-move)
1609         (org-table-convert-refs-to-rc, org-calendar-holiday)
1610         (org-table-fedit-toggle-ref-type, org-write-agenda)
1611         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
1612         (org-defkey, org-encode-for-stdout)
1613         (org-indent-line-function, org-export-as-html-to-buffer)
1614         (org-store-agenda-views, org-update-mode-line)
1615         (org-find-if, org-delete-all)
1616         (org-table-fedit-convert-buffer, org-emphasize)
1617         (org-uniquify, org-table-fedit-lisp-indent)
1618         (org-table-fedit-scroll, org-get-todo-sequence-head)
1619         (org-table-fedit-scroll-down, org-table-fedit-line-down)
1620         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
1621         (org-table-fedit-toggle-coordinates, org-dvipng-color)
1622         (org-table-fedit-line-up, org-table-fedit-ref-down)
1623         (org-table-formula-from-user, org-mode-flyspell-verify)
1624         (org-cycle-show-empty-lines, org-ctrl-c-ret)
1625         (org-table-formula-to-user, org-diary-to-ical-string)
1626         (orgtbl-export, org-table-fedit-post-command)
1627         (org-closed-in-range, org-shiftcontrolright)
1628         (org-table-convert-refs-to-an, org-table-hline-and-move)
1629         (org-table-formula-less-p, org-format-table-ascii)
1630         (org-agenda-get-sexps, org-shift-refpart)
1631         (org-diary-sexp-entry, org-time-string-to-absolute)
1632         (org-table-show-reference, org-letters-to-number)
1633         (org-fix-agenda-info, org-table-fedit-ref-up)
1634         (org-table-fedit-shift-reference, org-table-fedit-abort)
1635         (org-closest-date, org-shiftcontrolleft)
1636         (org-at-heading-or-item-p, org-rematch-and-replace)
1637         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
1638         New functions.
1639         (org-table-edit-scroll-down, org-finish-edit-formulas)
1640         (org-table-edit-next-field, org-abort-edit-formulas)
1641         (org-font-lock-level, org-export-find-first-heading-line)
1642         (org-table-edit-line-down, org-table-edit-backward-field)
1643         (org-edit-formula-lisp-indent, org-table-edit-move)
1644         (org-check-log-option, org-this-word)
1645         (org-table-edit-line-up, org-table-edit-formulas-post-command)
1646         (org-agenda-file-to-end, org-expand-file-name)
1647         (org-fake-empty-table-line, org-table-edit-scroll)
1648         (org-toggle-log-option, org-show-reference): Function removed.
1649         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
1650         New defsubsts.
1651         (org-unmodified, org-batch-store-agenda-views)
1652         (org-batch-agenda-csv): New macro.
1653         (org-agenda-export): New customization group.
1654         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
1655         (org-highest-priority, org-agenda-exporter-settings)
1656         (org-log-done-with-time, org-replace-disputed-keys)
1657         (org-format-latex-header, org-export-table-header-tags)
1658         (org-cycle-separator-lines, org-export-table-data-tags)
1659         (org-icalendar-include-sexps)
1660         (org-empty-line-terminates-plain-lists)
1661         (org-log-repeat, org-special-ctrl-a)
1662         (org-table-use-standard-references, org-disputed-keys)
1663         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
1664         (org-agenda-export-html-style): New option.
1665         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
1666         (org-CUA-compatible): Option removed.
1667         (org-agenda-structure, org-sexp-date): New face.
1668         (org-todo-keywords-for-agenda, org-not-done-keywords)
1669         (org-planning-or-clock-line-re, org-agenda-name)
1670         (org-table-colgroup-info, org-todo-sets)
1671         (constants-unit-system, org-clock-mode-line-entry)
1672         (org-mode-line-timer, org-table-current-begin-pos)
1673         (org-todo-keywords-1, org-mode-line-string)
1674         (org-table-clean-did-remove-column, org-table-fedit-map)
1675         (org-clock-heading, org-table-buffer-is-an)
1676         (org-agenda-info, org-done-keywords)
1677         (org-done-keywords-for-agenda, org-todo-heads)
1678         (org-todo-kwd-alist, org-clock-start-time): New variable.
1679         (org-todo-kwd-priority-p, org-edit-formulas-map)
1680         (org-repeat-re, org-todo-kwd-max-priority)
1681         (org-version, org-done-string)
1682         (org-table-clean-did-remove-column-1, org-disputed-keys):
1683         Remove variables.
1684         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
1685         (org-ts-lengths): Constant removed.
1686         (org-follow-gnus-link): Don't ask how many articles to read.
1687         (org-export-find-first-export-line): Rename from
1688         `org-export-find-first-heading'.
1689         Use `org-export-skip-text-before-1st-heading'.
1690         (org-table-fedit-post-command): Rename from
1691         `org-table-edit-formulas-post-command'.
1692         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
1693         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
1694         (org-table-fedit-lisp-indent): Rename from
1695         `org-edit-formula-lisp-indent'.
1696         (org-table-show-reference): Rename from `org-show-reference'.
1697         (org-table-store-formulas): Use `org-table-formula-less-p'.
1698         (org-table-edit-formulas): Position cursor to current field equation.
1699         (org-update-checkbox-count, org-hide-archived-subtrees)
1700         (org-timestamp-up-day, org-timestamp-down-day)
1701         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1702         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1703         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
1704         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
1705         Let `org-on-heading-p' also check for invisible heading.
1706         (org-read-date): Match am/pm times.
1707         (org-eval-in-calendar): Fix default date in prompt.
1709 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1711         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
1712         "ChangeLog.a" entries, giving the latter lower priority.
1714 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1716         * faces.el (face-id): If the argument is a face alias,
1717         return the ID of the target face.
1719 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
1721         * net/socks.el (top): Remove unnecessary copyright line.
1723 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1725         * longlines.el (longlines-auto-wrap): Handle argument correctly.
1727 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
1729         * net/socks.el: New file, taken from w3 repository.
1730         (top): Update Copyright.  Don't load cl.el.
1731         (all): Replace `case' by `cond', `string-to-int' by
1732         `string-to-number', and `process-kill-without-query' by
1733         `set-process-query-on-exit-flag'.
1734         (socks-char-int): Remove defalias and all occurencies.
1736 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1738         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1739         Fix typos in docstrings.
1740         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1741         (compilation-finish-function): Fix typo in obsolescence declaration.
1743 2007-06-03  Sam Steingold  <sds@gnu.org>
1745         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
1746         handle unending automatic recompilation of changed files (`omake -P').
1747         (compilation-loop): VISITED is now 5th CDR.
1748         (compilation-next-error-function): Set TIMESTAMP.
1750 2007-06-03  Sam Steingold  <sds@gnu.org>
1752         * files.el (kill-buffer-ask): New function.
1753         (kill-some-buffers): Use it.
1754         (kill-matching-buffers): New user command.
1756 2007-06-01  David Kastrup  <dak@gnu.org>
1758         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1759         Change default to `top'.
1761 2007-05-31  Richard Stallman  <rms@gnu.org>
1763         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
1765 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1767         * textmodes/css-mode.el: New file.
1769 2007-05-30  Michael Olson  <mwolson@gnu.org>
1771         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1772         died and we are trying to send a signal to it.  The program using
1773         tq.el should periodically check to see whether the process has
1774         died and react appropriately -- this is not the responsibility of
1775         tq.el, and is consistent with the rest of the tq.el source code.
1777 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1779         * textmodes/table.el (table--point-entered-cell-function)
1780         (table--point-left-cell-function):
1781         Bind `inhibit-point-motion-hooks' to t.
1783 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1785         * emacs-lisp/rx.el (rx): Doc fix.
1787 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
1789         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1791 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
1793         Sync with Tramp 2.0.56.
1795         * net/tramp.el:
1796         * net/tramp-ftp.el:
1797         * net/tramp-smb.el:
1798         * net/tramp-util.el:
1799         * net/tramp-vc.el:
1800         Don't load cl.el, because that pollutes the namespace.  Replace cl
1801         macros by their implementations where necessary.  Requested by
1802         Richard Stallman <rms@gnu.org>.
1804         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1805         doesn't exist.
1806         (with-parsed-tramp-file-name): Protect debug spec during compilation.
1807         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1808         (tramp-file-name-p, tramp-file-name-multi-method)
1809         (tramp-file-name-method, tramp-file-name-user)
1810         (tramp-file-name-host, tramp-file-name-localname): New defuns,
1811         replacing defstruct `tramp-file-name'.
1812         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1813         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1814         Apply `vector' instead of `make-tramp-file-name'.
1815         (tramp-handle-make-auto-save-file-name):
1816         Apply `tramp-temporary-file-directory' for compatibility reasons.
1817         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1818         because of XEmacs.
1819         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1820         started.
1822 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1824         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1826 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1828         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1829         as the end of the ChangeLog paragraph when it ends without a line
1830         termination.
1832 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
1834         * net/webjump.el (webjump-sample-sites):
1835         Add simple Wikipedia query.
1837 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1839         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
1840         compatibility code.
1842         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
1843         (copyright-update-year): Use it.
1845         * edmacro.el (edmacro-format-keys): Use current-active-maps.
1847         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
1848         Add indentation and debugging info.  Fix up comment convention.
1850         * cus-dep.el (custom-make-dependencies): Simplify.
1852         * composite.el (compose-region, decompose-region):
1853         Use inhibit-read-only and restore-buffer-modified-p.
1855         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1856         (xterm-mouse-event): Use it.
1858 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
1860         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1861         `switch-to-buffer' has returned succesfully.
1862         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1863         window is dedicated (it could iconify the frame).
1865 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
1867         * vc-hooks.el (vc-find-root): Fix file attribute test.
1869 2007-05-24  Richard Stallman  <rms@gnu.org>
1871         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1872         Don't let opoint be nil.
1873         (flyspell-emacs-popup): Explicit error if no dialogs.
1875 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
1877         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1878         (image-next-line, image-previous-line, image-scroll-up)
1879         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1880         New functions.
1881         (image-mode-map): Remap motion commands.
1882         (image-mode-text-map): New keymap for viewing images as text.
1883         (image-mode): Use image-mode-map.
1884         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1886 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1888         * textmodes/fill.el (canonically-space-region): Make the second arg
1889         a marker if it's not already the case.
1891 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1893         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1894         (tar-get-descriptor): Handle type 55, an extended pax header.
1896 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1898         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
1899         to confuse outline-minor-mode.
1901 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1903         * tar-mode.el (tar-file-name-handler): New function.
1904         (tar-extract): Bind file-name-handler-alist to it to force
1905         find-buffer-file-type-coding-system behave as if the file being
1906         extracted existed.  Use last-coding-system-used to force
1907         buffer-file-coding-system to what decode-coding-region actually
1908         used to decode the file.
1910 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1912         * progmodes/compile.el (compilation-handle-exit):
1913         `compilation-finish-function' may change the current buffer.
1915 2007-05-22  Richard Stallman  <rms@gnu.org>
1917         * files.el (set-auto-mode): Doc fix.
1919 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1921         * help-fns.el (find-source-lisp-file): New function.
1922         (describe-function-1): Use find-source-lisp-file to find source
1923         file in compile tree.
1925 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
1927         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1929 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
1931         * emacs-lisp/easy-mmode.el (define-minor-mode)
1932         (easy-mmode-define-navigation): Fix typos in docstrings.
1934 2007-05-22  Glenn Morris  <rgm@gnu.org>
1936         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1938 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1940         * mail/mail-extr.el (mail-extract-address-components):
1941         Recognize non-ASCII characters except for NBSP as words.
1943 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
1945         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1946         (rcirc-print): Handle `window-width'.
1947         (rcirc-buffer-maximum-lines): Doc fix.
1949 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
1951         * image-mode.el (image-toggle-display): Don't clear image cache.
1952         Only use filename in image spec if the file is readable.
1953         Call image-refresh.
1955         * image.el (image-type-from-file-name, image-type): Simplify.
1956         (image-type-auto-detected-p): Don't scan auto-mode-alist.
1958         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1959         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1961 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
1963         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
1964         is an error.
1966         * term/linux.el (terminal-init-linux): Don't signal an error
1967         if gpm isn't running.
1969 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
1971         * t-mouse.el: Reduce to a minor-mode macro call.
1972         (t-mouse-mode): Remove the lighter.
1974         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
1976 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
1978         * files.el (auto-mode-alist): Change the regexp so that
1979         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
1981 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1983         * Version 22.1 released.
1985 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
1987         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1988         changes.
1990 2007-05-19  Kevin Ryde  <user42@zip.com.au>
1992         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
1994 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
1996         * textmodes/sgml-mode.el: Revert last change.
1998 2007-05-18  Richard Stallman  <rms@gnu.org>
2000         * simple.el (push-mark): Doc fix.
2002 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2004         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2005         tpu-global-map.
2006         (tpu-original-global-map): Variable deleted.
2007         (tpu-control-keys-map): New keymap variable.
2008         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2009         setting keymapping directly.
2010         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2011         tpu-global-map.
2012         (tpu-edt-on): Activate the tpu-global-map.
2013         (tpu-edt-off): Deactivate the tpu-global-map.
2015 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2017         * textmodes/ispell.el (ispell-get-word): Return markers
2018         for start and end positions.
2019         (ispell-word): Assume END is a marker.
2021 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2023         * printing.el: Group together all XEmacs/Emacs definitions.
2024         (pr-version): New version 6.9.
2025         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
2026         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
2027         (pr-menu-bind): Fix code.
2028         (pr-e-frame-char-height, pr-e-frame-char-width)
2029         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
2030         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
2031         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
2032         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
2033         (pr-x-event-y-pixel): Aliases eliminated.
2034         (pr-xemacs-global-menubar): Macro moved.
2035         (current-menubar, current-mouse-event, zmacs-region-stays)
2036         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
2037         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
2038         Vars moved.
2039         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
2040         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
2041         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
2042         (pr-menu-set-utility-title, pr-even-or-odd-pages)
2043         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
2044         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
2045         moved.
2047 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
2049         * textmodes/sgml-mode.el (sgml-tag):
2050         Fix bug: Call sgml-transformation-function.
2052 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2054         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2055         modified flag of buffer.  Use `inhibit-modification-hooks'.
2057 2007-05-16  Richard Stallman  <rms@gnu.org>
2059         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2061 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2063         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2064         Move the *ml, Postscript, and XmCD entries to the fallback part.
2066         * files.el (magic-fallback-mode-alist):
2067         Rename from file-start-mode-alist.
2069 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2071         * progmodes/compile.el (compilation-handle-exit): Quote first
2072         argument of `run-hook-with-args'.
2074 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2076         * buff-menu.el (Buffer-menu-sort-column):
2077         * dabbrev.el (dabbrev-upcase-means-case-search):
2078         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2079         * info.el (Info-current-subfile):
2080         * ls-lisp.el (ls-lisp-verbosity):
2081         * msb.el (msb-menu-cond):
2082         * pcvs.el (cvs-dired-use-hook):
2083         * simple.el (set-mark-command-repeat-pop):
2084         * time.el (display-time-24hr-format, display-time-mail-file):
2085         Doc fixes.
2087         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2088         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2090         * view.el (view-inhibit-help-message): Fix typo in docstring.
2091         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2093 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
2095         * textmodes/ispell.el (ispell-start-process): Defend against bad
2096         default-directory.
2098 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2100         * mail/rmail.el (rmail-convert-to-babyl-format): Check
2101         content-transfer-encoding _last_, because it's its position that
2102         we need as value of base64-header-field-end.
2104 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2106         * files.el (mode-require-final-newline, require-final-newline)
2107         (enable-local-variables, enable-local-eval): Doc fixes.
2109 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2111         * ps-print.el: Use default color when foreground or background color
2112         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2113         (ps-print-version): New version 6.7.4.
2114         (ps-rgb-color): New argument.  Use default color when color is
2115         unspecified.
2116         (ps-begin-job): Fix code.
2118 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
2120         * longlines.el (longlines-mode): Make longlines-auto-wrap
2121         buffer-local.  Add hooks unconditionally.
2122         (longlines-auto-wrap): Toggle wrapping.
2123         (longlines-after-change-function)
2124         (longlines-post-command-function): Check longlines-auto-wrap.
2126 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
2128         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
2129         (xterm-mouse-translate): Use it.
2131 2007-05-10  Richard Stallman  <rms@gnu.org>
2133         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2134         (iso-cvt-write-only): Likewise.
2136         * emacs-lisp/easy-mmode.el (define-minor-mode):
2137         Fix generated doc string.
2139         * startup.el (fancy-splash-text): Add URL of guided tour.
2140         Adjust horizontal and vertical whitespace.
2142         * progmodes/compile.el (compilation-handle-exit):
2143         Use run-hook-with-args to run compilation-finish-functions.
2145         * files.el (file-start-mode-alist): New variable.
2146         (magic-mode-regexp-match-limit): Doc fix.
2147         (set-auto-mode): Handle file-start-mode-alist.
2148         A little cleanup of structure.
2150         * dabbrev.el (dabbrev-eliminate-newlines):
2151         Renamed from dabbrev--eliminate-newlines.  All uses changed.
2153 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2155         * man.el (Man-next-section): Don't consider the last line of the page
2156         as being part of any section.
2158 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2160         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
2161         can take any number of values.
2163 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2165         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
2166         to the list of citation commands.
2168 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2170         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2172 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2174         * progmodes/python.el (python-font-lock-keywords)
2175         (python-open-block-statement-p, python-mode): Add support for the new
2176         "with" keyword.
2178 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2180         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
2181         the exact opposite of diff-goto-source.
2183         * emacs-lisp/advice.el (ad-special-forms): Remove.
2184         (ad-special-form-p): Use subr-arity.
2186         * newcomment.el (comment-search-forward): Make sure we search forward.
2187         (comment-enter-backward): Try and distinguish the non-matching case at
2188         EOB from the non-matching case with a missing comment-end-skip for
2189         a 2-char comment ender.
2190         (comment-choose-indent): New function extracted from comment-indent.
2191         Improve the alignment algorithm.
2192         (comment-indent): Use it.
2194         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
2195         XML style Processing Instructions.
2196         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
2197         (sgml-calculate-indent): Handle `pi' context.
2199         * vc.el: Ensure that update-changelog issues an error when used with
2200         a backend that does not implement it.
2201         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
2202         Remove `backend' argument.  Use expand-file-name.
2203         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
2205         * progmodes/python.el (python-end-of-block): Revert last change.
2206         (python-end-of-statement): Make sure we move *forward*.
2208 2007-05-08  Richard Stallman  <rms@gnu.org>
2210         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2211         Don't include non-self-insert commands in the exception for `-'.
2213 2007-05-08  David Reitter  <david.reitter@gmail.com>
2215         * progmodes/python.el (python-guess-indent): Check non-nullness
2216         before comparing indent against the 2..8 interval.
2218 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2220         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2221         available.
2223 2007-05-06  Richard Stallman  <rms@gnu.org>
2225         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2227 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2229         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
2230         rather than storing their value in the revert-buffer function.
2232 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
2234         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
2235         when disabling t-mouse-mode.
2237 2007-05-01  Davis Herring  <herring@lanl.gov>
2239         * calendar/timeclock.el: Update version number.
2240         (timeclock-modeline-display): Mention timeclock-use-display-time
2241         in explanatory message.
2242         (timeclock-in): Fix non-interactive workday specifications.
2243         (timeclock-log): Don't kill the log buffer if it already existed.
2244         Suppress warnings when finding the log.  Don't check for a nil
2245         project twice.  Run hooks after killing the buffer (if applicable).
2246         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2247         was geometric).  All uses changed.
2248         (timeclock-generate-report): Support prefix argument.
2250 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2252         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2253         disconnections.
2255 2007-05-01  Romain Francoise  <romain@orebokech.com>
2257         * dired-x.el: Revert 2007-04-06 change.
2259 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2261         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2263 2007-04-29  Richard Stallman  <rms@gnu.org>
2265         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2267 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2269         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2270         than 1.
2272 2007-04-28  Richard Stallman  <rms@gnu.org>
2274         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2276 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
2278         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2279         don't put stop on toolbar.
2281 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2283         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2285 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2287         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2288         instead of $(lisp)/mh-e.
2290 2007-04-28  Glenn Morris  <rgm@gnu.org>
2292         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2293         (image-dired-cmd-create-temp-image-options): Replace option
2294         +profile "*" with -strip.
2296 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2298         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2299         Use window-start and window-end.
2301 2007-04-27  Andreas Schwab  <schwab@suse.de>
2303         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2305 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
2307         * textmodes/fill.el (fill-paragraph): Doc fix.
2309 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2311         * locate.el (locate-in-alternate-database): Doc fix.
2313 2007-04-26  Glenn Morris  <rgm@gnu.org>
2315         * button.el (button): Use underline if supported, else fall back
2316         to color.
2318         * version.el (emacs-version): Increase to 22.1.50.
2320 2007-04-25  Richard Stallman  <rms@gnu.org>
2322         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2324 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2326         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2327         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2328         pushing mark.
2329         (idlwave-current-routine): Don't push mark.
2331 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2333         * image-dired.el (image-dired-display-image): Derive image-type from
2334         filename rather than assuming jpeg, in case no resizing was needed.
2336 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2338         * custom.el (defface): Doc fix.
2340 See ChangeLog.12 for earlier changes.
2342 ;; Local Variables:
2343 ;; coding: iso-2022-7bit
2344 ;; add-log-time-zone-rule: t
2345 ;; End:
2347     Copyright (C) 2007 Free Software Foundation, Inc.
2349   This file is part of GNU Emacs.
2351   GNU Emacs is free software; you can redistribute it and/or modify
2352   it under the terms of the GNU General Public License as published by
2353   the Free Software Foundation; either version 2, or (at your option)
2354   any later version.
2356   GNU Emacs is distributed in the hope that it will be useful,
2357   but WITHOUT ANY WARRANTY; without even the implied warranty of
2358   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2359   GNU General Public License for more details.
2361   You should have received a copy of the GNU General Public License
2362   along with GNU Emacs; see the file COPYING.  If not, write to the
2363   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2364   Boston, MA 02110-1301, USA.
2366 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af