Drop WGET and revert read access to Lisp_Objects slots of struct window.
[bpt/emacs.git] / src / xdisp.c
2012-08-07 Dmitry AntipovDrop WGET and revert read access to Lisp_Objects slots...
2012-08-07 Dmitry AntipovDrop FGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-05 Dmitry AntipovGeneralize common compile-time constants.
2012-08-03 Paul EggertRemove unnecessary casts involving pointers.
2012-08-01 Eli ZaretskiiFix fallout from 2012-08-01T05:11:36Z!dmantipov@yandex...
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for processes.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for windows.
2012-07-31 Dmitry AntipovGeneralize INTERNAL_FIELD between buffers, keyboards...
2012-07-30 Paul Eggert* lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
2012-07-30 Dmitry AntipovConvert safe_call to use variable number of arguments.
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-28 Eli ZaretskiiFix --without-x build.
2012-07-27 Eli ZaretskiiFix failure to compile on Windows due to 2012-07-27T06...
2012-07-27 Dmitry AntipovUtility function to make a list from specified amount...
2012-07-24 Eli ZaretskiiFix display of tooltips damaged by enhancements for...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-13 Eli ZaretskiiFix bs-show when the right fringe is off.
2012-07-13 Paul Eggert* xdisp.c (produce_special_glyphs): Now static.
2012-07-12 Eli ZaretskiiImprove fix for bug #11832 with truncated/continued...
2012-07-10 Paul EggertEMACS_TIME simplification (Bug#11875).
2012-07-10 Paul EggertSimplify by avoiding confusing use of strncpy etc.
2012-07-10 Dmitry AntipovOptimize pure C strings initialization.
2012-07-09 Dmitry AntipovUse make_formatted_string to avoid double length calcul...
2012-07-08 Eli ZaretskiiCleanup changes following fix for bug #11832.
2012-07-08 Eli ZaretskiiFix bug #11813 with invalid font for buffer name on...
2012-07-07 Andreas Schwab* xdisp.c (display_line): Avoid warning about implicit...
2012-07-07 Eli ZaretskiiFix bug #11832 with truncated lines when fringes are...
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-05 Eli ZaretskiiAvoid long futile looping on a TTY under huge values...
2012-07-05 Eli ZaretskiiRevert hscroll and min_hscroll to ptrdiff_t.
2012-07-05 Eli ZaretskiiFix bug #11857 with messed up display for insanely...
2012-07-05 Dmitry AntipovCleanup xmalloc.
2012-06-29 Eli ZaretskiiUndo change in xdisp.c in 2012-06-29T11:48:08Z!dmantipo...
2012-06-29 Dmitry Antipov* lisp/fringe.el (fringe-mode): Doc fix.
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-28 Dmitry Antipov* window.h (struct window): Change type of 'hscroll',
2012-06-28 Dmitry Antipov* configure.in: Add glyphs category to --enable-checkin...
2012-06-28 Dmitry AntipovGeneralize run-time debugging checks.
2012-06-26 Paul EggertUse sprintf return value instead of invoking strlen...
2012-06-22 Paul EggertSupport higher-resolution time stamps.
2012-06-22 Chong Yidong* xdisp.c (x_consider_frame_title): Revert last change.
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-19 Chong YidongPreserve tty top-frames under various window-changing...
2012-06-17 Chong YidongOptimization to avoid redisplaying hidden terminal...
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-16 Andreas Schwab* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
2012-06-16 Eli ZaretskiiFix bug #11720 with cursor positioning in outline-mode...
2012-06-16 Eli ZaretskiiFix bug #11653 with a crash when more than 16 overlay...
2012-06-16 Eli ZaretskiiFix bug #11653 with cursor positioning in a row that...
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-06-08 Paul Eggert* xdisp.c (vmessage): Treat frame message as multibyte.
2012-06-04 Paul Eggert* xdisp.c (note_mode_line_or_margin_highlight): Pacify...
2012-06-03 Glenn Morristool-bar-style doc fixes
2012-06-03 Chong YidongMake mode line help-echo visible for unibyte buffers.
2012-06-03 Chong Yidong* xdisp.c (note_mode_line_or_margin_highlight): Fix...
2012-06-03 Chong YidongImplement default help-echo for mode line.
2012-06-01 Dmitry AntipovFor a 'struct window', replace some Lisp_Object fields to
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-30 Eli ZaretskiiFix bug #11587 with a crash in an Info buffer under...
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-26 Eli ZaretskiiExtend mouse support on W32 text-mode console.
2012-05-26 Eli ZaretskiiSupport mouse highlight on w32 text-mode frames.
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-19 Eli ZaretskiiA better fix for bug #11464 with pos-visible-in-window...
2012-05-15 Eli ZaretskiiFix the changes in 2012-04-22T13:58:00Z!cyd@gnu.org...
2012-05-14 Stefan Merten(rst-re-alist): Fix loading (bug#11462).
2012-05-14 Chong YidongMerge from emacs-24; up to 2012-04-22T13:58:00Z!cyd...
2012-05-13 Eli ZaretskiiFix bug #11464 with pos-visible-in-window-p and R2L...
2012-05-13 Eli ZaretskiiFix bug #11417 with infloop when left-fringe/right...
2012-05-11 Eli ZaretskiiFix display when left-fringe/right-fringe display spec...
2012-05-11 Paul EggertRemove unused function hourglass_started.
2012-05-09 Glenn MorrisMerge from emacs-24; up to 2012-04-21T14:12:27Z!sdl...
2012-05-07 Jérémy CompostellaFix up display of the *Minibuf-0* buffer in the mini...
2012-05-05 Chong YidongMerge from emacs-24; up to 2012-04-20T05:47:55Z!eliz...
2012-05-02 Glenn MorrisMerge from emacs-24; up to 2012-04-16T19:06:02Z!rgm...
2012-04-29 Eli ZaretskiiFix bug #11367 with assertion violation during vertical...
2012-04-27 Chong YidongMerge changes from emacs-24 branch
2012-04-26 Eli ZaretskiiAllow word wrap together with whitespace-mode (bug...
2012-04-23 Eli ZaretskiiAvoid assertion violation when scrolling minibuffer...
2012-04-22 Paul EggertMerge from trunk.
2012-04-22 Paul EggertMerge from trunk.
2012-04-20 Chong YidongMerge from emacs-24 branch
2012-04-17 Eli ZaretskiiFix bug #11261 with cursor movement in a continued...
2012-04-17 Glenn MorrisMerge from pending; try to fix-up suboptimal ses ChangeLog.
2012-04-15 Chong YidongMerge from emacs-24 branch
2012-04-14 Paul EggertMerge from trunk.
2012-04-14 Glenn MorrisMerge from emacs-24, up to 2012-04-10T02:06:19Z!larsi...
2012-04-09 Paul EggertMerge from trunk.
2012-04-09 Paul EggertMerge from trunk; add Bug#.
2012-04-09 Chong YidongRemove * characters from the front of variable docstrings.
2012-04-09 Eli ZaretskiiFix wording of comment in the last commit.
next