| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Pavel Janík | 2002-06-13 | 4 | -9/+27 |
| | | |||||
| * | Rename enum event_kind items. | Pavel Janík | 2002-06-13 | 9 | -135/+135 |
| | | |||||
| * | Remove declaration of Qmouse_click and Qevent_kind. | Pavel Janík | 2002-06-12 | 2 | -2/+5 |
| | | |||||
| * | (textget): Don't forget to `return'. | Stefan Monnier | 2002-06-12 | 2 | -11/+12 |
| | | | | | (lookup_char_property): Use XCAR/XCDR. | ||||
| * | (Fformat_mode_line): Fix typo. | Juanma Barranquero | 2002-06-12 | 2 | -1/+5 |
| | | |||||
| * | (Fformat_mode_line): New function. | Kim F. Storm | 2002-06-11 | 1 | -8/+63 |
| | | | | | | | | (frame_title_buf, frame_title_buf_end, frame_title_ptr) (store_frame_title_char, store_frame_title): Use unconditionally. (init_xdisp): Defsubr Fformat_mode_line. Initialize frame_title_buf etc. unconditionally. | ||||
| * | *** empty log message *** | Kim F. Storm | 2002-06-11 | 1 | -0/+8 |
| | | |||||
| * | (read_key_sequence): | Stefan Monnier | 2002-06-11 | 2 | -76/+65 |
| | | | | | | | | | | 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 |
| | | |||||
| * | (readable_events): Ignore any number of | Richard M. Stallman | 2002-06-11 | 1 | -1/+20 |
| | | | | | FOCUS_IN_EVENT events and return 0 if nothing else in buffer. | ||||
| * | (read_integer): Remove unused var `tem'. | Stefan Monnier | 2002-06-11 | 1 | -2/+3 |
| | | | | | (read1): Fix int/Lisp_Object mixup. | ||||
| * | (tty_lookup_color): Type bool/Lisp_Object mismatch fixed. | Stefan Monnier | 2002-06-11 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Miles Bader | 2002-06-09 | 1 | -0/+10 |
| | | |||||
| * | (Ftty_supports_face_attributes_p): New function. | Miles Bader | 2002-06-09 | 1 | -38/+353 |
| | | | | | | | | | | (parse_rgb_list, tty_lookup_color): New functions. (tty_defined_color): Use `tty_lookup_color' to do all the work. (color_distance, Fcolor_distance): New functions. (TTY_SAME_COLOR_THRESHOLD): New macro. (Qtty_color_standard_values): New variable. (syms_of_xfaces): Initialize new vars & functions. | ||||
| * | *** empty log message *** | Colin Walters | 2002-06-08 | 1 | -0/+14 |
| | | |||||
| * | (Foverlay_get): Use lookup_char_property. | Colin Walters | 2002-06-08 | 1 | -21/+1 |
| | | |||||
| * | (lookup_char_property): New function for looking up overlay and text | Colin Walters | 2002-06-08 | 1 | -5/+24 |
| | | | | | | properties, created from textget. (textget): Use it. | ||||
| * | (lookup_char_property): Declare. | Colin Walters | 2002-06-08 | 1 | -0/+2 |
| | | | | | (Vchar_property_alias_alist): Declare. | ||||
| * | (Vchar_property_alias_alist): New variable. | Colin Walters | 2002-06-08 | 1 | -0/+10 |
| | | | | | (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP. | ||||
| * | Comment change. | Richard M. Stallman | 2002-06-08 | 1 | -1/+1 |
| | | |||||
| * | (lisp_data_to_selection_data): Fix last change: | Sam Steingold | 2002-06-07 | 2 | -39/+44 |
| | | | | | *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 | 2 | -0/+6 |
| | | |||||
| * | Add Support for x86-64. | Andreas Schwab | 2002-06-07 | 2 | -0/+125 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2002-06-05 | 1 | -0/+2 |
| | | |||||
| * | (Fstring_make_unibyte): Doc fix. | Eli Zaretskii | 2002-06-05 | 1 | -2/+4 |
| | | |||||
| * | (lisp_data_to_selection_data): If the requested type | Eli Zaretskii | 2002-06-05 | 2 | -3/+25 |
| | | | | | | is STRING, call string_make_unibyte to encode the selected text as a string. | ||||
| * | (Fset_window_hscroll): Doc fix. | Eli Zaretskii | 2002-06-05 | 2 | -1/+8 |
| | | |||||
| * | fix my address | Ken Raeburn | 2002-06-05 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2002-06-05 | 1 | -0/+5 |
| | | |||||
| * | (choose_write_coding_system): Call select-safe-coding-system properly. | Pavel Janík | 2002-06-05 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-06-03 | 1 | -41/+9 |
| | | |||||
| * | (message_with_string): Error if STRING is not a string. | Richard M. Stallman | 2002-06-03 | 1 | -0/+2 |
| | | |||||
| * | (md5): Pass FILE arg to Vselect_safe_coding_system_function. | Richard M. Stallman | 2002-06-03 | 1 | -2/+2 |
| | | |||||
| * | (choose_write_coding_system): | Richard M. Stallman | 2002-06-03 | 1 | -1/+2 |
| | | | | | Pass FILE arg to Vselect_safe_coding_system_function. | ||||
| * | * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change. | Ken Raeburn | 2002-06-03 | 2 | -1/+7 |
| | | |||||
| * | (current_column): Now returns float. | Thien-Thi Nguyen | 2002-06-03 | 2 | -22/+46 |
| | | | | | (indented_beyond_p): 3rd arg now a float. | ||||
| * | (last_known_column): Now a float. | Thien-Thi Nguyen | 2002-06-03 | 1 | -37/+41 |
| | | | | | | | | | | (current_column_1, position_indentation, current_column, string_display_width): Return float. (Fcurrent_column): Cast `current_column' return value to int. (Fcurrent_indentation): Cast `position_indentation' retval to int. (indented_beyond_p): Third arg now a float. (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float. | ||||
| * | (redisplay_internal, redisplay_window, decode_mode_spec): Cast | Thien-Thi Nguyen | 2002-06-03 | 1 | -511/+514 |
| | | | | | | | `current_column' return value to int. (back_to_previous_visible_line_start, reseat_at_next_visible_line_start, next_element_from_buffer): Cast `indented_beyond_p' 3rd arg to float. | ||||
| * | (read_minibuf): Cast `current_column' return value to int. | Thien-Thi Nguyen | 2002-06-03 | 1 | -22/+22 |
| | | |||||
| * | (describe_command): Cast `current_column' return value to int. | Thien-Thi Nguyen | 2002-06-03 | 1 | -14/+14 |
| | | |||||
| * | (Fdelete_backward_char, internal_self_insert): Cast | Thien-Thi Nguyen | 2002-06-03 | 1 | -5/+5 |
| | | | | | `current_column' return value to int. | ||||
| * | (Fbyte_code): Cast `current_column' return value to int. | Thien-Thi Nguyen | 2002-06-03 | 1 | -15/+15 |
| | | |||||
| * | (x_encode_text): Return stringp non-NULL if coding_system | Eli Zaretskii | 2002-05-31 | 2 | -1/+10 |
| | | | | | is Qcompound_text_with_extensions. | ||||
| * | (lisp_data_to_selection_data): Always set selection | Eli Zaretskii | 2002-05-31 | 1 | -9/+1 |
| | | | | | type as string if x_encode_text returns streingp non-NULL. | ||||
| * | 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 |
| | | | | | of point in current buffer, to work with multiple windows. | ||||
| * | 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 |
| | | | | | function parameters. | ||||
| * | *** empty log message *** | Colin Walters | 2002-05-29 | 1 | -0/+5 |
| | | |||||