aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (get_local_map): Don't get char-property of previousStefan Monnier2003-05-211-4/+0
| | | | point any more: get_pos_property already does it and better.
* *** empty log message ***Dave Love2003-05-211-9/+3
|
* *** empty log message ***Dave Love2003-05-201-0/+4
|
* (MAIL_USE_FLOCK): Make it conditional.Dave Love2003-05-201-1/+11
|
* *** empty log message ***Richard M. Stallman2003-05-191-0/+9
|
* Comment change.Richard M. Stallman2003-05-193-3/+3
|
* (Finternal_set_lisp_face_attribute): Handle QunspecifiedRichard M. Stallman2003-05-191-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. Stallman2003-05-191-1/+1
|
* (decode_coding_string): Handle post-read-conversionKenichi Handa2003-05-191-1/+3
| | | | even if the coding doesn't require decoding.
* *** empty log message ***Kenichi Handa2003-05-191-0/+5
|
* *** empty log message ***Richard M. Stallman2003-05-181-0/+4
|
* (Fcall_process_region): Doc fix.Richard M. Stallman2003-05-181-1/+1
|
* *** empty log message ***Stefan Monnier2003-05-181-1/+2
|
* (Fload): Print a message if package is obsolete.Stefan Monnier2003-05-181-2/+7
|
* (Fselect_window): Add optional `norecord' arg.Stefan Monnier2003-05-172-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 Monnier2003-05-177-16/+16
|
* (read_process_output): Back out change from 2003-03-09.David Kastrup2003-05-171-3/+3
|
* *** empty log message ***David Kastrup2003-05-171-0/+5
|
* (get_pos_property): Declare.Stefan Monnier2003-05-171-0/+1
|
* (create_root_interval, graft_intervals_into_buffer): Use BEG.Stefan Monnier2003-05-171-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 Monnier2003-05-171-21/+21
|
* (text_property_stickiness): New arg `buffer'.Stefan Monnier2003-05-172-12/+16
|
* (read_minibuf): If buffer is empty, record the default in the history.Richard M. Stallman2003-05-172-7/+28
| | | | | (Fminibuffer_complete_word): When deleting the overlap, take account of its real position.
* (map_char_table): Fix previous change.Richard M. Stallman2003-05-171-4/+6
|
* (find_defun_start): When open_paren_in_column_0_is_defun_start,Richard M. Stallman2003-05-172-15/+46
| | | | return beginning of buffer.
* (specbinding_func): New typedef.Richard M. Stallman2003-05-171-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. Stallman2003-05-171-5/+6
| | | | (Faccessible_keymaps): Pass new arg to map_char_table.
* (Ffontset_info): Pass new arg to map_char_table.Richard M. Stallman2003-05-171-2/+2
|
* (map_char_table): New arg TABLE gets the master table. All calls changed.Richard M. Stallman2003-05-171-5/+11
| | | | Process default and inheritance, resorting to Faref if necessary.
* (set_case_table): Pass new arg to map_char_table.Richard M. Stallman2003-05-171-5/+5
|
* (let_shadows_buffer_binding_p): Make target of p volatile.Richard M. Stallman2003-05-171-1/+1
|
* (Fgarbage_collect): Cast pointers into specpdl to avoid GCC warning.Richard M. Stallman2003-05-171-2/+3
|
* (Fdelete_file): Handle symlinks pointing to directories.Richard M. Stallman2003-05-162-1/+7
|
* (apply_modifiers): Don't fill the other cache.Stefan Monnier2003-05-152-6/+13
|
* *** empty log message ***Stefan Monnier2003-05-151-0/+2
|
* New file.Stefan Monnier2003-05-141-0/+400
|
* (Qwindowp, Qwindow_live_p, Vwindow_list)Stefan Monnier2003-05-143-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 Monnier2003-05-142-2/+4
|
* (make_lispy_event): Apply modifiers to multibyte-char keys.Stefan Monnier2003-05-141-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 Monnier2003-05-141-0/+4
|
* (adjust_point_for_property): Be more careful about termination.Stefan Monnier2003-05-111-1/+1
|
* (uniquify-rationalize-file-buffer-names): Thinko.Stefan Monnier2003-05-101-0/+14
|
* (follow_key): Remove dead variable `did_meta'.Stefan Monnier2003-05-101-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 pointStefan Monnier2003-05-101-2/+17
| | | | to the non-sticky end of an invisible property.
* (single_display_prop_intangible_p): Make `space' displayStefan Monnier2003-05-101-1/+3
| | | | property intangible as well.
* .Andreas Schwab2003-05-101-0/+5
|
* (single_menu_item): Change last parameter to void* toAndreas Schwab2003-05-101-4/+5
| | | | avoid warning.
* (Fprin1_to_string): Instead of gcpro, set abort_on_gc.Richard M. Stallman2003-05-092-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. Stallman2003-05-091-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. Stallman2003-05-091-3/+3
| | | | (specpdl_ptr): Declare volatile.