]> code.delx.au - gnu-emacs/log
gnu-emacs
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.

17 years ago(vc-bzr-dir-state): Use setq rather than set.
Stefan Monnier [Wed, 20 Jun 2007 18:18:54 +0000 (18:18 +0000)]
(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.

17 years ago(log-view-font-lock-keywords): Use `eval' to consult the
Stefan Monnier [Wed, 20 Jun 2007 18:18:31 +0000 (18:18 +0000)]
(log-view-font-lock-keywords): Use `eval' to consult the
buffer-local value of log-view-*-re if applicable.

17 years ago(vc-default-log-view-mode): New function.
Stefan Monnier [Wed, 20 Jun 2007 16:32:09 +0000 (16:32 +0000)]
(vc-default-log-view-mode): New function.
(vc-print-log): Add new `log-view-mode' VC operation.

17 years agoprogmodes/vera-mode.el: New file.
Dan Nicolaescu [Wed, 20 Jun 2007 15:23:01 +0000 (15:23 +0000)]
progmodes/vera-mode.el: New file.

17 years ago(Basic Arithmetic, Customizing Calc): Mention
Jay Belanger [Wed, 20 Jun 2007 15:20:53 +0000 (15:20 +0000)]
(Basic Arithmetic, Customizing Calc): Mention
`calc-multiplication-has-precedence'.

17 years ago(ido-find-file-in-dir): Use `file-name-as-directory'.
Juanma Barranquero [Wed, 20 Jun 2007 15:14:44 +0000 (15:14 +0000)]
(ido-find-file-in-dir): Use `file-name-as-directory'.

17 years ago*** empty log message ***
Juanma Barranquero [Wed, 20 Jun 2007 14:25:54 +0000 (14:25 +0000)]
*** empty log message ***

17 years ago(change-log-mode): Set `show-trailing-whitespace'.
Juanma Barranquero [Wed, 20 Jun 2007 14:17:36 +0000 (14:17 +0000)]
(change-log-mode): Set `show-trailing-whitespace'.

17 years ago(__morecore): Fix the declaration to comply with the definition.
Sam Steingold [Wed, 20 Jun 2007 12:18:47 +0000 (12:18 +0000)]
(__morecore): Fix the declaration to comply with the definition.

17 years ago(desktop-read): Run `desktop-not-loaded-hook' in the directory
Juanma Barranquero [Wed, 20 Jun 2007 10:12:44 +0000 (10:12 +0000)]
(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'.

17 years ago*** empty log message ***
Nick Roberts [Wed, 20 Jun 2007 10:06:04 +0000 (10:06 +0000)]
*** empty log message ***

17 years ago(c-remove-any-local-eval-or-mode-variables): When removing lines, also
Alan Mackenzie [Wed, 20 Jun 2007 08:51:31 +0000 (08:51 +0000)]
(c-remove-any-local-eval-or-mode-variables): When removing lines, also
remove the \n.  Correction of patch of 2007-04-21.

17 years ago*** empty log message ***
Alan Mackenzie [Wed, 20 Jun 2007 08:50:10 +0000 (08:50 +0000)]
*** empty log message ***

17 years ago(w32_delete_display): Remove leftover declaration.
Juanma Barranquero [Wed, 20 Jun 2007 08:35:55 +0000 (08:35 +0000)]
(w32_delete_display): Remove leftover declaration.
(w32_define_cursor, w32_initialize): Make static.

17 years ago(_wsa_errlist): Fix typo in error message.
Juanma Barranquero [Wed, 20 Jun 2007 08:31:09 +0000 (08:31 +0000)]
(_wsa_errlist): Fix typo in error message.
(init_environment): Ignore any environment variable
from the registry having a null value.

17 years ago(help-make-xrefs): Adjust position of new forward
Martin Rudalics [Wed, 20 Jun 2007 07:59:07 +0000 (07:59 +0000)]
(help-make-xrefs): Adjust position of new forward
button.

17 years agoconfigure prefers libgif over libungif.
Glenn Morris [Wed, 20 Jun 2007 07:55:41 +0000 (07:55 +0000)]
configure prefers libgif over libungif.

17 years ago*** empty log message ***
Glenn Morris [Wed, 20 Jun 2007 07:55:30 +0000 (07:55 +0000)]
*** empty log message ***

17 years ago(mouse-drag-mode-line-1): Quit mouse tracking when
Martin Rudalics [Wed, 20 Jun 2007 07:55:25 +0000 (07:55 +0000)]
(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.

17 years agoRegenerate, with magic shell function message patch.
Glenn Morris [Wed, 20 Jun 2007 07:54:01 +0000 (07:54 +0000)]
Regenerate, with magic shell function message patch.

17 years ago(LIBGIF): Default to -lgif.
Glenn Morris [Wed, 20 Jun 2007 07:51:59 +0000 (07:51 +0000)]
(LIBGIF): Default to -lgif.

17 years agoRegenerate.
Glenn Morris [Wed, 20 Jun 2007 07:51:47 +0000 (07:51 +0000)]
Regenerate.

17 years agoPrefer libgif over libungif.
Glenn Morris [Wed, 20 Jun 2007 07:50:43 +0000 (07:50 +0000)]
Prefer libgif over libungif.

17 years agoAs well as new entry, move stray entry to lisp/Changelog where it
Glenn Morris [Wed, 20 Jun 2007 07:50:24 +0000 (07:50 +0000)]
As well as new entry, move stray entry to lisp/Changelog where it
belongs.

17 years agoMove stray entry here from top-level changelog and reformat.
Glenn Morris [Wed, 20 Jun 2007 07:49:16 +0000 (07:49 +0000)]
Move stray entry here from top-level changelog and reformat.

17 years agoChange license wording to match the rest of Emacs.
Glenn Morris [Wed, 20 Jun 2007 07:33:45 +0000 (07:33 +0000)]
Change license wording to match the rest of Emacs.

17 years agoMark file as part of Emacs. Correct FSF address in header.
Glenn Morris [Wed, 20 Jun 2007 07:29:45 +0000 (07:29 +0000)]
Mark file as part of Emacs.  Correct FSF address in header.

17 years ago(vc-bzr-with-process-environment, vc-bzr-std-process-invocation): New macros.
Stefan Monnier [Wed, 20 Jun 2007 06:44:35 +0000 (06:44 +0000)]
(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.

17 years ago(vc-hg-global-switches): Simplify.
Dan Nicolaescu [Wed, 20 Jun 2007 06:32:42 +0000 (06:32 +0000)]
(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.

17 years ago* progmodes/vera-mode.el: New file.
Dan Nicolaescu [Wed, 20 Jun 2007 06:21:54 +0000 (06:21 +0000)]
* progmodes/vera-mode.el: New file.

17 years ago* vc-hg.el: New file.
Dan Nicolaescu [Wed, 20 Jun 2007 05:59:41 +0000 (05:59 +0000)]
* vc-hg.el: New file.

17 years ago(math-compose-expr): Let math-expr-opers equal math-expr-ops.
Jay Belanger [Wed, 20 Jun 2007 04:17:51 +0000 (04:17 +0000)]
(math-compose-expr): Let math-expr-opers equal math-expr-ops.

17 years ago(calc-finish-stack-edit): Let math-expr-opers equal the function
Jay Belanger [Wed, 20 Jun 2007 04:17:27 +0000 (04:17 +0000)]
(calc-finish-stack-edit): Let math-expr-opers equal the function
math-standard-ops rather than the variable math-standard-opers.

17 years ago(calc-read-parse-table): Let math-expr-opers equal the function
Jay Belanger [Wed, 20 Jun 2007 04:16:57 +0000 (04:16 +0000)]
(calc-read-parse-table): Let math-expr-opers equal the function
math-standard-ops rather than the variable math-standard-opers.

17 years ago(calc-set-language,math-read-big-rec): Let math-expr-opers equal the
Jay Belanger [Wed, 20 Jun 2007 04:15:12 +0000 (04:15 +0000)]
(calc-set-language,math-read-big-rec): Let math-expr-opers equal the
function math-standard-ops rather than the variable
math-standard-opers.

17 years ago(math-read-plain-expr,math-format-flat-expr-fancy): Let
Jay Belanger [Wed, 20 Jun 2007 04:14:24 +0000 (04:14 +0000)]
(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.

17 years ago(calc-embedded-finish-edit): Let math-expr-opers equal the function
Jay Belanger [Wed, 20 Jun 2007 04:13:06 +0000 (04:13 +0000)]
(calc-embedded-finish-edit): Let math-expr-opers equal the function
math-standard-ops rather than the variable math-standard-opers.

17 years ago(calc-do-calc-eval): Let math-expr-opers equal the function
Jay Belanger [Wed, 20 Jun 2007 04:12:15 +0000 (04:12 +0000)]
(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.
(math-expr-read-level,math-read-factor): Let math-expr-opers equal
math-expr-ops.

17 years ago(calc-multiplication-has-precendence): New variable.
Jay Belanger [Wed, 20 Jun 2007 04:07:24 +0000 (04:07 +0000)]
(calc-multiplication-has-precendence): New variable.
(math-standard-ops,math-standard-ops-p,math-expr-ops): New functions.
(math-expr-opers): Define using math-standard-ops rather than
math-standard-opers.

17 years ago(Tag): Section swapped with node Timestamps.
Carsten Dominik [Tue, 19 Jun 2007 08:53:36 +0000 (08:53 +0000)]
(Tag): Section swapped with node Timestamps.
(Formula syntax for Lisp): Document new `L' flag.

17 years ago(org-end-time-was-given): New variable.
Carsten Dominik [Tue, 19 Jun 2007 08:53:22 +0000 (08:53 +0000)]
(org-end-time-was-given): New variable.
(org-read-date): Look for time range.
(org-timestamp-change): Deal with time range issues.
(org-modify-ts-extra): New function.
(org-remember-apply-template, org-add-planning-info)
(org-time-stamp, org-time-stamp-inactive): Make use of
`org-end-time-was-given'.
(org-set-regexps-and-options, org-activate-tags)
(org-archive-subtree, org-toggle-tag)
(org-make-org-heading-search-string, org-open-at-point)
(org-link-search, org-remember-handler, org-complete)
(org-scan-tags, org-make-tags-matcher, org-fast-tag-selection)
(org-get-tags, org-get-buffer-tags, org-dblock-write:clocktable)
(org-agenda-list-stuck-projects, org-format-agenda-item)
(org-agenda-align-tags, org-get-tags-at, org-export-as-ascii)
(org-ascii-level-start, org-export-as-html)
(org-export-cleanup-toc-line, org-html-level-start): Use [:alnum:]
to match tags, in order to allow lanufage-specific characters in
tags.
(org-beginning-of-item-list): New command.
(org-target): New face.
(org-activate-links): New link type target.

17 years ago(sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
Stefan Monnier [Mon, 18 Jun 2007 20:10:06 +0000 (20:10 +0000)]
(sh-font-lock-paren): Mark the relevant text with font-lock-multiline.

17 years ago(lpr-page-header-switches): Move %s to separate element for correct
Glenn Morris [Sun, 17 Jun 2007 22:19:03 +0000 (22:19 +0000)]
(lpr-page-header-switches): Move %s to separate element for correct
quoting.  Doc fix.

17 years ago*** empty log message ***
Glenn Morris [Sun, 17 Jun 2007 22:17:17 +0000 (22:17 +0000)]
*** empty log message ***