Commit graph

71283 commits

Author SHA1 Message Date
Eli Zaretskii
9f36926815 (menu-bar-open): New function. Bind <f10> to it. 2007-07-07 11:17:33 +00:00
Michael Albinus
b2b387f94f * NEWS: New function `start-file-process'. 2007-07-07 11:17:03 +00:00
Stefan Monnier
10c702986f Autoload section comment update. 2007-07-07 05:30:20 +00:00
Stefan Monnier
75f6af1928 (find-file-confirm-nonexistent-file): Rename from
find-file-confirm-inexistent-file.  Update users.
2007-07-07 05:28:29 +00:00
Stefan Monnier
0b7750a95d (autoload-find-destination): Understand a new format of autoload block where
the file's time-stamp is replaced by its MD5 checksum.
(autoload-generate-file-autoloads): Use MD5 checksum instead of
time-stamp for secondary autoloads files.
(update-directory-autoloads): Remove duplicate entries.
Use time-less-p for time-stamps, as done in autoload-find-destination.
2007-07-07 04:56:00 +00:00
Jay Belanger
e90988a097 (math-read-number): Replace number by variable.
(math-read-number-simple): Properly parse small integers.
2007-07-07 04:15:40 +00:00
Dan Nicolaescu
dc5d263ff3 Fix doc for the checkout function. 2007-07-07 01:53:20 +00:00
Dan Nicolaescu
d6d25ba847 vc-hg.el: New file. 2007-07-06 21:24:40 +00:00
Dan Nicolaescu
a07e665b66 (vc-hg-root): New function.
(vc-hg-registered): Use it.
(vc-hg-diff-tree): New defalias.
(vc-hg-responsible-p): Likewise.
(vc-hg-checkout): Comment out, not needed.
(vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
(vc-hg-find-version, vc-hg-next-version): New functions.
2007-07-06 21:14:21 +00:00
Andreas Schwab
78ddf12f97 (eval-last-sexp): Avoid introducing any
dynamic bindings around the evaluation of the expression.
2007-07-06 17:29:20 +00:00
Eli Zaretskii
3ada466d17 Document how to get back the old binding of SPC in file prompts. 2007-07-06 16:14:39 +00:00
Stefan Monnier
ddd7c23854 (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 12:58:16 +00:00
Jay Belanger
9ae06d96f6 (math-add-bignum): Replace number by constant. 2007-07-06 03:58:00 +00:00
Jay Belanger
3fa5c46284 (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 02:41:18 +00:00
Jay Belanger
e4ebbf4941 (math-random-digit): Rename to `math-random-three-digit-number'.
(math-random-digits): Don't depend on representation of integers.
2007-07-06 02:06:30 +00:00
Chong Yidong
33f400c315 (widget-documentation-string-value-create): Insert indentation spaces. 2007-07-05 22:10:48 +00:00
Chong Yidong
61af0f396e * wid-edit.el (widget-documentation-string-value-create): Insert
indentation spaces.
2007-07-05 22:10:36 +00:00
Thien-Thi Nguyen
c1d478c386 Revert last change. 2007-07-05 20:41:46 +00:00
Thien-Thi Nguyen
4c5cd2d22b (bootstrap-prepare): Make $(lisp)/ps-print.el
and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
2007-07-05 20:37:35 +00:00
Dan Nicolaescu
c2ba4a6b0a * 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:48:06 +00:00
Stefan Monnier
f15ca94483 (PC-do-complete-and-exit): Add support for the new
`confirm-only' confirmation mode.
2007-07-05 19:42:43 +00:00
Chong Yidong
9db1942d9a (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:29 +00:00
Chong Yidong
2321b04226 * 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
Thien-Thi Nguyen
978d4c87d2 (bootstrap-prepare): When copying from
ldefs-boot.el, make sure loaddefs.el is writeable.
2007-07-05 15:45:13 +00:00
Dan Nicolaescu
4ac3eac713 *** empty log message *** 2007-07-05 15:04:42 +00:00
Dan Nicolaescu
b33ac3b78a * 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.

* vc-hg.el (vc-hg-internal-log): Inline in
`vc-hg-workfile-version', the only caller, and delete.
(vc-hg-workfile-version): Deal with exceptions and only parse the
output on successful return.
2007-07-05 14:55:34 +00:00
Jay Belanger
b4739e5db1 (calculator-expt): Use more cases to determine the value. 2007-07-04 13:54:30 +00:00
Jay Belanger
aa9f275176 (math-small-factorial-table): Replace list by vector. 2007-07-04 04:36:04 +00:00
Jay Belanger
f50347a91b (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:20:35 +00:00
David Kastrup
b71f9bdb2d 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 18:17:07 +00:00
Richard M. Stallman
78ed0d71f9 For find-file-confirm-inexistent-file, indicate the default. 2007-07-03 18:10:54 +00:00
Richard M. Stallman
cf84d3ce7b (command-line): Set buffer-offer-save in *scratch* and enable auto-save in it. 2007-07-03 02:54:48 +00:00
Richard M. Stallman
ad3d50ef6d (find-file-confirm-inexistent-file): Make it a defcustom.
Make nil the default.
2007-07-03 02:54:27 +00:00
Richard M. Stallman
789cb0f954 (make-directory): Doc fix. 2007-07-03 02:52:32 +00:00
Carsten Dominik
b0027cb109 *** empty log message *** 2007-07-02 21:53:51 +00:00
Carsten Dominik
38f8646b6f (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 13:38:15 +00:00
Carsten Dominik
39586cf395 Version 5.01 2007-07-02 13:37:47 +00:00
Carsten Dominik
386477e399 *** empty log message *** 2007-07-02 13:36:08 +00:00
Martin Rudalics
e8749da6d0 (help-make-xrefs): Skip spaces too when skipping tabs. 2007-07-02 05:55:28 +00:00
Martin Rudalics
0fdc185e75 (dired-at-point-prompter): Improve prompt in
list-directory case.
2007-07-02 05:52:28 +00:00
Richard M. Stallman
b1916c6edb (partial-completion-mode): Remove advice of read-file-name-internal.
(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 17:19:53 +00:00
Richard M. Stallman
f8add097ba (max-mini-window-height): Added. 2007-07-01 17:18:42 +00:00
Thien-Thi Nguyen
ed2f6a47fc 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 16:59:07 +00:00
Stefan Monnier
0a96318590 *** empty log message *** 2007-07-01 01:57:53 +00:00
Stefan Monnier
14fd09e56e (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-07-01 01:57:31 +00:00
Stefan Monnier
4d02fc2564 (Fcompleting_read): New value confirm-only' for require-match'. 2007-07-01 01:57:21 +00:00
Stefan Monnier
f61fd6b7c3 (rx-constituents): Fix up `anything'. 2007-06-30 18:49:41 +00:00
Juanma Barranquero
bd1bb1c7f2 (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 11:07:09 +00:00
Thien-Thi Nguyen
0ffab1eb7a (rcirc-server-alist): Rename from rcirc-connections.
(rcirc-default-full-name): Rename from
rcirc-default-user-full-name.
(rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
(rcirc-print): Never ignore messages from ourself.
2007-06-29 07:32:59 +00:00
Stefan Monnier
9b77469afd Docstring convention fix. 2007-06-29 04:37:34 +00:00