2013-03-18 |
Dmitry Antipov | * window.c (window_resize_check, window_resize_apply)
|
commit | commitdiff | tree |
2013-03-15 |
Dmitry Antipov | * region-cache.c (find_cache_boundary, move_cache_gap)
|
commit | commitdiff | tree |
2013-03-13 |
Dmitry Antipov | * window.c (Fscroll_other_window): Use SET_PT_BOTH...
|
commit | commitdiff | tree |
2013-03-13 |
Dmitry Antipov | * xdisp.c (init_iterator): Simplify because both character...
|
commit | commitdiff | tree |
2013-03-08 |
Dmitry Antipov | * search.c (find_newline): Accept start and end byte...
|
commit | commitdiff | tree |
2013-03-07 |
Dmitry Antipov | * bidi.c (bidi_fetch_char): Swap first and second arguments
|
commit | commitdiff | tree |
2013-03-07 |
Dmitry Antipov | Avoid character to byte conversions in motion subroutines.
|
commit | commitdiff | tree |
2013-03-07 |
Dmitry Antipov | * lisp.h (list2i, list3i): New functions.
|
commit | commitdiff | tree |
2013-03-06 |
Dmitry Antipov | Coding system support cleanup and minor refactoring.
|
commit | commitdiff | tree |
2013-03-05 |
Dmitry Antipov | * lisp.h (find_next_newline_no_quit): Rename to find_next_ne...
|
commit | commitdiff | tree |
2013-03-05 |
Dmitry Antipov | * composite.c (get_composition_id, fill_gstring_header):
|
commit | commitdiff | tree |
2013-03-04 |
Dmitry Antipov | * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.
|
commit | commitdiff | tree |
2013-02-20 |
Dmitry Antipov | * search.c (find_newline): Return byte position in...
|
commit | commitdiff | tree |
2013-02-15 |
Dmitry Antipov | * composite.c (fill_gstring_header): Remove useless...
|
commit | commitdiff | tree |
2013-02-13 |
Dmitry Antipov | * font.c (font_range): Add pos_byte argument. Adjust...
|
commit | commitdiff | tree |
2013-02-11 |
Dmitry Antipov | * marker.c (set_marker_internal): If desired position...
|
commit | commitdiff | tree |
2013-02-10 |
Dmitry Antipov | * syntax.c (scan_sexps_forward): Fix byte position...
|
commit | commitdiff | tree |
2013-02-08 |
Dmitry Antipov | * search.c (scan_buffer): Calculate end byte position...
|
commit | commitdiff | tree |
2013-02-08 |
Dmitry Antipov | * lisp.h (make_uninit_vector): New function.
|
commit | commitdiff | tree |
2013-02-07 |
Dmitry Antipov | * coding.c (Fdefine_coding_system_internal): Use AREF...
|
commit | commitdiff | tree |
2013-02-01 |
Dmitry Antipov | * window.h (struct window): Convert base_line_number...
|
commit | commitdiff | tree |
2013-01-28 |
Dmitry Antipov | Remove obsolete redisplay code. See the discussion at
|
commit | commitdiff | tree |
2013-01-25 |
Dmitry Antipov | * insdel.c (insert_1): Remove.
|
commit | commitdiff | tree |
2013-01-25 |
Dmitry Antipov | * net/socks.el (socks-nslookup-host): Use string-to...
|
commit | commitdiff | tree |
2013-01-25 |
Dmitry Antipov | * font.c (num_fonts): Remove the leftover from old
|
commit | commitdiff | tree |
2013-01-24 |
Dmitry Antipov | * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to...
|
commit | commitdiff | tree |
2013-01-24 |
Dmitry Antipov | Drop async_visible and async_iconified fields of struct...
|
commit | commitdiff | tree |
2013-01-24 |
Dmitry Antipov | * src/insdel.c (prepare_to_modify_buffer): Revert last...
|
commit | commitdiff | tree |
2013-01-23 |
Dmitry Antipov | * insdel.c (prepare_to_modify_buffer): Force redisplay if
|
commit | commitdiff | tree |
2013-01-23 |
Dmitry Antipov | * lisp/play/gametree.el (gametree-break-line-here)...
|
commit | commitdiff | tree |
2013-01-22 |
Dmitry Antipov | * window.h (struct window): Change window_end_valid...
|
commit | commitdiff | tree |
2013-01-22 |
Dmitry Antipov | * xdisp.c (mark_window_display_accurate): Simplify...
|
commit | commitdiff | tree |
2013-01-21 |
Dmitry Antipov | * fileio.c (Finsert_file_contents): Revert code introduced at
|
commit | commitdiff | tree |
2013-01-18 |
Dmitry Antipov | Fix crash when inserting data from non-regular files...
|
commit | commitdiff | tree |
2013-01-17 |
Dmitry Antipov | * lisp.h (toplevel): Add comment about using Lisp_Save_Value
|
commit | commitdiff | tree |
2013-01-17 |
Dmitry Antipov | * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.
|
commit | commitdiff | tree |
2013-01-15 |
Dmitry Antipov | * keymap.c (map_keymap_internal): Use format_save_value.
|
commit | commitdiff | tree |
2013-01-15 |
Dmitry Antipov | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change...
|
commit | commitdiff | tree |
2013-01-15 |
Dmitry Antipov | Some convenient bits to deal with Lisp_Save_Values.
|
commit | commitdiff | tree |
2013-01-14 |
Dmitry Antipov | * lisp.h (toplevel): Fix typo in comment.
|
commit | commitdiff | tree |
2013-01-14 |
Dmitry Antipov | Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
|
commit | commitdiff | tree |
2013-01-14 |
Dmitry Antipov | Make Lisp_Save_Value more versatile storage for up...
|
commit | commitdiff | tree |
2013-01-11 |
Dmitry Antipov | Avoid unnecessary byte position calculation for the...
|
commit | commitdiff | tree |
2013-01-11 |
Dmitry Antipov | Use point-max-marker and point-min-marker here and...
|
commit | commitdiff | tree |
2013-01-10 |
Dmitry Antipov | Omit buffer_slot_type_mismatch and use generic predicates...
|
commit | commitdiff | tree |
2013-01-09 |
Dmitry Antipov | * insdel.c (make_gap_larger): Fix comment because gap_left...
|
commit | commitdiff | tree |
2013-01-09 |
Dmitry Antipov | * lisp.h (make_gap_1): New prototype.
|
commit | commitdiff | tree |
2012-12-26 |
Dmitry Antipov | * print.c (print_object): Fix last change.
|
commit | commitdiff | tree |
2012-12-26 |
Dmitry Antipov | * print.c (print_object): If Lisp_Save_Value object...
|
commit | commitdiff | tree |
2012-12-26 |
Dmitry Antipov | * lisp.h (toplevel): Add two notices to the comment...
|
commit | commitdiff | tree |
2012-12-26 |
Dmitry Antipov | * keyboard.c (record_asynch_buffer_change): Initialize...
|
commit | commitdiff | tree |
2012-12-25 |
Dmitry Antipov | * xterm.h (struct x_output): Remove toolbar_detached...
|
commit | commitdiff | tree |
2012-12-25 |
Dmitry Antipov | * xdisp.c (redisplay_window): Remove inner local variable
|
commit | commitdiff | tree |
2012-12-24 |
Dmitry Antipov | * buffer.c (Fset_buffer_modified_p): Use buffer_window_count
|
commit | commitdiff | tree |
2012-12-24 |
Dmitry Antipov | * buffer.h (BUF_COMPACT): New macro to follow the common...
|
commit | commitdiff | tree |
2012-12-20 |
Dmitry Antipov | Avoid calls to CHAR_TO_BYTE if byte position is known.
|
commit | commitdiff | tree |
2012-12-20 |
Dmitry Antipov | * textprop.c (set_text_properties_1): Do not allow...
|
commit | commitdiff | tree |
2012-12-20 |
Dmitry Antipov | * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point...
|
commit | commitdiff | tree |
2012-12-19 |
Dmitry Antipov | * coding.c (Fdetect_coding_region): Do not check start...
|
commit | commitdiff | tree |
2012-12-13 |
Dmitry Antipov | Minor redisplay optimization when the region length...
|
commit | commitdiff | tree |
2012-12-12 |
Dmitry Antipov | * dispnew.c (set_window_cursor_after_update): Use clip_to_bo...
|
commit | commitdiff | tree |
2012-12-11 |
Dmitry Antipov | * buffer.c (Fset_buffer_multibyte): Do not force redisplay
|
commit | commitdiff | tree |
2012-12-11 |
Dmitry Antipov | Consistently use marker_position and marker_byte_position.
|
commit | commitdiff | tree |
2012-12-10 |
Dmitry Antipov | Per-buffer window counters.
|
commit | commitdiff | tree |
2012-12-07 |
Dmitry Antipov | * frame.c (make_frame): Do not set window's buffer...
|
commit | commitdiff | tree |
2012-12-07 |
Dmitry Antipov | Convenient macro to check whether the buffer is hidden.
|
commit | commitdiff | tree |
2012-12-06 |
Dmitry Antipov | * frame.h (x_char_width, x_char_height): Remove prototypes.
|
commit | commitdiff | tree |
2012-12-06 |
Dmitry Antipov | Avoid code duplication between prev_frame and next_frame.
|
commit | commitdiff | tree |
2012-12-04 |
Dmitry Antipov | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_im...
|
commit | commitdiff | tree |
2012-12-03 |
Dmitry Antipov | * lisp.h (modify_region): Rename to...
|
commit | commitdiff | tree |
2012-12-03 |
Dmitry Antipov | * alloc.c (free_save_value): New function.
|
commit | commitdiff | tree |
2012-11-29 |
Dmitry Antipov | * xdisp.c (window_outdated): Remove eassert since it...
|
commit | commitdiff | tree |
2012-11-23 |
Dmitry Antipov | * frame.h (struct frame): Remove display_preempted...
|
commit | commitdiff | tree |
2012-11-22 |
Dmitry Antipov | * alloc.c (Fgarbage_collect): Unblock input after clearing
|
commit | commitdiff | tree |
2012-11-22 |
Dmitry Antipov | * xdisp.c (window_buffer_changed): New function.
|
commit | commitdiff | tree |
2012-11-20 |
Dmitry Antipov | Tiny adjustment around the previous redisplay change.
|
commit | commitdiff | tree |
2012-11-20 |
Dmitry Antipov | * xdisp.c (buffer_shared): Adjust comment.
|
commit | commitdiff | tree |
2012-11-15 |
Dmitry Antipov | * internals.texi (Garbage Collection): Update descriptions
|
commit | commitdiff | tree |
2012-11-14 |
Dmitry Antipov | * xdisp.c (echo_area_display, redisplay_internal):
|
commit | commitdiff | tree |
2012-11-13 |
Dmitry Antipov | Omit glyphs initialization at startup.
|
commit | commitdiff | tree |
2012-11-12 |
Dmitry Antipov | * frame.h (struct frame): Convert external_tool_bar...
|
commit | commitdiff | tree |
2012-11-12 |
Dmitry Antipov | Simplify by using FOR_EACH_FRAME here and there.
|
commit | commitdiff | tree |
2012-11-09 |
Dmitry Antipov | Fix recently introduced crash on MS-Windows (Bug#12839).
|
commit | commitdiff | tree |
2012-11-09 |
Dmitry Antipov | Tweak last vectorlike_header change.
|
commit | commitdiff | tree |
2012-11-08 |
Dmitry Antipov | Shrink struct vectorlike_header to the only size field.
|
commit | commitdiff | tree |
2012-11-08 |
Dmitry Antipov | * keyboard.c (event_to_kboard): Do not dereference
|
commit | commitdiff | tree |
2012-11-07 |
Dmitry Antipov | * xfns.c (Fx_wm_set_size_hint): Use check_x_frame....
|
commit | commitdiff | tree |
2012-11-06 |
Dmitry Antipov | * window.c (Fwindow_combination_limit): Revert to the...
|
commit | commitdiff | tree |
2012-11-06 |
Dmitry Antipov | Widely used frame validity and checking functions.
|
commit | commitdiff | tree |
2012-11-06 |
Dmitry Antipov | * emacs-lisp/byte-opt.el (toplevel): Add compare-window...
|
commit | commitdiff | tree |
2012-11-06 |
Dmitry Antipov | * window.c (quad): New function.
|
commit | commitdiff | tree |
2012-11-03 |
Dmitry Antipov | * frame.h (struct frame): Drop can_have_scroll_bars...
|
commit | commitdiff | tree |
2012-11-03 |
Dmitry Antipov | * window.c (decode_next_window_args): Update window...
|
commit | commitdiff | tree |
2012-11-02 |
Dmitry Antipov | Window-related stuff cleanup here and there.
|
commit | commitdiff | tree |
2012-11-02 |
Dmitry Antipov | Remove pad from struct input_event.
|
commit | commitdiff | tree |
2012-10-17 |
Dmitry Antipov | * buffer.c (Fkill_buffer): When unchaining the marker,
|
commit | commitdiff | tree |
2012-10-17 |
Dmitry Antipov | Do not verify indirection counters of killed buffers...
|
commit | commitdiff | tree |
2012-10-16 |
Dmitry Antipov | * alloc.c (Fmake_byte_code): Fix typo in comment.
|
commit | commitdiff | tree |
2012-10-16 |
Dmitry Antipov | * editfns.c (get_system_name): Remove.
|
commit | commitdiff | tree |
2012-10-11 |
Dmitry Antipov | * editfns.c (save_excursion_save): Use nil if mark...
|
commit | commitdiff | tree |