summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2014-06-05* lisp/mouse.el (mouse-posn-property): Ignore buffer position info when theStefan Monnier
2014-06-05* src/keyboard.c (read_char): Handle (t . <event>) in the second use ofStefan Monnier
2014-06-06* xterm.c (x_setup_pointer_blanking): ConditionallyDmitry Antipov
2014-06-05* configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.Dmitry Antipov
2014-06-04Use terminal-specific hooks to display popup dialogs.Dmitry Antipov
2014-06-04Improve dumped memory report on MS-Windows.Eli Zaretskii
2014-06-04Fix infloop of -nw session at exit on MS-Windows under a debugger.Eli Zaretskii
2014-06-04Attempt to solve bug #17497 by minimizing cursor motion during TTY menu updates.Eli Zaretskii
2014-06-04Fix TTY menus on MS-Windows broken by last commit.Eli Zaretskii
2014-06-04Use terminal-specific hooks to display menus.Dmitry Antipov
2014-06-04src/w32heap.c (DUMPED_HEAP_SIZE) [!_WIN64]: Reduce to 11 MB.Juanma Barranquero
2014-06-04Fix the MS-Windows build broken by few last commits.Eli Zaretskii
2014-06-03* emacs.c: Include "sysselect.h", to define its inline functions.Paul Eggert
2014-06-03Do not require libXt-devel when building with gtk.Paul Eggert
2014-06-03If ENABLE_CHECKING, range-check args of FD_CLR, FD_ISSET, FD_SET.Paul Eggert
2014-06-03More minor cleanups in src/w32heap.c.Eli Zaretskii
2014-06-03Define the size of dumped data for MS-Windows locally on w32heap.c.Eli Zaretskii
2014-06-03Fix MS-Windows build broken by menu changes on 2014-06-02.Eli Zaretskii
2014-06-02* process.c (wait_reading_process_output): Omit incorrect testPaul Eggert
2014-06-02* src/callproc.c (call_process): Don't check read-only if we don't insertStefan Monnier
2014-06-02Use common memory management functions for lwlib and refactor users.Dmitry Antipov
2014-06-02* image.c (x_query_frame_background_color)Dmitry Antipov
2014-06-02Minor improvement of sbrk emulation on MS-Windows.Eli Zaretskii
2014-06-02src/dispnew.c (update_frame_with_menu): Set display_completed.Eli Zaretskii
2014-06-01Improve AIX-related merge from emacs-24.Paul Eggert
2014-06-01Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris
2014-06-01Spelling fix in ChangeLog entry.Paul Eggert
2014-06-01Port signal-handling to DragonFly BSD.Paul Eggert
2014-06-01* frame.c (x_set_frame_parameters): Don't read uninitialized storage.Paul Eggert
2014-06-01Make jump scroll work with Gtk+Jan Djärv
2014-06-01src/callint.c (Ffuncall_interactively): Add usage.Juanma Barranquero
2014-06-01* nsfns.m (ns_appkit_version_str): Add os version for Cocoa.Jan Djärv
2014-06-01Bring back the changes to GDB-visible symbols, but only on AIX.Paul Eggert
2014-05-31Hopefully fix bug #16433 with corruption of newline_cache in Rmail.Eli Zaretskii
2014-05-31Revert revision 2014-05-27T17:31:17Z!eliz@gnu.org, as it breaks debugging wit...Eli Zaretskii
2014-05-30* src/cmds.c (Fself_insert_command): Allow zero repeat count.Glenn Morris
2014-05-30Fix port to 32-bit AIX with xlc.Paul Eggert
2014-05-30Enhance error checking in heap allocation routines on MS-Windows.Eli Zaretskii
2014-05-30Debugging facility to check whether 'const char *' points toDmitry Antipov
2014-05-29Don't let SIGINT handling block SIGCHLD indefinitely.Paul Eggert
2014-05-29Remove nt/addsection.c and don't build addsection.exe.Eli Zaretskii
2014-05-29* xmenu.c (xdialog_show): Remove prototype, rename toDmitry Antipov
2014-05-29src/ChangeLog: Fix a recent log entry.Eli Zaretskii
2014-05-29Fix bug #17588 with mouse highlight when an X frame is redisplayed frequently.Eli Zaretskii
2014-05-29Add diagnostics for using private heap on MS-Windows during dumping.Eli Zaretskii
2014-05-29Don't substitute sigprocmask for pthread_sigmask.Paul Eggert
2014-05-29Fix bug #17622 with crashes in mmap routines.Eli Zaretskii
2014-05-29* alloc.c (Fgarbage_collect): Fix compilation withDmitry Antipov
2014-05-28Port the GDB-visible symbols to AIX.Paul Eggert
2014-05-28* frame.c, frame.h (frame_char_to_pixel_position)Paul Eggert