Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / src / ChangeLog
2014-06-21 Glenn MorrisMerge from emacs-24; up to 2014-06-06T02:22:40Z!monnier...
2014-06-21 Eli ZaretskiiFix bug #17823 with vertical-motion in lines with line...
2014-06-21 Eli ZaretskiiImprove documentation of how vertical-motion interprets...
2014-06-21 Paul EggertPort to OS X ACLs.
2014-06-19 Kelvin WhiteMerge commit for debbugs:17755
2014-06-19 Dmitry AntipovMinor cleanup of fonset code.
2014-06-19 Stefan Monnier* src/keyboard.c (read_key_sequence): Don't invoke...
2014-06-19 Dmitry Antipov* font.c (font_make_object): Avoid dangling pointer...
2014-06-18 Eli ZaretskiiFix bug #17790 with compilation against giflib 5.1...
2014-06-17 Paul EggertOmit redundant extern decls.
2014-06-17 Stefan Monnier* src/callint.c (Fcall_interactively): Fix up last...
2014-06-17 Dmitry Antipov* lisp.h (STRING_COPYIN): Remove; unused.
2014-06-17 Dmitry Antipov* eval.c (toplevel): Remove redundant #include directives.
2014-06-17 Dmitry Antipov* fileio.c (Fread_file_name): Do not pass redundant...
2014-06-16 Paul Eggert* Makefile.in (ns-app): Fix typo that broke build on...
2014-06-16 Eli ZaretskiiA better fix for bug #17777 with visual-order cursor...
2014-06-16 Dmitry AntipovDo not ask for XRender extension each time XFT font...
2014-06-15 Glenn MorrisUse `make -C' rather than `cd && make'
2014-06-15 Glenn MorrisMerge from emacs-24; up to 2014-06-03T06:51:18Z!eliz...
2014-06-14 Eli ZaretskiiFix bug #17777 with keyboard macros and visual-order...
2014-06-13 Glenn MorrisWith GNU make, MFLAGS is not needed
2014-06-13 Paul EggertAvoid hangs in accept-process-output.
2014-06-13 Eli ZaretskiiDon't try to display menus and dialogs in an 'initial...
2014-06-13 Eli ZaretskiiAttempt to fix bug #17771 with segfault if "C-h h"...
2014-06-12 Stefan Monnier* src/keymap.c (silly_event_symbol_error): Don't recomm...
2014-06-11 Glenn MorrisMerge from emacs-24; up to 2014-06-02T14:17:07Z!michael...
2014-06-11 Jan DjärvFix memory leaks
2014-06-11 Eli ZaretskiiFix bug #17744 with cursor motion near overlay string...
2014-06-10 Dmitry Antipov* frame.h (window_system_available) [!HAVE_WINDOW_SYSTE...
2014-06-10 Dmitry Antipov* dispextern.h (last_tool_bar_item): Remove declaration.
2014-06-10 Dmitry Antipov* dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra...
2014-06-10 Dmitry Antipov* dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as...
2014-06-09 Paul EggertSay (accept-process-output P)'s result pertains to...
2014-06-09 Dmitry AntipovFurther adjustments to mark_object and friends.
2014-06-09 Paul EggertFix core dump after a dropped X connection.
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-02T11:35:40Z!michael...
2014-06-08 Paul EggertIf a C name must be extern on some platforms, make...
2014-06-08 Dmitry AntipovChange object marking routines to minimize stack usage.
2014-06-08 Glenn Morris* src/fileio.c (write-region-inhibit-fsync): Doc tweak.
2014-06-08 Glenn MorrisDoc tweaks re < etc
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-01T23:37:59Z!eggert...
2014-06-07 Eli ZaretskiiFix last commit.
2014-06-06 Paul Eggert* term.c (tty_menu_show) [!HAVE_NTGUI]: Now static.
2014-06-06 Stefan Monnier* src/window.c (Frecenter): Signal an error if window...
2014-06-06 Stefan Monnier* lisp/mouse.el (mouse-posn-property): Ignore buffer...
2014-06-06 Stefan Monnier* src/keyboard.c (read_char): Handle (t . <event>)...
2014-06-06 Dmitry Antipov* xterm.c (x_setup_pointer_blanking): Conditionally
2014-06-05 Dmitry Antipov* configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDO...
2014-06-04 Dmitry AntipovUse terminal-specific hooks to display popup dialogs.
2014-06-04 Eli ZaretskiiImprove dumped memory report on MS-Windows.
2014-06-04 Eli ZaretskiiFix infloop of -nw session at exit on MS-Windows under...
2014-06-04 Eli ZaretskiiAttempt to solve bug #17497 by minimizing cursor motion...
2014-06-04 Eli ZaretskiiFix TTY menus on MS-Windows broken by last commit.
2014-06-04 Dmitry AntipovUse terminal-specific hooks to display menus.
2014-06-03 Juanma Barranquerosrc/w32heap.c (DUMPED_HEAP_SIZE) [!_WIN64]: Reduce...
2014-06-03 Eli ZaretskiiFix the MS-Windows build broken by few last commits.
2014-06-03 Paul Eggert* emacs.c: Include "sysselect.h", to define its inline...
2014-06-03 Paul EggertDo not require libXt-devel when building with gtk.
2014-06-03 Paul EggertIf ENABLE_CHECKING, range-check args of FD_CLR, FD_ISSE...
2014-06-03 Eli ZaretskiiMore minor cleanups in src/w32heap.c.
2014-06-03 Eli ZaretskiiDefine the size of dumped data for MS-Windows locally...
2014-06-03 Eli ZaretskiiFix MS-Windows build broken by menu changes on 2014...
2014-06-03 Paul Eggert* process.c (wait_reading_process_output): Omit incorre...
2014-06-02 Stefan Monnier* src/callproc.c (call_process): Don't check read-only...
2014-06-02 Dmitry AntipovUse common memory management functions for lwlib and...
2014-06-02 Dmitry Antipov* image.c (x_query_frame_background_color)
2014-06-02 Eli ZaretskiiMinor improvement of sbrk emulation on MS-Windows.
2014-06-02 Eli Zaretskiisrc/dispnew.c (update_frame_with_menu): Set display_com...
2014-06-02 Paul EggertImprove AIX-related merge from emacs-24.
2014-06-02 Glenn MorrisMerge from emacs-24; up to 2014-05-29T17:16:00Z!dmantip...
2014-06-01 Paul EggertSpelling fix in ChangeLog entry.
2014-06-01 Paul EggertPort signal-handling to DragonFly BSD.
2014-06-01 Paul Eggert* frame.c (x_set_frame_parameters): Don't read uninitia...
2014-06-01 Jan DjärvMake jump scroll work with Gtk+
2014-06-01 Juanma Barranquerosrc/callint.c (Ffuncall_interactively): Add usage.
2014-06-01 Jan Djärv* nsfns.m (ns_appkit_version_str): Add os version for...
2014-06-01 Paul EggertBring back the changes to GDB-visible symbols, but...
2014-05-31 Eli ZaretskiiHopefully fix bug #16433 with corruption of newline_cac...
2014-05-31 Eli ZaretskiiRevert revision 2014-05-27T17:31:17Z!eliz@gnu.org,...
2014-05-31 Glenn Morris* src/cmds.c (Fself_insert_command): Allow zero repeat...
2014-05-30 Paul EggertFix port to 32-bit AIX with xlc.
2014-05-30 Eli ZaretskiiEnhance error checking in heap allocation routines...
2014-05-30 Dmitry AntipovDebugging facility to check whether 'const char *'...
2014-05-30 Paul EggertDon't let SIGINT handling block SIGCHLD indefinitely.
2014-05-29 Eli ZaretskiiRemove nt/addsection.c and don't build addsection.exe.
2014-05-29 Dmitry Antipov* xmenu.c (xdialog_show): Remove prototype, rename to
2014-05-29 Eli Zaretskiisrc/ChangeLog: Fix a recent log entry.
2014-05-29 Eli ZaretskiiFix bug #17588 with mouse highlight when an X frame...
2014-05-29 Eli ZaretskiiAdd diagnostics for using private heap on MS-Windows...
2014-05-29 Paul EggertDon't substitute sigprocmask for pthread_sigmask.
2014-05-29 Eli ZaretskiiFix bug #17622 with crashes in mmap routines.
2014-05-29 Dmitry Antipov* alloc.c (Fgarbage_collect): Fix compilation with
2014-05-29 Paul EggertPort the GDB-visible symbols to AIX.
2014-05-29 Paul Eggert* frame.c, frame.h (frame_char_to_pixel_position)
2014-05-28 Dmitry AntipovRefactor mouse positioning stuff to avoid code duplication.
2014-05-28 Dmitry Antipov* xterm.c (x_free_frame_resources): Fix last change.
2014-05-28 Dmitry AntipovOn X, always make pointer visible when deleting frame...
2014-05-28 Stefan Monnier* lisp/subr.el (zerop): Move from C. Add compiler...
2014-05-27 Stefan Monnier* src/bytecode.c (FETCH) [BYTE_CODE_SAFE]: Check the...
2014-05-27 Fabrice PopineauUse mmap(2) emulation for buffer text on MS-Windows.
next