| Commit message (Expand) | Author | Age | Files | Lines |
* | (diff-buffer-with-file): Check whether associated file exists. | Markus Rost | 2002-09-13 | 2 | -14/+25 |
* | (diff-mode): Turn on compilation-minor-mode | Stefan Monnier | 2002-09-13 | 1 | -10/+13 |
* | (cvs-do-removal): Bind inhibit-read-only while modifying the buffer. | Stefan Monnier | 2002-09-13 | 1 | -4/+5 |
* | (perl-mode-syntax-table): Mark $, % and @ | Stefan Monnier | 2002-09-13 | 1 | -68/+205 |
* | (cvs-mode-find-file): Work even if point is at beg-of-line. | Stefan Monnier | 2002-09-13 | 1 | -2/+2 |
* | (comment-with-narrowing): Use the `declare' thingy. | Stefan Monnier | 2002-09-13 | 1 | -2/+1 |
* | (define-derived-mode): Properly ignore unknown args. | Stefan Monnier | 2002-09-13 | 2 | -4/+14 |
* | (transient-mark-mode, line-number-mode, column-number-mode): | Stefan Monnier | 2002-09-13 | 1 | -3/+3 |
* | (define-minor-mode): Add a :require arg. | Stefan Monnier | 2002-09-13 | 1 | -12/+15 |
* | Provide `simple'. | Stefan Monnier | 2002-09-13 | 1 | -0/+1 |
* | (tetris-blank-options, tetris-cell-options): | Francesco Potortì | 2002-09-13 | 1 | -15/+12 |
* | (snake-border-options): Use color on tty if available. | Francesco Potortì | 2002-09-13 | 1 | -1/+2 |
* | (pong-border-options): Use color on tty if | Francesco Potortì | 2002-09-13 | 1 | -7/+4 |
* | Good appearance of gamegrid-based games on color ttys. | Francesco Potortì | 2002-09-13 | 1 | -0/+13 |
* | (kmacro-start-macro): Doc fix. | Kim F. Storm | 2002-09-13 | 1 | -1/+1 |
* | *** empty log message *** | Kim F. Storm | 2002-09-13 | 1 | -0/+4 |
* | (whitespace-unload-hook): Call `remove-hook' with three arguments, not four. | Juanma Barranquero | 2002-09-13 | 2 | -2/+10 |
* | (idlwave-shell-cleanup): Fix reference to `idlwave-idlwave_routine_info-compi... | Juanma Barranquero | 2002-09-13 | 1 | -2/+2 |
* | (universal-coding-system-argument): | Richard M. Stallman | 2002-09-13 | 2 | -10/+15 |
* | *** empty log message *** | Stefan Monnier | 2002-09-12 | 1 | -12/+59 |
* | (kmacro-keymap): Changed bindings: | Kim F. Storm | 2002-09-12 | 1 | -2/+2 |
* | (find-library-name): Typo. | Stefan Monnier | 2002-09-12 | 1 | -1/+1 |
* | (find-library-name): Don't forget the empty suffix. Fix stale variable name. | Stefan Monnier | 2002-09-12 | 1 | -2/+2 |
* | (diff-mode): Docstring improvement. | Stefan Monnier | 2002-09-12 | 1 | -1/+7 |
* | *** empty log message *** | Kim F. Storm | 2002-09-12 | 1 | -0/+5 |
* | (gud-gdb-massage-args, gud-sdb-massage-args) | Stefan Monnier | 2002-09-12 | 1 | -85/+88 |
* | Require CL when compiling. | Stefan Monnier | 2002-09-12 | 1 | -0/+2 |
* | Updated to IDLWAVE version 4.15. See idlwave.org. | J.D. Smith | 2002-09-12 | 4 | -572/+858 |
* | (time-stamp-hhmmss): New function. | Simon Josefsson | 2002-09-12 | 2 | -0/+12 |
* | (smtpmail-send-it): Don't use : in filenames | Simon Josefsson | 2002-09-12 | 1 | -9/+9 |
* | *** empty log message *** | Richard M. Stallman | 2002-09-12 | 1 | -0/+19 |
* | (define-derived-mode): When making new abbrev table, | Richard M. Stallman | 2002-09-12 | 1 | -11/+1 |
* | Adjust ps-print-color-p, ps-default-fg and ps-default-bg setting. | Richard M. Stallman | 2002-09-12 | 1 | -38/+43 |
* | (ruler-mode-left-scroll-bar-cols): | Richard M. Stallman | 2002-09-12 | 1 | -2/+6 |
* | (copy-abbrev-table): New function. | Richard M. Stallman | 2002-09-12 | 1 | -0/+12 |
* | (define-derived-mode): Fix typo. | Stefan Monnier | 2002-09-11 | 1 | -1/+1 |
* | (line-number-mode, column-number-mode) | Stefan Monnier | 2002-09-11 | 1 | -43/+34 |
* | (whitespace-global-mode): Use define-minor-mode. Use the new file hook names. | Stefan Monnier | 2002-09-11 | 1 | -87/+62 |
* | (finder-find-library): Remove. | Stefan Monnier | 2002-09-11 | 1 | -14/+8 |
* | *** empty log message *** | Dave Love | 2002-09-11 | 1 | -0/+14 |
* | (non-standard-designations-alist) | Dave Love | 2002-09-11 | 1 | -10/+13 |
* | ("Ukrainian"): Fix nonascii-translation. | Dave Love | 2002-09-11 | 1 | -3/+8 |
* | Fix last change. | Dave Love | 2002-09-11 | 1 | -1/+1 |
* | (utf-8-fragment-on-decoding): Fix last | Dave Love | 2002-09-11 | 1 | -1/+1 |
* | (transient-mark-mode, line-number-mode, column-number-mode): | Stefan Monnier | 2002-09-11 | 1 | -67/+6 |
* | ("simple.el"): Move to after loaddefs.el. | Stefan Monnier | 2002-09-11 | 1 | -1/+1 |
* | (define-mail-user-agent): Moved from simple.el. | Stefan Monnier | 2002-09-11 | 1 | -1/+36 |
* | Typo. | Kim F. Storm | 2002-09-11 | 1 | -1/+1 |
* | (edit-kbd-macro): Recognize new C-x e binding, kmacro-end-and-call-macro. | Kim F. Storm | 2002-09-11 | 1 | -1/+2 |
* | *** empty log message *** | Kim F. Storm | 2002-09-11 | 1 | -0/+5 |