Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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. | ||||
* | (invisible_p, invisible_ellipsis_p): Handle list | Richard M. Stallman | 1995-03-19 | 1 | -6/+41 |
| | | | | as invisible property value. | ||||
* | (display_menu_bar): Just one space between menu items. | Richard M. Stallman | 1995-03-18 | 1 | -2/+2 |
| | |||||
* | (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. | ||||
* | (x_decode_color): Don't use cdef if defined_color failed. | Richard M. Stallman | 1995-03-18 | 1 | -5/+7 |
| | |||||
* | 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 |
| | |||||
* | (Finsert_file_contents): Call format-decode. | Boris Goldowsky | 1995-03-17 | 1 | -0/+48 |
| | | | | | (build_annotations): Call format-annotate-function for each element of buffer_file_format. | ||||
* | (reset_buffer): Reset file_format element too.(init_buffer_once): Define ↵ | Boris Goldowsky | 1995-03-17 | 1 | -0/+8 |
| | | | | | | file_format flag; reset file_format. (syms_of_buffer): New vbl buffer-file-format. | ||||
* | (struct buffer): Add file_format member. | Boris Goldowsky | 1995-03-17 | 1 | -0/+3 |
| | |||||
* | 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. | ||||
* | (init_alloc_once): Increase gc_cons_threshold to 300000. | Richard M. Stallman | 1995-03-17 | 1 | -1/+1 |
| | |||||
* | Initial revision | Karl Heuer | 1995-03-17 | 2 | -0/+944 |
| | |||||
* | (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. | ||||
* | (compute_motion, Fmove_to_column, current_column) | Richard M. Stallman | 1995-03-16 | 1 | -30/+36 |
| | | | | | | (character_width): Let display table handle \n, \r, \t. (compute_motion): Fix logic in previous change regarding skipping invisible. | ||||
* | (line-move): Handle conses in buffer-invisibility-spec. | Richard M. Stallman | 1995-03-16 | 1 | -5/+11 |
| | | | | Handle skipping invisible overlays. | ||||
* | Comment change. | Richard M. Stallman | 1995-03-16 | 7 | -42/+10 |
| | |||||
* | (outline-layout): Doc fix. | Richard M. Stallman | 1995-03-16 | 1 | -1/+1 |
| | |||||
* | (term-mouse-paste): Make work for xemacs. Minor GNU emacs fixes. | Per Bothner | 1995-03-16 | 1 | -6/+12 |
| | |||||
* | (term-char-mode): Fix arrow key and [button2] support for xemacs. | Per Bothner | 1995-03-16 | 1 | -3/+3 |
| | |||||
* | Use BSD sockets whenever available, even if HAVE_SYSVIPC. | Richard M. Stallman | 1995-03-15 | 1 | -1/+1 |
| | |||||
* | Use BSD sockets whenever available, even if HAVE_SYSVIPC. | Richard M. Stallman | 1995-03-15 | 1 | -1/+5 |
| | | | | (main): Use getcwd if not BSD. | ||||
* | (balance-windows): Ignore minibuffer window when browsing the `levels'. | Richard M. Stallman | 1995-03-15 | 1 | -1/+2 |
| | |||||
* | (c-style-alist): For BSD, set c-continued-brace-offset | Richard M. Stallman | 1995-03-15 | 1 | -2/+2 |
| | | | | instead of c-brace-offset. | ||||
* | (edit-options): Make the buffer read-only. | Richard M. Stallman | 1995-03-15 | 1 | -2/+5 |
| | | | | (Edit-options-modify): Cope with that. | ||||
* | (make_lispy_event): Do mouse code only if HAVE_MOUSE. | Karl Heuer | 1995-03-15 | 1 | -4/+6 |
| | | | | (make_lispy_movement): Define only if HAVE_MOUSE. | ||||
* | (Fmouse_position): Do work only if HAVE_MOUSE. | Karl Heuer | 1995-03-15 | 1 | -0/+2 |
| | |||||
* | (internal_self_insert): Do face code only if HAVE_FACES. | Karl Heuer | 1995-03-15 | 1 | -0/+2 |
| | |||||
* | (mouse-major-mode-menu): Avoid confusing error message when there's no current | Karl Heuer | 1995-03-15 | 1 | -1/+2 |
| | | | | local map. | ||||
* | [HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol. | Karl Heuer | 1995-03-15 | 1 | -0/+1 |
| | |||||
* | (bookmark-bmenu-2-window): go to correct position as well as | Karl Fogel | 1995-03-15 | 1 | -15/+30 |
| | | | | | | correct buffer. (bookmark-bmenu-other-window): same. (bookmark-bmenu-switch-other-window): same. | ||||
* | (defvar_kboard): Renamed from defvar_display. | Karl Heuer | 1995-03-15 | 1 | -4/+4 |
| |