aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | 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