use dynwind_begin and dynwind_end
[bpt/emacs.git] / src / dispnew.c
2015-04-18 BT Templetonuse dynwind_begin and dynwind_end
2015-04-18 BT Templetonuse guile-snarf for subr definition
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-01T23:37:59Z!eggert...
2014-06-04 Eli ZaretskiiAttempt to solve bug #17497 by minimizing cursor motion...
2014-06-02 Eli Zaretskiisrc/dispnew.c (update_frame_with_menu): Set display_com...
2014-03-17 Bill WohlerMerge from mh-e; up to 2012-01-03T19:41:14Z!larsi@gnus...
2014-03-05 Martin RudalicsVarious window code related fixes and documentation...
2014-02-24 Bill WohlerMerge from trunk; up to 2014-02-23T23:41:17Z!lekktu...
2014-01-13 Daniel ColascioneMake GTK+ menus work correctly with the Unity global...
2014-01-11 Kenichi Handamerge trunk
2014-01-11 Martin RudalicsFix handling of internal borders (Bug#16348).
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-30 Martin RudalicsFix Bug#16284.
2013-12-20 Martin RudalicsSome more fixes for pixelwise resizing.
2013-12-14 Paul EggertUse bool for boolean, focusing on headers.
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-11-30 Martin RudalicsSupport resizing frames and windows pixelwise.
2013-11-30 Stefan Monnier* src/xdisp.c (redisplay_internal): Don't call set_wind...
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-18 Eli ZaretskiiMerge from mainline.
2013-11-06 Stefan Monnier*.[chm]: Number every assignment to windows_or_buffers_...
2013-11-04 Paul EggertPort to stricter C99 platforms.
2013-10-14 Dmitry Antipov* termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_...
2013-10-13 Kenichi Handamerge trunk
2013-10-11 Eli ZaretskiiSupport frame dimension changes while TTY menus are...
2013-10-11 Dmitry Antipov* dispnew.c (redraw_frame): Remove useless #ifdef because
2013-10-11 Paul Eggert* lisp.h (eassume): New macro.
2013-10-08 Paul EggertFix minor problems found by static checking.
2013-10-08 Eli ZaretskiiSupport menus on text-mode terminals.
2013-10-08 Dmitry Antipov* dispnew.c (set_window_update_flags): Add buffer arg...
2013-09-28 Eli ZaretskiiMerge from trunk before trying Unix TTY.
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-24 Paul Eggert* dispnew.c (clear_glyph_row, copy_row_except_pointers...
2013-09-24 Paul Eggert* dispnew.c (clear_glyph_row, copy_row_except_pointers):
2013-09-24 Dmitry AntipovOptimize glyph row clearing and copying routines.
2013-09-23 Dmitry Antipov* dispnew.c (frame_garbaged, selected_frame, last_nonmi...
2013-09-22 Daniel ColascioneAdd set operations for bool-vector.
2013-09-20 Paul EggertA simpler, centralized INLINE.
2013-09-19 Eli ZaretskiiFix a blatant bug in restore_current_matrix.
2013-09-19 Eli ZaretskiiFixed screen restoration after popping down a menu.
2013-09-17 Eli ZaretskiiMinor fixes to interfaces, avoid assertion violation...
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-12 Kenichi Handamerge trunk
2013-09-11 Dmitry AntipovIfdef away frame tool bar code when it is not really...
2013-09-09 Dmitry AntipovReview and drop old frame resize hack.
2013-09-09 Dmitry AntipovCleanup frame flushing.
2013-09-08 Kenichi Handamerge trunk
2013-09-06 Dmitry AntipovAttempt to make redisplay more selective when changing...
2013-09-05 Eli ZaretskiiFixed C compilation problems.
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-04 Xue FuqiaoMerge from mainline.
2013-09-02 Martin RudalicsMove Flast_nonminibuf_frame from dispnew.c to frame.c.
2013-09-01 Dmitry Antipov* dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent.
2013-08-28 Dmitry AntipovPrefer enum glyph_row_area to int where appropriate.
2013-08-28 Dmitry AntipovRedesign redisplay interface to drop global output_cursor.
2013-08-27 Paul EggertSimplify EMACS_TIME-related code.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-23 Dmitry AntipovRedesign redisplay interface to drop updated_row and...
2013-08-14 Dmitry Antipov* window.h (struct window): Convert window_end_pos and
2013-08-13 Dmitry Antipov* window.h (struct window): Convert left_margin_cols and
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-08 Dmitry AntipovRedesign redisplay interface to drop global variable...
2013-08-05 Dmitry AntipovNew macro to iterate over live buffers similar to frames.
2013-08-04 Dmitry Antipov* dispnew.c (glyph_matrix_count, glyph_pool_count):
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-23 Paul EggertPort to GNU/Linux systems with tinfo but not ncurses.
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-16 Paul Eggert* fileio.c (report_file_errno): Fix errno reporting...
2013-07-16 Paul EggertPrefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-10 Paul EggertPort to C89.
2013-07-06 Paul EggertUse emacs_open more consistently when opening files.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-14 Stephen BermanMerge from trunk.
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-04-26 Glenn MorrisMerge from emacs-24; up to 2012-12-27T08:21:08Z!rgm...
2013-04-20 Glenn MorrisMerge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka...
2013-04-05 Kenichi Handamerge trunk
2013-04-05 Eli ZaretskiiMerge from trunk.
2013-04-02 Paul EggertPrefer < to > in range checks such as 0 <= i && i < N.
2013-03-30 Glenn MorrisMerge from emacs-24; up to 2012-12-26T16:22:18Z!michael...
2013-03-28 Eli ZaretskiiMerge from trunk and resolve conflicts.
2013-03-28 Dmitry Antipov* window.h (struct window): Replace hchild, vchild...
2013-03-24 Andreas SchwabReorder conditions that are written backwards
2013-03-22 David EngsterMerge with CEDET upstream (rev. 8499).
2013-03-22 Dmitry Antipov* frame.h (struct frame): Put menu_bar_window under...
2013-03-21 Kenichi Handamerge trunk
2013-03-20 Dmitry Antipov* window.h (struct window): Convert left_col, top_line...
2013-03-17 Stefan Monnier* src/dispnew.c (bitch_at_user): Use `user-error'.
2013-03-16 Stefan MonnierMerge from emacs-24
2013-03-15 Kenichi Handamerge trunk
2013-03-13 Paul EggertStatic checking by Sun C 5.12.
2013-03-11 Glenn MorrisMerge from emacs-24; up to 2012-12-25T17:37:29Z!eliz...
2013-03-10 Eli ZaretskiiUse macros from dispextern.h where appropriate.
2013-03-08 Glenn MorrisMerge from emacs-24; up to 2012-12-25T15:07:59Z!dmantip...
2013-03-06 Glenn MorrisMerge from emacs-24; up to 2012-12-25T11:37:21Z!dmantip...
2013-03-05 Glenn MorrisMerge from emacs-24; up to 2012-12-24T15:56:17Z!eliz...
next