aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #12805 with compilation error in the cygw32 build.Eli Zaretskii2012-11-053-1/+18
* * process.c (wait_reading_process_output): Revert previous change.Chong Yidong2012-11-052-7/+13
* Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert2012-11-0410-86/+41
* Simplify by assuming __fpending.Paul Eggert2012-11-042-4/+9
* Remove EMACS_OUTQSIZE+sleep hack.Paul Eggert2012-11-043-26/+9
* Fix data-loss with --version.Paul Eggert2012-11-042-3/+12
* * nsterm.m: Add NSClearLineFunctionKey and keypad keys.Michael Marchionna2012-11-042-3/+28
* Fix order of entries in ChangeLog files.Eli Zaretskii2012-11-031-18/+18
* Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ruGlenn Morris2012-11-035-6/+80
|\
| * Adapt MSDOS port to latest changes.Eli Zaretskii2012-11-034-12/+42
| |\
| | * Load term/internal from loadup.el.Eli Zaretskii2012-11-032-3/+6
| | * Adapt the MSDOS build to the latest changes on mainline.Eli Zaretskii2012-11-033-3/+30
| * | Backport from trunk.Jan Djärv2012-11-032-4/+31
| |/
| * Fix bidi initialization in init_from_display_pos.Eli Zaretskii2012-11-032-0/+44
* | Fix data-loss with --batch.Paul Eggert2012-11-032-2/+27
* | Fix a race condition that causes Emacs to mess up glib.Paul Eggert2012-11-033-95/+132
* | Omit duplicate definitions no longer needed with gcc -g3.Paul Eggert2012-11-032-22/+15
* | * process.c (wait_reading_process_output): Clean up last change.Chong Yidong2012-11-042-11/+11
* | Fix a race condition in wait_reading_process_output (tiny change).Chong Yidong2012-11-032-1/+9
* | * lisp/cus-start.el: Make cursor-type customizable.Chong Yidong2012-11-032-8/+12
* | * frame.h (struct frame): Drop can_have_scroll_bars memberDmitry Antipov2012-11-037-23/+8
* | * window.c (decode_next_window_args): Update window arg afterDmitry Antipov2012-11-033-8/+13
* | * widget.c (resize_cb): New function.Jan Djärv2012-11-012-4/+31
* | Implement backtrace output for fatal errors on MS-Windows.Eli Zaretskii2012-11-022-3/+85
* | Window-related stuff cleanup here and there.Dmitry Antipov2012-11-029-64/+39
* | Remove pad from struct input_event.Dmitry Antipov2012-11-024-28/+24
|/
* Fix MS-Windows build broken by fixing bug #12776 on Posix platforms.Eli Zaretskii2012-11-012-0/+16
* 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