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