| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (ENCODE_UNSAFE_CHARACTER): Adjusted for the name change | Kenichi Handa | 2003-05-22 | 1 | -8/+23 |
| | | | | | | | | | | | | | | of CODING_REPLACEMENT_CHARACTER. (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and check this flag on encoding. (encode_coding_sjis_big5): Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode. (Fset_terminal_coding_system_internal): Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags. | ||||
| * | (CODING_REPLACEMENT_CHARACTER): Renamed from | Kenichi Handa | 2003-05-22 | 1 | -3/+7 |
| | | | | | | CODING_INHIBIT_CHARACTER_SUBSTITUTION. (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro. | ||||
| * | *** empty log message *** | Dave Love | 2003-05-21 | 1 | -0/+12 |
| | | |||||
| * | (x_window, x_window): Use use_xim. | Dave Love | 2003-05-21 | 1 | -39/+40 |
| | | |||||
| * | (use_xim): Initialize. | Dave Love | 2003-05-21 | 1 | -47/+65 |
| | | | | | | (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim. (x_term_init): Maybe set use_xim. | ||||
| * | (use_xim) [HAVE_X_I18N]: Declare. | Dave Love | 2003-05-21 | 1 | -0/+5 |
| | | |||||
| * | (main) [WINDOWSNT]: Move it here. | Jason Rumney | 2003-05-21 | 2 | -1/+13 |
| | | |||||
| * | (_start): Remove _fmode initialization. | Jason Rumney | 2003-05-21 | 1 | -5/+0 |
| | | |||||
| * | (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 |
| | | |||||