index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
w32menu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code cleanup for cygw32
Daniel Colascione
2012-10-08
1
-1
/
+1
*
Merge from trunk
Daniel Colascione
2012-10-07
1
-13
/
+13
|
\
|
*
Support x64 build on MS-Windows with MSVC.
Fabrice Popineau
2012-09-30
1
-5
/
+5
|
*
gnutls.c, gtkutil.c: Use bool for boolean.
Paul Eggert
2012-09-23
1
-2
/
+2
|
*
Simplify and avoid signal-handling races.
Paul Eggert
2012-09-23
1
-6
/
+6
*
|
Merge from trunk
Daniel Colascione
2012-09-17
1
-1
/
+1
|
\
|
|
*
Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...
Eli Zaretskii
2012-09-15
1
-1
/
+0
|
*
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-09-04
1
-1
/
+1
*
|
Implement cygw32
Daniel Colascione
2012-09-17
1
-1
/
+25
|
/
*
* frame.h (FSET): Remove (Bug#12215).
Paul Eggert
2012-08-17
1
-3
/
+3
*
Drop WGET and revert read access to Lisp_Objects slots of struct window.
Dmitry Antipov
2012-08-07
1
-1
/
+1
*
Drop FGET and revert read access to Lisp_Objects slots of struct frame.
Dmitry Antipov
2012-08-07
1
-3
/
+3
*
Fix usage of FRAME_MENU_BAR_ITEMS in w32menu.c.
Eli Zaretskii
2012-08-06
1
-2
/
+2
*
Separate read and write access to Lisp_Object slots of struct window.
Dmitry Antipov
2012-08-06
1
-1
/
+1
*
Separate read and write access to Lisp_Object slots of struct frame.
Dmitry Antipov
2012-08-06
1
-4
/
+4
*
Generalize common compile-time constants.
Dmitry Antipov
2012-08-05
1
-4
/
+4
*
Remove unnecessary casts involving pointers.
Paul Eggert
2012-08-03
1
-5
/
+4
*
Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
Paul Eggert
2012-08-01
1
-1
/
+1
*
Use INTERNAL_FIELD for windows.
Dmitry Antipov
2012-08-01
1
-1
/
+1
*
Fix some of the breakage introduced with 2012-07-31T12:36:19Z!dmantipov@yande...
Eli Zaretskii
2012-07-31
1
-1
/
+1
*
Generalize INTERNAL_FIELD between buffers, keyboards and frames.
Dmitry Antipov
2012-07-31
1
-5
/
+5
*
Don't use the abbreviation "win" to refer to Windows (Bug#10421).
Paul Eggert
2012-07-29
1
-1
/
+1
*
Fix previous change in w32menu.c.
Eli Zaretskii
2012-07-21
1
-2
/
+2
*
Fix data type casting when setting up menus on Windows.
Eli Zaretskii
2012-07-21
1
-1
/
+8
*
* coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
Andreas Schwab
2012-07-11
1
-2
/
+2
*
Use XCAR and XCDR instead of Fcar and Fcdr where possible.
Dmitry Antipov
2012-07-10
1
-2
/
+1
*
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-06-16
1
-0
/
+1
*
Use a simple struct to implement compile time checks for the Lisp_Object type
Andreas Schwab
2012-06-13
1
-11
/
+2
*
Merge from trunk.
Paul Eggert
2012-05-25
1
-2
/
+7
|
\
|
*
Don't disable Unicode menus on Windows NT and later due to random errors.
Eli Zaretskii
2012-04-26
1
-2
/
+7
*
|
Merge from trunk.
Paul Eggert
2012-04-09
1
-8
/
+21
|
\
|
|
*
Fix unsafe use of alloca reported in bug #11138.
Eli Zaretskii
2012-04-01
1
-4
/
+9
|
*
Fixes: debbugs:11141
Andreas Schwab
2012-04-01
1
-4
/
+12
*
|
Merge from trunk.
Paul Eggert
2012-01-09
1
-1
/
+1
|
\
|
|
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
|
Merge from trunk.
Paul Eggert
2011-12-10
1
-3
/
+3
|
\
|
|
*
Fix typos.
Juanma Barranquero
2011-11-20
1
-3
/
+3
*
|
Merge from trunk.
Paul Eggert
2011-11-18
1
-1
/
+1
|
\
|
|
*
Spelling fixes.
Paul Eggert
2011-11-14
1
-1
/
+1
*
|
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-09-21
1
-1
/
+1
|
/
*
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-06-24
1
-1
/
+0
*
* w32menu.c: Change 'unsigned long' to 'Time' in #if-0 code.
Paul Eggert
2011-05-15
1
-1
/
+1
*
* w32menu.c (set_frame_menubar): Fix submenu allocation.
Andreas Schwab
2011-05-09
1
-4
/
+3
*
* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.
Paul Eggert
2011-04-25
1
-4
/
+4
*
lisp.h: Fix a problem with aliasing and vector headers.
Paul Eggert
2011-04-25
1
-4
/
+4
*
src/*.h: Remove unused parameters and functions.
Juanma Barranquero
2011-03-26
1
-1
/
+1
*
w32: Fix some warnings reported by -Wall -Wextra.
Juanma Barranquero
2011-03-23
1
-3
/
+0
*
src/w32*.c: Clean up extern declarations.
Juanma Barranquero
2011-03-14
1
-8
/
+0
*
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
-10
/
+9
[next]