aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* auto upstreamJoakim Verona2012-12-049-37/+26
|\
| * * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov2012-12-049-37/+26
* | auto upstreamJoakim Verona2012-12-0424-408/+535
|\ \ | |/
| * Don't let call-process be a zombie factory.Paul Eggert2012-12-037-267/+296
| * * bytecode.c, lisp.h (Qbytecode): Remove.Paul Eggert2012-12-033-5/+5
| * Fix bug #13055 with cursor positioning inside scroll-margin.Eli Zaretskii2012-12-032-0/+34
| * * gtkutil.c (my_log_handler): New function.Jan Djärv2012-12-032-0/+20
| * * lisp.h (modify_region): Rename to...Dmitry Antipov2012-12-036-30/+42
| * * alloc.c (free_save_value): New function.Dmitry Antipov2012-12-034-48/+61
| * Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.orgGlenn Morris2012-12-026-7/+40
| |\
| | * * fileio.c (Vauto_save_list_file_name): Minor doc fix.Chong Yidong2012-12-012-1/+5
| | * Fix compilation problems with 64-bit MSVC compiler.Fabrice Popineau2012-11-304-4/+25
| | * * src/data.c (Fboundp): Doc fix re lexical-binding.Glenn Morris2012-11-272-2/+4
| | * * src/data.c (Fsymbol_value): Doc fix re lexical-binding.Glenn Morris2012-11-272-1/+7
| * | Fix xpalloc confusion after memory is exhausted.Paul Eggert2012-12-024-6/+22
| * | 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
* | | auto upstreamJoakim Verona2012-12-013-28/+45
|\ \ \ | |/ /
| * | Fix drawing of relief rects on X and W32.YAMAMOTO Mitsuharu2012-12-013-28/+45
* | | 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