| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (get_local_map): Don't get char-property of previous | Stefan Monnier | 2003-05-21 | 1 | -4/+0 |
| | | | | | point any more: get_pos_property already does it and better. | ||||
| * | *** empty log message *** | Dave Love | 2003-05-21 | 1 | -9/+3 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2003-05-20 | 1 | -0/+4 |
| | | |||||
| * | (MAIL_USE_FLOCK): Make it conditional. | Dave Love | 2003-05-20 | 1 | -1/+11 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-05-19 | 1 | -0/+9 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2003-05-19 | 3 | -3/+3 |
| | | |||||
| * | (Finternal_set_lisp_face_attribute): Handle Qunspecified | Richard M. Stallman | 2003-05-19 | 1 | -14/+16 |
| | | | | | | | as value for QCfont attribute. (realize_default_face): lface should already exist; crash if not. Specify 0 for FORCE_P when calling set_lface_from_font_name. | ||||
| * | (Fignore_event): Doc fix. | Richard M. Stallman | 2003-05-19 | 1 | -1/+1 |
| | | |||||
| * | (decode_coding_string): Handle post-read-conversion | Kenichi Handa | 2003-05-19 | 1 | -1/+3 |
| | | | | | even if the coding doesn't require decoding. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-05-19 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-05-18 | 1 | -0/+4 |
| | | |||||
| * | (Fcall_process_region): Doc fix. | Richard M. Stallman | 2003-05-18 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2003-05-18 | 1 | -1/+2 |
| | | |||||
| * | (Fload): Print a message if package is obsolete. | Stefan Monnier | 2003-05-18 | 1 | -2/+7 |
| | | |||||
| * | (Fselect_window): Add optional `norecord' arg. | Stefan Monnier | 2003-05-17 | 2 | -32/+63 |
| | | | | | | | | | (select_window_1): Fold into Fselect_window. (select_window_norecord): New function. (temp_output_buffer_show): Use it. Preserve current buffer. (delete_window, Fother_window, Fset_window_configuration): Pass nil as new arg to Fselect_window. | ||||
| * | (Fselect_window): Add optional arg `norecord'. | Stefan Monnier | 2003-05-17 | 7 | -16/+16 |
| | | |||||
| * | (read_process_output): Back out change from 2003-03-09. | David Kastrup | 2003-05-17 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | David Kastrup | 2003-05-17 | 1 | -0/+5 |
| | | |||||
| * | (get_pos_property): Declare. | Stefan Monnier | 2003-05-17 | 1 | -0/+1 |
| | | |||||
| * | (create_root_interval, graft_intervals_into_buffer): Use BEG. | Stefan Monnier | 2003-05-17 | 1 | -28/+39 |
| | | | | | | | (merge_properties, intervals_equal, merge_properties_sticky): Use XCAR, XCDR. (adjust_for_invis_intang): Pass new arg to text_property_stickiness. (get_local_map): Use get_pos_property (for stickiness and empty overlays). | ||||
| * | (get_pos_property): Don't assume that `object' = nil. | Stefan Monnier | 2003-05-17 | 1 | -21/+21 |
| | | |||||
| * | (text_property_stickiness): New arg `buffer'. | Stefan Monnier | 2003-05-17 | 2 | -12/+16 |
| | | |||||
| * | (read_minibuf): If buffer is empty, record the default in the history. | Richard M. Stallman | 2003-05-17 | 2 | -7/+28 |
| | | | | | | (Fminibuffer_complete_word): When deleting the overlap, take account of its real position. | ||||
| * | (map_char_table): Fix previous change. | Richard M. Stallman | 2003-05-17 | 1 | -4/+6 |
| | | |||||
| * | (find_defun_start): When open_paren_in_column_0_is_defun_start, | Richard M. Stallman | 2003-05-17 | 2 | -15/+46 |
| | | | | | return beginning of buffer. | ||||
| * | (specbinding_func): New typedef. | Richard M. Stallman | 2003-05-17 | 1 | -2/+4 |
| | | | | | | | | (struct specbinding): Use specbinding_func, to put the `volatile' in the right place. (map_char_table): Declare added arg. | ||||
| * | (Fset_keymap_parent, map_keymap, Fcopy_keymap) | Richard M. Stallman | 2003-05-17 | 1 | -5/+6 |
| | | | | | (Faccessible_keymaps): Pass new arg to map_char_table. | ||||
| * | (Ffontset_info): Pass new arg to map_char_table. | Richard M. Stallman | 2003-05-17 | 1 | -2/+2 |
| | | |||||
| * | (map_char_table): New arg TABLE gets the master table. All calls changed. | Richard M. Stallman | 2003-05-17 | 1 | -5/+11 |
| | | | | | Process default and inheritance, resorting to Faref if necessary. | ||||
| * | (set_case_table): Pass new arg to map_char_table. | Richard M. Stallman | 2003-05-17 | 1 | -5/+5 |
| | | |||||
| * | (let_shadows_buffer_binding_p): Make target of p volatile. | Richard M. Stallman | 2003-05-17 | 1 | -1/+1 |
| | | |||||
| * | (Fgarbage_collect): Cast pointers into specpdl to avoid GCC warning. | Richard M. Stallman | 2003-05-17 | 1 | -2/+3 |
| | | |||||
| * | (Fdelete_file): Handle symlinks pointing to directories. | Richard M. Stallman | 2003-05-16 | 2 | -1/+7 |
| | | |||||
| * | (apply_modifiers): Don't fill the other cache. | Stefan Monnier | 2003-05-15 | 2 | -6/+13 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2003-05-15 | 1 | -0/+2 |
| | | |||||
| * | New file. | Stefan Monnier | 2003-05-14 | 1 | -0/+400 |
| | | |||||
| * | (Qwindowp, Qwindow_live_p, Vwindow_list) | Stefan Monnier | 2003-05-14 | 3 | -32/+55 |
| | | | | | | | | | | | | | (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer) (Fget_buffer_window, Fsave_window_excursion, Fsplit_window) (Fset_window_configuration, Fcurrent_window_configuration) (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at) (Fpos_visible_in_window_p, mark_window_cursors_off) (window_internal_height, window_internal_width, Frecenter) (Fscroll_other_window, Fset_window_start, temp_output_buffer_show) (replace_buffer_in_all_windows, init_window_once, init_window) (syms_of_window, keys_of_window): Move from lisp.h to window.h. | ||||
| * | Include window.h. | Stefan Monnier | 2003-05-14 | 2 | -2/+4 |
| | | |||||
| * | (make_lispy_event): Apply modifiers to multibyte-char keys. | Stefan Monnier | 2003-05-14 | 1 | -13/+22 |
| | | | | | | | (keyremap): Add `parent' field. (keyremap_step): Use it. Remove `parent' argument. (read_key_sequence): Setup and use the new `parent' field. | ||||
| * | *** empty log message *** | Stefan Monnier | 2003-05-14 | 1 | -0/+4 |
| | | |||||
| * | (adjust_point_for_property): Be more careful about termination. | Stefan Monnier | 2003-05-11 | 1 | -1/+1 |
| | | |||||
| * | (uniquify-rationalize-file-buffer-names): Thinko. | Stefan Monnier | 2003-05-10 | 1 | -0/+14 |
| | | |||||
| * | (follow_key): Remove dead variable `did_meta'. | Stefan Monnier | 2003-05-10 | 1 | -205/+158 |
| | | | | | | | | (access_keymap_keyremap, keyremap_step): New funs, extracted from the duplicated handling of function-key-map and key-translation-map in read_key_sequence. (read_key_sequence): Use them. | ||||
| * | (adjust_point_for_property): Try harder to move point | Stefan Monnier | 2003-05-10 | 1 | -2/+17 |
| | | | | | to the non-sticky end of an invisible property. | ||||
| * | (single_display_prop_intangible_p): Make `space' display | Stefan Monnier | 2003-05-10 | 1 | -1/+3 |
| | | | | | property intangible as well. | ||||
| * | . | Andreas Schwab | 2003-05-10 | 1 | -0/+5 |
| | | |||||
| * | (single_menu_item): Change last parameter to void* to | Andreas Schwab | 2003-05-10 | 1 | -4/+5 |
| | | | | | avoid warning. | ||||
| * | (Fprin1_to_string): Instead of gcpro, set abort_on_gc. | Richard M. Stallman | 2003-05-09 | 2 | -7/+30 |
| | | | | | | Bind Qinhibit_modification_hooks to t so there will be no GC. Rename local `tem' to `save_deactivate_mark'. | ||||
| * | (specpdl_ptr): Declare volatile. | Richard M. Stallman | 2003-05-09 | 1 | -13/+19 |
| | | | | | | (unbind_to): Copy the whole binding and decrement specpdl_ptr before doing the work of unbinding it. | ||||
| * | (struct specbinding): Declare elements volatile. | Richard M. Stallman | 2003-05-09 | 1 | -3/+3 |
| | | | | | (specpdl_ptr): Declare volatile. | ||||