aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Spelling fixes.Paul Eggert2012-10-312-2/+2
| * | Fix crash when using Emacs as commit editor for git.Paul Eggert2012-10-318-35/+115
| * | * dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.Michael Albinus2012-10-312-3/+7
| * | Install fixes for Bug#12764 and Bug#12766.Martin Rudalics2012-10-312-0/+10
| * | * frame.c (Fframe_pixel_height): Fix documentation.Jan Djärv2012-10-302-5/+6
| * | merge trunKenichi Handa2012-10-3012-133/+314
| |\ \
| | * | Complete fix for build breakDaniel Colascione2012-10-292-3/+3
| | * | Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29...Daniel Colascione2012-10-292-5/+6
| | * | 2012-10-29 Daniel Colascione <dancol@dancol.org>Daniel Colascione2012-10-295-47/+74
| | * | Don't use CLOCKS_PER_SEC in w32 timers.Eli Zaretskii2012-10-282-17/+31
| | * | * nsterm.m (NO_APPDEFINED_DATA): New define.Jan Djärv2012-10-282-12/+17
| | * | * src/frame.c (x_set_font): Catch internal error.Stefan Monnier2012-10-282-8/+15
| | * | Fix compiler warnings in w32proc.c.Eli Zaretskii2012-10-272-3/+4
| | * | Use 'volatile' types for communications between timer thread and main thread.Eli Zaretskii2012-10-272-5/+5
| | * | Fix a typo in a comment.Eli Zaretskii2012-10-271-1/+1
| | * | Fix w32 implementation of itimers: overflow and ITIMER_PROF.Eli Zaretskii2012-10-272-49/+147
| | * | Avoid hourglass mouse pointer when a tooltip for menu item is shown.Eli Zaretskii2012-10-262-1/+20
| | * | Don't assume process IDs fit in int.Paul Eggert2012-10-244-4/+13
| * | | font.c (Ffont_at): If WINDOW is specified and it is not displaying the curren...Kenichi Handa2012-10-302-5/+14
| |/ /
| * | merge trunkKenichi Handa2012-10-2413-64/+173
| |\ \
| | * | Make unused variable font-list-limit obsolete, and move it out of C.Chong Yidong2012-10-232-8/+4
| | * | * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancementJan Djärv2012-10-212-1/+17
| | * | * xterm.c (x_focus_changed): Check if daemonp when sending focus inJan Djärv2012-10-212-1/+7
| | * | Spelling fixes.Paul Eggert2012-10-212-4/+3
| | * | Recognize that cp51932.el and eucjp-ms.el are loaded during dumpingGlenn Morris2012-10-202-1/+8
| | * | Port to OpenBSD 5.1.Paul Eggert2012-10-207-38/+71
| * | | Make face-font-rescale-alist work correctly for non-ASCII fonts.Kenichi Handa2012-10-242-22/+32
* | | | Merge from trunk.Eli Zaretskii2012-10-203-13/+65
|\ \ \ \ | | |/ / | |/| |
| * | | Add comments with instructions for creating new Lisp data types.Eli Zaretskii2012-10-201-1/+50
| * | | * lread.c (Fload): Doc fix.Chong Yidong2012-10-202-12/+15
| | | |
| \ \ \
*-. \ \ \ Merge from trunk.Eli Zaretskii2012-10-207-10/+32
|\ \ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Undo faccessat change.Paul Eggert2012-10-1913-132/+137
| | * | Use faccessat, not access, when checking file permissions.Paul Eggert2012-10-1913-137/+132
| |/ /
| * | src/ChangeLog: Fix changers name.Kenichi Handa2012-10-191-1/+1
| * | font.c (Ffont_at): Fix previous change.Kenichi Handa2012-10-193-2/+6
| * | Increase the value of BASE_PURESIZE to avoid pure space overflow.Eli Zaretskii2012-10-192-1/+5
| * | Decrease NSTATICS to 0x800.Eli Zaretskii2012-10-192-1/+5
| * | * src/fns.c (Fnreverse): Include the problem element when signalling an error.Stefan Monnier2012-10-182-2/+7
| * | * nsterm.m (ns_select): Check writefds before call toJan Djärv2012-10-182-3/+8
| * | Fix wording of error message in staticpro.Eli Zaretskii2012-10-181-1/+1
* | | Merge from trunk.Eli Zaretskii2012-10-183-37/+25
|\ \ \ | |/ /
| * | Increase NSTATICS; tell the user when we run out of static slots.Daniel Colascione2012-10-182-2/+8
| * | In window.c fix two flaws reported by Dmitry Antipov.Martin Rudalics2012-10-182-35/+17
* | | Don't call xfree from the watcher thread. Do it only in remove_watch.Eli Zaretskii2012-10-181-19/+11
* | | Tested and fixed conversion of a descriptor (pointer) to event code.Eli Zaretskii2012-10-183-4/+6
* | | Use XIL/XLI instead of make_number/XINT for converting descriptor to a ptr.Eli Zaretskii2012-10-184-14/+24
* | | Merge from trunk.Eli Zaretskii2012-10-1727-111/+274
|\ \ \ | |/ /
| * | Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-1712-5/+91
| * | Fix bug #12661 with w32 and cygw32 builds under --enable-check-lisp-object-type.Eli Zaretskii2012-10-173-4/+13
| * | merge trunkKenichi Handa2012-10-1713-72/+132
| |\ \