summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (Fcopy_keymap): After copying a sub-char-table, do store the copy.Richard M. Stallman1997-06-041-0/+2
* (stamp-oldxmenu): Always define this one way or another.Richard M. Stallman1997-06-041-1/+6
* (casify_object): Fix bug on handling a characterKenichi Handa1997-06-041-3/+7
* (find_interval): No longer inline.Richard M. Stallman1997-06-021-1/+1
* (Freplace_match): If opoint is 0, that's relative to ZV.Richard M. Stallman1997-06-021-1/+1
* (NO_SHARED_LIBS): Test __alpha__ && ! __ELF__.Richard M. Stallman1997-06-021-1/+1
* (syms_of_keyboard): Doc fix.Richard M. Stallman1997-06-021-2/+4
* (VALMASK, GCTYPEMASK, MARKBIT, ARRAY_MARK_FLAG)Richard M. Stallman1997-06-021-5/+2
* (Fx_create_frame): Use XINT to access parent.Richard M. Stallman1997-06-021-1/+1
* (Fsyntax_table_p, check_syntax_table): Use EQ.Richard M. Stallman1997-06-021-6/+6
* (search_buffer): Use XINT around refs to trt.Richard M. Stallman1997-06-021-5/+5
* (concat3, get_truename_buffer): Declare them.Richard M. Stallman1997-06-021-2/+3
* (read_key_sequence): Change some locals to `int'.Richard M. Stallman1997-06-021-4/+4
* (compute_motion): Use XFASTINT on width_table elts.Richard M. Stallman1997-06-021-2/+2
* (map_char_table): Use XSETFASTINT.Richard M. Stallman1997-06-021-1/+1
* (Fwrite_region, build_annotations):Richard M. Stallman1997-06-021-6/+6
* (Fcompare_buffer_substrings): trt contains Lisp_Objects.Richard M. Stallman1997-06-021-3/+3
* (Fmove_overlay): Clean up setting o_beg and o_end.Richard M. Stallman1997-06-021-8/+4
* (Fmake_byte_code): Set val from p, not from val.Richard M. Stallman1997-06-021-2/+2
* [__NetBSD__]: Don't include filehdr.h, aouthdr.hRichard M. Stallman1997-06-021-0/+37
* [__alpha__] (NO_SHARED_LIBS): Defined.Richard M. Stallman1997-06-021-0/+4
* [__NetBSD__]: Include stdlib.h, not alloca.h.Richard M. Stallman1997-06-021-0/+8
* Initial revisionRichard M. Stallman1997-06-011-0/+134
* (signal): Define only if not NO_DGUX_SIGNAL_REDEF.Richard M. Stallman1997-06-011-0/+2
* (init_baud_rate): Use INIT_BAUD_RATE if it's defined.Richard M. Stallman1997-06-011-6/+4
* (init_lread): Sometimes add to load-pathRichard M. Stallman1997-06-011-0/+26
* Include frame.h unconditionally.Richard M. Stallman1997-06-011-36/+40
* (Freplace_match): Fix previous change.Richard M. Stallman1997-05-311-2/+4
* (Fforward_comment): Handle unmatched two-character comment starters.Richard M. Stallman1997-05-311-0/+11
* (back_comment): Detect 2-char comment starts properly.Richard M. Stallman1997-05-311-9/+15
* (move_if_not_intangible): Fix previous change.Richard M. Stallman1997-05-311-2/+2
* (Freplace_match): Use move_if_not_intangibleRichard M. Stallman1997-05-311-3/+21
* (move_if_not_intangible): New function.Richard M. Stallman1997-05-311-0/+56
* (process_expose_from_menu, XTread_socket):Richard M. Stallman1997-05-311-1/+5
* (struct x_output): New field has_been_visible.Richard M. Stallman1997-05-311-0/+3
* (Fsplit_window): Ignore FRAME_NO_SPLIT_P here.Richard M. Stallman1997-05-311-9/+0
* (main): Call syms_of_xfaces whenever ! HAVE_NTGUI.Richard M. Stallman1997-05-311-5/+1
* (XOBJ, MSDOS_OBJ, SOME_MACHINE_OBJECTS): Delete xfaces.o.Richard M. Stallman1997-05-311-7/+9
* (insert_glyphs): Use &, not &&.Richard M. Stallman1997-05-311-1/+1
* (x_load_font): Use macro FONT_ENCODING_NOT_DECIDED.Richard M. Stallman1997-05-311-8/+10
* (intern): Don't make a pure string here, since Fintern does that.Richard M. Stallman1997-05-311-4/+1
* (lisp, shortlisp): Use cus-start.el, not .elc.Richard M. Stallman1997-05-311-2/+2
* (Farrayp): Accept bool-vectors and char-tables.Richard M. Stallman1997-05-301-1/+2
* (x_real_positions): Subtract border width from results.Richard M. Stallman1997-05-301-2/+2
* (Fchar_table_range, Fset_char_table_range):Richard M. Stallman1997-05-301-12/+22
* (Fcurrent_time_string): Doc fix.Richard M. Stallman1997-05-291-0/+3
* (Fsignal): Use call2 to call Vsignal_hook_function.Richard M. Stallman1997-05-291-1/+1
* (scrolling): If a line is not enabled,Richard M. Stallman1997-05-291-3/+10
* (Faset): Doc fix.Richard M. Stallman1997-05-291-1/+2
* (Fmake_bool_vector): Doc fix.Richard M. Stallman1997-05-281-2/+2