]> code.delx.au - gnu-emacs/history - src
(flyspell-mode-on): Use
[gnu-emacs] / src /
1999-03-07 Dave Love(Finsert_file_contents): Use xfree.
1999-03-06 Kenichi Handa(callproc.o, coding.o, fileio.o, msdos.o, process.o,
1999-03-06 Geoff VoelkerRemove common multiple file compilation commands.
1999-03-04 Kenichi Handa(Fbase64_encode_string): Allocate sufficient memory for
1999-03-04 Karl Heuer(syms_of_buffer): Doc fix.
1999-03-04 Karl Heuer(Fstring_match, Fposix_string_match): Doc fix.
1999-03-04 Karl Heuer(Fcall_process): Use xmalloc, xfree.
1999-03-04 Karl Heuer(term_init): Use xmalloc, not malloc.
1999-03-03 Eli Zaretskii(get_clipboard_data): Always stop at the first null...
1999-03-03 Andreas Schwab(Fdefconst): Doc fix.
1999-03-01 Kenichi HandaComment for ISO 2022 encoding mechanism modified.
1999-03-01 Karl Heuer(get_boot_time): Support FreeBSD way to read boot-time.
1999-03-01 Karl Heuer(internal_self_insert): Calculate column properly
1999-02-28 Andreas Schwab(main) [DOUG_LEA_MALLOC]: Don't use unsetenv, it calls
1999-02-26 Richard M. StallmanUse epaths.h istead of paths.h.
1999-02-26 Richard M. Stallmanpaths.h and paths.in renamed to epaths.h and epaths.in.
1999-02-26 Richard M. Stallman(get_boot_time): Use WTMP_FILE for file name.
1999-02-26 Andreas Schwab(main) [DOUG_LEA_MALLOC]: Work around a bug in glibc's
1999-02-26 Richard M. Stallman(syms_of_buffer): Doc fix for enable-multibyte-characters.
1999-02-25 Kenichi Handa(push_key_description): If enable-multibyte-characters
1999-02-24 Kenichi Handa(push_key_description): If enable-multibyte-characters
1999-02-23 Karl Heuer(Ffile_regular_p): Undo previous change.
1999-02-23 Karl Heuer(Fdefconst): Doc fix.
1999-02-23 Karl Heuer(get_boot_time): Don't use BUFSIZ.
1999-02-22 Karl HeuerInitial revision
1999-02-22 Andrew Innes(EXTRA_LINK): Do version test with strings.
1999-02-22 Andrew Innes($(BLD)\w32bdf.obj): Add missing continuation character.
1999-02-22 Andreas Schwab(Fbase64_encode_string): Fix last change.
1999-02-22 Andreas Schwab(event_kind): Add user_signal.
1999-02-22 Andreas Schwab(Qusr1_signal, Qusr2_signal): New variables.
1999-02-22 Andreas SchwabDon't define Qusr1_signal and Qusr2_signal.
1999-02-21 Richard M. Stallman(get_boot_time_1): Put this in #ifdef BOOT_TIME.
1999-02-21 Richard M. Stallman(print_error_message): Don't crash if (cdr data) is...
1999-02-21 Eli Zaretskii(lstat) [!S_ISLNK]: Use stat instead of lstat.
1999-02-20 Andrew Innes(memory_warnings) [WINDOWSNT]: Reset lim_data on each
1999-02-20 Andrew Innes(EXTRA_LINK, LINK_FLAGS): Ensure base relocation
1999-02-20 Andrew Innes(main): [!SYSTEM_MALLOC]: Call realloc and free as...
1999-02-19 Richard M. Stallman(syms_of_process): defsubr it.
1999-02-19 Richard M. Stallman(emacs.o): Depend on termhooks.h.
1999-02-19 Richard M. Stallman(within_one_second): New function.
1999-02-19 Richard M. Stallman(Qusr1_signal, Qusr2_signal): New variables.
1999-02-18 Kenichi Handa(Fdecode_sjis_char): In case of error, use %x for
1999-02-18 Richard M. Stallman(adjust_markers_for_replace): When doing an insertion
1999-02-17 Andrew Innes(Vw32_quit_key): New variable.
1999-02-17 Kenichi Handa(Fbase64_encode_string): New optional argument `NO_LINE...
1999-02-16 Eli Zaretskii(Ffile_attributes): If the file's size doesn't fit in
1999-02-16 Kenichi Handa(Fdecode_sjis_char, Fencode_sjis_char): Hanlde
1999-02-15 Eli Zaretskii(get_clipboard_data): Work around a bug in Windows95
1999-02-15 Kenichi Handa(decode_coding_iso2022): Don't set coding->composed_cha...
1999-02-13 Richard M. Stallman(Ffile_regular_p): Use lstat.
1999-02-10 Richard M. Stallman(HAS_SBSS_SECTION): Define this in some cases.
1999-02-08 Dave Love(Fyes_or_no_p, Fy_or_n_p): Doc fix.
1999-02-08 Kenichi Handa(ccl_coding_driver): On encoding, coding->produced_char
1999-02-07 Paul Fisher(IS_BASE64_IGNORABLE, READ_QUADRUPLET_BYTE): New macros.
1999-02-07 Richard M. Stallman(Fformat): Doc fix.
1999-02-05 Andrew Innes(construct_drag_n_drop): Call DraqQueryPoint before
1999-02-05 Kenichi Handa(encode_terminal_code): Fix previous change.
1999-02-05 Kenichi Handa(encode_coding_iso2022): Before writing out an invalid
1999-02-04 Eli Zaretskii(last_clipboard_text, clipboard_storage_size): New
1999-02-04 Richard M. Stallman(NLIST_STRUCT): Add #undef.
1999-02-03 Eli ZaretskiiFix last change.
1999-02-03 Eli Zaretskii(Fw16_set_clipboard_data): When the text needs to be
1999-02-03 Kenichi Handa(Fset_char_table_default): To handle the case that...
1999-02-02 Andrew Innes(syms_of_w32fns): Change default value of w32-mouse...
1999-02-02 Eli Zaretskii(set_clipboard_data): Correctly null-terminate the
1999-02-02 Geoff VoelkerUse full path to temacs.exe when dumping.
1999-02-01 Richard M. Stallman(Fset_buffer_multibyte): Error if buffer is multibyte.
1999-01-31 Andrew Innes(ROUND_UP_DST_AND_ZERO): New macro.
1999-01-30 Richard M. Stallman(Fset_window_point): If WINDOW is selected but the
1999-01-30 Andrew Innes(init_environment): Change argv[0] to contain the full...
1999-01-30 Andrew Innes(main): Pass argv to init_environment.
1999-01-30 Kenichi Handa(x_load_font): For the height of font, if normarl ascen...
1999-01-30 Kenichi Handa(x_new_fontset): For ASCII font, don't use the font...
1999-01-28 Eli Zaretskii(decode_mode_spec_coding): Fix previous change.
1999-01-28 Geoff Voelker(w32_load_system_font): Do not load unlisted fonts if
1999-01-28 Richard M. Stallman(x_set_frame_parameters): gcpro as needed.
1999-01-28 Richard M. Stallman(SETUP_SLAVE_PTY): Use the ptem module if it exists.
1999-01-27 Andrew Innes(w32_wnd_proc): Fix bug introduced by previous change;
1999-01-27 Andrew InnesDo make version comparison as strings.
1999-01-27 Eli Zaretskiieol-mnemonic-* variables are now strings, not characters.
1999-01-27 Eli Zaretskii(syms_of_coding): eol-mnemonic-* variables are now
1999-01-27 Eli Zaretskii(decode_mode_spec_coding): Display the EOL type as...
1999-01-26 Richard M. Stallman(main): Up-date copyright.
1999-01-25 Dave Love(syms_of_coding): Doc fix for inhibit-eol-conversion.
1999-01-25 Andreas Schwab(Fsignal): Move comment to avoid confusing make-docfile.
1999-01-25 Richard M. Stallman(x_set_frame_parameters): gcpro as needed.
1999-01-24 Dave LoveComment about unibyte.
1999-01-24 Richard M. Stallman(read_key_sequence): Fix previous change.
1999-01-24 Richard M. Stallman(same_x_server): Detect treat ":0" and "unix:0"
1999-01-24 Richard M. Stallman(x_handle_selection_clear): Don't clear the
1999-01-22 Karl Heuer(scan_sexps_forward): Delete duplicate code
1999-01-22 Geoff Voelker(Vw32_bdf_filename_alist): New variable.
1999-01-22 Geoff Voelker(W32_TEXTOUT): New macro.
1999-01-22 Geoff Voelker(FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_MAX_WIDTH):
1999-01-22 Geoff VoelkerInclude w32bdf.h.
1999-01-22 Geoff VoelkerAdd w32bdf.c and w32bdf.h.
1999-01-22 Geoff VoelkerInitial revision
1999-01-21 Andrew Innes(temacs): Use del to delete file, not rm.
1999-01-19 Geoff VoelkerRemove codepage macros. Remove redundant BIG5 macros.
1999-01-19 Geoff Voelker(x_to_w32_charset): Add iso8859-9.
next