| Commit message (Expand) | Author | Age | Files | Lines |
* | Explain how delete-region alters point. | Richard M. Stallman | 1995-08-05 | 1 | -1/+3 |
* | (Fset_mouse_position, Fset_mouse_pixel_position): Doc fixes. | Richard M. Stallman | 1995-08-05 | 1 | -4/+19 |
* | (Ffocus_frame, Funfocus_frame): Make them no-ops. | Richard M. Stallman | 1995-08-05 | 1 | -24/+2 |
* | (fortran-auto-fill-mode, fortran-do-auto-fill, fortran-fill): | Richard M. Stallman | 1995-08-05 | 1 | -7/+11 |
* | (x_delete_display) [AIX]: Don't call XRmDestroyDatabase. | Richard M. Stallman | 1995-08-05 | 1 | -2/+3 |
* | (bibtex-maintain-sorted-entries): Make nil the default. | Richard M. Stallman | 1995-08-05 | 1 | -1/+1 |
* | (ps-print-emacs-type): Renamed from emacs-type. | Richard M. Stallman | 1995-08-04 | 1 | -17/+19 |
* | Renamed `fsf' to `emacs' in all names. | Richard M. Stallman | 1995-08-04 | 1 | -13/+13 |
* | (compilation-error-regexp-alist): Add regexp for Sun ada. | Roland McGrath | 1995-08-04 | 1 | -0/+4 |
* | Initial revision | Richard M. Stallman | 1995-08-04 | 1 | -0/+454 |
* | (redisplay): When displaying a terminal frame, | Richard M. Stallman | 1995-08-03 | 1 | -1/+18 |
* | (command-line-1): Mention recover-session if there's a .saves file. | Richard M. Stallman | 1995-08-03 | 1 | -0/+6 |
* | Don't alter bindings in minibuffer-local-must-match-map | Richard M. Stallman | 1995-08-03 | 1 | -8/+6 |
* | (resize-minibuffer-setup): Use make-local-hook. | Richard M. Stallman | 1995-08-03 | 1 | -7/+6 |
* | Move various Q... vars to top of file, unconditional. | Richard M. Stallman | 1995-08-03 | 1 | -66/+113 |
* | (tpu-control-keys): New initial value, nil. | Richard M. Stallman | 1995-08-03 | 1 | -21/+20 |
* | (read_key_sequence): Don't downshift an event | Richard M. Stallman | 1995-08-03 | 1 | -22/+66 |
* | (jka-compr-load): Bind load-force-doc-strings. | Richard M. Stallman | 1995-08-02 | 1 | -1/+2 |
* | (dired-do-copy): Doc fix. | Richard M. Stallman | 1995-08-02 | 1 | -2/+2 |
* | (archive-remote-regexp): Don't accept hostnames | Richard M. Stallman | 1995-08-02 | 1 | -1/+1 |
* | (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined. | Richard M. Stallman | 1995-08-02 | 1 | -0/+11 |
* | (sigblock, SIG_BLOCK): Don't define them if POSIX_SIGNALS. | Richard M. Stallman | 1995-08-02 | 1 | -0/+2 |
* | (HAVE_SELECT): Defined. | Richard M. Stallman | 1995-08-02 | 1 | -0/+3 |
* | (fill-region-as-paragraph): Don't find adaptive-fill-regexp | Richard M. Stallman | 1995-08-02 | 1 | -6/+18 |
* | (unload-feature): Delete the file's load-history element. | Richard M. Stallman | 1995-08-02 | 1 | -8/+10 |
* | (XTread_socket): For UnmapNotify, use x_top_window_to_frame. | Richard M. Stallman | 1995-08-02 | 1 | -1/+1 |
* | Maybe include net/errno.h. | Richard M. Stallman | 1995-08-02 | 1 | -0/+3 |
* | (cons_cells_consed, floats_consed, vector_cells_consed) | Richard M. Stallman | 1995-08-02 | 1 | -0/+64 |
* | [USE_X_TOOLKIT] (xmenu_show): Compute root-based | Richard M. Stallman | 1995-08-02 | 1 | -5/+51 |
* | (xm_popup_menu): New arg `event'. | Richard M. Stallman | 1995-08-02 | 1 | -14/+17 |
* | (xlw_popup_menu): New arg event. | Richard M. Stallman | 1995-08-02 | 1 | -13/+19 |
* | (lw_popup_menu): New arg event, passed along. | Richard M. Stallman | 1995-08-02 | 1 | -5/+6 |
* | (gud-xdb-marker-filter): Change pattern to accept spc at end. | Richard M. Stallman | 1995-08-02 | 1 | -2/+3 |
* | (do_switch_frame): Do nothing special when switching between terminal frames. | Richard M. Stallman | 1995-08-01 | 1 | -9/+0 |
* | (file-name-handler-alist): Don't match host name ending in period. | Richard M. Stallman | 1995-08-01 | 1 | -2/+3 |
* | (recover-session): Mention deletion is possible. | Richard M. Stallman | 1995-08-01 | 1 | -2/+5 |
* | (2C-toggle-autoscroll, 2C-autoscroll): | Karl Heuer | 1995-08-01 | 1 | -32/+42 |
* | (getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor. | Roland McGrath | 1995-08-01 | 1 | -1/+11 |
* | (byte-optimize-nthcdr): Fix previous change. | Richard M. Stallman | 1995-08-01 | 1 | -1/+1 |
* | (dired-insert-set-properties): Catch errors. | Richard M. Stallman | 1995-07-31 | 1 | -9/+14 |
* | (vi-scroll-amount, vi-shift-width): Fix syntax of doc strings. | Richard M. Stallman | 1995-07-31 | 1 | -5/+5 |
* | (GETTIMEOFDAY_ONE_ARGUMENT): Deleted; configure handles this now. | Karl Heuer | 1995-07-31 | 2 | -6/+0 |
* | (dired-read-shell-command): Pass `shell-command-history' to read-string. | Richard M. Stallman | 1995-07-31 | 1 | -1/+2 |
* | Add Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success, Frun_... | Simon Marshall | 1995-07-31 | 1 | -12/+103 |
* | Declare hook running functions. | Simon Marshall | 1995-07-31 | 1 | -3/+9 |
* | Remove the remaining hook running functions. They are in C now. | Simon Marshall | 1995-07-31 | 1 | -85/+3 |
* | (kbd_buffer_get_event, swallow_events): Fix prev change. | Richard M. Stallman | 1995-07-31 | 1 | -2/+2 |
* | Major additions by Gustavo Chaves. | Richard M. Stallman | 1995-07-31 | 1 | -99/+160 |
* | (rmail-unix-mail-delimiter): Allow two-letter timezone name. | Richard M. Stallman | 1995-07-30 | 1 | -1/+1 |
* | (byte-compile-insert-header): If compiling for vers 18, | Richard M. Stallman | 1995-07-30 | 1 | -2/+4 |