aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Pavel Janík2002-06-134-9/+27
|
* Rename enum event_kind items.Pavel Janík2002-06-139-135/+135
|
* Remove declaration of Qmouse_click and Qevent_kind.Pavel Janík2002-06-122-2/+5
|
* (textget): Don't forget to `return'.Stefan Monnier2002-06-122-11/+12
| | | | (lookup_char_property): Use XCAR/XCDR.
* (Fformat_mode_line): Fix typo.Juanma Barranquero2002-06-122-1/+5
|
* (Fformat_mode_line): New function.Kim F. Storm2002-06-111-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. Storm2002-06-111-0/+8
|
* (read_key_sequence):Stefan Monnier2002-06-112-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. Stallman2002-06-111-0/+5
|
* (readable_events): Ignore any number ofRichard M. Stallman2002-06-111-1/+20
| | | | FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
* (read_integer): Remove unused var `tem'.Stefan Monnier2002-06-111-2/+3
| | | | (read1): Fix int/Lisp_Object mixup.
* (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.Stefan Monnier2002-06-111-1/+1
|
* *** empty log message ***Miles Bader2002-06-091-0/+10
|
* (Ftty_supports_face_attributes_p): New function.Miles Bader2002-06-091-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 Walters2002-06-081-0/+14
|
* (Foverlay_get): Use lookup_char_property.Colin Walters2002-06-081-21/+1
|
* (lookup_char_property): New function for looking up overlay and textColin Walters2002-06-081-5/+24
| | | | | properties, created from textget. (textget): Use it.
* (lookup_char_property): Declare.Colin Walters2002-06-081-0/+2
| | | | (Vchar_property_alias_alist): Declare.
* (Vchar_property_alias_alist): New variable.Colin Walters2002-06-081-0/+10
| | | | (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
* Comment change.Richard M. Stallman2002-06-081-1/+1
|
* (lisp_data_to_selection_data): Fix last change:Sam Steingold2002-06-072-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 Zaretskii2002-06-072-0/+6
|
* Add Support for x86-64.Andreas Schwab2002-06-072-0/+125
|
* *** empty log message ***Eli Zaretskii2002-06-051-0/+2
|
* (Fstring_make_unibyte): Doc fix.Eli Zaretskii2002-06-051-2/+4
|
* (lisp_data_to_selection_data): If the requested typeEli Zaretskii2002-06-052-3/+25
| | | | | is STRING, call string_make_unibyte to encode the selected text as a string.
* (Fset_window_hscroll): Doc fix.Eli Zaretskii2002-06-052-1/+8
|
* fix my addressKen Raeburn2002-06-051-1/+1
|
* *** empty log message ***Pavel Janík2002-06-051-0/+5
|
* (choose_write_coding_system): Call select-safe-coding-system properly.Pavel Janík2002-06-051-2/+2
|
* *** empty log message ***Richard M. Stallman2002-06-031-41/+9
|
* (message_with_string): Error if STRING is not a string.Richard M. Stallman2002-06-031-0/+2
|
* (md5): Pass FILE arg to Vselect_safe_coding_system_function.Richard M. Stallman2002-06-031-2/+2
|
* (choose_write_coding_system):Richard M. Stallman2002-06-031-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 Raeburn2002-06-032-1/+7
|
* (current_column): Now returns float.Thien-Thi Nguyen2002-06-032-22/+46
| | | | (indented_beyond_p): 3rd arg now a float.
* (last_known_column): Now a float.Thien-Thi Nguyen2002-06-031-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): CastThien-Thi Nguyen2002-06-031-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 Nguyen2002-06-031-22/+22
|
* (describe_command): Cast `current_column' return value to int.Thien-Thi Nguyen2002-06-031-14/+14
|
* (Fdelete_backward_char, internal_self_insert): CastThien-Thi Nguyen2002-06-031-5/+5
| | | | `current_column' return value to int.
* (Fbyte_code): Cast `current_column' return value to int.Thien-Thi Nguyen2002-06-031-15/+15
|
* (x_encode_text): Return stringp non-NULL if coding_systemEli Zaretskii2002-05-312-1/+10
| | | | is Qcompound_text_with_extensions.
* (lisp_data_to_selection_data): Always set selectionEli Zaretskii2002-05-311-9/+1
| | | | type as string if x_encode_text returns streingp non-NULL.
* Include /usr/pkg in the run time shared library path.Eli Zaretskii2002-05-312-1/+5
|
* *** empty log message ***Richard M. Stallman2002-05-301-0/+5
|
* (Fset_window_configuration): Correct the handlingRichard M. Stallman2002-05-301-22/+8
| | | | of point in current buffer, to work with multiple windows.
* Fix previous change (oops).Colin Walters2002-05-291-1/+3
|
* (Fread_from_string): Don't depend on order of evaluation for CColin Walters2002-05-291-2/+2
| | | | function parameters.
* *** empty log message ***Colin Walters2002-05-291-0/+5
|