aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * xterm.h (GTK_PREREQ): New macro.Paul Eggert2013-05-085-9/+19
* Fix vertical cursor motion when there's a display string with newline at EOL.Eli Zaretskii2013-05-082-13/+33
* src/makefile.w32-in (ACL_H): New macro.Juanma Barranquero2013-05-082-0/+9
* Use Gnulib ACL implementation, for benefit of Solaris etc.Paul Eggert2013-05-073-56/+35
* * unexelf.c: Don't assume ElfW (Half) fits in int.Paul Eggert2013-05-072-27/+34
* * src/callint.c (Fcall_interactively): Set `visargs[i]' for code 'n'Juri Linkov2013-05-072-0/+9
* * xfns.c (x_get_net_workarea): Define only if !GTK || GTK<3.4.Paul Eggert2013-05-072-0/+7
* * src/lread.c (readchar): Don't read from a dead buffer. (Bug#14280)Glenn Morris2013-05-072-0/+7
* * xfns.c: Move misplaced ifndef USE_GTK from previous checkin.Jan Djärv2013-05-072-2/+6
* * buffer.c (tab-width): Mention that it doesn't control indentation.Stefan Monnier2013-05-071-0/+4
* * callint.c (Fcall_interactively): Explain what is `visargs'.Stefan Monnier2013-05-071-0/+5
* Static checking by GCC 4.8.0.Paul Eggert2013-05-062-11/+31
* Add multi-monitor support on X11.YAMAMOTO Mitsuharu2013-05-075-3/+612
* Fix bug #14241 with posn-at-point at the beginning of an image display prop.Eli Zaretskii2013-05-062-11/+31
* * unexelf.c: Fix some 32-bit integer problems, notably when debugging.Paul Eggert2013-05-052-81/+115
* * regex.c: Fix problems when DEBUG is defined.Paul Eggert2013-05-052-199/+201
* Fix bug #14306 with whitespace mode together with linum-mode.Eli Zaretskii2013-05-052-0/+8
* * nsmenu.m (ns_update_menubar): Move initialization of submenuTitleJan Djärv2013-05-052-5/+8
* Spelling fixes (or remove unnecessary and unusually-spelled words).Paul Eggert2013-05-042-7/+6
* `write-region-inhibit-fsync' defaults to noninteractive.Paul Eggert2013-05-043-17/+37
* * lisp/simple.el (read-expression-map): Use completion-at-point.Stefan Monnier2013-05-044-39/+14
* Fix bug #14062 with assertion violations on MS-Windows.Eli Zaretskii2013-05-043-27/+17
* * src/nsfns.m (ns_tooltip): Initialize.David Reitter2013-05-012-1/+5
* Fix bug #14287 with decoding EOL by *-dos coding systems.Eli Zaretskii2013-04-282-1/+6
* * dispextern.h (struct face): Move enum face_underline_typeDan Nicolaescu2013-04-282-3/+8
* * nsfns.m (handlePanelKeys): New function.Jan Djärv2013-04-282-2/+93
* * src/callint.c (Fcall_interactively): Call `Qread_number' forJuri Linkov2013-04-282-23/+9
* * systime.h (make_timeval): Declare as 'const'.Paul Eggert2013-04-272-1/+5
* merge trunkKenichi Handa2013-04-272-3/+8
|\
| * Port better to AIX.Paul Eggert2013-04-262-3/+9
* | font.c (font_open_entity): Always open a font of manageable size.Kenichi Handa2013-04-272-6/+20
|/
* coding.c (decode_coding_iso_2022): When an invalid escape sequence is encount...Kenichi Handa2013-04-252-0/+14
* * Makefile.in (bootstrap-clean): Remove stamp-h1 too.Paul Eggert2013-04-212-1/+6
* Better full-screen frame support on MS-Windows.Erik Charlebois2013-04-204-84/+126
|\
| * * src/w32fns.c (w32_fullscreen_rect): New function to compute theErik Charlebois2013-04-133-84/+107
* | Fix typos in ChangeLogs.Juanma Barranquero2013-04-161-4/+4
* | src/minibuf.c (Ftest_completion): Silence compiler warning.Juanma Barranquero2013-04-162-1/+5
* | ChangeLog for the last commit.Eli Zaretskii2013-04-151-1/+1
* | More debugging code to investigate bug #14062.Eli Zaretskii2013-04-154-13/+28
* | * keyboard.c (timer_start_idle): Remove no-longer-used local.Paul Eggert2013-04-142-2/+4
* | Improve doc strings of left/right-margin/fringe-width.Eli Zaretskii2013-04-142-5/+27
* | Fix vertical cursor motion when there are overlay strings at EOL.Eli Zaretskii2013-04-132-2/+16
* | * src/window.c (select_window): `record_buffer' even if window isStefan Monnier2013-04-122-15/+24
* | Fix bug #14170 with window-end returning a stale value.Eli Zaretskii2013-04-112-3/+18
* | Fix bug #13864 with flickering of TTY frames in an emacslient session.Eli Zaretskii2013-04-102-4/+19
* | * src/keyboard.c (timer_start_idle): Call internal-timer-start-idle insteadStefan Monnier2013-04-102-10/+6
|/
* * src/minibuf.c (Ftest_completion): Ignore non-string/symbol keys in hashStefan Monnier2013-04-092-2/+11
* * src/window.c (select_window): Don't record_buffer while the invariant isStefan Monnier2013-04-084-13/+23
* Provide definition of ACL_NOT_WELL_SUPPORTED for MS-Windows.Eli Zaretskii2013-04-072-0/+6
* Ignore additional platform-specific ACL errors (Bug#13702).Romain Francoise2013-04-072-5/+28