summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * .bzrignore: Add TAGS-LISP.Juri Linkov2010-01-311-0/+4
|
* Account for utmp.h availability.Chong Yidong2010-01-231-0/+5
| | | | | | | | * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks this header file). * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x lacks this header file).
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * .bzrignore: Ignore all .exe, instead of individual files.Juanma Barranquero2010-01-131-0/+4
|
* Explicitly check for and link to -lXrender.Chong Yidong2010-01-121-0/+4
| | | | | | See http://lists.gnu.org/archive/html/emacs-devel/2010-01/msg00656.html * configure.in: Explicitly check for and link to -lXrender.
* Replace emacs-pretest-bug with bug-gnu-emacs mailing list.Glenn Morris2010-01-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | 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.
* .bzrignore: Add more ignored patterns, including for the MS-DOS build.Eli Zaretskii2010-01-021-0/+5
|
* Fix typos in ChangeLogs.Juanma Barranquero2009-12-291-1/+1
|
* * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.Karl Fogel2009-12-271-0/+5
| | | | * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
* (bug-reference-url-format): Change to debbugs.gnu.org.Glenn Morris2009-12-171-0/+4
|
* Add EDT entry.Glenn Morris2009-12-151-0/+1
|
* (INFO_FILES): Add edt.Glenn Morris2009-12-151-0/+4
|
* configure.in: Check for RSVG if GNUStep is used.Jan Djärv2009-12-101-0/+4
|
* configure.in: Don't check for RSVG or GConf unless X11 is used.Jan Djärv2009-12-091-0/+4
|
* * configure.in: Allow compiling Emacs with GTK on Cygwin.Chong Yidong2009-12-091-0/+4
| | | | | | | * src/s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable. * src/emacs.c (main): Set the G_SLICE environment variable for Cygwin GTK builds.
* Add etc/images/mpc directory.Glenn Morris2009-12-011-0/+4
|
* * cus-start.el (all): Add native condition for font-use-system-font.Jan Djärv2009-11-211-0/+4
| | | | * configure.in: Don't check for GConf unless X is used.
* Use -Wdeclaration-after-statement if available.Dan Nicolaescu2009-11-201-0/+4
|
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* (INFO_FILES): Add semantic.Glenn Morris2009-11-171-0/+4
|
* * info/dir: Add Semantic.Chong Yidong2009-11-161-0/+4
|
* (install-arch-indep): Use a more restrictive MakefileGlenn Morris2009-11-161-0/+5
| | | | pattern, so as not to exclude makefile*.el. (Bug#4912)
* Use gcc-generated dependency files if we can (GNU Make and gcc required).Jan Djärv2009-11-141-0/+6
| | | | | | | | | | | * 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.
* Make links to doc/lispintro/*.pdf.Glenn Morris2009-10-271-0/+4
|
* * configure.in: Invoke $CPP with -P when creating Makefile andChong Yidong2009-10-231-0/+9
| | | | | | | | 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.
* Fix typo.Juanma Barranquero2009-10-201-4/+4
|
* (vac-dec-vms): Remove, not supported anymore.Dan Nicolaescu2009-10-191-0/+4
|
* (NS_HAVE_NSINTEGER): Back out previous change. (*-apple-darwin*): Add ↵Adrian Robert2009-10-161-0/+5
| | | | x86_64 architecture.
* * config.guess, config.sub: Updated from master source.Dan Nicolaescu2009-10-141-0/+4
|
* * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.Adrian Robert2009-10-121-0/+4
|
* * Makefile.in (INFO_FILES): Add EDE and EIEIO.Juanma Barranquero2009-10-071-0/+4
|
* (check): Update for two new levels of subdirectory in lisp/.Glenn Morris2009-09-291-0/+4
|
* Updated from master source.Dan Nicolaescu2009-09-171-0/+2
|
* * puresize.h (BASE_PURESIZE): Increase to 1290000.Dan Nicolaescu2009-09-171-0/+4
| | | | | | | * Makefile.in (OTHER_FILES): Define using autoconf, not cpp. (OBJECTS_MACHINE): Remove, unused. * configure.in (OTHER_FILES): Define using autoconf not cpp.
* (change-log-mode): Restore bug-reference-mode.Dan Nicolaescu2009-09-141-0/+4
|
* * INSTALL: Update URL for GNU FreeFont.Chong Yidong2009-09-131-0/+4
|
* (install-arch-indep): Don't recursively change perms ofGlenn Morris2009-09-091-0/+8
| | | | | | | 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.
* (info-real): Don't ignore errors from doc Makefiles.Glenn Morris2009-08-291-0/+6
| | | | | (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)
* * Makefile.in (install-arch-indep): If the versioned DOC-####Ken Raeburn2009-08-231-1/+5
| | | | | generated during loadup+dump isn't found, install the plain DOC file that always gets generated, in case CANNOT_DUMP is set.
* * configure.in: Warn if package version specified here doesn'tKen Raeburn2009-08-231-0/+6
| | | | | match the version in version.el. * configure: Regenerate.
* *** empty log message ***Michael Albinus2009-08-221-0/+6
|
* Remove reference to cvtmail.Glenn Morris2009-08-191-0/+4
|
* * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).Seiji Zenitani2009-08-161-0/+4
|
* * INSTALL: Fix free fonts URL.Chong Yidong2009-08-021-0/+4
|
* (AC_PREREQ): Require autoconf 2.62.Glenn Morris2009-07-221-0/+4
|
* (--enable-checking, --enable-profiling): UseAndreas Schwab2009-07-041-0/+5
| | | | AS_HELP_STRING.
* * m/mips.h: Mention this file is also used for netbsd.Dan Nicolaescu2009-07-031-1/+2
| | | | | | | * m/pmax.h: Remove file. * configure.in (--enable-profiling): New option. (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
* (--enable-profiling): New option.Dan Nicolaescu2009-07-031-0/+4
|
* Restore netbsd on mips, mipsel, mipseb.Glenn Morris2009-06-271-0/+4
|
* (--enable-checking): New option.Dan Nicolaescu2009-06-261-0/+4
|