summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2010-10-19Decouple C-d and delete, so that the former does not delete the region.Chong Yidong
2010-10-19Merge changes from emacs-23 branch.Juanma Barranquero
2010-10-18* src/frame.c (Fframe_pointer_visible_p):Julien Danjou
2010-10-18(emacs_gnutls_read): Return 0 if we get a non-"EAGAIN"-like error to signal t...Lars Magne Ingebrigtsen
2010-10-18* src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).Ken Brown
2010-10-16Finished work on mouse highlight that comes from display strings.Eli Zaretskii
2010-10-16Support bidi-reordered text in mouse-highlighted mode- and header-lines.Eli Zaretskii
2010-10-16Start working on mouse highlight of mode- and header-lines.Eli Zaretskii
2010-10-15Fix the MSDOS build broken by latest revisions.Eli Zaretskii
2010-10-15image.c (tiff_load): Cast 3rd argument to avoid compiler warning.Eli Zaretskii
2010-10-15Fix incorrect font metrics when the same font is opened with different pixels...Kenichi Handa
2010-10-15Again, fix a typo in really-oldXMenu targetTassilo Horn
2010-10-15Fix variable name typo in really-oldXMenu target.Tassilo Horn
2010-10-14Merge changes from emacs-23 branch.Juanma Barranquero
2010-10-14src/w32*.c: Make functions static.Juanma Barranquero
2010-10-14src/image.c (DEF_IMGLIB_FN): Add argument to adapt to strict prototypes.Juanma Barranquero
2010-10-14src/makefile.w32-in: Simplify OBJ macros.Juanma Barranquero
2010-10-13Rename `image-library-alist' to `dynamic-library-alist'.Juanma Barranquero
2010-10-13Fix handling of font properties on Windows (bug#6303).Damyan Pepper
2010-10-13Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero
2010-10-12Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero
2010-10-12Avoid using trailing / in directory variables.Dan Nicolaescu
2010-10-12Merge changes from emacs-23 branch.Juanma Barranquero
2010-10-11Bug#7150: Distinguishing between left and right Alt keys on NextStep/OSX.Jan Djärv
2010-10-10Fix gnutls write-before-negotiation case.Lars Magne Ingebrigtsen
2010-10-10Remove #ifdef emacs / #ifndef emacs code, unused.Dan Nicolaescu
2010-10-10Pass CFLAGS to the linker.Dan Nicolaescu
2010-10-10* src/Makefile.in (CRT_DIR): Move near potential user.Dan Nicolaescu
2010-10-10* src/Makefile.in: Use $(...) everywhere instead of ${...}Dan Nicolaescu
2010-10-10Small sysdep.c cleanups.Dan Nicolaescu
2010-10-09Finished work on mouse_face_from_buffer_pos for bidi-reordered rows.Eli Zaretskii
2010-10-09Don't use foo() to talk about functions.Lars Magne Ingebrigtsen
2010-10-09(emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.Lars Magne Ingebrigtsen
2010-10-09Make emacs_gnutls_read() return the expected on errors.Lars Magne Ingebrigtsen
2010-10-08* xterm.c (x_draw_relief_rect): Clear corner pixels.Chong Yidong
2010-10-08* keyboard.c: Revert last change; it was not intended to beMichael Albinus
2010-10-08* dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.Michael Albinus
2010-10-08Merge changes from emacs-23 branch.Juanma Barranquero
2010-10-08* xterm.c (x_draw_relief_rect): If box width is larger than 1,Chong Yidong
2010-10-07ChangeLog fix.Glenn Morris
2010-10-08coding.c (complement_process_encoding_system): Fix previous change.Kenichi Handa
2010-10-04Don't add an echo dash for the first keystroke (Bug#7137).Chong Yidong
2010-10-04Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu
2010-10-04merge emacs-23Kenichi Handa
2010-10-04coding.c (complement_process_encoding_system): Fix previous change.Kenichi Handa
2010-10-04Rework the gnutls boot interface.Lars Magne Ingebrigtsen
2010-10-03* src/fileio.c (Vdirectory_sep_char): Remove.Glenn Morris
2010-10-03* src/termhooks.h: Remove #ifdef CONSP.Dan Nicolaescu
2010-10-03* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.Dan Nicolaescu
2010-10-03Include <fcntl.h> unconditionally.Dan Nicolaescu