aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * src/lread.c (syms_of_lread) <load-path>: Improve the doc string.Eli Zaretskii2015-10-291-3/+5
* Handle negative coordinates in ‘x_calc_absolute_position’Andy Moreton2015-10-291-0/+33
* Don't require default-directory to end with a slashDmitry Gutov2015-10-292-3/+3
* * src/dispnew.c (init_display): Simplify overflow checking.Paul Eggert2015-10-281-2/+2
* Merge branch 'master' of /Volumes/HD2/build/emacs-git-sshAnders Lindgren2015-10-286-10/+78
|\
| * Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/emacsAnders Lindgren2015-10-282-4/+8
| |\
| | * * src/process.c (Fget_buffer_process): Improve docstringArtur Malabarba2015-10-281-2/+4
| | * Clarify that load-path contents should be directory file namesStephen Leake2015-10-261-2/+4
| * | Fix incorrect NextStep tool-bar-mode -- wrong number of rows in frame.Anders Lindgren2015-10-284-6/+70
| |/
* | Fixed OS X startup crash.Anders Lindgren2015-10-281-4/+33
|/
* * src/keyboard.c (post-command-hook): Shorten docstringArtur Malabarba2015-10-261-7/+3
* * src/keyboard.c (post-command-hook): Extend the docstringArtur Malabarba2015-10-251-2/+14
* Port recent inline functions fix to Standard CPaul Eggert2015-10-241-56/+155
* * 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