summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-11-05Fix bug #12805 with compilation error in the cygw32 build.Eli Zaretskii
2012-11-05* process.c (wait_reading_process_output): Revert previous change.Chong Yidong
2012-11-04Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert
2012-11-04Simplify by assuming __fpending.Paul Eggert
2012-11-04Remove EMACS_OUTQSIZE+sleep hack.Paul Eggert
2012-11-04Fix data-loss with --version.Paul Eggert
2012-11-04* nsterm.m: Add NSClearLineFunctionKey and keypad keys.Michael Marchionna
2012-11-03Fix order of entries in ChangeLog files.Eli Zaretskii
2012-11-03Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ruGlenn Morris
2012-11-03Fix data-loss with --batch.Paul Eggert
2012-11-03Fix a race condition that causes Emacs to mess up glib.Paul Eggert
2012-11-03Omit duplicate definitions no longer needed with gcc -g3.Paul Eggert
2012-11-04* process.c (wait_reading_process_output): Clean up last change.Chong Yidong
2012-11-03Fix a race condition in wait_reading_process_output (tiny change).Chong Yidong
2012-11-03* lisp/cus-start.el: Make cursor-type customizable.Chong Yidong
2012-11-03Adapt MSDOS port to latest changes.Eli Zaretskii
2012-11-03Load term/internal from loadup.el.Eli Zaretskii
2012-11-03Adapt the MSDOS build to the latest changes on mainline.Eli Zaretskii
2012-11-03Backport from trunk.Jan Djärv
2012-11-03Fix bidi initialization in init_from_display_pos.Eli Zaretskii
2012-11-03* frame.h (struct frame): Drop can_have_scroll_bars memberDmitry Antipov
2012-11-03* window.c (decode_next_window_args): Update window arg afterDmitry Antipov
2012-11-01* widget.c (resize_cb): New function.Jan Djärv
2012-11-02Implement backtrace output for fatal errors on MS-Windows.Eli Zaretskii
2012-11-02Window-related stuff cleanup here and there.Dmitry Antipov
2012-11-02Remove pad from struct input_event.Dmitry Antipov
2012-11-01Fix MS-Windows build broken by fixing bug #12776 on Posix platforms.Eli Zaretskii
2012-10-31Spelling fixes.Paul Eggert
2012-10-31Fix crash when using Emacs as commit editor for git.Paul Eggert
2012-10-31* dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.Michael Albinus
2012-10-31Install fixes for Bug#12764 and Bug#12766.Martin Rudalics
2012-10-30* frame.c (Fframe_pixel_height): Fix documentation.Jan Djärv
2012-10-30merge trunKenichi Handa
2012-10-30font.c (Ffont_at): If WINDOW is specified and it is not displaying the curren...Kenichi Handa
2012-10-29Complete fix for build breakDaniel Colascione
2012-10-29Fix build break in non-Cygw32 Cygwin builds introduced in 2012-10-29T17:24:29...Daniel Colascione
2012-10-292012-10-29 Daniel Colascione <dancol@dancol.org>Daniel Colascione
2012-10-28Don't use CLOCKS_PER_SEC in w32 timers.Eli Zaretskii
2012-10-28* nsterm.m (NO_APPDEFINED_DATA): New define.Jan Djärv
2012-10-28* src/frame.c (x_set_font): Catch internal error.Stefan Monnier
2012-10-27Fix compiler warnings in w32proc.c.Eli Zaretskii
2012-10-27Use 'volatile' types for communications between timer thread and main thread.Eli Zaretskii
2012-10-27Fix a typo in a comment.Eli Zaretskii
2012-10-27Fix w32 implementation of itimers: overflow and ITIMER_PROF.Eli Zaretskii
2012-10-26Avoid hourglass mouse pointer when a tooltip for menu item is shown.Eli Zaretskii
2012-10-24Don't assume process IDs fit in int.Paul Eggert
2012-10-24merge trunkKenichi Handa
2012-10-24Make face-font-rescale-alist work correctly for non-ASCII fonts.Kenichi Handa
2012-10-23Make unused variable font-list-limit obsolete, and move it out of C.Chong Yidong
2012-10-21* nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancementJan Djärv