aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (main) [AIX]: Don't handle signal 20, 21 or 22.Richard M. Stallman1994-02-051-11/+2
* (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
* (Fsubstitute_command_keys): Pass keymap as that argRichard M. Stallman1994-02-041-2/+8
* (verify_interval_modification): When checking read-only, allow for the caseKarl Heuer1994-02-041-15/+19
* (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
* 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
* (record_first_change): Check for buffer-undo-list = t.Richard M. Stallman1994-02-031-1/+9
* (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_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
* (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_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 EmacsFrameSetCharSiz...Fred Pierresteguy1994-01-281-5/+8
* * 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
* (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
* Wed Jan 26 12:23:12 1994 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)Fred Pierresteguy1994-01-261-0/+4
* (read_key_sequence): Properly gcpro fkey_map while using keytran_map.Richard M. Stallman1994-01-261-14/+20
* Find lwlib.h and xlwmenuP.h in ../lwlib.Richard M. Stallman1994-01-261-11/+656