| Commit message (Expand) | Author | Age | Files | Lines |
| * | (x_encode_text): Return stringp non-NULL if coding_system | Eli Zaretskii | 2002-05-31 | 2 | -1/+10 |
| * | (lisp_data_to_selection_data): Always set selection | Eli Zaretskii | 2002-05-31 | 1 | -9/+1 |
| * | Include /usr/pkg in the run time shared library path. | Eli Zaretskii | 2002-05-31 | 2 | -1/+5 |
| * | *** empty log message *** | Richard M. Stallman | 2002-05-30 | 1 | -0/+5 |
| * | (Fset_window_configuration): Correct the handling | Richard M. Stallman | 2002-05-30 | 1 | -22/+8 |
| * | Fix previous change (oops). | Colin Walters | 2002-05-29 | 1 | -1/+3 |
| * | (Fread_from_string): Don't depend on order of evaluation for C | Colin Walters | 2002-05-29 | 1 | -2/+2 |
| * | *** empty log message *** | Colin Walters | 2002-05-29 | 1 | -0/+5 |
| * | (x_display_and_set_cursor): Change the cursor in the same | Richard M. Stallman | 2002-05-28 | 2 | -32/+55 |
| * | (window_scroll_pixel_based): Don't call Fbolp; | Richard M. Stallman | 2002-05-28 | 1 | -2/+6 |
| * | (Fwrite_region): If START is a string, don't make any annotations. | Richard M. Stallman | 2002-05-28 | 1 | -9/+17 |
| * | (syms_of_eval): Doc fix. | Richard M. Stallman | 2002-05-28 | 1 | -3/+8 |
| * | *** empty log message *** | Colin Walters | 2002-05-28 | 1 | -0/+27 |
| * | (USAGE1): Add --no-splash. | Colin Walters | 2002-05-28 | 1 | -0/+2 |
| * | lread.c (readchar_count): New variable. | Colin Walters | 2002-05-28 | 1 | -51/+141 |
| * | *** empty log message *** | Kim F. Storm | 2002-05-28 | 1 | -1/+6 |
| * | (Fread_file_name_internal): Added brute-force | Kim F. Storm | 2002-05-28 | 1 | -9/+30 |
| * | Doc fix. | Miles Bader | 2002-05-28 | 1 | -3/+4 |
| * | Doc fix. | Miles Bader | 2002-05-28 | 1 | -1/+5 |
| * | C style fix. | Miles Bader | 2002-05-28 | 1 | -2/+3 |
| * | *** empty log message *** | Kim F. Storm | 2002-05-27 | 1 | -0/+19 |
| * | (Fcall_interactively) <"D">: Supply Qfile_directory_p | Kim F. Storm | 2002-05-27 | 1 | -3/+5 |
| * | (Fread_file_name): Now has 6 args. | Kim F. Storm | 2002-05-27 | 1 | -1/+1 |
| * | (Vread_file_name_function, Vread_file_name_predicate): | Kim F. Storm | 2002-05-27 | 1 | -4/+65 |
| * | *** empty log message *** | Miles Bader | 2002-05-26 | 1 | -0/+7 |
| * | (tty_capable_p): New function. | Miles Bader | 2002-05-26 | 1 | -0/+25 |
| * | (tty_capable_p): New function. | Miles Bader | 2002-05-26 | 1 | -1/+14 |
| * | (x_draw_bar_cursor): Update parameter list in declaration. | Jason Rumney | 2002-05-25 | 1 | -1/+2 |
| * | *** empty log message *** | Stefan Monnier | 2002-05-23 | 1 | -19/+24 |
| * | (read_non_regular, Finsert_file_contents): Use BEG_BYTE. | Stefan Monnier | 2002-05-23 | 1 | -11/+12 |
| * | (x_write_glyphs): Clear phys_cursor_on_p if current | Kim F. Storm | 2002-05-22 | 2 | -1/+9 |
| * | *** empty log message *** | Kim F. Storm | 2002-05-22 | 1 | -0/+8 |
| * | (x_draw_bar_cursor): New argument KIND; callers changed. | Jason Rumney | 2002-05-22 | 2 | -6/+38 |
| * | (text_cursor_kinds): New enumeration member HBAR_CURSOR. | Jason Rumney | 2002-05-22 | 1 | -1/+2 |
| * | * w32fns.c (enumfont_t): Remove tail, make pattern a normal | Jason Rumney | 2002-05-22 | 1 | -14/+27 |
| * | * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for | Ken Raeburn | 2002-05-21 | 2 | -1/+6 |
| * | *** empty log message *** | Colin Walters | 2002-05-21 | 1 | -0/+4 |
| * | (shortlisp): Add font-core.el. | Colin Walters | 2002-05-21 | 1 | -0/+1 |
| * | (syms_of_buffer) <cursor-type>: Doc fix. | Richard M. Stallman | 2002-05-20 | 2 | -6/+11 |
| * | (read_char_minibuf_menu_prompt): Don't list equivalent key bindings here. | Richard M. Stallman | 2002-05-20 | 2 | -1/+8 |
| * | update LISP_MAKE_RVALUE comment for union, non-gcc case | Ken Raeburn | 2002-05-20 | 1 | -1/+5 |
| * | * xselect.c (symbol_to_x_atom, x_get_foreign_selection): Use | Ken Raeburn | 2002-05-20 | 2 | -3/+69 |
| * | * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead | Ken Raeburn | 2002-05-20 | 1 | -1/+1 |
| * | * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and | Ken Raeburn | 2002-05-20 | 1 | -1/+1 |
| * | * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME | Ken Raeburn | 2002-05-20 | 1 | -2/+2 |
| * | * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME | Ken Raeburn | 2002-05-20 | 1 | -3/+3 |
| * | * print.c (print_error_message, print_object): Use SYMBOL_NAME and | Ken Raeburn | 2002-05-20 | 1 | -6/+6 |
| * | * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and | Ken Raeburn | 2002-05-20 | 1 | -2/+2 |
| * | * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead | Ken Raeburn | 2002-05-20 | 1 | -1/+1 |
| * | * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING | Ken Raeburn | 2002-05-20 | 1 | -5/+5 |