| Commit message (Expand) | Author | Age | Files | Lines |
| * | (file-truename): If name has no dir, use default-directory. | Richard M. Stallman | 1994-10-02 | 1 | -1/+1 |
| * | (widget_id_tick): Renamed from popup_id_tick. | Paul Reilly | 1994-10-02 | 1 | -346/+380 |
| * | (XTread_socket): Use popup_get_selection() for X11 menubar event handling. | Paul Reilly | 1994-10-02 | 1 | -4/+4 |
| * | (HACK_EDITRES): Declare if using X11R5. | Paul Reilly | 1994-10-02 | 1 | -15/+29 |
| * | (EmacsFrameSetCharSize): Use lw_refigure_widget() for widget set | Paul Reilly | 1994-10-02 | 1 | -4/+3 |
| * | Declare XtNshowGrip, XtNallowResize, and XtNresizeToPreferred. | Paul Reilly | 1994-10-02 | 1 | -0/+9 |
| * | (make_lispy_event): Do not set item. Now handled in xmenu.c by | Paul Reilly | 1994-10-02 | 1 | -7/+1 |
| * | (display_menu_item): Add support for displaying the title in pop up menus. | Paul Reilly | 1994-10-02 | 1 | -2/+11 |
| * | (lw_set_main_areas): Use xm_set_main_areas(). | Paul Reilly | 1994-10-02 | 1 | -16/+1 |
| * | Declare xm_set_main_areas() and xm_manage_resizing(). | Paul Reilly | 1994-10-02 | 1 | -0/+3 |
| * | (make_menu_in_widget): Add support for displaying a title in pop up | Paul Reilly | 1994-10-02 | 1 | -1/+46 |
| * | Added Motif changes for usage and option checking. | Paul Reilly | 1994-10-02 | 1 | -4/+7 |
| * | (Info-scroll-down, Info-scroll-up): Doc fixes. | Richard M. Stallman | 1994-10-02 | 1 | -2/+9 |
| * | (dired-do-print): Put spaces between lpr switches. | Richard M. Stallman | 1994-10-02 | 1 | -1/+2 |
| * | (setenv-history): New history list. | Richard M. Stallman | 1994-10-02 | 1 | -3/+44 |
| * | (indent-c++-exp): For public/private/protected, | Richard M. Stallman | 1994-10-02 | 1 | -7/+7 |
| * | (redisplay_window): If we set PT, and that alters a region | Richard M. Stallman | 1994-10-02 | 1 | -1/+6 |
| * | (fill-region, fill-region-as-paragraph): Fix previous change. | Richard M. Stallman | 1994-10-02 | 1 | -2/+2 |
| * | (vc-register): Verify an old master file really still exists | Richard M. Stallman | 1994-10-02 | 1 | -2/+6 |
| * | (head_table): Set up Qdelete_frame. | Richard M. Stallman | 1994-10-01 | 1 | -23/+7 |
| * | (keys_of_frame): Make binding for delete-frame. | Richard M. Stallman | 1994-10-01 | 1 | -0/+1 |
| * | (apropos-print-matches): Add newline after | Richard M. Stallman | 1994-10-01 | 1 | -13/+22 |
| * | (save-buffers-kill-emacs): Fix previous change. | Richard M. Stallman | 1994-10-01 | 1 | -1/+1 |
| * | (Foverlay_get): Handle `category' property on overlay. | Richard M. Stallman | 1994-10-01 | 1 | -2/+11 |
| * | * man.el (Man-init-defvars, Man-cleanup-manpage, | Francesco Potortì | 1994-10-01 | 1 | -12/+13 |
| * | Comment change. | Richard M. Stallman | 1994-10-01 | 1 | -0/+1 |
| * | (compile_range): When casting to const unsigned char *, put const first. | Richard M. Stallman | 1994-10-01 | 1 | -2/+2 |
| * | (fill-region, fill-region-as-paragraph): | Richard M. Stallman | 1994-10-01 | 1 | -11/+21 |
| * | (mouse-secondary-click-count): New variable. | Richard M. Stallman | 1994-10-01 | 1 | -4/+6 |
| * | (LIBXTR6): If NEED_LIBW, add -lw. | Richard M. Stallman | 1994-10-01 | 1 | -0/+4 |
| * | (NEED_LIBW): Defined. | Richard M. Stallman | 1994-10-01 | 1 | -0/+3 |
| * | (LDFLAGS): New variable. | Richard M. Stallman | 1994-10-01 | 1 | -1/+2 |
| * | (add-hook, remove-hook): If the hook was made local | Richard M. Stallman | 1994-10-01 | 1 | -2/+10 |
| * | (ispell-init-process): Add missing arg in error msg. | Richard M. Stallman | 1994-10-01 | 1 | -1/+1 |
| * | (finder-mode-map): Change key bindings: | Richard M. Stallman | 1994-10-01 | 1 | -9/+11 |
| * | (edmacro-format-keys): Cope if local keymap is nil. | Richard M. Stallman | 1994-10-01 | 1 | -1/+3 |
| * | (windowsnt): Alias for winnt. | Richard Kenner | 1994-09-30 | 1 | -1/+4 |
| * | (modify-face): New function. | Richard M. Stallman | 1994-09-30 | 1 | -1/+39 |
| * | (save-buffers-kill-emacs): Use run-hook-with-args-until-failure. | Richard M. Stallman | 1994-09-30 | 1 | -25/+11 |
| * | (add-hook): Initialize default value and local value. | Richard M. Stallman | 1994-09-30 | 1 | -26/+147 |
| * | (Fmake_local_variable): Doc fix. | Richard M. Stallman | 1994-09-30 | 1 | -2/+23 |
| * | * etags.c (C_entries): Recognise typedef of ANSI style functions. | Francesco Potortì | 1994-09-30 | 1 | -16/+57 |
| * | (isearch-mode): Don't set deactivate-mark here. | Richard M. Stallman | 1994-09-30 | 1 | -6/+3 |
| * | Really delete gud-overload-functions. | Richard M. Stallman | 1994-09-30 | 1 | -11/+0 |
| * | (gud-overload-functions): Function deleted. | Richard M. Stallman | 1994-09-30 | 1 | -67/+68 |
| * | (os): Accept coff as an OS. | Jim Wilson | 1994-09-30 | 1 | -1/+1 |
| * | (check_writable, check_executable) [__HURD__]: Use eaccess. | Richard M. Stallman | 1994-09-29 | 1 | -26/+2 |
| * | (print-region-1): Use them instead of just pr. | Richard M. Stallman | 1994-09-29 | 1 | -2/+9 |
| * | (compute_char_face): Handle list as overlay face property. | Richard M. Stallman | 1994-09-29 | 1 | -2/+49 |
| * | (i[34]86:UNIX_SV:4.*:*): Remove "UNIX_SV" for Unixware; move DYNIX | Richard Kenner | 1994-09-29 | 1 | -6/+6 |