| Commit message (Expand) | Author | Age | Files | Lines |
| * | Say error in x-open-connection should be fatal. | Richard M. Stallman | 1994-10-23 | 1 | -1/+3 |
| * | (kbd_buffer_get_event): Cope if mouse_position_hook does not store anything. | Richard M. Stallman | 1994-10-23 | 1 | -2/+6 |
| * | (menu-bar-file-menu): Add item `Make Frame On Display'. | Richard M. Stallman | 1994-10-23 | 1 | -4/+8 |
| * | (struct heap): New fields first_bloc, last_bloc. | Richard M. Stallman | 1994-10-23 | 1 | -16/+114 |
| * | (set-face-background): Set either stipple or color, | Richard M. Stallman | 1994-10-23 | 1 | -3/+6 |
| * | Add comment. | Richard M. Stallman | 1994-10-23 | 1 | -1/+6 |
| * | (mail-setup): Fill in-reply-to field properly. | Richard M. Stallman | 1994-10-23 | 1 | -4/+2 |
| * | (ange-ftp-process-handle-line): Check for a | Richard M. Stallman | 1994-10-23 | 1 | -3/+3 |
| * | (set-face-background): If color is gray, and frame | Richard M. Stallman | 1994-10-23 | 1 | -5/+10 |
| * | (dired-do-tags-search, dired-do-tags-query-replace): New functions. | Roland McGrath | 1994-10-22 | 1 | -0/+22 |
| * | (dired-mode-map): Bind A to dired-do-tags-search, | Roland McGrath | 1994-10-22 | 1 | -0/+2 |
| * | (calculate_costs): Call x_screen_planes. | Richard M. Stallman | 1994-10-22 | 1 | -5/+2 |
| * | (Finsert_buffer_substring): Use insert_from_buffer instead of insert. | Karl Heuer | 1994-10-22 | 1 | -29/+5 |
| * | (insert_from_buffer, insert_from_buffer_1): New functions. | Karl Heuer | 1994-10-22 | 1 | -2/+74 |
| * | (struct x_display_info): Struct renamed from x_screen. | Richard M. Stallman | 1994-10-22 | 1 | -172/+112 |
| * | Use FRAME_X_DISPLAY instead of x_current_display and XDISPLAY. | Richard M. Stallman | 1994-10-22 | 1 | -325/+407 |
| * | (x_sync): Take frame ptr as arg. | Richard M. Stallman | 1994-10-22 | 1 | -393/+426 |
| * | (read_avail_input): Use input_fd. | Richard M. Stallman | 1994-10-22 | 1 | -6/+8 |
| * | (input_fd): No longer static. | Richard M. Stallman | 1994-10-22 | 1 | -4/+3 |
| * | (Fframe_or_buffer_changed_p): | Richard M. Stallman | 1994-10-22 | 1 | -1/+8 |
| * | (xmenu_show): Get the screen number for DisplayHeight | Richard M. Stallman | 1994-10-22 | 1 | -3/+3 |
| * | (other_visible_frames): Pass a frame ptr to x_sync. | Richard M. Stallman | 1994-10-22 | 1 | -1/+1 |
| * | (mail-aliases, mail-archive-file-name): Doc fixes. | Richard M. Stallman | 1994-10-22 | 1 | -4/+6 |
| * | (insert_before_markers): Don't inherit; insert_before_markers_and_inherit does | Karl Heuer | 1994-10-22 | 1 | -1/+1 |
| * | (sendmail-synch-aliases): Check MAILRC envvar. | Richard M. Stallman | 1994-10-21 | 1 | -1/+1 |
| * | (define-mail-alias): Check MAILRC envvar. | Richard M. Stallman | 1994-10-21 | 1 | -1/+1 |
| * | (main): Don't process one input file twice. | Richard M. Stallman | 1994-10-21 | 1 | -3/+13 |
| * | Finish installing previous change. | Richard M. Stallman | 1994-10-21 | 1 | -1/+9 |
| * | (timer-error, timer-abnormal-termination, | Richard M. Stallman | 1994-10-21 | 1 | -14/+31 |
| * | (view-file): Do record the buffer switch. | Richard M. Stallman | 1994-10-21 | 1 | -2/+4 |
| * | (describe-function-find-file): New function. | Richard M. Stallman | 1994-10-21 | 1 | -5/+15 |
| * | (describe-function): Mention the file it was loaded from. | Richard M. Stallman | 1994-10-21 | 1 | -8/+14 |
| * | (dbx): Delete call to gud-switch-to-buffer. | Richard M. Stallman | 1994-10-21 | 1 | -2/+10 |
| * | (emerge-auto-advance): Fix criterion for which message. | Richard M. Stallman | 1994-10-21 | 1 | -1/+1 |
| * | * etags.c (prestr, substr): return a logical type. | Francesco Potortì | 1994-10-21 | 1 | -28/+29 |
| * | Better NCR support. | Per Bothner | 1994-10-21 | 1 | -6/+6 |
| * | (rmail-get-new-mail): If display-time is in use, | Richard M. Stallman | 1994-10-21 | 1 | -8/+4 |
| * | (list_buffers_1): Always mark current_buffer read-only. | Richard M. Stallman | 1994-10-20 | 1 | -1/+5 |
| * | (next-file): Initialize next-file-list all at once from all tables. | Roland McGrath | 1994-10-20 | 1 | -13/+19 |
| * | PopServer renamed to popserver throughout. | Richard M. Stallman | 1994-10-20 | 1 | -2/+2 |
| * | (edit-and-eval-command): Elements of command-history are forms, not strings. | Karl Heuer | 1994-10-20 | 1 | -0/+9 |
| * | (LD_SWITCH_MACHINE): Defined. | Richard M. Stallman | 1994-10-20 | 1 | -0/+3 |
| * | (ange-ftp-get-passwd): Use user-mail-address. | Richard M. Stallman | 1994-10-20 | 1 | -5/+5 |
| * | (repeat-matching-complex-command): Fix check for empty pattern. Simplify. | Karl Heuer | 1994-10-20 | 1 | -14/+12 |
| * | (read_minibuf): Fix comment. | Karl Heuer | 1994-10-20 | 1 | -2/+1 |
| * | (Fdisplay_buffer): Make old_selected_window a Lisp_Object. | Karl Heuer | 1994-10-20 | 1 | -2/+3 |
| * | (facemenu-get-face): Don't add to menu here. | Boris Goldowsky | 1994-10-20 | 1 | -171/+172 |
| * | (make-face): Add new face to Face menu on creation. -- Bng | Boris Goldowsky | 1994-10-20 | 1 | -0/+3 |
| * | Don't declare malloc, since we include config.h. | David J. MacKenzie | 1994-10-20 | 2 | -2/+0 |
| * | * man.el (Man-init-defvars): Corrections to Man-filter-list. | Francesco Potortì | 1994-10-20 | 1 | -26/+23 |