| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (menu-bar-edit-menu): Don't define ispell item unless start-process is fboundp. | Richard M. Stallman | 1995-04-08 | 1 | -1/+2 |
| | | |||||
| * | (compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc. | Roland McGrath | 1995-04-08 | 1 | -1/+3 |
| | | |||||
| * | (Fnext_window, Fprevious_window): If all_frames is a frame and window | Richard M. Stallman | 1995-04-08 | 1 | -0/+10 |
| | | | | | is not on that frame, return the first window on that frame. | ||||
| * | (news-reply-mode): Make mail-header-separator into regexp | Richard M. Stallman | 1995-04-08 | 1 | -2/+2 |
| | | |||||
| * | (mail-mode): Make mail-header-separator into regexp. | Richard M. Stallman | 1995-04-08 | 1 | -2/+2 |
| | | |||||
| * | (ispell-message): Make mail-header-separator into regexp. | Richard M. Stallman | 1995-04-08 | 1 | -1/+1 |
| | | |||||
| * | (tcl-outline-level): New function | Tom Tromey | 1995-04-08 | 1 | -3/+17 |
| | | | | | | (tcl-mode): Added outline-handling stuff. From Jesper Pedersen <blackie@imada.ou.dk> | ||||
| * | (walk-windows): Doc fix. | Richard M. Stallman | 1995-04-08 | 1 | -3/+4 |
| | | |||||
| * | (tar-clear-modification-flags): Fix several bugs. | Richard M. Stallman | 1995-04-08 | 1 | -3/+3 |
| | | |||||
| * | (string_width): New function. | Richard M. Stallman | 1995-04-08 | 1 | -1/+87 |
| | | | | | (vmotion): Compute the width of minibuf_prompt if it isn't already known. | ||||
| * | (*): remove function prototypes. | Paul Reilly | 1995-04-08 | 1 | -64/+152 |
| | | | | | | (xm_pop_down_callback): Call the deactivation callback only when popping down the top level submenu. | ||||
| * | (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS. | Richard M. Stallman | 1995-04-08 | 1 | -3/+4 |
| | | | | | (alloca.o, regex.o): Use BASE_CFLAGS. | ||||
| * | (resize-minibuffer-window): Make sure minibuffer window is selected. | Noah Friedman | 1995-04-08 | 1 | -47/+48 |
| | | | | | (resize-minibuffer-window-restore): Likewise. | ||||
| * | (jka-compr-install): Doc fix. | Richard M. Stallman | 1995-04-08 | 1 | -2/+13 |
| | | | | | | (jka-compr-uninstall): Delete entries that jka-compr-install added to inhibit-first-line-modes-suffixes. | ||||
| * | Comment change. | Richard M. Stallman | 1995-04-08 | 1 | -2/+2 |
| | | |||||
| * | (normal-top-level): Copy default-directory | Richard M. Stallman | 1995-04-08 | 1 | -0/+6 |
| | | | | | from *scratch* to *Messages*. | ||||
| * | (menu-bar-file-menu): Add back as alias for menu-bar-files-menu. | Richard M. Stallman | 1995-04-08 | 1 | -0/+3 |
| | | |||||
| * | (HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted. | Richard M. Stallman | 1995-04-08 | 1 | -13/+0 |
| | | | | | config.h should handle them. | ||||
| * | (redisplay): Don't call update_frame for non-selected termcap frame. | Richard M. Stallman | 1995-04-08 | 1 | -92/+98 |
| | | | | | | (decode_mode_spec): Add %F code. Order alternatives alphabetically. | ||||
| * | (mode-line-buffer-identification): Eliminate %F. | Richard M. Stallman | 1995-04-08 | 1 | -0/+3 |
| | | |||||
| * | Comment changes. | Karl Heuer | 1995-04-08 | 1 | -0/+17 |
| | | |||||
| * | Add copyright. | Karl Heuer | 1995-04-08 | 4 | -0/+8 |
| | | |||||
| * | Add copyright notice. | Karl Heuer | 1995-04-08 | 1 | -0/+18 |
| | | |||||
| * | Update copyright. | Karl Heuer | 1995-04-08 | 1 | -1/+1 |
| | | |||||
| * | (kbd_buffer_get_event): Check for frame buried in a cons. | Karl Heuer | 1995-04-08 | 1 | -9/+11 |
| | | | | | | Delete menu_bar_event handling code. (make_lispy_event): Move it here, so it gets a switch-frame if needed. | ||||
| * | (prepare_menu_bars): Do the frame titles last. | Richard M. Stallman | 1995-04-08 | 1 | -12/+16 |
| | | |||||
| * | Use "..." in #include. | Richard M. Stallman | 1995-04-08 | 1 | -1/+1 |
| | | |||||
| * | (fill-region): Avoid error on reaching end of buffer. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
| | | |||||
| * | (set-right-margin): Fix prompt. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
| | | |||||
| * | (Fcall_interactively): Fix previous change. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
| | | |||||
| * | (install-arch-indep): Delete .#* when copying subdirs. | Richard M. Stallman | 1995-04-07 | 1 | -0/+1 |
| | | |||||
| * | (Fcall_interactively): `+' is reserved for user changes. | Richard M. Stallman | 1995-04-07 | 1 | -2/+8 |
| | | |||||
| * | (read_process_output_error_handler) | Richard M. Stallman | 1995-04-07 | 1 | -2/+2 |
| | | | | | (exec_sentinel_error_handler): Fsleep_for wants two args. | ||||
| * | (rlogin-directory-tracking-mode): Set shell-dirtrackp, not shell-dirtrack-p. | Noah Friedman | 1995-04-07 | 1 | -5/+5 |
| | | |||||
| * | (electric-buffer-menu-mode-map): Undefine ESC ESC | Richard M. Stallman | 1995-04-07 | 1 | -0/+1 |
| | | | | | before binding ESC ESC ESC. | ||||
| * | (rlogin): Use format, not concat, to generate numeric buffer names. | Noah Friedman | 1995-04-07 | 1 | -17/+9 |
| | | | | | Do not create a new buffer if process in existing buffer has exited. | ||||
| * | (edt-keep-current-page-delimiter): Doc fix. | Richard M. Stallman | 1995-04-07 | 1 | -2/+2 |
| | | |||||
| * | Many doc fixes. | Richard M. Stallman | 1995-04-07 | 1 | -88/+66 |
| | | | | | | | (ff-upcase-p): Renamed from upcase-p. Callers changed. (ff-emacs-19): Renamed from ff-gnu-emacs-19. (ff-string-match): Simplify. | ||||
| * | (docref-last-active-buffer): Add defvar. | Richard M. Stallman | 1995-04-07 | 1 | -0/+2 |
| | | |||||
| * | Initial revision | Richard M. Stallman | 1995-04-07 | 1 | -0/+278 |
| | | |||||
| * | avoid.el Add autoload cookies; doc fixes. | Boris Goldowsky | 1995-04-07 | 1 | -22/+19 |
| | | | | | | | (mouse-avoidance-set-pointer-shape): New function. (mouse-avoidance-nudge-mouse): Use it. (mouse-avoidance-fancy-hook): streamline args to set-mouse-pos. | ||||
| * | (msb--toggle-menu-type): menu-bar-update-buffers wants 0 args. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
| | | |||||
| * | Rewritten and simplified. | Boris Goldowsky | 1995-04-07 | 1 | -223/+152 |
| | | |||||
| * | (menubar_selection_callback, dialog_selection_callback) | Richard M. Stallman | 1995-04-07 | 1 | -3/+9 |
| | | | | | (single_submenu): Cast pointer to int by way of EMACS_INT. | ||||
| * | (Flogb): Use EMACS_INT for `value'. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
| | | |||||
| * | (tgetent): Don't try to return the allocated address. | Richard M. Stallman | 1995-04-07 | 1 | -2/+0 |
| | | | | | Always return 1 if successful. | ||||
| * | (Fformat): Cast int to pointer by way of EMACS_INT. | Richard M. Stallman | 1995-04-07 | 1 | -5/+5 |
| | | | | | (Fformat_time_string): Use emacs_strftime. Doc fix. | ||||
| * | (search_buffer): Avoid casting trt to int. | Richard M. Stallman | 1995-04-07 | 1 | -9/+9 |
| | | | | | Use EMACS_INT for comparing pointers. | ||||
| * | (Fdelete_overlays): Add declaration. | Richard M. Stallman | 1995-04-07 | 1 | -0/+1 |
| | | |||||
| * | (parse_modifiers): Use type EMACS_INT for `modifiers'. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
| | | |||||