| Commit message (Expand) | Author | Age | Files | Lines |
* | (user-init-file): Default value now nil. | Richard M. Stallman | 1998-06-13 | 1 | -3/+8 |
* | (command-line-1): Check that user-init-file non-nil. | Richard M. Stallman | 1998-06-13 | 1 | -0/+1 |
* | (rmail-variables): Locally bind | Richard M. Stallman | 1998-06-13 | 1 | -4/+5 |
* | (tar-mode): Locally bind local-enable-local-variables, | Richard M. Stallman | 1998-06-13 | 1 | -4/+4 |
* | (archive-mode): Locally bind local-enable-local-variables, not | Richard M. Stallman | 1998-06-13 | 1 | -2/+2 |
* | (info-other-window): New function. | Richard M. Stallman | 1998-06-13 | 1 | -0/+8 |
* | (help-map): C-h 4 i runs info-other-window. | Richard M. Stallman | 1998-06-13 | 1 | -16/+1 |
* | (other): Doc fix. | Richard M. Stallman | 1998-06-13 | 1 | -1/+1 |
* | (repeat): Don't set obsolete var repeat-num-input-keys-at-prefix. | Richard M. Stallman | 1998-06-13 | 1 | -2/+1 |
* | (find-file-noselect): Delete unused local var `error'. | Richard M. Stallman | 1998-06-13 | 1 | -3/+3 |
* | (find-file-noselect): Use find-file-noselect-1 | Richard M. Stallman | 1998-06-13 | 1 | -1/+2 |
* | (elisp-eval-region): Accept new arg read-function; also handle | Richard M. Stallman | 1998-06-13 | 1 | -2/+13 |
* | (eval-defun): Pass read function to | Richard M. Stallman | 1998-06-13 | 1 | -7/+6 |
* | Several fixes in doc string style. | Richard M. Stallman | 1998-06-13 | 1 | -7/+10 |
* | (ispell-region): Return non-nil if not aborted. | Richard M. Stallman | 1998-06-13 | 1 | -3/+4 |
* | (read-feature): Doc fix. | Richard M. Stallman | 1998-06-13 | 1 | -18/+60 |
* | (tpu-include) Use insert-file-contents, remove save-excursion. | Richard M. Stallman | 1998-06-12 | 1 | -3/+2 |
* | (vc-dired-hook): Don't use dired-kill-line to remove directory lines | André Spiegel | 1998-06-12 | 1 | -4/+13 |
* | (set-auto-coding): Cancel the previous change. | Kenichi Handa | 1998-06-12 | 1 | -68/+64 |
* | (instantiate-fontset): Delete | Kenichi Handa | 1998-06-12 | 1 | -106/+160 |
* | While creating fontsets of style variants, pay | Kenichi Handa | 1998-06-12 | 1 | -11/+21 |
* | (set-face-font): Pay attention to fontset. | Kenichi Handa | 1998-06-12 | 1 | -4/+2 |
* | (gud-filter): extend scope of binding of gud-filter-defer-flag. | Richard M. Stallman | 1998-06-12 | 1 | -16/+16 |
* | (hs-minor-mode): Use `make-local-variable' not `make-variable-buffer-local'. | Thien-Thi Nguyen | 1998-06-12 | 1 | -1/+1 |
* | Require `easymenu'. Rework to use easymenu. Remove eol ws. | Thien-Thi Nguyen | 1998-06-12 | 1 | -251/+284 |
* | Initial revision | Richard M. Stallman | 1998-06-12 | 1 | -0/+227 |
* | (set-auto-coding): Argument is changed to SIZE. | Kenichi Handa | 1998-06-12 | 1 | -64/+68 |
* | Renamed from vi-dot.el. | Richard M. Stallman | 1998-06-11 | 1 | -161/+96 |
* | (vc-dired-recurse, vc-dired-terse-display): New user options. | André Spiegel | 1998-06-11 | 1 | -25/+86 |
* | (dired-readin): Insert headerline only if necessary. (Not in | André Spiegel | 1998-06-11 | 1 | -1/+2 |
* | (rmail-toggle-header): Fix previous change. | Richard M. Stallman | 1998-06-11 | 1 | -17/+26 |
* | (command-line): Set `temporary-file-directory' based | Richard M. Stallman | 1998-06-10 | 1 | -0/+10 |
* | (metamail-region): Don't use concat with | Dave Love | 1998-06-10 | 1 | -2/+2 |
* | Don't require dired when compiling. | Dave Love | 1998-06-10 | 1 | -13/+9 |
* | (ctl-x-map): Change vi-dot binding to repeat. | Richard M. Stallman | 1998-06-10 | 1 | -1/+1 |
* | (c-mode-menu): Use (mark t), not (mark), in enable-expressions. | Richard M. Stallman | 1998-06-10 | 1 | -4/+4 |
* | (widget-specify-secret): New function. | Richard M. Stallman | 1998-06-10 | 1 | -16/+22 |
* | (other): New widget type. | Richard M. Stallman | 1998-06-10 | 1 | -0/+11 |
* | (help-make-xrefs): When scanning keymap binding listings, | Richard M. Stallman | 1998-06-10 | 1 | -5/+6 |
* | (uce-message-text): Change the text of message that is sent. | Richard M. Stallman | 1998-06-09 | 1 | -138/+200 |
* | Prevent diary display from being corrupted on printed calendar generation. | Edward M. Reingold | 1998-06-09 | 1 | -1/+1 |
* | Minor fix to previous change. | Edward M. Reingold | 1998-06-09 | 1 | -2/+2 |
* | Rewrote calendar-mouse-holidays, calendar-mouse-view-diary-entries, | Edward M. Reingold | 1998-06-09 | 1 | -12/+50 |
* | Don't overide default value of diary-file. | Edward M. Reingold | 1998-06-09 | 1 | -4/+4 |
* | (mail-header-end): Widen. | Richard M. Stallman | 1998-06-09 | 1 | -7/+11 |
* | (pod2man-program): Var reinstalled. | Richard M. Stallman | 1998-06-09 | 1 | -2/+71 |
* | (apropos-print): The cross ref for a variable | Richard M. Stallman | 1998-06-09 | 1 | -5/+6 |
* | Comment change. | Richard M. Stallman | 1998-06-09 | 1 | -2/+4 |
* | (ange-ftp-expand-dir): Use null-device. | Richard M. Stallman | 1998-06-09 | 1 | -1/+1 |
* | (null-device): New variable. | Richard M. Stallman | 1998-06-09 | 1 | -0/+3 |