summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2013-05-09Implement display-monitor-attributes-list for NS.Jan Djärv
2013-05-09* xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION.Paul Eggert
2013-05-08* xterm.h (GTK_PREREQ): New macro.Paul Eggert
2013-05-08Fix vertical cursor motion when there's a display string with newline at EOL.Eli Zaretskii
2013-05-08src/makefile.w32-in (ACL_H): New macro.Juanma Barranquero
2013-05-07Use Gnulib ACL implementation, for benefit of Solaris etc.Paul Eggert
2013-05-07* unexelf.c: Don't assume ElfW (Half) fits in int.Paul Eggert
2013-05-07* src/callint.c (Fcall_interactively): Set `visargs[i]' for code 'n'Juri Linkov
2013-05-07* xfns.c (x_get_net_workarea): Define only if !GTK || GTK<3.4.Paul Eggert
2013-05-07* src/lread.c (readchar): Don't read from a dead buffer. (Bug#14280)Glenn Morris
2013-05-07* xfns.c: Move misplaced ifndef USE_GTK from previous checkin.Jan Djärv
2013-05-06Static checking by GCC 4.8.0.Paul Eggert
2013-05-07Add multi-monitor support on X11.YAMAMOTO Mitsuharu
2013-05-06Fix bug #14241 with posn-at-point at the beginning of an image display prop.Eli Zaretskii
2013-05-05* unexelf.c: Fix some 32-bit integer problems, notably when debugging.Paul Eggert
2013-05-05* regex.c: Fix problems when DEBUG is defined.Paul Eggert
2013-05-05Fix bug #14306 with whitespace mode together with linum-mode.Eli Zaretskii
2013-05-05* nsmenu.m (ns_update_menubar): Move initialization of submenuTitleJan Djärv
2013-05-04`write-region-inhibit-fsync' defaults to noninteractive.Paul Eggert
2013-05-04* lisp/simple.el (read-expression-map): Use completion-at-point.Stefan Monnier
2013-05-04Fix bug #14062 with assertion violations on MS-Windows.Eli Zaretskii
2013-05-01* src/nsfns.m (ns_tooltip): Initialize.David Reitter
2013-04-28Fix bug #14287 with decoding EOL by *-dos coding systems.Eli Zaretskii
2013-04-28* dispextern.h (struct face): Move enum face_underline_typeDan Nicolaescu
2013-04-28* nsfns.m (handlePanelKeys): New function.Jan Djärv
2013-04-28* src/callint.c (Fcall_interactively): Call `Qread_number' forJuri Linkov
2013-04-27* systime.h (make_timeval): Declare as 'const'.Paul Eggert
2013-04-27merge trunkKenichi Handa
2013-04-27font.c (font_open_entity): Always open a font of manageable size.Kenichi Handa
2013-04-26Port better to AIX.Paul Eggert
2013-04-25coding.c (decode_coding_iso_2022): When an invalid escape sequence is encount...Kenichi Handa
2013-04-21* Makefile.in (bootstrap-clean): Remove stamp-h1 too.Paul Eggert
2013-04-20Better full-screen frame support on MS-Windows.Erik Charlebois
2013-04-16Fix typos in ChangeLogs.Juanma Barranquero
2013-04-16src/minibuf.c (Ftest_completion): Silence compiler warning.Juanma Barranquero
2013-04-15ChangeLog for the last commit.Eli Zaretskii
2013-04-15More debugging code to investigate bug #14062.Eli Zaretskii
2013-04-14* keyboard.c (timer_start_idle): Remove no-longer-used local.Paul Eggert
2013-04-14Improve doc strings of left/right-margin/fringe-width.Eli Zaretskii
2013-04-13Fix vertical cursor motion when there are overlay strings at EOL.Eli Zaretskii
2013-04-12* src/window.c (select_window): `record_buffer' even if window isStefan Monnier
2013-04-11Fix bug #14170 with window-end returning a stale value.Eli Zaretskii
2013-04-10Fix bug #13864 with flickering of TTY frames in an emacslient session.Eli Zaretskii
2013-04-10* src/keyboard.c (timer_start_idle): Call internal-timer-start-idle insteadStefan Monnier
2013-04-09* src/minibuf.c (Ftest_completion): Ignore non-string/symbol keys in hashStefan Monnier
2013-04-08* src/window.c (select_window): Don't record_buffer while the invariant isStefan Monnier
2013-04-07Provide definition of ACL_NOT_WELL_SUPPORTED for MS-Windows.Eli Zaretskii
2013-04-07Ignore additional platform-specific ACL errors (Bug#13702).Romain Francoise
2013-04-07* nsterm.m (ns_mouse_position): Use NS_FRAME_P instead of checkingJan Djärv
2013-04-06Fix --enable-profiling bug introduced by 2013-02-25 change.Paul Eggert