* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.
[bpt/emacs.git] / src / xdisp.c
2011-04-25 Paul Eggert* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced...
2011-04-25 Paul Eggertlisp.h: Fix a problem with aliasing and vector headers.
2011-04-20 Paul EggertMerge from mainline.
2011-04-20 Paul EggertMerge: Make the Lisp reader and string-to-float more...
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul EggertReplace pEd with more-general pI, and fix some printf...
2011-04-18 Chong YidongAllow glyphless-char-display to distinguish between...
2011-04-17 Chong YidongMinor redisplay cleanups.
2011-04-16 Paul EggertStatic checks with GCC 4.6.0 and non-default toolkits.
2011-04-16 Paul Eggert* xdisp.c (x_produce_glyphs): Mark var as initialized...
2011-04-16 Paul EggertMerge from mainline.
2011-04-16 Paul Eggert* xdisp.c (x_produce_glyphs): Avoid possibly-uninitiali...
2011-04-16 Paul Eggert* xdisp.c, dispextern.h (set_vertical_scroll_bar):...
2011-04-15 Paul EggertMerge from mainline.
2011-04-14 Paul EggertMerge from mainline.
2011-04-14 Paul EggertUndo the DEFUN->DEFUE change.
2011-04-14 Paul Eggert* xdisp.c (draw_row_with_mouse_face): Now static.
2011-04-14 Paul Eggert* keyboard.c: Make symbols static if they're not exported.
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible property near EOB under...
2011-04-12 Paul Eggert* xdisp.c: Make symbols static if they're not exported.
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay when scroll-margin > 0.
2011-04-11 Paul Eggertalloc.c: Import and export fewer symbols, and remove...
2011-04-11 Paul EggertDeclare Lisp_Object Q* variables to be 'static' if...
2011-04-11 Paul EggertMake Emacs functions such as Fatom 'static' by default.
2011-04-10 Paul Eggert* xdisp.c (vmessage): Use memchr, not strnlen, which...
2011-04-10 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-10 Paul EggertMerge from mainline.
2011-04-10 Paul EggertMerge from mainline.
2011-04-10 Paul Eggert* xdisp.c (message_nolog): Bring this back, inside...
2011-04-09 Paul Eggert* xdisp.c (vmessage): Use a better test for character...
2011-04-09 Paul EggertMerge from mainline.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-09 Eli ZaretskiiReplace some uses of `int' with EMACS_INT.
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-07 Paul Eggerterror: Print 32- and 64-bit integers portably (Bug...
2011-04-06 Paul Eggert* xdisp.c, lisp.h (message_nolog): Remove; unused.
2011-04-06 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-06 Paul EggertMerge from mainline.
2011-04-05 Paul Eggert* xdisp.c (vmessage): Mark as a printf-like function.
2011-04-05 Paul EggertMerge from mainline.
2011-04-02 Juanma Barranquerosrc/xdisp.c: Remove some unused parameters.
2011-04-01 Stefan MonnierMerge from lexical-binding branch.
2011-03-31 Juanma Barranquerosrc/xdisp.c (redisplay_internal): Fix prototype.
2011-03-31 Eli ZaretskiiFix bug #6671 with recentering and other scrolling...
2011-03-31 Stefan MonnierMerge from trunk
2011-03-31 Juanma Barranquerosrc/xdisp.c: Remove unused parameters.
2011-03-30 Eli ZaretskiiDocumentation parts of the scroll fix.
2011-03-30 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-03-29 Paul EggertMerge from mainline.
2011-03-29 Eli ZaretskiiFix off-by-one in scroll down aggressively.
2011-03-29 Paul Eggert* xdisp.c (try_window_reusing_current_matrix, x_produce...
2011-03-28 Juanma Barranquerosrc/*.c: Remove some additional unused parameters.
2011-03-28 Eli ZaretskiiFix failures in try_scrolling when scrolling back.
2011-03-28 Juanma Barranquerosrc/*.c: Remove unused parameters and other warnings.
2011-03-27 Eli ZaretskiiFix scrolling back with scroll-down-aggressively.
2011-03-27 Paul EggertMerge from atest branch.
2011-03-27 Paul EggertMerge from mainline.
2011-03-27 Paul EggertVariadic C functions now count arguments with size_t...
2011-03-26 Eli ZaretskiiFix scrolling with scroll-*-aggressively.
2011-03-26 Eli ZaretskiiFix bug #6671 with point position in the window when...
2011-03-26 Eli ZaretskiiDon't scroll more than 100 lines in try_scrolling.
2011-03-26 Eli ZaretskiiCall try_scrolling even if buffer's clip_changed flag...
2011-03-25 Chong YidongDiscard changes to buffer->clip_changed incurred during...
2011-03-23 Paul EggertFix more problems found by GCC 4.5.2's static checks.
2011-03-23 Paul EggertMerge from mainline.
2011-03-22 Paul EggertMerge from mainline.
2011-03-22 Paul Eggert* xdisp.c (pint2hrstr): Simplify and tune code slightly.
2011-03-22 Paul Eggert* xdisp.c (message_log_check_duplicate): Return unsigne...
2011-03-21 Stefan MonnierMerge from trunk
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-19 Chong YidongBackport fix for Bug#8219 from trunk.
2011-03-13 Chong YidongFix BUF_* macros to handle indirect buffers properly...
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-03-11 Paul EggertFix some minor problems found by GCC 4.5.2's static...
2011-03-11 Paul EggertMerge: Minor changes for problems found by GCC 4.5...
2011-03-07 Paul Eggert* xdisp.c (redisplay_window): Rename local to avoid...
2011-03-07 Paul EggertMerge from mainline.
2011-03-06 Chong YidongRevert incorrect logic in 2011-03-06T07:50:01Z!eggert...
2011-03-06 Paul Eggertxdisp.c (draw_glyphs):
2011-03-06 Paul Eggertxdisp.c (draw_glyphs):
2011-03-06 Paul Eggertxdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Mark variables...
2011-03-06 Stefan MonnierMerge from trunk
2011-03-06 Paul Eggert* xdisp.c (display_line): Mark variables that gcc ...
2011-03-06 Paul Eggert* xdisp.c (Fcurrent_bidi_paragraph_direction): Simplify...
2011-03-06 Paul Eggert* xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
2011-03-06 Paul EggertMerge: current_column: Now returns EMACS_INT, fixing...
2011-03-06 Paul Eggertcurrent_column: Now returns EMACS_INT, fixing some...
2011-03-06 Paul Eggert* xdisp.c (redisplay_window): Likewise.
2011-03-06 Paul Eggert* minibuf.c (minibuf_prompt, minibuf_prompt_width)...
2011-03-06 Paul Eggert* xdisp.c (SKIP_GLYPHS): Removed unused macro.
2011-03-06 Paul Eggert* xdisp.c (update_window_cursor): Now static, since...
2011-03-06 Paul Eggert* xdisp.c (produce_glyphless_glyph): Make a pointer...
2011-03-06 Paul Eggert* xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused...
2011-03-06 Paul EggertMerge from mainline.
2011-03-06 Paul Eggert* xdisp.c: Rename or move local decls to avoid shadowing.
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-25 Paul EggertMerge from mainline.
next