]> code.delx.au - gnu-emacs/log
gnu-emacs
17 years ago(Vinhibit_changing_match_data, search_regs_1): New vars.
Richard M. Stallman [Tue, 10 Jul 2007 03:49:44 +0000 (03:49 +0000)]
(Vinhibit_changing_match_data, search_regs_1): New vars.
(looking_at_1): Don't change search_regs and last_thing_searched
if `inhibit-changing-match-data' is non-nil.
(string_match_1, search_buffer, set_search_regs): Likewise.
(syms_of_search): Add Lisp level definition for
`inhibit-changing-match-data' and set it to nil.
(boyer_moore): If `inhibit-changing-match-data' is non-nil,
compute start and end of the match, instead of using values in search_regs.

17 years agoChanges from arch/CVS synchronization
Miles Bader [Tue, 10 Jul 2007 02:03:14 +0000 (02:03 +0000)]
Changes from arch/CVS synchronization

17 years agoMerge from emacs--rel--22
Miles Bader [Tue, 10 Jul 2007 02:02:35 +0000 (02:02 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 51-54)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 233-234)

   - Merge from emacs--devo--0
   - Update from CVS

2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/cus-start.el (file-coding-system-alist): Fix custom type.

2007-07-08  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/longlines.el (longlines-wrap-region): Avoid marking buffer as
   modified.
   (longlines-auto-wrap, longlines-window-change-function): Remove
   unnecessary calls to set-buffer-modified-p.

2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/progmodes/gud.el (auto-mode-alist): Match more valid gdb init
   file names.

2007-07-01  Richard M. Stallman  <rms@gnu.org>

   * lisp/files.el (find-file-visit-truename): Fix safe-local-variable value.

2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached
   articles as unfetched articles.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string.

2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave)
   (gnus-article-read-summary-keys): Don't set the 3rd arg of
   pop-to-buffer for XEmacs.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the
   Control Panel.

   * man/gnus.texi (Misc Article): Add index entry for
   gnus-single-article-buffer.

2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>

   * man/gnus.texi (Starting Up): Fix typo.

2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Asynchronous Fetching): Fix typo.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-806

17 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 10 Jul 2007 01:54:34 +0000 (01:54 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 797, 800, 802)

   - Merge from emacs--rel--22

 * gnus--rel--5.10  (patch 233-234)

   - Merge from emacs--devo--0
   - Update from CVS

2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
   as unfetched articles.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string.

2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave)
   (gnus-article-read-summary-keys): Don't set the 3rd arg of
   pop-to-buffer for XEmacs.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the
   Control Panel.

   * man/gnus.texi (Misc Article): Add index entry for
   gnus-single-article-buffer.

2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>

   * man/gnus.texi (Starting Up): Fix typo.

2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Asynchronous Fetching): Fix typo.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-54

17 years ago(eval-defun): Explain special handling of `defface'.
Richard M. Stallman [Tue, 10 Jul 2007 01:07:09 +0000 (01:07 +0000)]
(eval-defun): Explain special handling of `defface'.

17 years ago(Defining Faces): Explain C-M-x feature for defface.
Richard M. Stallman [Tue, 10 Jul 2007 01:05:49 +0000 (01:05 +0000)]
(Defining Faces): Explain C-M-x feature for defface.

17 years ago*** empty log message ***
Juanma Barranquero [Mon, 9 Jul 2007 20:49:25 +0000 (20:49 +0000)]
*** empty log message ***

17 years ago(tex-fontify-script)
Reiner Steib [Mon, 9 Jul 2007 19:14:48 +0000 (19:14 +0000)]
(tex-fontify-script)
(tex-font-script-display): New variables to make display of
superscripts and subscripts customizable.
(tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.

17 years ago(isearch-edit-string): Call to isearch-push-state after the search.
Richard M. Stallman [Mon, 9 Jul 2007 14:46:56 +0000 (14:46 +0000)]
(isearch-edit-string): Call to isearch-push-state after the search.

17 years ago(isearch-edit-string): Call to isearch-push-state after the search.
Richard M. Stallman [Mon, 9 Jul 2007 14:45:13 +0000 (14:45 +0000)]
(isearch-edit-string): Call to isearch-push-state after the search.

17 years ago(Magic File Names): Rewrite previous change.
Richard M. Stallman [Mon, 9 Jul 2007 14:13:02 +0000 (14:13 +0000)]
(Magic File Names): Rewrite previous change.

17 years ago(fit-window-to-buffer): Remove setting of window-min-height
Jan Djärv [Mon, 9 Jul 2007 12:00:56 +0000 (12:00 +0000)]
(fit-window-to-buffer): Remove setting of window-min-height
to 1 as enlarge-window uses the value to resize/shrink windows other than
WINDOW if needed.

17 years agoAdd arch tagline
Miles Bader [Mon, 9 Jul 2007 06:48:40 +0000 (06:48 +0000)]
Add arch tagline

17 years ago(file-coding-system-alist): Fix previous commit.
Katsumi Yamaoka [Mon, 9 Jul 2007 01:27:20 +0000 (01:27 +0000)]
(file-coding-system-alist): Fix previous commit.

17 years ago(file-coding-system-alist): Fix previous commit.
Katsumi Yamaoka [Mon, 9 Jul 2007 01:27:15 +0000 (01:27 +0000)]
(file-coding-system-alist): Fix previous commit.

17 years agoRemove `tiny change' flags from my log entries.
Katsumi Yamaoka [Sun, 8 Jul 2007 23:44:03 +0000 (23:44 +0000)]
Remove `tiny change' flags from my log entries.

17 years agoRemove `tiny change' flags from my log entries.
Katsumi Yamaoka [Sun, 8 Jul 2007 23:43:42 +0000 (23:43 +0000)]
Remove `tiny change' flags from my log entries.

17 years ago(file-coding-system-alist): Fix custom type.
Katsumi Yamaoka [Sun, 8 Jul 2007 23:41:36 +0000 (23:41 +0000)]
(file-coding-system-alist): Fix custom type.

17 years ago(file-coding-system-alist): Fix custom type.
Katsumi Yamaoka [Sun, 8 Jul 2007 23:41:26 +0000 (23:41 +0000)]
(file-coding-system-alist): Fix custom type.

17 years ago(run-mode-hooks): Docstring improvement.
Stefan Monnier [Sun, 8 Jul 2007 19:35:50 +0000 (19:35 +0000)]
(run-mode-hooks): Docstring improvement.

17 years ago(vc-cvs-revert): Use vc-default-revert.
Stefan Monnier [Sun, 8 Jul 2007 19:34:19 +0000 (19:34 +0000)]
(vc-cvs-revert): Use vc-default-revert.
(vc-cvs-checkout): Remove last arg now unused; simplify.

17 years ago* NEWS: `file-remote-p' has a new optional parameter CONNECTED.
Michael Albinus [Sun, 8 Jul 2007 18:10:09 +0000 (18:10 +0000)]
* NEWS: `file-remote-p' has a new optional parameter CONNECTED.

17 years ago* files.texi (Magic File Names): Introduce optional parameter
Michael Albinus [Sun, 8 Jul 2007 18:08:36 +0000 (18:08 +0000)]
* files.texi (Magic File Names): Introduce optional parameter
CONNECTED for `file-remote-p'.

