aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (init_editfns): Get the username from the environmentRichard M. Stallman1994-11-011-0/+40
* (read_key_sequence): Use flags instead of gotos toRichard M. Stallman1994-11-011-14/+29
* (DEVICE_SEP, DIRECTORY_SEP, IS_DEVICE_SEP)Richard M. Stallman1994-11-011-0/+24
* (DOS_NT): Defined.Richard M. Stallman1994-11-011-0/+2
* (term_init) [WINDOWSNT]: Do some Windows-specificRichard M. Stallman1994-11-011-0/+48
* [WINDOWSNT] (EMACS_KILLPG): Use win32_kill_process.Richard M. Stallman1994-11-011-0/+4
* Test DOS_NT, not MSDOS.Richard M. Stallman1994-11-011-9/+9
* [WINDOWSNT]: Add includes for NT.Richard M. Stallman1994-11-011-30/+70
* Use macros IS_ANY_SEP, IS_DIRECTORY_SEP,Richard M. Stallman1994-11-011-9/+60
* (MAXNAMLEN) [WINDOWSNT]: Define as 255.Richard M. Stallman1994-11-011-0/+4
* [WINDOWSNT]: Don't include vlimit.h.Richard M. Stallman1994-11-011-0/+13
* Change explicit uses of the Unix directory separatorRichard M. Stallman1994-11-011-11/+17
* Change explicit uses of the Unix directory separatorRichard M. Stallman1994-11-011-137/+218
* (Fdump_emacs): Don't reset the data start address byRichard M. Stallman1994-11-011-0/+4
* Use macros IS_ANY_SEP, IS_DIRECTORY_SEP, and DIRECTORY_SEP.Richard M. Stallman1994-11-011-6/+17
* (getenv_internal) [WINDOWSNT]: Use strnicmp, not bcmp.Richard M. Stallman1994-11-011-18/+57
* (init_buffer): Use DIRECTORY_SEP, IS_DIRECTORY_SEP macros,Richard M. Stallman1994-11-011-7/+12
* (struct buffer): Test DOS_MT, not MSDOS.Richard M. Stallman1994-11-011-2/+2
* (XTclear_end_of_line): Finish the line dance here too, just as was done inKarl Heuer1994-11-011-0/+2
* (fast_find_position): Special case if POS is end of buffer.Richard M. Stallman1994-11-011-0/+17
* (column_number_displayed): New variable.Karl Heuer1994-10-311-2/+7
* (display_text_line): Truncate the minibuf_prompt if nec.Richard M. Stallman1994-10-301-2/+7
* (BASE_PURESIZE): Increment MULTI_FRAME value.Richard M. Stallman1994-10-301-1/+1
* (unexec): Don't print number of pure bytes used.Richard M. Stallman1994-10-301-4/+0
* (read_avail_input): Fix Lisp_Object vs. int problem.Karl Heuer1994-10-291-2/+2
* (Fx_create_frame): Set xlwmenu_default_font.Richard M. Stallman1994-10-291-10/+14
* (x_delete_display): Call XrmDestroyDatabase.Richard M. Stallman1994-10-291-106/+50
* (LD_SWITCH_SYSTEM): Definitions deleted.Richard M. Stallman1994-10-281-5/+8
* (LD_SWITCH_MACHINE): New definition.Richard M. Stallman1994-10-281-0/+4
* (Fset_buffer_major_mode): New function. Set the default major mode here.Karl Heuer1994-10-271-24/+41
* (keys_of_frame): Bind the new events to 'ignore, since the window manager hasKarl Heuer1994-10-271-0/+2
* (kbd_buffer_get_event): Translate them to lispy events.Karl Heuer1994-10-271-1/+19
* (iconify_event, deiconify_event): New events.Karl Heuer1994-10-271-1/+3
* (set_frame_menubar): Don't copy string during GC risk.Karl Heuer1994-10-271-5/+18
* [alliant && i860] (FSCALE): Move defn before #ifndef FSCALE.Roland McGrath1994-10-271-7/+7
* (HAVE_GETPAGESIZE): Explicitly #undef.Richard M. Stallman1994-10-261-1/+1
* (HAVE_GETPAGESIZE): Definition deleted.Richard M. Stallman1994-10-263-10/+0
* (HAVE_GETPAGESIZE): Add #undef.Richard M. Stallman1994-10-261-1/+1
* (re_comp, re_exec): Define this obsolete 4.2bsdPaul Eggert1994-10-262-3/+5
* (set_frame_size): Set app_shell and wmshell the same.Richard M. Stallman1994-10-261-2/+2
* (status_message): Add a cast.Richard M. Stallman1994-10-261-2/+4
* (x_catch_errors, x_check_errors, x_had_errors_p)Richard M. Stallman1994-10-261-854/+918
* (x_window): Pass new arg f to hack_wm_protocols.Richard M. Stallman1994-10-261-10/+10
* (syms_of_window): Fix missing \n\'s.Karl Heuer1994-10-261-2/+2
* (x_own_selection, x_get_foreign_selection): Change callsRichard M. Stallman1994-10-261-6/+6
* Comment changes.Richard M. Stallman1994-10-261-5/+4
* (list_processes_1): Print tty name.Karl Heuer1994-10-261-2/+9
* (Vtemp_buffer_show_function): Doc fix.Richard M. Stallman1994-10-251-0/+1
* (Brk): Declare as unsigned long.Richard M. Stallman1994-10-251-24/+32
* Delete X10 code.Richard M. Stallman1994-10-251-16/+81