bpt/emacs.git
17 years ago* dired-aux.el: Remove `dired-call-process'.
Michael Albinus [Wed, 27 Jun 2007 21:11:04 +0000 (21:11 +0000)]
* 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'.

17 years ago* files.texi (Magic File Names): Remove `dired-call-process'. Add
Michael Albinus [Wed, 27 Jun 2007 21:08:40 +0000 (21:08 +0000)]
* files.texi (Magic File Names): Remove `dired-call-process'.  Add
`process-file'.

17 years ago* NEWS: `dired-call-process' has been removed.
Michael Albinus [Wed, 27 Jun 2007 21:07:49 +0000 (21:07 +0000)]
* NEWS: `dired-call-process' has been removed.

17 years agoUse cl-loaddefs.el rather than manual autoloads.
Stefan Monnier [Wed, 27 Jun 2007 19:17:53 +0000 (19:17 +0000)]
Use cl-loaddefs.el rather than manual autoloads.

17 years agoNew file.
Stefan Monnier [Wed, 27 Jun 2007 19:14:41 +0000 (19:14 +0000)]
New file.

17 years agoSet generated-autoload-file to cl-loaddefs.el.
Stefan Monnier [Wed, 27 Jun 2007 19:13:46 +0000 (19:13 +0000)]
Set generated-autoload-file to cl-loaddefs.el.
Add autoload cookies on all defs autoloaded manually in cl.el.

17 years agoSet generated-autoload-file to cl-loaddefs.el.
Stefan Monnier [Wed, 27 Jun 2007 18:59:03 +0000 (18:59 +0000)]
Set generated-autoload-file to cl-loaddefs.el.
Add autoload cookies on all defs autoloaded manually in cl.el.

17 years agoSet generated-autoload-file to cl-loaddefs.el.
Stefan Monnier [Wed, 27 Jun 2007 18:53:15 +0000 (18:53 +0000)]
Set generated-autoload-file to cl-loaddefs.el.
Add autoload cookies on all defs autoloaded manually in cl.el.

