(tex-verbatim-environments): Add safe-local-variable property.
[emacs.git] / lisp / ChangeLog
blob6e1ff0cf5a0b5f8b616d4f03e0a9bda66ca973db
1 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * textmodes/tex-mode.el (tex-verbatim-environments):
4         Add safe-local-variable property.
5         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6         when starting font-lock rather than when loading tex-mode.el.
8         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
9         whole $( rather than just the $.  Rename from sh-quoted-subshell.
10         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
12 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
14         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
15         bookmark-alist.  Instead, if not sorting, simply return it.
16         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
17         for its return value, not for its side effect.
19         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
20         case of alignment under a constant symbol, find and consider
21         the sexp actually at indentation to be the "last sexp".
23 2007-07-16  Drew Adams  <drew.adams@oracle.com>
25         * mouse.el (mouse-yank-secondary): Better error message if no
26         secondary selection.
28 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
30         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
32         * term/xterm.el (xterm-turn-on-modify-other-keys)
33         (xterm-turn-off-modify-other-keys): New functions.
34         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
35         terminal supports it.
37 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
39         * bookmark.el (bookmark-show-all-annotations):
40         Make sure each inserted annotation ends with newline.
42 2007-07-15  Juri Linkov  <juri@jurta.org>
44         * delsel.el (delete-selection-pre-hook):
45         * emulation/cua-base.el (cua-paste): Before a yank command,
46         check also whether last-command is one of mouse-save-then-kill,
47         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
49 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
51         * recentf.el (recentf-keep-default-predicate): New defun.
52         (recentf-keep): Use it as initial value.
54 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
56         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
57         thus restoring bookmark bindings to three slots under C-x r.  See
58         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
60 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
62         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
64 2007-07-15  Jason Rumney  <jasonr@gnu.org>
66         * w32-fns.el (set-default-process-coding-system): Use dos line ends
67         for input to cmdproxy on all versions of Windows.
68         Use dos line ends for input to plink.
70         * comint.el (comint-simple-send): Concat newline before sending.
71         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
73 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
75         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
76         safe-local-variable setting.
78 2007-07-14  David Kastrup  <dak@gnu.org>
80         * emacs-lisp/advice.el (defadvice): Doc fix.
82 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
84         * subr.el (when, unless): Doc fix.
86 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
88         * replace.el (match): Use yellow1 instead of yellow.
90         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
91         red.
93         * pcvs-info.el (cvs-unknown): Likewise.
95 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
97         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
98         (install): Use them to copy all *.el files before *.elc.
100 2007-07-13  Drew Adams <drew.adams@oracle.com>
102         * bookmark.el (bookmark-jump-other-window): New function.
103         (bookmark-map): Bind it to "o".
105         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
106         and its thread contains discussion about this change.
107         The original patch was slightly tweaked by Karl Fogel
108         <kfogel@red-bean.com> before committing.
110 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
112         * bookmark.el: Shorten some comments to fit within 80 lines.
114 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
116         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
117         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
118         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
119         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
121 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
123         * textmodes/org.el: Bug fixes.
124         (org-end-of-line): Move to end of line if in headline without tags.
126 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * vc-hooks.el: Remove spurious * in docstrings.
129         (vc-handled-backends): Add BZR.
131         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
133 2007-07-12  Davis Herring  <herring@lanl.gov>
135         * desktop.el (desktop-buffer-info, desktop-save):
136         Use `desktop-dirname' instead of `dirname'.
138 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
140         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
142         * progmodes/python.el (python-which-func-length-limit): New var.
143         (python-which-func): New function.
144         (python-current-defun): Add optional `length-limit' and try to fit
145         computed function name to that length.
146         (python-mode): Hook `python-which-func' up.
148 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
150         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
152         * comint.el (comint-dynamic-complete-as-filename):
153         Use read-file-name-completion-ignore-case.
155 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
157         * comint.el (comint-dynamic-list-filename-completions):
158         Use read-file-name-completion-ignore-case.
160         * vc-cvs.el: Require CL.
161         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
162         New functions to provide completion of revision names.
164         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
165         (vc-cvs-annotate-first-line-re): New const.
166         (vc-cvs-annotate-process-filter): New fun.
167         (vc-cvs-annotate-command): Use them and run the command asynchronously.
169 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
171         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
172         (eldoc-print-current-symbol-info): Adjust for changed helper
173         function signatures.
174         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
175         `eldoc-highlight-function-argument'.
176         (eldoc-highlight-function-argument): New function.
177         (eldoc-get-var-docstring): Format documentation with
178         `font-lock-variable-name-face'.
179         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
180         where suited.
181         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
182         (eldoc-beginning-of-sexp): Return number of skipped sexps.
184 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
186         * progmodes/compile.el (compilation-start): `start-process' must
187         still be redefined when calling `start-process-shell-command'.
189         * progmodes/gud.el (gud-file-name): When `default-directory' is a
190         remote file name, prepend its remote part to the filename.
191         (gud-common-init): When `default-directory' is a remote file name,
192         make the filename relative to it.
193         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
195 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
197         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
198         mouse binding and a tooltip.
200 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
202         * menu-bar.el (vc-menu-map): New defalias.
204 2007-07-10  Richard Stallman  <rms@gnu.org>
206         * emacs-lisp/lisp-mode.el (eval-defun):
207         Explain special handling of `defface'.
209 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
211         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
213         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
215 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
217         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
219         * vc-arch.el (vc-arch-complete): Remove.
220         (vc-arch-revision-completion-table): Use complete-with-action.
222         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
223         (complete-with-action): New function.
224         (dynamic-completion-table): Use it.
226 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
228         * comint.el (make-comint, make-comint-in-buffer)
229         (comint-exec-1): Replace `start-process' by `start-file-process'.
231         * progmodes/compile.el (compilation-start): Revert redefining
232         `start-process'.
234 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
237         with EOLs when generating MD5 checksums.
239         * follow.el: Don't change the global map from the follow-mode-map
240         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
241         XEmacs code.
242         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
243         since `follow-mode' should be used instead for that.
245         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
246         (easy-menu-do-define): Use it.
247         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
249         * progmodes/compile.el (compilation-auto-jump-to-first-error)
250         (compilation-auto-jump-to-next): New vars.
251         (compilation-auto-jump): New function.
252         (compilation-error-properties): Use them to jump to first error.
253         (compilation-start): Set the var if requested.
255         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
256         duplicates without also removing entries from other directories.
258 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
260         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
261         Remember span as default.
262         (org-columns-edit-value): Rename from `org-column-edit'.
263         (org-columns-display-here-title): Rename from
264         `org-overlay-columns-title'.
265         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
266         (org-columns-get-autowidth-alist): Rename from
267         `org-get-columns-autowidth-alist'.
268         (org-columns-display-here): Rename from `org-overlay-columns'.
269         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
270         (org-columns-quit): Rename from `org-column-quit'.
271         (org-columns-show-value): Rename from `org-column-show-value'.
272         (org-columns-content, org-columns-widen)
273         (org-columns-next-allowed-value)
274         (org-columns-edit-allowed, org-columns-store-format)
275         (org-columns-uncompile-format, org-columns-redo)
276         (org-columns-edit-attributes, org-delete-property)
277         (org-set-property, org-columns-update)
278         (org-columns-compute, org-columns-eval)
279         (org-columns-not-in-agenda, org-columns-compute-all)
280         (org-property-next-allowed-value)
281         (org-columns-compile-format)
282         (org-fill-paragraph-experimental)
283         (org-string-to-number, org-property-action)
284         (org-columns-move-left, org-columns-new )
285         (org-column-number-to-string)
286         (org-property-previous-allowed-value)
287         (org-at-property-p, org-columns-delete)
288         (org-columns-previous-allowed-value)
289         (org-columns-move-right, org-columns-narrow)
290         (org-property-get-allowed-values)
291         (org-verify-version, org-column-string-to-number)
292         (org-delete-property-globally): New functions.
293         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
294         (org-columns-overlays): Rename from `org-column-overlays'.
295         (org-columns-map): Rename from `org-column-map'.
296         (org-columns-current-maxwidths): Rename from
297         `org-current-columns-maxwidths'.
298         (org-columns-begin-marker, org-columns-current-fmt-compiled)
299         (org-previous-header-line-format)
300         (org-columns-inhibit-recalculation)
301         (org-columns-top-level-marker): New variables.
302         (org-columns-default-format): Rename from `org-default-columns-format'.
303         (org-property-re): New constant.
305 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
307         * subr.el (looking-at-p, string-match-p): New functions.
309 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
311         * textmodes/tex-mode.el (tex-fontify-script)
312         (tex-font-script-display): New variables to make display of
313         superscripts and subscripts customizable.
314         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
316 2007-07-09  Richard Stallman  <rms@gnu.org>
318         * isearch.el (isearch-edit-string): Call to isearch-push-state
319         after the search.
321 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
323         * window.el (fit-window-to-buffer): Remove setting of window-min-height
324         to 1 as enlarge-window uses the value to resize/shrink windows other
325         than WINDOW if needed.
327 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
329         * cus-start.el (file-coding-system-alist): Fix custom type.
331 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
333         * longlines.el (longlines-wrap-region): Avoid marking buffer as
334         modified.
335         (longlines-auto-wrap, longlines-window-change-function):
336         Remove unnecessary calls to set-buffer-modified-p.
338 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
340         * cus-start.el (file-coding-system-alist): Fix custom type.
342 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
344         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
345         (vc-cvs-checkout): Remove last arg now unused; simplify.
347 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
349         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
351         * net/tramp.el:
352         * net/tramp-ftp.el:
353         * net/tramp-smb.el:
354         * net/tramp-uu.el:
355         * net/trampver.el: Migrate to Tramp 2.1.
357         * net/tramp-cache.el:
358         * net/tramp-fish.el:
359         * net/tramp-gw.el: New Tramp packages.
361         * net/tramp-util.el:
362         * net/tramp-vc.el: Removed.
364         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
365         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
367         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
369         * progmodes/compile.el (compilation-start): Redefine
370         `start-process' temporarily when `default-directory' is remote.
371         Remove case of synchronous compilation, this won't happen ever.
372         (compilation-setup): Make local variable `comint-file-name-prefix'
373         for remote compilation.
375 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
377         * novice.el (disabled-command-function): Fit window to buffer to
378         make last line visible.
379         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
381         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
382         when handling the terminating event.
384 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
386         * calc/calc.el (math-read-number-simple): Remove leading 0s.
387         (math-bignum-digit-length): Change to optimal value.
389         * calc/calc-bin.el (math-bignum-logb-digit-size)
390         (math-bignum-digit-power-of-two): Evaluate when compiled.
392         * calc/calc-comb.el (math-small-factorial-table)
393         (math-init-random-base, math-prime-test): Remove unnecessary calls
394         to `math-read-number-simple'.
396         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
397         (math-approx-gamma-const): Add docstrings.
399         * calc/calc-forms.el (math-julian-date-beginning)
400         (math-julian-date-beginning-int): New constants.
401         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
402         Use the new constants.
404         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
406         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
407         Add docstrings.
409 2007-07-07  Tom Tromey  <tromey@redhat.com>
411         * vc.el (vc-annotate): Jump to line and output message only after the
412         process is really all done.
414 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
416         * vc.el (vc-exec-after): Don't move point from the sentinel.
417         Forcefully read all the remaining text in the pipe upon process exit.
418         (vc-annotate-display-autoscale, vc-annotate-lines):
419         Don't stop at the first unrecognized line.
420         (vc-annotate-display-select): Run autoscale after the process is done
421         since it depends on the whole result.
423 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
425         * term/w32-win.el (menu-bar-open): New function.
426         Bind <f10> to it.
428 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
430         * simple.el (start-file-process): New defun.
432 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
434         * files.el (find-file-confirm-nonexistent-file): Rename from
435         find-file-confirm-inexistent-file.  Update users.
437         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
438         format of autoload block where the file's time-stamp is replaced by its
439         MD5 checksum.
440         (autoload-generate-file-autoloads): Use MD5 checksum instead of
441         time-stamp for secondary autoloads files.
442         (update-directory-autoloads): Remove duplicate entries.
443         Use time-less-p for time-stamps, as done in autoload-find-destination.
445 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
447         * calc/calc.el (math-read-number): Replace number by variable.
448         (math-read-number-simple): Properly parse small integers.
450 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
452         * vc.el: Fix doc for the checkout function.
454 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
456         * vc-hg.el (vc-hg-root): New function.
457         (vc-hg-registered): Use it.
458         (vc-hg-diff-tree): New defalias.
459         (vc-hg-responsible-p): Likewise.
460         (vc-hg-checkout): Comment out, not needed.
461         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
462         (vc-hg-find-version, vc-hg-next-version): New functions.
464 2007-07-06  Andreas Schwab  <schwab@suse.de>
466         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
467         dynamic bindings around the evaluation of the expression.
468         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
470 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
472         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
473         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
474         Use run-hooks rather than run-mode-hooks.
476 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
478         * calc/calc-comb.el (math-random-digit): Rename to
479         `math-random-three-digit-number'.
480         (math-random-digits): Don't depend on representation of integer.
482         * calc/calc-bin.el (math-bignum-logb-digit-size)
483         (math-bignum-digit-power-of-two): New constants.
484         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
485         (math-not-bignum, math-clip-bignum): Use the constants
486         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
487         instead of their values.
488         (math-clip): Use math-small-integer-size instead of its value.
490         * calc/calc.el (math-add-bignum): Replace number by constant.
492 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
494         * wid-edit.el (widget-documentation-string-value-create):
495         Insert indentation spaces.
497 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
499         * emacs-lisp/byte-opt.el: Revert last change.
501 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
503         * vc-hooks.el (vc-handled-backends): Add HG.
505         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
507 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
509         * complete.el (PC-do-complete-and-exit): Add support for the new
510         `confirm-only' confirmation mode.
512 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
514         * cus-edit.el (custom-commands): New variable.
515         (custom-tool-bar-map): New variable.  Initialize using
516         `custom-commands'.
517         (custom-mode): Use `custom-tool-bar-map'.
518         (custom-buffer-create-internal): Insert action buttons only if
519         tool bar is not used.  Use `custom-commands'.
520         (Custom-help, custom-command-apply): New function.
521         (custom-command-apply, Custom-set, Custom-save)
522         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
523         Use `custom-command-apply' instead of duplicating code.
524         (customize-group-other-window): Call `customize-group' instead of
525         duplicating code.
526         (customize-face-other-window): Call `customize-face' instead of
527         duplicating code.
528         (customize-group, customize-face): Add optional args for opening
529         in another window.
530         (custom-variable-tag): Don't inherit `variable-pitch' face.
531         (custom-group-tag): Inherit `variable-pitch' face.
532         (custom-variable-value-create): Set documentation indentation.
533         (custom-group-value-create): Make group name a link, instead of
534         using an extra "go to group" button.
535         (custom-prompt-variable, custom-group-set, custom-group-save)
536         (custom-group-reset-current, custom-group-reset-saved)
537         (custom-group-reset-standard): Minor cleanup.
539 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
541         * Makefile.in (bootstrap-prepare): When copying from
542         ldefs-boot.el, make sure loaddefs.el is writeable.
544         (bootstrap-prepare): Make $(lisp)/ps-print.el
545         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
547 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
549         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
550         only caller, and delete.
551         (vc-hg-state): Deal with exceptions and only parse the output on
552         successful return.
553         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
554         caller, and delete.
555         (vc-hg-workfile-version): Deal with exceptions and only parse the
556         output on successful return.
557         (vc-hg-revert): New function.
559 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
561         * calculator.el (calculator-expt): Use more cases to determine
562         the value.
564 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
566         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
567         file names.
569 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
571         * calculator.el (calculator-expt, calculator-integer-p):
572         New functions.
573         (calculator-fact): Check to see if the factorial will be too
574         large before computing it.
575         (calculator-initial-operators): Use `calculator-expt' to
576         compute "^".
577         (calculator-mode): Mention that results which are too large
578         will return inf.
579         * calc/calc-comb.el (math-small-factorial-table): Replace list
580         by vector.
582 2007-07-03  David Kastrup  <dak@gnu.org>
584         * shell.el: On request of the authors, remove their addresses for
585         the sake of bug reports, and add the developer list address as
586         maintainer information.
588 2007-07-03  Richard Stallman  <rms@gnu.org>
590         * files.el (make-directory): Doc fix.
591         (find-file-confirm-inexistent-file): Make it a defcustom.
592         Make nil the default.
594 2007-07-02  Richard Stallman  <rms@gnu.org>
596         * startup.el (command-line): Set buffer-offer-save in *scratch*
597         and enable auto-save in it.
599 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
601         * textmodes/org.el (orgstruct-mode-map): New variable.
602         (orgstruct-mode): New minor mode.
603         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
604         (orgstruct-make-binding, org-context-p, org-get-local-variables)
605         (org-run-like-in-org-mode): New functions.
606         (org-cycle-list-bullet): New command.
607         (org-special-properties, org-property-start-re)
608         (org-property-end-re): New constants.
609         (org-with-point-at): New macro.
610         (org-get-property-block, org-entry-properties, org-entry-get)
611         (org-entry-delete, org-entry-get-with-inheritance)
612         (org-entry-put, org-buffer-property-keys): New functions.
613         (org-insert-property-drawer): New command.
614         (org-entry-property-inherited-from): New variable.
615         (org-column): New face.
616         (org-column-overlays, org-current-columns-fmt)
617         (org-current-columns-maxwidths, org-column-map): New variables.
618         (org-column-menu): New menu.
619         (org-new-column-overlay, org-overlay-columns)
620         (org-overlay-columns-title, org-remove-column-overlays)
621         (org-column-show-value, org-column-quit, org-column-edit): New
622         functions.
623         (org-columns, org-agenda-columns): New commands.
624         (org-get-columns-autowidth-alist): New functions.
625         (org-properties): New customize group.
626         (org-default-columns-format): New option.
627         (org-priority): Realign tags after changing priority.
628         (org-preserve-lc): New macro.
629         (org-update-checkbox-count): Catch case when there is no headline.
630         (org-agenda-quit): Remove any column overlays.
631         (org-beginning-of-item-list): Fixed bug when non-item line is
632         indented too deep.
633         (org-cached-props): New variable.
634         (org-cached-entry-get): New function.
635         (org-make-tags-matcher): Handle property matches.
636         (org-table-recalculate): Swap evaluation order: Field formula
637         first, then column formulas, but don't allow them to overwrite the
638         field formulas.
639         (org-table-eval-formula): New argument untouchable.
640         (org-table-put-field-property): New function.
642 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
644         * help-mode.el (help-make-xrefs): Skip spaces too when
645         skipping tabs.
647         * ffap.el (dired-at-point-prompter): Improve prompt in
648         list-directory case.
650 2007-07-01  Richard Stallman  <rms@gnu.org>
652         * files.el (find-file-visit-truename): Fix safe-local-variable value.
654 2007-07-01  Richard Stallman  <rms@gnu.org>
656         * cus-start.el (max-mini-window-height): Added.
658 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
660         * complete.el (partial-completion-mode): Remove advice of
661         read-file-name-internal.
662         (PC-do-completion): Rebind minibuffer-completion-table.
663         (PC-read-file-name-internal): New function doing what
664         read-file-name-internal advice did.
666 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
668         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
669         property on a few symbols.
670         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
671         (byte-optimize-lapcode): Remove bindings that are not referenced
672         and certainly will not effect through dynamic scoping.
674 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * files.el (find-file-confirm-inexistent-file): New var.
677         (find-file, find-file-other-window, find-file-other-frame)
678         (find-file-read-only, find-file-read-only-other-window)
679         (find-file-read-only-other-frame): Use it.
681 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
683         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
685 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
687         * generic-x.el (generic-define-mswindows-modes)
688         (generic-define-unix-modes, apache-log-generic-mode)
689         (bat-generic-mode-keymap, java-manifest-generic-mode)
690         (show-tabs-generic-mode): Fix typos in docstrings.
692 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
694         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
695         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
696         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
697         (rcirc-print): Never ignore messages from ourself.
699 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
701         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
702         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
704 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
706         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
707         replace-regexp-in-string.
709 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
711         * emacs-lisp/cl.el: Set edebug and indentation before loading
712         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
714 2007-06-28  Andreas Schwab  <schwab@suse.de>
716         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
717         $(lisp)/subdirs.el.
719 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
721         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
722         the speedbar frame if nil; that deletes the current frame or
723         causes an error if it is the only frame.
724         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
726 2007-06-28  Kevin Ryde  <user42@zip.com.au>
728         * textmodes/nroff-mode.el: Groff \# comments.
729         (nroff-mode-syntax-table): \# comment intro,
730         plain # as punct per global table.
731         (nroff-font-lock-keywords): Add # as a single char escape.
732         (nroff-mode): In comment-start-skip, match \#.
734 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
736         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
737         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
738         point-min == 1.
740 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
742         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
743         Rename and move to...
745         * subr.el (strings->string, string->strings): ...here.
747         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
748         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
750         * progmodes/gud.el (gud-common-init): Call string->strings instead
751         of split-string.
753 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
755         * dired-aux.el: Remove `dired-call-process'.
756         (dired-check-process): Call `process-file'.
758         * wdired.el (wdired-do-perm-changes): Call `process-file'.
760         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
761         `ange-ftp-process-file'.
763 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
765         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
767         * emacs-lisp/cl-extra.el:
768         * emacs-lisp/cl-seq.el:
769         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
770         Add autoload cookies on all defs autoloaded manually in cl.el.
772         * emacs-lisp/cl-loaddefs.el: New file.
774         * textmodes/texinfmt.el (texinfo-raisesections-alist)
775         (texinfo-lowersections-alist): Merge definition and declaration.
776         (texinfo-start-of-header, texinfo-end-of-header): Remove.
777         (texinfo-format-syntax-table): Merge init into declaration.
778         (texinfo-format-parse-line-args, texinfo-format-parse-args)
779         (texinfo-format-parse-defun-args, texinfo-format-node)
780         (texinfo-push-stack, texinfo-multitable-widths)
781         (texinfo-define-info-enclosure, texinfo-alias)
782         (texinfo-format-defindex, batch-texinfo-format): Use push.
783         (texinfo-footnote-number): Remove duplicate declaration.
785         * ps-print.el: Update with auto-generated autoloads.
787         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
789 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
791         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
792         relative to current dir for file-local settings.
793         (autoload-generate-file-autoloads): Add `outfile' arg.
794         (update-directory-autoloads): Use it to directly call
795         autoload-generate-file-autoloads instead of going through
796         update-file-autoloads so we avoid redundant searches and so we can know
797         the set of buffers changed so we can save them all.
799         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
800         rather than throwing `up-to-date'.
801         (autoload-generate-file-autoloads): Adjust correspondingly.
802         (update-file-autoloads): Be careful to let-bind
803         autoload-modified-buffers and adjust to new calling conventions.
804         (autoload-modified-buffers): Make it a dynamically scoped var.
805         (update-directory-autoloads): Use file-relative-name instead of
806         autoload-trim-file-name.
807         (autoload-insert-section-header): Don't use autoload-trim-file-name
808         since the file is already relative now.
809         (autoload-trim-file-name): Remove.
811         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
812         (vc-arch-complete, vc-arch--version-completion-table)
813         (vc-arch-revision-completion-table): New functions to provide
814         completion of revision names.
815         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
816         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
817         to let the user trim the revlib.
819         * vc.el: Add new VC operation `revision-completion-table'.
820         (vc-default-revision-completion-table): New function.
821         (vc-version-diff, vc-version-other-window): Use it to provide
822         completion of revision names if the backend provides it.
824         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
826         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
827         of newer .svn/entries.
829 2007-06-25  David Kastrup  <dak@gnu.org>
831         * calc/calc-poly.el (math-padded-polynomial)
832         (math-partial-fractions): Add some function comments.
834 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
836         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
837         Make `outbuf' optional.
838         (update-file-autoloads): Use it.
840 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
842         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
843         (autoload-find-destination): Keep it uptodate.
844         (autoload-save-buffers): New fun.
845         (update-file-autoloads): Use it.  Re-add the "up to date" message.
847         * emacs-lisp/autoload.el: Refactor for upcoming changes.
848         (autoload-find-destination): New function extracted from
849         update-file-autoloads.
850         (update-file-autoloads): Use it.
851         (autoload-generate-file-autoloads): New function extracted from
852         generate-file-autoloads.  Use file-relative-name.  Delay computation of
853         output-start to the first cookie.  Remove done-any, replaced by
854         output-start.
855         (generate-file-autoloads): Use it.
857 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
859         * calc/calc-comb.el (math-init-random-base, math-prime-test):
860         Use math-read-number-simple to insert constants.
861         (math-prime-test): Redo calculation of sum.
863         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
865         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
866         math-scale-bignum-3.
867         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
868         math-bignum-digit-size.
869         (math-isqrt-small): Add another possible initial guess.
871 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
873         * textmodes/bibtex.el (bibtex-entry-format): New options
874         `whitespace', `braces', and `string'.
875         (bibtex-field-braces-alist, bibtex-field-strings-alist)
876         (bibtex-field-braces-opt, bibtex-field-strings-opt)
877         (bibtex-cite-matcher-alist): New variables.
878         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
879         (bibtex-flash-head): Use blink-matching-delay.
880         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
881         (bibtex-format-entry, bibtex-reformat): Handle new options of
882         bibtex-entry-format.
883         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
884         New functions.
885         (bibtex-complete-internal): Do not display messages while
886         minibuffer is used.  Do not leave around a completions buffer
887         that is out of date.
888         (bibtex-copy-summary-as-kill): New optional arg.
889         (bibtex-font-lock-url): New optional arg no-button.
890         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
891         (bibtex-url): Allow multiple URLs per entry.
893 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
895         * emacs-lisp/autoload.el (autoload-generated-file): New function.
896         (update-file-autoloads, update-directory-autoloads): Use it.
897         (autoload-file-load-name): New function.
898         (generate-file-autoloads, update-file-autoloads): Use it.
899         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
900         (generate-file-autoloads): If the autoloaded form is malformed,
901         indicate the problem with a warning instead of aborting.
903 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
905         * simple.el (next-error-recenter): Accept `(4)' as well;
906         also, specify `integer' instead of `number'.
908 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
910         * ls-lisp.el (insert-directory): If an invalid regexp error is
911         thrown, try using FILE as a literal file name, not a wildcard.
913 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
915         * ruler-mode.el (ruler-mode): Prevent clobbering the original
916         `header-line-format' when reentering ruler mode.
918 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
920         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
921         FILE exists as a file.
923 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
925         * calc/calc.el (math-bignum-digit-length)
926         (math-bignum-digit-size, math-small-integer-size):
927         New constants.
928         (math-normalize, math-bignum-big, math-make-float)
929         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
930         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
931         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
932         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
933         (math-quotient, math-div-bignum, math-div-bignum-digit)
934         (math-div-bignum-part, math-format-bignum-decimal)
935         (math-read-bignum): Use math-bignum-digit-length,
936         math-bignum-digit-size and math-small-integer-size.
938         * calc/calc-ext.el (math-fixnum-big): Use the variable
939         math-bignum-digit-size.
941 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
943         * log-view.el (log-view-mode-menu): New menu.
945 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
947         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
948         differently.
950         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
951         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
953 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
955         * vc-hg.el (vc-hg-print-log): Insert the file name.
956         (vc-hg-log-view-mode): Fontify the file name.
958 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
960         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
961         (calcFunc-julian): Fix incorrect number used in calculations.
963 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
965         * simple.el (next-error-recenter): New defcustom.
966         (next-error, next-error-internal): Recenter if specified,
967         immediately prior to running `next-error-hook'.
969         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
970         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
972         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
974 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
976         * calc/calc-comb.el (math-small-factorial-table): New variable.
977         (calcFunc-fact): Use `math-small-factorial-table'.
979         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
980         initial values.
981         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
982         New variables to use in caches.
984         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
985         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
987         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
988         (math-bernoulli-b-cache): Use math-read-number-simple to insert
989         bignums.
991         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
992         New variables to use in caches.
994 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
996         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
998         * vc-hg.el (vc-hg-log-view-mode): New mode.
1000 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
1002         * calc/calc.el (math-read-number-simple): New function.
1004 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1006         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1007         (vera-font-lock-match-item): Fix doc string.
1008         (vera-in-comment-p): Remove unused function.
1009         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1010         use `syntax-ppss'.
1011         (vera-forward-syntactic-ws): Fix argument order.
1012         (vera-prepare-search): Use `with-syntax-table'.
1013         (vera-indent-line): Fix doc string.
1014         (vera-electric-tab): Fix doc string.
1015         (vera-expand-abbrev): Define alias instead of using `fset'.
1016         (vera-comment-uncomment-region): Use `comment-start-skip'.
1018 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
1020         * textmodes/org.el (org-export-with-footnotes): New option.
1021         (org-export-as-html): Fix replacement bug for XEmacs.
1022         (org-agenda-default-appointment-duration): New option.
1024 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
1026         * vc-hg.el: Add to do items.
1027         (vc-hg-diff): Add support for comparing different revisions.
1028         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
1029         (vc-hg-annotate-extract-revision-at-line)
1030         (vc-hg-previous-version, vc-hg-checkin): New functions.
1031         (vc-hg-annotate-re): New constant.
1033 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
1035         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
1037 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1039         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
1040         buffer-local value of log-view-*-re if applicable.
1042         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
1043         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
1044         (vc-bzr-command*): Remove both (incompatible) versions.
1045         (vc-bzr-do-command*): Remove.
1046         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
1047         Remove by folding into its only caller vc-bzr-command.
1048         (vc-bzr-command): Always set the environment, even when ineffective.
1049         (vc-bzr-version): Minor fix up.
1050         (vc-bzr-admin-dirname): New var.
1051         (vc-bzr-bzr-dir): Remove.
1052         (vc-bzr-root-dir): New fun.
1053         (vc-bzr-registered): Use it.  Add an autoloaded version.
1054         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
1055         (vc-bzr-view-log-function): Remove.
1056         (vc-bzr-log-view-mode): New major mode to replace it.
1057         (vc-bzr-print-log): Only activate the old hack if needed.
1059         * vc.el (vc-default-log-view-mode): New function.
1060         (vc-print-log): Add new `log-view-mode' VC operation.
1062 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1064         * ido.el (ido-find-file-in-dir): Don't signal an error for
1065         empty directories.
1067         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
1069         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1070         directory where the desktop file was found, as the docstring says.
1071         (desktop-kill): Use `read-directory-name'.
1073 2007-06-20  Alan Mackenzie  <acm@muc.de>
1075         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1076         When removing lines, also remove the \n.  Correction of patch of
1077         2007-04-21.
1079 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
1081         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1082         event is not a cons cell.  Do not unread drag-mouse-1 events.
1083         Select right window in check whether space was stolen from
1084         window above.
1086         * help-mode.el (help-make-xrefs): Adjust position of new forward
1087         button.
1089 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
1091         * vc-bzr.el (vc-bzr-with-process-environment)
1092         (vc-bzr-std-process-invocation): New macros.
1093         (vc-bzr-command, vc-bzr-command*): Use them.
1094         (vc-bzr-with-c-locale): Remove.
1095         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
1096         (vc-bzr-buffer-nonblank-p): New function.
1097         (vc-bzr-state-words): New const.
1098         (vc-bzr-state): Look for `bzr status` keywords in output.
1099         Display everything else as a warning message to the user.
1100         Fix status report with bzr >= 0.15.
1102 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
1104         * vc-hg.el (vc-hg-global-switches): Simplify.
1105         (vc-hg-state): Handle more states.
1106         (vc-hg-diff): Fix doc-string.
1107         (vc-hg-register): New function.
1108         (vc-hg-checkout): Likewise.
1110 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1112         * progmodes/vera-mode.el: New file.
1114 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
1116         * calc/calc.el (calc-multiplication-has-precendence):
1117         New variable.
1118         (math-standard-ops, math-standard-ops-p, math-expr-ops):
1119         New functions.
1120         (math-expr-opers): Define using math-standard-ops rather than
1121         math-standard-opers.
1122         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
1123         equal the function math-standard-ops rather than the variable
1124         math-standard-opers.
1125         (calc-algebraic-entry): Let math-expr-opers equal
1126         math-standard-ops or math-expr-ops, as appropriate.
1127         (math-expr-read-level, math-read-factor): Let math-expr-opers
1128         equal math-expr-ops.
1129         * calc/calc-embed.el (calc-embedded-finish-edit):
1130         Let math-expr-opers equal the function math-standard-ops
1131         rather than the variable math-standard-opers.
1132         * calc/calc-ext.el (math-read-plain-expr)
1133         (math-format-flat-expr-fancy): Let math-expr-opers equal the
1134         function math-standard-ops rather than the variable
1135         math-standard-opers.
1136         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
1137         Let math-expr-opers equal the function math-standard-ops rather
1138         than the variable math-standard-opers.
1139         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
1140         equal the function math-standard-ops rather than the variable
1141         math-standard-opers.
1142         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
1143         equal the function math-standard-ops rather than the variable
1144         math-standard-opers.
1145         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
1146         math-expr-ops.
1148 2007-06-19  Ivan Kanis  <apple@kanis.eu>
1150         * vc-hg.el: New file.
1152 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1154         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
1155         with font-lock-multiline.
1157 2007-06-17  Glenn Morris  <rgm@gnu.org>
1159         * lpr.el (lpr-page-header-switches): Move %s to separate element
1160         for correct quoting.  Doc fix.
1162 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1164         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
1165         than setting sgml-xml-mode.
1166         (sgml-mode, html-mode): Set sgml-xml-mode.
1167         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
1168         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
1169         (sgml-electric-tag-pair-before-change-function)
1170         (sgml-electric-tag-pair-flush-overlays): New functions.
1171         (sgml-electric-tag-pair-mode): New minor mode.
1172         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
1173         (sgml-calculate-indent): Use assoc-string.
1175 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
1177         * thingatpt.el (thing-at-point-email-regexp): Don't require two
1178         chars before the "@" in an email address.  Andreas Roehler noticed
1179         this problem.
1181 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
1183         * thingatpt.el: Add support for email addresses (`email').
1184         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
1185         (thing-at-point-email-regexp): New variable.
1186         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
1187         properties on this symbol, with lambda forms for values.
1189 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1191         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
1193         * vc.el (vc-dired-hook): Check the backend returned from
1194         `vc-responsible-backend' can really handle `subdir'.
1196 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
1198         * wid-edit.el (widget-add-documentation-string-button):
1199         Fix handling of documentation indent.
1201 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
1203         * mb-depth.el: New file.
1205 2007-06-15  Masatake YAMATO  <jet@gyve.org>
1207         * vc.el (vc-dired-mode): Show backend name as part of mode name.
1209 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
1211         * wid-edit.el (widget-default-create): Move ?h handling here...
1212         (widget-default-format-handler): ...from here.
1213         (widget-docstring, widget-add-documentation-string-button): New funs.
1214         (documentation-string): Add :visibility-widget property.
1215         (widget-documentation-string-value-create): Use it.
1217         * cus-edit.el (custom-split-regexp-maybe): Simplify.
1218         (custom-buffer-create-internal): Simplify message.
1219         (custom-variable-tag): Reduce height to normal.
1220         (custom-variable-value-create, custom-face-value-create)
1221         (custom-visibility): New widget.
1222         (custom-visibility): New face.
1223         (custom-group-value-create):
1224         Call widget-add-documentation-string-button, using `custom-visibility'.
1226 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1228         * emacs-lisp/bytecomp.el (byte-compile-current-group)
1229         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
1230         change.  Apparently the "warning even if the group is implicit" is
1231         a feature rather than a bug.
1233 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
1235         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
1236         Different advices for Emacs and XEmacs.  Compile them conditionally.
1237         (viper-version): Belated version change.
1239 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
1241         * follow.el (follow-all-followers, follow-generic-filter):
1242         * pcomplete.el (pcomplete-restore-windows):
1243         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
1244         (x-dnd-drop-data):
1245         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
1246         * progmodes/python.el (python-complete-symbol):
1247         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
1249 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
1251         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
1252         around bright and dim regexps. Make sure bright and dim matches
1253         use word anchors.  Send text through rcirc-markup functions.
1254         (rcirc-url-regexp): Add single quote character.
1255         (rcirc-connect): Write logs to disk on auto-save-hook.
1256         Make server a non-optional argument.
1257         (rcirc-log-alist): New variable.
1258         (rcirc-log-directory): Make customizable.
1259         (rcirc-log-flag): New customizable variable.
1260         (rcirc-log): New function.
1261         (rcirc-print): Use above function.
1262         (rcirc-log-write): New function.
1263         (rcirc-generate-new-buffer-name): Strip text properties.
1264         (rcirc-switch-to-buffer-function): Remove variable.
1265         (rcirc-last-non-irc-buffer): Remove variable.
1266         (rcirc-non-irc-buffer): Add function.
1267         (rcirc-next-active-buffer): Use above function.
1268         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
1269         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
1270         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
1271         (rcirc-omit-mode): Add minor-mode.
1272         (rcirc-mode-map): Change C-c C-o binding.
1273         (rcirc-mode): Clear mode-line-process. Use a custom
1274         fill-paragraph-function.  Set up buffer-invisibility-spec.
1275         (rcirc-response-formats): Remove timestamp code.
1276         (rcirc-omit-responses): Add variable.
1277         (rcirc-print): Don't put the overlay arrow on potentially omitted
1278         lines.  Log line to disk.  Record activity for private messages
1279         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
1280         (rcirc-jump-to-first-unread-line): Print message if there is no
1281         unread text.
1282         (rcirc-clear-unread): New function.
1283         (rcirc-markup-text-functions): Add variable.
1284         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
1285         (rcirc-debug): Don't mess with window configuration.
1286         (rcirc-send-message): Send message before printing locally.
1287         Add SILENT argument, do not print message if non-nil.
1288         (rcirc-visible-buffers): New function and variable.
1289         (rcirc-window-configuration-change-1): Add function.
1290         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
1291         server buffer.
1292         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
1293         (rcirc-fill-paragraph): Add function.
1294         (rcirc-record-activity, rcirc-window-configuration-change-1):
1295         Only update the activity string if it has actually changed.
1296         (rcirc-update-activity-string): Remove padding characters from the
1297         mode-line string.
1298         (rcirc-disconnect-buffer): New function to be called when a
1299         channel is parted or the user quits.
1300         (rcirc-server-name): Warn when the server-name hasn't been set.
1301         (rcirc-window-configuration-change): Postpone work until
1302         post-command-hook.
1303         (rcirc-window-configuration-change-1): Update mode-line and
1304         overlay arrows here.
1305         (rcirc-authenticate): Fixc hanserv identification.
1306         (rcirc-default-server): Remove variable.
1307         (rcirc): Connect according to rcirc-connections.
1308         (rcirc-connections): Add variable.
1309         (rcirc-startup-channels-alist): Remove variable.
1310         (rcirc-startup-channels): Remove function.
1312 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1314         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
1316 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
1318         * term/xterm.el (terminal-init-xterm): Escape parens in character
1319         constants.
1321 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1323         * progmodes/sh-script.el: Remove unneeded * from docstrings.
1324         Use [:alpha:] and [:alnum:] where applicable.
1325         (sh-quoted-subshell): Rewrite to correctly
1326         handle nested mixes of `...` and $(...).
1327         (sh-apply-quoted-subshell): Remove.
1328         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
1330         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
1332 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
1334         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
1335         previous change.
1337 2007-06-12  Tom Tromey  <tromey@redhat.com>
1339         * subr.el (user-emacs-directory): New defconst.
1340         * cmuscheme.el (scheme-start-file):
1341         * shell.el (shell):
1342         * completion.el (save-completions-file-name):
1343         * custom.el (custom-theme-directory):
1344         * term/x-win.el (emacs-session-filename):
1345         * filesets.el (filesets-menu-cache-file):
1346         * thumbs.el (thumbs-thumbsdir):
1347         * server.el (server-auth-dir):
1348         * image-dired.el (image-dired-dir):
1349         (image-dired-db-file):
1350         (image-dired-temp-image-file):
1351         (image-dired-gallery-dir):
1352         (image-dired-temp-rotate-image-file):
1353         * play/gamegrid.el (gamegrid-user-score-file-directory):
1354         * savehist.el (savehist-file):
1355         * tutorial.el (tutorial--saved-dir):
1356         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
1358 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1360         * scroll-lock.el (scroll-lock-mode): Doc fix.
1362 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
1364         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
1366         * ediff-init.el: Doc strings.
1368 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1370         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1371         (byte-compile-file): Bind it.
1372         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
1373         group argument is provided implicitly.
1374         (byte-compile-format-warn, byte-compile-from-buffer)
1375         (byte-compile-insert-header): Don't hardcode point-min==1.
1376         (byte-compile-file-form-require): Remove unused var old-load-list.
1377         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
1379 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
1381         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
1382         Display error messages.
1383         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
1384         Get rid of cl.el dependencies.
1386         * emulation/viper-init.el (viper-suppress-input-method-change-message):
1387         New variable.
1388         (viper-activate-input-method-action)
1389         (viper-inactivate-input-method-action):
1390         Use viper-suppress-input-method-change-message.
1392         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
1393         for C-s, C-r.
1395         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
1396         Use viper-replace-overlay-cursor-color instead of
1397         viper-replace-overlay-cursor-color.
1398         (viper-sit-for-short): Use sit-for with 3 arguments.
1400         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
1401         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
1402         to gud-mode.
1404         * ediff-mult.el (ediff-meta-buffer-brief-message)
1405         (ediff-meta-buffer-verbose-message): New variables.
1406         (ediff-meta-buffer-message): Variable deleted.
1407         (ediff-verbose-help-enabled): New variable.
1408         (ediff-toggle-verbose-help-meta-buffer): New function.
1409         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
1410         message options
1412         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
1413         (ediff-fixup-patch-map): Improve heuristic.
1415 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1417         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
1418         (log-view-font-lock-keywords): Simplify.
1419         (log-view-current-file, log-view-current-tag): Simplify.
1421 2007-06-12  Sam Steingold  <sds@gnu.org>
1423         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
1425 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
1427         * desktop.el (desktop-load-locked-desktop): New option.
1428         (desktop-read): Use it.
1429         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1430         Use `when'.
1432 2007-06-12  Davis Herring  <herring@lanl.gov>
1434         * desktop.el (desktop-save-mode-off): New function.
1435         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1436         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1437         (desktop-claim-lock, desktop-release-lock): New functions.
1438         (desktop-kill): Tell `desktop-save' that this is the last save.
1439         Release the lock afterwards.
1440         (desktop-buffer-info): New function.
1441         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1442         says to.  Detect conflicts, and manage the lock.
1443         (desktop-read): Detect conflicts.  Manage the lock.
1445 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1447         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
1449         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
1450         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
1451         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
1452         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
1453         keysyms rather than byte sequences.
1454         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
1456 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1458         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1459         half-activated, forcefully activate it completely.
1461 2007-06-11  Richard Stallman  <rms@gnu.org>
1463         * cus-edit.el (custom-variable-type): Doc fix.
1465 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1467         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1468         (sh-font-lock-flush-syntax-ppss-cache): New functions.
1469         (sh-font-lock-syntactic-keywords): Use them to distinguish the
1470         different possible cases for \'.
1472         * complete.el (PC-bindings): Don't bind things already bound in the
1473         parent keymap.
1475         * textmodes/bibtex-style.el: New file.
1477 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
1479         * vc-bzr.el: New file.
1481 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1483         * vc-svn.el (vc-svn-program): New var.
1484         (vc-svn-command): Use it.
1486 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
1488         * server.el (server-switch-buffer): Remove redundant check.
1490 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
1492         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
1493         Match against file-name-nondirectory.
1494         Fix text on user customization variables.
1495         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
1497 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1499         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1501 2007-06-09  Davis Herring  <herring@lanl.gov>
1503         * desktop.el (desktop-minor-mode-table): Doc fix.
1505 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * textmodes/css-mode.el (css-navigation-syntax-table):
1508         Use set-char-table-range so it also works in the unicode branch.
1510 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
1512         * help-mode.el (help-xref-forward-stack)
1513         (help-xref-stack-forward-item, help-forward-label): New variables.
1514         (help-forward): New button type.
1515         (help-setup-xref): Initialise help-xref-forward-stack.
1516         (help-make-xrefs): Add forward button, if appropriate.
1517         (help-xref-go-back): Push item on forward stack.
1518         (help-xref-go-forward, help-go-forward): New functions.
1520 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1522         * dired.el (dired-mode-map): Remove spurious separator.
1524 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1526         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1528         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1529         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1531 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
1533         * textmodes/org.el: Version number fixed.
1535 2007-06-07  Glenn Morris  <rgm@gnu.org>
1537         * version.el (emacs-copyright): New constant.
1538         * startup.el (fancy-splash-tail): Use emacs-copyright.
1539         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
1541         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
1542         `make-local'.
1543         (byte-compile-warnings-safe-p): Add `make-local'.
1544         (byte-compile-make-variable-buffer-local):
1545         Allow byte-compile-warnings to suppress this warning.
1547         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
1548         format of "menu" description.
1549         (tutorial--find-changed-keys): Describe the specific menu a
1550         command is in.
1552         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
1553         Rewrite compatibility functions to silence byte-compiler.
1555 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1557         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1558         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1560 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
1562         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
1564 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1566         * progmodes/ebrowse.el (ebrowse-member-table):
1567         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
1568         (org-batch-agenda-csv): Fix typos in docstrings.
1570 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1572         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1573         (sort-coding-systems, search-unencodable-char): Doc fixes.
1574         (coding-system-change-eol-conversion, set-default-coding-systems)
1575         (prefer-coding-system, find-multibyte-characters, princ-list)
1576         (leim-list-entry-regexp, set-input-method, locale-language-names)
1577         (input-method-exit-on-first-char, exit-language-environment-hook)
1578         (locale-charset-language-names): Fix typos in docstrings.
1580 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1582         * pgg.el (pgg-sign-region, pgg-sign):
1583         * ses.el (ses-call-printer):
1584         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1585         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1587 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
1589         * textmodes/org.el
1590         (org-export-region-as-html, org-replace-region-by-html)
1591         (org-number-to-letters, org-table-fedit-finish)
1592         (org-normalize-color, org-table-fedit-ref-right)
1593         (org-date-to-gregorian, org-table-fedit-move)
1594         (org-table-convert-refs-to-rc, org-calendar-holiday)
1595         (org-table-fedit-toggle-ref-type, org-write-agenda)
1596         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
1597         (org-defkey, org-encode-for-stdout)
1598         (org-indent-line-function, org-export-as-html-to-buffer)
1599         (org-store-agenda-views, org-update-mode-line)
1600         (org-find-if, org-delete-all)
1601         (org-table-fedit-convert-buffer, org-emphasize)
1602         (org-uniquify, org-table-fedit-lisp-indent)
1603         (org-table-fedit-scroll, org-get-todo-sequence-head)
1604         (org-table-fedit-scroll-down, org-table-fedit-line-down)
1605         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
1606         (org-table-fedit-toggle-coordinates, org-dvipng-color)
1607         (org-table-fedit-line-up, org-table-fedit-ref-down)
1608         (org-table-formula-from-user, org-mode-flyspell-verify)
1609         (org-cycle-show-empty-lines, org-ctrl-c-ret)
1610         (org-table-formula-to-user, org-diary-to-ical-string)
1611         (orgtbl-export, org-table-fedit-post-command)
1612         (org-closed-in-range, org-shiftcontrolright)
1613         (org-table-convert-refs-to-an, org-table-hline-and-move)
1614         (org-table-formula-less-p, org-format-table-ascii)
1615         (org-agenda-get-sexps, org-shift-refpart)
1616         (org-diary-sexp-entry, org-time-string-to-absolute)
1617         (org-table-show-reference, org-letters-to-number)
1618         (org-fix-agenda-info, org-table-fedit-ref-up)
1619         (org-table-fedit-shift-reference, org-table-fedit-abort)
1620         (org-closest-date, org-shiftcontrolleft)
1621         (org-at-heading-or-item-p, org-rematch-and-replace)
1622         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
1623         New functions.
1624         (org-table-edit-scroll-down, org-finish-edit-formulas)
1625         (org-table-edit-next-field, org-abort-edit-formulas)
1626         (org-font-lock-level, org-export-find-first-heading-line)
1627         (org-table-edit-line-down, org-table-edit-backward-field)
1628         (org-edit-formula-lisp-indent, org-table-edit-move)
1629         (org-check-log-option, org-this-word)
1630         (org-table-edit-line-up, org-table-edit-formulas-post-command)
1631         (org-agenda-file-to-end, org-expand-file-name)
1632         (org-fake-empty-table-line, org-table-edit-scroll)
1633         (org-toggle-log-option, org-show-reference): Function removed.
1634         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
1635         New defsubsts.
1636         (org-unmodified, org-batch-store-agenda-views)
1637         (org-batch-agenda-csv): New macro.
1638         (org-agenda-export): New customization group.
1639         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
1640         (org-highest-priority, org-agenda-exporter-settings)
1641         (org-log-done-with-time, org-replace-disputed-keys)
1642         (org-format-latex-header, org-export-table-header-tags)
1643         (org-cycle-separator-lines, org-export-table-data-tags)
1644         (org-icalendar-include-sexps)
1645         (org-empty-line-terminates-plain-lists)
1646         (org-log-repeat, org-special-ctrl-a)
1647         (org-table-use-standard-references, org-disputed-keys)
1648         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
1649         (org-agenda-export-html-style): New option.
1650         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
1651         (org-CUA-compatible): Option removed.
1652         (org-agenda-structure, org-sexp-date): New face.
1653         (org-todo-keywords-for-agenda, org-not-done-keywords)
1654         (org-planning-or-clock-line-re, org-agenda-name)
1655         (org-table-colgroup-info, org-todo-sets)
1656         (constants-unit-system, org-clock-mode-line-entry)
1657         (org-mode-line-timer, org-table-current-begin-pos)
1658         (org-todo-keywords-1, org-mode-line-string)
1659         (org-table-clean-did-remove-column, org-table-fedit-map)
1660         (org-clock-heading, org-table-buffer-is-an)
1661         (org-agenda-info, org-done-keywords)
1662         (org-done-keywords-for-agenda, org-todo-heads)
1663         (org-todo-kwd-alist, org-clock-start-time): New variable.
1664         (org-todo-kwd-priority-p, org-edit-formulas-map)
1665         (org-repeat-re, org-todo-kwd-max-priority)
1666         (org-version, org-done-string)
1667         (org-table-clean-did-remove-column-1, org-disputed-keys):
1668         Remove variables.
1669         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
1670         (org-ts-lengths): Constant removed.
1671         (org-follow-gnus-link): Don't ask how many articles to read.
1672         (org-export-find-first-export-line): Rename from
1673         `org-export-find-first-heading'.
1674         Use `org-export-skip-text-before-1st-heading'.
1675         (org-table-fedit-post-command): Rename from
1676         `org-table-edit-formulas-post-command'.
1677         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
1678         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
1679         (org-table-fedit-lisp-indent): Rename from
1680         `org-edit-formula-lisp-indent'.
1681         (org-table-show-reference): Rename from `org-show-reference'.
1682         (org-table-store-formulas): Use `org-table-formula-less-p'.
1683         (org-table-edit-formulas): Position cursor to current field equation.
1684         (org-update-checkbox-count, org-hide-archived-subtrees)
1685         (org-timestamp-up-day, org-timestamp-down-day)
1686         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1687         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1688         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
1689         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
1690         Let `org-on-heading-p' also check for invisible heading.
1691         (org-read-date): Match am/pm times.
1692         (org-eval-in-calendar): Fix default date in prompt.
1694 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1696         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
1697         "ChangeLog.a" entries, giving the latter lower priority.
1699 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1701         * faces.el (face-id): If the argument is a face alias,
1702         return the ID of the target face.
1704 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
1706         * net/socks.el (top): Remove unnecessary copyright line.
1708 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1710         * longlines.el (longlines-auto-wrap): Handle argument correctly.
1712 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
1714         * net/socks.el: New file, taken from w3 repository.
1715         (top): Update Copyright.  Don't load cl.el.
1716         (all): Replace `case' by `cond', `string-to-int' by
1717         `string-to-number', and `process-kill-without-query' by
1718         `set-process-query-on-exit-flag'.
1719         (socks-char-int): Remove defalias and all occurencies.
1721 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1723         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1724         Fix typos in docstrings.
1725         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1726         (compilation-finish-function): Fix typo in obsolescence declaration.
1728 2007-06-03  Sam Steingold  <sds@gnu.org>
1730         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
1731         handle unending automatic recompilation of changed files (`omake -P').
1732         (compilation-loop): VISITED is now 5th CDR.
1733         (compilation-next-error-function): Set TIMESTAMP.
1735 2007-06-03  Sam Steingold  <sds@gnu.org>
1737         * files.el (kill-buffer-ask): New function.
1738         (kill-some-buffers): Use it.
1739         (kill-matching-buffers): New user command.
1741 2007-06-01  David Kastrup  <dak@gnu.org>
1743         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1744         Change default to `top'.
1746 2007-05-31  Richard Stallman  <rms@gnu.org>
1748         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
1750 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * textmodes/css-mode.el: New file.
1754 2007-05-30  Michael Olson  <mwolson@gnu.org>
1756         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1757         died and we are trying to send a signal to it.  The program using
1758         tq.el should periodically check to see whether the process has
1759         died and react appropriately -- this is not the responsibility of
1760         tq.el, and is consistent with the rest of the tq.el source code.
1762 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1764         * textmodes/table.el (table--point-entered-cell-function)
1765         (table--point-left-cell-function):
1766         Bind `inhibit-point-motion-hooks' to t.
1768 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1770         * emacs-lisp/rx.el (rx): Doc fix.
1772 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
1774         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1776 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
1778         Sync with Tramp 2.0.56.
1780         * net/tramp.el:
1781         * net/tramp-ftp.el:
1782         * net/tramp-smb.el:
1783         * net/tramp-util.el:
1784         * net/tramp-vc.el:
1785         Don't load cl.el, because that pollutes the namespace.  Replace cl
1786         macros by their implementations where necessary.  Requested by
1787         Richard Stallman <rms@gnu.org>.
1789         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1790         doesn't exist.
1791         (with-parsed-tramp-file-name): Protect debug spec during compilation.
1792         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1793         (tramp-file-name-p, tramp-file-name-multi-method)
1794         (tramp-file-name-method, tramp-file-name-user)
1795         (tramp-file-name-host, tramp-file-name-localname): New defuns,
1796         replacing defstruct `tramp-file-name'.
1797         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1798         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1799         Apply `vector' instead of `make-tramp-file-name'.
1800         (tramp-handle-make-auto-save-file-name):
1801         Apply `tramp-temporary-file-directory' for compatibility reasons.
1802         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1803         because of XEmacs.
1804         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1805         started.
1807 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1809         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1811 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1813         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1814         as the end of the ChangeLog paragraph when it ends without a line
1815         termination.
1817 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
1819         * net/webjump.el (webjump-sample-sites):
1820         Add simple Wikipedia query.
1822 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1824         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
1825         compatibility code.
1827         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
1828         (copyright-update-year): Use it.
1830         * edmacro.el (edmacro-format-keys): Use current-active-maps.
1832         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
1833         Add indentation and debugging info.  Fix up comment convention.
1835         * cus-dep.el (custom-make-dependencies): Simplify.
1837         * composite.el (compose-region, decompose-region):
1838         Use inhibit-read-only and restore-buffer-modified-p.
1840         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1841         (xterm-mouse-event): Use it.
1843 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
1845         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1846         `switch-to-buffer' has returned succesfully.
1847         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1848         window is dedicated (it could iconify the frame).
1850 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
1852         * vc-hooks.el (vc-find-root): Fix file attribute test.
1854 2007-05-24  Richard Stallman  <rms@gnu.org>
1856         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1857         Don't let opoint be nil.
1858         (flyspell-emacs-popup): Explicit error if no dialogs.
1860 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
1862         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1863         (image-next-line, image-previous-line, image-scroll-up)
1864         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1865         New functions.
1866         (image-mode-map): Remap motion commands.
1867         (image-mode-text-map): New keymap for viewing images as text.
1868         (image-mode): Use image-mode-map.
1869         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1871 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1873         * textmodes/fill.el (canonically-space-region): Make the second arg
1874         a marker if it's not already the case.
1876 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1878         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1879         (tar-get-descriptor): Handle type 55, an extended pax header.
1881 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1883         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
1884         to confuse outline-minor-mode.
1886 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1888         * tar-mode.el (tar-file-name-handler): New function.
1889         (tar-extract): Bind file-name-handler-alist to it to force
1890         find-buffer-file-type-coding-system behave as if the file being
1891         extracted existed.  Use last-coding-system-used to force
1892         buffer-file-coding-system to what decode-coding-region actually
1893         used to decode the file.
1895 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1897         * progmodes/compile.el (compilation-handle-exit):
1898         `compilation-finish-function' may change the current buffer.
1900 2007-05-22  Richard Stallman  <rms@gnu.org>
1902         * files.el (set-auto-mode): Doc fix.
1904 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1906         * help-fns.el (find-source-lisp-file): New function.
1907         (describe-function-1): Use find-source-lisp-file to find source
1908         file in compile tree.
1910 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
1912         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1914 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
1916         * emacs-lisp/easy-mmode.el (define-minor-mode)
1917         (easy-mmode-define-navigation): Fix typos in docstrings.
1919 2007-05-22  Glenn Morris  <rgm@gnu.org>
1921         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1923 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1925         * mail/mail-extr.el (mail-extract-address-components):
1926         Recognize non-ASCII characters except for NBSP as words.
1928 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
1930         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1931         (rcirc-print): Handle `window-width'.
1932         (rcirc-buffer-maximum-lines): Doc fix.
1934 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
1936         * image-mode.el (image-toggle-display): Don't clear image cache.
1937         Only use filename in image spec if the file is readable.
1938         Call image-refresh.
1940         * image.el (image-type-from-file-name, image-type): Simplify.
1941         (image-type-auto-detected-p): Don't scan auto-mode-alist.
1943         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1944         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1946 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
1948         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
1949         is an error.
1951         * term/linux.el (terminal-init-linux): Don't signal an error
1952         if gpm isn't running.
1954 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
1956         * t-mouse.el: Reduce to a minor-mode macro call.
1957         (t-mouse-mode): Remove the lighter.
1959         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
1961 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
1963         * files.el (auto-mode-alist): Change the regexp so that
1964         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
1966 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1968         * Version 22.1 released.
1970 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
1972         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1973         changes.
1975 2007-05-19  Kevin Ryde  <user42@zip.com.au>
1977         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
1979 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
1981         * textmodes/sgml-mode.el: Revert last change.
1983 2007-05-18  Richard Stallman  <rms@gnu.org>
1985         * simple.el (push-mark): Doc fix.
1987 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
1989         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1990         tpu-global-map.
1991         (tpu-original-global-map): Variable deleted.
1992         (tpu-control-keys-map): New keymap variable.
1993         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1994         setting keymapping directly.
1995         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1996         tpu-global-map.
1997         (tpu-edt-on): Activate the tpu-global-map.
1998         (tpu-edt-off): Deactivate the tpu-global-map.
2000 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2002         * textmodes/ispell.el (ispell-get-word): Return markers
2003         for start and end positions.
2004         (ispell-word): Assume END is a marker.
2006 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2008         * printing.el: Group together all XEmacs/Emacs definitions.
2009         (pr-version): New version 6.9.
2010         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
2011         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
2012         (pr-menu-bind): Fix code.
2013         (pr-e-frame-char-height, pr-e-frame-char-width)
2014         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
2015         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
2016         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
2017         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
2018         (pr-x-event-y-pixel): Aliases eliminated.
2019         (pr-xemacs-global-menubar): Macro moved.
2020         (current-menubar, current-mouse-event, zmacs-region-stays)
2021         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
2022         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
2023         Vars moved.
2024         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
2025         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
2026         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
2027         (pr-menu-set-utility-title, pr-even-or-odd-pages)
2028         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
2029         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
2030         moved.
2032 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
2034         * textmodes/sgml-mode.el (sgml-tag):
2035         Fix bug: Call sgml-transformation-function.
2037 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2039         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2040         modified flag of buffer.  Use `inhibit-modification-hooks'.
2042 2007-05-16  Richard Stallman  <rms@gnu.org>
2044         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2046 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2048         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2049         Move the *ml, Postscript, and XmCD entries to the fallback part.
2051         * files.el (magic-fallback-mode-alist):
2052         Rename from file-start-mode-alist.
2054 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2056         * progmodes/compile.el (compilation-handle-exit): Quote first
2057         argument of `run-hook-with-args'.
2059 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2061         * buff-menu.el (Buffer-menu-sort-column):
2062         * dabbrev.el (dabbrev-upcase-means-case-search):
2063         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2064         * info.el (Info-current-subfile):
2065         * ls-lisp.el (ls-lisp-verbosity):
2066         * msb.el (msb-menu-cond):
2067         * pcvs.el (cvs-dired-use-hook):
2068         * simple.el (set-mark-command-repeat-pop):
2069         * time.el (display-time-24hr-format, display-time-mail-file):
2070         Doc fixes.
2072         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2073         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2075         * view.el (view-inhibit-help-message): Fix typo in docstring.
2076         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2078 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
2080         * textmodes/ispell.el (ispell-start-process): Defend against bad
2081         default-directory.
2083 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2085         * mail/rmail.el (rmail-convert-to-babyl-format): Check
2086         content-transfer-encoding _last_, because it's its position that
2087         we need as value of base64-header-field-end.
2089 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2091         * files.el (mode-require-final-newline, require-final-newline)
2092         (enable-local-variables, enable-local-eval): Doc fixes.
2094 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2096         * ps-print.el: Use default color when foreground or background color
2097         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2098         (ps-print-version): New version 6.7.4.
2099         (ps-rgb-color): New argument.  Use default color when color is
2100         unspecified.
2101         (ps-begin-job): Fix code.
2103 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
2105         * longlines.el (longlines-mode): Make longlines-auto-wrap
2106         buffer-local.  Add hooks unconditionally.
2107         (longlines-auto-wrap): Toggle wrapping.
2108         (longlines-after-change-function)
2109         (longlines-post-command-function): Check longlines-auto-wrap.
2111 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
2113         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
2114         (xterm-mouse-translate): Use it.
2116 2007-05-10  Richard Stallman  <rms@gnu.org>
2118         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2119         (iso-cvt-write-only): Likewise.
2121         * emacs-lisp/easy-mmode.el (define-minor-mode):
2122         Fix generated doc string.
2124         * startup.el (fancy-splash-text): Add URL of guided tour.
2125         Adjust horizontal and vertical whitespace.
2127         * progmodes/compile.el (compilation-handle-exit):
2128         Use run-hook-with-args to run compilation-finish-functions.
2130         * files.el (file-start-mode-alist): New variable.
2131         (magic-mode-regexp-match-limit): Doc fix.
2132         (set-auto-mode): Handle file-start-mode-alist.
2133         A little cleanup of structure.
2135         * dabbrev.el (dabbrev-eliminate-newlines):
2136         Renamed from dabbrev--eliminate-newlines.  All uses changed.
2138 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2140         * man.el (Man-next-section): Don't consider the last line of the page
2141         as being part of any section.
2143 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2145         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
2146         can take any number of values.
2148 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2150         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
2151         to the list of citation commands.
2153 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2155         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2157 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2159         * progmodes/python.el (python-font-lock-keywords)
2160         (python-open-block-statement-p, python-mode): Add support for the new
2161         "with" keyword.
2163 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2165         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
2166         the exact opposite of diff-goto-source.
2168         * emacs-lisp/advice.el (ad-special-forms): Remove.
2169         (ad-special-form-p): Use subr-arity.
2171         * newcomment.el (comment-search-forward): Make sure we search forward.
2172         (comment-enter-backward): Try and distinguish the non-matching case at
2173         EOB from the non-matching case with a missing comment-end-skip for
2174         a 2-char comment ender.
2175         (comment-choose-indent): New function extracted from comment-indent.
2176         Improve the alignment algorithm.
2177         (comment-indent): Use it.
2179         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
2180         XML style Processing Instructions.
2181         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
2182         (sgml-calculate-indent): Handle `pi' context.
2184         * vc.el: Ensure that update-changelog issues an error when used with
2185         a backend that does not implement it.
2186         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
2187         Remove `backend' argument.  Use expand-file-name.
2188         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
2190         * progmodes/python.el (python-end-of-block): Revert last change.
2191         (python-end-of-statement): Make sure we move *forward*.
2193 2007-05-08  Richard Stallman  <rms@gnu.org>
2195         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2196         Don't include non-self-insert commands in the exception for `-'.
2198 2007-05-08  David Reitter  <david.reitter@gmail.com>
2200         * progmodes/python.el (python-guess-indent): Check non-nullness
2201         before comparing indent against the 2..8 interval.
2203 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2205         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2206         available.
2208 2007-05-06  Richard Stallman  <rms@gnu.org>
2210         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2212 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2214         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
2215         rather than storing their value in the revert-buffer function.
2217 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
2219         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
2220         when disabling t-mouse-mode.
2222 2007-05-01  Davis Herring  <herring@lanl.gov>
2224         * calendar/timeclock.el: Update version number.
2225         (timeclock-modeline-display): Mention timeclock-use-display-time
2226         in explanatory message.
2227         (timeclock-in): Fix non-interactive workday specifications.
2228         (timeclock-log): Don't kill the log buffer if it already existed.
2229         Suppress warnings when finding the log.  Don't check for a nil
2230         project twice.  Run hooks after killing the buffer (if applicable).
2231         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2232         was geometric).  All uses changed.
2233         (timeclock-generate-report): Support prefix argument.
2235 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2237         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2238         disconnections.
2240 2007-05-01  Romain Francoise  <romain@orebokech.com>
2242         * dired-x.el: Revert 2007-04-06 change.
2244 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2246         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2248 2007-04-29  Richard Stallman  <rms@gnu.org>
2250         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2252 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2254         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2255         than 1.
2257 2007-04-28  Richard Stallman  <rms@gnu.org>
2259         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2261 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
2263         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2264         don't put stop on toolbar.
2266 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2268         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2270 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2272         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2273         instead of $(lisp)/mh-e.
2275 2007-04-28  Glenn Morris  <rgm@gnu.org>
2277         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2278         (image-dired-cmd-create-temp-image-options): Replace option
2279         +profile "*" with -strip.
2281 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2283         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2284         Use window-start and window-end.
2286 2007-04-27  Andreas Schwab  <schwab@suse.de>
2288         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2290 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
2292         * textmodes/fill.el (fill-paragraph): Doc fix.
2294 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2296         * locate.el (locate-in-alternate-database): Doc fix.
2298 2007-04-26  Glenn Morris  <rgm@gnu.org>
2300         * button.el (button): Use underline if supported, else fall back
2301         to color.
2303         * version.el (emacs-version): Increase to 22.1.50.
2305 2007-04-25  Richard Stallman  <rms@gnu.org>
2307         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2309 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2311         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2312         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2313         pushing mark.
2314         (idlwave-current-routine): Don't push mark.
2316 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2318         * image-dired.el (image-dired-display-image): Derive image-type from
2319         filename rather than assuming jpeg, in case no resizing was needed.
2321 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2323         * custom.el (defface): Doc fix.
2325 See ChangeLog.12 for earlier changes.
2327 ;; Local Variables:
2328 ;; coding: iso-2022-7bit
2329 ;; add-log-time-zone-rule: t
2330 ;; End:
2332     Copyright (C) 2007 Free Software Foundation, Inc.
2334   This file is part of GNU Emacs.
2336   GNU Emacs is free software; you can redistribute it and/or modify
2337   it under the terms of the GNU General Public License as published by
2338   the Free Software Foundation; either version 2, or (at your option)
2339   any later version.
2341   GNU Emacs is distributed in the hope that it will be useful,
2342   but WITHOUT ANY WARRANTY; without even the implied warranty of
2343   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2344   GNU General Public License for more details.
2346   You should have received a copy of the GNU General Public License
2347   along with GNU Emacs; see the file COPYING.  If not, write to the
2348   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2349   Boston, MA 02110-1301, USA.
2351 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af