Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (enriched-mode): Use new plist-put and plist-get fns, | Boris Goldowsky | 1995-03-27 | 1 | -4/+6 |
| | | | | change name of default-text-properties var. | ||||
* | (calculate-c++-indent): Copy colon-line-end code from calculate-c-indent. | Richard M. Stallman | 1995-03-27 | 1 | -20/+31 |
| | |||||
* | (mail): Use pop-to-buffer. | Richard M. Stallman | 1995-03-25 | 1 | -3/+13 |
| | | | | | | (same-window-buffer-names): Add *mail*. (mail-other-window, mail-other-frame): Bind to nil same-window-buffer-names, special-display-buffer-names, and ...regexps. | ||||
* | Add Text Properties submenu to Edit menu. | Boris Goldowsky | 1995-03-25 | 1 | -0/+1 |
| | |||||
* | (byte-compile-out-toplevel): Compile lambda forms even if trivial. | Karl Heuer | 1995-03-24 | 1 | -5/+8 |
| | |||||
* | Changed match-string to defun, but still return nil (no error) if no match. | Simon Marshall | 1995-03-24 | 1 | -5/+6 |
| | |||||
* | (c-style-alist): Set c-continued-brace-offset and | Karl Heuer | 1995-03-24 | 1 | -6/+11 |
| | | | | | c-brace-offset in all styles, so that they don't inherit a trash value from a previously set style. | ||||
* | (compilation-sentinel): Use `format'; `concat' doesn't | Karl Heuer | 1995-03-24 | 1 | -3/+2 |
| | | | | stringize integers anymore. | ||||
* | Don't load mouse and face files in system-specific | Karl Heuer | 1995-03-23 | 1 | -12/+2 |
| | | | | | branches; an earlier test has already loaded them based on a symbol equivalent to HAVE_MOUSE or HAVE_FACES. | ||||
* | (asm-mode): Make a per-buffer child keymap here. | Richard M. Stallman | 1995-03-23 | 1 | -8/+12 |
| | | | | | Use asm-comment-char to specify which character to define. (asm-mode-map): Don't bind `;' at load time. | ||||
* | (pascal-mode-syntax-table): Give \ punctuation syntax. | Richard M. Stallman | 1995-03-23 | 1 | -4/+1 |
| | |||||
* | Change to macro, and return nil if there was no match at the specified depth. | Simon Marshall | 1995-03-23 | 1 | -13/+14 |
| | |||||
* | (isearch-update-ring): New subroutine. | Richard M. Stallman | 1995-03-23 | 1 | -16/+21 |
| | | | | (isearch-done): Use that. | ||||
* | Doc fixes. | Richard M. Stallman | 1995-03-22 | 1 | -6/+4 |
| | |||||
* | (ml-concat): New function. | Karl Heuer | 1995-03-22 | 1 | -0/+10 |
| | |||||
* | Translate concat to ml-concat. | Karl Heuer | 1995-03-22 | 1 | -0/+1 |
| | |||||
* | Doc fix + autoload cookies. | Boris Goldowsky | 1995-03-22 | 1 | -7/+30 |
| | |||||
* | (one-window-p, walk-windows, minibuffer-window-active-p): | Richard M. Stallman | 1995-03-22 | 1 | -64/+0 |
| | | | | Functions moved to window.el. | ||||
* | (one-window-p, walk-windows, minibuffer-window-active-p): Functions moved here. | Richard M. Stallman | 1995-03-22 | 1 | -2/+66 |
| | |||||
* | (init-file-user, site-run-file): Doc fixes. | Richard M. Stallman | 1995-03-22 | 1 | -5/+17 |
| | |||||
* | (list-text-properties-at): New fn. | Boris Goldowsky | 1995-03-21 | 1 | -1/+16 |
| | | | | (facemenu-menu): Add it to menu. | ||||
* | (vc-update-change-log): Use new -u option for rcs2log. | Richard M. Stallman | 1995-03-21 | 1 | -4/+6 |
| | |||||
* | (occur): Copy default-directory to *Occur* buffer. | Richard M. Stallman | 1995-03-21 | 1 | -0/+2 |
| | |||||
* | (shell-command): Use *Async Shell Command* for | Richard M. Stallman | 1995-03-21 | 1 | -2/+11 |
| | | | | asynchronous commands. Doc fix. | ||||
* | (tar-parse-octal-long-integer): Return list, not vector. | Karl Heuer | 1995-03-21 | 1 | -1/+1 |
| | |||||
* | (bookmark-automatically-show-annotations): new var. | Karl Fogel | 1995-03-20 | 1 | -4/+9 |
| | | | | (bookmark-jump): only show annotation if above var is non-nil. | ||||
* | (debug): Now interactive. | Richard M. Stallman | 1995-03-20 | 1 | -0/+1 |
| | |||||
* | (c-mode-map): Use "C-mode", not "C mode". | Richard M. Stallman | 1995-03-20 | 1 | -1/+4 |
| | |||||
* | (menu-bar-files-menu): Renamed from ...-file-menu. | Richard M. Stallman | 1995-03-19 | 1 | -46/+140 |
| | | | | | | | | | | | | (menu-bar-tools-menu, menu-bar-search-menu): New menu bar menus. Items moved from Edit and Files menus. Add Split Window, One Window, Find Tag and Postscript print menu items. (nonincremental-search-forward, nonincremental-search-backward) (nonincremental-re-search-forward, nonincremental-re-search-backward) (noninteractive-repeat-search-forward) (noninteractive-repeat-search-backward) (noninteractive-repeat-re-search-forward) (noninteractive-repeat-re-search-backward): New commands. | ||||
* | (Info-next-preorder, Info-next-preorder-1): | Richard M. Stallman | 1995-03-18 | 1 | -2/+4 |
| | | | | When moving up, advance to next menu item. | ||||
* | (write-file): Query if file exists already. | Richard M. Stallman | 1995-03-18 | 1 | -0/+3 |
| | |||||
* | (debugger-outer-load-read-function): New variable. | Richard M. Stallman | 1995-03-18 | 1 | -1/+13 |
| | | | | | | | | | | | | | (debug): Bind load-read-function to nil; save old value in debugger-outer-load-read-function and restore at end. (debugger-eval-expression): Handle load-read-function like other magic variables. (debugger-outer-overriding-local-map): New variable. (debug): Bind overriding-local-map to nil; save old value in debugger-outer-overriding-local-map and restore at end. (debugger-eval-expression): Handle overriding-local-map like other magic variables. | ||||
* | (isearch-abort): Treat "incomplete regexp" | Richard M. Stallman | 1995-03-18 | 1 | -3/+5 |
| | | | | as failure when deciding how much to discard for C-g. | ||||
* | Various doc fixes. | Richard M. Stallman | 1995-03-18 | 1 | -15/+10 |
| | | | | (mail-abbrevs-setup): Use add-hook and make-local-hook. | ||||
* | Don't put ediff-windows in the menu. | Karl Heuer | 1995-03-18 | 1 | -3/+4 |
| | |||||
* | (ediff-patch-buffer): Use buffer name in error message. | Karl Heuer | 1995-03-18 | 1 | -1/+1 |
| | |||||
* | Delete some autoloads that are now in menu-bar.el. | Karl Heuer | 1995-03-17 | 1 | -6/+0 |
| | |||||
* | Rewrite, many things moved to format.el. | Boris Goldowsky | 1995-03-17 | 1 | -1012/+202 |
| | |||||
* | Initial revision | Boris Goldowsky | 1995-03-17 | 1 | -0/+752 |
| | |||||
* | Load format.el. | Boris Goldowsky | 1995-03-17 | 1 | -0/+2 |
| | |||||
* | (rmail-unix-mail-delimiter): Accept <...> around address | Richard M. Stallman | 1995-03-17 | 1 | -0/+1 |
| | | | | in Unix `From ' line. | ||||
* | (isearch-abort): Set isearch-success to nil. | Richard M. Stallman | 1995-03-16 | 1 | -2/+2 |
| | |||||
* | (make-auto-save-file-name, auto-save-file-name-p): Doc fixes. | Richard M. Stallman | 1995-03-16 | 1 | -6/+8 |
| | |||||
* | (menu-bar-file-menu): Changed "Emerge" to "Merge" to agree with the new ediff | Karl Heuer | 1995-03-16 | 1 | -1/+2 |
| | | | | package. | ||||
* | (indent-line-to): move to end of indentation, even if it didn't change. | Boris Goldowsky | 1995-03-16 | 1 | -8/+6 |
| | |||||
* | Initial revision | Karl Heuer | 1995-03-16 | 5 | -0/+7098 |
| | |||||
* | Installed new version from author. | Karl Heuer | 1995-03-16 | 1 | -3761/+1873 |
| | |||||
* | Use appropriate `fboundp' tests to decide what to load. | Karl Heuer | 1995-03-16 | 1 | -4/+9 |
| | |||||
* | (other-frame): Don't try to unfocus in a termcap frame. | Karl Heuer | 1995-03-16 | 1 | -7/+9 |
| | | | | (frame-notice-user-settings): Skip menu-bar code in a termcap frame. | ||||
* | (frame-initialize): Set frame-creation-function to `make-terminal-frame' if | Karl Heuer | 1995-03-16 | 1 | -5/+8 |
| | | | | appropriate. |