| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Pavel Janík | 2002-06-13 | 1 | -0/+18 |
| | | |||||
| * | Remove declaration of Qmouse_click and Qevent_kind. | Pavel Janík | 2002-06-12 | 1 | -0/+4 |
| | | |||||
| * | (textget): Don't forget to `return'. | Stefan Monnier | 2002-06-12 | 1 | -0/+5 |
| | | | | | (lookup_char_property): Use XCAR/XCDR. | ||||
| * | (Fformat_mode_line): Fix typo. | Juanma Barranquero | 2002-06-12 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2002-06-11 | 1 | -0/+8 |
| | | |||||
| * | (read_key_sequence): | Stefan Monnier | 2002-06-11 | 1 | -14/+27 |
| | | | | | | | | | | Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass things through those maps after downcasing events. Enforce that keytran_end <= fkey_start, i.e. that key-translation-map applies after function-key-map. Make sure that keytran can be done in the middle in the sequence. Be careful not to throw away events past the one we downcase. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2002-06-11 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Miles Bader | 2002-06-09 | 1 | -0/+10 |
| | | |||||
| * | *** empty log message *** | Colin Walters | 2002-06-08 | 1 | -0/+14 |
| | | |||||
| * | (lisp_data_to_selection_data): Fix last change: | Sam Steingold | 2002-06-07 | 1 | -0/+5 |
| | | | | | *data_ret is not a Lisp string, while unibyte_string is. | ||||
| * | (lisp_data_to_selection_data): Fix last change: set size_ret. | Eli Zaretskii | 2002-06-07 | 1 | -0/+5 |
| | | |||||
| * | Add Support for x86-64. | Andreas Schwab | 2002-06-07 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2002-06-05 | 1 | -0/+2 |
| | | |||||
| * | (lisp_data_to_selection_data): If the requested type | Eli Zaretskii | 2002-06-05 | 1 | -0/+4 |
| | | | | | | is STRING, call string_make_unibyte to encode the selected text as a string. | ||||
| * | (Fset_window_hscroll): Doc fix. | Eli Zaretskii | 2002-06-05 | 1 | -0/+4 |
| | | |||||
| * | fix my address | Ken Raeburn | 2002-06-05 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2002-06-05 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-06-03 | 1 | -41/+9 |
| | | |||||
| * | * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change. | Ken Raeburn | 2002-06-03 | 1 | -0/+5 |
| | | |||||
| * | (current_column): Now returns float. | Thien-Thi Nguyen | 2002-06-03 | 1 | -6/+30 |
| | | | | | (indented_beyond_p): 3rd arg now a float. | ||||
| * | (x_encode_text): Return stringp non-NULL if coding_system | Eli Zaretskii | 2002-05-31 | 1 | -0/+6 |
| | | | | | is Qcompound_text_with_extensions. | ||||
| * | Include /usr/pkg in the run time shared library path. | Eli Zaretskii | 2002-05-31 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-05-30 | 1 | -0/+5 |
| | | |||||
| * | *** 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 | 1 | -0/+13 |
| | | | | | way for blinked-off state and for a nonselected window. | ||||
| * | *** empty log message *** | Colin Walters | 2002-05-28 | 1 | -0/+27 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2002-05-28 | 1 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2002-05-27 | 1 | -0/+19 |
| | | |||||
| * | *** empty log message *** | Miles Bader | 2002-05-26 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2002-05-23 | 1 | -19/+24 |
| | | |||||
| * | (x_write_glyphs): Clear phys_cursor_on_p if current | Kim F. Storm | 2002-05-22 | 1 | -1/+1 |
| | | | | | | | | phys_cursor's hpos is overwritten. This is still not completely correct, as it doesn't really make sense to use hpos at all to get the cursor glyph (as that is relative to the width of the characters on the line, which may have changed during the update). | ||||
| * | *** 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 | 1 | -0/+16 |
| | | | | | | Handle the `hbar' cursor type. (x_display_and_set_cursor): Handle the HBAR_CURSOR case. | ||||
| * | * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for | Ken Raeburn | 2002-05-21 | 1 | -0/+5 |
| | | | | | now, when the address is needed. | ||||
| * | *** empty log message *** | Colin Walters | 2002-05-21 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_buffer) <cursor-type>: Doc fix. | Richard M. Stallman | 2002-05-20 | 1 | -0/+2 |
| | | |||||
| * | (read_char_minibuf_menu_prompt): Don't list equivalent key bindings here. | Richard M. Stallman | 2002-05-20 | 1 | -0/+5 |
| | | |||||
| * | * xselect.c (symbol_to_x_atom, x_get_foreign_selection): Use | Ken Raeburn | 2002-05-20 | 1 | -0/+66 |
| | | | | | SYMBOL_NAME and XSTRING instead of XSYMBOL and name field. | ||||
| * | * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR real | Ken Raeburn | 2002-05-19 | 1 | -0/+10 |
| | | | | | rvalues in most configurations. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2002-05-19 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2002-05-18 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2002-05-17 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2002-05-16 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2002-05-15 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2002-05-15 | 1 | -0/+4 |
| | | |||||
| * | (keymap_parent): New fun, extracted from Fkeymap_parent. | Stefan Monnier | 2002-05-14 | 1 | -0/+12 |
| | | | | | | | | | | | | (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it. (Fset_keymap_parent): Gcpro a bit more. (access_keymap): Gcpro around meta_map call and around the main loop. (get_keyelt): Gcpro when following indirect references. (copy_keymap_item): New fun, extracted from Fcopy_keymap. (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map. (Fdefine_key, Flookup_key): Gcpro before calling get_keymap. Remove useless ad-hoc remap code. | ||||
| * | *** empty log message *** | Kenichi Handa | 2002-05-13 | 1 | -0/+5 |
| | | |||||
| * | (decode_coding) <coding_type_ccl>: If a lone CR | Eli Zaretskii | 2002-05-11 | 1 | -0/+6 |
| | | | | | | characters is carried over from the previous block of text, adjust coding->produced to account for the extra character. | ||||
| * | (intersection): Keep the elements of the returned list | Andreas Schwab | 2002-05-11 | 1 | -0/+5 |
| | | | | | in the same order as in the first list. | ||||
| * | *** empty log message *** | Kim F. Storm | 2002-05-10 | 1 | -0/+9 |
| | | |||||