| Commit message (Expand) | Author | Age | Files | Lines |
* | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-640 | Miles Bader | 2004-10-26 | 3 | -14/+19 |
* | (auto-mode-alist): Add pod, js, xbm and xpm and group trivial variants to sho... | Daniel Pfeiffer | 2004-10-26 | 2 | -118/+124 |
* | (cc-other-file-alist): Bring it in line with cc-mode's auto-mode-alist entrie... | Daniel Pfeiffer | 2004-10-26 | 1 | -13/+17 |
* | (sgml-mode): Fix imenu-generic-expression and add "Id" and "Name" submenus to... | Daniel Pfeiffer | 2004-10-26 | 1 | -4/+16 |
* | (imenu--generic-function): Skip matches in comments. | Daniel Pfeiffer | 2004-10-26 | 1 | -22/+29 |
* | (calc-match): Use an extra argument instead of `interactive-p'. | Jay Belanger | 2004-10-26 | 2 | -3/+15 |
* | (calc-other-window): Use an extra argument instead of `interactive-p'. | Jay Belanger | 2004-10-26 | 1 | -3/+3 |
* | (calc,full-calc, calc-quit, calc-keypad, full-calc-keypad) | Jay Belanger | 2004-10-26 | 1 | -19/+18 |
* | (describe-key): Describe both down-event and up-event | Kim F. Storm | 2004-10-26 | 1 | -2/+13 |
* | *** empty log message *** | Kim F. Storm | 2004-10-26 | 1 | -3/+8 |
* | *** empty log message *** | Richard M. Stallman | 2004-10-26 | 1 | -0/+13 |
* | (woman): Don't call interactive-p. | Richard M. Stallman | 2004-10-26 | 1 | -1/+1 |
* | (pcomplete): Instead of interactive-p, | Richard M. Stallman | 2004-10-26 | 1 | -3/+3 |
* | (menu-bar-make-toggle): Instead of interactive-p, | Richard M. Stallman | 2004-10-26 | 1 | -4/+6 |
* | (Man-cleanup-manpage): Instead of interactive-p, | Richard M. Stallman | 2004-10-26 | 1 | -4/+7 |
* | (tex-font-lock-keywords-1): Fix up the spurious | Stefan Monnier | 2004-10-25 | 1 | -0/+6 |
* | * progmodes/flymake.el (flymake-split-string): Use | Masatake YAMATO | 2004-10-25 | 2 | -2/+14 |
* | *** empty log message *** | Stefan Monnier | 2004-10-25 | 1 | -11/+12 |
* | *** empty log message *** | Jay Belanger | 2004-10-25 | 1 | -0/+5 |
* | (calc-digit-dots): Inhibit read-only before erasing minibuffer. | Jay Belanger | 2004-10-25 | 1 | -1/+2 |
* | * subr.el (read-passwd): Move to net/password.el. | Simon Josefsson | 2004-10-25 | 3 | -55/+62 |
* | (process-file): Fix logic. | Kai Großjohann | 2004-10-25 | 2 | -7/+9 |
* | (mouse-sel-mode): Specify custom group. | Kai Großjohann | 2004-10-25 | 2 | -0/+5 |
* | (x-set-cut-buffer): Cancel previous change. | Kenichi Handa | 2004-10-25 | 2 | -9/+0 |
* | (x-set-cut-buffer): Encode STRING if necessary. | Kenichi Handa | 2004-10-25 | 2 | -0/+9 |
* | Clean whitespace. | Kim F. Storm | 2004-10-24 | 1 | -2/+2 |
* | (set-left-margin, set-right-margin): Delete redundant code. | Luc Teirlinck | 2004-10-24 | 2 | -6/+8 |
* | (describe-mode): Fix 2004-10-13 change. | Kim F. Storm | 2004-10-24 | 1 | -1/+2 |
* | Reorder entries. | Kim F. Storm | 2004-10-24 | 1 | -20/+26 |
* | (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7 style indexes. | Luc Teirlinck | 2004-10-24 | 2 | -1/+7 |
* | (process-file): Accept nil for INFILE. Reported by | Kai Großjohann | 2004-10-24 | 2 | -1/+6 |
* | * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): Handle | Masatake YAMATO | 2004-10-24 | 2 | -6/+14 |
* | (asm-font-lock-keywords): Use font-lock-variable-name-face for registers. | Nick Roberts | 2004-10-23 | 2 | -3/+5 |
* | (gdb-get-create-buffer): Allow modes to run | Nick Roberts | 2004-10-23 | 1 | -17/+45 |
* | *** empty log message *** | Nick Roberts | 2004-10-23 | 1 | -0/+17 |
* | (ibuffer-kill-line): Set arg `interactive-p' in interactive spec | John Paul Wallington | 2004-10-23 | 2 | -3/+8 |
* | (ibuffer-find-file): Remove `interactive-p' call; `wildcards' set to t | John Paul Wallington | 2004-10-23 | 1 | -2/+2 |
* | * simple.el (process-file): New function, similar to call-process | Kai Großjohann | 2004-10-23 | 5 | -2/+63 |
* | From Ulf Jasper <ulf.jasper@web.de>: | Glenn Morris | 2004-10-23 | 1 | -40/+47 |
* | *** empty log message *** | Glenn Morris | 2004-10-23 | 1 | -0/+11 |
* | *** empty log message *** | John Paul Wallington | 2004-10-23 | 1 | -2/+1 |
* | (ibuffer-jump-to-buffer): Read buffer name in interactive spec rather | John Paul Wallington | 2004-10-23 | 2 | -47/+51 |
* | *** empty log message *** | Kenichi Handa | 2004-10-22 | 1 | -0/+5 |
* | (translate-region): Implement it in Lisp | Kenichi Handa | 2004-10-22 | 1 | -0/+28 |
* | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-633 | Miles Bader | 2004-10-21 | 3 | -11/+28 |
* | (tex-compilation-parse-errors): Don't output messages. | Stefan Monnier | 2004-10-21 | 1 | -3/+1 |
* | *** empty log message *** | Jay Belanger | 2004-10-21 | 1 | -0/+8 |
* | (calc-alg-ent-map, calc-alg-ent-esc-map): Declared these variables | Jay Belanger | 2004-10-21 | 1 | -1/+7 |
* | (calc-describe-bindings): Fix last change. | Stefan Monnier | 2004-10-21 | 2 | -17/+22 |
* | (calc-graph-init): Use `set-process-query-on-exit-flag' | Jay Belanger | 2004-10-21 | 2 | -1/+6 |