summaryrefslogtreecommitdiff
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-2/+2
* * window.h (WSET): Remove.Paul Eggert2012-08-171-7/+7
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-1/+1
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-13/+13
* Don't call Fset_window_buffer from C code.Martin Rudalics2012-08-141-1/+3
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-1/+1
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-2/+2
* Define Qnone once for all platforms.Dmitry Antipov2012-08-101-2/+0
* Improve commit in 2012-08-10T06:54:37Z!eliz@gnu.org.Eli Zaretskii2012-08-101-4/+11
* Fix bug #10299 with Unicode characters sent on MS-Windows by MSKLC.Eli Zaretskii2012-08-101-17/+44
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-2/+2
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-19/+19
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-8/+9
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-32/+32
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-8/+8
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-30/+30
* Fix bug #12082 with input of Meta-non-ASCII-characters on MS-Windows.Eli Zaretskii2012-07-301-2/+2
* Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-2/+2
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-2/+2
* Fix recently-introduced typos in Windows port.Dmitry Antipov2012-07-271-1/+1
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-12/+11
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-3/+2
* Avoid calls to strlen in font processing functions.Dmitry Antipov2012-07-111-1/+1
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-1/+1
* * xfns.c (Fx_change_window_property): Doc fix.Andreas Schwab2012-07-061-2/+3
* Fixes: debbugs:11870Andreas Schwab2012-07-061-6/+7
* Cleanup xmalloc.Dmitry Antipov2012-07-051-12/+6
* * src/editfns.c (region_limit): Clip to narrowing.Stefan Monnier2012-06-281-4/+4
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-5/+5
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-2/+2
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Use a simple struct to implement compile time checks for the Lisp_Object typeAndreas Schwab2012-06-131-18/+3
* Fix bug #11513 with raise-frame on MS-Windows.Eli Zaretskii2012-05-281-0/+3
* Merge from trunk.Paul Eggert2012-05-251-12/+2
|\
| * Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.Eli Zaretskii2012-05-181-2/+2
| * Remove unused function hourglass_started.Paul Eggert2012-05-101-10/+0
* | Merge from trunk.Paul Eggert2012-01-141-0/+5
|\ \ | |/
| * Fix bug #9087 with crashes on MS-Windows under throw-on-input.Eli Zaretskii2012-01-141-0/+5
* | 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-10/+11
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-12-041-5/+5
| * Spelling fixes.Paul Eggert2011-11-261-1/+2
| * Spelling fixes.Paul Eggert2011-11-221-1/+1
| * Fix typos.Juanma Barranquero2011-11-201-1/+1
| * Spelling fixes.Paul Eggert2011-11-191-2/+2
* | Merge from trunk.Paul Eggert2011-11-181-14/+17
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-171-1/+1
| * Spelling fixes.Paul Eggert2011-11-141-1/+1