- 12 Jan, 2010 1 commit
-
-
Glenn Morris authored
See http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00758.html * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to bug-gnu-emacs rather than emacs-pretest-bug. * mail/emacsbug.el (report-emacs-bug-pretest-address): Set it to bug-gnu-emacs rather than emacs-pretest-bug. * CONTRIBUTE, NEWS: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * trouble.texi (Checklist): Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions.
-
- 02 Jan, 2010 1 commit
-
-
Eli Zaretskii authored
-
- 29 Dec, 2009 1 commit
-
-
Juanma Barranquero authored
-
- 27 Dec, 2009 1 commit
-
-
Karl Fogel authored
* INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
-
- 17 Dec, 2009 1 commit
-
-
Glenn Morris authored
-
- 15 Dec, 2009 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 10 Dec, 2009 1 commit
-
-
Jan Djärv authored
-
- 09 Dec, 2009 2 commits
-
-
Jan Djärv authored
-
Chong Yidong authored
* src/s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable. * src/emacs.c (main): Set the G_SLICE environment variable for Cygwin GTK builds.
-
- 01 Dec, 2009 1 commit
-
-
Glenn Morris authored
-
- 21 Nov, 2009 1 commit
-
-
Jan Djärv authored
* configure.in: Don't check for GConf unless X is used.
-
- 20 Nov, 2009 1 commit
-
-
Dan Nicolaescu authored
-
- 17 Nov, 2009 2 commits
-
-
Jan Djärv authored
* 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.
-
Glenn Morris authored
-
- 16 Nov, 2009 2 commits
-
-
Chong Yidong authored
-
Glenn Morris authored
pattern, so as not to exclude makefile*.el. (Bug#4912)
-
- 14 Nov, 2009 1 commit
-
-
Jan Djärv authored
* 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.
-
- 27 Oct, 2009 1 commit
-
-
Glenn Morris authored
-
- 23 Oct, 2009 1 commit
-
-
Chong Yidong authored
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.
-
- 20 Oct, 2009 1 commit
-
-
Juanma Barranquero authored
-
- 19 Oct, 2009 1 commit
-
-
Dan Nicolaescu authored
-
- 16 Oct, 2009 1 commit
-
-
Adrian Robert authored
-
- 14 Oct, 2009 1 commit
-
-
Dan Nicolaescu authored
-
- 12 Oct, 2009 1 commit
-
-
Adrian Robert authored
-
- 07 Oct, 2009 1 commit
-
-
Juanma Barranquero authored
-
- 29 Sep, 2009 1 commit
-
-
Glenn Morris authored
-
- 17 Sep, 2009 2 commits
-
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
* Makefile.in (OTHER_FILES): Define using autoconf, not cpp. (OBJECTS_MACHINE): Remove, unused. * configure.in (OTHER_FILES): Define using autoconf not cpp.
-
- 14 Sep, 2009 1 commit
-
-
Dan Nicolaescu authored
-
- 13 Sep, 2009 1 commit
-
-
Chong Yidong authored
-
- 09 Sep, 2009 1 commit
-
-
Glenn Morris authored
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.
-
- 29 Aug, 2009 1 commit
-
-
Glenn Morris authored
(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)
-
- 23 Aug, 2009 2 commits
-
-
Ken Raeburn authored
generated during loadup+dump isn't found, install the plain DOC file that always gets generated, in case CANNOT_DUMP is set.
-
Ken Raeburn authored
match the version in version.el. * configure: Regenerate.
-
- 22 Aug, 2009 1 commit
-
-
Michael Albinus authored
-
- 19 Aug, 2009 1 commit
-
-
Glenn Morris authored
-
- 16 Aug, 2009 1 commit
-
-
Seiji Zenitani authored
-
- 02 Aug, 2009 1 commit
-
-
Chong Yidong authored
-
- 22 Jul, 2009 1 commit
-
-
Glenn Morris authored
-