[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master updated (05b7953 -> b2b1ccb)
From: |
Alexander Gramiak |
Subject: |
[Emacs-diffs] master updated (05b7953 -> b2b1ccb) |
Date: |
Sun, 19 May 2019 22:05:00 -0400 (EDT) |
ajg pushed a change to branch master.
from 05b7953 ; Remove some redundant Gnus autoloads
new c0e146e Introduce Emacs_Color struct and typedef
new 06db2a0 Introduce Emacs_Cursor typedef
new 44d5779 Introduce Emacs_Pixmap typedef
new 462b1fd Introduce Emacs_Rectangle struct and typedef
new b3d3c0d Introduce Emacs_GC struct and typedef
new a4fe9c7 Replace XChar2b with unsigned in all font backends
new b2b1ccb Introduce Emacs_Pix_Container and Emacs_Pix_Context
typedefs
Summary of changes:
src/dispextern.h | 85 ++++++++++-----
src/font.h | 4 +-
src/frame.h | 2 +-
src/ftcrfont.c | 11 +-
src/ftfont.c | 2 +-
src/ftxfont.c | 8 +-
src/gtkutil.c | 2 +-
src/gtkutil.h | 2 +-
src/image.c | 321 ++++++++++++++++++++++++++++---------------------------
src/macfont.m | 4 +-
src/msdos.h | 1 -
src/nsfont.m | 2 +-
src/nsgui.h | 61 ++---------
src/nsterm.h | 40 +++----
src/nsterm.m | 10 +-
src/termhooks.h | 8 +-
src/w32fns.c | 27 +++--
src/w32font.c | 2 +-
src/w32font.h | 2 +-
src/w32gui.h | 43 +-------
src/w32term.c | 119 +++++++++------------
src/w32term.h | 50 ++++-----
src/xdisp.c | 97 +++++++++--------
src/xfaces.c | 68 ++++++------
src/xfns.c | 2 +-
src/xfont.c | 101 +++++++++--------
src/xftfont.c | 5 +-
src/xterm.c | 19 +---
src/xterm.h | 14 +--
29 files changed, 519 insertions(+), 593 deletions(-)
- [Emacs-diffs] master updated (05b7953 -> b2b1ccb),
Alexander Gramiak <=
- [Emacs-diffs] master 44d5779 3/7: Introduce Emacs_Pixmap typedef, Alexander Gramiak, 2019/05/19
- [Emacs-diffs] master 462b1fd 4/7: Introduce Emacs_Rectangle struct and typedef, Alexander Gramiak, 2019/05/19
- [Emacs-diffs] master 06db2a0 2/7: Introduce Emacs_Cursor typedef, Alexander Gramiak, 2019/05/19
- [Emacs-diffs] master b3d3c0d 5/7: Introduce Emacs_GC struct and typedef, Alexander Gramiak, 2019/05/19
- [Emacs-diffs] master a4fe9c7 6/7: Replace XChar2b with unsigned in all font backends, Alexander Gramiak, 2019/05/19
- [Emacs-diffs] master c0e146e 1/7: Introduce Emacs_Color struct and typedef, Alexander Gramiak, 2019/05/19
- [Emacs-diffs] master b2b1ccb 7/7: Introduce Emacs_Pix_Container and Emacs_Pix_Context typedefs, Alexander Gramiak, 2019/05/19
- Re: [Emacs-diffs] master updated (05b7953 -> b2b1ccb), Lars Ingebrigtsen, 2019/05/20