aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* * 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.
* * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR realKen Raeburn2002-05-192-5/+10
| | | | 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 <[email protected]>.
* *** empty log message ***Eli Zaretskii2002-05-171-0/+5
|
* Fix whitespace.Eli Zaretskii2002-05-171-11/+8
|
* Fix whitespace.Eli Zaretskii2002-05-171-129/+89
| | | | (sig_suspender, sigprocmask): Don't define for DJGPP 2.02 and later.
* Fix whitespace.Eli Zaretskii2002-05-171-18/+15
|
* *** empty log message ***Juanma Barranquero2002-05-161-0/+5
|
* Fix typo.Juanma Barranquero2002-05-161-1/+1
|
* (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.Juanma Barranquero2002-05-161-2/+2
|
* *** empty log message ***Stefan Monnier2002-05-151-0/+6
|
* (read_char_x_menu_prompt): Use an equivalent but more meaningful test.Stefan Monnier2002-05-151-2/+2
| | | | (read_char_minibuf_menu_prompt): Fix typo.
* *** empty log message ***Eli Zaretskii2002-05-151-0/+4
|
* (Fcommandp): Doc fix.Eli Zaretskii2002-05-151-1/+1
|
* (keymap_parent): New fun, extracted from Fkeymap_parent.Stefan Monnier2002-05-142-170/+165
| | | | | | | | | | | (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.
* (search_buffer): Give up boyer moore search if inverseKenichi Handa2002-05-131-1/+5
| | | | translation change charset_base.
* *** empty log message ***Kenichi Handa2002-05-131-0/+5
|
* (decode_coding) <coding_type_ccl>: If a lone CREli Zaretskii2002-05-112-6/+20
| | | | | 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-112-4/+12
| | | | in the same order as in the first list.
* (current_minor_maps): Fixed resizing of cmm_maps;Kim F. Storm2002-05-101-27/+28
| | | | | | | | only update cmm_size if realloc actually succeeds. Testing with initial size of 2 elements revealed that using realloc on GNU/Linux would cause a random trap in xmalloc later on, so I rewrote the code to use malloc/bcopy/free instead of realloc.
* *** empty log message ***Kim F. Storm2002-05-101-0/+9
|
* (enum_font_cb2): Don't use DBCS raster fonts.Jason Rumney2002-05-102-0/+19
|
* *** empty log message ***Eli Zaretskii2002-05-101-0/+5
|
* (encode_coding_sjis_big5): Enclose bitwise AND inEli Zaretskii2002-05-101-1/+1
| | | | parens, to ensure correct evaluation order.
* (Vemulation_mode_map_alists): New variable.Kim F. Storm2002-05-101-62/+88
| | | | | | (syms_of_keymap): DEFVAR_LISP it. (current_minor_maps): Process keymap alists in that list before minor-mode-overriding-map-alist and minor-mode-map-alist.
* *** empty log message ***Kim F. Storm2002-05-101-0/+7
|
* *** empty log message ***Richard M. Stallman2002-05-101-0/+4
|
* (Freplace_match): Doc fix.Richard M. Stallman2002-05-101-3/+6
|