aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* auto upstreamJoakim Verona2012-11-302-0/+13
|\
| * src/doc.c: Fix bug#13034.Juanma Barranquero2012-11-302-0/+13
* | auto upstreamJoakim Verona2012-11-301-2/+2
|\ \ | |/
| * Fix commentary to buffer_shared_and_changed.Eli Zaretskii2012-11-301-2/+2
* | auto upstreamJoakim Verona2012-11-2914-157/+204
|\ \ | |/
| * 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
| * | | (no commit message)Kenichi Handa2012-11-2325-594/+472
| |\ \ \
| * \ \ \ merge trunkKenichi Handa2012-11-1817-263/+374
| |\ \ \ \
| * | | | | font.c (font_unparse_xlfd): Fix previous change. Keep "const" for the variab...Kenichi Handa2012-11-182-3/+8
| * | | | | merge trunkKenichi Handa2012-11-1415-245/+307
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkKenichi Handa2012-11-1342-1184/+1312
| |\ \ \ \ \ \
| * | | | | | | font.c (font_unparse_xlfd): Exclude special characters from the generating XL...Kenichi Handa2012-11-132-2/+20
* | | | | | | | upstreamJoakim Verona2012-11-2626-495/+1669
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | * 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
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | 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
* | | | | | | upstreamJoakim Verona2012-11-2110-181/+135
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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