aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-1/+1
* * src/xdisp.c (safe_eval_handler): Remove prototype. Receive args describingStefan Monnier2012-08-081-2/+2
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-13/+13
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-11/+11
* Fix Windows build errors introduced after converting to WGET and WSET.Dmitry Antipov2012-08-061-2/+3
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-15/+15
* Fix Windows build errors introduced after converting to FGET and FSET.Dmitry Antipov2012-08-061-7/+11
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-11/+11
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-15/+15
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-11/+11
* Fix bug #12082 with input of Meta-non-ASCII-characters on MS-Windows.Eli Zaretskii2012-07-301-10/+11
* Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-1/+1
* Cleanup xmalloc.Dmitry Antipov2012-07-051-8/+5
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-3/+3
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-7/+7
* Improve and document the language-change event on MS-Windows.Eli Zaretskii2012-06-231-3/+3
* Implement wave-style variant of underlining.Alp Aker2012-06-161-47/+149
* Use a simple struct to implement compile time checks for the Lisp_Object typeAndreas Schwab2012-06-131-1/+1
* Fix bug #11513 with raise-frame on MS-Windows.Eli Zaretskii2012-05-281-14/+23
* Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.Eli Zaretskii2012-05-181-0/+25
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-2/+2
* Native scroll-bars are not implemented for Nextstep (bug#10673)Glenn Morris2012-02-011-3/+2
* * w32term.c: Copy previous xterm.c doc fix.Glenn Morris2012-01-301-1/+2
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-291-1/+1
* Spelling fixes.Paul Eggert2011-12-181-1/+1
* Spelling fixes.Paul Eggert2011-12-161-1/+1
* Spelling fixes.Paul Eggert2011-12-051-1/+1
* Spelling fixes.Paul Eggert2011-11-191-2/+2
* Spelling fixes.Paul Eggert2011-11-191-3/+3
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Spelling fixes.Paul Eggert2011-11-131-1/+1
* * src/w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.Jason Rumney2011-11-061-8/+8
* Add comments about special meaning of TAB characters in compositions.Eli Zaretskii2011-09-151-0/+2
* Remove unused external symbols.Paul Eggert2011-09-141-1/+0
* src/w32term.c: Fix typos in comments.Juanma Barranquero2011-07-311-7/+9
* [ChangeLog]Paul Eggert2011-05-281-4/+4
* Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.Glenn Morris2011-05-121-13/+39
|\
| * Take account of fringe background extension in scroll_run_hook.YAMAMOTO Mitsuharu2011-05-111-13/+39
* | nt/*.c, src/*.c: Remove unused variables.Juanma Barranquero2011-03-251-1/+0
* | src/w32term.c (x_set_glyph_string_clipping): Don't pass uninitialized region ...Juanma Barranquero2011-03-241-8/+4
* | 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-12/+2
* | Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris2011-02-271-1/+1
|\ \ | |/
| * Fix spelling of "supersede".Glenn Morris2011-02-221-1/+1
* | Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii2011-02-161-1/+1
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* | 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-2/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-40/+9