| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from emacs--devo--0 | Miles Bader | 2007-07-09 | 121 | -2532/+10073 |
|\ |
|
| * | Add arch tagline | Miles Bader | 2007-07-09 | 2 | -0/+3 |
| * | (file-coding-system-alist): Fix previous commit. | Katsumi Yamaoka | 2007-07-09 | 1 | -20/+12 |
| * | Remove `tiny change' flags from my log entries. | Katsumi Yamaoka | 2007-07-08 | 4 | -6/+6 |
| * | (file-coding-system-alist): Fix custom type. | Katsumi Yamaoka | 2007-07-08 | 2 | -9/+24 |
| * | (run-mode-hooks): Docstring improvement. | Stefan Monnier | 2007-07-08 | 1 | -1/+2 |
| * | (vc-cvs-revert): Use vc-default-revert. | Stefan Monnier | 2007-07-08 | 2 | -88/+39 |
| * | * NEWS: `file-remote-p' has a new optional parameter CONNECTED. | Michael Albinus | 2007-07-08 | 2 | -0/+9 |
| * | * files.texi (Magic File Names): Introduce optional parameter | Michael Albinus | 2007-07-08 | 2 | -3/+14 |
| * | (longlines-wrap-region): Avoid marking buffer as modified. | Chong Yidong | 2007-07-08 | 1 | -15/+14 |
| * | * longlines.el (longlines-wrap-region): Avoid marking buffer as | Chong Yidong | 2007-07-08 | 1 | -0/+7 |
| * | * tramp.texi: | Michael Albinus | 2007-07-08 | 3 | -365/+1127 |
| * | * files.el (file-remote-p): Introduce optional parameter CONNECTED. | Michael Albinus | 2007-07-08 | 15 | -5841/+6468 |
| * | Add arch tagline | Miles Bader | 2007-07-08 | 2 | -0/+2 |
| * | (disabled-command-function): Fit window to buffer to | Martin Rudalics | 2007-07-08 | 2 | -2/+12 |
| * | (mouse-drag-track): Reset transient-mark-mode to nil | Martin Rudalics | 2007-07-08 | 1 | -0/+5 |
| * | (math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size): | Jay Belanger | 2007-07-08 | 1 | -5/+4 |
| * | (math-bignum-logb-digit-size,math-bignum-digit-power-of-two): | Jay Belanger | 2007-07-08 | 1 | -1/+1 |
| * | (math-bignum-logb-digit-size,math-bignum-digit-power-of-two): Evaluate | Jay Belanger | 2007-07-08 | 2 | -2/+5 |
| * | (math-bignum-digit-size,math-small-integer-size): Evaluate when compiled. | Jay Belanger | 2007-07-08 | 1 | -2/+4 |
| * | (math-bignum-digit-length): Evaluate when compiled. | Jay Belanger | 2007-07-08 | 1 | -3/+4 |
| * | (math-approx-ln-10,math-approx-ln-2): Add docstrings. | Jay Belanger | 2007-07-08 | 2 | -2/+25 |
| * | (math-gammap1-raw): Add docstring. | Jay Belanger | 2007-07-08 | 1 | -1/+2 |
| * | (math-julian-date-beginning,math-julian-date-beginning-int) New constants. | Jay Belanger | 2007-07-08 | 1 | -19/+16 |
| * | (math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const): | Jay Belanger | 2007-07-07 | 1 | -4/+8 |
| * | (math-small-factorial-table,math-init-random-base,math-prime-test): | Jay Belanger | 2007-07-07 | 1 | -23/+7 |
| * | (math-bignum-digit-length): Change to optimal value. | Jay Belanger | 2007-07-07 | 1 | -1/+4 |
| * | (vc-annotate): Jump to line and output message only after the | Stefan Monnier | 2007-07-07 | 2 | -3/+12 |
| * | (vc-exec-after): Don't move point from the sentinel. | Stefan Monnier | 2007-07-07 | 2 | -39/+51 |
| * | *** empty log message *** | Eli Zaretskii | 2007-07-07 | 1 | -0/+5 |
| * | * process.texi (Asynchronous Processes): | Michael Albinus | 2007-07-07 | 3 | -1/+25 |
| * | * simple.el (start-file-process): New defun. | Michael Albinus | 2007-07-07 | 2 | -0/+16 |
| * | (menu-bar-open): New function. Bind <f10> to it. | Eli Zaretskii | 2007-07-07 | 1 | -2/+12 |
| * | * NEWS: New function `start-file-process'. | Michael Albinus | 2007-07-07 | 2 | -0/+9 |
| * | Autoload section comment update. | Stefan Monnier | 2007-07-07 | 1 | -1/+1 |
| * | (find-file-confirm-nonexistent-file): Rename from | Stefan Monnier | 2007-07-07 | 3 | -8/+11 |
| * | (autoload-find-destination): Understand a new format of autoload block where | Stefan Monnier | 2007-07-07 | 2 | -21/+57 |
| * | (math-read-number): Replace number by variable. | Jay Belanger | 2007-07-07 | 2 | -3/+16 |
| * | Fix doc for the checkout function. | Dan Nicolaescu | 2007-07-07 | 2 | -1/+5 |
| * | vc-hg.el: New file. | Dan Nicolaescu | 2007-07-06 | 1 | -0/+4 |
| * | (vc-hg-root): New function. | Dan Nicolaescu | 2007-07-06 | 2 | -17/+140 |
| * | (eval-last-sexp): Avoid introducing any | Andreas Schwab | 2007-07-06 | 2 | -7/+13 |
| * | Document how to get back the old binding of SPC in file prompts. | Eli Zaretskii | 2007-07-06 | 1 | -0/+8 |
| * | (auto-revert-tail-handler): Use inhibit-read-only. | Stefan Monnier | 2007-07-06 | 2 | -7/+14 |
| * | (math-add-bignum): Replace number by constant. | Jay Belanger | 2007-07-06 | 2 | -2/+4 |
| * | (math-bignum-logb-digit-size,math-bignum-digit-power-of-two): New | Jay Belanger | 2007-07-06 | 2 | -23/+49 |
| * | (math-random-digit): Rename to `math-random-three-digit-number'. | Jay Belanger | 2007-07-06 | 1 | -12/+13 |
| * | (widget-documentation-string-value-create): Insert indentation spaces. | Chong Yidong | 2007-07-05 | 1 | -0/+4 |
| * | * wid-edit.el (widget-documentation-string-value-create): Insert | Chong Yidong | 2007-07-05 | 1 | -0/+5 |
| * | Revert last change. | Thien-Thi Nguyen | 2007-07-05 | 2 | -76/+5 |