| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (main) [AIX]: Don't handle signal 20, 21 or 22. | Richard M. Stallman | 1994-02-05 | 1 | -11/+2 |
| | | | | | Call signal 24 by name (SIGXCPU). | ||||
| * | (internal_condition_case_1): Declared. | Richard M. Stallman | 1994-02-05 | 1 | -0/+1 |
| | | |||||
| * | (Fwhere_is_internal): Take just one keymap arg. | Richard M. Stallman | 1994-02-04 | 1 | -19/+46 |
| | | | | | (where_is_string): Pass Voverriding_local_map for that arg. | ||||
| * | (Fsubstitute_command_keys): Pass keymap as that arg | Richard M. Stallman | 1994-02-04 | 1 | -2/+8 |
| | | | | | to Fwhere_is_internal. Init keymap from Voverriding_local_map. | ||||
| * | (verify_interval_modification): When checking read-only, allow for the case | Karl Heuer | 1994-02-04 | 1 | -15/+19 |
| | | | | | that stickiness might be t instead of a list. | ||||
| * | (kbd_buffer_get_event): Pass 1 to read_avail_input. | Richard M. Stallman | 1994-02-04 | 1 | -3/+2 |
| | | |||||
| * | (fmod): Implement it on systems where it's missing, using drem if available. | Karl Heuer | 1994-02-04 | 1 | -4/+13 |
| | | |||||
| * | (xmenu_show) [USE_X_TOOLKIT]: Remove the #if 0 directives and reverse one to | Fred Pierresteguy | 1994-02-04 | 1 | -15/+1 |
| | | | | | avoid the flickering of the menubar. | ||||
| * | Add comments describing the rules used by the merge algorithm. | Karl Heuer | 1994-02-04 | 1 | -46/+102 |
| | | |||||
| * | (init_cmdargs): Set Vinstallation_directory. | Richard M. Stallman | 1994-02-03 | 1 | -0/+82 |
| | | | | | (syms_of_emacs): staticpro it. | ||||
| * | (record_first_change): Check for buffer-undo-list = t. | Richard M. Stallman | 1994-02-03 | 1 | -1/+9 |
| | | | | | | | Make an undo boundary if appropriate. Set last_undo_buffer. (record_property_change): Use BUFFER, not current_buffer, when testing undo_list. | ||||
| * | (merge_properties_sticky): Preserve original order of properties. | Karl Heuer | 1994-02-03 | 1 | -6/+6 |
| | | |||||
| * | (X_IO_BUG): Defined. | Richard M. Stallman | 1994-02-03 | 1 | -0/+3 |
| | | |||||
| * | (Fwrite_region): If FILENAME has no handler, see if VISIT has one. | Richard M. Stallman | 1994-02-03 | 1 | -0/+3 |
| | | |||||
| * | (scan_buffer): New arg ALLOW_QUIT. | Richard M. Stallman | 1994-02-03 | 1 | -4/+8 |
| | | | | | (find_next_newline): Pass new arg. | ||||
| * | (find_defun_start): Pass new arg to scan_buffer. | Richard M. Stallman | 1994-02-03 | 1 | -2/+2 |
| | | |||||
| * | (Fforward_line): Pass new arg to scan_buffer. | Richard M. Stallman | 1994-02-03 | 1 | -1/+1 |
| | | |||||
| * | (XTread_socket): Add X_IO_BUG conditional. | Richard M. Stallman | 1994-02-02 | 1 | -0/+7 |
| | | |||||
| * | (x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT. | Karl Heuer | 1994-02-02 | 1 | -1/+5 |
| | | |||||
| * | (try_window_id): Don't pass value beyond ZV to compute_motion. | Karl Heuer | 1994-02-02 | 1 | -3/+3 |
| | | |||||
| * | (Fpos_visible_in_window_p): Return nil if POS > ZV. | Karl Heuer | 1994-02-02 | 1 | -1/+1 |
| | | |||||
| * | (x_term_init): Use get_system_name instead of gethostname. | Karl Heuer | 1994-02-02 | 1 | -21/+1 |
| | | |||||
| * | (get_system_name): Declared. | Karl Heuer | 1994-02-02 | 1 | -0/+2 |
| | | |||||
| * | (x_get_customization_string): Use get_system_name instead of gethostname. | Karl Heuer | 1994-02-02 | 1 | -17/+4 |
| | | |||||
| * | (get_system_name): Remove restriction on hostname size. | Karl Heuer | 1994-02-02 | 1 | -74/+88 |
| | | |||||
| * | (Fmod): Use HAVE_FMOD. | Karl Heuer | 1994-02-01 | 1 | -1/+1 |
| | | |||||
| * | (HAVE_FMOD): Add another #undef. | Karl Heuer | 1994-02-01 | 1 | -0/+1 |
| | | |||||
| * | (SYNTAX_MATCH, SYNTAX): Fix non-GNUC definitions. | Richard M. Stallman | 1994-02-01 | 1 | -2/+2 |
| | | |||||
| * | (x_set_menu_bar_lines): Test also menubar_widget before calling | Fred Pierresteguy | 1994-02-01 | 1 | -1/+2 |
| | | | | | XtDestroyWidget. | ||||
| * | (dumpglyphs): Don't crash for invalid face code. | Richard M. Stallman | 1994-02-01 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1994-01-31 | 1 | -28/+66 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1994-01-30 | 1 | -13/+18 |
| | | |||||
| * | entered into RCS | Richard M. Stallman | 1994-01-30 | 1 | -1/+1 |
| | | |||||
| * | Whitespace changes. | Richard M. Stallman | 1994-01-30 | 1 | -8/+10 |
| | | |||||
| * | Whitespace change. | Richard M. Stallman | 1994-01-30 | 1 | -2/+2 |
| | | |||||
| * | (configuration): Change # comment to C comment. | Richard M. Stallman | 1994-01-30 | 1 | -2/+2 |
| | | |||||
| * | Scale by sizeof when allocating objects. | Karl Heuer | 1994-01-29 | 1 | -4/+10 |
| | | |||||
| * | (kill-all-local-variables): follow symbol forwarding. | Karl Heuer | 1994-01-29 | 1 | -1/+2 |
| | | |||||
| * | Include stdio.h. | Richard M. Stallman | 1994-01-29 | 1 | -4/+7 |
| | | | | | (init_callproc): Put non-ex-dir warnings on stderr. | ||||
| * | (init_lread): Put non-ex-dir warnings on stderr. | Richard M. Stallman | 1994-01-29 | 1 | -2/+2 |
| | | |||||
| * | (x_set_window_size): Add USE_X_TOOLKIT conditional. Call ↵ | Fred Pierresteguy | 1994-01-28 | 1 | -5/+8 |
| | | | | | EmacsFrameSetCharSize and return. | ||||
| * | * xterm.c (x_term_init): Cast to (char **) before assignment to argv. | Fred Pierresteguy | 1994-01-28 | 1 | -1/+1 |
| | | |||||
| * | * keyboard.c (make_lispy_event): Add USE_X_TOOLKIT conditional and | Fred Pierresteguy | 1994-01-27 | 1 | -0/+13 |
| | | | | | | test FRAME_EXTERNAL_MENU_BAR. (map_event_to_object) [USE_X_TOOLKIT]: Declare and use it. | ||||
| * | (x_set_mouse_position): Don't raise the frame. | Richard M. Stallman | 1994-01-26 | 1 | -0/+2 |
| | | |||||
| * | (mkdir): Use MKDIR_PROTOTYPE if defined. | Richard M. Stallman | 1994-01-26 | 1 | -0/+4 |
| | | |||||
| * | [__GNUC__] (MKDIR_PROTOTYPE): Defined. | Richard M. Stallman | 1994-01-26 | 1 | -0/+7 |
| | | |||||
| * | Wed Jan 26 12:23:12 1994 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu) | Fred Pierresteguy | 1994-01-26 | 1 | -1/+0 |
| | | | | | * xterm.h [USE_X_TOOLKIT]: Don't include Xaw/Box.h. | ||||
| * | Wed Jan 26 12:23:12 1994 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu) | Fred Pierresteguy | 1994-01-26 | 1 | -0/+4 |
| | | | | | | * xdisp.c (update_menu_bar): Add USE_X_TOOLKIT conditional and test FRAME_EXTERNAL_MENU_BAR. | ||||
| * | (read_key_sequence): Properly gcpro fkey_map while using keytran_map. | Richard M. Stallman | 1994-01-26 | 1 | -14/+20 |
| | | | | | | | | | | (syms_of_keyboard): New Lisp var command-hook-internal. (command_loop_1): Use it when running the command hooks. (read_key_sequence): Don't call echo_truncate the first time through. (echo_truncate): Call truncate_echo_area. | ||||
| * | Find lwlib.h and xlwmenuP.h in ../lwlib. | Richard M. Stallman | 1994-01-26 | 1 | -11/+656 |
| | | | | | | | | | | | | | | | | | | Reshuffle functions; put new ones in #ifdef USE_X_TOOLKIT. (Fx_popup_menu): Add USE_X_TOOLKIT conditional around new decls. (string_width): New function. (event_is_in_menu_item, map_event_to_object): Likewise. (set_menu_items, free_menu_items, popup_selection_callback): Likewise. (popup_down_callback, free_menubar_widget_value_tree): Likewise. (update_one_frame_psheets, set_frame_menubar): Likewise. (Fx_popup_menu, xmenu_show): Handle USE_X_TOOLKIT. (dispatch_dummy_expose): New function. (XMenu_xpos, XMenu_ypos): Change the values of the constant assignment. (xmenu_show): Change the way to make the menubar to redraw itself by generating a dummy expose event. | ||||