summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* REALLY fix bug #10164 with crashes when linum-mode is turned on.Eli Zaretskii2011-11-302-4/+6
* Fix typos.Juanma Barranquero2011-11-303-3/+3
* src/dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.Juanma Barranquero2011-11-302-1/+5
* Fix bug #10164 with assertion violations in linum-mode.Eli Zaretskii2011-11-302-3/+10
* * xterm.c (handle_one_xevent): Only set async_visible and friendsJan Djärv2011-11-293-2/+19
* Remove GCPRO-related macros that exist only to avoid shadowing locals.Paul Eggert2011-11-286-149/+143
* Truncate scroll runs that copy to where we copied to.YAMAMOTO Mitsuharu2011-11-282-8/+72
* Fix MS-Windows build with MSVC compiler.Eli Zaretskii2011-11-273-7/+32
* Work around an Ubuntu 11.10 bug where Emacs loops forever when started.Jan Djärv2011-11-272-0/+14
* Spelling fixes (mostly "inactive" vs "deactivate").Paul Eggert2011-11-272-2/+2
* Spelling fixes.Paul Eggert2011-11-2617-25/+26
* * fileio.c (Finsert_file_contents): Undo previous change.Paul Eggert2011-11-262-2/+7
* src/dispnew.c (update_window): Fix outdated commentary.Eli Zaretskii2011-11-261-3/+4
* Spelling fixes.Paul Eggert2011-11-261-1/+1
* Rename locals to avoid shadowing.Paul Eggert2011-11-253-16/+28
* Fix bug #10119 with C-e and whitespace-mode.Eli Zaretskii2011-11-252-2/+11
* Fix a thinko in 2011-11-25T11:32:14Z!eliz@gnu.org.Eli Zaretskii2011-11-251-2/+3
* Fix typos.Juanma Barranquero2011-11-254-16/+16
* Fix bug #10105 with Isearch triggered scrolling under scroll-conservatively.Eli Zaretskii2011-11-252-1/+26
* Spelling fixes.Paul Eggert2011-11-247-7/+7
* * src/image.c (imagemagick_load_image): Move `MagickSetResolution' downJuri Linkov2011-11-242-1/+8
* Fix typos.Juanma Barranquero2011-11-242-2/+2
* * src/window.c (Fcoordinates_in_window_p): Accept only live windows.Chong Yidong2011-11-242-1/+6
* In Fkill_buffer do replace_buffer_in_windows before Fset_buffer. (Bug#10114)Martin Rudalics2011-11-232-2/+12
* * src/font.c (font_find_for_lface) [HAVE_NS]: Ignore case.Glenn Morris2011-11-222-8/+5
* Spelling fixes.Paul Eggert2011-11-2212-13/+12
* * xdisp.c (compute_stop_pos): Check validity of end_charpos before using it.Chong Yidong2011-11-232-3/+12
* Fix bug #10098 with assertion violation during frame resize.Eli Zaretskii2011-11-223-4/+14
* (wait_reading_process_output): Add comment and URL.Lars Magne Ingebrigtsen2011-11-212-1/+6
* Fix asynchrounous GnuTLS socket handling on some versions of the GnuTLS library.Lars Magne Ingebrigtsen2011-11-212-9/+38
* * xterm.c (x_clear_frame): Reinstate the XClearWindow call.Jan Djärv2011-11-212-3/+5
* More updates to Windows chapter of Lisp manual.Chong Yidong2011-11-212-2/+6
* * src/window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.Stefan Monnier2011-11-202-1/+5
* Fix typos.Juanma Barranquero2011-11-2012-50/+54
* Remove term "status" with "window combination limits".Martin Rudalics2011-11-202-9/+15
* * configure.in: Remove reference to src/m/ibms390.h.Andreas Schwab2011-11-203-24/+5
* Spelling fixes.Paul Eggert2011-11-197-8/+8
* * src/fileio.c (Finsert_file_contents): Add missing gcpro1 variable.Stefan Monnier2011-11-192-2/+8
* Fix typos.Juanma Barranquero2011-11-2013-22/+27
* Standardize on VIRT_ADDR_VARIES behavior.Paul Eggert2011-11-199-54/+25
|\
| * Merge from trunk.Paul Eggert2011-11-1988-395/+577
| |\ | |/ |/|
* | Spelling fixes.Paul Eggert2011-11-1929-58/+56
* | Fix bug #10075 with cursor drawing in an hscrolled window.Eli Zaretskii2011-11-193-15/+107
* | * window.c (Fwindow_combination_limit): Make first arg non-optionalChong Yidong2011-11-192-5/+7
* | Spelling fixes.Paul Eggert2011-11-1919-22/+22
* | Revert last commit.Eli Zaretskii2011-11-194-12/+1
* | Fix minor problems found by static checking.Paul Eggert2011-11-184-1/+12
* | * src/keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.Dmitry Antipov2011-11-182-2/+6
* | * src/intervals.c: Fix grafting over the whole buffer.Stefan Monnier2011-11-184-65/+53
* | Add assertion for hash values of rows.Eli Zaretskii2011-11-182-0/+2