summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10...Ken Brown2012-11-24
* Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.orgGlenn Morris2012-11-23
|\
| * Fix a race condition with glib (Bug#8855).Paul Eggert2012-11-23
| * Fix cursor display when several display strings follow each other.Eli Zaretskii2012-11-23
| * Fix pgx in .gdbinit when CHECK_LISP_OBJECT_TYPE is defined.Eli Zaretskii2012-11-23
| * Fix bug #12930 with vertical-motion through a display string.Eli Zaretskii2012-11-21
* | * frame.h (struct frame): Remove display_preempted memberDmitry Antipov2012-11-23
* | Fix bug #12955 with building under MSYS Bash.Eli Zaretskii2012-11-23
* | Assume POSIX 1003.1-1988 or later for dirent.h.Paul Eggert2012-11-22
* | * xftfont.c (xftfont_open): Remove duplicate assignment.Chong Yidong2012-11-23
* | * alloc.c (Fgarbage_collect): Unblock input after clearingDmitry Antipov2012-11-22
* | * xdisp.c (window_buffer_changed): New function.Dmitry Antipov2012-11-22
* | Fix MS-Windows build following 2012-11-21T21:06:52Z!eggert@cs.ucla.edu.Eli Zaretskii2012-11-22
* | Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert2012-11-21
* | * src/xdisp.c (fast_set_selected_frame): Rename from update_tool_bar_unwind.Stefan Monnier2012-11-21
* | Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.eduGlenn Morris2012-11-20
|\|
| * Backport: Rename cygwin_convert_path* to cygwin_convert_file_name*Daniel Colascione2012-11-20
| * Fix non-GTK builds on CygwinKen Brown2012-11-20
| * More fixes for bug #12878 with MS-Windows MSVC build.Eli Zaretskii2012-11-19
| * Prevent crashes on MS-Windows when w32-downcase-file-names is non-nil.Eli Zaretskii2012-11-18
* | Conflate Qnil and Qunbound for `symbol-function'.Stefan Monnier2012-11-20
* | Tiny adjustment around the previous redisplay change.Dmitry Antipov2012-11-20
* | * eval.c (interactive_p): Remove no-longer-used decl.Paul Eggert2012-11-20
* | * xdisp.c (buffer_shared): Adjust comment.Dmitry Antipov2012-11-20
* | Make called-interactively-p work for edebug or advised code.Stefan Monnier2012-11-19
* | Rename cygwin_convert_path* to cygwin_convert_file_name*Daniel Colascione2012-11-18
* | * nsterm.m (ns_select): Send SIGIO only to self, not to process group.Paul Eggert2012-11-17
* | Merge from emacs-24; up to 2012-11-15T23:31:37Z!dancol@dancol.orgGlenn Morris2012-11-17
|\|
| * Fix bug #12878 with compilation failure with Visual C++ 11.0.Eli Zaretskii2012-11-17
| * * nsterm.m (hold_event): Set send_appdefined to YES.Jan Djärv2012-11-17
| * * src/unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64enami tsugutomo2012-11-16
* | src/w32proc.c (waitpid): Remove unused label get_result.Juanma Barranquero2012-11-18
* | lib-src/makefile.w32-in, src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-11-18
* | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-17
* | Update comment to match recent change.Paul Eggert2012-11-17
* | Fix MS-Windows emulation of 'faccessat' wrt directories.Eli Zaretskii2012-11-17
* | Fix bug #12829 with aborts on MS-Windows when several child processes die.Eli Zaretskii2012-11-17
* | Fix problems in ns port found by static checking.Paul Eggert2012-11-17
* | Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ruGlenn Morris2012-11-16
|\|
| * * src/editfns.c (Fmessage): Mention message-log-max. (Bug#12849)Glenn Morris2012-11-15
| * * src/eval.c (Finteractive_p): Revert lexbind-merge mishap.Stefan Monnier2012-11-15
| * Fixes related to face underliningGlenn Morris2012-11-14
| * Clean up w32 timer thread code in the hope of solving bug #12832.Eli Zaretskii2012-11-14
| * * nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket isJan Djärv2012-11-13
* | Remove no-longer-used pty_max_bytes variable.Paul Eggert2012-11-16
* | src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-11-15
* | * eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.Paul Eggert2012-11-14
* | MS-Windows followup for 2012-11-14T04:55:41Z!eggert@cs.ucla.edu, regarding fa...Eli Zaretskii2012-11-14
* | * xdisp.c (echo_area_display, redisplay_internal):Dmitry Antipov2012-11-14
* | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-13