2007-07-06 12:58:16 +00:00
|
|
|
|
2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
|
|
|
|
|
Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
|
|
|
|
|
Use run-hooks rather than run-mode-hooks.
|
|
|
|
|
|
2007-07-06 02:41:18 +00:00
|
|
|
|
2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc-comb.el (math-random-digit): Rename to
|
|
|
|
|
`math-random-three-digit-number'.
|
|
|
|
|
(math-random-digits): Don't depend on representation of integer.
|
|
|
|
|
|
|
|
|
|
* calc/calc-bin.el (math-bignum-logb-digit-size)
|
|
|
|
|
(math-bignum-digit-power-of-two): New constants.
|
|
|
|
|
(math-and-bignum,math-or-bignum,math-xor-bignum,math-diff-bignum)
|
|
|
|
|
(math-not-bignum,math-clip-bignum): Use the constants
|
|
|
|
|
`math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
|
|
|
|
|
instead of their values.
|
|
|
|
|
(math-clip): Use math-small-integer-size instead of its value.
|
|
|
|
|
|
2007-07-06 03:58:00 +00:00
|
|
|
|
* calc/calc.el (math-add-bignum): Replace number by constant.
|
|
|
|
|
|
2007-07-05 22:10:36 +00:00
|
|
|
|
2007-07-05 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
2007-07-06 12:58:16 +00:00
|
|
|
|
* wid-edit.el (widget-documentation-string-value-create):
|
|
|
|
|
Insert indentation spaces.
|
2007-07-05 22:10:36 +00:00
|
|
|
|
|
2007-07-05 20:41:46 +00:00
|
|
|
|
2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/byte-opt.el: Revert last change.
|
|
|
|
|
|
2007-07-05 19:48:06 +00:00
|
|
|
|
2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-handled-backends): Add HG.
|
|
|
|
|
|
|
|
|
|
* vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
|
|
|
|
|
|
2007-07-05 19:42:43 +00:00
|
|
|
|
2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* complete.el (PC-do-complete-and-exit): Add support for the new
|
|
|
|
|
`confirm-only' confirmation mode.
|
|
|
|
|
|
* cus-edit.el (custom-commands): New variable.
(custom-tool-bar-map): New variable. Initialize using
`custom-commands'.
(custom-mode): Use `custom-tool-bar-map'.
(custom-buffer-create-internal): Insert action buttons only if
tool bar is not used. Use `custom-commands'.
(Custom-help, custom-command-apply): New function.
(custom-command-apply, Custom-set, Custom-save)
(Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
Use `custom-command-apply' instead of duplicating code.
(customize-group-other-window): Call `customize-group' instead of
duplicating code.
(customize-face-other-window): Call `customize-face' instead of
duplicating code.
(customize-group, customize-face): Add optional args for opening
in another window.
(custom-variable-tag): Don't inherit `variable-pitch' face.
(custom-group-tag): Inherit `variable-pitch' face.
(custom-variable-value-create): Set documentation indentation.
(custom-group-value-create): Make group name a link, instead of
using an extra "go to group" button.
(custom-prompt-variable, custom-group-set, custom-group-save)
(custom-group-reset-current, custom-group-reset-saved)
(custom-group-reset-standard): Minor cleanup.
2007-07-05 18:37:03 +00:00
|
|
|
|
2007-07-05 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* cus-edit.el (custom-commands): New variable.
|
|
|
|
|
(custom-tool-bar-map): New variable. Initialize using
|
|
|
|
|
`custom-commands'.
|
|
|
|
|
(custom-mode): Use `custom-tool-bar-map'.
|
|
|
|
|
(custom-buffer-create-internal): Insert action buttons only if
|
|
|
|
|
tool bar is not used. Use `custom-commands'.
|
|
|
|
|
(Custom-help, custom-command-apply): New function.
|
|
|
|
|
(custom-command-apply, Custom-set, Custom-save)
|
|
|
|
|
(Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
|
|
|
|
|
Use `custom-command-apply' instead of duplicating code.
|
|
|
|
|
(customize-group-other-window): Call `customize-group' instead of
|
|
|
|
|
duplicating code.
|
|
|
|
|
(customize-face-other-window): Call `customize-face' instead of
|
|
|
|
|
duplicating code.
|
|
|
|
|
(customize-group, customize-face): Add optional args for opening
|
|
|
|
|
in another window.
|
|
|
|
|
(custom-variable-tag): Don't inherit `variable-pitch' face.
|
|
|
|
|
(custom-group-tag): Inherit `variable-pitch' face.
|
|
|
|
|
(custom-variable-value-create): Set documentation indentation.
|
|
|
|
|
(custom-group-value-create): Make group name a link, instead of
|
|
|
|
|
using an extra "go to group" button.
|
|
|
|
|
(custom-prompt-variable, custom-group-set, custom-group-save)
|
|
|
|
|
(custom-group-reset-current, custom-group-reset-saved)
|
|
|
|
|
(custom-group-reset-standard): Minor cleanup.
|
|
|
|
|
|
2007-07-05 15:45:13 +00:00
|
|
|
|
2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.in (bootstrap-prepare): When copying from
|
|
|
|
|
ldefs-boot.el, make sure loaddefs.el is writeable.
|
|
|
|
|
|
2007-07-05 20:37:35 +00:00
|
|
|
|
(bootstrap-prepare): Make $(lisp)/ps-print.el
|
|
|
|
|
and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
|
|
|
|
|
|
2007-07-05 14:55:34 +00:00
|
|
|
|
2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
|
|
|
|
|
only caller, and delete.
|
|
|
|
|
(vc-hg-state): Deal with exceptions and only parse the output on
|
|
|
|
|
successful return.
|
2007-07-05 15:04:42 +00:00
|
|
|
|
(vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
|
|
|
|
|
caller, and delete.
|
2007-07-05 14:55:34 +00:00
|
|
|
|
(vc-hg-workfile-version): Deal with exceptions and only parse the
|
|
|
|
|
output on successful return.
|
2007-07-05 15:04:42 +00:00
|
|
|
|
(vc-hg-revert): New function.
|
2007-07-05 14:55:34 +00:00
|
|
|
|
|
2007-07-04 13:54:30 +00:00
|
|
|
|
2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calculator.el (calculator-expt): Use more cases to determine
|
|
|
|
|
the value.
|
|
|
|
|
|
2007-07-04 04:20:35 +00:00
|
|
|
|
2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calculator.el (calculator-expt, calculator-integer-p):
|
|
|
|
|
New functions.
|
|
|
|
|
(calculator-fact): Check to see if the factorial will be too
|
|
|
|
|
large before computing it.
|
|
|
|
|
(calculator-initial-operators): Use `calculator-expt' to
|
|
|
|
|
compute "^".
|
|
|
|
|
(calculator-mode): Mention that results which are too large
|
|
|
|
|
will return inf.
|
2007-07-04 04:36:04 +00:00
|
|
|
|
* calc/calc-comb.el (math-small-factorial-table): Replace list
|
|
|
|
|
by vector.
|
2007-07-04 04:20:35 +00:00
|
|
|
|
|
2007-07-03 18:17:07 +00:00
|
|
|
|
2007-07-03 David Kastrup <dak@gnu.org>
|
|
|
|
|
|
|
|
|
|
* shell.el: On request of the authors, remove their addresses for
|
|
|
|
|
the sake of bug reports, and add the developer list address as
|
|
|
|
|
maintainer information.
|
|
|
|
|
|
2007-07-03 02:54:48 +00:00
|
|
|
|
2007-07-03 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* files.el (make-directory): Doc fix.
|
|
|
|
|
(find-file-confirm-inexistent-file): Make it a defcustom.
|
|
|
|
|
Make nil the default.
|
|
|
|
|
|
|
|
|
|
2007-07-02 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* startup.el (command-line): Set buffer-offer-save in *scratch*
|
|
|
|
|
and enable auto-save in it.
|
|
|
|
|
|
2007-07-02 13:37:47 +00:00
|
|
|
|
2007-07-02 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
|
|
* textmodes/org.el (orgstruct-mode-map): New variable.
|
|
|
|
|
(orgstruct-mode): New minor mode.
|
|
|
|
|
(turn-on-orgstruct, orgstruct-error, orgstruct-setup)
|
|
|
|
|
(orgstruct-make-binding, org-context-p, org-get-local-variables)
|
|
|
|
|
(org-run-like-in-org-mode): New functions.
|
|
|
|
|
(org-cycle-list-bullet): New command.
|
|
|
|
|
(org-special-properties, org-property-start-re)
|
|
|
|
|
(org-property-end-re): New constants.
|
|
|
|
|
(org-with-point-at): New macro.
|
|
|
|
|
(org-get-property-block, org-entry-properties, org-entry-get)
|
|
|
|
|
(org-entry-delete, org-entry-get-with-inheritance)
|
|
|
|
|
(org-entry-put, org-buffer-property-keys): New functions.
|
|
|
|
|
(org-insert-property-drawer): New command.
|
|
|
|
|
(org-entry-property-inherited-from): New variable.
|
|
|
|
|
(org-column): New face.
|
|
|
|
|
(org-column-overlays, org-current-columns-fmt)
|
|
|
|
|
(org-current-columns-maxwidths, org-column-map): New variables.
|
|
|
|
|
(org-column-menu): New menu.
|
|
|
|
|
(org-new-column-overlay, org-overlay-columns)
|
|
|
|
|
(org-overlay-columns-title, org-remove-column-overlays)
|
|
|
|
|
(org-column-show-value, org-column-quit, org-column-edit): New
|
|
|
|
|
functions.
|
|
|
|
|
(org-columns, org-agenda-columns): New commands.
|
|
|
|
|
(org-get-columns-autowidth-alist): New functions.
|
|
|
|
|
(org-properties): New customize group.
|
|
|
|
|
(org-default-columns-format): New option.
|
|
|
|
|
(org-priority): Realign tags after changing priority.
|
|
|
|
|
(org-preserve-lc): New macro.
|
|
|
|
|
(org-update-checkbox-count): Catch case when there is no headline.
|
|
|
|
|
(org-agenda-quit): Remove any column overlays.
|
|
|
|
|
(org-beginning-of-item-list): Fixed bug when non-item line is
|
|
|
|
|
indented too deep.
|
|
|
|
|
(org-cached-props): New variable.
|
|
|
|
|
(org-cached-entry-get): New function.
|
|
|
|
|
(org-make-tags-matcher): Handle property matches.
|
|
|
|
|
(org-table-recalculate): Swap evaluation order: Field formula
|
|
|
|
|
first, then column formulas, but don't allow them to overwrite the
|
|
|
|
|
field formulas.
|
|
|
|
|
(org-table-eval-formula): New argument untouchable.
|
|
|
|
|
(org-table-put-field-property): New function.
|
|
|
|
|
|
2007-07-02 05:55:28 +00:00
|
|
|
|
2007-07-02 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* help-mode.el (help-make-xrefs): Skip spaces too when
|
|
|
|
|
skipping tabs.
|
|
|
|
|
|
|
|
|
|
* ffap.el (dired-at-point-prompter): Improve prompt in
|
|
|
|
|
list-directory case.
|
|
|
|
|
|
2007-07-01 17:19:53 +00:00
|
|
|
|
2007-07-01 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* cus-start.el (max-mini-window-height): Added.
|
|
|
|
|
|
|
|
|
|
2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
|
|
|
|
|
|
|
|
|
|
* complete.el (partial-completion-mode): Remove advice of
|
2007-07-05 20:37:35 +00:00
|
|
|
|
read-file-name-internal.
|
2007-07-01 17:19:53 +00:00
|
|
|
|
(PC-do-completion): Rebind minibuffer-completion-table.
|
|
|
|
|
(PC-read-file-name-internal): New function doing what
|
|
|
|
|
read-file-name-internal advice did.
|
|
|
|
|
|
2007-07-01 16:59:07 +00:00
|
|
|
|
2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/byte-opt.el: Set `binding-is-magic'
|
|
|
|
|
property on a few symbols.
|
|
|
|
|
(byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
|
|
|
|
|
(byte-optimize-lapcode): Remove bindings that are not referenced
|
|
|
|
|
and certainly will not effect through dynamic scoping.
|
|
|
|
|
|
2007-07-01 01:57:31 +00:00
|
|
|
|
2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* files.el (find-file-confirm-inexistent-file): New var.
|
|
|
|
|
(find-file, find-file-other-window, find-file-other-frame)
|
|
|
|
|
(find-file-read-only, find-file-read-only-other-window)
|
|
|
|
|
(find-file-read-only-other-frame): Use it.
|
|
|
|
|
|
2007-06-30 18:49:41 +00:00
|
|
|
|
2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
|
|
|
|
|
|
2007-06-29 11:07:09 +00:00
|
|
|
|
2007-06-29 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* generic-x.el (generic-define-mswindows-modes)
|
|
|
|
|
(generic-define-unix-modes, apache-log-generic-mode)
|
|
|
|
|
(bat-generic-mode-keymap, java-manifest-generic-mode)
|
|
|
|
|
(show-tabs-generic-mode): Fix typos in docstrings.
|
|
|
|
|
|
2007-06-29 07:32:59 +00:00
|
|
|
|
2007-06-29 Ryan Yeske <rcyeske@gmail.com>
|
|
|
|
|
|
|
|
|
|
* net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
|
2007-06-29 11:07:09 +00:00
|
|
|
|
(rcirc-default-full-name): Rename from rcirc-default-user-full-name.
|
2007-06-29 07:32:59 +00:00
|
|
|
|
(rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
|
|
|
|
|
(rcirc-print): Never ignore messages from ourself.
|
|
|
|
|
|
2007-06-29 04:29:43 +00:00
|
|
|
|
2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
|
|
|
|
|
syntax as well. Reported by Juri Linkov <juri@jurta.org>.
|
|
|
|
|
|
2007-06-28 19:06:27 +00:00
|
|
|
|
2007-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
|
|
|
|
|
|
|
|
|
* dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
|
|
|
|
|
replace-regexp-in-string.
|
|
|
|
|
|
2007-06-28 15:09:21 +00:00
|
|
|
|
2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/cl.el: Set edebug and indentation before loading
|
|
|
|
|
cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
|
|
|
|
|
|
2007-06-28 09:11:43 +00:00
|
|
|
|
2007-06-28 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
* Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
|
|
|
|
|
$(lisp)/subdirs.el.
|
|
|
|
|
|
2007-06-28 09:00:51 +00:00
|
|
|
|
2007-06-28 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* speedbar.el (speedbar-handle-delete-frame): Don't try to delete
|
|
|
|
|
the speedbar frame if nil; that deletes the current frame or
|
|
|
|
|
causes an error if it is the only frame.
|
|
|
|
|
Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
|
|
|
|
|
|
2007-06-28 07:14:47 +00:00
|
|
|
|
2007-06-28 Kevin Ryde <user42@zip.com.au>
|
|
|
|
|
|
|
|
|
|
* textmodes/nroff-mode.el: Groff \# comments.
|
|
|
|
|
(nroff-mode-syntax-table): \# comment intro,
|
|
|
|
|
plain # as punct per global table.
|
|
|
|
|
(nroff-font-lock-keywords): Add # as a single char escape.
|
|
|
|
|
(nroff-mode): In comment-start-skip, match \#.
|
|
|
|
|
|
2007-06-28 02:01:54 +00:00
|
|
|
|
2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
|
|
|
|
|
(vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
|
|
|
|
|
point-min == 1.
|
|
|
|
|
|
2007-06-28 01:30:51 +00:00
|
|
|
|
2007-06-28 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
2007-06-28 02:01:54 +00:00
|
|
|
|
* pcvs-util.el (cvs-strings->string, cvs-string->strings):
|
|
|
|
|
Rename and move to...
|
2007-06-28 01:30:51 +00:00
|
|
|
|
|
|
|
|
|
* subr.el (strings->string, string->strings): ...here.
|
|
|
|
|
|
|
|
|
|
* pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
|
|
|
|
|
(cvs-mode-checkout, cvs-execute-single-file): Use new function names.
|
|
|
|
|
|
|
|
|
|
* progmodes/gud.el (gud-common-init): Call string->strings instead
|
|
|
|
|
of split-string.
|
|
|
|
|
|
2007-06-27 21:11:04 +00:00
|
|
|
|
2007-06-27 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* dired-aux.el: Remove `dired-call-process'.
|
|
|
|
|
(dired-check-process): Call `process-file'.
|
|
|
|
|
|
|
|
|
|
* wdired.el (wdired-do-perm-changes): Call `process-file'.
|
|
|
|
|
|
|
|
|
|
* net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
|
|
|
|
|
`ange-ftp-process-file'.
|
|
|
|
|
|
2007-06-27 15:55:27 +00:00
|
|
|
|
2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-27 19:17:53 +00:00
|
|
|
|
* emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/cl-extra.el:
|
|
|
|
|
* emacs-lisp/cl-seq.el:
|
|
|
|
|
* emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
|
|
|
|
|
Add autoload cookies on all defs autoloaded manually in cl.el.
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/cl-loaddefs.el: New file.
|
|
|
|
|
|
2007-06-27 18:06:14 +00:00
|
|
|
|
* textmodes/texinfmt.el (texinfo-raisesections-alist)
|
|
|
|
|
(texinfo-lowersections-alist): Merge definition and declaration.
|
|
|
|
|
(texinfo-start-of-header, texinfo-end-of-header): Remove.
|
|
|
|
|
(texinfo-format-syntax-table): Merge init into declaration.
|
|
|
|
|
(texinfo-format-parse-line-args, texinfo-format-parse-args)
|
|
|
|
|
(texinfo-format-parse-defun-args, texinfo-format-node)
|
|
|
|
|
(texinfo-push-stack, texinfo-multitable-widths)
|
|
|
|
|
(texinfo-define-info-enclosure, texinfo-alias)
|
|
|
|
|
(texinfo-format-defindex, batch-texinfo-format): Use push.
|
|
|
|
|
(texinfo-footnote-number): Remove duplicate declaration.
|
|
|
|
|
|
2007-06-27 15:56:38 +00:00
|
|
|
|
* ps-print.el: Update with auto-generated autoloads.
|
|
|
|
|
|
2007-06-27 15:55:27 +00:00
|
|
|
|
* ps-mule.el: Set generated-autoload-file to "ps-print.el".
|
|
|
|
|
|
2007-06-26 16:39:58 +00:00
|
|
|
|
2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-26 19:53:12 +00:00
|
|
|
|
* emacs-lisp/autoload.el (autoload-generated-file): Interpret names
|
|
|
|
|
relative to current dir for file-local settings.
|
|
|
|
|
(autoload-generate-file-autoloads): Add `outfile' arg.
|
|
|
|
|
(update-directory-autoloads): Use it to directly call
|
|
|
|
|
autoload-generate-file-autoloads instead of going through
|
|
|
|
|
update-file-autoloads so we avoid redundant searches and so we can know
|
|
|
|
|
the set of buffers changed so we can save them all.
|
|
|
|
|
|
2007-06-26 19:07:14 +00:00
|
|
|
|
* emacs-lisp/autoload.el (autoload-find-destination): Return nil
|
|
|
|
|
rather than throwing `up-to-date'.
|
|
|
|
|
(autoload-generate-file-autoloads): Adjust correspondingly.
|
|
|
|
|
(update-file-autoloads): Be careful to let-bind
|
|
|
|
|
autoload-modified-buffers and adjust to new calling conventions.
|
|
|
|
|
(autoload-modified-buffers): Make it a dynamically scoped var.
|
|
|
|
|
(update-directory-autoloads): Use file-relative-name instead of
|
|
|
|
|
autoload-trim-file-name.
|
|
|
|
|
(autoload-insert-section-header): Don't use autoload-trim-file-name
|
|
|
|
|
since the file is already relative now.
|
|
|
|
|
(autoload-trim-file-name): Remove.
|
|
|
|
|
|
2007-06-26 17:59:52 +00:00
|
|
|
|
* vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
|
|
|
|
|
(vc-arch-complete, vc-arch--version-completion-table)
|
|
|
|
|
(vc-arch-revision-completion-table): New functions to provide
|
|
|
|
|
completion of revision names.
|
|
|
|
|
(vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
|
|
|
|
|
(vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
|
|
|
|
|
to let the user trim the revlib.
|
|
|
|
|
|
2007-06-26 17:43:04 +00:00
|
|
|
|
* vc.el: Add new VC operation `revision-completion-table'.
|
|
|
|
|
(vc-default-revision-completion-table): New function.
|
|
|
|
|
(vc-version-diff, vc-version-other-window): Use it to provide
|
|
|
|
|
completion of revision names if the backend provides it.
|
|
|
|
|
|
2007-06-26 16:39:58 +00:00
|
|
|
|
* log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
|
|
|
|
|
|
|
|
|
|
* vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
|
|
|
|
|
of newer .svn/entries.
|
|
|
|
|
|
2007-06-25 20:55:56 +00:00
|
|
|
|
2007-06-25 David Kastrup <dak@gnu.org>
|
|
|
|
|
|
|
|
|
|
* calc/calc-poly.el (math-padded-polynomial)
|
|
|
|
|
(math-partial-fractions): Add some function comments.
|
|
|
|
|
|
2007-06-25 16:19:05 +00:00
|
|
|
|
2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/autoload.el (autoload-generate-file-autoloads):
|
|
|
|
|
Make `outbuf' optional.
|
|
|
|
|
(update-file-autoloads): Use it.
|
|
|
|
|
|
2007-06-25 03:01:22 +00:00
|
|
|
|
2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-25 05:09:05 +00:00
|
|
|
|
* emacs-lisp/autoload.el (autoload-modified-buffers): New var.
|
|
|
|
|
(autoload-find-destination): Keep it uptodate.
|
|
|
|
|
(autoload-save-buffers): New fun.
|
|
|
|
|
(update-file-autoloads): Use it. Re-add the "up to date" message.
|
|
|
|
|
|
2007-06-25 03:01:22 +00:00
|
|
|
|
* emacs-lisp/autoload.el: Refactor for upcoming changes.
|
|
|
|
|
(autoload-find-destination): New function extracted from
|
|
|
|
|
update-file-autoloads.
|
|
|
|
|
(update-file-autoloads): Use it.
|
2007-06-25 03:48:10 +00:00
|
|
|
|
(autoload-generate-file-autoloads): New function extracted from
|
|
|
|
|
generate-file-autoloads. Use file-relative-name. Delay computation of
|
|
|
|
|
output-start to the first cookie. Remove done-any, replaced by
|
|
|
|
|
output-start.
|
|
|
|
|
(generate-file-autoloads): Use it.
|
2007-06-25 03:01:22 +00:00
|
|
|
|
|
2007-06-24 14:30:14 +00:00
|
|
|
|
2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
2007-06-28 09:00:51 +00:00
|
|
|
|
* calc/calc-comb.el (math-init-random-base, math-prime-test):
|
2007-06-24 14:30:14 +00:00
|
|
|
|
Use math-read-number-simple to insert constants.
|
|
|
|
|
(math-prime-test): Redo calculation of sum.
|
|
|
|
|
|
2007-06-24 19:46:53 +00:00
|
|
|
|
* calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
|
|
|
|
|
|
2007-06-25 03:01:22 +00:00
|
|
|
|
* calc/calc-math.el (math-scale-bignum-digit-size): Rename from
|
2007-06-24 19:46:53 +00:00
|
|
|
|
math-scale-bignum-3.
|
|
|
|
|
(math-isqrt-bignum): Use math-scale-bignum-digit-size and
|
|
|
|
|
math-bignum-digit-size.
|
|
|
|
|
(math-isqrt-small): Add another possible initial guess.
|
|
|
|
|
|
2007-06-23 22:09:20 +00:00
|
|
|
|
2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
|
|
|
|
|
|
|
|
|
|
* textmodes/bibtex.el (bibtex-entry-format): New options
|
|
|
|
|
`whitespace', `braces', and `string'.
|
|
|
|
|
(bibtex-field-braces-alist, bibtex-field-strings-alist)
|
|
|
|
|
(bibtex-field-braces-opt, bibtex-field-strings-opt)
|
|
|
|
|
(bibtex-cite-matcher-alist): New variables.
|
|
|
|
|
(bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
|
|
|
|
|
(bibtex-flash-head): Use blink-matching-delay.
|
|
|
|
|
(bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
|
|
|
|
|
(bibtex-format-entry, bibtex-reformat): Handle new options of
|
|
|
|
|
bibtex-entry-format.
|
2007-06-25 03:01:22 +00:00
|
|
|
|
(bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
|
|
|
|
|
New functions.
|
2007-06-23 22:09:20 +00:00
|
|
|
|
(bibtex-complete-internal): Do not display messages while
|
|
|
|
|
minibuffer is used. Do not leave around a completions buffer
|
|
|
|
|
that is out of date.
|
|
|
|
|
(bibtex-copy-summary-as-kill): New optional arg.
|
|
|
|
|
(bibtex-font-lock-url): New optional arg no-button.
|
|
|
|
|
(bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
|
|
|
|
|
(bibtex-url): Allow multiple URLs per entry.
|
2007-06-24 22:24:40 +00:00
|
|
|
|
|
2007-06-23 20:31:33 +00:00
|
|
|
|
2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/autoload.el (autoload-generated-file): New function.
|
|
|
|
|
(update-file-autoloads, update-directory-autoloads): Use it.
|
|
|
|
|
(autoload-file-load-name): New function.
|
|
|
|
|
(generate-file-autoloads, update-file-autoloads): Use it.
|
|
|
|
|
(autoload-find-file): Accept non-absolute argument. Set default-dir.
|
|
|
|
|
(generate-file-autoloads): If the autoloaded form is malformed,
|
|
|
|
|
indicate the problem with a warning instead of aborting.
|
|
|
|
|
|
2007-06-23 12:19:38 +00:00
|
|
|
|
2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* simple.el (next-error-recenter): Accept `(4)' as well;
|
|
|
|
|
also, specify `integer' instead of `number'.
|
|
|
|
|
|
2007-06-23 11:15:26 +00:00
|
|
|
|
2007-06-23 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* ls-lisp.el (insert-directory): If an invalid regexp error is
|
|
|
|
|
thrown, try using FILE as a literal file name, not a wildcard.
|
|
|
|
|
|
2007-06-23 10:27:31 +00:00
|
|
|
|
2007-06-23 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* ruler-mode.el (ruler-mode): Prevent clobbering the original
|
|
|
|
|
`header-line-format' when reentering ruler mode.
|
|
|
|
|
|
2007-06-23 09:45:58 +00:00
|
|
|
|
2007-06-23 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
|
2007-06-23 10:05:57 +00:00
|
|
|
|
FILE exists as a file.
|
2007-06-23 09:45:58 +00:00
|
|
|
|
|
(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
New constants.
(math-normalize,math-bignum-big,math-make-float,math-div10-bignum)
(math-scale-left,math-scale-left-bignum,math-scale-right)
(math-scale-right-bignum,math-scale-rounding,math-add,math-add-bignum)
(math-sub-bignum,math-sub,math-mul,math-mul-bignum,math-mul-bignum-digit)
(math-idivmod,math-quotient,math-div-bignum,math-div-bignum-digit)
(math-div-bignum-part,math-format-bignum-decimal,math-read-bignum):
Use math-bignum-digit-length, math-bignum-digit-size and
math-small-integer-size.
2007-06-23 04:08:18 +00:00
|
|
|
|
2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc.el (math-bignum-digit-length)
|
2007-06-23 10:27:31 +00:00
|
|
|
|
(math-bignum-digit-size, math-small-integer-size):
|
(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
New constants.
(math-normalize,math-bignum-big,math-make-float,math-div10-bignum)
(math-scale-left,math-scale-left-bignum,math-scale-right)
(math-scale-right-bignum,math-scale-rounding,math-add,math-add-bignum)
(math-sub-bignum,math-sub,math-mul,math-mul-bignum,math-mul-bignum-digit)
(math-idivmod,math-quotient,math-div-bignum,math-div-bignum-digit)
(math-div-bignum-part,math-format-bignum-decimal,math-read-bignum):
Use math-bignum-digit-length, math-bignum-digit-size and
math-small-integer-size.
2007-06-23 04:08:18 +00:00
|
|
|
|
New constants.
|
2007-06-23 10:27:31 +00:00
|
|
|
|
(math-normalize, math-bignum-big, math-make-float)
|
|
|
|
|
(math-div10-bignum, math-scale-left, math-scale-left-bignum)
|
|
|
|
|
(math-scale-right, math-scale-right-bignum, math-scale-rounding)
|
2007-06-28 09:00:51 +00:00
|
|
|
|
(math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
|
2007-06-23 10:27:31 +00:00
|
|
|
|
(math-mul-bignum, math-mul-bignum-digit, math-idivmod)
|
|
|
|
|
(math-quotient, math-div-bignum, math-div-bignum-digit)
|
|
|
|
|
(math-div-bignum-part, math-format-bignum-decimal)
|
(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
New constants.
(math-normalize,math-bignum-big,math-make-float,math-div10-bignum)
(math-scale-left,math-scale-left-bignum,math-scale-right)
(math-scale-right-bignum,math-scale-rounding,math-add,math-add-bignum)
(math-sub-bignum,math-sub,math-mul,math-mul-bignum,math-mul-bignum-digit)
(math-idivmod,math-quotient,math-div-bignum,math-div-bignum-digit)
(math-div-bignum-part,math-format-bignum-decimal,math-read-bignum):
Use math-bignum-digit-length, math-bignum-digit-size and
math-small-integer-size.
2007-06-23 04:08:18 +00:00
|
|
|
|
(math-read-bignum): Use math-bignum-digit-length,
|
|
|
|
|
math-bignum-digit-size and math-small-integer-size.
|
|
|
|
|
|
2007-06-23 04:49:44 +00:00
|
|
|
|
* calc/calc-ext.el (math-fixnum-big): Use the variable
|
|
|
|
|
math-bignum-digit-size.
|
|
|
|
|
|
2007-06-23 03:06:21 +00:00
|
|
|
|
2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* log-view.el (log-view-mode-menu): New menu.
|
|
|
|
|
|
2007-06-22 18:37:16 +00:00
|
|
|
|
2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-22 21:18:31 +00:00
|
|
|
|
* diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
|
|
|
|
|
differently.
|
|
|
|
|
|
2007-06-22 18:37:16 +00:00
|
|
|
|
* vc-hg.el (vc-hg-registered): Add an autoloaded version.
|
|
|
|
|
(vc-hg-log-view-mode): Use log-view-font-lock-keywords.
|
|
|
|
|
|
2007-06-22 17:22:17 +00:00
|
|
|
|
2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hg.el (vc-hg-print-log): Insert the file name.
|
|
|
|
|
(vc-hg-log-view-mode): Fontify the file name.
|
|
|
|
|
|
2007-06-22 15:05:08 +00:00
|
|
|
|
2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
2007-06-23 10:27:31 +00:00
|
|
|
|
* calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
|
|
|
|
|
(calcFunc-julian): Fix incorrect number used in calculations.
|
2007-06-22 15:05:08 +00:00
|
|
|
|
|
2007-06-22 07:56:01 +00:00
|
|
|
|
2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* simple.el (next-error-recenter): New defcustom.
|
|
|
|
|
(next-error, next-error-internal): Recenter if specified,
|
|
|
|
|
immediately prior to running `next-error-hook'.
|
|
|
|
|
|
2007-06-22 08:15:02 +00:00
|
|
|
|
* progmodes/hideshow.el (hs-show-block): Use line-end-position.
|
|
|
|
|
(hs-hide-block-at-point, hs-hide-comment-region): Likewise.
|
|
|
|
|
|
2007-06-22 08:41:25 +00:00
|
|
|
|
* progmodes/hideshow.el (hs-hide-all): Use progress reporter.
|
|
|
|
|
|
2007-06-22 06:22:31 +00:00
|
|
|
|
2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc-comb.el (math-small-factorial-table): New variable.
|
|
|
|
|
(calcFunc-fact): Use `math-small-factorial-table'.
|
|
|
|
|
|
|
|
|
|
* calc/calc-ext.el (math-defcache): Allow forms to evaluate
|
|
|
|
|
initial values.
|
2007-06-22 18:19:23 +00:00
|
|
|
|
(math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
|
2007-06-22 06:22:31 +00:00
|
|
|
|
New variables to use in caches.
|
|
|
|
|
|
2007-06-23 10:27:31 +00:00
|
|
|
|
* calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
|
|
|
|
|
(calcFunc-julian): Use `math-read-number-simple' to insert bignums.
|
2007-06-22 06:22:31 +00:00
|
|
|
|
|
2007-06-22 18:19:23 +00:00
|
|
|
|
* calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
|
2007-06-22 06:22:31 +00:00
|
|
|
|
(math-bernoulli-b-cache): Use math-read-number-simple to insert
|
|
|
|
|
bignums.
|
|
|
|
|
|
|
|
|
|
* calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
|
|
|
|
|
New variables to use in caches.
|
|
|
|
|
|
2007-06-22 02:11:59 +00:00
|
|
|
|
2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
2007-06-22 18:19:23 +00:00
|
|
|
|
* vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
|
2007-06-22 02:46:04 +00:00
|
|
|
|
|
2007-06-22 02:11:59 +00:00
|
|
|
|
* vc-hg.el (vc-hg-log-view-mode): New mode.
|
|
|
|
|
|
2007-06-22 01:05:10 +00:00
|
|
|
|
2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc.el (math-read-number-simple): New function.
|
|
|
|
|
|
2007-06-22 18:19:23 +00:00
|
|
|
|
2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
2007-06-21 22:51:00 +00:00
|
|
|
|
|
|
|
|
|
* vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
|
|
|
|
|
(vera-font-lock-match-item): Fix doc string.
|
|
|
|
|
(vera-in-comment-p): Remove unused function.
|
2007-06-23 10:27:31 +00:00
|
|
|
|
(vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
|
2007-06-21 22:51:00 +00:00
|
|
|
|
use `syntax-ppss'.
|
|
|
|
|
(vera-forward-syntactic-ws): Fix argument order.
|
|
|
|
|
(vera-prepare-search): Use `with-syntax-table'.
|
|
|
|
|
(vera-indent-line): Fix doc string.
|
|
|
|
|
(vera-electric-tab): Fix doc string.
|
|
|
|
|
(vera-expand-abbrev): Define alias instead of using `fset'.
|
|
|
|
|
(vera-comment-uncomment-region): Use `comment-start-skip'.
|
|
|
|
|
|
2007-06-21 10:26:43 +00:00
|
|
|
|
2007-06-21 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
2007-06-23 10:27:31 +00:00
|
|
|
|
* textmodes/org.el (org-export-with-footnotes): New option.
|
2007-06-22 18:19:23 +00:00
|
|
|
|
(org-export-as-html): Fix replacement bug for XEmacs.
|
2007-06-22 07:56:01 +00:00
|
|
|
|
(org-agenda-default-appointment-duration): New option.
|
2007-06-21 10:26:43 +00:00
|
|
|
|
|
2007-06-21 05:44:54 +00:00
|
|
|
|
2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hg.el: Add to do items.
|
|
|
|
|
(vc-hg-diff): Add support for comparing different revisions.
|
|
|
|
|
(vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
|
|
|
|
|
(vc-hg-annotate-extract-revision-at-line)
|
|
|
|
|
(vc-hg-previous-version, vc-hg-checkin): New functions.
|
|
|
|
|
(vc-hg-annotate-re): New constant.
|
|
|
|
|
|
2007-06-20 19:36:28 +00:00
|
|
|
|
2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
2007-06-23 10:27:31 +00:00
|
|
|
|
* calc/calc.el (math-standard-ops): Fix precedence of multiplication.
|
2007-06-20 19:36:28 +00:00
|
|
|
|
|
2007-06-20 16:32:09 +00:00
|
|
|
|
2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-22 21:18:31 +00:00
|
|
|
|
* log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
|
|
|
|
|
buffer-local value of log-view-*-re if applicable.
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
|
|
|
|
|
Use vc-bzr-command rather than the ill defined vc-bzr-command*.
|
|
|
|
|
(vc-bzr-command*): Remove both (incompatible) versions.
|
|
|
|
|
(vc-bzr-do-command*): Remove.
|
|
|
|
|
(vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
|
|
|
|
|
Remove by folding into its only caller vc-bzr-command.
|
|
|
|
|
(vc-bzr-command): Always set the environment, even when ineffective.
|
|
|
|
|
(vc-bzr-version): Minor fix up.
|
|
|
|
|
(vc-bzr-admin-dirname): New var.
|
|
|
|
|
(vc-bzr-bzr-dir): Remove.
|
|
|
|
|
(vc-bzr-root-dir): New fun.
|
|
|
|
|
(vc-bzr-registered): Use it. Add an autoloaded version.
|
|
|
|
|
(vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
|
|
|
|
|
(vc-bzr-view-log-function): Remove.
|
|
|
|
|
(vc-bzr-log-view-mode): New major mode to replace it.
|
|
|
|
|
(vc-bzr-print-log): Only activate the old hack if needed.
|
|
|
|
|
|
2007-06-20 16:32:09 +00:00
|
|
|
|
* vc.el (vc-default-log-view-mode): New function.
|
|
|
|
|
(vc-print-log): Add new `log-view-mode' VC operation.
|
|
|
|
|
|
2007-06-20 10:12:44 +00:00
|
|
|
|
2007-06-20 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
2007-06-20 15:14:44 +00:00
|
|
|
|
* ido.el (ido-find-file-in-dir): Don't signal an error for
|
|
|
|
|
empty directories.
|
|
|
|
|
|
2007-06-20 14:17:36 +00:00
|
|
|
|
* add-log.el (change-log-mode): Set `show-trailing-whitespace'.
|
|
|
|
|
|
2007-06-20 10:12:44 +00:00
|
|
|
|
* desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
|
|
|
|
|
directory where the desktop file was found, as the docstring says.
|
|
|
|
|
(desktop-kill): Use `read-directory-name'.
|
|
|
|
|
|
2007-06-20 08:50:10 +00:00
|
|
|
|
2007-06-20 Alan Mackenzie <acm@muc.de>
|
|
|
|
|
|
|
|
|
|
* progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
|
|
|
|
|
When removing lines, also remove the \n. Correction of patch of
|
|
|
|
|
2007-04-21.
|
2007-06-20 10:12:44 +00:00
|
|
|
|
|
2007-06-20 07:59:07 +00:00
|
|
|
|
2007-06-20 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
|
|
|
|
|
event is not a cons cell. Do not unread drag-mouse-1 events.
|
|
|
|
|
Select right window in check whether space was stolen from
|
|
|
|
|
window above.
|
|
|
|
|
|
|
|
|
|
* help-mode.el (help-make-xrefs): Adjust position of new forward
|
|
|
|
|
button.
|
|
|
|
|
|
2007-06-20 06:44:35 +00:00
|
|
|
|
2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el (vc-bzr-with-process-environment)
|
|
|
|
|
(vc-bzr-std-process-invocation): New macros.
|
|
|
|
|
(vc-bzr-command, vc-bzr-command*): Use them.
|
|
|
|
|
(vc-bzr-with-c-locale): Remove.
|
|
|
|
|
(vc-bzr-dir-state): Replace its use with vc-bzr-command.
|
|
|
|
|
(vc-bzr-buffer-nonblank-p): New function.
|
|
|
|
|
(vc-bzr-state-words): New const.
|
|
|
|
|
(vc-bzr-state): Look for `bzr status` keywords in output.
|
|
|
|
|
Display everything else as a warning message to the user.
|
|
|
|
|
Fix status report with bzr >= 0.15.
|
|
|
|
|
|
2007-06-20 06:32:42 +00:00
|
|
|
|
2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* vc-hg.el (vc-hg-global-switches): Simplify.
|
|
|
|
|
(vc-hg-state): Handle more states.
|
|
|
|
|
(vc-hg-diff): Fix doc-string.
|
|
|
|
|
(vc-hg-register): New function.
|
|
|
|
|
(vc-hg-checkout): Likewise.
|
|
|
|
|
|
2007-06-20 10:12:44 +00:00
|
|
|
|
2007-06-20 Reto Zimmermann <reto@gnu.org>
|
2007-06-20 06:21:54 +00:00
|
|
|
|
|
|
|
|
|
* progmodes/vera-mode.el: New file.
|
|
|
|
|
|
2007-06-20 15:20:53 +00:00
|
|
|
|
2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
|
|
|
|
|
|
|
|
|
|
* calc/calc.el (calc-multiplication-has-precendence):
|
|
|
|
|
New variable.
|
2007-06-23 10:27:31 +00:00
|
|
|
|
(math-standard-ops, math-standard-ops-p, math-expr-ops):
|
2007-06-20 15:20:53 +00:00
|
|
|
|
New functions.
|
|
|
|
|
(math-expr-opers): Define using math-standard-ops rather than
|
|
|
|
|
math-standard-opers.
|
|
|
|
|
* calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
|
|
|
|
|
equal the function math-standard-ops rather than the variable
|
|
|
|
|
math-standard-opers.
|
|
|
|
|
(calc-algebraic-entry): Let math-expr-opers equal
|
|
|
|
|
math-standard-ops or math-expr-ops, as appropriate.
|
2007-06-23 10:27:31 +00:00
|
|
|
|
(math-expr-read-level, math-read-factor): Let math-expr-opers
|
2007-06-20 15:20:53 +00:00
|
|
|
|
equal math-expr-ops.
|
|
|
|
|
* calc/calc-embed.el (calc-embedded-finish-edit):
|
|
|
|
|
Let math-expr-opers equal the function math-standard-ops
|
|
|
|
|
rather than the variable math-standard-opers.
|
|
|
|
|
* calc/calc-ext.el (math-read-plain-expr)
|
|
|
|
|
(math-format-flat-expr-fancy): Let math-expr-opers equal the
|
|
|
|
|
function math-standard-ops rather than the variable
|
|
|
|
|
math-standard-opers.
|
2007-06-23 10:27:31 +00:00
|
|
|
|
* calc/calc-lang.el (calc-set-language, math-read-big-rec):
|
2007-06-20 15:20:53 +00:00
|
|
|
|
Let math-expr-opers equal the function math-standard-ops rather
|
|
|
|
|
than the variable math-standard-opers.
|
|
|
|
|
* calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
|
|
|
|
|
equal the function math-standard-ops rather than the variable
|
|
|
|
|
math-standard-opers.
|
|
|
|
|
* calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
|
|
|
|
|
equal the function math-standard-ops rather than the variable
|
|
|
|
|
math-standard-opers.
|
|
|
|
|
* calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
|
|
|
|
|
math-expr-ops.
|
|
|
|
|
|
2007-06-20 10:12:44 +00:00
|
|
|
|
2007-06-19 Ivan Kanis <apple@kanis.eu>
|
2007-06-20 05:59:41 +00:00
|
|
|
|
|
|
|
|
|
* vc-hg.el: New file.
|
|
|
|
|
|
2007-06-22 18:19:23 +00:00
|
|
|
|
2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
|
|
|
|
|
with font-lock-multiline.
|
|
|
|
|
|
2007-06-17 22:17:17 +00:00
|
|
|
|
2007-06-17 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* lpr.el (lpr-page-header-switches): Move %s to separate element
|
|
|
|
|
for correct quoting. Doc fix.
|
|
|
|
|
|
2007-06-17 13:55:17 +00:00
|
|
|
|
2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
|
|
|
|
|
than setting sgml-xml-mode.
|
|
|
|
|
(sgml-mode, html-mode): Set sgml-xml-mode.
|
|
|
|
|
(sgml-skip-tag-backward): Tell if we skipped over matched tags.
|
|
|
|
|
(sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
|
|
|
|
|
(sgml-electric-tag-pair-before-change-function)
|
|
|
|
|
(sgml-electric-tag-pair-flush-overlays): New functions.
|
|
|
|
|
(sgml-electric-tag-pair-mode): New minor mode.
|
|
|
|
|
(sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
|
|
|
|
|
(sgml-calculate-indent): Use assoc-string.
|
|
|
|
|
|
2007-06-16 01:25:25 +00:00
|
|
|
|
2007-06-16 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
|
|
|
|
|
|
* thingatpt.el (thing-at-point-email-regexp): Don't require two
|
|
|
|
|
chars before the "@" in an email address. Andreas Roehler noticed
|
|
|
|
|
this problem.
|
|
|
|
|
|
2007-06-16 01:03:35 +00:00
|
|
|
|
2007-06-15 Karl Fogel <kfogel@red-bean.com>
|
|
|
|
|
|
|
|
|
|
* thingatpt.el: Add support for email addresses (`email').
|
|
|
|
|
(thing-at-point, bounds-of-thing-at-point): Document `email' support.
|
|
|
|
|
(thing-at-point-email-regexp): New variable.
|
|
|
|
|
(`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
|
|
|
|
|
properties on this symbol, with lambda forms for values.
|
2007-06-17 13:55:17 +00:00
|
|
|
|
|
2007-06-15 18:50:19 +00:00
|
|
|
|
2007-06-15 Masatake YAMATO <jet@gyve.org>
|
|
|
|
|
|
2007-06-17 13:55:17 +00:00
|
|
|
|
* vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
|
2007-06-15 19:40:47 +00:00
|
|
|
|
|
2007-06-17 13:55:17 +00:00
|
|
|
|
* vc.el (vc-dired-hook): Check the backend returned from
|
2007-06-15 18:50:19 +00:00
|
|
|
|
`vc-responsible-backend' can really handle `subdir'.
|
|
|
|
|
|
2007-06-15 16:27:16 +00:00
|
|
|
|
2007-06-15 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
2007-06-17 13:55:17 +00:00
|
|
|
|
* wid-edit.el (widget-add-documentation-string-button):
|
|
|
|
|
Fix handling of documentation indent.
|
2007-06-15 16:27:16 +00:00
|
|
|
|
|
2007-06-15 14:35:58 +00:00
|
|
|
|
2007-06-15 Miles Bader <miles@fencepost.gnu.org>
|
|
|
|
|
|
|
|
|
|
* mb-depth.el: New file.
|
|
|
|
|
|
2007-06-15 13:56:48 +00:00
|
|
|
|
2007-06-15 Masatake YAMATO <jet@gyve.org>
|
|
|
|
|
|
|
|
|
|
* vc.el (vc-dired-mode): Show backend name as part of mode name.
|
|
|
|
|
|
2007-06-14 23:07:05 +00:00
|
|
|
|
2007-06-14 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* wid-edit.el (widget-default-create): Move ?h handling here...
|
|
|
|
|
(widget-default-format-handler): ...from here.
|
|
|
|
|
(widget-docstring, widget-add-documentation-string-button): New funs.
|
|
|
|
|
(documentation-string): Add :visibility-widget property.
|
|
|
|
|
(widget-documentation-string-value-create): Use it.
|
|
|
|
|
|
|
|
|
|
* cus-edit.el (custom-split-regexp-maybe): Simplify.
|
|
|
|
|
(custom-buffer-create-internal): Simplify message.
|
|
|
|
|
(custom-variable-tag): Reduce height to normal.
|
|
|
|
|
(custom-variable-value-create, custom-face-value-create)
|
|
|
|
|
(custom-visibility): New widget.
|
|
|
|
|
(custom-visibility): New face.
|
2007-06-17 13:55:17 +00:00
|
|
|
|
(custom-group-value-create):
|
|
|
|
|
Call widget-add-documentation-string-button, using `custom-visibility'.
|
2007-06-14 23:07:05 +00:00
|
|
|
|
|
2007-06-14 21:25:12 +00:00
|
|
|
|
2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-current-group)
|
|
|
|
|
(byte-compile-nogroup-warn, byte-compile-file): Revert part of last
|
|
|
|
|
change. Apparently the "warning even if the group is implicit" is
|
|
|
|
|
a feature rather than a bug.
|
|
|
|
|
|
2007-06-14 19:30:34 +00:00
|
|
|
|
2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
|
2007-06-14 21:25:12 +00:00
|
|
|
|
|
2007-06-14 19:30:34 +00:00
|
|
|
|
* viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
|
2007-06-20 10:12:44 +00:00
|
|
|
|
Different advices for Emacs and XEmacs. Compile them conditionally.
|
|
|
|
|
(viper-version): Belated version change.
|
2007-06-14 21:25:12 +00:00
|
|
|
|
|
2007-06-14 00:13:11 +00:00
|
|
|
|
2007-06-14 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* follow.el (follow-all-followers, follow-generic-filter):
|
|
|
|
|
* pcomplete.el (pcomplete-restore-windows):
|
|
|
|
|
* x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
|
|
|
|
|
(x-dnd-drop-data):
|
|
|
|
|
* emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
|
|
|
|
|
* progmodes/python.el (python-complete-symbol):
|
|
|
|
|
* term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
|
|
|
|
|
|
2007-06-13 21:17:18 +00:00
|
|
|
|
2007-06-13 Ryan Yeske <rcyeske@gmail.com>
|
|
|
|
|
|
|
|
|
|
* rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
|
|
|
|
|
around bright and dim regexps. Make sure bright and dim matches
|
|
|
|
|
use word anchors. Send text through rcirc-markup functions.
|
|
|
|
|
(rcirc-url-regexp): Add single quote character.
|
|
|
|
|
(rcirc-connect): Write logs to disk on auto-save-hook.
|
|
|
|
|
Make server a non-optional argument.
|
|
|
|
|
(rcirc-log-alist): New variable.
|
|
|
|
|
(rcirc-log-directory): Make customizable.
|
|
|
|
|
(rcirc-log-flag): New customizable variable.
|
|
|
|
|
(rcirc-log): New function.
|
|
|
|
|
(rcirc-print): Use above function.
|
|
|
|
|
(rcirc-log-write): New function.
|
|
|
|
|
(rcirc-generate-new-buffer-name): Strip text properties.
|
|
|
|
|
(rcirc-switch-to-buffer-function): Remove variable.
|
|
|
|
|
(rcirc-last-non-irc-buffer): Remove variable.
|
|
|
|
|
(rcirc-non-irc-buffer): Add function.
|
|
|
|
|
(rcirc-next-active-buffer): Use above function.
|
|
|
|
|
(rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
|
|
|
|
|
(rcirc-handler-ctcp-KEEPALIVE): Add handler.
|
|
|
|
|
(rcirc-handler-CTCP): Don't print KEEPALIVE responses.
|
|
|
|
|
(rcirc-omit-mode): Add minor-mode.
|
|
|
|
|
(rcirc-mode-map): Change C-c C-o binding.
|
|
|
|
|
(rcirc-mode): Clear mode-line-process. Use a custom
|
|
|
|
|
fill-paragraph-function. Set up buffer-invisibility-spec.
|
|
|
|
|
(rcirc-response-formats): Remove timestamp code.
|
|
|
|
|
(rcirc-omit-responses): Add variable.
|
|
|
|
|
(rcirc-print): Don't put the overlay arrow on potentially omitted
|
|
|
|
|
lines. Log line to disk. Record activity for private messages
|
|
|
|
|
from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
|
|
|
|
|
(rcirc-jump-to-first-unread-line): Print message if there is no
|
|
|
|
|
unread text.
|
|
|
|
|
(rcirc-clear-unread): New function.
|
|
|
|
|
(rcirc-markup-text-functions): Add variable.
|
|
|
|
|
(rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
|
|
|
|
|
(rcirc-debug): Don't mess with window configuration.
|
|
|
|
|
(rcirc-send-message): Send message before printing locally.
|
|
|
|
|
Add SILENT argument, do not print message if non-nil.
|
|
|
|
|
(rcirc-visible-buffers): New function and variable.
|
|
|
|
|
(rcirc-window-configuration-change-1): Add function.
|
|
|
|
|
(rcirc-target-buffer): Make sure ACTIONs don't get sent to the
|
|
|
|
|
server buffer.
|
|
|
|
|
(rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
|
|
|
|
|
(rcirc-fill-paragraph): Add function.
|
|
|
|
|
(rcirc-record-activity, rcirc-window-configuration-change-1):
|
|
|
|
|
Only update the activity string if it has actually changed.
|
|
|
|
|
(rcirc-update-activity-string): Remove padding characters from the
|
|
|
|
|
mode-line string.
|
|
|
|
|
(rcirc-disconnect-buffer): New function to be called when a
|
|
|
|
|
channel is parted or the user quits.
|
|
|
|
|
(rcirc-server-name): Warn when the server-name hasn't been set.
|
|
|
|
|
(rcirc-window-configuration-change): Postpone work until
|
|
|
|
|
post-command-hook.
|
|
|
|
|
(rcirc-window-configuration-change-1): Update mode-line and
|
|
|
|
|
overlay arrows here.
|
|
|
|
|
(rcirc-authenticate): Fix chanserv identification.
|
|
|
|
|
(rcirc-default-server): Remove variable.
|
|
|
|
|
(rcirc): Connect according to rcirc-connections.
|
|
|
|
|
(rcirc-connections): Add variable.
|
|
|
|
|
(rcirc-startup-channels-alist): Remove variable.
|
|
|
|
|
(rcirc-startup-channels): Remove function.
|
|
|
|
|
|
2007-06-13 21:11:42 +00:00
|
|
|
|
2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
|
|
|
|
|
|
2007-06-13 18:48:09 +00:00
|
|
|
|
2007-06-13 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> (tiny change)
|
|
|
|
|
|
2007-06-13 21:11:42 +00:00
|
|
|
|
* term/xterm.el (terminal-init-xterm): Escape parens in character
|
|
|
|
|
constants.
|
2007-06-13 18:48:09 +00:00
|
|
|
|
|
2007-06-13 18:00:34 +00:00
|
|
|
|
2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-13 18:25:46 +00:00
|
|
|
|
* progmodes/sh-script.el: Remove unneeded * from docstrings.
|
|
|
|
|
Use [:alpha:] and [:alnum:] where applicable.
|
|
|
|
|
(sh-quoted-subshell): Rewrite to correctly
|
|
|
|
|
handle nested mixes of `...` and $(...).
|
|
|
|
|
(sh-apply-quoted-subshell): Remove.
|
|
|
|
|
(sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
|
|
|
|
|
|
2007-06-13 18:00:34 +00:00
|
|
|
|
* vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
|
|
|
|
|
|
2007-06-20 07:49:16 +00:00
|
|
|
|
2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
|
|
|
|
|
|
|
|
|
|
* ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
|
|
|
|
|
previous change.
|
|
|
|
|
|
2007-06-13 00:06:34 +00:00
|
|
|
|
2007-06-12 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
* subr.el (user-emacs-directory): New defconst.
|
2007-06-13 18:00:34 +00:00
|
|
|
|
* cmuscheme.el (scheme-start-file):
|
|
|
|
|
* shell.el (shell):
|
|
|
|
|
* completion.el (save-completions-file-name):
|
|
|
|
|
* custom.el (custom-theme-directory):
|
|
|
|
|
* term/x-win.el (emacs-session-filename):
|
|
|
|
|
* filesets.el (filesets-menu-cache-file):
|
|
|
|
|
* thumbs.el (thumbs-thumbsdir):
|
|
|
|
|
* server.el (server-auth-dir):
|
|
|
|
|
* image-dired.el (image-dired-dir):
|
|
|
|
|
(image-dired-db-file):
|
|
|
|
|
(image-dired-temp-image-file):
|
|
|
|
|
(image-dired-gallery-dir):
|
|
|
|
|
(image-dired-temp-rotate-image-file):
|
|
|
|
|
* play/gamegrid.el (gamegrid-user-score-file-directory):
|
|
|
|
|
* savehist.el (savehist-file):
|
|
|
|
|
* tutorial.el (tutorial--saved-dir):
|
|
|
|
|
* startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
|
2007-06-13 00:06:34 +00:00
|
|
|
|
|
2007-06-12 23:58:20 +00:00
|
|
|
|
2007-06-12 Ralf Angeli <angeli@caeruleus.net>
|
|
|
|
|
|
|
|
|
|
* scroll-lock.el (scroll-lock-mode): Doc fix.
|
|
|
|
|
|
2007-06-12 21:18:46 +00:00
|
|
|
|
2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
|
2007-06-12 21:24:43 +00:00
|
|
|
|
|
|
|
|
|
* ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
|
|
|
|
|
|
|
|
|
|
* ediff-init.el: Doc strings.
|
|
|
|
|
|
2007-06-12 21:03:32 +00:00
|
|
|
|
2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
|
|
|
|
|
(byte-compile-file): Bind it.
|
|
|
|
|
(byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
|
|
|
|
|
group argument is provided implicitly.
|
|
|
|
|
(byte-compile-format-warn, byte-compile-from-buffer)
|
|
|
|
|
(byte-compile-insert-header): Don't hardcode point-min==1.
|
|
|
|
|
(byte-compile-file-form-require): Remove unused var old-load-list.
|
|
|
|
|
(byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
|
|
|
|
|
|
2007-06-12 19:20:25 +00:00
|
|
|
|
2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
|
2007-06-12 20:08:03 +00:00
|
|
|
|
|
|
|
|
|
* emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
|
2007-06-12 21:24:43 +00:00
|
|
|
|
Display error messages.
|
2007-06-12 20:08:03 +00:00
|
|
|
|
(viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
|
|
|
|
|
Get rid of cl.el dependencies.
|
|
|
|
|
|
|
|
|
|
* emulation/viper-init.el (viper-suppress-input-method-change-message):
|
|
|
|
|
New variable.
|
|
|
|
|
(viper-activate-input-method-action)
|
|
|
|
|
(viper-inactivate-input-method-action):
|
|
|
|
|
Use viper-suppress-input-method-change-message.
|
|
|
|
|
|
|
|
|
|
* emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
|
|
|
|
|
for C-s, C-r.
|
|
|
|
|
|
|
|
|
|
* emulation/viper-util.el (viper-set-cursor-color-according-to-state):
|
|
|
|
|
Use viper-replace-overlay-cursor-color instead of
|
2007-06-12 19:20:25 +00:00
|
|
|
|
viper-replace-overlay-cursor-color.
|
2007-06-12 20:08:03 +00:00
|
|
|
|
(viper-sit-for-short): Use sit-for with 3 arguments.
|
|
|
|
|
|
|
|
|
|
* emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
|
|
|
|
|
(viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
|
|
|
|
|
to gud-mode.
|
|
|
|
|
|
|
|
|
|
* ediff-mult.el (ediff-meta-buffer-brief-message)
|
|
|
|
|
(ediff-meta-buffer-verbose-message): New variables.
|
|
|
|
|
(ediff-meta-buffer-message): Variable deleted.
|
|
|
|
|
(ediff-verbose-help-enabled): New variable.
|
|
|
|
|
(ediff-toggle-verbose-help-meta-buffer): New function.
|
|
|
|
|
(ediff-redraw-directory-group-buffer): Made aware of short/verbose
|
2007-06-12 19:20:25 +00:00
|
|
|
|
message options
|
2007-06-12 20:08:03 +00:00
|
|
|
|
|
|
|
|
|
* ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
|
2007-06-12 21:03:32 +00:00
|
|
|
|
(ediff-fixup-patch-map): Improve heuristic.
|
2007-06-12 20:08:03 +00:00
|
|
|
|
|
2007-06-12 18:52:05 +00:00
|
|
|
|
2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
|
|
|
|
|
(log-view-font-lock-keywords): Simplify.
|
|
|
|
|
(log-view-current-file, log-view-current-tag): Simplify.
|
|
|
|
|
|
2007-06-12 13:37:56 +00:00
|
|
|
|
2007-06-12 Sam Steingold <sds@gnu.org>
|
|
|
|
|
|
|
|
|
|
* vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
|
|
|
|
|
|
2007-06-12 11:14:52 +00:00
|
|
|
|
2007-06-12 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* desktop.el (desktop-load-locked-desktop): New option.
|
|
|
|
|
(desktop-read): Use it.
|
|
|
|
|
(desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
|
|
|
|
|
Use `when'.
|
|
|
|
|
|
2007-06-12 09:11:31 +00:00
|
|
|
|
2007-06-12 Davis Herring <herring@lanl.gov>
|
|
|
|
|
|
|
|
|
|
* desktop.el (desktop-save-mode-off): New function.
|
|
|
|
|
(desktop-base-lock-name, desktop-not-loaded-hook): New variables.
|
|
|
|
|
(desktop-full-lock-name, desktop-file-modtime, desktop-owner)
|
|
|
|
|
(desktop-claim-lock, desktop-release-lock): New functions.
|
|
|
|
|
(desktop-kill): Tell `desktop-save' that this is the last save.
|
|
|
|
|
Release the lock afterwards.
|
|
|
|
|
(desktop-buffer-info): New function.
|
2007-06-20 10:12:44 +00:00
|
|
|
|
(desktop-save): Use it. Run `desktop-save-hook' where the doc
|
2007-06-12 09:11:31 +00:00
|
|
|
|
says to. Detect conflicts, and manage the lock.
|
|
|
|
|
(desktop-read): Detect conflicts. Manage the lock.
|
|
|
|
|
|
2007-06-12 04:55:40 +00:00
|
|
|
|
2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-12 04:56:35 +00:00
|
|
|
|
* emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
|
|
|
|
|
|
2007-06-12 04:55:40 +00:00
|
|
|
|
* emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
|
|
|
|
|
(tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
|
2007-06-20 10:12:44 +00:00
|
|
|
|
(CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
|
2007-06-12 04:55:40 +00:00
|
|
|
|
(tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
|
|
|
|
|
keysyms rather than byte sequences.
|
|
|
|
|
(tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
|
|
|
|
|
|
2007-06-14 09:59:49 +00:00
|
|
|
|
2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
2007-06-04 20:40:26 +00:00
|
|
|
|
|
2007-06-14 09:59:49 +00:00
|
|
|
|
* font-lock.el (font-lock-add-keywords): In case font-lock was only
|
|
|
|
|
half-activated, forcefully activate it completely.
|
2007-06-04 20:33:30 +00:00
|
|
|
|
|
2007-06-14 09:59:49 +00:00
|
|
|
|
2007-06-11 Richard Stallman <rms@gnu.org>
|
2007-06-02 11:07:00 +00:00
|
|
|
|
|
2007-06-14 09:59:49 +00:00
|
|
|
|
* cus-edit.el (custom-variable-type): Doc fix.
|
2007-06-02 11:07:00 +00:00
|
|
|
|
|
2007-06-11 22:02:21 +00:00
|
|
|
|
2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-06-11 22:16:43 +00:00
|
|
|
|
* progmodes/sh-script.el (sh-font-lock-backslash-quote)
|
|
|
|
|
(sh-font-lock-flush-syntax-ppss-cache): New functions.
|
|
|
|
|
(sh-font-lock-syntactic-keywords): Use them to distinguish the
|
|
|
|
|
different possible cases for \'.
|
|
|
|
|
|
2007-06-11 22:10:24 +00:00
|
|
|
|
* complete.el (PC-bindings): Don't bind things already bound in the
|
|
|
|
|
parent keymap.
|
|
|
|
|
|
2007-06-11 22:02:21 +00:00
|
|
|
|
* textmodes/bibtex-style.el: New file.
|
|
|
|
|
|
2007-06-11 20:00:35 +00:00
|
|
|
|
2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
|
|
|
|
|
|
|
|
|
|
* vc-bzr.el: New file.
|
|
|
|
|
|
2007-06-11 18:41:09 +00:00
|
|
|
|
2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-svn.el (vc-svn-program): New var.
|
|
|
|
|
(vc-svn-command): Use it.
|
|
|
|
|
|
2007-06-11 00:23:06 +00:00
|
|
|
|
2007-06-11 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* server.el (server-switch-buffer): Remove redundant check.
|
|
|
|
|
|
2007-06-10 16:15:10 +00:00
|
|
|
|
2007-06-10 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
2007-06-11 00:23:06 +00:00
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
|
|
|
|
|
Match against file-name-nondirectory.
|
2007-06-10 16:15:10 +00:00
|
|
|
|
Fix text on user customization variables.
|
|
|
|
|
Reported by Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>.
|
|
|
|
|
|
2007-06-09 12:53:04 +00:00
|
|
|
|
2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
|
|
|
|
|
|
|
|
|
|
* mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
|
|
|
|
|
|
2007-06-09 00:14:06 +00:00
|
|
|
|
2007-06-09 Davis Herring <herring@lanl.gov>
|
|
|
|
|
|
|
|
|
|
* desktop.el (desktop-minor-mode-table): Doc fix.
|
|
|
|
|
|
2007-06-08 21:57:46 +00:00
|
|
|
|
2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* textmodes/css-mode.el (css-navigation-syntax-table):
|
|
|
|
|
Use set-char-table-range so it also works in the unicode branch.
|
|
|
|
|
|
2007-06-08 10:07:51 +00:00
|
|
|
|
2007-06-08 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* help-mode.el (help-xref-forward-stack)
|
|
|
|
|
(help-xref-stack-forward-item, help-forward-label): New variables.
|
|
|
|
|
(help-forward): New button type.
|
|
|
|
|
(help-setup-xref): Initialise help-xref-forward-stack.
|
|
|
|
|
(help-make-xrefs): Add forward button, if appropriate.
|
|
|
|
|
(help-xref-go-back): Push item on forward stack.
|
|
|
|
|
(help-xref-go-forward, help-go-forward): New functions.
|
|
|
|
|
|
2007-06-07 16:41:17 +00:00
|
|
|
|
2007-06-07 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* dired.el (dired-mode-map): Remove spurious separator.
|
|
|
|
|
|
2007-06-07 12:42:48 +00:00
|
|
|
|
2007-06-07 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
2007-06-07 13:16:41 +00:00
|
|
|
|
* progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
|
|
|
|
|
|
2007-06-07 14:33:46 +00:00
|
|
|
|
* progmodes/mixal-mode.el (mixal-operation-codes-alist):
|
2007-06-07 12:42:48 +00:00
|
|
|
|
* progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
|
|
|
|
|
|
2007-06-07 09:00:45 +00:00
|
|
|
|
2007-06-07 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
|
|
* textmodes/org.el: Version number fixed.
|
|
|
|
|
|
2007-06-07 06:46:12 +00:00
|
|
|
|
2007-06-07 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
2007-06-07 07:18:49 +00:00
|
|
|
|
* version.el (emacs-copyright): New constant.
|
2007-06-07 07:27:26 +00:00
|
|
|
|
* startup.el (fancy-splash-tail): Use emacs-copyright.
|
2007-06-07 07:25:14 +00:00
|
|
|
|
* calc/calc-help.el (calc-full-help): Use emacs-copyright.
|
|
|
|
|
|
2007-06-07 06:59:46 +00:00
|
|
|
|
* emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
|
|
|
|
|
`make-local'.
|
|
|
|
|
(byte-compile-warnings-safe-p): Add `make-local'.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(byte-compile-make-variable-buffer-local):
|
|
|
|
|
Allow byte-compile-warnings to suppress this warning.
|
2007-06-07 06:59:46 +00:00
|
|
|
|
|
2007-06-07 06:56:02 +00:00
|
|
|
|
* tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
|
|
|
|
|
format of "menu" description.
|
|
|
|
|
(tutorial--find-changed-keys): Describe the specific menu a
|
|
|
|
|
command is in.
|
|
|
|
|
|
2007-06-07 06:46:12 +00:00
|
|
|
|
* dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
|
|
|
|
|
Rewrite compatibility functions to silence byte-compiler.
|
|
|
|
|
|
2007-06-07 06:32:11 +00:00
|
|
|
|
2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
|
|
|
|
|
|
|
|
|
|
* mail/rmailsum.el (rmail-summary-save-buffer): New command.
|
|
|
|
|
(rmail-summary-mode-map): Add rmail-summary-save-buffer.
|
|
|
|
|
|
2007-06-07 06:18:46 +00:00
|
|
|
|
2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
|
|
|
|
|
|
2007-06-07 12:42:48 +00:00
|
|
|
|
* emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
|
2007-06-07 06:18:46 +00:00
|
|
|
|
|
2007-06-07 00:21:03 +00:00
|
|
|
|
2007-06-07 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* progmodes/ebrowse.el (ebrowse-member-table):
|
|
|
|
|
* textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
|
|
|
|
|
(org-batch-agenda-csv): Fix typos in docstrings.
|
|
|
|
|
|
2007-06-06 09:26:32 +00:00
|
|
|
|
2007-06-06 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* international/mule-cmds.el (toggle-enable-multibyte-characters)
|
|
|
|
|
(sort-coding-systems, search-unencodable-char): Doc fixes.
|
|
|
|
|
(coding-system-change-eol-conversion, set-default-coding-systems)
|
|
|
|
|
(prefer-coding-system, find-multibyte-characters, princ-list)
|
|
|
|
|
(leim-list-entry-regexp, set-input-method, locale-language-names)
|
|
|
|
|
(input-method-exit-on-first-char, exit-language-environment-hook)
|
|
|
|
|
(locale-charset-language-names): Fix typos in docstrings.
|
|
|
|
|
|
2007-06-06 15:30:19 +00:00
|
|
|
|
2007-06-06 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* pgg.el (pgg-sign-region, pgg-sign):
|
|
|
|
|
* ses.el (ses-call-printer):
|
|
|
|
|
* calendar/icalendar.el (icalendar--diarytime-to-isotime):
|
|
|
|
|
* textmodes/org.el (org-cycle): Fix typos in docstrings.
|
|
|
|
|
|
2007-06-06 15:12:42 +00:00
|
|
|
|
2007-06-06 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
2007-06-06 15:30:19 +00:00
|
|
|
|
* textmodes/org.el
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-export-region-as-html, org-replace-region-by-html)
|
|
|
|
|
(org-number-to-letters, org-table-fedit-finish)
|
|
|
|
|
(org-normalize-color, org-table-fedit-ref-right)
|
|
|
|
|
(org-date-to-gregorian, org-table-fedit-move)
|
|
|
|
|
(org-table-convert-refs-to-rc, org-calendar-holiday)
|
|
|
|
|
(org-table-fedit-toggle-ref-type, org-write-agenda)
|
|
|
|
|
(org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
|
|
|
|
|
(org-defkey, org-encode-for-stdout)
|
|
|
|
|
(org-indent-line-function, org-export-as-html-to-buffer)
|
|
|
|
|
(org-store-agenda-views, org-update-mode-line)
|
|
|
|
|
(org-find-if, org-delete-all)
|
|
|
|
|
(org-table-fedit-convert-buffer, org-emphasize)
|
|
|
|
|
(org-uniquify, org-table-fedit-lisp-indent)
|
|
|
|
|
(org-table-fedit-scroll, org-get-todo-sequence-head)
|
|
|
|
|
(org-table-fedit-scroll-down, org-table-fedit-line-down)
|
|
|
|
|
(org-table-fedit-ref-left, org-agenda-export-csv-mapper)
|
|
|
|
|
(org-table-fedit-toggle-coordinates, org-dvipng-color)
|
|
|
|
|
(org-table-fedit-line-up, org-table-fedit-ref-down)
|
|
|
|
|
(org-table-formula-from-user, org-mode-flyspell-verify)
|
|
|
|
|
(org-cycle-show-empty-lines, org-ctrl-c-ret)
|
|
|
|
|
(org-table-formula-to-user, org-diary-to-ical-string)
|
|
|
|
|
(orgtbl-export, org-table-fedit-post-command)
|
|
|
|
|
(org-closed-in-range, org-shiftcontrolright)
|
|
|
|
|
(org-table-convert-refs-to-an, org-table-hline-and-move)
|
|
|
|
|
(org-table-formula-less-p, org-format-table-ascii)
|
|
|
|
|
(org-agenda-get-sexps, org-shift-refpart)
|
|
|
|
|
(org-diary-sexp-entry, org-time-string-to-absolute)
|
|
|
|
|
(org-table-show-reference, org-letters-to-number)
|
|
|
|
|
(org-fix-agenda-info, org-table-fedit-ref-up)
|
|
|
|
|
(org-table-fedit-shift-reference, org-table-fedit-abort)
|
|
|
|
|
(org-closest-date, org-shiftcontrolleft)
|
|
|
|
|
(org-at-heading-or-item-p, org-rematch-and-replace)
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-agenda-todo-nextset, org-export-grab-title-from-buffer):
|
|
|
|
|
New functions.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-table-edit-scroll-down, org-finish-edit-formulas)
|
|
|
|
|
(org-table-edit-next-field, org-abort-edit-formulas)
|
|
|
|
|
(org-font-lock-level, org-export-find-first-heading-line)
|
|
|
|
|
(org-table-edit-line-down, org-table-edit-backward-field)
|
|
|
|
|
(org-edit-formula-lisp-indent, org-table-edit-move)
|
|
|
|
|
(org-check-log-option, org-this-word)
|
|
|
|
|
(org-table-edit-line-up, org-table-edit-formulas-post-command)
|
|
|
|
|
(org-agenda-file-to-end, org-expand-file-name)
|
|
|
|
|
(org-fake-empty-table-line, org-table-edit-scroll)
|
|
|
|
|
(org-toggle-log-option, org-show-reference): Function removed.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-inhibit-invisibility, org-table-formula-make-cmp-string):
|
|
|
|
|
New defsubsts.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-unmodified, org-batch-store-agenda-views)
|
|
|
|
|
(org-batch-agenda-csv): New macro.
|
|
|
|
|
(org-agenda-export): New customization group.
|
|
|
|
|
(org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
|
|
|
|
|
(org-highest-priority, org-agenda-exporter-settings)
|
|
|
|
|
(org-log-done-with-time, org-replace-disputed-keys)
|
|
|
|
|
(org-format-latex-header, org-export-table-header-tags)
|
|
|
|
|
(org-cycle-separator-lines, org-export-table-data-tags)
|
|
|
|
|
(org-icalendar-include-sexps)
|
|
|
|
|
(org-empty-line-terminates-plain-lists)
|
|
|
|
|
(org-log-repeat, org-special-ctrl-a)
|
|
|
|
|
(org-table-use-standard-references, org-disputed-keys)
|
|
|
|
|
(org-export-skip-text-before-1st-heading, org-agenda-with-colors)
|
|
|
|
|
(org-agenda-export-html-style): New option.
|
2007-06-24 22:24:40 +00:00
|
|
|
|
(org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-CUA-compatible): Option removed.
|
2007-06-24 22:24:40 +00:00
|
|
|
|
(org-agenda-structure, org-sexp-date): New face.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-todo-keywords-for-agenda, org-not-done-keywords)
|
|
|
|
|
(org-planning-or-clock-line-re, org-agenda-name)
|
|
|
|
|
(org-table-colgroup-info, org-todo-sets)
|
|
|
|
|
(constants-unit-system, org-clock-mode-line-entry)
|
|
|
|
|
(org-mode-line-timer, org-table-current-begin-pos)
|
|
|
|
|
(org-todo-keywords-1, org-mode-line-string)
|
|
|
|
|
(org-table-clean-did-remove-column, org-table-fedit-map)
|
|
|
|
|
(org-clock-heading, org-table-buffer-is-an)
|
|
|
|
|
(org-agenda-info, org-done-keywords)
|
|
|
|
|
(org-done-keywords-for-agenda, org-todo-heads)
|
|
|
|
|
(org-todo-kwd-alist, org-clock-start-time): New variable.
|
|
|
|
|
(org-todo-kwd-priority-p, org-edit-formulas-map)
|
|
|
|
|
(org-repeat-re, org-todo-kwd-max-priority)
|
|
|
|
|
(org-version, org-done-string)
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-table-clean-did-remove-column-1, org-disputed-keys):
|
2007-06-24 22:24:40 +00:00
|
|
|
|
Remove variables.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-table-translate-regexp, org-repeat-re, org-version): New consts.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-ts-lengths): Constant removed.
|
|
|
|
|
(org-follow-gnus-link): Don't ask how many articles to read.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-export-find-first-export-line): Rename from
|
|
|
|
|
`org-export-find-first-heading'.
|
|
|
|
|
Use `org-export-skip-text-before-1st-heading'.
|
|
|
|
|
(org-table-fedit-post-command): Rename from
|
2007-06-06 15:12:42 +00:00
|
|
|
|
`org-table-edit-formulas-post-command'.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
|
|
|
|
|
(org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
|
|
|
|
|
(org-table-fedit-lisp-indent): Rename from
|
2007-06-06 15:12:42 +00:00
|
|
|
|
`org-edit-formula-lisp-indent'.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-table-show-reference): Rename from `org-show-reference'.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-table-store-formulas): Use `org-table-formula-less-p'.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-table-edit-formulas): Position cursor to current field equation.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-update-checkbox-count, org-hide-archived-subtrees)
|
|
|
|
|
(org-timestamp-up-day, org-timestamp-down-day)
|
|
|
|
|
(org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
|
|
|
|
|
(org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
|
|
|
|
|
(org-metadown, org-shiftup, org-shiftdown, org-shiftright)
|
2007-06-08 21:57:46 +00:00
|
|
|
|
(org-shiftleft, org-ctrl-c-ctrl-c, org-context):
|
|
|
|
|
Let `org-on-heading-p' also check for invisible heading.
|
2007-06-06 15:12:42 +00:00
|
|
|
|
(org-read-date): Match am/pm times.
|
|
|
|
|
(org-eval-in-calendar): Fix default date in prompt.
|
|
|
|
|
|
2007-06-05 15:46:35 +00:00
|
|
|
|
2007-06-05 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* files.el (auto-mode-alist): Separate "ChangeLog.1" and
|
|
|
|
|
"ChangeLog.a" entries, giving the latter lower priority.
|
|
|
|
|
|
2007-06-05 10:13:03 +00:00
|
|
|
|
2007-06-05 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* faces.el (face-id): If the argument is a face alias,
|
|
|
|
|
return the ID of the target face.
|
|
|
|
|
|
2007-06-05 05:00:23 +00:00
|
|
|
|
2007-06-05 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* net/socks.el (top): Remove unnecessary copyright line.
|
|
|
|
|
|
2007-06-04 20:32:47 +00:00
|
|
|
|
2007-06-04 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* longlines.el (longlines-auto-wrap): Handle argument correctly.
|
|
|
|
|
|
2007-06-04 20:24:09 +00:00
|
|
|
|
2007-06-04 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
* net/socks.el: New file, taken from w3 repository.
|
|
|
|
|
(top): Update Copyright. Don't load cl.el.
|
|
|
|
|
(all): Replace `case' by `cond', `string-to-int' by
|
|
|
|
|
`string-to-number', and `process-kill-without-query' by
|
|
|
|
|
`set-process-query-on-exit-flag'.
|
|
|
|
|
(socks-char-int): Remove defalias and all occurencies.
|
|
|
|
|
|
2007-06-04 01:36:30 +00:00
|
|
|
|
2007-06-04 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-find-file, compilation-handle-exit):
|
|
|
|
|
Fix typos in docstrings.
|
|
|
|
|
(compilation-search-path, compilation-buffer-name-function): Doc fixes.
|
|
|
|
|
(compilation-finish-function): Fix typo in obsolescence declaration.
|
|
|
|
|
|
2007-06-04 01:03:14 +00:00
|
|
|
|
2007-06-03 Sam Steingold <sds@gnu.org>
|
2007-06-03 18:56:15 +00:00
|
|
|
|
|
2007-06-05 14:43:46 +00:00
|
|
|
|
* progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
|
|
|
|
|
handle unending automatic recompilation of changed files (`omake -P').
|
2007-06-05 18:29:37 +00:00
|
|
|
|
(compilation-loop): VISITED is now 5th CDR.
|
2007-06-03 18:56:15 +00:00
|
|
|
|
(compilation-next-error-function): Set TIMESTAMP.
|
|
|
|
|
|
2007-06-04 01:03:14 +00:00
|
|
|
|
2007-06-03 Sam Steingold <sds@gnu.org>
|
2007-06-03 18:51:42 +00:00
|
|
|
|
|
|
|
|
|
* files.el (kill-buffer-ask): New function.
|
|
|
|
|
(kill-some-buffers): Use it.
|
|
|
|
|
(kill-matching-buffers): New user command.
|
|
|
|
|
|
2007-06-01 05:01:56 +00:00
|
|
|
|
2007-06-01 David Kastrup <dak@gnu.org>
|
|
|
|
|
|
|
|
|
|
* dired.el (dired-recursive-deletes, dired-recursive-copies):
|
|
|
|
|
Change default to `top'.
|
|
|
|
|
|
2007-05-31 21:10:49 +00:00
|
|
|
|
2007-05-31 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
|
|
|
|
|
|
2007-05-31 00:52:35 +00:00
|
|
|
|
2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* textmodes/css-mode.el: New file.
|
|
|
|
|
|
2007-05-30 14:06:39 +00:00
|
|
|
|
2007-05-30 Michael Olson <mwolson@gnu.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
|
|
|
|
|
died and we are trying to send a signal to it. The program using
|
|
|
|
|
tq.el should periodically check to see whether the process has
|
|
|
|
|
died and react appropriately -- this is not the responsibility of
|
|
|
|
|
tq.el, and is consistent with the rest of the tq.el source code.
|
|
|
|
|
|
2007-05-29 06:14:19 +00:00
|
|
|
|
2007-05-29 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* textmodes/table.el (table--point-entered-cell-function)
|
2007-05-31 00:52:35 +00:00
|
|
|
|
(table--point-left-cell-function):
|
|
|
|
|
Bind `inhibit-point-motion-hooks' to t.
|
2007-05-29 06:14:19 +00:00
|
|
|
|
|
2007-05-29 00:53:54 +00:00
|
|
|
|
2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/rx.el (rx): Doc fix.
|
|
|
|
|
|
2007-05-28 23:03:37 +00:00
|
|
|
|
2007-05-28 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
|
|
|
|
|
|
2007-05-28 10:32:54 +00:00
|
|
|
|
2007-05-28 Michael Albinus <michael.albinus@gmx.de>
|
|
|
|
|
|
|
|
|
|
Sync with Tramp 2.0.56.
|
|
|
|
|
|
|
|
|
|
* net/tramp.el:
|
|
|
|
|
* net/tramp-ftp.el:
|
|
|
|
|
* net/tramp-smb.el:
|
|
|
|
|
* net/tramp-util.el:
|
|
|
|
|
* net/tramp-vc.el:
|
|
|
|
|
Don't load cl.el, because that pollutes the namespace. Replace cl
|
|
|
|
|
macros by their implementations where necessary. Requested by
|
|
|
|
|
Richard Stallman <rms@gnu.org>.
|
|
|
|
|
|
|
|
|
|
* net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
|
|
|
|
|
doesn't exist.
|
2007-05-31 00:52:35 +00:00
|
|
|
|
(with-parsed-tramp-file-name): Protect debug spec during compilation.
|
2007-05-28 10:32:54 +00:00
|
|
|
|
(tramp-handle-insert-directory): Check (featurep 'ls-lisp).
|
|
|
|
|
(tramp-file-name-p, tramp-file-name-multi-method)
|
|
|
|
|
(tramp-file-name-method, tramp-file-name-user)
|
|
|
|
|
(tramp-file-name-host, tramp-file-name-localname): New defuns,
|
|
|
|
|
replacing defstruct `tramp-file-name'.
|
|
|
|
|
(tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
|
2007-05-31 00:52:35 +00:00
|
|
|
|
(tramp-dissect-file-name, tramp-dissect-multi-file-name):
|
|
|
|
|
Apply `vector' instead of `make-tramp-file-name'.
|
|
|
|
|
(tramp-handle-make-auto-save-file-name):
|
|
|
|
|
Apply `tramp-temporary-file-directory' for compatibility reasons.
|
2007-05-28 10:32:54 +00:00
|
|
|
|
(tramp-completion-mode): Use `natnump' instead of `wholenump'
|
|
|
|
|
because of XEmacs.
|
|
|
|
|
(tramp-completion-mode): `last-input-event' is nil when XEmacs is
|
|
|
|
|
started.
|
|
|
|
|
|
2007-05-28 14:10:24 +00:00
|
|
|
|
2007-05-28 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
|
|
|
|
|
|
2007-05-27 23:18:08 +00:00
|
|
|
|
2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
|
|
|
|
|
|
|
|
|
|
* log-edit.el (log-edit-changelog-paragraph): Return point-max
|
|
|
|
|
as the end of the ChangeLog paragraph when it ends without a line
|
|
|
|
|
termination.
|
|
|
|
|
|
2007-05-28 07:42:10 +00:00
|
|
|
|
2007-05-27 Ryan Yeske <rcyeske@gmail.com>
|
|
|
|
|
|
|
|
|
|
* net/webjump.el (webjump-sample-sites):
|
|
|
|
|
Add simple Wikipedia query.
|
|
|
|
|
|
2007-05-25 14:34:35 +00:00
|
|
|
|
2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-05-25 17:00:54 +00:00
|
|
|
|
* emacs-lisp/derived.el (define-derived-mode): Remove bogus
|
2007-06-24 22:24:40 +00:00
|
|
|
|
compatibility code.
|
2007-05-25 17:00:54 +00:00
|
|
|
|
|
2007-05-25 16:58:18 +00:00
|
|
|
|
* emacs-lisp/copyright.el (copyright-names-regexp): New var.
|
|
|
|
|
(copyright-update-year): Use it.
|
|
|
|
|
|
2007-05-25 16:43:24 +00:00
|
|
|
|
* edmacro.el (edmacro-format-keys): Use current-active-maps.
|
|
|
|
|
|
2007-05-25 16:41:25 +00:00
|
|
|
|
* ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
|
|
|
|
|
Add indentation and debugging info. Fix up comment convention.
|
|
|
|
|
|
2007-05-25 16:16:17 +00:00
|
|
|
|
* cus-dep.el (custom-make-dependencies): Simplify.
|
|
|
|
|
|
2007-05-25 16:14:21 +00:00
|
|
|
|
* composite.el (compose-region, decompose-region):
|
|
|
|
|
Use inhibit-read-only and restore-buffer-modified-p.
|
|
|
|
|
|
2007-05-25 14:34:35 +00:00
|
|
|
|
* xt-mouse.el (xterm-mouse-truncate-wrap): New function.
|
|
|
|
|
(xterm-mouse-event): Use it.
|
|
|
|
|
|
2007-05-25 10:14:51 +00:00
|
|
|
|
2007-05-25 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* bs.el (bs-cycle-previous): Don't modify the cycle list until
|
|
|
|
|
`switch-to-buffer' has returned succesfully.
|
|
|
|
|
(bs-cycle-next): Ditto. Also, don't bury the buffer when the
|
|
|
|
|
window is dedicated (it could iconify the frame).
|
|
|
|
|
|
2007-05-25 04:41:42 +00:00
|
|
|
|
2007-05-25 Miles Bader <miles@fencepost.gnu.org>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-find-root): Fix file attribute test.
|
|
|
|
|
|
2007-05-24 22:12:25 +00:00
|
|
|
|
2007-05-24 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* textmodes/flyspell.el (flyspell-correct-word-before-point):
|
|
|
|
|
Don't let opoint be nil.
|
|
|
|
|
(flyspell-emacs-popup): Explicit error if no dialogs.
|
|
|
|
|
|
2007-05-24 23:12:40 +00:00
|
|
|
|
2007-05-24 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* image-mode.el (image-forward-hscroll, image-backward-hscroll)
|
|
|
|
|
(image-next-line, image-previous-line, image-scroll-up)
|
|
|
|
|
(image-scroll-down, image-bol, image-eol, image-bob, image-eob):
|
|
|
|
|
New functions.
|
|
|
|
|
(image-mode-map): Remap motion commands.
|
|
|
|
|
(image-mode-text-map): New keymap for viewing images as text.
|
|
|
|
|
(image-mode): Use image-mode-map.
|
|
|
|
|
(image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
|
|
|
|
|
|
2007-05-24 16:13:18 +00:00
|
|
|
|
2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* textmodes/fill.el (canonically-space-region): Make the second arg
|
|
|
|
|
a marker if it's not already the case.
|
|
|
|
|
|
2007-05-23 18:36:16 +00:00
|
|
|
|
2007-05-23 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
|
|
|
|
|
(tar-get-descriptor): Handle type 55, an extended pax header.
|
|
|
|
|
|
2007-05-23 17:29:28 +00:00
|
|
|
|
2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
|
|
|
|
|
to confuse outline-minor-mode.
|
|
|
|
|
|
2007-05-23 12:38:59 +00:00
|
|
|
|
2007-05-23 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* tar-mode.el (tar-file-name-handler): New function.
|
|
|
|
|
(tar-extract): Bind file-name-handler-alist to it to force
|
|
|
|
|
find-buffer-file-type-coding-system behave as if the file being
|
|
|
|
|
extracted existed. Use last-coding-system-used to force
|
|
|
|
|
buffer-file-coding-system to what decode-coding-region actually
|
|
|
|
|
used to decode the file.
|
|
|
|
|
|
2007-05-23 08:12:59 +00:00
|
|
|
|
2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-handle-exit):
|
|
|
|
|
`compilation-finish-function' may change the current buffer.
|
|
|
|
|
|
2007-05-22 11:42:31 +00:00
|
|
|
|
2007-05-22 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* files.el (set-auto-mode): Doc fix.
|
|
|
|
|
|
2007-05-22 13:45:59 +00:00
|
|
|
|
2007-05-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
|
|
|
|
|
|
|
|
|
* help-fns.el (find-source-lisp-file): New function.
|
|
|
|
|
(describe-function-1): Use find-source-lisp-file to find source
|
|
|
|
|
file in compile tree.
|
|
|
|
|
|
2007-05-22 11:24:50 +00:00
|
|
|
|
2007-05-22 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
|
|
|
|
|
|
2007-05-22 10:02:17 +00:00
|
|
|
|
2007-05-22 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/easy-mmode.el (define-minor-mode)
|
|
|
|
|
(easy-mmode-define-navigation): Fix typos in docstrings.
|
|
|
|
|
|
2007-05-22 06:24:39 +00:00
|
|
|
|
2007-05-22 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
|
|
|
|
|
|
2007-05-22 02:46:34 +00:00
|
|
|
|
2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
|
2007-05-22 02:24:05 +00:00
|
|
|
|
|
2007-06-08 21:57:46 +00:00
|
|
|
|
* mail/mail-extr.el (mail-extract-address-components):
|
|
|
|
|
Recognize non-ASCII characters except for NBSP as words.
|
2007-05-22 02:24:05 +00:00
|
|
|
|
|
2007-05-21 19:39:10 +00:00
|
|
|
|
2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
|
|
|
|
|
|
|
|
|
|
* net/rcirc.el (rcirc-fill-column): Allow `window-width'.
|
|
|
|
|
(rcirc-print): Handle `window-width'.
|
|
|
|
|
(rcirc-buffer-maximum-lines): Doc fix.
|
|
|
|
|
|
2007-05-21 16:42:52 +00:00
|
|
|
|
2007-05-21 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
2007-05-21 23:05:09 +00:00
|
|
|
|
* image-mode.el (image-toggle-display): Don't clear image cache.
|
2007-06-08 21:57:46 +00:00
|
|
|
|
Only use filename in image spec if the file is readable.
|
|
|
|
|
Call image-refresh.
|
2007-05-21 23:05:09 +00:00
|
|
|
|
|
2007-05-21 16:42:52 +00:00
|
|
|
|
* image.el (image-type-from-file-name, image-type): Simplify.
|
|
|
|
|
(image-type-auto-detected-p): Don't scan auto-mode-alist.
|
|
|
|
|
|
|
|
|
|
* files.el (magic-mode-alist): Remove image-type-auto-detected-p.
|
|
|
|
|
(magic-fallback-mode-alist): Add image-type-auto-detected-p.
|
|
|
|
|
|
2007-05-20 08:29:25 +00:00
|
|
|
|
2007-05-20 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
|
|
|
|
|
is an error.
|
|
|
|
|
|
|
|
|
|
* term/linux.el (terminal-init-linux): Don't signal an error
|
|
|
|
|
if gpm isn't running.
|
|
|
|
|
|
2007-05-20 02:26:33 +00:00
|
|
|
|
2007-05-20 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* t-mouse.el: Reduce to a minor-mode macro call.
|
2007-05-22 10:02:17 +00:00
|
|
|
|
(t-mouse-mode): Remove the lighter.
|
2007-05-20 05:44:20 +00:00
|
|
|
|
|
|
|
|
|
* term/linux.el (terminal-init-linux): Enable t-mouse by default.
|
2007-05-20 02:26:33 +00:00
|
|
|
|
|
2007-05-19 23:44:44 +00:00
|
|
|
|
2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
|
|
|
|
|
|
|
|
|
|
* files.el (auto-mode-alist): Change the regexp so that
|
|
|
|
|
ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
|
|
|
|
|
|
2007-06-09 03:19:04 +00:00
|
|
|
|
2007-06-02 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* Version 22.1 released.
|
|
|
|
|
|
2007-05-19 18:39:44 +00:00
|
|
|
|
2007-05-19 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
|
|
|
|
|
changes.
|
|
|
|
|
|
2007-05-19 04:45:30 +00:00
|
|
|
|
2007-05-19 Kevin Ryde <user42@zip.com.au>
|
|
|
|
|
|
|
|
|
|
* info.el (Info-fontify-node): Fontify https as well as http and ftp.
|
|
|
|
|
|
2007-05-18 09:35:40 +00:00
|
|
|
|
2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
|
|
|
|
|
|
|
|
|
|
* textmodes/sgml-mode.el: Revert last change.
|
|
|
|
|
|
2007-05-18 22:56:08 +00:00
|
|
|
|
2007-05-18 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* simple.el (push-mark): Doc fix.
|
|
|
|
|
|
2007-05-18 22:32:08 +00:00
|
|
|
|
2007-05-18 Rob Riepel <riepel@Stanford.EDU>
|
|
|
|
|
|
2007-06-08 21:57:46 +00:00
|
|
|
|
* emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
|
2007-05-18 22:32:08 +00:00
|
|
|
|
tpu-global-map.
|
2007-05-22 10:02:17 +00:00
|
|
|
|
(tpu-original-global-map): Variable deleted.
|
|
|
|
|
(tpu-control-keys-map): New keymap variable.
|
|
|
|
|
(tpu-set-control-keys): Use tpu-reset-control-keys rather than
|
2007-05-18 22:32:08 +00:00
|
|
|
|
setting keymapping directly.
|
2007-05-22 10:02:17 +00:00
|
|
|
|
(tpu-reset-control-keys): Use tpu-control-keys-map instead of
|
2007-05-18 22:32:08 +00:00
|
|
|
|
tpu-global-map.
|
|
|
|
|
(tpu-edt-on): Activate the tpu-global-map.
|
|
|
|
|
(tpu-edt-off): Deactivate the tpu-global-map.
|
2007-05-22 10:02:17 +00:00
|
|
|
|
|
2007-05-18 22:32:08 +00:00
|
|
|
|
2007-05-18 Ryan Yeske <rcyeske@gmail.com>
|
|
|
|
|
|
|
|
|
|
* textmodes/ispell.el (ispell-get-word): Return markers
|
|
|
|
|
for start and end positions.
|
|
|
|
|
(ispell-word): Assume END is a marker.
|
|
|
|
|
|
2007-05-17 17:19:33 +00:00
|
|
|
|
2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
|
|
|
|
|
|
|
|
|
* printing.el: Group together all XEmacs/Emacs definitions.
|
|
|
|
|
(pr-version): New version 6.9.
|
|
|
|
|
(pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
|
|
|
|
|
(pr-menu-char-height, pr-menu-char-width): Fix initialization code.
|
|
|
|
|
(pr-menu-bind): Fix code.
|
|
|
|
|
(pr-e-frame-char-height, pr-e-frame-char-width)
|
|
|
|
|
(pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
|
|
|
|
|
(pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
|
|
|
|
|
(pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
|
|
|
|
|
(pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
|
|
|
|
|
(pr-x-event-y-pixel): Aliases eliminated.
|
|
|
|
|
(pr-xemacs-global-menubar): Macro moved.
|
|
|
|
|
(current-menubar, current-mouse-event, zmacs-region-stays)
|
|
|
|
|
(deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
|
|
|
|
|
(pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
|
|
|
|
|
Vars moved.
|
|
|
|
|
(pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
|
|
|
|
|
(pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
|
|
|
|
|
(pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
|
|
|
|
|
(pr-menu-set-utility-title, pr-even-or-odd-pages)
|
|
|
|
|
(pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
|
|
|
|
|
(pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
|
|
|
|
|
moved.
|
|
|
|
|
|
2007-05-17 13:33:12 +00:00
|
|
|
|
2007-05-17 Christian Plate <cplate@web.de> (tiny change)
|
|
|
|
|
|
|
|
|
|
* textmodes/sgml-mode.el (sgml-tag):
|
|
|
|
|
Fix bug: Call sgml-transformation-function.
|
|
|
|
|
|
2007-05-17 08:42:29 +00:00
|
|
|
|
2007-05-17 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* hilit-chg.el (highlight-changes-rotate-faces): Don't set
|
|
|
|
|
modified flag of buffer. Use `inhibit-modification-hooks'.
|
|
|
|
|
|
2007-05-16 19:48:35 +00:00
|
|
|
|
2007-05-16 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* buff-menu.el (Buffer-menu-sort-column): Doc fix.
|
|
|
|
|
|
2007-05-16 16:07:15 +00:00
|
|
|
|
2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-05-16 16:13:12 +00:00
|
|
|
|
* files.el (magic-mode-alist, magic-fallback-mode-alist):
|
|
|
|
|
Move the *ml, Postscript, and XmCD entries to the fallback part.
|
|
|
|
|
|
2007-05-16 16:07:15 +00:00
|
|
|
|
* files.el (magic-fallback-mode-alist):
|
|
|
|
|
Rename from file-start-mode-alist.
|
|
|
|
|
|
2007-05-16 15:46:07 +00:00
|
|
|
|
2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-handle-exit): Quote first
|
|
|
|
|
argument of `run-hook-with-args'.
|
|
|
|
|
|
2007-05-16 13:24:43 +00:00
|
|
|
|
2007-05-16 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* buff-menu.el (Buffer-menu-sort-column):
|
|
|
|
|
* dabbrev.el (dabbrev-upcase-means-case-search):
|
|
|
|
|
* dired.el (dired-recursive-deletes, dired-recursive-copies):
|
|
|
|
|
* info.el (Info-current-subfile):
|
|
|
|
|
* ls-lisp.el (ls-lisp-verbosity):
|
|
|
|
|
* msb.el (msb-menu-cond):
|
|
|
|
|
* pcvs.el (cvs-dired-use-hook):
|
|
|
|
|
* simple.el (set-mark-command-repeat-pop):
|
|
|
|
|
* time.el (display-time-24hr-format, display-time-mail-file):
|
|
|
|
|
Doc fixes.
|
|
|
|
|
|
|
|
|
|
* tutorial.el (get-lang-string, tutorial--find-changed-keys):
|
|
|
|
|
* printing.el (pr-ps-fast-fire): Fix typos in docstrings.
|
|
|
|
|
|
|
|
|
|
* view.el (view-inhibit-help-message): Fix typo in docstring.
|
|
|
|
|
(view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
|
|
|
|
|
|
2007-05-16 05:51:51 +00:00
|
|
|
|
2007-05-16 Martin Rudalics <rudalics@gmx.at>
|
|
|
|
|
|
|
|
|
|
* textmodes/ispell.el (ispell-start-process): Defend against bad
|
|
|
|
|
default-directory.
|
|
|
|
|
|
2007-05-14 20:00:00 +00:00
|
|
|
|
2007-05-14 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* mail/rmail.el (rmail-convert-to-babyl-format): Check
|
|
|
|
|
content-transfer-encoding _last_, because it's its position that
|
|
|
|
|
we need as value of base64-header-field-end.
|
|
|
|
|
|
2007-05-14 10:42:39 +00:00
|
|
|
|
2007-05-14 Juanma Barranquero <lekktu@gmail.com>
|
|
|
|
|
|
|
|
|
|
* files.el (mode-require-final-newline, require-final-newline)
|
|
|
|
|
(enable-local-variables, enable-local-eval): Doc fixes.
|
|
|
|
|
|
2007-05-13 21:29:33 +00:00
|
|
|
|
2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
|
|
|
|
|
|
|
|
|
* ps-print.el: Use default color when foreground or background color
|
|
|
|
|
are unspecified. Reported by Leo <sdl.web@gmail.com>.
|
|
|
|
|
(ps-print-version): New version 6.7.4.
|
|
|
|
|
(ps-rgb-color): New argument. Use default color when color is
|
|
|
|
|
unspecified.
|
|
|
|
|
(ps-begin-job): Fix code.
|
|
|
|
|
|
2007-05-12 23:18:51 +00:00
|
|
|
|
2007-05-12 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
|
|
|
|
* longlines.el (longlines-mode): Make longlines-auto-wrap
|
|
|
|
|
buffer-local. Add hooks unconditionally.
|
|
|
|
|
(longlines-auto-wrap): Toggle wrapping.
|
|
|
|
|
(longlines-after-change-function)
|
|
|
|
|
(longlines-post-command-function): Check longlines-auto-wrap.
|
|
|
|
|
|
2007-05-12 09:38:20 +00:00
|
|
|
|
2007-05-12 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* xt-mouse.el (xterm-mouse-debug-buffer): New variable.
|
|
|
|
|
(xterm-mouse-translate): Use it.
|
|
|
|
|
|
2007-05-10 14:53:13 +00:00
|
|
|
|
2007-05-10 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
2007-05-11 04:44:30 +00:00
|
|
|
|
* international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
|
|
|
|
|
(iso-cvt-write-only): Likewise.
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/easy-mmode.el (define-minor-mode):
|
|
|
|
|
Fix generated doc string.
|
|
|
|
|
|
|
|
|
|
* startup.el (fancy-splash-text): Add URL of guided tour.
|
|
|
|
|
Adjust horizontal and vertical whitespace.
|
|
|
|
|
|
|
|
|
|
* progmodes/compile.el (compilation-handle-exit):
|
|
|
|
|
Use run-hook-with-args to run compilation-finish-functions.
|
|
|
|
|
|
2007-05-10 14:53:13 +00:00
|
|
|
|
* files.el (file-start-mode-alist): New variable.
|
|
|
|
|
(magic-mode-regexp-match-limit): Doc fix.
|
|
|
|
|
(set-auto-mode): Handle file-start-mode-alist.
|
|
|
|
|
A little cleanup of structure.
|
|
|
|
|
|
2007-05-20 17:09:41 +00:00
|
|
|
|
* dabbrev.el (dabbrev-eliminate-newlines):
|
|
|
|
|
Renamed from dabbrev--eliminate-newlines. All uses changed.
|
|
|
|
|
|
2007-05-10 11:54:33 +00:00
|
|
|
|
2007-05-10 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
|
|
|
|
|
|
|
|
|
|
* man.el (Man-next-section): Don't consider the last line of the page
|
|
|
|
|
as being part of any section.
|
|
|
|
|
|
2007-05-10 06:02:15 +00:00
|
|
|
|
2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
|
|
|
|
|
can take any number of values.
|
|
|
|
|
|
2007-05-10 06:00:48 +00:00
|
|
|
|
2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
|
|
|
|
|
to the list of citation commands.
|
|
|
|
|
|
2007-05-09 17:09:08 +00:00
|
|
|
|
2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-find-root): Stop searching when the user changes.
|
|
|
|
|
|
2007-05-09 16:56:20 +00:00
|
|
|
|
2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
|
|
|
|
|
|
|
|
|
|
* progmodes/python.el (python-font-lock-keywords)
|
|
|
|
|
(python-open-block-statement-p, python-mode): Add support for the new
|
|
|
|
|
"with" keyword.
|
|
|
|
|
|
2007-05-08 04:26:41 +00:00
|
|
|
|
2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
2007-05-08 16:07:32 +00:00
|
|
|
|
* diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
|
|
|
|
|
the exact opposite of diff-goto-source.
|
|
|
|
|
|
2007-05-08 16:05:02 +00:00
|
|
|
|
* emacs-lisp/advice.el (ad-special-forms): Remove.
|
|
|
|
|
(ad-special-form-p): Use subr-arity.
|
|
|
|
|
|
2007-05-08 15:59:45 +00:00
|
|
|
|
* newcomment.el (comment-search-forward): Make sure we search forward.
|
|
|
|
|
(comment-enter-backward): Try and distinguish the non-matching case at
|
|
|
|
|
EOB from the non-matching case with a missing comment-end-skip for
|
|
|
|
|
a 2-char comment ender.
|
|
|
|
|
(comment-choose-indent): New function extracted from comment-indent.
|
|
|
|
|
Improve the alignment algorithm.
|
|
|
|
|
(comment-indent): Use it.
|
|
|
|
|
|
2007-05-08 06:57:38 +00:00
|
|
|
|
* textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
|
|
|
|
|
XML style Processing Instructions.
|
|
|
|
|
(sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
|
|
|
|
|
(sgml-calculate-indent): Handle `pi' context.
|
|
|
|
|
|
2007-05-08 04:26:41 +00:00
|
|
|
|
* vc.el: Ensure that update-changelog issues an error when used with
|
|
|
|
|
a backend that does not implement it.
|
|
|
|
|
(vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
|
|
|
|
|
Remove `backend' argument. Use expand-file-name.
|
|
|
|
|
(vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
|
|
|
|
|
|
|
|
|
|
* progmodes/python.el (python-end-of-block): Revert last change.
|
|
|
|
|
(python-end-of-statement): Make sure we move *forward*.
|
|
|
|
|
|
2007-05-08 18:15:58 +00:00
|
|
|
|
2007-05-08 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
|
|
|
|
|
Don't include non-self-insert commands in the exception for `-'.
|
|
|
|
|
|
2007-05-08 01:35:26 +00:00
|
|
|
|
2007-05-08 David Reitter <david.reitter@gmail.com>
|
|
|
|
|
|
|
|
|
|
* progmodes/python.el (python-guess-indent): Check non-nullness
|
|
|
|
|
before comparing indent against the 2..8 interval.
|
|
|
|
|
|
2007-05-07 08:05:55 +00:00
|
|
|
|
2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
|
|
|
|
|
|
|
|
|
* term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
|
|
|
|
|
available.
|
|
|
|
|
|
2007-05-06 18:10:44 +00:00
|
|
|
|
2007-05-06 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
|
|
|
|
|
|
2007-05-05 22:12:40 +00:00
|
|
|
|
2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
|
|
|
|
|
rather than storing their value in the revert-buffer function.
|
|
|
|
|
|
2007-05-04 02:23:56 +00:00
|
|
|
|
2007-05-04 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* t-mouse.el (t-mouse-mode): Do nothing on a graphical display
|
|
|
|
|
when disabling t-mouse-mode.
|
|
|
|
|
|
2007-05-01 15:25:21 +00:00
|
|
|
|
2007-05-01 Davis Herring <herring@lanl.gov>
|
|
|
|
|
|
2007-05-05 22:12:40 +00:00
|
|
|
|
* calendar/timeclock.el: Update version number.
|
|
|
|
|
(timeclock-modeline-display): Mention timeclock-use-display-time
|
|
|
|
|
in explanatory message.
|
|
|
|
|
(timeclock-in): Fix non-interactive workday specifications.
|
|
|
|
|
(timeclock-log): Don't kill the log buffer if it already existed.
|
|
|
|
|
Suppress warnings when finding the log. Don't check for a nil
|
|
|
|
|
project twice. Run hooks after killing the buffer (if applicable).
|
|
|
|
|
(timeclock-geometric-mean): Rename to `timeclock-mean' (it never
|
|
|
|
|
was geometric). All uses changed.
|
|
|
|
|
(timeclock-generate-report): Support prefix argument.
|
2007-05-01 15:25:21 +00:00
|
|
|
|
|
2007-05-05 04:50:04 +00:00
|
|
|
|
2007-05-03 Ryan Yeske <rcyeske@gmail.com>
|
|
|
|
|
|
|
|
|
|
* net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
|
|
|
|
|
disconnections.
|
|
|
|
|
|
2007-05-01 09:33:51 +00:00
|
|
|
|
2007-05-01 Romain Francoise <romain@orebokech.com>
|
|
|
|
|
|
|
|
|
|
* dired-x.el: Revert 2007-04-06 change.
|
|
|
|
|
|
2007-04-29 21:57:37 +00:00
|
|
|
|
2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
|
|
|
|
|
|
|
|
|
|
* find-dired.el (find-dired-filter): Propertize all text down to eob.
|
|
|
|
|
|
2007-04-29 14:43:28 +00:00
|
|
|
|
2007-04-29 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* international/mule.el (auto-coding-alist): Add pdf => no-conversion.
|
|
|
|
|
|
2007-04-28 20:37:14 +00:00
|
|
|
|
2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* progmodes/cc-mode.el (c-before-change): Use point-min rather
|
|
|
|
|
than 1.
|
|
|
|
|
|
2007-04-28 17:46:24 +00:00
|
|
|
|
2007-04-28 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
|
|
|
|
|
|
2007-04-28 08:56:26 +00:00
|
|
|
|
2007-04-28 Nick Roberts <nickrob@snap.net.nz>
|
|
|
|
|
|
|
|
|
|
* progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
|
|
|
|
|
don't put stop on toolbar.
|
|
|
|
|
|
2007-04-28 14:08:58 +00:00
|
|
|
|
2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
|
|
|
|
|
|
|
|
|
* vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
|
|
|
|
|
|
2007-04-28 09:32:26 +00:00
|
|
|
|
2007-04-28 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
2007-04-28 09:34:36 +00:00
|
|
|
|
* makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
|
|
|
|
|
instead of $(lisp)/mh-e.
|
|
|
|
|
|
2007-04-28 04:13:48 +00:00
|
|
|
|
2007-04-28 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* image-dired.el (image-dired-cmd-create-thumbnail-options)
|
|
|
|
|
(image-dired-cmd-create-temp-image-options): Replace option
|
|
|
|
|
+profile "*" with -strip.
|
|
|
|
|
|
2007-04-27 18:56:16 +00:00
|
|
|
|
2007-04-27 Chong Yidong <cyd@stupidchicken.com>
|
|
|
|
|
|
2007-04-28 14:08:58 +00:00
|
|
|
|
* textmodes/flyspell.el (flyspell-auto-correct-previous-word):
|
|
|
|
|
Use window-start and window-end.
|
2007-04-27 18:56:16 +00:00
|
|
|
|
|
2007-04-27 15:17:48 +00:00
|
|
|
|
2007-04-27 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
* emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
|
|
|
|
|
|
2007-04-27 13:29:20 +00:00
|
|
|
|
2007-04-27 Eli Zaretskii <eliz@gnu.org>
|
|
|
|
|
|
|
|
|
|
* textmodes/fill.el (fill-paragraph): Doc fix.
|
|
|
|
|
|
2007-04-26 03:44:07 +00:00
|
|
|
|
2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
|
|
|
|
|
|
|
|
|
|
* locate.el (locate-in-alternate-database): Doc fix.
|
|
|
|
|
|
2007-04-26 03:18:37 +00:00
|
|
|
|
2007-04-26 Glenn Morris <rgm@gnu.org>
|
|
|
|
|
|
|
|
|
|
* button.el (button): Use underline if supported, else fall back
|
|
|
|
|
to color.
|
|
|
|
|
|
2007-04-26 03:32:40 +00:00
|
|
|
|
* version.el (emacs-version): Increase to 22.1.50.
|
|
|
|
|
|
2007-04-25 14:01:37 +00:00
|
|
|
|
2007-04-25 Richard Stallman <rms@gnu.org>
|
|
|
|
|
|
|
|
|
|
* hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
|
|
|
|
|
|
2007-04-25 20:44:54 +00:00
|
|
|
|
2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
|
|
|
|
|
|
2007-04-26 14:22:04 +00:00
|
|
|
|
* progmodes/idlwave.el (idlwave-beginning-of-subprogram)
|
|
|
|
|
(idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
|
2007-04-25 20:44:54 +00:00
|
|
|
|
pushing mark.
|
|
|
|
|
(idlwave-current-routine): Don't push mark.
|
|
|
|
|
|
2007-04-25 05:53:17 +00:00
|
|
|
|
2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
|
|
|
|
|
|
2007-04-28 14:08:58 +00:00
|
|
|
|
* image-dired.el (image-dired-display-image): Derive image-type from
|
|
|
|
|
filename rather than assuming jpeg, in case no resizing was needed.
|
2007-04-25 05:53:17 +00:00
|
|
|
|
|
2007-04-25 04:43:51 +00:00
|
|
|
|
2007-04-25 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
|
|
|
|
|
|
|
|
|
|
* custom.el (defface): Doc fix.
|
|
|
|
|
|
2007-05-23 04:43:42 +00:00
|
|
|
|
See ChangeLog.12 for earlier changes.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
|
|
|
|
;; Local Variables:
|
|
|
|
|
;; coding: iso-2022-7bit
|
2006-11-10 00:21:57 +00:00
|
|
|
|
;; add-log-time-zone-rule: t
|
2006-07-05 11:35:52 +00:00
|
|
|
|
;; End:
|
|
|
|
|
|
2007-05-23 04:43:42 +00:00
|
|
|
|
Copyright (C) 2007 Free Software Foundation, Inc.
|
2007-02-11 01:18:25 +00:00
|
|
|
|
|
|
|
|
|
This file is part of GNU Emacs.
|
|
|
|
|
|
|
|
|
|
GNU Emacs is free software; you can redistribute it and/or modify
|
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
|
the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
|
any later version.
|
|
|
|
|
|
|
|
|
|
GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
|
along with GNU Emacs; see the file COPYING. If not, write to the
|
|
|
|
|
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
|
|
|
Boston, MA 02110-1301, USA.
|
2006-07-05 11:35:52 +00:00
|
|
|
|
|
2007-05-24 02:09:52 +00:00
|
|
|
|
;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af
|