Fixes: debbugs:17865
[bpt/emacs.git] / src / font.c
2014-06-19 Dmitry Antipov* font.c (font_make_object): Avoid dangling pointer...
2014-03-17 Bill WohlerMerge from mh-e; up to 2012-01-03T19:41:14Z!larsi@gnus...
2014-03-03 Eli ZaretskiiFix bug #16930 with broken build --without-x.
2014-03-03 Dmitry Antipov* font.c (toplevel): Adjust comment about font cache...
2014-02-24 Bill WohlerMerge from trunk; up to 2014-02-23T23:41:17Z!lekktu...
2014-02-10 Paul EggertAvoid "." at end of error diagnostics.
2014-01-11 Kenichi Handamerge trunk
2014-01-10 Paul EggertSpelling fixes.
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-16 Dmitry Antipov* font.c (valid_font_driver) [ENABLE_CHECKING]: New...
2013-12-13 Dmitry Antipov* alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,
2013-12-13 Dmitry Antipov* font.c (font_close_object): Check for live frame...
2013-12-12 David EngsterMerge from CEDET upstream.
2013-12-12 Eli ZaretskiiSupport MS-Windows file names that use characters outsi...
2013-12-12 Dmitry Antipov* font.h (struct font_entity) [HAVE_NS]: New field...
2013-12-10 Eli ZaretskiiMerge from trunk.
2013-12-10 Dmitry Antipov* font.c (font_find_for_lface): Ensure SAFE_FREE on...
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-12-04 Dmitry Antipov* font.c (font_list_entities): Remove dummy assignment.
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-18 Eli ZaretskiiMerge from mainline.
2013-10-29 Stefan MonnierAdd pre-redisplay-function and rectangular region
2013-10-25 Dmitry AntipovOmit unused frame argument of font API's close function.
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-16 Jan DjärvFix syms_of_(mac|ms)font calls.
2013-09-15 Jan DjärvFix compilation for GNUStep due to font changes.
2013-09-15 Jan DjärvPort the font backend from the Mac port.
2013-09-13 Dmitry AntipovUnify FRAME_window_system_DISPLAY_INFO macros between...
2013-09-08 Kenichi Handamerge trunk
2013-09-06 Dmitry AntipovAttempt to make redisplay more selective when changing...
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-05 Dmitry AntipovMake --without-x compatible with --enable-gcc-warnings.
2013-09-04 Xue FuqiaoMerge from mainline.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-13 Dmitry Antipov* font.c (clear_font_cache): New function, stripped...
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-04 Xue FuqiaoMerge from mainline.
2013-08-03 Dmitry AntipovDrop FRAME_PTR typedef.
2013-08-01 Dmitry AntipovAvoid redundant Lisp_Object <-> struct frame conversion...
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-20 Kenichi Handamerge trunk
2013-07-19 Paul EggertFix obscure porting bug with varargs functions.
2013-07-16 Paul EggertPrefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-21 Stephen BermanMerge from trunk.
2013-06-18 Kenichi Handamerge emacs
2013-06-18 Kenichi Handafont.c (Ffont_spec): Signal an error for an invalid...
2013-06-14 Stephen BermanMerge from trunk.
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-05-22 Kenichi Handamerge trunk
2013-05-18 Paul EggertPort --enable-gcc-warnings to clang.
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-05-01 Eli ZaretskiiMerge from trunk.
2013-04-27 Kenichi Handamerge trunk
2013-04-27 Kenichi Handamerge trunk
2013-04-27 Kenichi Handafont.c (font_open_entity): Always open a font of manage...
2013-04-26 Glenn MorrisMerge from emacs-24; up to 2012-12-27T08:21:08Z!rgm...
2013-04-20 Glenn MorrisMerge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka...
2013-04-14 Eli ZaretskiiMerge from trunk, resolve conflicts.
2013-04-07 Dmitry AntipovGet rid of some platform-specific functions examining...
2013-04-05 Kenichi Handamerge trunk
2013-04-05 Dmitry AntipovConsistently use platform-specific function to detect...
2013-04-05 Eli ZaretskiiMerge from trunk.
2013-04-02 Paul EggertPrefer < to > in range checks such as 0 <= i && i < N.
2013-03-30 Glenn MorrisMerge from emacs-24; up to 2012-12-26T16:22:18Z!michael...
2013-03-28 Eli ZaretskiiMerge from trunk and resolve conflicts.
2013-03-28 Dmitry Antipov* window.h (struct window): Replace hchild, vchild...
2013-03-24 Andreas SchwabReorder conditions that are written backwards
2013-03-22 David EngsterMerge with CEDET upstream (rev. 8499).
2013-03-21 Kenichi Handamerge trunk
2013-03-20 Dmitry Antipov* frame.h (struct frame): Drop resx and resy because...
2013-03-16 Stefan MonnierMerge from emacs-24
2013-03-11 Glenn MorrisMerge from emacs-24; up to 2012-12-25T17:37:29Z!eliz...
2013-03-08 Glenn MorrisMerge from emacs-24; up to 2012-12-25T15:07:59Z!dmantip...
2013-03-06 Glenn MorrisMerge from emacs-24; up to 2012-12-25T11:37:21Z!dmantip...
2013-03-05 Glenn MorrisMerge from emacs-24; up to 2012-12-24T15:56:17Z!eliz...
2013-03-05 Dmitry Antipov* composite.c (get_composition_id, fill_gstring_header):
2013-03-04 Dmitry Antipov* font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.
2013-03-03 Glenn MorrisMerge from emacs-24; up to 2012-12-24T06:24:08Z!eggert...
2013-03-02 Glenn MorrisMerge from emacs-24; up to 2012-12-23T17:06:58Z!eliz...
2013-02-28 Glenn MorrisMerge from emacs-24; up to 2012-12-23T02:41:17Z!rgm...
2013-02-24 Glenn MorrisMerge from emacs-24; up to 2012-12-22T19:09:52Z!rgm...
2013-02-22 Glenn MorrisMerge from emacs-24; up to 2012-12-22T02:59:08Z!cyd...
2013-02-21 Glenn MorrisMerge from emacs-24; up to 2012-12-21T07:35:02Z!ueno...
2013-02-19 Glenn MorrisMerge from emacs-24; up to 2012-12-20T16:09:05Z!dmantip...
2013-02-18 Bill WohlerMerge from trunk; up to 2013-02-18T01:30:27Z!monnier...
2013-02-17 Glenn MorrisMerge from emacs-24; up to 2012-12-20T05:05:41Z!dmantip...
2013-02-15 Glenn MorrisMerge from emacs-24; up to 2012-12-19T19:51:40Z!monnier...
2013-02-15 Paul EggertMerge from emacs-24; up to 2012-12-19T13:01:16Z!michael...
2013-02-13 Dmitry Antipov* font.c (font_range): Add pos_byte argument. Adjust...
2013-02-13 Glenn MorrisMerge from emacs-24; up to 2012-12-17T11:17:34Z!rgm...
2013-02-12 Paul EggertIn doc, use standard American English style for e.g...
2013-02-10 Glenn MorrisMerge from emacs-24; up to 2012-12-15T12:19:04Z!juri...
2013-02-08 Glenn MorrisMerge from emacs-24; up to 2012-12-14T21:27:39Z!rgm...
2013-02-08 Aidan Gauland* doc/misc/eshell.texi: Fill most of the missing sections.
next