aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/xwidget.c: Fix a lot of errors when compiling with --enable-checkingGrégoire Jadi2013-06-241-22/+30
* Merge branch 'jave-xwidget' into xwidgetGrégoire Jadi2013-06-154-5/+17
|\
| * Merge branch 'trunk' into xwidgetJoakim Verona2013-06-144-5/+17
| |\
| | * * lisp/subr.el (with-eval-after-load): New macro.Stefan Monnier2013-06-133-4/+12
| | * * src/fileio.c (Fdo_auto_save): Trap errors in auto-save-hook (tiny change)Kelly Dean2013-06-122-1/+5
* | | * src/xwidget.c: Add missing header.Grégoire Jadi2013-06-131-0/+1
|/ /
* | Merge branch 'jave-xwidget' into xwidgetGrégoire Jadi2013-06-1243-702/+1642
|\ \
| * \ Merge branch 'trunk' into xwidgetJoakim Verona2013-06-1243-698/+1626
| |\ \ | | |/
| | * * src/fileio.c (expand_file_name): Doc fix.Xue Fuqiao2013-06-122-2/+7
| | * Tickle glib by waiting for Emacs itself, not for process 0.Paul Eggert2013-06-112-2/+8
| | * Fix typos.Juanma Barranquero2013-06-111-1/+1
| | * * keyboard.c: Don't use PROP (...) as an lvalue.Paul Eggert2013-06-102-5/+12
| | * Fix ChangeLog typos and whitespace.Juanma Barranquero2013-06-101-12/+11
| | * Minor cleanup in last commit in get_it_property.Eli Zaretskii2013-06-102-1/+6
| | * Fix current-bidi-paragraph-direction wrt window pointer.Eli Zaretskii2013-06-092-3/+10
| | * Fix bug #14575 with window-specific overlays with line-prefix or wrap-prefix.Eli Zaretskii2013-06-092-5/+14
| | * Fix bug #14575 with window-specific overlays with display props.Eli Zaretskii2013-06-084-10/+54
| | * Fix compilation issues for GNUStep and GLIB conflicts.Jan Djärv2013-06-083-5/+9
| | * * xgselect.c (xg_select): Remove call to window_system_availableJan Djärv2013-06-082-3/+13
| | * Fix "make TAGS" on MS-Windows.Eli Zaretskii2013-06-072-4/+15
| | * Fix bug #14513 with --enable-locallisppath not working on MS-Windows.Richard Copley2013-06-072-3/+7
| | * Fix typos.Juanma Barranquero2013-06-072-13/+13
| | * Improve the fix for bug #14558.Eli Zaretskii2013-06-062-6/+18
| | * A few porting etc. fixes for the new file monitor code.Paul Eggert2013-06-062-28/+62
| | * Fix bug #14558 with turning off mouse-highlight during highlight.Eli Zaretskii2013-06-052-11/+41
| | * * lisp/simple.el: Move all the prog-mode code to prog-mode.el.Stefan Monnier2013-06-052-0/+5
| | * Chain glib's SIGCHLD handler from Emacs's (Bug#14474).Paul Eggert2013-06-054-9/+37
| | * * emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gfilenotify.Michael Albinus2013-06-054-4/+21
| | * * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):Stefan Monnier2013-06-044-30/+49
| | * Fix bug #14540 with inaccurate doc string of pos-visible-in-window-p.Eli Zaretskii2013-06-042-3/+8
| | * Fix crashes in a text-mode session on Windows.Eli Zaretskii2013-06-034-14/+24
| | * * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.Eli Zaretskii2013-06-034-4/+28
| | * Add HAVE_GLIB check instead of checking individual libraries that use GLib.Jan Djärv2013-06-034-5/+16
| | * Fix minor problems found by static checking.Paul Eggert2013-06-038-19/+53
| | * Attempt to resolve gettimeofday compilation errors with MinGW64.Eli Zaretskii2013-06-032-1/+6
| | * * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them toStefan Monnier2013-06-035-9/+22
| | * * configure.ac (file-notification): New option, replaces inotify option.Michael Albinus2013-06-037-38/+329
| | * Merge the specpdl and backtrace stacks. Make the structure of theStefan Monnier2013-06-038-331/+421
| | * Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-0210-203/+360
| | * lisp/ChangeLog, src/ChangeLog: Fix whitespace.Juanma Barranquero2013-06-021-2/+2
| | * * process.c (handle_child_signal): Also use WCONTINUED.Paul Eggert2013-05-312-1/+9
| | * Don't let D-bus autolaunch mess up SIGCHLD handling.Paul Eggert2013-05-302-0/+11
| | * * fileio.c (Finsert_file_contents): Remove unused local.Paul Eggert2013-05-302-4/+5
| | * Remove *.res files in mostlyclean, to avoid problems with out-of-tree builds.Eli Zaretskii2013-05-292-0/+5
| * | Merge remote-tracking branch 'origin/trunk' into xwidgetJoakim Verona2013-05-292-4/+16
| |\ \ | | |/
| | * * src/fileio.c (Finsert_file_contents): Preserve undo info when revertingStefan Monnier2013-05-282-4/+16
* | | * src/emacsgtkfixed.c (emacs_fixed_gtk_widget_size_allocate): Mark the endGrégoire Jadi2013-06-121-1/+1
* | | * src/xwidget.c (syms_of_xwidget): Initialize Vxwidget_view_alist (typo).Grégoire Jadi2013-06-121-4/+5
* | | * src/xwidget.c: Prefix all Lisp keywords on the C side by QC (standardGrégoire Jadi2013-06-111-18/+18
* | | Remove old code related to GOOCANVAS and CLUTTER.Grégoire Jadi2013-06-112-60/+0