aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Use execve to avoid need to munge environ.Paul Eggert2012-12-023-30/+11
| * | | * xterm.c (x_draw_image_relief): Remove unused locals.Paul Eggert2012-12-012-15/+4
| * | | Fix drawing of relief rects on X and W32.YAMAMOTO Mitsuharu2012-12-013-28/+45
| * | | src/doc.c: Fix bug#13034.Juanma Barranquero2012-11-302-0/+13
| * | | Fix commentary to buffer_shared_and_changed.Eli Zaretskii2012-11-301-2/+2
| * | | Fix wording of commentary to 'struct face' in dispextern.h.Eli Zaretskii2012-11-291-6/+6
| * | | * xdisp.c (window_outdated): Remove eassert since it hitsDmitry Antipov2012-11-292-39/+49
| * | | * callproc.c (Fcall_process): Don't misreport vfork failure.Paul Eggert2012-11-282-0/+7
| * | | * callproc.c (Fcall_process): Fix vfork portability problems.Paul Eggert2012-11-282-38/+59
| * | | merge trunkKenichi Handa2012-11-2720-156/+120
| |\ \ \
| | * | | Assume POSIX 1003.1-1988 or later for grp.h, pwd.h.Paul Eggert2012-11-263-3/+8
| | * | | Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert2012-11-269-69/+36
| | * | | Merge from emacs-24; up to 2012-11-20T20:06:17Z!monnier@iro.umontreal.caGlenn Morris2012-11-263-1/+15
| | |\ \ \ | | | |/ /
| | | * | Don't crash if internal-char-font is called on non-GUI frames.Eli Zaretskii2012-11-262-0/+7
| | | * | Revert recent change for Bug#8855.Paul Eggert2012-11-245-183/+154
| | | * | Fix assertion violations when clicking on Info bread-crumbs.Eli Zaretskii2012-11-242-1/+10
| | | * | Fix ChangeLog entries for the last commit.Eli Zaretskii2012-11-241-23/+17
| | * | | * sysdep.c (sys_subshell): Don't assume pid_t fits in int.Paul Eggert2012-11-242-1/+5
| | * | | Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10...Ken Brown2012-11-243-38/+8
| | * | | Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.orgGlenn Morris2012-11-234-3/+24
| | |\ \ \ | | | |/ /
| | | * | Fix a race condition with glib (Bug#8855).Paul Eggert2012-11-235-145/+240
| | | * | Fix cursor display when several display strings follow each other.Eli Zaretskii2012-11-232-1/+5
| | | * | Fix pgx in .gdbinit when CHECK_LISP_OBJECT_TYPE is defined.Eli Zaretskii2012-11-232-1/+8
| | | * | Fix bug #12930 with vertical-motion through a display string.Eli Zaretskii2012-11-212-1/+13
| | * | | * frame.h (struct frame): Remove display_preempted memberDmitry Antipov2012-11-236-41/+24
| * | | | (no commit message)Kenichi Handa2012-11-2325-594/+472
| |\ \ \ \ | | |/ / /
| | * | | Fix bug #12955 with building under MSYS Bash.Eli Zaretskii2012-11-232-2/+8
| | * | | Assume POSIX 1003.1-1988 or later for dirent.h.Paul Eggert2012-11-226-186/+113
| | * | | * xftfont.c (xftfont_open): Remove duplicate assignment.Chong Yidong2012-11-232-3/+5
| | * | | * alloc.c (Fgarbage_collect): Unblock input after clearingDmitry Antipov2012-11-229-76/+46
| | * | | * xdisp.c (window_buffer_changed): New function.Dmitry Antipov2012-11-222-42/+40
| | * | | Fix MS-Windows build following 2012-11-21T21:06:52Z!eggert@cs.ucla.edu.Eli Zaretskii2012-11-222-1/+6
| | * | | Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert2012-11-216-85/+28
| | * | | * src/xdisp.c (fast_set_selected_frame): Rename from update_tool_bar_unwind.Stefan Monnier2012-11-212-5/+22
| | * | | Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.eduGlenn Morris2012-11-205-14/+70
| | |\ \ \ | | | |/ /
| | | * | Backport: Rename cygwin_convert_path* to cygwin_convert_file_name*Daniel Colascione2012-11-203-12/+23
| | | * | Fix non-GTK builds on CygwinKen Brown2012-11-202-1/+7
| | | * | More fixes for bug #12878 with MS-Windows MSVC build.Eli Zaretskii2012-11-194-6/+27
| | | * | Prevent crashes on MS-Windows when w32-downcase-file-names is non-nil.Eli Zaretskii2012-11-182-9/+46
| | * | | Conflate Qnil and Qunbound for `symbol-function'.Stefan Monnier2012-11-206-27/+40
| | * | | Tiny adjustment around the previous redisplay change.Dmitry Antipov2012-11-202-25/+27
| | * | | * eval.c (interactive_p): Remove no-longer-used decl.Paul Eggert2012-11-202-1/+4
| | * | | * xdisp.c (buffer_shared): Adjust comment.Dmitry Antipov2012-11-202-8/+22
| | * | | Make called-interactively-p work for edebug or advised code.Stefan Monnier2012-11-193-109/+20
| | * | | Rename cygwin_convert_path* to cygwin_convert_file_name*Daniel Colascione2012-11-183-12/+23
| * | | | merge trunkKenichi Handa2012-11-1817-263/+374
| |\ \ \ \ | | |/ / /
| | * | | * nsterm.m (ns_select): Send SIGIO only to self, not to process group.Paul Eggert2012-11-172-2/+6
| | * | | Merge from emacs-24; up to 2012-11-15T23:31:37Z!dancol@dancol.orgGlenn Morris2012-11-175-2/+48
| | |\ \ \ | | | |/ /
| | | * | Fix bug #12878 with compilation failure with Visual C++ 11.0.Eli Zaretskii2012-11-173-1/+28
| | | * | * nsterm.m (hold_event): Set send_appdefined to YES.Jan Djärv2012-11-172-0/+14