aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/w32notify.c (Fw32notify_add_watch): Fix version check.Juanma Barranquero2015-10-251-1/+1
* Update frame title when redisplay scrolls selected windowEli Zaretskii2015-10-241-1/+3
* Update frame title when scrolling the selected windowEli Zaretskii2015-10-241-12/+20
* An even better fix for bug#21739Eli Zaretskii2015-10-242-42/+14
* ; * src/xdisp.c (redisplay_internal): Improve commentary.Eli Zaretskii2015-10-241-1/+9
* ; * src/xdisp.c: Fix typo.Ken Brown2015-10-241-1/+1
* Avoid missing inline functions from lisp.h in TAGSEli Zaretskii2015-10-241-29/+37
* ; * src/xdisp.c: Improve commentary for 'update_mode_lines'.Eli Zaretskii2015-10-241-0/+4
* A better fix for bug#21739Eli Zaretskii2015-10-241-11/+41
* Fix infloop in redisplay introduced by a recent changeEli Zaretskii2015-10-231-1/+5
* Fix redisplay of frame title when current buffer is killedEli Zaretskii2015-10-231-0/+5
* NextSten maximization and NSTRACE rewrite.Anders Lindgren2015-10-235-323/+873
* Include file cleanup for w32 files in src directoryEli Zaretskii2015-10-2213-157/+81
* Spelling fixesPaul Eggert2015-10-211-1/+1
* New lispref section “Security Considerations”Paul Eggert2015-10-211-1/+1
* Further include-file cleanupKen Brown2015-10-212-3/+2
* Include-file cleanup for src directoryPaul Eggert2015-10-2082-230/+44
* (/ N) now returns the reciprocal of NPaul Eggert2015-10-201-4/+7
* Fix memory leak in fontset handlingDima Kogan2015-10-201-1/+4
* Enable --with-wide-int build on 32-bit CygwinKen Brown2015-10-191-8/+0
* Resurrect image loading under auto-image-file-modeEli Zaretskii2015-10-191-1/+13
* Avoid crashes when redisplayng a window changes faces or fontsEli Zaretskii2015-10-172-2/+23
* Make src headers idempotent and standalonePaul Eggert2015-10-1632-0/+140
* Improve documentation of COLLECTION in completion functionsEli Zaretskii2015-10-161-2/+5
* Refer to `(elisp)Basic Completion' in completing-read docstringDmitry Gutov2015-10-151-1/+1
* Spelling fixesPaul Eggert2015-10-141-1/+1
* Take XPNTR privatePaul Eggert2015-10-132-30/+35
* Do process ConfigureNotify events indicating size changes.Ken Raeburn2015-10-131-1/+6
* * src/w32fns.c (x_change_tool_bar_height): Remove unused variable frame.Juanma Barranquero2015-10-131-1/+0
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-1312-423/+340
* Remove or comment out unused variablesJuanma Barranquero2015-10-123-8/+7
* * src/w32proc.c (sys_select): Fix bitwise test.Juanma Barranquero2015-10-121-1/+1
* Attempt to avoid crashes in plist-memberEli Zaretskii2015-10-121-1/+1
* * w32fns.c (get_wm_chars): Increment counter, not pointer.Juanma Barranquero2015-10-121-1/+1
* Handle an opaque-move X11 window manager operation more efficiently.Ken Raeburn2015-10-111-13/+41
* Fix cursor setting for tip frame; re-enable cursor generation.Ken Raeburn2015-10-111-5/+4
* Rewrite x_set_mouse_color to sync less.Ken Raeburn2015-10-111-114/+150
* Add x_catch_errors_with_handler.Ken Raeburn2015-10-112-1/+20
* Introduce x_uncatch_errors_after_check to reduce XSync calls.Ken Raeburn2015-10-115-8/+31
* Use ‘echo’ safely with ‘\’ or leading ‘-’Paul Eggert2015-10-101-1/+1
* Improve CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-101-1/+2
* Fix --enable-gcc-warnings problem with older GCCPaul Eggert2015-10-102-0/+9
* Fix vertical-motion in truncated lines that end in a stretchEli Zaretskii2015-10-101-1/+5
* Avoid link-time errors due to inline functionsEli Zaretskii2015-10-101-0/+1
* * src/data.c (Faset): Fix last change.Andreas Schwab2015-10-101-1/+1
* CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-104-22/+26
* In adjust_frame_size don't count minibuffer height twice (Bug#21643)Martin Rudalics2015-10-091-1/+1
* Use g_clear_error instead of g_error_freeDaiki Ueno2015-10-091-5/+5
* * src/image.c (image_size_error): Simplify.Paul Eggert2015-10-081-2/+1
* Fix problems caught with --enable-gcc-warningsPaul Eggert2015-10-083-4/+0