| Commit message (Expand) | Author | Age | Files | Lines |
* | (math-read-token): Add local variable. | Jay Belanger | 2005-02-19 | 1 | -3/+4 |
* | * viper-cmd.el (viper-prefix-commands): make into a defconst. | Michael Kifer | 2005-02-19 | 8 | -61/+122 |
* | (subregexp-context-p): Fix garbled doc string by adding | David Kastrup | 2005-02-19 | 2 | -4/+9 |
* | *** empty log message *** | Jay Belanger | 2005-02-19 | 1 | -0/+7 |
* | (calc-arctan, calc-tanh, calc-arctanh): Removed extra definitions. | Jay Belanger | 2005-02-19 | 1 | -15/+4 |
* | (escape-glyph, minibuffer-prompt, button): Add commentary for | Eli Zaretskii | 2005-02-19 | 3 | -0/+13 |
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111 | Miles Bader | 2005-02-19 | 10 | -19/+127 |
* | (query-replace-read-from): Set the value of | Eli Zaretskii | 2005-02-19 | 2 | -3/+10 |
* | (tramp-file-name-for-operation): Use dired-call-process instead of | Eli Zaretskii | 2005-02-19 | 2 | -1/+6 |
* | *** empty log message *** | Jay Belanger | 2005-02-19 | 1 | -0/+9 |
* | (math-trig-inverses, math-div-trig, math-div-non-trig): New variables. | Jay Belanger | 2005-02-19 | 1 | -0/+132 |
* | (gdb-var-update-handler) | Nick Roberts | 2005-02-19 | 1 | -8/+18 |
* | *** empty log message *** | Nick Roberts | 2005-02-19 | 1 | -0/+8 |
* | * ediff.el (ediff-set-diff-overlays-in-one-buffer, | Michael Kifer | 2005-02-19 | 5 | -30/+114 |
* | (log-view-message-re): Fix up Subversion regexp. | Stefan Monnier | 2005-02-18 | 2 | -9/+12 |
* | (meta-mark-active): Fix condition to just | David Kastrup | 2005-02-18 | 2 | -1/+6 |
* | *** empty log message *** | Richard M. Stallman | 2005-02-18 | 1 | -1/+1 |
* | (auto-revert-stop-on-user-input): Doc fix. | Luc Teirlinck | 2005-02-18 | 1 | -1/+1 |
* | (ps-font-info-database): New entry | Kenichi Handa | 2005-02-18 | 2 | -3/+17 |
* | (auto-revert-stop-on-user-input): Further doc fix. | Luc Teirlinck | 2005-02-17 | 2 | -2/+6 |
* | (ido-fallback-command): Pass user input to fallback command. | Kim F. Storm | 2005-02-16 | 1 | -0/+3 |
* | *** empty log message *** | Kim F. Storm | 2005-02-16 | 1 | -2/+6 |
* | (gdb-set-gud-minor-mode-existing-buffers) | Nick Roberts | 2005-02-16 | 1 | -2/+4 |
* | *** empty log message *** | Nick Roberts | 2005-02-16 | 1 | -0/+5 |
* | (auto-revert-stop-on-user-input): Doc fix. | Luc Teirlinck | 2005-02-16 | 1 | -3/+6 |
* | *** empty log message *** | Richard M. Stallman | 2005-02-16 | 1 | -0/+26 |
* | (perform-replace): Pass new args to replace-highlight. | Richard M. Stallman | 2005-02-16 | 1 | -7/+9 |
* | (disabled-command-hook): Autoload the defalias | Richard M. Stallman | 2005-02-16 | 1 | -3/+2 |
* | (menu-bar-select-frame): FRAME defaults to selected. | Richard M. Stallman | 2005-02-16 | 1 | -3/+5 |
* | (isearch-lazy-highlight-start-limit) | Richard M. Stallman | 2005-02-16 | 1 | -12/+23 |
* | (dired-build-subdir-alist): Bind buffer-undo-list to t. | Richard M. Stallman | 2005-02-16 | 1 | -0/+1 |
* | (all): Use default-boundp. | Richard M. Stallman | 2005-02-16 | 1 | -1/+1 |
* | *** empty log message *** | Luc Teirlinck | 2005-02-16 | 1 | -0/+5 |
* | (auto-revert-stop-on-user-input, auto-revert-verbose): Doc fixes. | Luc Teirlinck | 2005-02-16 | 1 | -2/+5 |
* | 2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> | Jason Rumney | 2005-02-15 | 2 | -3/+8 |
* | (math-csc-raw): Fix typo. | Jay Belanger | 2005-02-15 | 2 | -1/+34 |
* | (math-eqn-special-funcs): Add functions to list. | Jay Belanger | 2005-02-15 | 1 | -0/+2 |
* | Add derivative and integration rules for calcFunc-sec, calcFunc-csc, | Jay Belanger | 2005-02-15 | 1 | -1/+82 |
* | Add simplification rules for calcFunc-sec, calcFunc-csc, calcFunc-cot. | Jay Belanger | 2005-02-15 | 1 | -0/+39 |
* | (calc-handle-undo): Remove prefix from variable in message. | Jay Belanger | 2005-02-15 | 1 | -1/+2 |
* | (calc-DistribRules, calc-NegateRules): Add rules. | Jay Belanger | 2005-02-15 | 1 | -0/+10 |
* | (calc-sec, calc-csc, calc-cot, calc-sech, calc-csch, calc-coth) | Jay Belanger | 2005-02-15 | 1 | -2/+387 |
* | Add functions to autoloads. | Jay Belanger | 2005-02-15 | 1 | -5/+10 |
* | (math-real-if-arg-functions): Add functions to list. | Jay Belanger | 2005-02-15 | 1 | -2/+6 |
* | Add simplification rules for calcFunc-sec, calcFunc-csc, calcFunc-cot, | Jay Belanger | 2005-02-15 | 1 | -0/+128 |
* | (lisp-mode-variables): Add ;;;###autoload to `outline-regexp'. | Lute Kamstra | 2005-02-15 | 2 | -6/+13 |
* | (gdb-find-file-unhook): New variable. | Nick Roberts | 2005-02-15 | 1 | -14/+59 |
* | *** empty log message *** | Nick Roberts | 2005-02-15 | 1 | -0/+8 |
* | (all): Comment change. | Luc Teirlinck | 2005-02-14 | 2 | -1/+6 |
* | *** empty log message *** | Lute Kamstra | 2005-02-14 | 1 | -0/+4 |