2010-10-23 |
Glenn Morris |
* src/frame.c (syms_of_frame) <menu-bar-mode>: Sync doc with Lisp.
|
2010-10-23 |
Glenn Morris |
* src/xdisp.c (syms_of_xdisp) <hourglass-delay>: Sync doc with Lisp.
|
2010-10-23 |
Glenn Morris |
* src/xdisp.c (syms_of_xdisp) <display-hourglass>: Sync doc with Lisp.
|
2010-10-23 |
Glenn Morris |
Sync docs of cursor-in-non-selected-windows between Lisp and C.
|
2010-10-23 |
Glenn Morris |
Sync docs of C and Lisp version of auto-hscroll-mode.
|
2010-10-23 |
Eli Zaretskii |
src/ChangeLog: Revert inadvertent change of entry date.
|
2010-10-23 |
Eli Zaretskii |
Implement mouse highlight for bidi-reordered lines.
|
2010-10-23 |
Eli Zaretskii |
Fix support for R2L lines. Tested with reordered text.
|
2010-10-23 |
Eli Zaretskii |
The range [STARTPOS..ENDPOS] is inclusive in strings.
|
2010-10-23 |
Eli Zaretskii |
Tested with L2R rows and mouse highlight on a single line.
|
2010-10-16 |
Eli Zaretskii |
Finished work on mouse highlight that comes from display strings.
|
2010-10-16 |
Eli Zaretskii |
Support bidi-reordered text in mouse-highlighted mode- and header-lines.
|
2010-10-16 |
Eli Zaretskii |
Start working on mouse highlight of mode- and header-lines.
|
2010-10-09 |
Eli Zaretskii |
Finished work on mouse_face_from_buffer_pos for bidi-reordered rows.
|
2010-10-02 |
Eli Zaretskii |
Fix beg_col calculation when painting from window start.
|
2010-10-02 |
Eli Zaretskii |
Fix mouse highlight in bidi-reordered continued lines.
|
2010-10-02 |
Eli Zaretskii |
Fix minor bugs in mouse highlight.
|
2010-08-28 |
Eli Zaretskii |
Clean up mouse highlight in R2L lines.
|
2010-08-28 |
Eli Zaretskii |
Fix mouse highlight in continued R2L lines.
|
2010-08-28 |
Eli Zaretskii |
Support L2R continued lines.
|
2010-08-28 |
Eli Zaretskii |
Support R2L rows. Continued lines still don't work correctly.
|
2010-08-28 |
Eli Zaretskii |
Fix L2R code using bug #1220 as a test case.
|
2010-08-21 |
Eli Zaretskii |
Initial partial support for mouse highlight in bidi-reordered text.
|
2010-10-22 |
Jan D |
Fix compilation with Motif (Bug#7263).
|
2010-10-22 |
Glenn Morris |
* src/Makefile.in (SOME_MACHINE_LISP): Add w32-vars.
|
2010-10-21 |
Chong Yidong |
* insdel.c (prepare_to_modify_buffer): Don't set
|
2010-10-19 |
Chong Yidong |
Decouple C-d and delete, so that the former does not delete the region.
|
2010-10-19 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
2010-10-18 |
Ken Brown |
* src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
|
2010-10-15 |
Kenichi Handa |
Fix incorrect font metrics when the same font is opened with different pixelsizes.
|
2010-10-18 |
Stefan Monnier |
* src/frame.c (Fframe_pointer_visible_p):
|
2010-10-18 |
Lars Magne Ingebrigtsen |
(emacs_gnutls_read): Return 0 if we get a non-"EAGAIN"-like error to signal to Emacs that the socket should be closed.
|
2010-10-15 |
Eli Zaretskii |
Fix the MSDOS build broken by latest revisions.
|
2010-10-15 |
Eli Zaretskii |
image.c (tiff_load): Cast 3rd argument to avoid compiler warning.
|
2010-10-15 |
Tassilo Horn |
Again, fix a typo in really-oldXMenu target
|
2010-10-15 |
Tassilo Horn |
Fix variable name typo in really-oldXMenu target.
|
2010-10-14 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
2010-10-13 |
Juanma Barranquero |
Fix handling of font properties on Windows (bug#6303).
|
2010-10-12 |
Juanma Barranquero |
Fix typos in docstrings, comments and ChangeLogs.
|
2010-10-12 |
Juanma Barranquero |
Fix typos in docstrings, comments and ChangeLogs.
|
2010-10-14 |
Juanma Barranquero |
src/w32*.c: Make functions static.
|
2010-10-13 |
Juanma Barranquero |
src/image.c (DEF_IMGLIB_FN): Add argument to adapt to strict prototypes.
|
2010-10-13 |
Juanma Barranquero |
src/makefile.w32-in: Simplify OBJ macros.
|
2010-10-13 |
Juanma Barranquero |
Rename `image-library-alist' to `dynamic-library-alist'.
|
2010-10-12 |
Dan Nicolaescu |
Avoid using trailing / in directory variables.
|
2010-10-11 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
2010-10-11 |
Jan D. |
Bug#7150: Distinguishing between left and right Alt keys on NextStep/OSX.
|
2010-10-08 |
Michael Albinus |
* dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.
|
2010-10-10 |
Lars Magne Ingebrigtsen |
Fix gnutls write-before-negotiation case.
|
2010-10-10 |
Dan Nicolaescu |
Remove #ifdef emacs / #ifndef emacs code, unused.
|
2010-10-10 |
Dan Nicolaescu |
Pass CFLAGS to the linker.
|
2010-10-10 |
Dan Nicolaescu |
* src/Makefile.in (CRT_DIR): Move near potential user.
|
2010-10-10 |
Dan Nicolaescu |
* src/Makefile.in: Use $(...) everywhere instead of ${...}
|
2010-10-10 |
Dan Nicolaescu |
Small sysdep.c cleanups.
|
2010-10-09 |
Lars Magne Ingebrigtsen |
Don't use foo() to talk about functions.
|
2010-10-09 |
Lars Magne Ingebrigtsen |
(emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
|
2010-10-09 |
Lars Magne Ingebrigtsen |
Make emacs_gnutls_read() return the expected on errors.
|
2010-10-09 |
Chong Yidong |
* xterm.c (x_draw_relief_rect): Clear corner pixels.
|
2010-10-08 |
Michael Albinus |
* keyboard.c: Revert last change; it was not intended to be
|
2010-10-08 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|