aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Fsignal): Move comment to avoid confusing make-docfile.Andreas Schwab1999-01-251-2/+2
* (x_set_frame_parameters): gcpro as needed.Richard M. Stallman1999-01-251-0/+12
* Comment about unibyte.Dave Love1999-01-241-0/+6
* (read_key_sequence): Fix previous change.Richard M. Stallman1999-01-241-9/+9
* (same_x_server): Detect treat ":0" and "unix:0"Richard M. Stallman1999-01-241-0/+28
* (x_handle_selection_clear): Don't clear theRichard M. Stallman1999-01-241-1/+21
* (scan_sexps_forward): Delete duplicate codeKarl Heuer1999-01-221-2/+9
* (Vw32_bdf_filename_alist): New variable.Geoff Voelker1999-01-221-100/+254
* (W32_TEXTOUT): New macro.Geoff Voelker1999-01-221-165/+122
* (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_MAX_WIDTH):Geoff Voelker1999-01-221-4/+9
* Include w32bdf.h.Geoff Voelker1999-01-221-0/+2
* Add w32bdf.c and w32bdf.h.Geoff Voelker1999-01-221-1/+15
* Initial revisionGeoff Voelker1999-01-222-0/+678
* (temacs): Use del to delete file, not rm.Andrew Innes1999-01-211-1/+1
* Remove codepage macros. Remove redundant BIG5 macros.Geoff Voelker1999-01-191-87/+107
* (x_to_w32_charset): Add iso8859-9.Geoff Voelker1999-01-191-4/+7
* (re_match_2_internal) [WINDOWSNT & emacs]: Insert QUIT at various places.Richard M. Stallman1999-01-191-0/+13
* (w32_executable_type): Relax the check to identifyAndrew Innes1999-01-171-1/+4
* (ROUND_UP):Andrew Innes1999-01-171-19/+6
* (RVA_TO_PTR): Redefine to convert RVA to address inAndrew Innes1999-01-171-104/+69
* Major rewrite to support cleaner method of dumping; aAndrew Innes1999-01-171-438/+470
* (get_lim_data): Use reserved_heap_size instead ofAndrew Innes1999-01-171-2/+2
* (TEMACS_TMP): New macro.Andrew Innes1999-01-171-1/+7
* Include config.h to pick up data layout pragmas.Andrew Innes1999-01-171-2/+4
* (Fdecode_sjis_char): Decode Japanese Katakana characterKenichi Handa1999-01-141-9/+27
* (syms_of_coding): Doc fix for inhibit-eol-conversion.Dave Love1999-01-111-1/+2
* (find_handler_clause): If SIG is nil (memory full error),Richard M. Stallman1999-01-111-4/+13
* (read_key_sequence): In key-translation-map andRichard M. Stallman1999-01-111-3/+20
* (BASE_PURESIZE): Increment to 500000.Richard M. Stallman1999-01-111-1/+1
* (Qtemp_buffer_setup_hook): New variable.Richard M. Stallman1999-01-111-6/+21
* (del_range_1): Call signal_after_change.Kenichi Handa1999-01-111-1/+3
* (message_dolog): Use insert_1_both to avoid running anyKenichi Handa1999-01-111-14/+18
* (Frequire): Don't fail to unbind bindings.Richard M. Stallman1999-01-061-1/+1
* (read_key_sequence): Tell get_keyelt to look handle autoloads.Richard M. Stallman1999-01-061-2/+13
* (search_buffer): Fix previous change.Richard M. Stallman1999-01-061-6/+9
* (set_clipboard_data): Terminate the text with a nullEli Zaretskii1999-01-061-16/+39
* (IT_write_glyphs): Move constant expression out of the loop.Eli Zaretskii1999-01-061-3/+7
* [__GLIBC__ >= 2]: Check __FAVOR_BSD instead ofAndreas Schwab1999-01-041-2/+2
* Delete #if 0 old definitions.Richard M. Stallman1999-01-031-16/+0
* (main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit.Richard M. Stallman1999-01-021-2/+0
* (Ffind_charset_region): Fix doc typo.Richard M. Stallman1999-01-021-1/+1
* In each active map, for each menu bar item, use only the first submap.Richard M. Stallman1999-01-021-0/+17
* [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.Richard M. Stallman1999-01-021-0/+5
* (MMAP_MAX_AREAS): New macro.Richard M. Stallman1999-01-021-3/+9
* (IT_write_glyphs): Convert unibyte characters toEli Zaretskii1998-12-311-1/+5
* (Fdefine_prefix_command): Accept a third argument NAMEEli Zaretskii1998-12-311-5/+7
* (re_compile_fastmap): Do something similar to theRichard M. Stallman1998-12-301-7/+13
* (lisp_malloc, lisp_free): New functions.Richard M. Stallman1998-12-301-56/+103
* (main): Call memory_warnings and uninterrupt_mallocRichard M. Stallman1998-12-291-8/+7
* (Fsingle_key_description): Handle (control ?x) etc.Richard M. Stallman1998-12-291-12/+36