17 years ago(texinfo-raisesections-alist, texinfo-lowersections-alist): Merge definition
Stefan Monnier [Wed, 27 Jun 2007 18:06:14 +0000 (18:06 +0000)]
(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.

17 years agoUpdate with auto-generated autoloads.
Stefan Monnier [Wed, 27 Jun 2007 15:56:38 +0000 (15:56 +0000)]
Update with auto-generated autoloads.

17 years agoSet generated-autoload-file to "ps-print.el".
Stefan Monnier [Wed, 27 Jun 2007 15:55:27 +0000 (15:55 +0000)]
Set generated-autoload-file to "ps-print.el".

17 years ago(syms_of_buffer) <selective-display>: Fix typo in docstring.
Juanma Barranquero [Wed, 27 Jun 2007 11:36:59 +0000 (11:36 +0000)]
(syms_of_buffer) <selective-display>: Fix typo in docstring.

17 years ago(Special Properties): Fix previous typo.
Kenichi Handa [Wed, 27 Jun 2007 00:37:28 +0000 (00:37 +0000)]
(Special Properties): Fix previous typo.

17 years ago(Special Properties): Fix description about
Kenichi Handa [Wed, 27 Jun 2007 00:35:21 +0000 (00:35 +0000)]
(Special Properties): Fix description about
`compostion' property.

17 years ago(autoload-generated-file): Interpret names relative to current dir
Stefan Monnier [Tue, 26 Jun 2007 19:53:12 +0000 (19:53 +0000)]
(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.

17 years ago(autoload-find-destination): Return nil
Stefan Monnier [Tue, 26 Jun 2007 19:07:14 +0000 (19:07 +0000)]
(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.

17 years ago(vc-arch-add-tagline): Do a slightly cleaner job.
Stefan Monnier [Tue, 26 Jun 2007 17:59:52 +0000 (17:59 +0000)]
(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.

17 years agoAdd new VC operation `revision-completion-table'.
Stefan Monnier [Tue, 26 Jun 2007 17:43:04 +0000 (17:43 +0000)]
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.

17 years ago(log-edit-changelog-entries): Use with-current-buffer.
Stefan Monnier [Tue, 26 Jun 2007 16:40:26 +0000 (16:40 +0000)]
(log-edit-changelog-entries): Use with-current-buffer.

17 years ago(vc-svn-repository-hostname): Adjust to non-XML format of newer .svn/entries.
Stefan Monnier [Tue, 26 Jun 2007 16:39:58 +0000 (16:39 +0000)]
(vc-svn-repository-hostname): Adjust to non-XML format of newer .svn/entries.

17 years ago[HAVE_GTK_AND_PTHREAD] Check this after including config.h.
YAMAMOTO Mitsuharu [Tue, 26 Jun 2007 03:28:17 +0000 (03:28 +0000)]
[HAVE_GTK_AND_PTHREAD] Check this after including config.h.
(_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
(LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
(_free_internal, memalign): Use them.
(_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
Initialize to PTHREAD_MUTEX_INITIALIZER.
(malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
(morecore_nolock): Rename from morecore.  All uses changed.
Use only nolock versions of internal allocation functions.
(_malloc_internal_nolock, _realloc_internal_nolock)
(_free_internal_nolock): New functions created from
_malloc_internal, _realloc_internal, and _free_internal.
(_malloc_internal, _realloc_internal, _free_internal): Use them.
Copy hook value to automatic variable before its use.
(memalign): Copy hook value to automatic variable before its use.

17 years ago*** empty log message ***
Kenichi Handa [Tue, 26 Jun 2007 00:48:58 +0000 (00:48 +0000)]
*** empty log message ***

17 years ago(Default Coding Systems): Document about the
Kenichi Handa [Tue, 26 Jun 2007 00:29:23 +0000 (00:29 +0000)]
(Default Coding Systems): Document about the
return value `undecided'.

17 years ago(Ffind_operation_coding_system): Docstring improved.
Kenichi Handa [Tue, 26 Jun 2007 00:26:46 +0000 (00:26 +0000)]
(Ffind_operation_coding_system): Docstring improved.
(syms_of_coding): Docstring of `file-coding-system-alist' improved.

17 years ago(math-padded-polynomial)
David Kastrup [Mon, 25 Jun 2007 20:55:56 +0000 (20:55 +0000)]
(math-padded-polynomial)
(math-partial-fractions): Add some function comments.

17 years ago* keymaps.texi (Active Keymaps): Document new POSITION argument of
David Kastrup [Mon, 25 Jun 2007 20:53:48 +0000 (20:53 +0000)]
* keymaps.texi (Active Keymaps): Document new POSITION argument of
`current-active-maps'.

* keymap.c (Fcurrent_active_maps): Add `position' argument.
(Fwhere_is_internal): Adjust call to `current-active-maps' to
cater for additional parameter.

* keymap.h: Adjust number of parameters to `current-active-maps'.

* doc.c (Fsubstitute_command_keys): Adjust call of
`current-active-maps'.

17 years ago(Fcall_interactively): Make the parsing of interactive
David Kastrup [Mon, 25 Jun 2007 19:48:37 +0000 (19:48 +0000)]
(Fcall_interactively): Make the parsing of interactive
specs somewhat more readable.

17 years ago(autoload-generate-file-autoloads): Make `outbuf' optional.
Stefan Monnier [Mon, 25 Jun 2007 16:19:05 +0000 (16:19 +0000)]
(autoload-generate-file-autoloads): Make `outbuf' optional.
(update-file-autoloads): Use it.

17 years ago(main): Set console codepages to "ANSI".
Jason Rumney [Mon, 25 Jun 2007 12:35:17 +0000 (12:35 +0000)]
(main): Set console codepages to "ANSI".

17 years ago(autoload-modified-buffers): New var.
Stefan Monnier [Mon, 25 Jun 2007 05:09:05 +0000 (05:09 +0000)]
(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.

17 years agoRefactor for upcoming changes.
Stefan Monnier [Mon, 25 Jun 2007 03:48:10 +0000 (03:48 +0000)]
Refactor for upcoming changes.
(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.
(autoload-find-destination): Make use of `begin' var.

17 years agoRefactor for upcoming changes.
Stefan Monnier [Mon, 25 Jun 2007 03:01:22 +0000 (03:01 +0000)]
Refactor for upcoming changes.
(autoload-find-destination): New function extracted from update-file-autoloads.
(update-file-autoloads): Use it.

17 years ago*** empty log message ***
Juanma Barranquero [Sun, 24 Jun 2007 22:53:02 +0000 (22:53 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Juanma Barranquero [Sun, 24 Jun 2007 22:24:40 +0000 (22:24 +0000)]
*** empty log message ***

17 years agonew Back-Cover Text
Karl Berry [Sun, 24 Jun 2007 21:39:56 +0000 (21:39 +0000)]
new Back-Cover Text

17 years ago(math-scale-bignum-digit-size): Renamed from math-scale-bignum-3.
Jay Belanger [Sun, 24 Jun 2007 19:46:53 +0000 (19:46 +0000)]
(math-scale-bignum-digit-size): Renamed from 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.

17 years ago(math-div2-bignum): Use math-bignum-digit-size.
Jay Belanger [Sun, 24 Jun 2007 19:37:43 +0000 (19:37 +0000)]
(math-div2-bignum): Use math-bignum-digit-size.

17 years ago(math-init-random-base,math-prime-test): Use math-read-number-simple
Jay Belanger [Sun, 24 Jun 2007 14:30:14 +0000 (14:30 +0000)]
(math-init-random-base,math-prime-test): Use math-read-number-simple
to insert constants.
(math-prime-test): Redo calculation of sum.

17 years ago*** empty log message ***
Roland Winkler [Sat, 23 Jun 2007 22:09:20 +0000 (22:09 +0000)]
*** empty log message ***

17 years ago(bibtex-entry-format): New options `whitespace', `braces', and `string'.
Roland Winkler [Sat, 23 Jun 2007 22:00:03 +0000 (22:00 +0000)]
(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.
(bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist): New
functions.
(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.

17 years ago(autoload-generated-file): New function.
Stefan Monnier [Sat, 23 Jun 2007 20:31:33 +0000 (20:31 +0000)]
(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.

17 years ago*** empty log message ***
Juanma Barranquero [Sat, 23 Jun 2007 12:38:20 +0000 (12:38 +0000)]
*** empty log message ***

17 years ago(next-error-recenter): Accept `(4)' as well;
Thien-Thi Nguyen [Sat, 23 Jun 2007 12:19:38 +0000 (12:19 +0000)]
(next-error-recenter): Accept `(4)' as well;
also, specify `integer' instead of `number'.

17 years ago*** empty log message ***
Eli Zaretskii [Sat, 23 Jun 2007 11:15:26 +0000 (11:15 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Juanma Barranquero [Sat, 23 Jun 2007 11:15:21 +0000 (11:15 +0000)]
*** empty log message ***

17 years ago(insert-directory): If an invalid regexp error is thrown, try using FILE
Eli Zaretskii [Sat, 23 Jun 2007 11:14:45 +0000 (11:14 +0000)]
(insert-directory): If an invalid regexp error is thrown, try using FILE
as a literal file name, not a wildcard.

17 years ago*** empty log message ***
Juanma Barranquero [Sat, 23 Jun 2007 10:27:31 +0000 (10:27 +0000)]
*** empty log message ***

17 years ago(ruler-mode): Prevent clobbering the original `header-line-format'
Juanma Barranquero [Sat, 23 Jun 2007 10:19:39 +0000 (10:19 +0000)]
(ruler-mode): Prevent clobbering the original `header-line-format'
when reentering ruler mode.

17 years agoFix last change.
Eli Zaretskii [Sat, 23 Jun 2007 10:05:57 +0000 (10:05 +0000)]
Fix last change.

17 years ago(insert-directory): Don't treat FILE as a wildcard if FILE exists as
Eli Zaretskii [Sat, 23 Jun 2007 09:45:58 +0000 (09:45 +0000)]
(insert-directory): Don't treat FILE as a wildcard if FILE exists as
a directory.

17 years ago*** empty log message ***
Jay Belanger [Sat, 23 Jun 2007 04:49:44 +0000 (04:49 +0000)]
*** empty log message ***

17 years ago(math-fixnum-big): Use the variable math-bignum-digit-size.
Jay Belanger [Sat, 23 Jun 2007 04:36:29 +0000 (04:36 +0000)]
(math-fixnum-big): Use the variable math-bignum-digit-size.

17 years ago* vc-hg.el (vc-hg-log-view-mode): Revert incorrect change.
Dan Nicolaescu [Sat, 23 Jun 2007 04:30:24 +0000 (04:30 +0000)]
* vc-hg.el (vc-hg-log-view-mode): Revert incorrect change.

17 years ago(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
Jay Belanger [Sat, 23 Jun 2007 04:08:18 +0000 (04:08 +0000)]
(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.

17 years ago* vc-hg.el (vc-hg-log-view-mode): Fix last change.
Dan Nicolaescu [Sat, 23 Jun 2007 03:06:21 +0000 (03:06 +0000)]
* vc-hg.el (vc-hg-log-view-mode): Fix last change.

* log-view.el (log-view-mode-menu): New menu.

17 years ago(x_draw_fringe_bitmap) [MAC_OSX]: Fix last change.
YAMAMOTO Mitsuharu [Sat, 23 Jun 2007 01:53:51 +0000 (01:53 +0000)]
(x_draw_fringe_bitmap) [MAC_OSX]: Fix last change.

17 years ago(x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
YAMAMOTO Mitsuharu [Sat, 23 Jun 2007 01:50:22 +0000 (01:50 +0000)]
(x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
to scroll bar gap also when bitmap fills fringe.  Draw only foreground
if extended background has already been filled.

17 years ago(diff-font-lock-keywords): Fix M. Kifer's last change differently.
Stefan Monnier [Fri, 22 Jun 2007 21:18:31 +0000 (21:18 +0000)]
(diff-font-lock-keywords): Fix M. Kifer's last change differently.

17 years agoAdd docstrings.
Stefan Monnier [Fri, 22 Jun 2007 18:37:46 +0000 (18:37 +0000)]
Add docstrings.

17 years ago(vc-hg-registered): Add an autoloaded version.
Stefan Monnier [Fri, 22 Jun 2007 18:37:16 +0000 (18:37 +0000)]
(vc-hg-registered): Add an autoloaded version.
(vc-hg-log-view-mode): Use log-view-font-lock-keywords.

17 years ago*** empty log message ***
Stefan Monnier [Fri, 22 Jun 2007 18:19:23 +0000 (18:19 +0000)]
*** empty log message ***

17 years ago(vc-hg-print-log): Insert the file name.
Dan Nicolaescu [Fri, 22 Jun 2007 17:22:17 +0000 (17:22 +0000)]
(vc-hg-print-log): Insert the file name.
(vc-hg-log-view-mode): Fontify the file name.

17 years ago(math-format-date-part,calc-parse-standard-date,calcFunc-julian):
Jay Belanger [Fri, 22 Jun 2007 15:05:08 +0000 (15:05 +0000)]
(math-format-date-part,calc-parse-standard-date,calcFunc-julian):
Fix incorrect number used in calculations.

17 years ago(mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
YAMAMOTO Mitsuharu [Fri, 22 Jun 2007 09:05:55 +0000 (09:05 +0000)]
(mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
in #if 0 as it is not compatible with y-or-n-p-with-timeout.
(timer_check) [TARGET_API_MAC_CARBON]: Add extern.
[TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
instead of QuitAppModalLoopForWindow.  Consolidate QuitEventLoop calls.
(pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
[TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
Run timers during dialog popup.
(Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.

17 years ago(USE_CG_DRAWING): Don't require USE_ATSUI.
YAMAMOTO Mitsuharu [Fri, 22 Jun 2007 09:05:25 +0000 (09:05 +0000)]
(USE_CG_DRAWING): Don't require USE_ATSUI.
(USE_MAC_TOOLBAR): Require USE_CG_DRAWING.

17 years ago(hs-hide-all): Use progress reporter.
Thien-Thi Nguyen [Fri, 22 Jun 2007 08:41:25 +0000 (08:41 +0000)]
(hs-hide-all): Use progress reporter.

17 years ago(hs-hide-comment-region): Use line-end-position.
Thien-Thi Nguyen [Fri, 22 Jun 2007 08:15:02 +0000 (08:15 +0000)]
(hs-hide-comment-region): Use line-end-position.
(hs-hide-block-at-point, hs-show-block): Likewise.

17 years agoUntabify; nfc.
Thien-Thi Nguyen [Fri, 22 Jun 2007 08:03:38 +0000 (08:03 +0000)]
Untabify; nfc.

17 years agoNew entry for `next-error-recenter'.
Thien-Thi Nguyen [Fri, 22 Jun 2007 07:56:38 +0000 (07:56 +0000)]
New entry for `next-error-recenter'.

17 years ago(next-error-recenter): New defcustom.
Thien-Thi Nguyen [Fri, 22 Jun 2007 07:56:01 +0000 (07:56 +0000)]
(next-error-recenter): New defcustom.
(next-error, next-error-internal): Recenter if specified,
immediately prior to running `next-error-hook'.

17 years ago*** empty log message ***
Jay Belanger [Fri, 22 Jun 2007 06:22:31 +0000 (06:22 +0000)]
*** empty log message ***

17 years ago(math-approx-ln-10, math-approx-ln-2): New variables to use in caches.
Jay Belanger [Fri, 22 Jun 2007 06:12:35 +0000 (06:12 +0000)]
(math-approx-ln-10, math-approx-ln-2): New variables to use in caches.

17 years ago*** empty log message ***
Jay Belanger [Fri, 22 Jun 2007 06:10:39 +0000 (06:10 +0000)]
*** empty log message ***

17 years ago(math-small-factorial-table): Eval when compile.
Jay Belanger [Fri, 22 Jun 2007 06:04:45 +0000 (06:04 +0000)]
(math-small-factorial-table): Eval when compile.

17 years ago*** empty log message ***
Jay Belanger [Fri, 22 Jun 2007 06:02:50 +0000 (06:02 +0000)]
*** empty log message ***

17 years ago(math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const): New
Jay Belanger [Fri, 22 Jun 2007 06:00:39 +0000 (06:00 +0000)]
(math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const): New
variables to use in caches.

17 years ago(math-format-date-part,math-parse-standard-date,calcFunc-julian):
Jay Belanger [Fri, 22 Jun 2007 05:52:29 +0000 (05:52 +0000)]
(math-format-date-part,math-parse-standard-date,calcFunc-julian):
Replace math-read-number-simple by math-read-number.

17 years ago(math-besJ0): Replace math-read-number-simple by math-read-number.
Jay Belanger [Fri, 22 Jun 2007 05:48:07 +0000 (05:48 +0000)]
(math-besJ0): Replace math-read-number-simple by math-read-number.

17 years ago(math-besJ0,math-besJ1,math-besY0,math-besY1,math-bernoulli-b-cache):
Jay Belanger [Fri, 22 Jun 2007 05:45:52 +0000 (05:45 +0000)]
(math-besJ0,math-besJ1,math-besY0,math-besY1,math-bernoulli-b-cache):
Use math-read-number to insert bignums.

17 years ago(math-format-date-part,math-parse-standard-date,calcFunc-julian):
Jay Belanger [Fri, 22 Jun 2007 04:09:00 +0000 (04:09 +0000)]
(math-format-date-part,math-parse-standard-date,calcFunc-julian):
Use `math-read-number-simple' to insert bignums.

17 years ago(math-defcache): Allow forms to evaluate to initial values.
Jay Belanger [Fri, 22 Jun 2007 04:00:12 +0000 (04:00 +0000)]
(math-defcache): Allow forms to evaluate to initial values.
(math-pi,math-sqrt-e,math-gamma-const): Use `math-read-number-simple'
to write initial values.

17 years ago(vc-bzr-log-view-mode): Add + to the email address
Dan Nicolaescu [Fri, 22 Jun 2007 02:46:04 +0000 (02:46 +0000)]
(vc-bzr-log-view-mode): Add + to the email address
regexp.

17 years ago(vc-hg-log-view-mode): New mode.
Dan Nicolaescu [Fri, 22 Jun 2007 02:11:59 +0000 (02:11 +0000)]
(vc-hg-log-view-mode): New mode.

17 years ago(math-small-factorial-table): New variable.
Jay Belanger [Fri, 22 Jun 2007 01:13:01 +0000 (01:13 +0000)]
(math-small-factorial-table): New variable.
(calcFunc-fact): Use `math-small-factorial-table'.

17 years ago(math-read-number-simple): New function.
Jay Belanger [Fri, 22 Jun 2007 01:05:10 +0000 (01:05 +0000)]
(math-read-number-simple): New function.

17 years ago(convert_mono_to_color_image): Swap fore and background.
Jason Rumney [Thu, 21 Jun 2007 23:02:14 +0000 (23:02 +0000)]
(convert_mono_to_color_image): Swap fore and background.

17 years agovera-mode.el (vera-mode): Fix `commend-end-skip' setting.
Dan Nicolaescu [Thu, 21 Jun 2007 22:51:00 +0000 (22:51 +0000)]
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.
(vera-skip-forward-literal,vera-skip-backward-literal): Improve code,
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'.

17 years agoSpelling fix.
Andreas Schwab [Thu, 21 Jun 2007 10:30:26 +0000 (10:30 +0000)]
Spelling fix.

17 years agoSmall updates.
Carsten Dominik [Thu, 21 Jun 2007 10:27:51 +0000 (10:27 +0000)]
Small updates.

17 years ago(org-export-with-footnotes): New option.
Carsten Dominik [Thu, 21 Jun 2007 10:27:11 +0000 (10:27 +0000)]
(org-export-with-footnotes): New option.
(org-export-as-html): Fixed replacement bug for XEmacs.
(org-agenda-default-appointment-duration): New option.

17 years ago*** empty log message ***
Carsten Dominik [Thu, 21 Jun 2007 10:26:43 +0000 (10:26 +0000)]
*** empty log message ***

17 years agoFix typos in previous change.
Glenn Morris [Thu, 21 Jun 2007 06:53:24 +0000 (06:53 +0000)]
Fix typos in previous change.

17 years agoAdd to do items.
Dan Nicolaescu [Thu, 21 Jun 2007 05:44:54 +0000 (05:44 +0000)]
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.

17 years agoChange ifinfo to ifnottex (as appropriate) throughout.
Jay Belanger [Thu, 21 Jun 2007 03:29:18 +0000 (03:29 +0000)]
Change ifinfo to ifnottex (as appropriate) throughout.
(About This Manual): Remove redundant information.
(Getting Started): Mention author.

17 years agoComplain if image libraries are missing.
Jason Rumney [Wed, 20 Jun 2007 22:10:31 +0000 (22:10 +0000)]
Complain if image libraries are missing.

17 years ago(w32_BDF_to_x_font): Unmap memory when finished.
Jason Rumney [Wed, 20 Jun 2007 21:32:32 +0000 (21:32 +0000)]
(w32_BDF_to_x_font): Unmap memory when finished.
(w32_free_bdf_font): Unmap memory not handle.

17 years agoComplain if X seems to be installed but no
Jan Djärv [Wed, 20 Jun 2007 19:38:39 +0000 (19:38 +0000)]
Complain if X seems to be installed but no
development files where found.

17 years agoComplain if X seems to be installed but no
Jan Djärv [Wed, 20 Jun 2007 19:38:28 +0000 (19:38 +0000)]
Complain if X seems to be installed but no
development files where found.

17 years ago(Basic Arithmetic, Customizing Calc): Make description of
Jay Belanger [Wed, 20 Jun 2007 19:36:28 +0000 (19:36 +0000)]
(Basic Arithmetic, Customizing Calc): Make description of
the variable `calc-multiplication-has-precedence' match its effect.

17 years ago(math-standard-ops): Fix precedence of multiplication.
Jay Belanger [Wed, 20 Jun 2007 19:32:49 +0000 (19:32 +0000)]
(math-standard-ops): Fix precedence of multiplication.