17 years ago(longlines-wrap-region): Avoid marking buffer as modified.
Chong Yidong [Sun, 8 Jul 2007 18:07:46 +0000 (18:07 +0000)]
(longlines-wrap-region): Avoid marking buffer as modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.

17 years ago* longlines.el (longlines-wrap-region): Avoid marking buffer as
Chong Yidong [Sun, 8 Jul 2007 18:07:19 +0000 (18:07 +0000)]
* longlines.el (longlines-wrap-region): Avoid marking buffer as
modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.

17 years ago(longlines-wrap-region): Avoid marking buffer as modified.
Chong Yidong [Sun, 8 Jul 2007 18:05:53 +0000 (18:05 +0000)]
(longlines-wrap-region): Avoid marking buffer as modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.

17 years ago* longlines.el (longlines-wrap-region): Avoid marking buffer as
Chong Yidong [Sun, 8 Jul 2007 18:05:41 +0000 (18:05 +0000)]
* longlines.el (longlines-wrap-region): Avoid marking buffer as
modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.

17 years ago* tramp.texi:
Michael Albinus [Sun, 8 Jul 2007 18:05:03 +0000 (18:05 +0000)]
* tramp.texi:
* trampver.texi: Migrate to Tramp 2.1.

17 years ago* files.el (file-remote-p): Introduce optional parameter CONNECTED.
Michael Albinus [Sun, 8 Jul 2007 18:03:20 +0000 (18:03 +0000)]
* files.el (file-remote-p): Introduce optional parameter CONNECTED.

