summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (BROKEN_MKTIME): New macro.Paul Eggert1996-12-312-0/+7
|
* (MKTIME_OBJ):Paul Eggert1996-12-311-3/+1
| | | | | Use BROKEN_MKTIME instead of system-specific macros to determine whether mktime is broken.
* (mktime):Paul Eggert1996-12-311-5/+6
| | | | | Use BROKEN_MKTIME instead of system-specific macros to determine whether mktime is broken.
* Initial revisionRichard M. Stallman1996-12-312-0/+238
|
* <float.h>: Include if STDC_HEADERS.Paul Eggert1996-12-301-15/+15
| | | | | | (IEEE_FLOATING_POINT): New symbol. (float_arith_driver, Fmod): Test for division by 0 only if ! IEEE_FLOATING_POINT.
* <float.h>: Include if STDC_HEADERS.Paul Eggert1996-12-301-1/+34
| | | | | | (IEEE_FLOATING_POINT): New symbol. (Ffloor): Test for division by 0 only if ! IEEE_FLOATING_POINT. (fmod_float): New function.
* (MKTIME_OBJ): Use our mktime instead of SCO 3.2v4.2's, since itPaul Eggert1996-12-301-2/+3
| | | | botches time arithmetic as used by display-time.
* (Fbyte_code): Add error check for jumping out of range.Richard M. Stallman1996-12-301-0/+10
|
* Include blockinput.h.Richard M. Stallman1996-12-301-0/+5
| | | | (create_process): Block input around the fork.
* (process.o): Depend on blockinput.h.Richard M. Stallman1996-12-301-1/+2
|
* (LD_SWITCH_SYSTEM): Use just -X.Richard M. Stallman1996-12-271-6/+6
| | | | (LIB_STANDARD): Alternate definition if NS_TARGET.
* (dos_set_keyboard): Test whether KEYB.COM is installedRichard M. Stallman1996-12-271-0/+15
| | | | | | for international keyboard support. (dos_get_modifiers): If international keyboard support is NOT required, make both Right and Left Alt key behave like Meta key.
* (Fdefalias): Change argument name and doc string.Richard M. Stallman1996-12-261-6/+6
|
* (Ffset): Change argument name and doc string.Richard M. Stallman1996-12-261-6/+6
|
* (x_iconify_frame): Clear visible when we set iconified.Richard M. Stallman1996-12-261-0/+5
|
* (single_keymap_panes): New arg DEPTH.Richard M. Stallman1996-12-261-7/+15
| | | | Cut off recursion at that depth. Callers changed.
* (window_scroll): Preserve vpos of pointRichard M. Stallman1996-12-261-22/+58
| | | | | if we cannot preserve the actual position of it. Make it static. New arg WHOLE; callers changed.
* (read_char_x_menu_prompt): Unread and record all the input events from here.Richard M. Stallman1996-12-261-5/+52
| | | | (record_menu_key): New subroutine.
* (standard_args): Add -find-file and -visit.Richard M. Stallman1996-12-261-0/+2
|
* (internal_self_insert): If the abbrev has no expansion,Richard M. Stallman1996-12-261-4/+14
| | | | just a hook, inhibit the insertion of the character.
* (Fexpand_abbrev): Return the abbrev symbol, or nil if no expansion.Richard M. Stallman1996-12-261-7/+7
|
* (set_point): Use virtual bounds, not real bounds,Richard M. Stallman1996-12-201-4/+36
| | | | | in the abort test for POSITION. Skip the intangibility test if POSITION is at either end of buffer.
* (FRONT_NONSTICKY_P): New macro.Richard M. Stallman1996-12-201-0/+2
|
* (try_window): Add error check for POS.Richard M. Stallman1996-12-201-2/+7
| | | | | (prepare_menu_bars, update_menu_bar): Call Fmatch_data with new explicit arguments.
* (modify_event_symbol):Richard M. Stallman1996-12-191-1/+1
| | | | Don't index thru name_table if it is null.
* (x_set_title): Check data type of NAME.Richard M. Stallman1996-12-191-0/+2
|
* (Fmatch_data): Doc fix.Richard M. Stallman1996-12-191-1/+1
|
* (set_frame_menubar): Call Fmatch_data with new explicit arguments.Richard M. Stallman1996-12-192-2/+2
|
* (read_process_output, exec_sentinel):Richard M. Stallman1996-12-191-4/+4
| | | | Call Fmatch_data with new explicit arguments.
* (Fmatch_data): New args INTEGERS and REUSE.Richard M. Stallman1996-12-181-5/+35
|
* (HAVE_LIBMAIL, HAVE_MAILLOCK_H, HAVE_TOUCHLOCK): Add #undefs.Richard M. Stallman1996-12-181-0/+5
|
* (send_process) [EMACS_HAS_USECS]:Richard M. Stallman1996-12-181-0/+4
| | | | When we wait for the buffer to clear, wait just .02 second.
* (set_point): Use virtual bounds, not real bounds,Richard M. Stallman1996-12-181-2/+5
| | | | | in the abort test for POSITION. Skip the intangibility test if POSITION is at either end of buffer.
* (merge_properties_sticky): Don't discard explicit nilRichard M. Stallman1996-12-171-12/+24
| | | | | properties. Don't put on a front-sticky property if we inherit one from the category that does the job.
* Fix previous change.Richard M. Stallman1996-12-161-1/+4
|
* (Finsert_file_contents): Handle BEG and END non-nilRichard M. Stallman1996-12-161-6/+11
| | | | when REPLACE is non-nil.
* (HAVE_LIMITS_H): Add #undef.Richard M. Stallman1996-12-161-0/+1
|
* (Fuser_full_name): Return nil if the specified user doesn't exist.Richard M. Stallman1996-12-151-1/+3
| | | | | (init_editfns): Set Vuser_full_name to "unknown" if the user name can't be resolved.
* (x_set_scroll_bar_width): Reject a width that's too small.Richard M. Stallman1996-12-151-0/+4
|
* (set_point): Check for intangible properties on overlays.Richard M. Stallman1996-12-151-42/+55
|
* (Fnext_char_property_change): New function.Richard M. Stallman1996-12-151-4/+56
| | | | | (Fprevious_char_property_change): New function. (syms_of_textprop): defsubr them.
* (syms_of_buffer): Doc fix (transient-mark-mode).Richard M. Stallman1996-12-111-1/+4
|
* (Fwrite_region): Be careful not to destroy contents ofRichard M. Stallman1996-12-111-1/+1
| | | | existing file when appending.
* (message2_nolog): Handle minibuffer_auto_raise.Richard M. Stallman1996-12-101-0/+5
|
* (Fcall_process_region): Define missing local `count'.Richard M. Stallman1996-12-101-0/+1
|
* (window_scroll): Don't set w->start or w->force_start if signaling an error.Richard M. Stallman1996-12-101-7/+8
|
* (Fend_of_line, Fbeginning_of_line):Richard M. Stallman1996-12-101-2/+2
| | | | Use Fline_beginning_position, Fline_end_position.
* (Vmenu_updating_frame): New variable.Richard M. Stallman1996-12-101-0/+12
| | | | | (syms_of_xmenu): Set up Lisp var. (Fx_popup_menu, set_frame_menubar): Initialize it.
* (Fread_file_name_internal): Verify STRING is a string.Richard M. Stallman1996-12-091-2/+4
| | | | (Fread_file_name): Don't insert DIR or INITIAL if it isn't a string.
* (Fuser_full_name): Use build_string instead of make_string.Richard M. Stallman1996-12-091-2/+2
|