aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-05Fix bug #12805 with compilation error in the cygw32 build.Eli Zaretskii3-1/+18
2012-11-05* process.c (wait_reading_process_output): Revert previous change.Chong Yidong2-7/+13
2012-11-04Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert10-86/+41
2012-11-04Simplify by assuming __fpending.Paul Eggert2-4/+9
2012-11-04Remove EMACS_OUTQSIZE+sleep hack.Paul Eggert3-26/+9
2012-11-04Fix data-loss with --version.Paul Eggert2-3/+12
2012-11-04* nsterm.m: Add NSClearLineFunctionKey and keypad keys.Michael Marchionna2-3/+28
2012-11-03Fix order of entries in ChangeLog files.Eli Zaretskii1-18/+18
2012-11-03Fix data-loss with --batch.Paul Eggert2-2/+27
2012-11-03Fix a race condition that causes Emacs to mess up glib.Paul Eggert3-95/+132
2012-11-03Omit duplicate definitions no longer needed with gcc -g3.Paul Eggert2-22/+15
2012-11-04* process.c (wait_reading_process_output): Clean up last change.Chong Yidong2-11/+11
2012-11-03Fix a race condition in wait_reading_process_output (tiny change).Chong Yidong2-1/+9
2012-11-03* lisp/cus-start.el: Make cursor-type customizable.Chong Yidong2-8/+12
2012-11-03Load term/internal from loadup.el.Eli Zaretskii2-3/+6
2012-11-03Adapt the MSDOS build to the latest changes on mainline.Eli Zaretskii3-3/+30
2012-11-03Backport from trunk.Jan Djärv2-4/+31
2012-11-03Fix bidi initialization in init_from_display_pos.Eli Zaretskii2-0/+44
2012-11-03* frame.h (struct frame): Drop can_have_scroll_bars memberDmitry Antipov7-23/+8
2012-11-03* window.c (decode_next_window_args): Update window arg afterDmitry Antipov3-8/+13
2012-11-01* widget.c (resize_cb): New function.Jan Djärv2-4/+31
2012-11-02Implement backtrace output for fatal errors on MS-Windows.Eli Zaretskii2-3/+85
2012-11-02Window-related stuff cleanup here and there.Dmitry Antipov9-64/+39
2012-11-02Remove pad from struct input_event.Dmitry Antipov4-28/+24
2012-11-01Fix MS-Windows build broken by fixing bug #12776 on Posix platforms.Eli Zaretskii2-0/+16
2012-10-31Spelling fixes.Paul Eggert2-2/+2
2012-10-31Fix crash when using Emacs as commit editor for git.Paul Eggert8-35/+115
2012-10-31* dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.Michael Albinus2-3/+7
2012-10-31Install fixes for Bug#12764 and Bug#12766.Martin Rudalics2-0/+10
2012-10-30* frame.c (Fframe_pixel_height): Fix documentation.Jan Djärv2-5/+6
2012-10-30font.c (Ffont_at): If WINDOW is specified and it is not displaying the curren...Kenichi Handa2-5/+14
2012-10-29Complete fix for build breakDaniel Colascione2-3/+3
2012-10-29Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29...Daniel Colascione2-5/+6
2012-10-292012-10-29 Daniel Colascione <dancol@dancol.org>Daniel Colascione5-47/+74
2012-10-28Don't use CLOCKS_PER_SEC in w32 timers.Eli Zaretskii2-17/+31
2012-10-28* nsterm.m (NO_APPDEFINED_DATA): New define.Jan Djärv2-12/+17
2012-10-28* src/frame.c (x_set_font): Catch internal error.Stefan Monnier2-8/+15
2012-10-27Fix compiler warnings in w32proc.c.Eli Zaretskii2-3/+4
2012-10-27Use 'volatile' types for communications between timer thread and main thread.Eli Zaretskii2-5/+5
2012-10-27Fix a typo in a comment.Eli Zaretskii1-1/+1
2012-10-27Fix w32 implementation of itimers: overflow and ITIMER_PROF.Eli Zaretskii2-49/+147
2012-10-26Avoid hourglass mouse pointer when a tooltip for menu item is shown.Eli Zaretskii2-1/+20
2012-10-24Don't assume process IDs fit in int.Paul Eggert4-4/+13
2012-10-24Make face-font-rescale-alist work correctly for non-ASCII fonts.Kenichi Handa2-22/+32
2012-10-23Make unused variable font-list-limit obsolete, and move it out of C.Chong Yidong2-8/+4
2012-10-21* nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancementJan Djärv2-1/+17
2012-10-21* xterm.c (x_focus_changed): Check if daemonp when sending focus inJan Djärv2-1/+7
2012-10-21Spelling fixes.Paul Eggert2-4/+3
2012-10-20Recognize that cp51932.el and eucjp-ms.el are loaded during dumpingGlenn Morris2-1/+8
2012-10-20Port to OpenBSD 5.1.Paul Eggert7-38/+71