summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (debug): Now interactive.Richard M. Stallman1995-03-201-0/+1
|
* (c-mode-map): Use "C-mode", not "C mode".Richard M. Stallman1995-03-201-1/+4
|
* (menu-bar-files-menu): Renamed from ...-file-menu.Richard M. Stallman1995-03-191-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 listRichard M. Stallman1995-03-191-6/+41
| | | | as invisible property value.
* (display_menu_bar): Just one space between menu items.Richard M. Stallman1995-03-181-2/+2
|
* (Info-next-preorder, Info-next-preorder-1):Richard M. Stallman1995-03-181-2/+4
| | | | When moving up, advance to next menu item.
* (write-file): Query if file exists already.Richard M. Stallman1995-03-181-0/+3
|
* (debugger-outer-load-read-function): New variable.Richard M. Stallman1995-03-181-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. Stallman1995-03-181-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. Stallman1995-03-181-5/+7
|
* Various doc fixes.Richard M. Stallman1995-03-181-15/+10
| | | | (mail-abbrevs-setup): Use add-hook and make-local-hook.
* Don't put ediff-windows in the menu.Karl Heuer1995-03-181-3/+4
|
* (ediff-patch-buffer): Use buffer name in error message.Karl Heuer1995-03-181-1/+1
|
* Delete some autoloads that are now in menu-bar.el.Karl Heuer1995-03-171-6/+0
|
* Rewrite, many things moved to format.el.Boris Goldowsky1995-03-171-1012/+202
|
* Initial revisionBoris Goldowsky1995-03-171-0/+752
|
* (Finsert_file_contents): Call format-decode.Boris Goldowsky1995-03-171-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 Goldowsky1995-03-171-0/+8
| | | | | | file_format flag; reset file_format. (syms_of_buffer): New vbl buffer-file-format.
* (struct buffer): Add file_format member.Boris Goldowsky1995-03-171-0/+3
|
* Load format.el.Boris Goldowsky1995-03-171-0/+2
|
* (rmail-unix-mail-delimiter): Accept <...> around addressRichard M. Stallman1995-03-171-0/+1
| | | | in Unix `From ' line.
* (init_alloc_once): Increase gc_cons_threshold to 300000.Richard M. Stallman1995-03-171-1/+1
|
* Initial revisionKarl Heuer1995-03-172-0/+944
|
* (isearch-abort): Set isearch-success to nil.Richard M. Stallman1995-03-161-2/+2
|
* (make-auto-save-file-name, auto-save-file-name-p): Doc fixes.Richard M. Stallman1995-03-161-6/+8
|
* (menu-bar-file-menu): Changed "Emerge" to "Merge" to agree with the new ediffKarl Heuer1995-03-161-1/+2
| | | | package.
* (indent-line-to): move to end of indentation, even if it didn't change.Boris Goldowsky1995-03-161-8/+6
|
* Initial revisionKarl Heuer1995-03-165-0/+7098
|
* Installed new version from author.Karl Heuer1995-03-161-3761/+1873
|
* Use appropriate `fboundp' tests to decide what to load.Karl Heuer1995-03-161-4/+9
|
* (other-frame): Don't try to unfocus in a termcap frame.Karl Heuer1995-03-161-7/+9
| | | | (frame-notice-user-settings): Skip menu-bar code in a termcap frame.
* (frame-initialize): Set frame-creation-function to `make-terminal-frame' ifKarl Heuer1995-03-161-5/+8
| | | | appropriate.
* (compute_motion, Fmove_to_column, current_column)Richard M. Stallman1995-03-161-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. Stallman1995-03-161-5/+11
| | | | Handle skipping invisible overlays.
* Comment change.Richard M. Stallman1995-03-167-42/+10
|
* (outline-layout): Doc fix.Richard M. Stallman1995-03-161-1/+1
|
* (term-mouse-paste): Make work for xemacs. Minor GNU emacs fixes.Per Bothner1995-03-161-6/+12
|
* (term-char-mode): Fix arrow key and [button2] support for xemacs.Per Bothner1995-03-161-3/+3
|
* Use BSD sockets whenever available, even if HAVE_SYSVIPC.Richard M. Stallman1995-03-151-1/+1
|
* Use BSD sockets whenever available, even if HAVE_SYSVIPC.Richard M. Stallman1995-03-151-1/+5
| | | | (main): Use getcwd if not BSD.
* (balance-windows): Ignore minibuffer window when browsing the `levels'.Richard M. Stallman1995-03-151-1/+2
|
* (c-style-alist): For BSD, set c-continued-brace-offsetRichard M. Stallman1995-03-151-2/+2
| | | | instead of c-brace-offset.
* (edit-options): Make the buffer read-only.Richard M. Stallman1995-03-151-2/+5
| | | | (Edit-options-modify): Cope with that.
* (make_lispy_event): Do mouse code only if HAVE_MOUSE.Karl Heuer1995-03-151-4/+6
| | | | (make_lispy_movement): Define only if HAVE_MOUSE.
* (Fmouse_position): Do work only if HAVE_MOUSE.Karl Heuer1995-03-151-0/+2
|
* (internal_self_insert): Do face code only if HAVE_FACES.Karl Heuer1995-03-151-0/+2
|
* (mouse-major-mode-menu): Avoid confusing error message when there's no currentKarl Heuer1995-03-151-1/+2
| | | | local map.
* [HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.Karl Heuer1995-03-151-0/+1
|
* (bookmark-bmenu-2-window): go to correct position as well asKarl Fogel1995-03-151-15/+30
| | | | | | correct buffer. (bookmark-bmenu-other-window): same. (bookmark-bmenu-switch-other-window): same.
* (defvar_kboard): Renamed from defvar_display.Karl Heuer1995-03-151-4/+4
|