| Commit message (Expand) | Author | Age | Files | Lines |
* | Use KVAR in MS-Windows build, remove buffer-file-type. | Eli Zaretskii | 2011-02-16 | 1 | -3/+3 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -3/+3 |
* | Fix the MS-Windows build due to introduction of B_. | Eli Zaretskii | 2011-02-14 | 1 | -3/+3 |
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -2/+1 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -14/+13 |
* | Fix an error introduced by the previous patch. | Sam Steingold | 2011-01-19 | 1 | -2/+0 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -151/+32 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -2/+2 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | Fix bug #7398 with truncated glyphs in tooltip display on w32. | Eli Zaretskii | 2010-12-11 | 1 | -11/+12 |
* | | Fix bug #7398 with truncated glyphs in w32 tooltips. | Eli Zaretskii | 2010-12-11 | 1 | -14/+13 |
* | | Repeat 2010-11-14 change to xfns.c for w32 and ns. | Chong Yidong | 2010-11-14 | 1 | -2/+0 |
* | | Add const to array elements. | YAMAMOTO Mitsuharu | 2010-11-14 | 1 | -1/+1 |
* | | Support R2L lines in tool-tip text. | Eli Zaretskii | 2010-11-06 | 1 | -11/+70 |
* | | Sync docs of some X, W32, NS C functions. | Glenn Morris | 2010-10-29 | 1 | -5/+5 |
* | | Sync docs of some W32 and X C functions. | Glenn Morris | 2010-10-24 | 1 | -19/+43 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-14 | 1 | -4/+1 |
|\ \
| |/ |
|
| * | src/w32*.c: Whitespace fixes and typos. | Juanma Barranquero | 2010-10-14 | 1 | -5/+2 |
* | | src/w32*.c: Make functions static. | Juanma Barranquero | 2010-10-14 | 1 | -3/+3 |
* | | Remove W32 API function pointer unused since 2005-02-15T23:19:26Z!jasonr@gnu.... | Juanma Barranquero | 2010-09-24 | 1 | -4/+0 |
* | | (w32_wnd_proc): Don't check context before initializing. | Jason Rumney | 2010-08-19 | 1 | -3/+4 |
* | | Fix bug #6796. | Eli Zaretskii | 2010-08-17 | 1 | -0/+1 |
* | | Merge changes from emacs-23 branch | Chong Yidong | 2010-08-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring. | Juanma Barranquero | 2010-08-01 | 1 | -1/+1 |
* | | * w32fns.c (w32_to_x_color): Remove, unused. | Juanma Barranquero | 2010-07-24 | 1 | -19/+0 |
* | | * w32fns.c, xfaces.c: Remove obsolete static declarations. | Juanma Barranquero | 2010-07-23 | 1 | -2/+0 |
* | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-16 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Fix bug #6609. | Eli Zaretskii | 2010-07-14 | 1 | -1/+4 |
* | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -3/+7 |
|\ \
| |/ |
|
| * | src/w32fns.c (Qtooltip): Declare. | Juanma Barranquero | 2010-07-04 | 1 | -1/+5 |
| * | Fix faulty `if' statement in delete_frame. | Chong Yidong | 2010-07-02 | 1 | -3/+2 |
| * | Backport from trunk: Fix bug #6126. | Eli Zaretskii | 2010-05-11 | 1 | -1/+13 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -80/+43 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -6/+6 |
* | | Fix whitespace to follow coding guidelines. | Juanma Barranquero | 2010-07-07 | 1 | -1/+1 |
* | | src/w32*.c: Convert function definitions to standard C. | Juanma Barranquero | 2010-07-06 | 1 | -181/+84 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -28/+28 |
* | | Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249). | Chong Yidong | 2010-06-26 | 1 | -4/+12 |
* | | Fix bug #6126. | Eli Zaretskii | 2010-05-07 | 1 | -1/+13 |
|/ |
|
* | Fix bug #5703. | Eli Zaretskii | 2010-03-31 | 1 | -0/+4 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -2/+2 |
* | (syms_of_w32fns): Change default value of | Jason Rumney | 2009-10-29 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory. | Michael Albinus | 2009-10-02 | 1 | -1/+1 |
* | * lisp.h (Qdelete_directory_internal): | Juanma Barranquero | 2009-10-01 | 1 | -1/+1 |
* | * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]: Position | Jason Rumney | 2009-07-22 | 1 | -0/+45 |
* | * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky. | Jan Djärv | 2009-07-01 | 1 | -1/+2 |
* | (x_create_tip_frame): Use the uniscribe font backend if | Jason Rumney | 2009-06-03 | 1 | -2/+2 |