Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial revision | Richard M. Stallman | 1994-03-28 | 10 | -0/+11959 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1994-03-28 | 1 | -334/+356 |
| | |||||
* | (emerge-goto-line): New function. | Richard M. Stallman | 1994-03-28 | 1 | -5/+17 |
| | | | | (emerge-convert-diffs-to-markers): Use it. | ||||
* | Initial revision | Richard M. Stallman | 1994-03-28 | 2 | -0/+3297 |
| | |||||
* | (byte-compile-file): Use whole file name for errors. | Richard M. Stallman | 1994-03-28 | 1 | -1/+1 |
| | |||||
* | (momentary-string-display): Avoid modifying the undo list. | Richard M. Stallman | 1994-03-28 | 1 | -0/+2 |
| | |||||
* | Initial revision | Richard M. Stallman | 1994-03-28 | 5 | -0/+3770 |
| | |||||
* | (set-match-data): New alias. | Richard M. Stallman | 1994-03-28 | 1 | -0/+1 |
| | |||||
* | Initial revision | Richard M. Stallman | 1994-03-28 | 1 | -0/+810 |
| | |||||
* | (choose-completion-delete-max-match): Renamed from | Richard M. Stallman | 1994-03-27 | 1 | -3/+46 |
| | | | | | | | | mouse-completion-delete-max-match and moved here. (choose-completion-string): New function. (choose-completion): New command. (completion-list-mode-map): Add binding for choose-completion. (completion-setup-function): Mention RET. | ||||
* | (mouse-choose-completion): Use choose-completion-string. | Richard M. Stallman | 1994-03-27 | 1 | -23/+1 |
| | | | | (mouse-completion-delete-max-match): Moved to simple.el and renamed. | ||||
* | Initial revision | Richard M. Stallman | 1994-03-27 | 1 | -0/+1014 |
| | |||||
* | (set-visited-file-name): Kill local var vc-mode. | Richard M. Stallman | 1994-03-27 | 1 | -0/+5 |
| | | | | Make buffer writable if was read-only due to vc. | ||||
* | (vc-find-file-hook): Set backup-inhibited. | Richard M. Stallman | 1994-03-27 | 1 | -2/+4 |
| | |||||
* | (read_minibuf): Return val via unbind_to. | Richard M. Stallman | 1994-03-27 | 1 | -7/+40 |
| | | | | (Fminibuffer_complete): Scroll the completion window in some cases. | ||||
* | (Freplace_match): Doc fix. | Richard M. Stallman | 1994-03-27 | 1 | -1/+6 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1994-03-27 | 1 | -23/+22 |
| | |||||
* | (verify_interval_modification): For insertion in | Richard M. Stallman | 1994-03-26 | 1 | -11/+22 |
| | | | | | middle of an interval, use the same criterion as between intervals for whether read-only forbids it. | ||||
* | Don't test for presence of dump-emacs. | Richard M. Stallman | 1994-03-26 | 1 | -4/+7 |
| | | | | | | Use `dump' argument as criterion for copying DOC, for running top-level, and for extending the version number. Delete the sleep-for. | ||||
* | (blink-matching-open): Now three strategies for choosing | Richard M. Stallman | 1994-03-26 | 1 | -6/+21 |
| | | | | the text to display when the matching open is off screen. | ||||
* | *** empty log message *** | Richard M. Stallman | 1994-03-26 | 1 | -2/+1 |
| | |||||
* | (Info-insert-dir): Add a save-excursion. | Richard M. Stallman | 1994-03-26 | 1 | -6/+9 |
| | | | | Require menu items for subnodes to end in ::. | ||||
* | (this_command, last_command): Declared. | Richard M. Stallman | 1994-03-25 | 1 | -0/+10 |
| | |||||
* | (gud-comint-buffer): Move defvar up. | Richard M. Stallman | 1994-03-25 | 1 | -2/+2 |
| | |||||
* | (pr): Use debug_print. | Richard M. Stallman | 1994-03-25 | 1 | -1/+1 |
| | |||||
* | (debug_print): New function. | Richard M. Stallman | 1994-03-25 | 1 | -0/+9 |
| | |||||
* | (etags, ctags): Pass -D for VERSION. | Richard M. Stallman | 1994-03-25 | 1 | -2/+2 |
| | |||||
* | (gud-gdb-complete-command): New defun to support true | Richard M. Stallman | 1994-03-25 | 1 | -1/+86 |
| | | | | | | | | | GDB completion in the GUD buffer. Requires assistance from GDB in the form of the `complete' command. (gud-gdb-complete-in-progress, gud-gdb-complete-string, gud-gdb-complete-break, gud-gdb-complete-list, gud-gdb-complete-filter): New. (gdb): Bind TAB to gud-gdb-complete-command. | ||||
* | * etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead. | Francesco Potortì | 1994-03-25 | 1 | -117/+83 |
| | | | | | | | (main): don't allow the use of -t and -T in etags mode. (print_help): don't show options enabled by default. (print_version): show the emacs version number if VERSION is #defined. (find_entries): add "ss" as suffix for Chez Scheme. | ||||
* | Initial revision | Richard M. Stallman | 1994-03-25 | 1 | -0/+104 |
| | |||||
* | (Fformat): Validate number and type of arguments. | Karl Heuer | 1994-03-25 | 1 | -1/+3 |
| | |||||
* | (Fframe_first_window): New function. | Karl Heuer | 1994-03-25 | 1 | -0/+27 |
| | |||||
* | (xmenu_show): Enable asynchronous events. | Karl Heuer | 1994-03-25 | 1 | -1/+2 |
| | |||||
* | (apropos-match-keys): Skip duplicate keybindings. | Karl Heuer | 1994-03-25 | 1 | -0/+6 |
| | |||||
* | (Fwhere_is_internal): Skip duplicates. | Karl Heuer | 1994-03-25 | 1 | -2/+4 |
| | |||||
* | (x_get_arg): Use downcased string in compare. | Karl Heuer | 1994-03-25 | 1 | -4/+4 |
| | |||||
* | (x_report_frame_params): Sample visibility. | Karl Heuer | 1994-03-25 | 1 | -0/+1 |
| | |||||
* | (x_window_to_scroll_bar, x_new_font): Use assignment, not initialization. | Karl Heuer | 1994-03-25 | 1 | -3/+4 |
| | |||||
* | (x_get_local_selection, x_handle_selection_request): Use assignment, not | Karl Heuer | 1994-03-25 | 1 | -8/+17 |
| | | | | initialization. | ||||
* | (x_set_frame_parameters, x_get_arg, x_window, Fx_create_frame, | Karl Heuer | 1994-03-25 | 1 | -7/+12 |
| | | | | Fx_create_frame): Use assignment, not initialization. | ||||
* | (x_consider_frame_title, decode_mode_spec): Use assignment, not initialization. | Karl Heuer | 1994-03-25 | 1 | -2/+4 |
| | |||||
* | (unshow_buffer, window_loop, Fdisplay_buffer): Use assignment, not | Karl Heuer | 1994-03-25 | 1 | -5/+9 |
| | | | | initialization. | ||||
* | (add_properties, remove_properties): Use assignment, not initialization. | Karl Heuer | 1994-03-25 | 1 | -4/+6 |
| | |||||
* | (status_notify): Use assignment, not initialization. | Karl Heuer | 1994-03-25 | 1 | -4/+6 |
| | |||||
* | (thisdir): Nonsensical variable removed. | Roland McGrath | 1994-03-24 | 1 | -7/+5 |
| | | | | | | | (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd back to $thisdir, rather than the directory `this_dir', which seems exceptionally unlikely to just happen to be a symlink to the Emacs build directory, which must have been the intent of the author. | ||||
* | (mouse-menu-bar-buffers): Fix position structure. | Karl Heuer | 1994-03-24 | 1 | -2/+2 |
| | |||||
* | New version from author. | Daniel LaLiberte | 1994-03-24 | 1 | -1723/+3730 |
| | |||||
* | Change "internal" to "original" throughout. | Daniel LaLiberte | 1994-03-24 | 1 | -261/+406 |
| | | | | | | (add-custom-printer, delete-custom-printer) replace old customizers. (with-custom-print) new (custom-prin1-to-string) Made it more robust. | ||||
* | Initial revision | Richard M. Stallman | 1994-03-24 | 2 | -0/+2292 |
| | |||||
* | Add case for Bull dpx20. | Richard Kenner | 1994-03-24 | 1 | -1/+6 |
| |