aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Pavel Janík2002-06-131-0/+18
|
* Remove declaration of Qmouse_click and Qevent_kind.Pavel Janík2002-06-121-0/+4
|
* (textget): Don't forget to `return'.Stefan Monnier2002-06-121-0/+5
| | | | (lookup_char_property): Use XCAR/XCDR.
* (Fformat_mode_line): Fix typo.Juanma Barranquero2002-06-121-0/+4
|
* *** empty log message ***Kim F. Storm2002-06-111-0/+8
|
* (read_key_sequence):Stefan Monnier2002-06-111-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. Stallman2002-06-111-0/+5
|
* *** empty log message ***Miles Bader2002-06-091-0/+10
|
* *** empty log message ***Colin Walters2002-06-081-0/+14
|
* (lisp_data_to_selection_data): Fix last change:Sam Steingold2002-06-071-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 Zaretskii2002-06-071-0/+5
|
* Add Support for x86-64.Andreas Schwab2002-06-071-0/+4
|
* *** empty log message ***Eli Zaretskii2002-06-051-0/+2
|
* (lisp_data_to_selection_data): If the requested typeEli Zaretskii2002-06-051-0/+4
| | | | | is STRING, call string_make_unibyte to encode the selected text as a string.
* (Fset_window_hscroll): Doc fix.Eli Zaretskii2002-06-051-0/+4
|
* fix my addressKen Raeburn2002-06-051-1/+1
|
* *** empty log message ***Pavel Janík2002-06-051-0/+5
|
* *** empty log message ***Richard M. Stallman2002-06-031-41/+9
|
* * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.Ken Raeburn2002-06-031-0/+5
|
* (current_column): Now returns float.Thien-Thi Nguyen2002-06-031-6/+30
| | | | (indented_beyond_p): 3rd arg now a float.
* (x_encode_text): Return stringp non-NULL if coding_systemEli Zaretskii2002-05-311-0/+6
| | | | is Qcompound_text_with_extensions.
* Include /usr/pkg in the run time shared library path.Eli Zaretskii2002-05-311-0/+4
|
* *** empty log message ***Richard M. Stallman2002-05-301-0/+5
|
* *** empty log message ***Colin Walters2002-05-291-0/+5
|
* (x_display_and_set_cursor): Change the cursor in the sameRichard M. Stallman2002-05-281-0/+13
| | | | way for blinked-off state and for a nonselected window.
* *** empty log message ***Colin Walters2002-05-281-0/+27
|
* *** empty log message ***Kim F. Storm2002-05-281-1/+6
|
* *** empty log message ***Kim F. Storm2002-05-271-0/+19
|
* *** empty log message ***Miles Bader2002-05-261-0/+7
|
* *** empty log message ***Stefan Monnier2002-05-231-19/+24
|
* (x_write_glyphs): Clear phys_cursor_on_p if currentKim F. Storm2002-05-221-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. Storm2002-05-221-0/+8
|
* (x_draw_bar_cursor): New argument KIND; callers changed.Jason Rumney2002-05-221-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 forKen Raeburn2002-05-211-0/+5
| | | | now, when the address is needed.
* *** empty log message ***Colin Walters2002-05-211-0/+4
|
* (syms_of_buffer) <cursor-type>: Doc fix.Richard M. Stallman2002-05-201-0/+2
|
* (read_char_minibuf_menu_prompt): Don't list equivalent key bindings here.Richard M. Stallman2002-05-201-0/+5
|
* * xselect.c (symbol_to_x_atom, x_get_foreign_selection): UseKen Raeburn2002-05-201-0/+66
| | | | SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
* * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR realKen Raeburn2002-05-191-0/+10
| | | | rvalues in most configurations.
* *** empty log message ***Richard M. Stallman2002-05-191-0/+4
|
* *** empty log message ***Jason Rumney2002-05-181-0/+8
|
* *** empty log message ***Eli Zaretskii2002-05-171-0/+5
|
* *** empty log message ***Juanma Barranquero2002-05-161-0/+5
|
* *** empty log message ***Stefan Monnier2002-05-151-0/+6
|
* *** empty log message ***Eli Zaretskii2002-05-151-0/+4
|
* (keymap_parent): New fun, extracted from Fkeymap_parent.Stefan Monnier2002-05-141-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 Handa2002-05-131-0/+5
|
* (decode_coding) <coding_type_ccl>: If a lone CREli Zaretskii2002-05-111-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 listAndreas Schwab2002-05-111-0/+5
| | | | in the same order as in the first list.
* *** empty log message ***Kim F. Storm2002-05-101-0/+9
|