summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-11-25Rename locals to avoid shadowing.Paul Eggert
2011-11-25Fix bug #10119 with C-e and whitespace-mode.Eli Zaretskii
2011-11-25Fix typos.Juanma Barranquero
2011-11-25Fix bug #10105 with Isearch triggered scrolling under scroll-conservatively.Eli Zaretskii
2011-11-24* src/image.c (imagemagick_load_image): Move `MagickSetResolution' downJuri Linkov
2011-11-24* src/window.c (Fcoordinates_in_window_p): Accept only live windows.Chong Yidong
2011-11-23In Fkill_buffer do replace_buffer_in_windows before Fset_buffer. (Bug#10114)Martin Rudalics
2011-11-22* src/font.c (font_find_for_lface) [HAVE_NS]: Ignore case.Glenn Morris
2011-11-22Spelling fixes.Paul Eggert
2011-11-23* xdisp.c (compute_stop_pos): Check validity of end_charpos before using it.Chong Yidong
2011-11-22Fix bug #10098 with assertion violation during frame resize.Eli Zaretskii
2011-11-21(wait_reading_process_output): Add comment and URL.Lars Magne Ingebrigtsen
2011-11-21Fix asynchrounous GnuTLS socket handling on some versions of the GnuTLS library.Lars Magne Ingebrigtsen
2011-11-21* xterm.c (x_clear_frame): Reinstate the XClearWindow call.Jan Djärv
2011-11-21More updates to Windows chapter of Lisp manual.Chong Yidong
2011-11-20* src/window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.Stefan Monnier
2011-11-20Fix typos.Juanma Barranquero
2011-11-20Remove term "status" with "window combination limits".Martin Rudalics
2011-11-20* configure.in: Remove reference to src/m/ibms390.h.Andreas Schwab
2011-11-19* src/fileio.c (Finsert_file_contents): Add missing gcpro1 variable.Stefan Monnier
2011-11-20Fix typos.Juanma Barranquero
2011-11-19Standardize on VIRT_ADDR_VARIES behavior.Paul Eggert
2011-11-19Merge from trunk.Paul Eggert
2011-11-19Fix bug #10075 with cursor drawing in an hscrolled window.Eli Zaretskii
2011-11-19* window.c (Fwindow_combination_limit): Make first arg non-optionalChong Yidong
2011-11-19Revert last commit.Eli Zaretskii
2011-11-18Merge from trunk.Paul Eggert
2011-11-18Fix minor problems found by static checking.Paul Eggert
2011-11-18* src/keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.Dmitry Antipov
2011-11-18* src/intervals.c: Fix grafting over the whole buffer.Stefan Monnier
2011-11-18Add assertion for hash values of rows.Eli Zaretskii
2011-11-18Fix another crash due to incorrect hash value of glyph rows, bug #10035.Eli Zaretskii
2011-11-18Work around GTK bug crashing emacs GTK builds.Tassilo Horn
2011-11-17Fix typos.Juanma Barranquero
2011-11-17Rename window-splits to window-combination-resize.Martin Rudalics
2011-11-16Fix typos.Juanma Barranquero
2011-11-16Fix typos.Juanma Barranquero
2011-11-16Rename window-nest to window-combination-limit.Martin Rudalics
2011-11-15Fix typos.Juanma Barranquero
2011-11-14Fix typos.Juanma Barranquero
2011-11-14Fix bug #10035 with assertion violation in row_equal_p.Eli Zaretskii
2011-11-14Fix bug#10044Juanma Barranquero
2011-11-13Merge from trunk.Paul Eggert
2011-11-12Allow building temacs with a larger heap on MS-Windows.Eli Zaretskii
2011-11-12Verify glyph row's hash values.Eli Zaretskii
2011-11-12dispnew.c (scrolling_window): Fix index usage.Eli Zaretskii
2011-11-12Don't handle splits status.Martin Rudalics
2011-11-11* xfns.c (unwind_create_frame):Jan Djärv
2011-11-11* xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.Dmitry Antipov
2011-11-11callproc.c (Fcall_process): Set the member dst_multibyte of process_coding.Kenichi Handa