Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [win32] (face-menu-read-color, list-colors-display, facemenu-color-equal, ↵ | Geoff Voelker | 1995-11-07 | 1 | -5/+5 |
| | | | | | | face-menu-get-face): Test for 'win32 window system as well as 'x. | ||||
* | [win32] (make-face, make-face-x-resource-internal): | Geoff Voelker | 1995-11-07 | 1 | -3/+3 |
| | | | | Test for 'win32 window system as well as 'x. | ||||
* | mouse.el [win32] (mouse-set-region): | Geoff Voelker | 1995-11-07 | 1 | -0/+1 |
| | | | | Test for 'win32 window system as well as 'x. | ||||
* | [win32] (normal-top-level, command-line, command-line-1): | Geoff Voelker | 1995-11-07 | 1 | -3/+3 |
| | | | | Test for 'win32 window system as well as 'x. | ||||
* | Make byte-force-recompile suitably interactive. | Simon Marshall | 1995-11-06 | 1 | -0/+1 |
| | |||||
* | (makefile-define-space-face): Don't make face if non-X. | Karl Heuer | 1995-11-05 | 1 | -3/+4 |
| | |||||
* | entered into RCS | Lars Magne Ingebrigtsen | 1995-11-04 | 28 | -9039/+32598 |
| | |||||
* | Removed old gnus hooks. | Erik Naggum | 1995-11-04 | 1 | -35/+2 |
| | | | | | (gnus-group-mode): Adapt to new Gnus. (gnus-summary-mode): Removed. | ||||
* | (tex-send-command): Give meaningful error message. | Karl Heuer | 1995-11-04 | 1 | -1/+1 |
| | |||||
* | (mail): Don't change directory for *mail* buffer. | Karl Heuer | 1995-11-04 | 1 | -27/+28 |
| | | | | | (sendmail-send-it, mail-recover): Instead, temporarily change to a safe directory for just the subprocess. | ||||
* | (sh-shells): Eliminated variable redundant with | Karl Heuer | 1995-11-03 | 1 | -99/+143 |
| | | | | | | | | | | | | | `interpreter-mode-alist'. (sh-beginning-of-command): Take into account \quoted newline. (sh-builtins, sh-leading-keywords, sh-other-keywords): Now three distinct sets for font-locking. (sh-font-lock-keywords-1, sh-font-lock-keywords-2): New variables and functions to give the user finer control over how much to fontify, including new distinction between keywords and builtins. (sh-mode): Use new features of `font-lock-defaults' and adaptation to skeleton changes. (sh-while): Fix csh, es & rc skeletons. | ||||
* | (skeleton-end-hook): Now defvared and responsible for | Karl Heuer | 1995-11-03 | 1 | -30/+35 |
| | | | | | | | | pushing out anything following skeleton to next line. Thus this behaviour can now be controlled by modes. (skeleton-insert): Parameter `no-newline' removed. (skeleton-read): Take this into account. (skeleton-internal-1): Less spurious empty lines when wrapping. | ||||
* | (sh-remember-variable): Set variable to empty string, | Karl Heuer | 1995-11-03 | 1 | -1/+1 |
| | | | | | so as not to mess up subprocesses' environment. Not so nice for completion. | ||||
* | (minor-mode-map-alist): Use substitute-key-definition | Karl Heuer | 1995-11-03 | 1 | -5/+11 |
| | | | | | | | to find the appropriate bindings for window enlarge/shrink. (2C-shrink-window-horizontally, 2C-enlarge-window-horizontally): Renamed from shrink-window-horizontally, enlarge-window-horizontally to avoid redefining the standard functions. | ||||
* | Comment change. | Karl Heuer | 1995-11-03 | 4 | -12/+12 |
| | |||||
* | (mh-goto-msg): binary search (much faster!). | Karl Heuer | 1995-11-03 | 1 | -57/+101 |
| | | | | (mh-prompt-for-folder): error if regular file. | ||||
* | reporter.el support. | Karl Heuer | 1995-11-03 | 1 | -10/+29 |
| | |||||
* | (mh-make-folder-mode-line): support mh-msg-count. | Karl Heuer | 1995-11-03 | 1 | -29/+27 |
| | | | | (mh-delete-scan-msgs): use fast new mh-goto-msg. | ||||
* | (with-electric-help): Add missing argument MINHEIGHT. | Erik Naggum | 1995-11-02 | 1 | -1/+1 |
| | |||||
* | (vc-backend-diff): Use new variable vc-rcsdiff-knows-brief. | André Spiegel | 1995-11-02 | 1 | -8/+14 |
| | |||||
* | (vc-utc-string): Use timezone of TIMEVAL for the correction, not the | André Spiegel | 1995-11-02 | 1 | -10/+23 |
| | | | | | | current one. (vc-rcsdiff-knows-brief): New variable. (vc-rcs-lock-from-diff): Use it. | ||||
* | (tpu-set-mode-line): Add element for column number. | Karl Heuer | 1995-11-02 | 1 | -0/+1 |
| | |||||
* | Don't require initial whitespace in vendor name. | Karl Heuer | 1995-11-02 | 1 | -1/+1 |
| | |||||
* | Always load menu-bar. | Richard M. Stallman | 1995-10-31 | 1 | -1/+1 |
| | |||||
* | (msb--toggle-menu-type): Pass t as arg. | Richard M. Stallman | 1995-10-31 | 1 | -1/+1 |
| | |||||
* | (command-line-1): Say how to invoke menu bar, if not X. | Richard M. Stallman | 1995-10-31 | 1 | -2/+9 |
| | | | | (command-line): If not X, do enable menu bar. | ||||
* | Fix previous change. | Richard M. Stallman | 1995-10-31 | 1 | -1/+1 |
| | |||||
* | (mail-abbrev-syntax-table): Fix initialization. | Richard M. Stallman | 1995-10-31 | 1 | -1/+2 |
| | |||||
* | (describe-function): Call documentation just once. | Richard M. Stallman | 1995-10-31 | 1 | -8/+10 |
| | | | | (describe-key): Likewise. | ||||
* | update some doc strings. | Karl Heuer | 1995-10-31 | 1 | -70/+93 |
| | | | | | | (time-stamp-strftime): ignore some additional chars we might want to use in the future for additional controls or parameters. (time-stamp): minor optimizations. | ||||
* | Comment change | Erik Naggum | 1995-10-30 | 1 | -0/+1 |
| | |||||
* | Comment change. | Erik Naggum | 1995-10-30 | 1 | -1/+1 |
| | |||||
* | Correct initial line typo. | Erik Naggum | 1995-10-30 | 1 | -1/+1 |
| | |||||
* | (describe-variable): Don't call substitute-command-keys. | Richard M. Stallman | 1995-10-30 | 1 | -3/+1 |
| | |||||
* | (finding existing executable versions): Add a period to the end of BASE. | Richard M. Stallman | 1995-10-30 | 1 | -1/+1 |
| | |||||
* | (select-tags-table): Don't modify the value of tags-table-list. | Richard M. Stallman | 1995-10-30 | 1 | -1/+1 |
| | |||||
* | (disassemble-internal): Handle lazy-loaded doc strings. | Richard M. Stallman | 1995-10-30 | 1 | -1/+4 |
| | | | | (disassemble-1): Handle lazy-loaded bytecode objects. | ||||
* | (archive-zoo-summarize): Handle archives with long file names. | Richard M. Stallman | 1995-10-30 | 1 | -3/+17 |
| | |||||
* | (byte-recompile-directory): New arg FORCE. | Richard M. Stallman | 1995-10-30 | 1 | -3/+16 |
| | | | | (byte-force-recompile): New function. | ||||
* | Comment change. | Richard M. Stallman | 1995-10-30 | 54 | -173/+161 |
| | |||||
* | Comment change. | Richard M. Stallman | 1995-10-30 | 3 | -5/+5 |
| | |||||
* | Initial revision | Richard M. Stallman | 1995-10-30 | 2 | -0/+137 |
| | |||||
* | (tmm-old-mb-map): Initialize to nil. | Richard M. Stallman | 1995-10-30 | 1 | -94/+125 |
| | | | | | | | | | | | | | | | | | (tmm-delete-map): Don't use tmm-old-mb-map if nil. (tmm-add-prompt): Bind C-n and C-p. Put only the shortcuts into the completion buffer's map. Produce the completion list by hand so as not to sort it. (tmm-prompt): Start at the first item in the menu. Don't reverse tmm-km-list; reverse compl-list instead. Use try-completion in last-ditch attempt to find a match. Rename compl-list to history. (tmm-get-keybind): Put more local bindings last in a menu. Major rewrite. (tmm-menubar): Handle menu-bar-final-items. (tmm-remove-shortcuts): Function deleted. (tmm-add-shortcuts): If we can't find a letter shortcut, use a numeric shortcut. | ||||
* | Use frame-parameters, not font-lock-background-mode and font-lock-display-type. | Simon Marshall | 1995-10-30 | 1 | -11/+10 |
| | |||||
* | (column-number-mode): Make default value nil. | Richard M. Stallman | 1995-10-29 | 1 | -1/+1 |
| | |||||
* | (set-visited-file-name, basic-save-buffer): | Richard M. Stallman | 1995-10-29 | 1 | -2/+3 |
| | | | | Set buffer-file-number consistently with find-file-noselect. | ||||
* | Comment change. | Richard M. Stallman | 1995-10-28 | 1 | -3/+3 |
| | |||||
* | Don't load c-mode. | Richard M. Stallman | 1995-10-28 | 1 | -3/+1 |
| | |||||
* | Adapt to new char-table implementation. Fix name of file in the first | Erik Naggum | 1995-10-28 | 1 | -4/+4 |
| | | | | | line, part number syntax of ISO standards, and `provide' clause. Register file with RCS. | ||||
* | entered into RCS | Richard M. Stallman | 1995-10-28 | 1 | -0/+93 |
| |