1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

890 Commits

Author SHA1 Message Date
Jan Djärv
f1957a3361 configure.in: Check for RSVG if GNUStep is used. 2009-12-10 19:27:37 +00:00
Jan Djärv
62b7c42208 configure.in: Don't check for RSVG or GConf unless X11 is used. 2009-12-09 18:46:53 +00:00
Chong Yidong
a4ef73c887 * configure.in: Allow compiling Emacs with GTK on Cygwin.
* src/s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.

* src/emacs.c (main): Set the G_SLICE environment variable for Cygwin
GTK builds.
2009-12-09 01:06:32 +00:00
Glenn Morris
9e13b2f462 Add etc/images/mpc directory. 2009-12-01 17:06:30 +00:00
Jan Djärv
8b571bf308 * cus-start.el (all): Add native condition for font-use-system-font.
* configure.in: Don't check for GConf unless X is used.
2009-11-21 15:40:24 +00:00
Dan Nicolaescu
7a2efa6f08 Use -Wdeclaration-after-statement if available. 2009-11-20 06:05:10 +00:00
Jan Djärv
637fa98808 Handle system default font and changing font parameters.
* xterm.h (struct x_display_info): Add atoms and Window for xsettings.

* xterm.c (handle_one_xevent): Call xft_settings_event for
ClientMessage, PropertyNotify and DestroyNotify.
(x_term_init): If we have XFT, get DPI from Xft.dpi.
Call xsettings_initialize.

