summaryrefslogtreecommitdiff
path: root/src/w32menu.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-3/+0
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Support for menu separators in the GTK tool-bar.Chong Yidong2010-12-171-15/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-2/+2
|\ \ | |/
| * src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-141-9/+12
* | src/w32*.c: Make functions static.Juanma Barranquero2010-10-141-1/+2
* | (set_frame_menubar): Remove call to undefined function.Jason Rumney2010-08-191-5/+1
* | Fix for bug#5629: Use unicode message box if available.Jason Rumney2010-08-131-16/+68
* | Shut up compiler warnings due to "char *" and "const char *".Eli Zaretskii2010-08-131-3/+3