aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Further adjustments to mark_object and friends.Dmitry Antipov2014-06-092-22/+40
* Fix core dump after a dropped X connection.Paul Eggert2014-06-092-1/+9
* Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.deGlenn Morris2014-06-083-7/+11
|\
| * * src/fileio.c (write-region-inhibit-fsync): Doc tweak.Glenn Morris2014-06-072-1/+3
| * Doc tweaks re < etcGlenn Morris2014-06-072-6/+8
* | If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-0819-69/+29
* | Change object marking routines to minimize stack usage.Dmitry Antipov2014-06-082-39/+59
* | Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris2014-06-076-23/+69
|\ \ | |/
| * Fix infloop of -nw session at exit on MS-Windows under a debugger.Eli Zaretskii2014-06-042-1/+5
| * Attempt to solve bug #17497 by minimizing cursor motion during TTY menu updates.Eli Zaretskii2014-06-044-18/+50
| * * src/callproc.c (call_process): Don't check read-only if we don't insertStefan Monnier2014-06-022-2/+10
| * src/dispnew.c (update_frame_with_menu): Set display_completed.Eli Zaretskii2014-06-022-2/+5
* | Fix last commit.Eli Zaretskii2014-06-073-1/+10
* | * term.c (tty_menu_show) [!HAVE_NTGUI]: Now static.Paul Eggert2014-06-063-3/+11
* | * src/window.c (Frecenter): Signal an error if window-buffer is notStefan Monnier2014-06-062-13/+15
* | * lisp/mouse.el (mouse-posn-property): Ignore buffer position info when theStefan Monnier2014-06-052-9/+10
* | * src/keyboard.c (read_char): Handle (t . <event>) in the second use ofStefan Monnier2014-06-052-32/+35
* | * xterm.c (x_setup_pointer_blanking): ConditionallyDmitry Antipov2014-06-062-1/+8
* | * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.Dmitry Antipov2014-06-053-12/+5
* | src/menu.c (Fx_popup_dialog): Comment the use of Qunsupported__w32_dialog.Eli Zaretskii2014-06-041-4/+7
* | Use terminal-specific hooks to display popup dialogs.Dmitry Antipov2014-06-048-98/+67
* | Fix last commit.Eli Zaretskii2014-06-041-1/+2
* | Improve dumped memory report on MS-Windows.Eli Zaretskii2014-06-042-3/+18
* | Fix TTY menus on MS-Windows broken by last commit.Eli Zaretskii2014-06-042-1/+8
* | Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-0412-86/+104
* | src/w32heap.c (DUMPED_HEAP_SIZE) [!_WIN64]: Reduce to 11 MB.Juanma Barranquero2014-06-042-1/+5
* | Fix the MS-Windows build broken by few last commits.Eli Zaretskii2014-06-042-0/+8
* | * emacs.c: Include "sysselect.h", to define its inline functions.Paul Eggert2014-06-032-0/+5
* | Do not require libXt-devel when building with gtk.Paul Eggert2014-06-034-46/+13
* | If ENABLE_CHECKING, range-check args of FD_CLR, FD_ISSET, FD_SET.Paul Eggert2014-06-033-6/+50
* | More minor cleanups in src/w32heap.c.Eli Zaretskii2014-06-032-5/+6
* | Define the size of dumped data for MS-Windows locally on w32heap.c.Eli Zaretskii2014-06-034-9/+21
* | Fix MS-Windows build broken by menu changes on 2014-06-02.Eli Zaretskii2014-06-033-3/+52
* | * process.c (wait_reading_process_output): Omit incorrect testPaul Eggert2014-06-022-1/+10
* | Use common memory management functions for lwlib and refactor users.Dmitry Antipov2014-06-0212-295/+84
* | * image.c (x_query_frame_background_color)Dmitry Antipov2014-06-022-1/+11
* | src/w32heap.c (init_heap): Fix typos in comments (again).Eli Zaretskii2014-06-021-3/+2
* | src/w32heap.c (init_heap): Fix typos in comments.Eli Zaretskii2014-06-021-3/+3
* | Minor improvement of sbrk emulation on MS-Windows.Eli Zaretskii2014-06-022-8/+26
* | Improve AIX-related merge from emacs-24.Paul Eggert2014-06-013-14/+6
* | Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris2014-06-0110-26/+131
|\ \ | |/
| * * frame.c (x_set_frame_parameters): Don't read uninitialized storage.Paul Eggert2014-06-012-1/+5
| * Make jump scroll work with Gtk+Jan Djärv2014-06-012-4/+6
| * Bring back the changes to GDB-visible symbols, but only on AIX.Paul Eggert2014-06-012-5/+56
| * Hopefully fix bug #16433 with corruption of newline_cache in Rmail.Eli Zaretskii2014-05-312-1/+4
| * Revert revision 2014-05-27T17:31:17Z!eliz@gnu.org, as it breaks debugging wit...Eli Zaretskii2014-05-312-27/+12
| * * src/cmds.c (Fself_insert_command): Allow zero repeat count.Glenn Morris2014-05-302-2/+6
| * Fix port to 32-bit AIX with xlc.Paul Eggert2014-05-304-4/+12
| * Fix bug #17588 with mouse highlight when an X frame is redisplayed frequently.Eli Zaretskii2014-05-292-1/+13
| * Port the GDB-visible symbols to AIX.Paul Eggert2014-05-282-4/+38