aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (main) [AIX]: Don't handle signal 20, 21 or 22.Richard M. Stallman1994-02-051-11/+2
| | | | Call signal 24 by name (SIGXCPU).
* (internal_condition_case_1): Declared.Richard M. Stallman1994-02-051-0/+1
|
* (Fwhere_is_internal): Take just one keymap arg.Richard M. Stallman1994-02-041-19/+46
| | | | (where_is_string): Pass Voverriding_local_map for that arg.
* (Fsubstitute_command_keys): Pass keymap as that argRichard M. Stallman1994-02-041-2/+8
| | | | to Fwhere_is_internal. Init keymap from Voverriding_local_map.
* (verify_interval_modification): When checking read-only, allow for the caseKarl Heuer1994-02-041-15/+19
| | | | that stickiness might be t instead of a list.
* (kbd_buffer_get_event): Pass 1 to read_avail_input.Richard M. Stallman1994-02-041-3/+2
|
* (fmod): Implement it on systems where it's missing, using drem if available.Karl Heuer1994-02-041-4/+13
|
* (xmenu_show) [USE_X_TOOLKIT]: Remove the #if 0 directives and reverse one toFred Pierresteguy1994-02-041-15/+1
| | | | avoid the flickering of the menubar.
* Add comments describing the rules used by the merge algorithm.Karl Heuer1994-02-041-46/+102
|
* (init_cmdargs): Set Vinstallation_directory.Richard M. Stallman1994-02-031-0/+82
| | | | (syms_of_emacs): staticpro it.
* (record_first_change): Check for buffer-undo-list = t.Richard M. Stallman1994-02-031-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 Heuer1994-02-031-6/+6
|
* (X_IO_BUG): Defined.Richard M. Stallman1994-02-031-0/+3
|
* (Fwrite_region): If FILENAME has no handler, see if VISIT has one.Richard M. Stallman1994-02-031-0/+3
|
* (scan_buffer): New arg ALLOW_QUIT.Richard M. Stallman1994-02-031-4/+8
| | | | (find_next_newline): Pass new arg.
* (find_defun_start): Pass new arg to scan_buffer.Richard M. Stallman1994-02-031-2/+2
|
* (Fforward_line): Pass new arg to scan_buffer.Richard M. Stallman1994-02-031-1/+1
|
* (XTread_socket): Add X_IO_BUG conditional.Richard M. Stallman1994-02-021-0/+7
|
* (x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT.Karl Heuer1994-02-021-1/+5
|
* (try_window_id): Don't pass value beyond ZV to compute_motion.Karl Heuer1994-02-021-3/+3
|
* (Fpos_visible_in_window_p): Return nil if POS > ZV.Karl Heuer1994-02-021-1/+1
|
* (x_term_init): Use get_system_name instead of gethostname.Karl Heuer1994-02-021-21/+1
|
* (get_system_name): Declared.Karl Heuer1994-02-021-0/+2
|
* (x_get_customization_string): Use get_system_name instead of gethostname.Karl Heuer1994-02-021-17/+4
|
* (get_system_name): Remove restriction on hostname size.Karl Heuer1994-02-021-74/+88
|
* (Fmod): Use HAVE_FMOD.Karl Heuer1994-02-011-1/+1
|
* (HAVE_FMOD): Add another #undef.Karl Heuer1994-02-011-0/+1
|
* (SYNTAX_MATCH, SYNTAX): Fix non-GNUC definitions.Richard M. Stallman1994-02-011-2/+2
|
* (x_set_menu_bar_lines): Test also menubar_widget before callingFred Pierresteguy1994-02-011-1/+2
| | | | XtDestroyWidget.
* (dumpglyphs): Don't crash for invalid face code.Richard M. Stallman1994-02-011-3/+3
|
* *** empty log message ***Richard M. Stallman1994-01-311-28/+66
|
* *** empty log message ***Richard M. Stallman1994-01-301-13/+18
|
* entered into RCSRichard M. Stallman1994-01-301-1/+1
|
* Whitespace changes.Richard M. Stallman1994-01-301-8/+10
|
* Whitespace change.Richard M. Stallman1994-01-301-2/+2
|
* (configuration): Change # comment to C comment.Richard M. Stallman1994-01-301-2/+2
|
* Scale by sizeof when allocating objects.Karl Heuer1994-01-291-4/+10
|
* (kill-all-local-variables): follow symbol forwarding.Karl Heuer1994-01-291-1/+2
|
* Include stdio.h.Richard M. Stallman1994-01-291-4/+7
| | | | (init_callproc): Put non-ex-dir warnings on stderr.
* (init_lread): Put non-ex-dir warnings on stderr.Richard M. Stallman1994-01-291-2/+2
|
* (x_set_window_size): Add USE_X_TOOLKIT conditional. Call ↵Fred Pierresteguy1994-01-281-5/+8
| | | | EmacsFrameSetCharSize and return.
* * xterm.c (x_term_init): Cast to (char **) before assignment to argv.Fred Pierresteguy1994-01-281-1/+1
|
* * keyboard.c (make_lispy_event): Add USE_X_TOOLKIT conditional andFred Pierresteguy1994-01-271-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. Stallman1994-01-261-0/+2
|
* (mkdir): Use MKDIR_PROTOTYPE if defined.Richard M. Stallman1994-01-261-0/+4
|
* [__GNUC__] (MKDIR_PROTOTYPE): Defined.Richard M. Stallman1994-01-261-0/+7
|
* Wed Jan 26 12:23:12 1994 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)Fred Pierresteguy1994-01-261-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 Pierresteguy1994-01-261-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. Stallman1994-01-261-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. Stallman1994-01-261-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.