* net/tramp.el:
* net/tramp-ftp.el:
* net/tramp-smb.el:
* net/tramp-uu.el:
* net/trampver.el: Migrate to Tramp 2.1.

* net/tramp-cache.el:
* net/tramp-fish.el:
* net/tramp-gw.el: New Tramp packages.

* net/tramp-util.el:
* net/tramp-vc.el: Removed.

* net/ange-ftp.el: Add ange-ftp property to 'start-file-process
(ange-ftp-file-remote-p): Handle optional parameter CONNECTED.

* net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.

* progmodes/compile.el (compilation-start): Redefine
`start-process' temporarily when `default-directory' is remote.
Remove case of synchronous compilation, this won't happen ever.
(compilation-setup): Make local variable `comint-file-name-prefix'
for remote compilation.

17 years agoAdd arch tagline
Miles Bader [Sun, 8 Jul 2007 11:35:01 +0000 (11:35 +0000)]
Add arch tagline

17 years agoAdd arch tagline
Miles Bader [Sun, 8 Jul 2007 11:32:07 +0000 (11:32 +0000)]
Add arch tagline

17 years agoAdd arch tagline
Miles Bader [Sun, 8 Jul 2007 11:30:49 +0000 (11:30 +0000)]
Add arch tagline

17 years ago(disabled-command-function): Fit window to buffer to
Martin Rudalics [Sun, 8 Jul 2007 08:28:12 +0000 (08:28 +0000)]
(disabled-command-function): Fit window to buffer to
make last line visible.

17 years ago(mouse-drag-track): Reset transient-mark-mode to nil
Martin Rudalics [Sun, 8 Jul 2007 08:21:13 +0000 (08:21 +0000)]
(mouse-drag-track): Reset transient-mark-mode to nil
when handling the terminating event.

17 years ago* log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
Dan Nicolaescu [Sun, 8 Jul 2007 08:18:12 +0000 (08:18 +0000)]
* log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
buffer-local value of log-view-*-re if applicable.

17 years ago(gud-common-init): Call string->strings instead
Nick Roberts [Sun, 8 Jul 2007 06:54:40 +0000 (06:54 +0000)]
(gud-common-init): Call string->strings instead
of split-string.

17 years ago(cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
Nick Roberts [Sun, 8 Jul 2007 06:51:48 +0000 (06:51 +0000)]
(cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
(cvs-mode-checkout, cvs-execute-single-file): Use new function names
strings->string and string->strings.

17 years ago* pcvs-util.el (cvs-strings->string, cvs-string->strings):
Nick Roberts [Sun, 8 Jul 2007 06:49:02 +0000 (06:49 +0000)]
* pcvs-util.el (cvs-strings->string, cvs-string->strings):
Rename and move to...

* subr.el (strings->string, string->strings): ...here.

17 years ago*** empty log message ***
Nick Roberts [Sun, 8 Jul 2007 06:44:45 +0000 (06:44 +0000)]
*** empty log message ***

17 years ago(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
Jay Belanger [Sun, 8 Jul 2007 01:40:33 +0000 (01:40 +0000)]
(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
Don't eval when compiled.

17 years ago(math-bignum-logb-digit-size,math-bignum-digit-power-of-two):
Jay Belanger [Sun, 8 Jul 2007 00:26:02 +0000 (00:26 +0000)]
(math-bignum-logb-digit-size,math-bignum-digit-power-of-two):
Evaluate when compiled.

17 years ago(math-bignum-logb-digit-size,math-bignum-digit-power-of-two): Evaluate
Jay Belanger [Sun, 8 Jul 2007 00:18:06 +0000 (00:18 +0000)]
(math-bignum-logb-digit-size,math-bignum-digit-power-of-two): Evaluate
when compiled.

17 years ago(math-bignum-digit-size,math-small-integer-size): Evaluate when compiled.
Jay Belanger [Sun, 8 Jul 2007 00:14:16 +0000 (00:14 +0000)]
(math-bignum-digit-size,math-small-integer-size): Evaluate when compiled.

17 years ago(math-bignum-digit-length): Evaluate when compiled.
Jay Belanger [Sun, 8 Jul 2007 00:11:09 +0000 (00:11 +0000)]
(math-bignum-digit-length): Evaluate when compiled.

17 years ago(math-approx-ln-10,math-approx-ln-2): Add docstrings.
Jay Belanger [Sun, 8 Jul 2007 00:06:26 +0000 (00:06 +0000)]
(math-approx-ln-10,math-approx-ln-2): Add docstrings.

17 years ago(math-gammap1-raw): Add docstring.
Jay Belanger [Sun, 8 Jul 2007 00:01:06 +0000 (00:01 +0000)]
(math-gammap1-raw): Add docstring.

17 years ago(math-julian-date-beginning,math-julian-date-beginning-int) New constants.
Jay Belanger [Sun, 8 Jul 2007 00:00:30 +0000 (00:00 +0000)]
(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.

17 years ago(math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const):
Jay Belanger [Sat, 7 Jul 2007 23:57:23 +0000 (23:57 +0000)]
(math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const):
Add docstrings.

17 years ago(math-small-factorial-table,math-init-random-base,math-prime-test):
Jay Belanger [Sat, 7 Jul 2007 23:56:56 +0000 (23:56 +0000)]
(math-small-factorial-table,math-init-random-base,math-prime-test):
Remove unnecessary calls to `math-read-number-simple'.

