]> code.delx.au - gnu-emacs/history - src
(xcons): Print car and cdr in hex.
[gnu-emacs] / src /
1997-07-02 Richard M. Stallman(xcons): Print car and cdr in hex.
1997-07-01 Richard M. Stallman(decode_env_path): Ensure path elements use proper...
1997-07-01 Richard M. Stallman(make_lispy_event): Check that ISO_FUNCTION_KEY_OFFSET...
1997-07-01 Richard M. Stallman(READ_CHILD_OUTPUT): Macro deleted.
1997-07-01 Richard M. Stallman(Fformat_time_string): Move doc string outside DEFUN.
1997-07-01 Geoff VoelkerDelete defsubrs of Sfocus_frame and
1997-07-01 Geoff VoelkerInclude charset.h.
1997-07-01 Geoff VoelkerAdd pragma to force zero initialized
1997-07-01 Geoff Voelker(OBJ2): Include new source files.
1997-07-01 Geoff VoelkerDuplicate undefs from config.in to check completeness.
1997-06-30 Richard M. Stallman(read_char): Add a call to swallow_events
1997-06-29 Richard M. Stallman(syms_of_buffer): enable-multibyte-characters is a...
1997-06-29 Richard M. Stallman(Fcall_process): Fix previous change.
1997-06-29 Richard M. Stallman(temp_output_buffer_show): Copy default-directory from...
1997-06-29 Richard M. Stallman(wait_reading_process_input): If wait_for_cell,
1997-06-29 Richard M. Stallman(scan_sexps_forward): Split up a complex if-test.
1997-06-29 Richard M. Stallman[HAVE_TERMIOS_H]: Include termios.h.
1997-06-28 Richard M. Stallman(Fcall_process): Avoid storing alloca result
1997-06-28 Paul Eggertautomatically generated from GPLed version
1997-06-28 Richard M. Stallmanautomatically generated from GPLed version
1997-06-28 Richard M. Stallman(Fbury_buffer): Undo previous change.
1997-06-27 Richard M. Stallman[__NetBSD__]: Add some conditionals for NetBSD.
1997-06-27 Richard M. Stallman[__sony_news && _SYSTYPE_SYSV]: Include sym.h and sys...
1997-06-27 Richard M. Stallman(ospeed): Always use `extern' in the declaration.
1997-06-27 Richard M. Stallman(lisp, shortlisp): Some files are in international/.
1997-06-27 Richard M. Stallman(init_xdisp): Pay attention to FRAME_MENU_BAR_LINES.
1997-06-26 Richard M. Stallman(Fbuffer_list): New optional argument FRAME.
1997-06-25 Richard M. Stallman(Finsert_file_contents): Pass new arg to prepare_to_mod...
1997-06-25 Richard M. Stallman(prepare_to_modify_buffer, signal_before_change):
1997-06-25 Richard M. StallmanFix previous change.
1997-06-25 Richard M. Stallman(read_minibuf): New arg allow_props.
1997-06-24 Karl Heuer(Ffile_directory_p): Doc fix.
1997-06-23 Richard M. Stallman(Freverse): Simplify.
1997-06-23 Richard M. StallmanInitial revision
1997-06-23 Richard M. Stallman(KERNEL_FILE): New overriding definition.
1997-06-23 Richard M. Stallman(read_avail_input): Check for failure with EIO.
1997-06-23 Richard M. Stallman(LD_SWITCH_SYSTEM) [__mips__]: Alternate definition.
1997-06-23 Richard M. StallmanTest __linux__ along with NEWSOS5.
1997-06-23 Richard M. Stallman(Fdump_emacs): Bind command-line-processed to nil here.
1997-06-23 Richard M. Stallman(Fdump_emacs): Error if not run in batch mode.
1997-06-22 Richard M. Stallman(LIBS_TERMCAP): Use -ltermcap instead of -lc.
1997-06-22 Richard M. StallmanInitial revision
1997-06-22 Richard M. Stallman(Fdelete_frame): Clear echo_area_glyphs if it was in...
1997-06-22 Richard M. Stallman(wait_reading_process_input): Don't check for
1997-06-21 Kenichi Handa(Fset_face_attribute_internal): Use FS_LOAD_FONT
1997-06-21 Kenichi Handa(dumpglyphs): Use FS_LOAD_FONT.
1997-06-21 Kenichi Handa(font_idx_temp): New temprary variable used in FS_LOAD_...
1997-06-21 Kenichi Handa(font_idx_temp): Extern it.
1997-06-20 Richard M. Stallman(Ferror_message_string): Optimize (error STRING) case.
1997-06-20 Richard M. StallmanChange copyright notices.
1997-06-19 Richard M. Stallman(Fprocess_send_eof): Prooperly conditionalize prev...
1997-06-19 Richard M. Stallman(Fprocess_send_eof): Use shutdown, if it's a socket.
1997-06-19 Richard M. Stallman(HAVE_SHUTDOWN): Add #undef.
1997-06-18 Richard M. Stallman(Fchar_before): Validate N after decrementing.
1997-06-18 Kenichi Handa(concat): Pay attention to multibyte characters when
1997-06-18 Kenichi Handa(detect_coding_iso2022): Initilize mask correctly.
1997-06-18 Richard M. StallmanFurther fix previous change.
1997-06-17 Richard M. Stallman(wait_reading_process_input): Fix previous change.
1997-06-16 Richard M. Stallman(Fdo_auto_save): Use stdio to write the save-list file.
1997-06-16 Richard M. StallmanChange copyright notices.
1997-06-16 Richard M. Stallman(wait_reading_process_input): When exiting because
1997-06-15 Richard M. StallmanFix previous change.
1997-06-15 Richard M. StallmanFix up whitespace.
1997-06-15 Richard M. Stallman(struct re_pattern_buffer): New member multibyte.
1997-06-15 Richard M. Stallman(PTR_TO_OFFSET): New macro.
1997-06-15 Richard M. Stallman(Fchar_after, Fchar_before): Make arg optional.
1997-06-14 Richard M. Stallman(Bread_char): Deleted.
1997-06-14 Karl Heuer(point): Obsolete macro deleted in favor of PT.
1997-06-14 Karl Heuer(Fprevious_char): Use PT, not point.
1997-06-14 Karl Heuer(internal_self_insert): Use PT, not point.
1997-06-13 Richard M. Stallman(Fcall_process): Use setsid to disconnect child
1997-06-13 Richard M. Stallman(init_sys_modes): Enable VSTART and VSTOP if flow_control.
1997-06-13 Richard M. Stallman(kbd_buffer_get_event): When wait_reading_process_input
1997-06-13 Richard M. Stallman(wait_reading_process_input): Return if unread events...
1997-06-11 Richard M. Stallman(unexec): Call update_dynamic_symbols unconditionally.
1997-06-10 Erik Naggum(Fwrite_region): Fix previous doc change.
1997-06-09 Richard M. Stallman(Finsert_char): Check QUIT.
1997-06-09 Richard M. Stallman(fast_c_string_match_ignore_case):
1997-06-09 Richard M. Stallman(list_fontsets, fs_load_font): fast_c_string_match_igno...
1997-06-09 Richard M. Stallman(x_list_fonts): fast_c_string_match_ignore_case renamed.
1997-06-09 Kenichi Handa(dumpglyph): Shift baseline for such a font that is
1997-06-09 Kenichi Handa(selection_data_to_lisp_data): Change coding system
1997-06-09 Kenichi Handa(Faset): Inherit default value correctly while creating
1997-06-09 Kenichi Handa(Fwrite_region): Cancel the 7th argument CODING_SYSTEM
1997-06-09 Kenichi Handa(decode_mode_spec): Access the value of
1997-06-09 Kenichi Handa(Fstart_process):Pay attention to
1997-06-09 Kenichi Handa(Fcall_process): Pay attention to
1997-06-09 Kenichi Handa(Vdefault_process_coding_system): Extern it.
1997-06-09 Kenichi Handa(Vcoding_system_alist): Deleted.
1997-06-09 Kenichi Handa(struct buffer): New member buffer_file_coding_system.
1997-06-09 Kenichi Handa(init_buffer_once): Inititialize the member
1997-06-04 Richard M. Stallman(Fcopy_keymap): After copying a sub-char-table, do...
1997-06-04 Richard M. Stallman(stamp-oldxmenu): Always define this one way or another.
1997-06-04 Kenichi Handa(casify_object): Fix bug on handling a character
1997-06-02 Richard M. Stallman(find_interval): No longer inline.
1997-06-02 Richard M. Stallman(Freplace_match): If opoint is 0, that's relative to ZV.
1997-06-02 Richard M. Stallman(NO_SHARED_LIBS): Test __alpha__ && ! __ELF__.
1997-06-02 Richard M. Stallman(syms_of_keyboard): Doc fix.
1997-06-02 Richard M. Stallman(VALMASK, GCTYPEMASK, MARKBIT, ARRAY_MARK_FLAG)
1997-06-02 Richard M. Stallman(Fx_create_frame): Use XINT to access parent.
next