*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob07bdcb37dbc4a4de700edcd3ed17d6263c5d2044
1 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
3         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
5         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
7 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
11         * vc-arch.el (vc-arch-complete): Remove.
12         (vc-arch-revision-completion-table): Use complete-with-action.
14         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
15         (complete-with-action): New function.
16         (dynamic-completion-table): Use it.
18 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
20         * comint.el (make-comint, make-comint-in-buffer)
21         (comint-exec-1): Replace `start-process' by `start-file-process'.
23         * progmodes/compile.el (compilation-start): Revert redefining
24         `start-process'.
26 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28         * follow.el: Don't change the global map from the follow-mode-map
29         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
30         XEmacs code.
31         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
32         since `follow-mode' should be used instead for that.
34         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
35         (easy-menu-do-define): Use it.
36         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
38         * progmodes/compile.el (compilation-auto-jump-to-first-error)
39         (compilation-auto-jump-to-next): New vars.
40         (compilation-auto-jump): New function.
41         (compilation-error-properties): Use them to jump to first error.
42         (compilation-start): Set the var if requested.
44         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
45         duplicates without also removing entries from other directories.
47 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
49         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
50         Remember span as default.
51         (org-columns-edit-value): Rename from `org-column-edit'.
52         (org-columns-display-here-title): Rename from
53         `org-overlay-columns-title'.
54         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
55         (org-columns-get-autowidth-alist): Rename from
56         `org-get-columns-autowidth-alist'.
57         (org-columns-display-here): Rename from `org-overlay-columns'.
58         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
59         (org-columns-quit): Rename from `org-column-quit'.
60         (org-columns-show-value): Rename from `org-column-show-value'.
61         (org-columns-content, org-columns-widen)
62         (org-columns-next-allowed-value)
63         (org-columns-edit-allowed, org-columns-store-format)
64         (org-columns-uncompile-format, org-columns-redo)
65         (org-columns-edit-attributes, org-delete-property)
66         (org-set-property, org-columns-update)
67         (org-columns-compute, org-columns-eval)
68         (org-columns-not-in-agenda, org-columns-compute-all)
69         (org-property-next-allowed-value)
70         (org-columns-compile-format)
71         (org-fill-paragraph-experimental)
72         (org-string-to-number, org-property-action)
73         (org-columns-move-left, org-columns-new )
74         (org-column-number-to-string)
75         (org-property-previous-allowed-value)
76         (org-at-property-p, org-columns-delete)
77         (org-columns-previous-allowed-value)
78         (org-columns-move-right, org-columns-narrow)
79         (org-property-get-allowed-values)
80         (org-verify-version, org-column-string-to-number)
81         (org-delete-property-globally): New functions.
82         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
83         (org-columns-overlays): Rename from `org-column-overlays'.
84         (org-columns-map): Rename from `org-column-map'.
85         (org-columns-current-maxwidths): Rename from
86         `org-current-columns-maxwidths'.
87         (org-columns-begin-marker, org-columns-current-fmt-compiled)
88         (org-previous-header-line-format)
89         (org-columns-inhibit-recalculation)
90         (org-columns-top-level-marker): New variables.
91         (org-columns-default-format): Rename from `org-default-columns-format'.
92         (org-property-re): New constant.
94 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
96         * subr.el (looking-at-p, string-match-p): New functions.
98 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
100         * textmodes/tex-mode.el (tex-fontify-script)
101         (tex-font-script-display): New variables to make display of
102         superscripts and subscripts customizable.
103         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
105 2007-07-09  Richard Stallman  <rms@gnu.org>
107         * isearch.el (isearch-edit-string): Call to isearch-push-state
108         after the search.
110 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
112         * window.el (fit-window-to-buffer): Remove setting of window-min-height
113         to 1 as enlarge-window uses the value to resize/shrink windows other
114         than WINDOW if needed.
116 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
118         * cus-start.el (file-coding-system-alist): Fix custom type.
120 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
122         * longlines.el (longlines-wrap-region): Avoid marking buffer as
123         modified.
124         (longlines-auto-wrap, longlines-window-change-function):
125         Remove unnecessary calls to set-buffer-modified-p.
127 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
129         * cus-start.el (file-coding-system-alist): Fix custom type.
131 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
133         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
134         (vc-cvs-checkout): Remove last arg now unused; simplify.
136 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
138         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
140         * net/tramp.el:
141         * net/tramp-ftp.el:
142         * net/tramp-smb.el:
143         * net/tramp-uu.el:
144         * net/trampver.el: Migrate to Tramp 2.1.
146         * net/tramp-cache.el:
147         * net/tramp-fish.el:
148         * net/tramp-gw.el: New Tramp packages.
150         * net/tramp-util.el:
151         * net/tramp-vc.el: Removed.
153         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
154         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
156         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
158         * progmodes/compile.el (compilation-start): Redefine
159         `start-process' temporarily when `default-directory' is remote.
160         Remove case of synchronous compilation, this won't happen ever.
161         (compilation-setup): Make local variable `comint-file-name-prefix'
162         for remote compilation.
164 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
166         * novice.el (disabled-command-function): Fit window to buffer to
167         make last line visible.
168         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
170         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
171         when handling the terminating event.
173 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
175         * calc/calc.el (math-read-number-simple): Remove leading 0s.
176         (math-bignum-digit-length): Change to optimal value.
178         * calc/calc-bin.el (math-bignum-logb-digit-size)
179         (math-bignum-digit-power-of-two): Evaluate when compiled.
181         * calc/calc-comb.el (math-small-factorial-table)
182         (math-init-random-base, math-prime-test): Remove unnecessary calls
183         to `math-read-number-simple'.
185         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
186         (math-approx-gamma-const): Add docstrings.
188         * calc/calc-forms.el (math-julian-date-beginning)
189         (math-julian-date-beginning-int) New constants.
190         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
191         Use the new constants.
193         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
195         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
196         Add docstrings.
198 2007-07-07  Tom Tromey  <tromey@redhat.com>
200         * vc.el (vc-annotate): Jump to line and output message only after the
201         process is really all done.
203 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
205         * vc.el (vc-exec-after): Don't move point from the sentinel.
206         Forcefully read all the remaining text in the pipe upon process exit.
207         (vc-annotate-display-autoscale, vc-annotate-lines):
208         Don't stop at the first unrecognized line.
209         (vc-annotate-display-select): Run autoscale after the process is done
210         since it depends on the whole result.
212 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
214         * term/w32-win.el (menu-bar-open): New function.
215         Bind <f10> to it.
217 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
219         * simple.el (start-file-process): New defun.
221 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
223         * files.el (find-file-confirm-nonexistent-file): Rename from
224         find-file-confirm-inexistent-file.  Update users.
226         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
227         format of autoload block where the file's time-stamp is replaced by its
228         MD5 checksum.
229         (autoload-generate-file-autoloads): Use MD5 checksum instead of
230         time-stamp for secondary autoloads files.
231         (update-directory-autoloads): Remove duplicate entries.
232         Use time-less-p for time-stamps, as done in autoload-find-destination.
234 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
236         * calc/calc.el (math-read-number): Replace number by variable.
237         (math-read-number-simple): Properly parse small integers.
239 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
241         * vc.el: Fix doc for the checkout function.
243 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
245         * vc-hg.el (vc-hg-root): New function.
246         (vc-hg-registered): Use it.
247         (vc-hg-diff-tree): New defalias.
248         (vc-hg-responsible-p): Likewise.
249         (vc-hg-checkout): Comment out, not needed.
250         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
251         (vc-hg-find-version, vc-hg-next-version): New functions.
253 2007-07-06  Andreas Schwab  <schwab@suse.de>
255         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
256         dynamic bindings around the evaluation of the expression.
257         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
259 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
261         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
262         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
263         Use run-hooks rather than run-mode-hooks.
265 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
267         * calc/calc-comb.el (math-random-digit): Rename to
268         `math-random-three-digit-number'.
269         (math-random-digits): Don't depend on representation of integer.
271         * calc/calc-bin.el (math-bignum-logb-digit-size)
272         (math-bignum-digit-power-of-two): New constants.
273         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
274         (math-not-bignum, math-clip-bignum): Use the constants
275         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
276         instead of their values.
277         (math-clip): Use math-small-integer-size instead of its value.
279         * calc/calc.el (math-add-bignum): Replace number by constant.
281 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
283         * wid-edit.el (widget-documentation-string-value-create):
284         Insert indentation spaces.
286 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
288         * emacs-lisp/byte-opt.el: Revert last change.
290 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
292         * vc-hooks.el (vc-handled-backends): Add HG.
294         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
296 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
298         * complete.el (PC-do-complete-and-exit): Add support for the new
299         `confirm-only' confirmation mode.
301 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
303         * cus-edit.el (custom-commands): New variable.
304         (custom-tool-bar-map): New variable.  Initialize using
305         `custom-commands'.
306         (custom-mode): Use `custom-tool-bar-map'.
307         (custom-buffer-create-internal): Insert action buttons only if
308         tool bar is not used.  Use `custom-commands'.
309         (Custom-help, custom-command-apply): New function.
310         (custom-command-apply, Custom-set, Custom-save)
311         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
312         Use `custom-command-apply' instead of duplicating code.
313         (customize-group-other-window): Call `customize-group' instead of
314         duplicating code.
315         (customize-face-other-window): Call `customize-face' instead of
316         duplicating code.
317         (customize-group, customize-face): Add optional args for opening
318         in another window.
319         (custom-variable-tag): Don't inherit `variable-pitch' face.
320         (custom-group-tag): Inherit `variable-pitch' face.
321         (custom-variable-value-create): Set documentation indentation.
322         (custom-group-value-create): Make group name a link, instead of
323         using an extra "go to group" button.
324         (custom-prompt-variable, custom-group-set, custom-group-save)
325         (custom-group-reset-current, custom-group-reset-saved)
326         (custom-group-reset-standard): Minor cleanup.
328 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
330         * Makefile.in (bootstrap-prepare): When copying from
331         ldefs-boot.el, make sure loaddefs.el is writeable.
333         (bootstrap-prepare): Make $(lisp)/ps-print.el
334         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
336 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
338         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
339         only caller, and delete.
340         (vc-hg-state): Deal with exceptions and only parse the output on
341         successful return.
342         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
343         caller, and delete.
344         (vc-hg-workfile-version): Deal with exceptions and only parse the
345         output on successful return.
346         (vc-hg-revert): New function.
348 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
350         * calculator.el (calculator-expt): Use more cases to determine
351         the value.
353 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
355         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
356         file names.
358 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
360         * calculator.el (calculator-expt, calculator-integer-p):
361         New functions.
362         (calculator-fact): Check to see if the factorial will be too
363         large before computing it.
364         (calculator-initial-operators): Use `calculator-expt' to
365         compute "^".
366         (calculator-mode): Mention that results which are too large
367         will return inf.
368         * calc/calc-comb.el (math-small-factorial-table): Replace list
369         by vector.
371 2007-07-03  David Kastrup  <dak@gnu.org>
373         * shell.el: On request of the authors, remove their addresses for
374         the sake of bug reports, and add the developer list address as
375         maintainer information.
377 2007-07-03  Richard Stallman  <rms@gnu.org>
379         * files.el (make-directory): Doc fix.
380         (find-file-confirm-inexistent-file): Make it a defcustom.
381         Make nil the default.
383 2007-07-02  Richard Stallman  <rms@gnu.org>
385         * startup.el (command-line): Set buffer-offer-save in *scratch*
386         and enable auto-save in it.
388 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
390         * textmodes/org.el (orgstruct-mode-map): New variable.
391         (orgstruct-mode): New minor mode.
392         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
393         (orgstruct-make-binding, org-context-p, org-get-local-variables)
394         (org-run-like-in-org-mode): New functions.
395         (org-cycle-list-bullet): New command.
396         (org-special-properties, org-property-start-re)
397         (org-property-end-re): New constants.
398         (org-with-point-at): New macro.
399         (org-get-property-block, org-entry-properties, org-entry-get)
400         (org-entry-delete, org-entry-get-with-inheritance)
401         (org-entry-put, org-buffer-property-keys): New functions.
402         (org-insert-property-drawer): New command.
403         (org-entry-property-inherited-from): New variable.
404         (org-column): New face.
405         (org-column-overlays, org-current-columns-fmt)
406         (org-current-columns-maxwidths, org-column-map): New variables.
407         (org-column-menu): New menu.
408         (org-new-column-overlay, org-overlay-columns)
409         (org-overlay-columns-title, org-remove-column-overlays)
410         (org-column-show-value, org-column-quit, org-column-edit): New
411         functions.
412         (org-columns, org-agenda-columns): New commands.
413         (org-get-columns-autowidth-alist): New functions.
414         (org-properties): New customize group.
415         (org-default-columns-format): New option.
416         (org-priority): Realign tags after changing priority.
417         (org-preserve-lc): New macro.
418         (org-update-checkbox-count): Catch case when there is no headline.
419         (org-agenda-quit): Remove any column overlays.
420         (org-beginning-of-item-list): Fixed bug when non-item line is
421         indented too deep.
422         (org-cached-props): New variable.
423         (org-cached-entry-get): New function.
424         (org-make-tags-matcher): Handle property matches.
425         (org-table-recalculate): Swap evaluation order: Field formula
426         first, then column formulas, but don't allow them to overwrite the
427         field formulas.
428         (org-table-eval-formula): New argument untouchable.
429         (org-table-put-field-property): New function.
431 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
433         * help-mode.el (help-make-xrefs): Skip spaces too when
434         skipping tabs.
436         * ffap.el (dired-at-point-prompter): Improve prompt in
437         list-directory case.
439 2007-07-01  Richard Stallman  <rms@gnu.org>
441         * files.el (find-file-visit-truename): Fix safe-local-variable value.
443 2007-07-01  Richard Stallman  <rms@gnu.org>
445         * cus-start.el (max-mini-window-height): Added.
447 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
449         * complete.el (partial-completion-mode): Remove advice of
450         read-file-name-internal.
451         (PC-do-completion): Rebind minibuffer-completion-table.
452         (PC-read-file-name-internal): New function doing what
453         read-file-name-internal advice did.
455 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
457         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
458         property on a few symbols.
459         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
460         (byte-optimize-lapcode): Remove bindings that are not referenced
461         and certainly will not effect through dynamic scoping.
463 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
465         * files.el (find-file-confirm-inexistent-file): New var.
466         (find-file, find-file-other-window, find-file-other-frame)
467         (find-file-read-only, find-file-read-only-other-window)
468         (find-file-read-only-other-frame): Use it.
470 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
472         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
474 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
476         * generic-x.el (generic-define-mswindows-modes)
477         (generic-define-unix-modes, apache-log-generic-mode)
478         (bat-generic-mode-keymap, java-manifest-generic-mode)
479         (show-tabs-generic-mode): Fix typos in docstrings.
481 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
483         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
484         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
485         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
486         (rcirc-print): Never ignore messages from ourself.
488 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
490         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
491         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
493 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
495         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
496         replace-regexp-in-string.
498 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
500         * emacs-lisp/cl.el: Set edebug and indentation before loading
501         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
503 2007-06-28  Andreas Schwab  <schwab@suse.de>
505         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
506         $(lisp)/subdirs.el.
508 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
510         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
511         the speedbar frame if nil; that deletes the current frame or
512         causes an error if it is the only frame.
513         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
515 2007-06-28  Kevin Ryde  <user42@zip.com.au>
517         * textmodes/nroff-mode.el: Groff \# comments.
518         (nroff-mode-syntax-table): \# comment intro,
519         plain # as punct per global table.
520         (nroff-font-lock-keywords): Add # as a single char escape.
521         (nroff-mode): In comment-start-skip, match \#.
523 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
525         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
526         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
527         point-min == 1.
529 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
531         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
532         Rename and move to...
534         * subr.el (strings->string, string->strings): ...here.
536         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
537         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
539         * progmodes/gud.el (gud-common-init): Call string->strings instead
540         of split-string.
542 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
544         * dired-aux.el: Remove `dired-call-process'.
545         (dired-check-process): Call `process-file'.
547         * wdired.el (wdired-do-perm-changes): Call `process-file'.
549         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
550         `ange-ftp-process-file'.
552 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
554         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
556         * emacs-lisp/cl-extra.el:
557         * emacs-lisp/cl-seq.el:
558         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
559         Add autoload cookies on all defs autoloaded manually in cl.el.
561         * emacs-lisp/cl-loaddefs.el: New file.
563         * textmodes/texinfmt.el (texinfo-raisesections-alist)
564         (texinfo-lowersections-alist): Merge definition and declaration.
565         (texinfo-start-of-header, texinfo-end-of-header): Remove.
566         (texinfo-format-syntax-table): Merge init into declaration.
567         (texinfo-format-parse-line-args, texinfo-format-parse-args)
568         (texinfo-format-parse-defun-args, texinfo-format-node)
569         (texinfo-push-stack, texinfo-multitable-widths)
570         (texinfo-define-info-enclosure, texinfo-alias)
571         (texinfo-format-defindex, batch-texinfo-format): Use push.
572         (texinfo-footnote-number): Remove duplicate declaration.
574         * ps-print.el: Update with auto-generated autoloads.
576         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
578 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
580         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
581         relative to current dir for file-local settings.
582         (autoload-generate-file-autoloads): Add `outfile' arg.
583         (update-directory-autoloads): Use it to directly call
584         autoload-generate-file-autoloads instead of going through
585         update-file-autoloads so we avoid redundant searches and so we can know
586         the set of buffers changed so we can save them all.
588         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
589         rather than throwing `up-to-date'.
590         (autoload-generate-file-autoloads): Adjust correspondingly.
591         (update-file-autoloads): Be careful to let-bind
592         autoload-modified-buffers and adjust to new calling conventions.
593         (autoload-modified-buffers): Make it a dynamically scoped var.
594         (update-directory-autoloads): Use file-relative-name instead of
595         autoload-trim-file-name.
596         (autoload-insert-section-header): Don't use autoload-trim-file-name
597         since the file is already relative now.
598         (autoload-trim-file-name): Remove.
600         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
601         (vc-arch-complete, vc-arch--version-completion-table)
602         (vc-arch-revision-completion-table): New functions to provide
603         completion of revision names.
604         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
605         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
606         to let the user trim the revlib.
608         * vc.el: Add new VC operation `revision-completion-table'.
609         (vc-default-revision-completion-table): New function.
610         (vc-version-diff, vc-version-other-window): Use it to provide
611         completion of revision names if the backend provides it.
613         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
615         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
616         of newer .svn/entries.
618 2007-06-25  David Kastrup  <dak@gnu.org>
620         * calc/calc-poly.el (math-padded-polynomial)
621         (math-partial-fractions): Add some function comments.
623 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
625         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
626         Make `outbuf' optional.
627         (update-file-autoloads): Use it.
629 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
631         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
632         (autoload-find-destination): Keep it uptodate.
633         (autoload-save-buffers): New fun.
634         (update-file-autoloads): Use it.  Re-add the "up to date" message.
636         * emacs-lisp/autoload.el: Refactor for upcoming changes.
637         (autoload-find-destination): New function extracted from
638         update-file-autoloads.
639         (update-file-autoloads): Use it.
640         (autoload-generate-file-autoloads): New function extracted from
641         generate-file-autoloads.  Use file-relative-name.  Delay computation of
642         output-start to the first cookie.  Remove done-any, replaced by
643         output-start.
644         (generate-file-autoloads): Use it.
646 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
648         * calc/calc-comb.el (math-init-random-base, math-prime-test):
649         Use math-read-number-simple to insert constants.
650         (math-prime-test): Redo calculation of sum.
652         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
654         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
655         math-scale-bignum-3.
656         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
657         math-bignum-digit-size.
658         (math-isqrt-small): Add another possible initial guess.
660 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
662         * textmodes/bibtex.el (bibtex-entry-format): New options
663         `whitespace', `braces', and `string'.
664         (bibtex-field-braces-alist, bibtex-field-strings-alist)
665         (bibtex-field-braces-opt, bibtex-field-strings-opt)
666         (bibtex-cite-matcher-alist): New variables.
667         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
668         (bibtex-flash-head): Use blink-matching-delay.
669         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
670         (bibtex-format-entry, bibtex-reformat): Handle new options of
671         bibtex-entry-format.
672         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
673         New functions.
674         (bibtex-complete-internal): Do not display messages while
675         minibuffer is used.  Do not leave around a completions buffer
676         that is out of date.
677         (bibtex-copy-summary-as-kill): New optional arg.
678         (bibtex-font-lock-url): New optional arg no-button.
679         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
680         (bibtex-url): Allow multiple URLs per entry.
682 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
684         * emacs-lisp/autoload.el (autoload-generated-file): New function.
685         (update-file-autoloads, update-directory-autoloads): Use it.
686         (autoload-file-load-name): New function.
687         (generate-file-autoloads, update-file-autoloads): Use it.
688         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
689         (generate-file-autoloads): If the autoloaded form is malformed,
690         indicate the problem with a warning instead of aborting.
692 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
694         * simple.el (next-error-recenter): Accept `(4)' as well;
695         also, specify `integer' instead of `number'.
697 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
699         * ls-lisp.el (insert-directory): If an invalid regexp error is
700         thrown, try using FILE as a literal file name, not a wildcard.
702 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
704         * ruler-mode.el (ruler-mode): Prevent clobbering the original
705         `header-line-format' when reentering ruler mode.
707 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
709         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
710         FILE exists as a file.
712 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
714         * calc/calc.el (math-bignum-digit-length)
715         (math-bignum-digit-size, math-small-integer-size):
716         New constants.
717         (math-normalize, math-bignum-big, math-make-float)
718         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
719         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
720         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
721         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
722         (math-quotient, math-div-bignum, math-div-bignum-digit)
723         (math-div-bignum-part, math-format-bignum-decimal)
724         (math-read-bignum): Use math-bignum-digit-length,
725         math-bignum-digit-size and math-small-integer-size.
727         * calc/calc-ext.el (math-fixnum-big): Use the variable
728         math-bignum-digit-size.
730 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
732         * log-view.el (log-view-mode-menu): New menu.
734 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
736         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
737         differently.
739         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
740         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
742 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
744         * vc-hg.el (vc-hg-print-log): Insert the file name.
745         (vc-hg-log-view-mode): Fontify the file name.
747 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
749         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
750         (calcFunc-julian): Fix incorrect number used in calculations.
752 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
754         * simple.el (next-error-recenter): New defcustom.
755         (next-error, next-error-internal): Recenter if specified,
756         immediately prior to running `next-error-hook'.
758         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
759         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
761         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
763 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
765         * calc/calc-comb.el (math-small-factorial-table): New variable.
766         (calcFunc-fact): Use `math-small-factorial-table'.
768         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
769         initial values.
770         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
771         New variables to use in caches.
773         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
774         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
776         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
777         (math-bernoulli-b-cache): Use math-read-number-simple to insert
778         bignums.
780         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
781         New variables to use in caches.
783 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
785         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
787         * vc-hg.el (vc-hg-log-view-mode): New mode.
789 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
791         * calc/calc.el (math-read-number-simple): New function.
793 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
795         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
796         (vera-font-lock-match-item): Fix doc string.
797         (vera-in-comment-p): Remove unused function.
798         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
799         use `syntax-ppss'.
800         (vera-forward-syntactic-ws): Fix argument order.
801         (vera-prepare-search): Use `with-syntax-table'.
802         (vera-indent-line): Fix doc string.
803         (vera-electric-tab): Fix doc string.
804         (vera-expand-abbrev): Define alias instead of using `fset'.
805         (vera-comment-uncomment-region): Use `comment-start-skip'.
807 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
809         * textmodes/org.el (org-export-with-footnotes): New option.
810         (org-export-as-html): Fix replacement bug for XEmacs.
811         (org-agenda-default-appointment-duration): New option.
813 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
815         * vc-hg.el: Add to do items.
816         (vc-hg-diff): Add support for comparing different revisions.
817         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
818         (vc-hg-annotate-extract-revision-at-line)
819         (vc-hg-previous-version, vc-hg-checkin): New functions.
820         (vc-hg-annotate-re): New constant.
822 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
824         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
826 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
828         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
829         buffer-local value of log-view-*-re if applicable.
831         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
832         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
833         (vc-bzr-command*): Remove both (incompatible) versions.
834         (vc-bzr-do-command*): Remove.
835         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
836         Remove by folding into its only caller vc-bzr-command.
837         (vc-bzr-command): Always set the environment, even when ineffective.
838         (vc-bzr-version): Minor fix up.
839         (vc-bzr-admin-dirname): New var.
840         (vc-bzr-bzr-dir): Remove.
841         (vc-bzr-root-dir): New fun.
842         (vc-bzr-registered): Use it.  Add an autoloaded version.
843         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
844         (vc-bzr-view-log-function): Remove.
845         (vc-bzr-log-view-mode): New major mode to replace it.
846         (vc-bzr-print-log): Only activate the old hack if needed.
848         * vc.el (vc-default-log-view-mode): New function.
849         (vc-print-log): Add new `log-view-mode' VC operation.
851 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
853         * ido.el (ido-find-file-in-dir): Don't signal an error for
854         empty directories.
856         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
858         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
859         directory where the desktop file was found, as the docstring says.
860         (desktop-kill): Use `read-directory-name'.
862 2007-06-20  Alan Mackenzie  <acm@muc.de>
864         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
865         When removing lines, also remove the \n.  Correction of patch of
866         2007-04-21.
868 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
870         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
871         event is not a cons cell.  Do not unread drag-mouse-1 events.
872         Select right window in check whether space was stolen from
873         window above.
875         * help-mode.el (help-make-xrefs): Adjust position of new forward
876         button.
878 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
880         * vc-bzr.el (vc-bzr-with-process-environment)
881         (vc-bzr-std-process-invocation): New macros.
882         (vc-bzr-command, vc-bzr-command*): Use them.
883         (vc-bzr-with-c-locale): Remove.
884         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
885         (vc-bzr-buffer-nonblank-p): New function.
886         (vc-bzr-state-words): New const.
887         (vc-bzr-state): Look for `bzr status` keywords in output.
888         Display everything else as a warning message to the user.
889         Fix status report with bzr >= 0.15.
891 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
893         * vc-hg.el (vc-hg-global-switches): Simplify.
894         (vc-hg-state): Handle more states.
895         (vc-hg-diff): Fix doc-string.
896         (vc-hg-register): New function.
897         (vc-hg-checkout): Likewise.
899 2007-06-20  Reto Zimmermann  <reto@gnu.org>
901         * progmodes/vera-mode.el: New file.
903 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
905         * calc/calc.el (calc-multiplication-has-precendence):
906         New variable.
907         (math-standard-ops, math-standard-ops-p, math-expr-ops):
908         New functions.
909         (math-expr-opers): Define using math-standard-ops rather than
910         math-standard-opers.
911         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
912         equal the function math-standard-ops rather than the variable
913         math-standard-opers.
914         (calc-algebraic-entry): Let math-expr-opers equal
915         math-standard-ops or math-expr-ops, as appropriate.
916         (math-expr-read-level, math-read-factor): Let math-expr-opers
917         equal math-expr-ops.
918         * calc/calc-embed.el (calc-embedded-finish-edit):
919         Let math-expr-opers equal the function math-standard-ops
920         rather than the variable math-standard-opers.
921         * calc/calc-ext.el (math-read-plain-expr)
922         (math-format-flat-expr-fancy): Let math-expr-opers equal the
923         function math-standard-ops rather than the variable
924         math-standard-opers.
925         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
926         Let math-expr-opers equal the function math-standard-ops rather
927         than the variable math-standard-opers.
928         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
929         equal the function math-standard-ops rather than the variable
930         math-standard-opers.
931         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
932         equal the function math-standard-ops rather than the variable
933         math-standard-opers.
934         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
935         math-expr-ops.
937 2007-06-19  Ivan Kanis  <apple@kanis.eu>
939         * vc-hg.el: New file.
941 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
943         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
944         with font-lock-multiline.
946 2007-06-17  Glenn Morris  <rgm@gnu.org>
948         * lpr.el (lpr-page-header-switches): Move %s to separate element
949         for correct quoting.  Doc fix.
951 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
953         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
954         than setting sgml-xml-mode.
955         (sgml-mode, html-mode): Set sgml-xml-mode.
956         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
957         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
958         (sgml-electric-tag-pair-before-change-function)
959         (sgml-electric-tag-pair-flush-overlays): New functions.
960         (sgml-electric-tag-pair-mode): New minor mode.
961         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
962         (sgml-calculate-indent): Use assoc-string.
964 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
966         * thingatpt.el (thing-at-point-email-regexp): Don't require two
967         chars before the "@" in an email address.  Andreas Roehler noticed
968         this problem.
970 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
972         * thingatpt.el: Add support for email addresses (`email').
973         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
974         (thing-at-point-email-regexp): New variable.
975         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
976         properties on this symbol, with lambda forms for values.
978 2007-06-15  Masatake YAMATO  <jet@gyve.org>
980         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
982         * vc.el (vc-dired-hook): Check the backend returned from
983         `vc-responsible-backend' can really handle `subdir'.
985 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
987         * wid-edit.el (widget-add-documentation-string-button):
988         Fix handling of documentation indent.
990 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
992         * mb-depth.el: New file.
994 2007-06-15  Masatake YAMATO  <jet@gyve.org>
996         * vc.el (vc-dired-mode): Show backend name as part of mode name.
998 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
1000         * wid-edit.el (widget-default-create): Move ?h handling here...
1001         (widget-default-format-handler): ...from here.
1002         (widget-docstring, widget-add-documentation-string-button): New funs.
1003         (documentation-string): Add :visibility-widget property.
1004         (widget-documentation-string-value-create): Use it.
1006         * cus-edit.el (custom-split-regexp-maybe): Simplify.
1007         (custom-buffer-create-internal): Simplify message.
1008         (custom-variable-tag): Reduce height to normal.
1009         (custom-variable-value-create, custom-face-value-create)
1010         (custom-visibility): New widget.
1011         (custom-visibility): New face.
1012         (custom-group-value-create):
1013         Call widget-add-documentation-string-button, using `custom-visibility'.
1015 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1017         * emacs-lisp/bytecomp.el (byte-compile-current-group)
1018         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
1019         change.  Apparently the "warning even if the group is implicit" is
1020         a feature rather than a bug.
1022 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
1024         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
1025         Different advices for Emacs and XEmacs.  Compile them conditionally.
1026         (viper-version): Belated version change.
1028 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
1030         * follow.el (follow-all-followers, follow-generic-filter):
1031         * pcomplete.el (pcomplete-restore-windows):
1032         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
1033         (x-dnd-drop-data):
1034         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
1035         * progmodes/python.el (python-complete-symbol):
1036         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
1038 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
1040         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
1041         around bright and dim regexps. Make sure bright and dim matches
1042         use word anchors.  Send text through rcirc-markup functions.
1043         (rcirc-url-regexp): Add single quote character.
1044         (rcirc-connect): Write logs to disk on auto-save-hook.
1045         Make server a non-optional argument.
1046         (rcirc-log-alist): New variable.
1047         (rcirc-log-directory): Make customizable.
1048         (rcirc-log-flag): New customizable variable.
1049         (rcirc-log): New function.
1050         (rcirc-print): Use above function.
1051         (rcirc-log-write): New function.
1052         (rcirc-generate-new-buffer-name): Strip text properties.
1053         (rcirc-switch-to-buffer-function): Remove variable.
1054         (rcirc-last-non-irc-buffer): Remove variable.
1055         (rcirc-non-irc-buffer): Add function.
1056         (rcirc-next-active-buffer): Use above function.
1057         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
1058         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
1059         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
1060         (rcirc-omit-mode): Add minor-mode.
1061         (rcirc-mode-map): Change C-c C-o binding.
1062         (rcirc-mode): Clear mode-line-process. Use a custom
1063         fill-paragraph-function.  Set up buffer-invisibility-spec.
1064         (rcirc-response-formats): Remove timestamp code.
1065         (rcirc-omit-responses): Add variable.
1066         (rcirc-print): Don't put the overlay arrow on potentially omitted
1067         lines.  Log line to disk.  Record activity for private messages
1068         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
1069         (rcirc-jump-to-first-unread-line): Print message if there is no
1070         unread text.
1071         (rcirc-clear-unread): New function.
1072         (rcirc-markup-text-functions): Add variable.
1073         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
1074         (rcirc-debug): Don't mess with window configuration.
1075         (rcirc-send-message): Send message before printing locally.
1076         Add SILENT argument, do not print message if non-nil.
1077         (rcirc-visible-buffers): New function and variable.
1078         (rcirc-window-configuration-change-1): Add function.
1079         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
1080         server buffer.
1081         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
1082         (rcirc-fill-paragraph): Add function.
1083         (rcirc-record-activity, rcirc-window-configuration-change-1):
1084         Only update the activity string if it has actually changed.
1085         (rcirc-update-activity-string): Remove padding characters from the
1086         mode-line string.
1087         (rcirc-disconnect-buffer): New function to be called when a
1088         channel is parted or the user quits.
1089         (rcirc-server-name): Warn when the server-name hasn't been set.
1090         (rcirc-window-configuration-change): Postpone work until
1091         post-command-hook.
1092         (rcirc-window-configuration-change-1): Update mode-line and
1093         overlay arrows here.
1094         (rcirc-authenticate): Fixc hanserv identification.
1095         (rcirc-default-server): Remove variable.
1096         (rcirc): Connect according to rcirc-connections.
1097         (rcirc-connections): Add variable.
1098         (rcirc-startup-channels-alist): Remove variable.
1099         (rcirc-startup-channels): Remove function.
1101 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1103         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
1105 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
1107         * term/xterm.el (terminal-init-xterm): Escape parens in character
1108         constants.
1110 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1112         * progmodes/sh-script.el: Remove unneeded * from docstrings.
1113         Use [:alpha:] and [:alnum:] where applicable.
1114         (sh-quoted-subshell): Rewrite to correctly
1115         handle nested mixes of `...` and $(...).
1116         (sh-apply-quoted-subshell): Remove.
1117         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
1119         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
1121 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
1123         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
1124         previous change.
1126 2007-06-12  Tom Tromey  <tromey@redhat.com>
1128         * subr.el (user-emacs-directory): New defconst.
1129         * cmuscheme.el (scheme-start-file):
1130         * shell.el (shell):
1131         * completion.el (save-completions-file-name):
1132         * custom.el (custom-theme-directory):
1133         * term/x-win.el (emacs-session-filename):
1134         * filesets.el (filesets-menu-cache-file):
1135         * thumbs.el (thumbs-thumbsdir):
1136         * server.el (server-auth-dir):
1137         * image-dired.el (image-dired-dir):
1138         (image-dired-db-file):
1139         (image-dired-temp-image-file):
1140         (image-dired-gallery-dir):
1141         (image-dired-temp-rotate-image-file):
1142         * play/gamegrid.el (gamegrid-user-score-file-directory):
1143         * savehist.el (savehist-file):
1144         * tutorial.el (tutorial--saved-dir):
1145         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
1147 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1149         * scroll-lock.el (scroll-lock-mode): Doc fix.
1151 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
1153         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
1155         * ediff-init.el: Doc strings.
1157 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1159         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1160         (byte-compile-file): Bind it.
1161         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
1162         group argument is provided implicitly.
1163         (byte-compile-format-warn, byte-compile-from-buffer)
1164         (byte-compile-insert-header): Don't hardcode point-min==1.
1165         (byte-compile-file-form-require): Remove unused var old-load-list.
1166         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
1168 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
1170         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
1171         Display error messages.
1172         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
1173         Get rid of cl.el dependencies.
1175         * emulation/viper-init.el (viper-suppress-input-method-change-message):
1176         New variable.
1177         (viper-activate-input-method-action)
1178         (viper-inactivate-input-method-action):
1179         Use viper-suppress-input-method-change-message.
1181         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
1182         for C-s, C-r.
1184         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
1185         Use viper-replace-overlay-cursor-color instead of
1186         viper-replace-overlay-cursor-color.
1187         (viper-sit-for-short): Use sit-for with 3 arguments.
1189         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
1190         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
1191         to gud-mode.
1193         * ediff-mult.el (ediff-meta-buffer-brief-message)
1194         (ediff-meta-buffer-verbose-message): New variables.
1195         (ediff-meta-buffer-message): Variable deleted.
1196         (ediff-verbose-help-enabled): New variable.
1197         (ediff-toggle-verbose-help-meta-buffer): New function.
1198         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
1199         message options
1201         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
1202         (ediff-fixup-patch-map): Improve heuristic.
1204 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1206         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
1207         (log-view-font-lock-keywords): Simplify.
1208         (log-view-current-file, log-view-current-tag): Simplify.
1210 2007-06-12  Sam Steingold  <sds@gnu.org>
1212         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
1214 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
1216         * desktop.el (desktop-load-locked-desktop): New option.
1217         (desktop-read): Use it.
1218         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1219         Use `when'.
1221 2007-06-12  Davis Herring  <herring@lanl.gov>
1223         * desktop.el (desktop-save-mode-off): New function.
1224         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1225         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1226         (desktop-claim-lock, desktop-release-lock): New functions.
1227         (desktop-kill): Tell `desktop-save' that this is the last save.
1228         Release the lock afterwards.
1229         (desktop-buffer-info): New function.
1230         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1231         says to.  Detect conflicts, and manage the lock.
1232         (desktop-read): Detect conflicts.  Manage the lock.
1234 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1236         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
1238         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
1239         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
1240         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
1241         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
1242         keysyms rather than byte sequences.
1243         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
1245 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1247         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1248         half-activated, forcefully activate it completely.
1250 2007-06-11  Richard Stallman  <rms@gnu.org>
1252         * cus-edit.el (custom-variable-type): Doc fix.
1254 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1256         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1257         (sh-font-lock-flush-syntax-ppss-cache): New functions.
1258         (sh-font-lock-syntactic-keywords): Use them to distinguish the
1259         different possible cases for \'.
1261         * complete.el (PC-bindings): Don't bind things already bound in the
1262         parent keymap.
1264         * textmodes/bibtex-style.el: New file.
1266 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
1268         * vc-bzr.el: New file.
1270 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1272         * vc-svn.el (vc-svn-program): New var.
1273         (vc-svn-command): Use it.
1275 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
1277         * server.el (server-switch-buffer): Remove redundant check.
1279 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
1281         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
1282         Match against file-name-nondirectory.
1283         Fix text on user customization variables.
1284         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
1286 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1288         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1290 2007-06-09  Davis Herring  <herring@lanl.gov>
1292         * desktop.el (desktop-minor-mode-table): Doc fix.
1294 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1296         * textmodes/css-mode.el (css-navigation-syntax-table):
1297         Use set-char-table-range so it also works in the unicode branch.
1299 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
1301         * help-mode.el (help-xref-forward-stack)
1302         (help-xref-stack-forward-item, help-forward-label): New variables.
1303         (help-forward): New button type.
1304         (help-setup-xref): Initialise help-xref-forward-stack.
1305         (help-make-xrefs): Add forward button, if appropriate.
1306         (help-xref-go-back): Push item on forward stack.
1307         (help-xref-go-forward, help-go-forward): New functions.
1309 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1311         * dired.el (dired-mode-map): Remove spurious separator.
1313 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1315         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1317         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1318         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1320 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
1322         * textmodes/org.el: Version number fixed.
1324 2007-06-07  Glenn Morris  <rgm@gnu.org>
1326         * version.el (emacs-copyright): New constant.
1327         * startup.el (fancy-splash-tail): Use emacs-copyright.
1328         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
1330         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
1331         `make-local'.
1332         (byte-compile-warnings-safe-p): Add `make-local'.
1333         (byte-compile-make-variable-buffer-local):
1334         Allow byte-compile-warnings to suppress this warning.
1336         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
1337         format of "menu" description.
1338         (tutorial--find-changed-keys): Describe the specific menu a
1339         command is in.
1341         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
1342         Rewrite compatibility functions to silence byte-compiler.
1344 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1346         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1347         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1349 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
1351         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
1353 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1355         * progmodes/ebrowse.el (ebrowse-member-table):
1356         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
1357         (org-batch-agenda-csv): Fix typos in docstrings.
1359 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1361         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1362         (sort-coding-systems, search-unencodable-char): Doc fixes.
1363         (coding-system-change-eol-conversion, set-default-coding-systems)
1364         (prefer-coding-system, find-multibyte-characters, princ-list)
1365         (leim-list-entry-regexp, set-input-method, locale-language-names)
1366         (input-method-exit-on-first-char, exit-language-environment-hook)
1367         (locale-charset-language-names): Fix typos in docstrings.
1369 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1371         * pgg.el (pgg-sign-region, pgg-sign):
1372         * ses.el (ses-call-printer):
1373         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1374         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1376 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
1378         * textmodes/org.el
1379         (org-export-region-as-html, org-replace-region-by-html)
1380         (org-number-to-letters, org-table-fedit-finish)
1381         (org-normalize-color, org-table-fedit-ref-right)
1382         (org-date-to-gregorian, org-table-fedit-move)
1383         (org-table-convert-refs-to-rc, org-calendar-holiday)
1384         (org-table-fedit-toggle-ref-type, org-write-agenda)
1385         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
1386         (org-defkey, org-encode-for-stdout)
1387         (org-indent-line-function, org-export-as-html-to-buffer)
1388         (org-store-agenda-views, org-update-mode-line)
1389         (org-find-if, org-delete-all)
1390         (org-table-fedit-convert-buffer, org-emphasize)
1391         (org-uniquify, org-table-fedit-lisp-indent)
1392         (org-table-fedit-scroll, org-get-todo-sequence-head)
1393         (org-table-fedit-scroll-down, org-table-fedit-line-down)
1394         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
1395         (org-table-fedit-toggle-coordinates, org-dvipng-color)
1396         (org-table-fedit-line-up, org-table-fedit-ref-down)
1397         (org-table-formula-from-user, org-mode-flyspell-verify)
1398         (org-cycle-show-empty-lines, org-ctrl-c-ret)
1399         (org-table-formula-to-user, org-diary-to-ical-string)
1400         (orgtbl-export, org-table-fedit-post-command)
1401         (org-closed-in-range, org-shiftcontrolright)
1402         (org-table-convert-refs-to-an, org-table-hline-and-move)
1403         (org-table-formula-less-p, org-format-table-ascii)
1404         (org-agenda-get-sexps, org-shift-refpart)
1405         (org-diary-sexp-entry, org-time-string-to-absolute)
1406         (org-table-show-reference, org-letters-to-number)
1407         (org-fix-agenda-info, org-table-fedit-ref-up)
1408         (org-table-fedit-shift-reference, org-table-fedit-abort)
1409         (org-closest-date, org-shiftcontrolleft)
1410         (org-at-heading-or-item-p, org-rematch-and-replace)
1411         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
1412         New functions.
1413         (org-table-edit-scroll-down, org-finish-edit-formulas)
1414         (org-table-edit-next-field, org-abort-edit-formulas)
1415         (org-font-lock-level, org-export-find-first-heading-line)
1416         (org-table-edit-line-down, org-table-edit-backward-field)
1417         (org-edit-formula-lisp-indent, org-table-edit-move)
1418         (org-check-log-option, org-this-word)
1419         (org-table-edit-line-up, org-table-edit-formulas-post-command)
1420         (org-agenda-file-to-end, org-expand-file-name)
1421         (org-fake-empty-table-line, org-table-edit-scroll)
1422         (org-toggle-log-option, org-show-reference): Function removed.
1423         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
1424         New defsubsts.
1425         (org-unmodified, org-batch-store-agenda-views)
1426         (org-batch-agenda-csv): New macro.
1427         (org-agenda-export): New customization group.
1428         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
1429         (org-highest-priority, org-agenda-exporter-settings)
1430         (org-log-done-with-time, org-replace-disputed-keys)
1431         (org-format-latex-header, org-export-table-header-tags)
1432         (org-cycle-separator-lines, org-export-table-data-tags)
1433         (org-icalendar-include-sexps)
1434         (org-empty-line-terminates-plain-lists)
1435         (org-log-repeat, org-special-ctrl-a)
1436         (org-table-use-standard-references, org-disputed-keys)
1437         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
1438         (org-agenda-export-html-style): New option.
1439         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
1440         (org-CUA-compatible): Option removed.
1441         (org-agenda-structure, org-sexp-date): New face.
1442         (org-todo-keywords-for-agenda, org-not-done-keywords)
1443         (org-planning-or-clock-line-re, org-agenda-name)
1444         (org-table-colgroup-info, org-todo-sets)
1445         (constants-unit-system, org-clock-mode-line-entry)
1446         (org-mode-line-timer, org-table-current-begin-pos)
1447         (org-todo-keywords-1, org-mode-line-string)
1448         (org-table-clean-did-remove-column, org-table-fedit-map)
1449         (org-clock-heading, org-table-buffer-is-an)
1450         (org-agenda-info, org-done-keywords)
1451         (org-done-keywords-for-agenda, org-todo-heads)
1452         (org-todo-kwd-alist, org-clock-start-time): New variable.
1453         (org-todo-kwd-priority-p, org-edit-formulas-map)
1454         (org-repeat-re, org-todo-kwd-max-priority)
1455         (org-version, org-done-string)
1456         (org-table-clean-did-remove-column-1, org-disputed-keys):
1457         Remove variables.
1458         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
1459         (org-ts-lengths): Constant removed.
1460         (org-follow-gnus-link): Don't ask how many articles to read.
1461         (org-export-find-first-export-line): Rename from
1462         `org-export-find-first-heading'.
1463         Use `org-export-skip-text-before-1st-heading'.
1464         (org-table-fedit-post-command): Rename from
1465         `org-table-edit-formulas-post-command'.
1466         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
1467         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
1468         (org-table-fedit-lisp-indent): Rename from
1469         `org-edit-formula-lisp-indent'.
1470         (org-table-show-reference): Rename from `org-show-reference'.
1471         (org-table-store-formulas): Use `org-table-formula-less-p'.
1472         (org-table-edit-formulas): Position cursor to current field equation.
1473         (org-update-checkbox-count, org-hide-archived-subtrees)
1474         (org-timestamp-up-day, org-timestamp-down-day)
1475         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1476         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1477         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
1478         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
1479         Let `org-on-heading-p' also check for invisible heading.
1480         (org-read-date): Match am/pm times.
1481         (org-eval-in-calendar): Fix default date in prompt.
1483 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1485         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
1486         "ChangeLog.a" entries, giving the latter lower priority.
1488 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1490         * faces.el (face-id): If the argument is a face alias,
1491         return the ID of the target face.
1493 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
1495         * net/socks.el (top): Remove unnecessary copyright line.
1497 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1499         * longlines.el (longlines-auto-wrap): Handle argument correctly.
1501 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
1503         * net/socks.el: New file, taken from w3 repository.
1504         (top): Update Copyright.  Don't load cl.el.
1505         (all): Replace `case' by `cond', `string-to-int' by
1506         `string-to-number', and `process-kill-without-query' by
1507         `set-process-query-on-exit-flag'.
1508         (socks-char-int): Remove defalias and all occurencies.
1510 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1512         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1513         Fix typos in docstrings.
1514         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1515         (compilation-finish-function): Fix typo in obsolescence declaration.
1517 2007-06-03  Sam Steingold  <sds@gnu.org>
1519         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
1520         handle unending automatic recompilation of changed files (`omake -P').
1521         (compilation-loop): VISITED is now 5th CDR.
1522         (compilation-next-error-function): Set TIMESTAMP.
1524 2007-06-03  Sam Steingold  <sds@gnu.org>
1526         * files.el (kill-buffer-ask): New function.
1527         (kill-some-buffers): Use it.
1528         (kill-matching-buffers): New user command.
1530 2007-06-01  David Kastrup  <dak@gnu.org>
1532         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1533         Change default to `top'.
1535 2007-05-31  Richard Stallman  <rms@gnu.org>
1537         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
1539 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1541         * textmodes/css-mode.el: New file.
1543 2007-05-30  Michael Olson  <mwolson@gnu.org>
1545         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1546         died and we are trying to send a signal to it.  The program using
1547         tq.el should periodically check to see whether the process has
1548         died and react appropriately -- this is not the responsibility of
1549         tq.el, and is consistent with the rest of the tq.el source code.
1551 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1553         * textmodes/table.el (table--point-entered-cell-function)
1554         (table--point-left-cell-function):
1555         Bind `inhibit-point-motion-hooks' to t.
1557 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1559         * emacs-lisp/rx.el (rx): Doc fix.
1561 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
1563         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1565 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
1567         Sync with Tramp 2.0.56.
1569         * net/tramp.el:
1570         * net/tramp-ftp.el:
1571         * net/tramp-smb.el:
1572         * net/tramp-util.el:
1573         * net/tramp-vc.el:
1574         Don't load cl.el, because that pollutes the namespace.  Replace cl
1575         macros by their implementations where necessary.  Requested by
1576         Richard Stallman <rms@gnu.org>.
1578         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1579         doesn't exist.
1580         (with-parsed-tramp-file-name): Protect debug spec during compilation.
1581         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1582         (tramp-file-name-p, tramp-file-name-multi-method)
1583         (tramp-file-name-method, tramp-file-name-user)
1584         (tramp-file-name-host, tramp-file-name-localname): New defuns,
1585         replacing defstruct `tramp-file-name'.
1586         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1587         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1588         Apply `vector' instead of `make-tramp-file-name'.
1589         (tramp-handle-make-auto-save-file-name):
1590         Apply `tramp-temporary-file-directory' for compatibility reasons.
1591         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1592         because of XEmacs.
1593         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1594         started.
1596 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1598         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1600 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1602         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1603         as the end of the ChangeLog paragraph when it ends without a line
1604         termination.
1606 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
1608         * net/webjump.el (webjump-sample-sites):
1609         Add simple Wikipedia query.
1611 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1613         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
1614         compatibility code.
1616         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
1617         (copyright-update-year): Use it.
1619         * edmacro.el (edmacro-format-keys): Use current-active-maps.
1621         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
1622         Add indentation and debugging info.  Fix up comment convention.
1624         * cus-dep.el (custom-make-dependencies): Simplify.
1626         * composite.el (compose-region, decompose-region):
1627         Use inhibit-read-only and restore-buffer-modified-p.
1629         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1630         (xterm-mouse-event): Use it.
1632 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
1634         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1635         `switch-to-buffer' has returned succesfully.
1636         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1637         window is dedicated (it could iconify the frame).
1639 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
1641         * vc-hooks.el (vc-find-root): Fix file attribute test.
1643 2007-05-24  Richard Stallman  <rms@gnu.org>
1645         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1646         Don't let opoint be nil.
1647         (flyspell-emacs-popup): Explicit error if no dialogs.
1649 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
1651         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1652         (image-next-line, image-previous-line, image-scroll-up)
1653         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1654         New functions.
1655         (image-mode-map): Remap motion commands.
1656         (image-mode-text-map): New keymap for viewing images as text.
1657         (image-mode): Use image-mode-map.
1658         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1660 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1662         * textmodes/fill.el (canonically-space-region): Make the second arg
1663         a marker if it's not already the case.
1665 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1667         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1668         (tar-get-descriptor): Handle type 55, an extended pax header.
1670 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1672         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
1673         to confuse outline-minor-mode.
1675 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1677         * tar-mode.el (tar-file-name-handler): New function.
1678         (tar-extract): Bind file-name-handler-alist to it to force
1679         find-buffer-file-type-coding-system behave as if the file being
1680         extracted existed.  Use last-coding-system-used to force
1681         buffer-file-coding-system to what decode-coding-region actually
1682         used to decode the file.
1684 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1686         * progmodes/compile.el (compilation-handle-exit):
1687         `compilation-finish-function' may change the current buffer.
1689 2007-05-22  Richard Stallman  <rms@gnu.org>
1691         * files.el (set-auto-mode): Doc fix.
1693 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1695         * help-fns.el (find-source-lisp-file): New function.
1696         (describe-function-1): Use find-source-lisp-file to find source
1697         file in compile tree.
1699 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
1701         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1703 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
1705         * emacs-lisp/easy-mmode.el (define-minor-mode)
1706         (easy-mmode-define-navigation): Fix typos in docstrings.
1708 2007-05-22  Glenn Morris  <rgm@gnu.org>
1710         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1712 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1714         * mail/mail-extr.el (mail-extract-address-components):
1715         Recognize non-ASCII characters except for NBSP as words.
1717 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
1719         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1720         (rcirc-print): Handle `window-width'.
1721         (rcirc-buffer-maximum-lines): Doc fix.
1723 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
1725         * image-mode.el (image-toggle-display): Don't clear image cache.
1726         Only use filename in image spec if the file is readable.
1727         Call image-refresh.
1729         * image.el (image-type-from-file-name, image-type): Simplify.
1730         (image-type-auto-detected-p): Don't scan auto-mode-alist.
1732         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1733         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1735 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
1737         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
1738         is an error.
1740         * term/linux.el (terminal-init-linux): Don't signal an error
1741         if gpm isn't running.
1743 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
1745         * t-mouse.el: Reduce to a minor-mode macro call.
1746         (t-mouse-mode): Remove the lighter.
1748         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
1750 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
1752         * files.el (auto-mode-alist): Change the regexp so that
1753         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
1755 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1757         * Version 22.1 released.
1759 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
1761         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1762         changes.
1764 2007-05-19  Kevin Ryde  <user42@zip.com.au>
1766         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
1768 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
1770         * textmodes/sgml-mode.el: Revert last change.
1772 2007-05-18  Richard Stallman  <rms@gnu.org>
1774         * simple.el (push-mark): Doc fix.
1776 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
1778         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1779         tpu-global-map.
1780         (tpu-original-global-map): Variable deleted.
1781         (tpu-control-keys-map): New keymap variable.
1782         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1783         setting keymapping directly.
1784         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1785         tpu-global-map.
1786         (tpu-edt-on): Activate the tpu-global-map.
1787         (tpu-edt-off): Deactivate the tpu-global-map.
1789 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
1791         * textmodes/ispell.el (ispell-get-word): Return markers
1792         for start and end positions.
1793         (ispell-word): Assume END is a marker.
1795 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1797         * printing.el: Group together all XEmacs/Emacs definitions.
1798         (pr-version): New version 6.9.
1799         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
1800         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
1801         (pr-menu-bind): Fix code.
1802         (pr-e-frame-char-height, pr-e-frame-char-width)
1803         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
1804         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
1805         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
1806         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
1807         (pr-x-event-y-pixel): Aliases eliminated.
1808         (pr-xemacs-global-menubar): Macro moved.
1809         (current-menubar, current-mouse-event, zmacs-region-stays)
1810         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
1811         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
1812         Vars moved.
1813         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
1814         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
1815         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
1816         (pr-menu-set-utility-title, pr-even-or-odd-pages)
1817         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
1818         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
1819         moved.
1821 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
1823         * textmodes/sgml-mode.el (sgml-tag):
1824         Fix bug: Call sgml-transformation-function.
1826 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
1828         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1829         modified flag of buffer.  Use `inhibit-modification-hooks'.
1831 2007-05-16  Richard Stallman  <rms@gnu.org>
1833         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1835 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1837         * files.el (magic-mode-alist, magic-fallback-mode-alist):
1838         Move the *ml, Postscript, and XmCD entries to the fallback part.
1840         * files.el (magic-fallback-mode-alist):
1841         Rename from file-start-mode-alist.
1843 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1845         * progmodes/compile.el (compilation-handle-exit): Quote first
1846         argument of `run-hook-with-args'.
1848 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
1850         * buff-menu.el (Buffer-menu-sort-column):
1851         * dabbrev.el (dabbrev-upcase-means-case-search):
1852         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1853         * info.el (Info-current-subfile):
1854         * ls-lisp.el (ls-lisp-verbosity):
1855         * msb.el (msb-menu-cond):
1856         * pcvs.el (cvs-dired-use-hook):
1857         * simple.el (set-mark-command-repeat-pop):
1858         * time.el (display-time-24hr-format, display-time-mail-file):
1859         Doc fixes.
1861         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1862         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1864         * view.el (view-inhibit-help-message): Fix typo in docstring.
1865         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1867 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
1869         * textmodes/ispell.el (ispell-start-process): Defend against bad
1870         default-directory.
1872 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
1874         * mail/rmail.el (rmail-convert-to-babyl-format): Check
1875         content-transfer-encoding _last_, because it's its position that
1876         we need as value of base64-header-field-end.
1878 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
1880         * files.el (mode-require-final-newline, require-final-newline)
1881         (enable-local-variables, enable-local-eval): Doc fixes.
1883 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1885         * ps-print.el: Use default color when foreground or background color
1886         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
1887         (ps-print-version): New version 6.7.4.
1888         (ps-rgb-color): New argument.  Use default color when color is
1889         unspecified.
1890         (ps-begin-job): Fix code.
1892 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
1894         * longlines.el (longlines-mode): Make longlines-auto-wrap
1895         buffer-local.  Add hooks unconditionally.
1896         (longlines-auto-wrap): Toggle wrapping.
1897         (longlines-after-change-function)
1898         (longlines-post-command-function): Check longlines-auto-wrap.
1900 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
1902         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
1903         (xterm-mouse-translate): Use it.
1905 2007-05-10  Richard Stallman  <rms@gnu.org>
1907         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1908         (iso-cvt-write-only): Likewise.
1910         * emacs-lisp/easy-mmode.el (define-minor-mode):
1911         Fix generated doc string.
1913         * startup.el (fancy-splash-text): Add URL of guided tour.
1914         Adjust horizontal and vertical whitespace.
1916         * progmodes/compile.el (compilation-handle-exit):
1917         Use run-hook-with-args to run compilation-finish-functions.
1919         * files.el (file-start-mode-alist): New variable.
1920         (magic-mode-regexp-match-limit): Doc fix.
1921         (set-auto-mode): Handle file-start-mode-alist.
1922         A little cleanup of structure.
1924         * dabbrev.el (dabbrev-eliminate-newlines):
1925         Renamed from dabbrev--eliminate-newlines.  All uses changed.
1927 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1929         * man.el (Man-next-section): Don't consider the last line of the page
1930         as being part of any section.
1932 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1934         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
1935         can take any number of values.
1937 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1939         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
1940         to the list of citation commands.
1942 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1944         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1946 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1948         * progmodes/python.el (python-font-lock-keywords)
1949         (python-open-block-statement-p, python-mode): Add support for the new
1950         "with" keyword.
1952 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1954         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
1955         the exact opposite of diff-goto-source.
1957         * emacs-lisp/advice.el (ad-special-forms): Remove.
1958         (ad-special-form-p): Use subr-arity.
1960         * newcomment.el (comment-search-forward): Make sure we search forward.
1961         (comment-enter-backward): Try and distinguish the non-matching case at
1962         EOB from the non-matching case with a missing comment-end-skip for
1963         a 2-char comment ender.
1964         (comment-choose-indent): New function extracted from comment-indent.
1965         Improve the alignment algorithm.
1966         (comment-indent): Use it.
1968         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
1969         XML style Processing Instructions.
1970         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
1971         (sgml-calculate-indent): Handle `pi' context.
1973         * vc.el: Ensure that update-changelog issues an error when used with
1974         a backend that does not implement it.
1975         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
1976         Remove `backend' argument.  Use expand-file-name.
1977         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
1979         * progmodes/python.el (python-end-of-block): Revert last change.
1980         (python-end-of-statement): Make sure we move *forward*.
1982 2007-05-08  Richard Stallman  <rms@gnu.org>
1984         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1985         Don't include non-self-insert commands in the exception for `-'.
1987 2007-05-08  David Reitter  <david.reitter@gmail.com>
1989         * progmodes/python.el (python-guess-indent): Check non-nullness
1990         before comparing indent against the 2..8 interval.
1992 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1994         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1995         available.
1997 2007-05-06  Richard Stallman  <rms@gnu.org>
1999         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2001 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2003         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
2004         rather than storing their value in the revert-buffer function.
2006 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
2008         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
2009         when disabling t-mouse-mode.
2011 2007-05-01  Davis Herring  <herring@lanl.gov>
2013         * calendar/timeclock.el: Update version number.
2014         (timeclock-modeline-display): Mention timeclock-use-display-time
2015         in explanatory message.
2016         (timeclock-in): Fix non-interactive workday specifications.
2017         (timeclock-log): Don't kill the log buffer if it already existed.
2018         Suppress warnings when finding the log.  Don't check for a nil
2019         project twice.  Run hooks after killing the buffer (if applicable).
2020         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2021         was geometric).  All uses changed.
2022         (timeclock-generate-report): Support prefix argument.
2024 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2026         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2027         disconnections.
2029 2007-05-01  Romain Francoise  <romain@orebokech.com>
2031         * dired-x.el: Revert 2007-04-06 change.
2033 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2035         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2037 2007-04-29  Richard Stallman  <rms@gnu.org>
2039         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2041 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2043         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2044         than 1.
2046 2007-04-28  Richard Stallman  <rms@gnu.org>
2048         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2050 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
2052         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2053         don't put stop on toolbar.
2055 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2057         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2059 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2061         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2062         instead of $(lisp)/mh-e.
2064 2007-04-28  Glenn Morris  <rgm@gnu.org>
2066         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2067         (image-dired-cmd-create-temp-image-options): Replace option
2068         +profile "*" with -strip.
2070 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2072         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2073         Use window-start and window-end.
2075 2007-04-27  Andreas Schwab  <schwab@suse.de>
2077         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2079 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
2081         * textmodes/fill.el (fill-paragraph): Doc fix.
2083 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2085         * locate.el (locate-in-alternate-database): Doc fix.
2087 2007-04-26  Glenn Morris  <rgm@gnu.org>
2089         * button.el (button): Use underline if supported, else fall back
2090         to color.
2092         * version.el (emacs-version): Increase to 22.1.50.
2094 2007-04-25  Richard Stallman  <rms@gnu.org>
2096         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2098 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2100         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2101         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2102         pushing mark.
2103         (idlwave-current-routine): Don't push mark.
2105 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2107         * image-dired.el (image-dired-display-image): Derive image-type from
2108         filename rather than assuming jpeg, in case no resizing was needed.
2110 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2112         * custom.el (defface): Doc fix.
2114 See ChangeLog.12 for earlier changes.
2116 ;; Local Variables:
2117 ;; coding: iso-2022-7bit
2118 ;; add-log-time-zone-rule: t
2119 ;; End:
2121     Copyright (C) 2007 Free Software Foundation, Inc.
2123   This file is part of GNU Emacs.
2125   GNU Emacs is free software; you can redistribute it and/or modify
2126   it under the terms of the GNU General Public License as published by
2127   the Free Software Foundation; either version 2, or (at your option)
2128   any later version.
2130   GNU Emacs is distributed in the hope that it will be useful,
2131   but WITHOUT ANY WARRANTY; without even the implied warranty of
2132   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2133   GNU General Public License for more details.
2135   You should have received a copy of the GNU General Public License
2136   along with GNU Emacs; see the file COPYING.  If not, write to the
2137   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2138   Boston, MA 02110-1301, USA.
2140 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af