17 years ago(math-bignum-digit-length): Change to optimal value.
Jay Belanger [Sat, 7 Jul 2007 23:56:33 +0000 (23:56 +0000)]
(math-bignum-digit-length): Change to optimal value.
(math-read-number-simple): Remove leading 0s.

17 years ago(vc-annotate): Jump to line and output message only after the
Stefan Monnier [Sat, 7 Jul 2007 20:46:39 +0000 (20:46 +0000)]
(vc-annotate): Jump to line and output message only after the
process is really all done.

17 years ago(vc-exec-after): Don't move point from the sentinel.
Stefan Monnier [Sat, 7 Jul 2007 20:37:19 +0000 (20:37 +0000)]
(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.

17 years ago(menu-bar-open): New function. Bind <f10> to it.
Eli Zaretskii [Sat, 7 Jul 2007 11:25:15 +0000 (11:25 +0000)]
(menu-bar-open): New function.  Bind <f10> to it.

17 years ago*** empty log message ***
Eli Zaretskii [Sat, 7 Jul 2007 11:18:58 +0000 (11:18 +0000)]
*** empty log message ***

17 years ago* process.texi (Asynchronous Processes):
Michael Albinus [Sat, 7 Jul 2007 11:18:32 +0000 (11:18 +0000)]
* process.texi (Asynchronous Processes):
* files.texi (Magic File Names): Add `start-file-process'.

17 years ago* simple.el (start-file-process): New defun.
Michael Albinus [Sat, 7 Jul 2007 11:17:51 +0000 (11:17 +0000)]
* simple.el (start-file-process): New defun.

17 years ago(menu-bar-open): New function. Bind <f10> to it.
Eli Zaretskii [Sat, 7 Jul 2007 11:17:33 +0000 (11:17 +0000)]
(menu-bar-open): New function.  Bind <f10> to it.

17 years ago* NEWS: New function `start-file-process'.
Michael Albinus [Sat, 7 Jul 2007 11:17:03 +0000 (11:17 +0000)]
* NEWS: New function `start-file-process'.

17 years agoAutoload section comment update.
Stefan Monnier [Sat, 7 Jul 2007 05:30:20 +0000 (05:30 +0000)]
Autoload section comment update.

17 years ago(find-file-confirm-nonexistent-file): Rename from
Stefan Monnier [Sat, 7 Jul 2007 05:28:29 +0000 (05:28 +0000)]
(find-file-confirm-nonexistent-file): Rename from
find-file-confirm-inexistent-file.  Update users.

17 years ago(autoload-find-destination): Understand a new format of autoload block where
Stefan Monnier [Sat, 7 Jul 2007 04:56:00 +0000 (04:56 +0000)]
(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.

17 years ago(math-read-number): Replace number by variable.
Jay Belanger [Sat, 7 Jul 2007 04:15:40 +0000 (04:15 +0000)]
(math-read-number): Replace number by variable.
(math-read-number-simple): Properly parse small integers.

17 years ago(log-view-mode-menu): New menu.
Dan Nicolaescu [Sat, 7 Jul 2007 03:42:40 +0000 (03:42 +0000)]
(log-view-mode-menu): New menu.

17 years ago*** empty log message ***
Dan Nicolaescu [Sat, 7 Jul 2007 03:01:31 +0000 (03:01 +0000)]
*** empty log message ***

17 years agoFix doc for the checkout function.
Dan Nicolaescu [Sat, 7 Jul 2007 01:53:20 +0000 (01:53 +0000)]
Fix doc for the checkout function.

17 years agovc-hg.el: New file.
Dan Nicolaescu [Fri, 6 Jul 2007 21:24:40 +0000 (21:24 +0000)]
vc-hg.el: New file.

17 years agovc-hg.el: New file.
Dan Nicolaescu [Fri, 6 Jul 2007 21:24:38 +0000 (21:24 +0000)]
vc-hg.el: New file.

17 years ago(vc-hg-root): New function.
Dan Nicolaescu [Fri, 6 Jul 2007 21:14:21 +0000 (21:14 +0000)]
(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.

17 years ago(eval-last-sexp): Avoid introducing any
Andreas Schwab [Fri, 6 Jul 2007 17:30:06 +0000 (17:30 +0000)]
(eval-last-sexp): Avoid introducing any
dynamic bindings around the evaluation of the expression.

17 years ago(eval-last-sexp): Avoid introducing any
Andreas Schwab [Fri, 6 Jul 2007 17:29:20 +0000 (17:29 +0000)]
(eval-last-sexp): Avoid introducing any
dynamic bindings around the evaluation of the expression.

17 years agoDocument how to get back the old binding of SPC in file prompts.
Eli Zaretskii [Fri, 6 Jul 2007 16:14:39 +0000 (16:14 +0000)]
Document how to get back the old binding of SPC in file prompts.

17 years agoDocument how to get back the old binding of SPC in file prompts.
Eli Zaretskii [Fri, 6 Jul 2007 16:13:37 +0000 (16:13 +0000)]
Document how to get back the old binding of SPC in file prompts.

17 years ago(auto-revert-tail-handler): Use inhibit-read-only.
Stefan Monnier [Fri, 6 Jul 2007 12:58:16 +0000 (12:58 +0000)]
(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.

17 years ago(math-add-bignum): Replace number by constant.
Jay Belanger [Fri, 6 Jul 2007 03:58:00 +0000 (03:58 +0000)]
(math-add-bignum): Replace number by constant.

17 years ago(math-bignum-logb-digit-size,math-bignum-digit-power-of-two): New
Jay Belanger [Fri, 6 Jul 2007 02:41:18 +0000 (02:41 +0000)]
(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.

17 years ago(math-random-digit): Rename to `math-random-three-digit-number'.
Jay Belanger [Fri, 6 Jul 2007 02:06:30 +0000 (02:06 +0000)]
(math-random-digit): Rename to `math-random-three-digit-number'.
(math-random-digits): Don't depend on representation of integers.

17 years ago(widget-documentation-string-value-create): Insert indentation spaces.
Chong Yidong [Thu, 5 Jul 2007 22:10:48 +0000 (22:10 +0000)]
(widget-documentation-string-value-create): Insert indentation spaces.

17 years ago* wid-edit.el (widget-documentation-string-value-create): Insert
Chong Yidong [Thu, 5 Jul 2007 22:10:36 +0000 (22:10 +0000)]
* wid-edit.el (widget-documentation-string-value-create): Insert
indentation spaces.

17 years agoRevert last change.
Thien-Thi Nguyen [Thu, 5 Jul 2007 20:41:46 +0000 (20:41 +0000)]
Revert last change.

17 years ago(bootstrap-prepare): Make $(lisp)/ps-print.el
Thien-Thi Nguyen [Thu, 5 Jul 2007 20:37:35 +0000 (20:37 +0000)]
(bootstrap-prepare): Make $(lisp)/ps-print.el
and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.

17 years ago* vc-hooks.el (vc-handled-backends): Add HG.
Dan Nicolaescu [Thu, 5 Jul 2007 19:48:06 +0000 (19:48 +0000)]
* vc-hooks.el (vc-handled-backends): Add HG.

* vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.

17 years ago(PC-do-complete-and-exit): Add support for the new
Stefan Monnier [Thu, 5 Jul 2007 19:42:43 +0000 (19:42 +0000)]
(PC-do-complete-and-exit): Add support for the new
`confirm-only' confirmation mode.

17 years ago(custom-commands): New variable.
Chong Yidong [Thu, 5 Jul 2007 18:37:29 +0000 (18:37 +0000)]
(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.

17 years ago* cus-edit.el (custom-commands): New variable.
Chong Yidong [Thu, 5 Jul 2007 18:37:03 +0000 (18:37 +0000)]
* 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.

17 years ago(bootstrap-prepare): When copying from
Thien-Thi Nguyen [Thu, 5 Jul 2007 15:45:13 +0000 (15:45 +0000)]
(bootstrap-prepare): When copying from
ldefs-boot.el, make sure loaddefs.el is writeable.

17 years ago*** empty log message ***
Dan Nicolaescu [Thu, 5 Jul 2007 15:04:42 +0000 (15:04 +0000)]
*** empty log message ***

17 years ago* vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
Dan Nicolaescu [Thu, 5 Jul 2007 14:55:34 +0000 (14:55 +0000)]
* 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.

17 years ago*** empty log message ***
Dan Nicolaescu [Wed, 4 Jul 2007 16:18:49 +0000 (16:18 +0000)]
*** empty log message ***

17 years ago(calculator-expt): Use more cases to determine the value.
Jay Belanger [Wed, 4 Jul 2007 13:54:30 +0000 (13:54 +0000)]
(calculator-expt): Use more cases to determine the value.

17 years ago(math-small-factorial-table): Replace list by vector.
Jay Belanger [Wed, 4 Jul 2007 04:36:04 +0000 (04:36 +0000)]
(math-small-factorial-table): Replace list by vector.

17 years ago(calculator-expt, calculator-integer-p): New functions.
Jay Belanger [Wed, 4 Jul 2007 04:20:35 +0000 (04:20 +0000)]
(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.

17 years ago(auto-mode-alist): Match more valid gdb init
Dan Nicolaescu [Tue, 3 Jul 2007 21:30:56 +0000 (21:30 +0000)]
(auto-mode-alist): Match more valid gdb init
file names.

17 years agoOn request of the authors, remove their addresses for
David Kastrup [Tue, 3 Jul 2007 18:17:07 +0000 (18:17 +0000)]
On request of the authors, remove their addresses for
the sake of bug reports, and add the developer list address as
maintainer information.

17 years agoFor find-file-confirm-inexistent-file, indicate the default.
Richard M. Stallman [Tue, 3 Jul 2007 18:10:54 +0000 (18:10 +0000)]
For find-file-confirm-inexistent-file, indicate the default.

17 years ago*** empty log message ***
Dan Nicolaescu [Tue, 3 Jul 2007 05:00:41 +0000 (05:00 +0000)]
*** empty log message ***

17 years ago* server.el (server-process-filter): Likewise.
Dan Nicolaescu [Tue, 3 Jul 2007 04:53:21 +0000 (04:53 +0000)]
* server.el (server-process-filter): Likewise.
(server-process-filter): Likewise. Also set COLORFGBG and
COLORTERM.

* frame.el (frame-initialize, make-frame): Likewise.

* faces.el (tty-set-up-initial-frame-faces): Likewise.

* env.el (read-envvar-name): Don't consider the environment frame
param.
(setenv): Set display-environment-variable and
term-environment-variable.

* frame.c (Qterm_environment_variable,
Qdisplay_environment_variable): New variables.
(syms_of_frame): Intern and staticpro them.

* frame.h: Declare them here.

* callproc.c (child_setup): Use the display-environment-variable
and term-environment-variable frame params.
(getenv_internal): Likewise.
(set_initial_environment): Initialise Vprocess_environment.

* frames.texi (Basic Parameters): Add display-environment-variable
and term-environment-variable.

17 years ago(command-line): Set buffer-offer-save in *scratch* and enable auto-save in it.
Richard M. Stallman [Tue, 3 Jul 2007 02:54:48 +0000 (02:54 +0000)]
(command-line): Set buffer-offer-save in *scratch* and enable auto-save in it.

17 years ago(find-file-confirm-inexistent-file): Make it a defcustom.
Richard M. Stallman [Tue, 3 Jul 2007 02:54:27 +0000 (02:54 +0000)]
(find-file-confirm-inexistent-file): Make it a defcustom.
Make nil the default.

17 years ago(make-directory): Doc fix.
Richard M. Stallman [Tue, 3 Jul 2007 02:52:32 +0000 (02:52 +0000)]
(make-directory): Doc fix.

17 years ago*** empty log message ***
Carsten Dominik [Mon, 2 Jul 2007 21:53:51 +0000 (21:53 +0000)]
*** empty log message ***