summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kim F. Storm2002-05-221-1/+1
|
* (x_write_glyphs): Clear phys_cursor_on_p if currentKim F. Storm2002-05-221-0/+8
| | | | | | | 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
|
* *** empty log message ***Jason Rumney2002-05-221-0/+16
|
* (x_draw_bar_cursor): New argument KIND; callers changed.Jason Rumney2002-05-221-6/+22
| | | | | Handle the `hbar' cursor type. (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
* (text_cursor_kinds): New enumeration member HBAR_CURSOR.Jason Rumney2002-05-221-1/+2
|
* * w32fns.c (enumfont_t): Remove tail, make pattern a normalJason Rumney2002-05-221-14/+27
| | | | | | | | | Lisp_Object. (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts): Use modified enumfont_t struct. * w32fns.c (Qhbar): New variable. (x_specified_cursor_type): Use it.
* *** empty log message ***Ken Raeburn2002-05-211-0/+5
|
* * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE forKen Raeburn2002-05-211-1/+1
| | | | now, when the address is needed.
* *** empty log message ***Colin Walters2002-05-211-0/+4
|
* (shortlisp): Add font-core.el.Colin Walters2002-05-211-0/+1
|
* *** empty log message ***Richard M. Stallman2002-05-201-0/+2
|
* (syms_of_buffer) <cursor-type>: Doc fix.Richard M. Stallman2002-05-201-6/+9
|
* *** empty log message ***Richard M. Stallman2002-05-201-0/+5
|
* (read_char_minibuf_menu_prompt): Don't list equivalent key bindings here.Richard M. Stallman2002-05-201-1/+3
|
* update LISP_MAKE_RVALUE comment for union, non-gcc caseKen Raeburn2002-05-201-1/+5
|
* *** empty log message ***Ken Raeburn2002-05-201-0/+66
|
* * xselect.c (symbol_to_x_atom, x_get_foreign_selection): UseKen Raeburn2002-05-201-3/+3
| | | | SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
* * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING insteadKen Raeburn2002-05-201-1/+1
| | | | of XSYMBOL and name field.
* * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME andKen Raeburn2002-05-201-1/+1
| | | | XSTRING instead of XSYMBOL and name field.
* * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAMEKen Raeburn2002-05-201-2/+2
| | | | and XSTRING instead of XSYMBOL and name field.
* * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAMEKen Raeburn2002-05-201-3/+3
| | | | and XSTRING instead of XSYMBOL and name field.
* * print.c (print_error_message, print_object): Use SYMBOL_NAME andKen Raeburn2002-05-201-6/+6
| | | | XSTRING instead of XSYMBOL and name field.
* * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME andKen Raeburn2002-05-201-2/+2
| | | | assignment instead of XSYMBOL and name field and XSETSTRING.
* * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING insteadKen Raeburn2002-05-201-1/+1
| | | | of XSYMBOL and name field.
* * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRINGKen Raeburn2002-05-201-5/+5
| | | | | | instead of XSYMBOL and name field. (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and name field and XSETSTRING.
* * lisp.h (struct Lisp_Symbol): Replace field "name" with a lispKen Raeburn2002-05-201-3/+10
| | | | | object field named "xname". (SYMBOL_NAME): New macro.
* * keymap.c (silly_event_symbol_error, Fsingle_key_description)Ken Raeburn2002-05-201-10/+10
| | | | | | | (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field. (describe_command, describe_translation): Use SYMBOL_NAME and assignment instead of XSYMBOL and name field and XSETSTRING.
* * keyboard.c (echo_char, record_char, parse_modifiers_uncached)Ken Raeburn2002-05-201-14/+14
| | | | | | (parse_modifiers, apply_modifiers, Fevent_convert_list) (parse_solitary_modifier, Fexecute_extended_command): Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
* * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRINGKen Raeburn2002-05-201-1/+1
| | | | instead of XSYMBOL and name field.
* * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): UseKen Raeburn2002-05-201-9/+9
| | | | SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
* * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead ofKen Raeburn2002-05-201-2/+2
| | | | XSYMBOL and name field.
* * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRINGKen Raeburn2002-05-201-2/+2
| | | | instead of XSYMBOL and name field.
* * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead ofKen Raeburn2002-05-201-1/+1
| | | | XSYMBOL and name field.
* * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)Ken Raeburn2002-05-201-7/+7
| | | | | | (Fmake_variable_buffer_local, Fmake_local_variable) (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
* * coding.c (Fread_coding_system, code_convert_region1)Ken Raeburn2002-05-201-5/+5
| | | | | | (code_convert_string1, code_convert_string_norecord) (Ffind_operation_coding_system): Use SYMBOL_NAME instead of XSYMBOL and name field.
* * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRINGKen Raeburn2002-05-201-3/+3
| | | | and SYMBOL_NAME instead of XSYMBOL and name field.
* * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAMEKen Raeburn2002-05-201-1/+1
| | | | instead of XSYMBOL and name field.
* * buffer.c (buffer_slot_type_mismatch): Use XSTRING andKen Raeburn2002-05-201-1/+1
| | | | SYMBOL_NAME instead of XSYMBOL and name field.
* * alloc.c (Fmake_symbol): Set symbol xname field instead of name.Ken Raeburn2002-05-201-6/+6
| | | | | (mark_object, gc_sweep): Use symbol xname field and XSTRING instead of name field.
* * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL andKen Raeburn2002-05-201-1/+1
| | | | name field.
* *** empty log message ***Ken Raeburn2002-05-191-0/+10
|
* * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR realKen Raeburn2002-05-191-5/+0
| | | | rvalues in most configurations.
* * buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the addressKen Raeburn2002-05-191-47/+97
| | | | | | of the cdr part of a cons cell; instead, track the parent cell and call XSETCDR, or set the variable for the head of the list if we haven't started down the list yet.
* *** empty log message ***Richard M. Stallman2002-05-191-0/+4
|
* (reread_doc_file): Don't ask for confirmation.Richard M. Stallman2002-05-191-1/+3
|
* *** empty log message ***Jason Rumney2002-05-181-0/+8
|
* (w32_create_pixmap_from_bitmap_data): New function.Jason Rumney2002-05-181-27/+41
| | | | | | | (xbm_load_image): Use it. (xbm_load): Ditto. (xbm_read_bitmap_data): Reverted to xfns.c version. From David Ponce <dponce@voila.fr>.
* *** empty log message ***Eli Zaretskii2002-05-171-0/+5
|
* Fix whitespace.Eli Zaretskii2002-05-171-11/+8
|