* xftfont.c (xftfont_fix_match): New function.
(xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
Call xftfont_fix_match after XftFontMatch.

* xfont.c (xfont_driver): Initialize all members.

* xfns.c (x_default_font_parameter): Try font from Ffont_get_system_font.
Do not get font from x_default_parameter if we got one from
Ffont_get_system_font.
(Fx_select_font): Get the defaut font name from :name of FRAME_FONT (f).

* w32font.c (w32font_driver): Initialize all members.

* termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.

* lisp.h: Declare syms_of_xsettings.

* keyboard.c (kbd_buffer_get_event, make_lispy_event): Handle
CONFIG_CHANGED_EVENT.

* ftfont.c (ftfont_filter_properties): New function.

* frame.c (x_set_font): Remove unused variable lval.

* font.h (struct font_driver): filter_properties is new.

* font.c (font_put_extra): Don't return if val is nil, it means
boolean option is off.
(font_parse_fcname): Collect all extra properties in extra_props
and call filter_properties for all drivers with extra_props and
font as parameter.
(font_open_entity): Do not use cache, it does not pick up new fontconfig
settings like hinting.
(font_load_for_lface): If spec had a name in it, store it in entity.

* emacs.c (main): Call syms_of_xsettings

* config.in: HAVE_GCONF is new.

* Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
xsettings.o is new.

* menu-bar.el: Put "Use system font" in Option-menu.

* loadup.el: If feature system-font-setting or font-render-setting is
there, load font-setting.

* Makefile.in (ELCFILES): font-settings.el is new.
* font-setting.el: New file.

* NEWS: Mention dynamic font changes (font-use-system-font).

* configure.in: New option: --with(out)-gconf.
Set HAVE_GCONF if we find gconf.
2009-11-17 08:21:23 +00:00
Glenn Morris
371b0117bf (INFO_FILES): Add semantic. 2009-11-17 04:34:45 +00:00
Chong Yidong
8834a98b6b * info/dir: Add Semantic. 2009-11-16 22:26:36 +00:00
Glenn Morris
92424f959d (install-arch-indep): Use a more restrictive Makefile
pattern, so as not to exclude makefile*.el.  (Bug#4912)
2009-11-16 02:06:36 +00:00
Jan Djärv
a53cfbe587 Use gcc-generated dependency files if we can (GNU Make and gcc required).
* Makefile.in: If AUTO_DEPEND is defined, make gcc generate
dependency files in deps/. Include those files into Makefile.

* config.in: Generated (AUTO_DEPEND).

* configure.in: --enable-autodepend is new.  Check for GNU Make
and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
gcc and GNU make to generate dependencies.
2009-11-14 15:17:38 +00:00
Glenn Morris
b8c5de8f13 Make links to doc/lispintro/*.pdf. 2009-10-27 02:48:13 +00:00
Chong Yidong
912314214b * configure.in: Invoke $CPP with -P when creating Makefile and
src/Makefile.  Without this, gcc 4.4.2 converts each
backslash-newline pair in the input to a bare newline, yielding
invalid Makefiles.

* configure: Regenerate.
2009-10-23 16:19:37 +00:00
Juanma Barranquero
1233852a80 Fix typo. 2009-10-20 08:06:02 +00:00
Dan Nicolaescu
d760435bc9 (vac-dec-vms): Remove, not supported anymore. 2009-10-19 22:48:52 +00:00
Adrian Robert
f5b30dc9b6 (NS_HAVE_NSINTEGER): Back out previous change. (*-apple-darwin*): Add x86_64 architecture. 2009-10-16 03:08:41 +00:00
Dan Nicolaescu
5ba6c2e1f0 * config.guess, config.sub: Updated from master source. 2009-10-14 06:10:19 +00:00
Adrian Robert
c9abc21f61 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define. 2009-10-12 00:45:10 +00:00
Juanma Barranquero
b6c0fa718a * Makefile.in (INFO_FILES): Add EDE and EIEIO. 2009-10-07 18:26:40 +00:00
Glenn Morris
7b1b676db8 (check): Update for two new levels of subdirectory in lisp/. 2009-09-29 02:18:20 +00:00
Dan Nicolaescu
58a8cf5135 Updated from master source. 2009-09-17 06:14:33 +00:00
Dan Nicolaescu
005bd5a263 * puresize.h (BASE_PURESIZE): Increase to 1290000.
* Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
(OBJECTS_MACHINE): Remove, unused.

* configure.in (OTHER_FILES): Define using autoconf not cpp.
2009-09-17 06:10:44 +00:00
Dan Nicolaescu
cc1cb3da4a (change-log-mode): Restore bug-reference-mode. 2009-09-14 23:24:56 +00:00
Chong Yidong
8593c508c1 * INSTALL: Update URL for GNU FreeFont. 2009-09-13 22:15:10 +00:00
Glenn Morris
07cd41530f (install-arch-indep): Don't recursively change perms of
site-lisp and infodir.  There may be non-Emacs files in here, and the
files supplied by Emacs are all handled explicitly already.  (Bug#3800)
(mkdir): Set umask to world-readable before creating directories.
mkinstalldirs already checks if dirs exist, don't duplicate this test.
2009-09-09 02:34:17 +00:00
Glenn Morris
ffd8aba987 (info-real): Don't ignore errors from doc Makefiles.
(info): Don't give an error in the absence of makeinfo - let the doc
Makefiles do that, if the info files need rebuilding.  (Bug#3982)
2009-08-29 02:18:03 +00:00
Ken Raeburn
201a407332 * Makefile.in (install-arch-indep): If the versioned DOC-####
generated during loadup+dump isn't found, install the plain DOC
file that always gets generated, in case CANNOT_DUMP is set.
2009-08-23 03:54:32 +00:00
Ken Raeburn
879de935e0 * configure.in: Warn if package version specified here doesn't
match the version in version.el.
* configure: Regenerate.
2009-08-23 02:15:00 +00:00
Michael Albinus
c99cb30624 * configure: Regenerate. 2009-08-22 08:49:36 +00:00
Glenn Morris
707f28b632 Remove reference to cvtmail. 2009-08-19 02:52:17 +00:00
Seiji Zenitani
2ec536de94 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX). 2009-08-16 03:16:33 +00:00
Chong Yidong
7e4d589411 * INSTALL: Fix free fonts URL. 2009-08-02 22:49:24 +00:00
Glenn Morris
49a9e76da8 (AC_PREREQ): Require autoconf 2.62. 2009-07-22 02:54:54 +00:00
Andreas Schwab
7df24305ed (--enable-checking, --enable-profiling): Use
AS_HELP_STRING.
2009-07-04 08:12:10 +00:00
Dan Nicolaescu
6978862dc8 * m/mips.h: Mention this file is also used for netbsd.
* m/pmax.h: Remove file.

* configure.in (--enable-profiling): New option.
(mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
2009-07-03 13:19:03 +00:00
Dan Nicolaescu
9fe40f0e26 (--enable-profiling): New option. 2009-07-03 13:04:57 +00:00
Glenn Morris
920b116e67 Restore netbsd on mips, mipsel, mipseb. 2009-06-27 02:42:05 +00:00
Dan Nicolaescu
2977109422 (--enable-checking): New option. 2009-06-26 23:41:43 +00:00
Glenn Morris
0da746de61 Warn if subdir does not exist in source.
(nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
(nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
No longer make links.
2009-06-24 03:50:25 +00:00
Glenn Morris
eeebcbb97a Yavor Doganov <yavor at gnu.org>
(tempdir): Don't create directories preferences.gorm and
preferences.nib, they are no longer required.
2009-06-24 03:47:07 +00:00
Chong Yidong
7024347875 Add "Branch for 23.1" ChangeLog entry. 2009-06-21 14:35:26 +00:00
Chong Yidong
60cf1d099b * configure.in: Delete mac-fix-env target, which has been
removed (Bug#3531).
2009-06-13 00:01:31 +00:00
Stefan Monnier
834cf4368c Don't define CANNOT_DUMP for GNUStep any more. 2009-05-06 02:51:52 +00:00
Chong Yidong
a6e754b68e * BUGS: Use new binding of view-emacs-problems. 2009-05-05 01:23:41 +00:00
Chong Yidong
734dabe0ec * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
for Solaris compatibility.
* leim/Makefile.in (install): Avoid using $$(..) construct, for Solaris
compatibility.
2009-05-04 01:13:20 +00:00
Chong Yidong
7bbec45b62 * configure: Regenerate.
* configure.in: Disable use of FreeType without libXft.
2009-04-25 14:36:01 +00:00
Jan Djärv
dc2933ebde Make Emacs compile when Gtk+ and -DGTK_DISABLE_DEPRECATED is used.
* gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar): Use
G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
(xg_initialize): Use g_type_class_ref instead of gtk_type_class which
is deprecated.

* configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER): Check
if it is declared in gtk.h.
2009-04-19 10:53:15 +00:00
Andreas Schwab
cea426d364 (install-arch-indep): Remove .gitignore files. 2009-04-12 11:19:49 +00:00
Kenichi Handa
11e244d815 Make the section "Complex Text Layout support
libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
2009-04-03 01:57:12 +00:00
Glenn Morris
e6a498d964 Add missing entry. 2009-03-11 03:20:35 +00:00