summaryrefslogtreecommitdiff
path: root/src/w32menu.c
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup for cygw32Daniel Colascione2012-10-081-1/+1
* Merge from trunkDaniel Colascione2012-10-071-13/+13
|\
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-5/+5
| * gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-231-2/+2
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-6/+6
* | Merge from trunkDaniel Colascione2012-09-171-1/+1
|\|
| * Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-151-1/+0
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1
* | Implement cygw32Daniel Colascione2012-09-171-1/+25
|/
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-3/+3
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-1/+1
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-3/+3
* Fix usage of FRAME_MENU_BAR_ITEMS in w32menu.c.Eli Zaretskii2012-08-061-2/+2
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-1/+1
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-4/+4
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-4/+4
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-5/+4
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-1/+1
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-1/+1
* Fix some of the breakage introduced with 2012-07-31T12:36:19Z!dmantipov@yande...Eli Zaretskii2012-07-311-1/+1
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-5/+5
* Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-1/+1
* Fix previous change in w32menu.c.Eli Zaretskii2012-07-211-2/+2
* Fix data type casting when setting up menus on Windows.Eli Zaretskii2012-07-211-1/+8
* * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-111-2/+2
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-2/+1
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* Use a simple struct to implement compile time checks for the Lisp_Object typeAndreas Schwab2012-06-131-11/+2
* Merge from trunk.Paul Eggert2012-05-251-2/+7
|\
| * Don't disable Unicode menus on Windows NT and later due to random errors.Eli Zaretskii2012-04-261-2/+7
* | Merge from trunk.Paul Eggert2012-04-091-8/+21
|\|
| * Fix unsafe use of alloca reported in bug #11138.Eli Zaretskii2012-04-011-4/+9
| * Fixes: debbugs:11141Andreas Schwab2012-04-011-4/+12
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-3/+3
|\|
| * Fix typos.Juanma Barranquero2011-11-201-3/+3
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\|
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-1/+1
|/
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-1/+0
* * w32menu.c: Change 'unsigned long' to 'Time' in #if-0 code.Paul Eggert2011-05-151-1/+1
* * w32menu.c (set_frame_menubar): Fix submenu allocation.Andreas Schwab2011-05-091-4/+3
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-4/+4
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-4/+4
* src/*.h: Remove unused parameters and functions.Juanma Barranquero2011-03-261-1/+1
* w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero2011-03-231-3/+0
* src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-141-8/+0
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-10/+9