aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (read_key_sequence): Fix confusion between key and new_key.Richard M. Stallman1996-04-191-1/+1
* (syms_of_keyboard): Doc fix.Richard M. Stallman1996-04-181-1/+2
* (EmacsFrameRealize): Use STANDARD_EVENT_SET.Richard M. Stallman1996-04-181-7/+2
* (STANDARD_EVENT_SET): Remove PointerNotifyHintMask.Richard M. Stallman1996-04-181-19/+2
* (note_mouse_movement): Don't call XQueryPointer.Richard M. Stallman1996-04-181-62/+12
* (decode_mode_spec): Use frame F, not selected frame.Richard M. Stallman1996-04-161-4/+4
* (decode_mode_spec): For %F, use explicit name or `Emacs'.Richard M. Stallman1996-04-161-3/+3
* (w32_read_socket): Initialize frame_or_window field.Richard M. Stallman1996-04-161-2/+2
* (defined_color): Map color to nearest in default palette.Richard M. Stallman1996-04-161-2/+8
* (check_timer): Removed; use gettime instead.Richard M. Stallman1996-04-161-29/+12
* (syms_of_buffer): Doc fix.Richard M. Stallman1996-04-161-0/+1
* (wait_reading_process_input) [!subprocesses]:Richard M. Stallman1996-04-151-13/+8
* (x_set_frame_parameters): Get height and width fromRichard M. Stallman1996-04-151-2/+12
* (wait_reading_process_input) [!subprocesses]: HandleRichard M. Stallman1996-04-141-25/+57
* (Fcompare_buffer_substrings): Fix dumb bug handling buffer name as second arg.Richard M. Stallman1996-04-131-1/+1
* (main) [MSDOS]: Always call tzset, not init__gettimeofday.Richard M. Stallman1996-04-121-7/+1
* (MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.Richard M. Stallman1996-04-121-2/+5
* (Fformat_time_string): Doc fix.Richard M. Stallman1996-04-121-2/+2
* Comment change.Richard M. Stallman1996-04-121-1/+1
* (make_frame_without_minibuffer): Don't change theRichard M. Stallman1996-04-121-5/+9
* Remove `|| defined (LINUX)' from #if condition.Richard M. Stallman1996-04-121-1/+1
* Include signal.h.Richard M. Stallman1996-04-121-0/+84
* (wait_reading_process_input, both definitions):Richard M. Stallman1996-04-121-29/+25
* (read_char): Use detect_input_pending_run_timersRichard M. Stallman1996-04-121-10/+25
* (standard_args): Synchronize with startup.el.Richard M. Stallman1996-04-111-0/+3
* (sys_subshell): Add conditionals for DJGPP v2.Richard M. Stallman1996-04-111-0/+9
* Define HAVE_WAIT_HEADER.Richard M. Stallman1996-04-111-0/+1
* (redisplay_window): Move w->start marker beforeRichard M. Stallman1996-04-111-0/+1
* (BLACK_PIX_DEFAULT, WHITE_PIX_DEFAULT): Use PALETTERGB instead of RGB.Geoff Voelker1996-04-111-2/+2
* (win32_color_map): Use PALETTERGB instead of RGB.Geoff Voelker1996-04-111-240/+240
* (calculate_ins_del_char_costs): Use proper frame's width.Richard M. Stallman1996-04-101-1/+1
* (Fx_list_fonts): Handle X protocol errors.Richard M. Stallman1996-04-101-2/+18
* [DJGPP v2]: Include fcntl.h.Richard M. Stallman1996-04-101-0/+18
* [MSDOS]: If DJGPP version 2, include fcntl.h.Richard M. Stallman1996-04-101-5/+72
* [MSDOS]: If DJGPP version 2, include fcntl.h and string.h.Richard M. Stallman1996-04-101-0/+4
* [MSDOS]: If DJGPP version 2, include unistd.h.Richard M. Stallman1996-04-101-4/+7
* [DJGPP v2] (etext, start): Declared.Richard M. Stallman1996-04-101-0/+10
* (DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)Richard M. Stallman1996-04-101-5/+30
* (read_minibuf): GCPRO ambient_dir.Richard M. Stallman1996-04-101-4/+4
* (main) [MSDOS]: Handle DJGPP version 2.Richard M. Stallman1996-04-101-2/+21
* (Fset_frame_size): Do call Fset_frame_sizeRichard M. Stallman1996-04-091-1/+2
* (x_set_frame_parameters): Do call Fset_frame_sizeRichard M. Stallman1996-04-091-1/+2
* (sit_for): Call swallow_events.Richard M. Stallman1996-04-091-0/+2
* Include locale.h if HAVE_SETLOCALE.Richard M. Stallman1996-04-081-1/+3
* (HAVE_PTYS): #undef removed.Miles Bader1996-04-081-4/+1
* (garbage_collection_messages): New variable.Richard M. Stallman1996-04-081-5/+15
* Test HAVE_LIBNCURSES, not HAVE_NCURSESRichard M. Stallman1996-04-081-1/+1
* (HAVE_LIBNCURSES): Renamed from HAVE_NCURSES.Richard M. Stallman1996-04-081-1/+1
* (r_alloc_check): Don't check alignment of h->start.Richard M. Stallman1996-04-071-0/+4
* (read_minibuf): Rearrange operations, mainly puttingRichard M. Stallman1996-04-071-28/+42