]> code.delx.au - gnu-emacs/history - src
(xcons): Print car and cdr in hex.
[gnu-emacs] / src /
1997-06-02 Richard M. Stallman(Fsyntax_table_p, check_syntax_table): Use EQ.
1997-06-02 Richard M. Stallman(search_buffer): Use XINT around refs to trt.
1997-06-02 Richard M. Stallman(concat3, get_truename_buffer): Declare them.
1997-06-02 Richard M. Stallman(read_key_sequence): Change some locals to `int'.
1997-06-02 Richard M. Stallman(compute_motion): Use XFASTINT on width_table elts.
1997-06-02 Richard M. Stallman(map_char_table): Use XSETFASTINT.
1997-06-02 Richard M. Stallman(Fwrite_region, build_annotations):
1997-06-02 Richard M. Stallman(Fcompare_buffer_substrings): trt contains Lisp_Objects.
1997-06-02 Richard M. Stallman(Fmove_overlay): Clean up setting o_beg and o_end.
1997-06-02 Richard M. Stallman(Fmake_byte_code): Set val from p, not from val.
1997-06-02 Richard M. Stallman[__NetBSD__]: Don't include filehdr.h, aouthdr.h
1997-06-02 Richard M. Stallman[__alpha__] (NO_SHARED_LIBS): Defined.
1997-06-02 Richard M. Stallman[__NetBSD__]: Include stdlib.h, not alloca.h.
1997-06-01 Richard M. StallmanInitial revision
1997-06-01 Richard M. Stallman(signal): Define only if not NO_DGUX_SIGNAL_REDEF.
1997-06-01 Richard M. Stallman(init_baud_rate): Use INIT_BAUD_RATE if it's defined.
1997-06-01 Richard M. Stallman(init_lread): Sometimes add to load-path
1997-06-01 Richard M. StallmanInclude frame.h unconditionally.
1997-05-31 Richard M. Stallman(Freplace_match): Fix previous change.
1997-05-31 Richard M. Stallman(Fforward_comment): Handle unmatched two-character...
1997-05-31 Richard M. Stallman(back_comment): Detect 2-char comment starts properly.
1997-05-31 Richard M. Stallman(move_if_not_intangible): Fix previous change.
1997-05-31 Richard M. Stallman(Freplace_match): Use move_if_not_intangible
1997-05-31 Richard M. Stallman(move_if_not_intangible): New function.
1997-05-31 Richard M. Stallman(process_expose_from_menu, XTread_socket):
1997-05-31 Richard M. Stallman(struct x_output): New field has_been_visible.
1997-05-31 Richard M. Stallman(Fsplit_window): Ignore FRAME_NO_SPLIT_P here.
1997-05-31 Richard M. Stallman(main): Call syms_of_xfaces whenever ! HAVE_NTGUI.
1997-05-31 Richard M. Stallman(XOBJ, MSDOS_OBJ, SOME_MACHINE_OBJECTS): Delete xfaces.o.
1997-05-31 Richard M. Stallman(insert_glyphs): Use &, not &&.
1997-05-31 Richard M. Stallman(x_load_font): Use macro FONT_ENCODING_NOT_DECIDED.
1997-05-31 Richard M. Stallman(intern): Don't make a pure string here, since Fintern...
1997-05-31 Richard M. Stallman(lisp, shortlisp): Use cus-start.el, not .elc.
1997-05-30 Richard M. Stallman(Farrayp): Accept bool-vectors and char-tables.
1997-05-30 Richard M. Stallman(x_real_positions): Subtract border width from results.
1997-05-30 Richard M. Stallman(Fchar_table_range, Fset_char_table_range):
1997-05-29 Richard M. Stallman(Fcurrent_time_string): Doc fix.
1997-05-29 Richard M. Stallman(Fsignal): Use call2 to call Vsignal_hook_function.
1997-05-29 Richard M. Stallman(scrolling): If a line is not enabled,
1997-05-29 Richard M. Stallman(Faset): Doc fix.
1997-05-28 Richard M. Stallman(Fmake_bool_vector): Doc fix.
1997-05-28 Richard M. Stallman(syms_of_buffer): Doc fix.
1997-05-28 Richard M. Stallman(XTread_socket) <ConfigureNotify>: Don't call
1997-05-28 Kenichi Handa(Fchar_equal): Make it handle case of multibyte
1997-05-28 Kenichi Handa(CHAR_TABLE_REF): Do not check validity of CT.
1997-05-28 Kenichi Handa(casify_object): Handle multibyte characters.
1997-05-28 Kenichi Handa(case_temp1, case_temp2): New variables temporarily
1997-05-28 Kenichi Handa(Ffind_charset_string): The variable CHARSETS is
1997-05-28 Kenichi Handa(encode_invocation_designation): Use macro
1997-05-28 Kenichi Handa(struct iso2022_spec): Member requested_designation is
1997-05-28 Kenichi Handa(map_char_table): For sub char-table, index should be
1997-05-28 Kenichi Handa(fs_load_font): Before using a fontset, be sure to
1997-05-28 Kenichi Handa(FONT_ENCODING_NOT_DECIDED): New macro.
1997-05-27 Richard M. Stallman(command_loop_1): Pass 1 as new arg to sit_for.
1997-05-27 Richard M. Stallman(compute_motion): Return correctly if skip_invisible
1997-05-27 Paul Eggertautomatically generated from GPLed version
1997-05-27 Richard M. Stallman(XTread_socket) <UnmapNotify>: Don't make an inconify_event
1997-05-27 Richard M. Stallman(syms_of_window): Initialize inhibit_frame_unsplittable.
1997-05-27 Richard M. Stallman(sit_for): New arg initial_display.
1997-05-27 Richard M. Stallman(Fwin16_set_clipboard_data): Pass new arg to sit_for.
1997-05-27 Richard M. Stallman(Fdo_auto_save): Pass new arg to sit_for.
1997-05-27 Richard M. Stallman(Fcall_interactively): Pass new arg to sit_for.
1997-05-26 Simon Marshallframe-override-unsplittable/inhibit-frame-unsplittable...
1997-05-26 Richard M. Stallman(x_real_positions): Directly compare the frame's window
1997-05-26 Richard M. Stallman(x_make_frame_visible): Call x_set_offset only after
1997-05-26 Richard M. Stallman(Fdisplay_buffer): Use B not b for interactive argument.
1997-05-23 Richard M. Stallman(access_keymap, store_in_keymap): Don't look in a char...
1997-05-23 Richard M. Stallman(internal_equal): When comparing strings, ignore text...
1997-05-22 Richard M. Stallman(Fintern): Give keywords a value when interned.
1997-05-21 Richard M. Stallman(Fformat_time_string): Doc update.
1997-05-20 Richard M. Stallman(shortlisp): Add custom.elc and cus-start.elc.
1997-05-20 Richard M. Stallman(sit_for): Delete #if 0.
1997-05-20 Richard M. StallmanFix previous change.
1997-05-19 Kenichi Handa(HAVE_TERMIOS): Define it.
1997-05-19 Kenichi Handa(PTY_OPEN): Call sigblock instead of sigblockx.
1997-05-19 Kenichi Handa(xdisp.o): Add coding.h in dependency list.
1997-05-19 Kenichi HandaChange the declaration o encoding
1997-05-19 Kenichi Handa(fs_load_font): Modified to cope with the above change
1997-05-19 Kenichi Handa(struct font_info): Change the declaration o encoding
1997-05-19 Kenichi Handa(Ffind_charset_region): Change the declaration of
1997-05-19 Kenichi Handa(struct iso2022_spec): Change the declaration of
1997-05-19 Kenichi Handa(lisp_data_to_selection_data): charsets from `char...
1997-05-19 Kenichi Handa(x_load_font): Set 4 instead of -1 in fontp->encoding[1]
1997-05-19 Richard M. Stallman(Fcall_interactively): Use num_input_events.
1997-05-19 Richard M. Stallman(num_input_events, num_nonmacro_input_events):
1997-05-19 Richard M. Stallman(num_nonmacro_input_events):
1997-05-19 Richard M. Stallman(num_nonmacro_input_events):
1997-05-19 Richard M. Stallman(Vtty_erase_char): Declared.
1997-05-19 Richard M. Stallman(Vtty_erase_char): Variable defined
1997-05-19 Richard M. Stallman(init_sys_modes): Initialize Vtty_erase_char if
1997-05-19 Richard M. Stallman(Ffile_attributes): Return inode number as a cons only...
1997-05-18 Richard M. Stallman(strwidth): Fix previous change.
1997-05-18 Richard M. Stallman(copy_keymap_1): Do nothing if ELT isn't a keymap.
1997-05-17 Richard M. Stallman(make_terminal_frame): Don't add `Emacs' to frame name.
1997-05-16 Richard M. Stallman(nonascii_insert_offset): New variable.
1997-05-16 Richard M. Stallman(display_text_line): Move the code to fill out the...
1997-05-16 Richard M. Stallman(mallopt): Declare, if appropriate.
1997-05-16 Kenichi Handa(charset.o): Add disptab.h in dependency list.
1997-05-16 Kenichi HandaInclude disptab.h.
1997-05-16 Kenichi Handa(Fx_create_frame): Delete unnecessary code.
next