| Commit message (Expand) | Author | Age | Files | Lines |
| * | (report_overlay_modification): Renamed from verify_overlay_modification. | Richard M. Stallman | 1994-12-11 | 1 | -15/+27 |
| * | * buffer.c (report_overlay_modification): Renamed from | Richard M. Stallman | 1994-12-11 | 1 | -2/+2 |
| * | (signal_before_change, signal_after_change): | Richard M. Stallman | 1994-12-11 | 1 | -5/+15 |
| * | (list_buffers_1): Right-align the size values. | Richard M. Stallman | 1994-12-11 | 1 | -7/+25 |
| * | (rmail-summary-goto-msg): When highlighting, | Richard M. Stallman | 1994-12-11 | 1 | -1/+3 |
| * | (compile_pattern): Call re_set_registers here. | Richard M. Stallman | 1994-12-11 | 1 | -7/+5 |
| * | (vc-dir-all-files): New function. | Richard M. Stallman | 1994-12-10 | 1 | -48/+37 |
| * | (unrelocate_symbols): Add AIX4_1 conditionals and code. | Richard M. Stallman | 1994-12-10 | 1 | -0/+18 |
| * | (sys_siglist) [AIX]: Add AIXHFT conditional. | Richard M. Stallman | 1994-12-10 | 1 | -0/+2 |
| * | Change AIX conditional around HFNKEYS to AIXHFT. | Richard M. Stallman | 1994-12-10 | 1 | -1/+1 |
| * | Added ispell-offset for version consistency. | Karl Heuer | 1994-12-10 | 1 | -225/+270 |
| * | Fix typo in comment. | Karl Heuer | 1994-12-09 | 1 | -1/+1 |
| * | (Fbyte_code): Call Ffollowing_char and Fprevious_char | Richard M. Stallman | 1994-12-09 | 1 | -3/+3 |
| * | Add patterns for asm-mode. | Karl Heuer | 1994-12-09 | 1 | -0/+14 |
| * | (set-auto-mode): Don't get confused by anything ending in "mode:" which isn't | Karl Heuer | 1994-12-09 | 1 | -1/+3 |
| * | Mention Hochleitner's correlation. | Edward M. Reingold | 1994-12-08 | 1 | -1/+2 |
| * | (rlogin-initially-track-cwd): Now a 3-way flag. | Richard M. Stallman | 1994-12-08 | 1 | -14/+22 |
| * | (telnet): Don't make assumptions about process name. | Richard M. Stallman | 1994-12-07 | 1 | -4/+6 |
| * | (search_regs_saved): Delete initializer. | Richard M. Stallman | 1994-12-07 | 1 | -1/+1 |
| * | (nntp-buggy-select): Delete usg-unix-v from list. | Richard M. Stallman | 1994-12-07 | 1 | -4/+5 |
| * | (dired-insert-directory): Quote certain chars with \. | Richard M. Stallman | 1994-12-07 | 1 | -20/+29 |
| * | (comint-mode-map): Treat C-up, C-down like M-p, M-n. | Richard M. Stallman | 1994-12-07 | 1 | -0/+2 |
| * | [HAVE_SYSVIPC]: Include sys/utsname.h. | Richard M. Stallman | 1994-12-07 | 1 | -6/+17 |
| * | [HAVE_SYSVIPC]: Include sys/utsname.h. | Richard M. Stallman | 1994-12-07 | 1 | -4/+16 |
| * | (update_frame): Call calculate_costs if baud_rate changed. | Richard M. Stallman | 1994-12-06 | 1 | -0/+3 |
| * | (calculate_costs): Set FRAME_COST_BAUD_RATE. | Richard M. Stallman | 1994-12-06 | 1 | -10/+4 |
| * | (struct frame): New field cost_calculation_baud_rate. | Richard M. Stallman | 1994-12-06 | 1 | -0/+5 |
| * | (dummy.c) [sony]: Include <sys/param.h> and emit newsos4 #ifdef NEWSOS4. | Roland McGrath | 1994-12-06 | 1 | -1/+8 |
| * | (ange-ftp-set-binary-mode): Ignore hash size if nil. | Karl Heuer | 1994-12-06 | 1 | -2/+6 |
| * | (isearch-cancel): New function. | Richard M. Stallman | 1994-12-05 | 1 | -1/+9 |
| * | Comment out Oct 18 change to font-lock-after-change-function | Simon Marshall | 1994-12-05 | 1 | -7/+9 |
| * | (electric-buffer-menu-mode-map): | Richard M. Stallman | 1994-12-05 | 1 | -0/+2 |
| * | (internal_equal): Call compare_string_intervals. | Richard M. Stallman | 1994-12-04 | 1 | -1/+8 |
| * | (compare_string_intervals): New function. | Richard M. Stallman | 1994-12-04 | 1 | -0/+41 |
| * | (INTERVAL_LAST_POS): Don't subtract 1 here. | Richard M. Stallman | 1994-12-04 | 1 | -2/+2 |
| * | (argmatch): Take argc as arg; don't go past end of argv. | Richard M. Stallman | 1994-12-04 | 1 | -13/+20 |
| * | (fill-region-as-paragraph): If region starts in mid-line, | Richard M. Stallman | 1994-12-04 | 1 | -26/+37 |
| * | (scroll_cost): FRAME_DELETE_COST and FRAME_DELETEN_COSTS were confused. Fixed. | Richard M. Stallman | 1994-12-04 | 1 | -2/+2 |
| * | (child_setup_tty): Use CDISABLE for setting VERASE, VKILL. | Richard M. Stallman | 1994-12-04 | 1 | -3/+15 |
| * | At compile time, discard any defsubr definitions | Richard M. Stallman | 1994-12-04 | 1 | -0/+15 |
| * | (bibtex-mode-map): Delete binding for ". | Richard M. Stallman | 1994-12-04 | 1 | -4/+0 |
| * | (face-name, face-id, face-foreground, face-background) | Richard M. Stallman | 1994-12-04 | 1 | -12/+12 |
| * | (replace-string, query-replace): Doc fixes. | Richard M. Stallman | 1994-12-04 | 1 | -0/+6 |
| * | (rmail-get-new-mail): Position on first unseen message. | Richard M. Stallman | 1994-12-03 | 1 | -11/+12 |
| * | (argmatch): Handle lstr == 0. | Richard M. Stallman | 1994-12-03 | 1 | -1/+1 |
| * | (rmail-output): Don't quote "From " lines unless the capitalization is exact. | Karl Heuer | 1994-12-02 | 1 | -3/+4 |
| * | (gettext): Make sure this is always defined, even #if emacs. | Karl Heuer | 1994-12-01 | 1 | -11/+8 |
| * | Added defaults for grayscale font-lock-reference-face. | Simon Marshall | 1994-12-01 | 1 | -1/+3 |
| * | Don't try to make directories that are guaranteed to already exist. | David J. MacKenzie | 1994-11-30 | 1 | -5/+3 |
| * | (sendmail-send-it): Add `From:' header. | Karl Heuer | 1994-11-30 | 1 | -0/+23 |