| Commit message (Expand) | Author | Age | Files | Lines |
| * | (malloc): Don't declare it. | Richard M. Stallman | 1994-01-06 | 1 | -4/+6 |
| * | Fix up whitespace. Get rid of spurious casts to void. | Richard M. Stallman | 1994-01-06 | 1 | -135/+156 |
| * | entered into RCS | Richard M. Stallman | 1994-01-05 | 1 | -0/+84 |
| * | Initial revision | Richard M. Stallman | 1994-01-05 | 1 | -0/+161 |
| * | (describe_syntax): Handle Sinherit. | Richard M. Stallman | 1994-01-05 | 1 | -4/+6 |
| * | (enum syntaxcode): Add Sinherit. | Richard M. Stallman | 1994-01-05 | 1 | -11/+92 |
| * | (eval-after-load): Do nothing if FORM is already on the list. | Richard M. Stallman | 1994-01-05 | 1 | -1/+4 |
| * | (popup-menu): Add loop to handle submenus. | Richard M. Stallman | 1994-01-04 | 1 | -5/+10 |
| * | (SUNOS_LOCALTIME_BUG): #if 0'd. | Richard M. Stallman | 1994-01-04 | 1 | -0/+2 |
| * | (Fmapconcat): Doc fix. | Richard M. Stallman | 1994-01-04 | 1 | -1/+1 |
| * | (bcopy, bzero, bcmp): Defined. | Richard M. Stallman | 1994-01-04 | 1 | -0/+5 |
| * | Include syswait.h. | Richard M. Stallman | 1994-01-04 | 1 | -48/+64 |
| * | (buffer.o): Don't depend on syntax.h. | Richard M. Stallman | 1994-01-04 | 1 | -5/+7 |
| * | Don't include syntax.h. | Richard M. Stallman | 1994-01-04 | 1 | -1/+12 |
| * | (file_name_completion_stat): If have symlinks, use lstat. | Richard M. Stallman | 1994-01-04 | 1 | -0/+4 |
| * | Comment fix. | Richard M. Stallman | 1994-01-04 | 1 | -2/+0 |
| * | (debug): Bind this-command and last-command. | Richard M. Stallman | 1994-01-04 | 1 | -0/+1 |
| * | (Fx_list_fonts): Don't fail to init `tail'. | Richard M. Stallman | 1994-01-04 | 1 | -1/+7 |
| * | (vc-finish-logentry): Sync the buffer in case the user modified it while | Paul Eggert | 1994-01-03 | 1 | -0/+4 |
| * | (tex-common-initialization): Make parse-sexp-ignore-comments t. | Richard M. Stallman | 1994-01-03 | 1 | -0/+2 |
| * | entered into RCS | Richard M. Stallman | 1994-01-03 | 1 | -0/+1597 |
| * | (slitex-mode, latex-mode): Set paragraph-start and | Richard M. Stallman | 1994-01-03 | 1 | -2/+46 |
| * | (comint-last-output-start): Add defvar. | Richard M. Stallman | 1994-01-03 | 1 | -5/+22 |
| * | Fix typo in previous change. | Richard M. Stallman | 1994-01-03 | 1 | -1/+1 |
| * | More menu bar commands. | Richard M. Stallman | 1994-01-03 | 1 | -0/+6 |
| * | (make-syntax-table): New function; no longer an alias | Richard M. Stallman | 1994-01-03 | 1 | -1/+24 |
| * | (get_system_name): If the official name of the host is | Richard M. Stallman | 1994-01-03 | 1 | -0/+10 |
| * | (rmail-get-new-mail): Cope if display-time-string is nil. | Richard M. Stallman | 1994-01-03 | 1 | -0/+1 |
| * | (sort-float-fields): Commented out. | Richard M. Stallman | 1994-01-03 | 1 | -22/+21 |
| * | (c-mode-map): Add menu bar menu. | Richard M. Stallman | 1994-01-02 | 1 | -19/+39 |
| * | (calendar-goto-french-date): Fix special day | Richard M. Stallman | 1994-01-02 | 1 | -2/+3 |
| * | (rotate_right, rotate_left): Simplify | Richard M. Stallman | 1994-01-02 | 1 | -100/+140 |
| * | (NULL_RIGHT_CHILD, NULL_LEFT_CHILD): | Richard M. Stallman | 1994-01-02 | 1 | -18/+19 |
| * | (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS. | Richard M. Stallman | 1994-01-02 | 1 | -1/+2 |
| * | (ALL_CFLAGS): Include LDFLAGS. | Richard M. Stallman | 1994-01-02 | 1 | -23/+25 |
| * | (isearch-repeat): If we matched a null string and there's | Richard M. Stallman | 1994-01-02 | 1 | -7/+14 |
| * | (Fwrite_region): Don't change START and END from nil | Richard M. Stallman | 1994-01-01 | 1 | -11/+12 |
| * | (bibtex-field-name, bibtex-field-const, bibtex-field-text): | Richard M. Stallman | 1994-01-01 | 1 | -6/+17 |
| * | (i[34]86-*-*): Check for *-nextstop*. | Richard M. Stallman | 1994-01-01 | 1 | -0/+1 |
| * | (m68*-next-*): Don't care about which os is specified. | Richard M. Stallman | 1994-01-01 | 1 | -1/+1 |
| * | (compilation-read-command, compilation-ask-about-save): New variables. | Richard M. Stallman | 1994-01-01 | 1 | -4/+15 |
| * | (Info-default-directory-list): Doc fix. | Richard M. Stallman | 1994-01-01 | 1 | -1/+4 |
| * | (read_process_output): Use clip_to_bounds when moving | Richard M. Stallman | 1994-01-01 | 1 | -1/+1 |
| * | Delete `show env TERMCAP'. | Richard M. Stallman | 1994-01-01 | 1 | -1/+0 |
| * | (${etc}DOC): Don't depend on SOME_MACHINE_OBJECTS. | Richard M. Stallman | 1994-01-01 | 1 | -1/+1 |
| * | (SOME_MACHINE_OBJECTS): New var. | Richard M. Stallman | 1994-01-01 | 1 | -2/+7 |
| * | (ispell-highlight, ispell-dehighlight): New functions. | Richard M. Stallman | 1994-01-01 | 1 | -0/+24 |
| * | (rmail-output-to-rmail-file): If just a dir is specified, | Richard M. Stallman | 1994-01-01 | 1 | -10/+13 |
| * | (save-some-buffers): Fix previous change. | Richard M. Stallman | 1994-01-01 | 1 | -42/+44 |
| * | (gnus-news-reply): Handle reply-to field. | Richard M. Stallman | 1994-01-01 | 1 | -4/+6 |