| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (XTupdate_end): Always clear mouse_face_defer flag. | Richard M. Stallman | 1996-08-31 | 1 | -2/+1 |
| * | (Fset_face_attribute_internal): Set mouse_face_defer flag. | Richard M. Stallman | 1996-08-31 | 1 | -1/+4 |
| * | (webjump-sample-sites): Define with defvar. | Richard M. Stallman | 1996-08-31 | 1 | -2/+2 |
| * | (do_line_dance, dumprectangle): Use x_update_cursor. | Richard M. Stallman | 1996-08-30 | 1 | -42/+24 |
| * | (vc-update-change-log): Doc fix. | Richard M. Stallman | 1996-08-30 | 1 | -3/+8 |
| * | (do-auto-fill): Do break after one word as last resort | Richard M. Stallman | 1996-08-30 | 1 | -2/+62 |
| * | Require ediff-init. | Richard M. Stallman | 1996-08-30 | 1 | -0/+2 |
| * | Initial revision | Richard M. Stallman | 1996-08-30 | 1 | -0/+427 |
| * | (texinfo-format-printindex): | Richard M. Stallman | 1996-08-30 | 1 | -1/+1 |
| * | (foldout-hide-flag, foldout-show-flag): New variables. | Richard M. Stallman | 1996-08-30 | 1 | -3/+13 |
| * | (save-match-data): Fix typo in previous change. | Richard M. Stallman | 1996-08-30 | 1 | -1/+1 |
| * | (cmd_error): Clear executing_macro. | Richard M. Stallman | 1996-08-30 | 1 | -0/+1 |
| * | 1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | Lars Magne Ingebrigtsen | 1996-08-30 | 1 | -8/+14 |
| * | 1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | Lars Magne Ingebrigtsen | 1996-08-30 | 1 | -1/+1 |
| * | (Fminibuffer_complete_word): Check for | Richard M. Stallman | 1996-08-30 | 1 | -0/+1 |
| * | (reporter-compose-outgoing): Fix error syntax. | Richard M. Stallman | 1996-08-29 | 1 | -80/+4 |
| * | (vc-update-change-log): Remove code which found RCS files | Richard M. Stallman | 1996-08-29 | 1 | -26/+23 |
| * | (init_macros): Initialize executing_macro, too. | Erik Naggum | 1996-08-29 | 1 | -0/+1 |
| * | (INSTALL_STRIP): New variable. | Richard M. Stallman | 1996-08-29 | 1 | -3/+6 |
| * | (Vring_bell_function): New variable. | Richard M. Stallman | 1996-08-29 | 1 | -0/+28 |
| * | (XTread_socket): Call XFilterEvent on all events, | Richard M. Stallman | 1996-08-29 | 1 | -4/+6 |
| * | (byte-compile-associative): Treat one arg case like (+ x 0). | Richard M. Stallman | 1996-08-29 | 1 | -1/+5 |
| * | (narrow-to-defun): New function. | Richard M. Stallman | 1996-08-29 | 1 | -0/+9 |
| * | (executing_macro_iterations, executing_macro): Declared. | Richard M. Stallman | 1996-08-29 | 1 | -2/+15 |
| * | (cmd_error): Add number of kbd macro iterations to the error message. | Richard M. Stallman | 1996-08-29 | 1 | -1/+13 |
| * | (executing_macro_iterations, executing_macro): New vars. | Richard M. Stallman | 1996-08-29 | 1 | -0/+26 |
| * | (Vhistory_length, Qhistory_length): New variables. | Richard M. Stallman | 1996-08-29 | 1 | -3/+35 |
| * | (Fsubstring): Handle vectors as well as strings. | Richard M. Stallman | 1996-08-29 | 1 | -9/+27 |
| * | (save-match-data): Fix previous change. | Richard M. Stallman | 1996-08-29 | 1 | -2/+2 |
| * | (display-time): Call display-time-mode. | Richard M. Stallman | 1996-08-29 | 1 | -18/+40 |
| * | (kill-some-buffers): New arg LIST says buffers to maybe kill. | Richard M. Stallman | 1996-08-29 | 1 | -15/+17 |
| * | (mail-mode-auto-fill): New function. | Richard M. Stallman | 1996-08-29 | 1 | -2/+28 |
| * | (Fcall_interactively): For `N' and `n', | Richard M. Stallman | 1996-08-29 | 1 | -3/+21 |
| * | (syms_of_alloc): Set up Lisp variables ...-consed, | Richard M. Stallman | 1996-08-29 | 1 | -0/+21 |
| * | 1996-08-28 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | Lars Magne Ingebrigtsen | 1996-08-29 | 1 | -2/+4 |
| * | (ange-ftp-ls): Run ange-ftp-before-parse-ls-hook. | Richard M. Stallman | 1996-08-28 | 1 | -0/+4 |
| * | Check for utimes. | Richard M. Stallman | 1996-08-28 | 1 | -1/+1 |
| * | (server-visit-files): New argument NOWAIT. | Richard M. Stallman | 1996-08-28 | 1 | -16/+24 |
| * | (save-match-data): Use save-match-data-internal | Richard M. Stallman | 1996-08-28 | 1 | -5/+10 |
| * | (byte-compile-out-toplevel): Always compile to byte code | Richard M. Stallman | 1996-08-28 | 1 | -9/+47 |
| * | (byte-compile-funarg-2): New function, | Richard M. Stallman | 1996-08-28 | 1 | -1/+15 |
| * | (main): Add bug report info in --help message. | Richard M. Stallman | 1996-08-28 | 1 | -1/+3 |
| * | (mail-self-blind, mail-interactive) | Richard M. Stallman | 1996-08-28 | 1 | -3/+3 |
| * | (sh-alias-alist): Use gnu/linux, not lignux. | Richard M. Stallman | 1996-08-28 | 1 | -1/+1 |
| * | (INSTALL_STRIP): New variable. | Richard M. Stallman | 1996-08-28 | 1 | -11/+19 |
| * | Check for com_err library, but only if --with-kerberos was used. | Richard M. Stallman | 1996-08-28 | 1 | -3/+6 |
| * | (tar-mode-write-file): Clear buffer's own modified flag | Richard M. Stallman | 1996-08-28 | 1 | -1/+2 |
| * | (command_loop_1): Cancel echoing etc. | Richard M. Stallman | 1996-08-28 | 1 | -16/+16 |
| * | 1996-08-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | Lars Magne Ingebrigtsen | 1996-08-28 | 1 | -0/+1 |
| * | (dired-chown-program): Replace lignux with gnu/linux. | Richard M. Stallman | 1996-08-27 | 1 | -1/+1 |