summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-03-072011-03-08 Paul Eggert <eggert@cs.ucla.edu>Paul Eggert
2011-03-07Remove unnecessary "(tiny change)" markers.Juanma Barranquero
2011-03-07Fix bug#8181.Ben Key
2011-03-07* nsterm.m (ns_draw_window_cursor): Fix handling of 'cursor_width' parameter ...Adrian Robert
2011-03-06* window.h (check_all_windows): New decl, to forestallPaul Eggert
2011-03-06* window.c (display_buffer): Now static.Paul Eggert
2011-03-06* window.c (window_loop, size_window):Paul Eggert
2011-03-06* xmenu.c (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,Paul Eggert
2011-03-06* xmenu.c (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"Paul Eggert
2011-03-06* xdisp.c (redisplay_window): Rename local to avoid shadowing.Paul Eggert
2011-03-06Merge from mainline.Paul Eggert
2011-03-06* xmenu.c (xmenu_show): Rename parameter to avoid shadowing.Paul Eggert
2011-03-07Revert 2010-05-25T15:54:53Z!juri@jurta.org; regenerate release logs.Chong Yidong
2011-03-06Revert incorrect logic in 2011-03-06T07:50:01Z!eggert@cs.ucla.edu.Chong Yidong
2011-03-06* xmenu.c (set_frame_menubar): Remove unused local.Paul Eggert
2011-03-06* xmenu.c (menu_highlight_callback): Now static.Paul Eggert
2011-03-06xdisp.c (draw_glyphs):Paul Eggert
2011-03-06xdisp.c (draw_glyphs):Paul Eggert
2011-03-06xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Mark variables thatPaul Eggert
2011-03-06* xdisp.c (display_line): Mark variables that gcc -Wuninitialized cannotPaul Eggert
2011-03-06* xdisp.c (Fcurrent_bidi_paragraph_direction): Simplify slightly; thisPaul Eggert
2011-03-06* xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.Paul Eggert
2011-03-06Merge: current_column: Now returns EMACS_INT, fixing some iftcPaul Eggert
2011-03-06current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert
2011-03-06* xdisp.c (redisplay_window): Likewise.Paul Eggert
2011-03-06* minibuf.c (minibuf_prompt, minibuf_prompt_width): Move herePaul Eggert
2011-03-06* cmds.c (internal_self_insert): Reindent to match Emacs style.Paul Eggert
2011-03-06* xdisp.c (SKIP_GLYPHS): Removed unused macro.Paul Eggert
2011-03-06* xdisp.c (update_window_cursor): Now static, since it's not used elsewhere.Paul Eggert
2011-03-06* xdisp.c (produce_glyphless_glyph): Make a pointer "const"Paul Eggert
2011-03-06* xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var.Paul Eggert
2011-03-05Merge from mainline.Paul Eggert
2011-03-05* xdisp.c: Rename or move local decls to avoid shadowing.Paul Eggert
2011-03-05Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier
2011-03-06Fix typos.Juanma Barranquero
2011-03-05Doc fixes for bug#5567 (tiny change)Michael Shields
2011-03-05* nsterm.m (ns_draw_window_cursor): Fix typo in 2011-02-23 commit.Chong Yidong
2011-03-05ChangeLog fix.Glenn Morris
2011-03-02* sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.Ken Brown
2011-03-01Merge: Work around some portability problems with symlinks.Paul Eggert
2011-03-01Merge from mainline.Paul Eggert
2011-03-01* doc/lispref/variables.texi (Scope): Mention the availability of lexbind.Stefan Monnier
2011-02-28Release logs for 23.3 release.Chong Yidong
2011-02-27Avoid recording dead buffers in buffer-list frame param (Bug#7898).Chong Yidong
2011-02-27Implement stub emulation of `readlink' for MS-DOS.Eli Zaretskii
2011-02-27Implement stubs of `readlink' and `symlink' for MS-Windows.Eli Zaretskii
2011-02-27Emulate `readlink' for DJGPP versions before 2.04.Eli Zaretskii
2011-02-26* scroll.c (CHECK_BOUNDS): #define only if GLYPH_DEBUG.Paul Eggert
2011-02-26* frame.c (x_set_screen_gamma): Rename local to avoid shadowing.Paul Eggert
2011-02-26* frame.h: Avoid gcc -Wmissing-prototypes diagnostics.Paul Eggert