Commit graph

37416 commits

Author SHA1 Message Date
Jay Belanger
236e165a5a (math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
Don't eval when compiled.
2007-07-08 01:40:33 +00:00
Jay Belanger
9f2dcb8bcf (math-bignum-logb-digit-size,math-bignum-digit-power-of-two):
Evaluate when compiled.
2007-07-08 00:26:02 +00:00
Jay Belanger
4346200eb9 (math-bignum-logb-digit-size,math-bignum-digit-power-of-two): Evaluate
when compiled.
2007-07-08 00:18:06 +00:00
Jay Belanger
9066adc420 (math-bignum-digit-size,math-small-integer-size): Evaluate when compiled. 2007-07-08 00:14:16 +00:00
Jay Belanger
a6a0d3cbf5 (math-bignum-digit-length): Evaluate when compiled. 2007-07-08 00:11:09 +00:00
Jay Belanger
94c95a358a (math-approx-ln-10,math-approx-ln-2): Add docstrings. 2007-07-08 00:06:26 +00:00
Jay Belanger
3bf971143f (math-gammap1-raw): Add docstring. 2007-07-08 00:01:06 +00:00
Jay Belanger
98e9ffe31e (math-julian-date-beginning,math-julian-date-beginning-int) New constants.
(math-format-date-part,math-parse-standard-date,calcFunc-julian):
Use the new constants.
2007-07-08 00:00:30 +00:00
Jay Belanger
fd8eab36a0 (math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const):
Add docstrings.
2007-07-07 23:57:23 +00:00
Jay Belanger
4b4b19bdd5 (math-small-factorial-table,math-init-random-base,math-prime-test):
Remove unnecessary calls to `math-read-number-simple'.
2007-07-07 23:56:56 +00:00
Jay Belanger
aefad52dcd (math-bignum-digit-length): Change to optimal value.
(math-read-number-simple): Remove leading 0s.
2007-07-07 23:56:33 +00:00
Stefan Monnier
cd42ec7d9b (vc-annotate): Jump to line and output message only after the
process is really all done.
2007-07-07 20:46:39 +00:00
Stefan Monnier
7c33af856e (vc-exec-after): Don't move point from the sentinel.
Forcefully read all the remaining text in the pipe upon process exit.
(vc-annotate-display-autoscale, vc-annotate-lines):
Don't stop at the first unrecognized line.
(vc-annotate-display-select): Run autoscale after the process is done
since it depends on the whole result.
2007-07-07 20:37:19 +00:00
Eli Zaretskii
fc70e90f98 *** empty log message *** 2007-07-07 11:18:58 +00:00
Michael Albinus
7cb76caa9c * simple.el (start-file-process): New defun. 2007-07-07 11:17:51 +00:00
Eli Zaretskii
9f36926815 (menu-bar-open): New function. Bind <f10> to it. 2007-07-07 11:17:33 +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
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
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
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
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