summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert recent change for Bug#8855.Paul Eggert2012-11-245-183/+154
* Fix assertion violations when clicking on Info bread-crumbs.Eli Zaretskii2012-11-242-1/+10
* Fix ChangeLog entries for the last commit.Eli Zaretskii2012-11-241-23/+17
* Fix a race condition with glib (Bug#8855).Paul Eggert2012-11-235-145/+240
* Fix cursor display when several display strings follow each other.Eli Zaretskii2012-11-232-1/+5
* Fix pgx in .gdbinit when CHECK_LISP_OBJECT_TYPE is defined.Eli Zaretskii2012-11-232-1/+8
* Fix bug #12930 with vertical-motion through a display string.Eli Zaretskii2012-11-212-1/+13
* Backport: Rename cygwin_convert_path* to cygwin_convert_file_name*Daniel Colascione2012-11-203-12/+23
* Fix non-GTK builds on CygwinKen Brown2012-11-202-1/+7
* More fixes for bug #12878 with MS-Windows MSVC build.Eli Zaretskii2012-11-194-6/+27
* Prevent crashes on MS-Windows when w32-downcase-file-names is non-nil.Eli Zaretskii2012-11-182-9/+46
* Fix bug #12878 with compilation failure with Visual C++ 11.0.Eli Zaretskii2012-11-173-1/+28
* * nsterm.m (hold_event): Set send_appdefined to YES.Jan Djärv2012-11-172-0/+14
* * src/unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64enami tsugutomo2012-11-162-1/+6
* * src/editfns.c (Fmessage): Mention message-log-max. (Bug#12849)Glenn Morris2012-11-152-2/+6
* * src/eval.c (Finteractive_p): Revert lexbind-merge mishap.Stefan Monnier2012-11-152-7/+11
* Fixes related to face underliningGlenn Morris2012-11-141-0/+8
* Clean up w32 timer thread code in the hope of solving bug #12832.Eli Zaretskii2012-11-142-12/+38
* * nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket isJan Djärv2012-11-132-0/+7
* Fix bug #12867 with crashes due to large field width in mode-line format.Eli Zaretskii2012-11-122-5/+19
* Fix and rewrite doc on window recombining facilities.Martin Rudalics2012-11-072-9/+22
* Fix bug #12811 with scrolling under scroll-up/down-aggressively.Eli Zaretskii2012-11-062-16/+34
* Fix bug #12774 with crashes in ralloc.c.Eli Zaretskii2012-11-052-17/+23
* 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 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