X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/c8fb9dc689cdd9facc56d7220bdf3bb5864231f0..e18afed7d695edac870ddf55aabc85c0a95a4b5f:/doc/misc/ChangeLog diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 99c14897db..812ec0214b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -5,71 +5,121 @@ * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi. +2012-05-12 Glenn Morris + + * Makefile.in (mostlyclean): Add more TeX intermediates. + + * Makefile.in: Make it look more like the other doc Makefiles. + Use explicit $srcdir in all dependencies. + Remove cd $srcdir from rules. + (VPATH): Remove. + (infodir): Set to an absolute path. + (INFO_TARGETS): Use short names. + (mkinfodir): infodir is now absolute. + (echo-info, maintainer-clean): Update for new format of INFO_TARGETS. + + * Makefile.in (info.info): Rename from info, to avoid duplication. + (.SUFFIXES): Disable implicit rules. + + * Makefile.in (MKDIR_P): New, set by configure. + (mkinfodir): Use $MKDIR_P. + +2012-05-07 Glenn Morris + + * forms.texi (Long Example): Update for changed location of files. + +2012-05-04 Glenn Morris + + * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure. + (INFO_TARGETS): Use $INFO_EXT. + Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o. + * makefile.w32-in (INFO_EXT, INFO_OPTS): New. + (INFO_TARGETS): Use $INFO_EXT. + Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o. + 2012-05-02 Glenn Morris + * Makefile.in (echo-info): New phony target, used by top-level. + * viper.texi: Make direntry shorter (also it is no longer "newest"). * emacs-gnutls.texi, ert.texi, org.texi: Fix dircategory, direntry to match info/dir. -2012-04-28 Glenn Morris - * faq.texi: Convert @inforefs to @xrefs. Fix some malformed cross-references. (File-name conventions): Shorten section name to avoid overfull line. (How to add fonts): Use smallexample to avoid overfull lines. -2012-04-26 Ippei Furuhashi (tiny change) +2012-05-01 Teodor Zlatanov + + * auth.texi (Help for users): Update for .gpg file being second. + +2012-04-27 Ippei Furuhashi (tiny change) * org.texi (Agenda commands): Fix two typos: give corresponding function names, according to `org-agenda-view-mode-dispatch'. -2012-04-21 Glenn Morris +2012-04-27 Glenn Morris * faq.texi (Major packages and programs): Remove section. There is no point listing 6 packages (cf etc/MORE.STUFF). (Finding Emacs and related packages): Move "Spell-checkers" here. +2012-04-22 Michael Albinus + + * dbus.texi (Version): New node. + (Properties and Annotations): Mention the object manager + interface. Describe dbus-get-all-managed-objects. + (Type Conversion): Floating point numbers are allowed, if an + anteger does not fit Emacs's integer range. + (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking. + (Asynchronous Methods): Fix description of + dbus-call-method-asynchronously. + (Receiving Method Calls): Fix some minor errors. Add + dbus-interface-emacs. + (Signals): Describe unicast signals and the new match rules. + (Alternative Buses): Add the PRIVATE optional argument to + dbus-init-bus. Describe its new return value. Add dbus-setenv. + 2012-04-20 Glenn Morris * faq.texi (New in Emacs 24): New section. (Packages that do not come with Emacs): Mention M-x list-packages. -2012-04-13 Glenn Morris - - * Makefile.in: Replace non-portable use of $< in emacs-gnutls rules. - -2012-04-12 Eli Zaretskii - - * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add emacs-gnutls. - ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets. - -2012-04-12 Teodor Zlatanov - - * emacs-gnutls.texi: Add documentation for the GnuTLS integration. - * Makefile.in: Add emacs-gnutls.texi to build. - -2012-04-11 Alan Mackenzie +2012-04-14 Alan Mackenzie * cc-mode.texi (c-offsets-alist): Correct a typo. -2012-04-11 Jérémie Courrèges-Anglas (tiny change) +2012-04-14 Jérémie Courrèges-Anglas (tiny change) * org.texi (Deadlines and scheduling): Fix the example: the DEADLINE item should come right after the headline. We enforce this convention, so it is a bug not to illustrate it correctly in the manual. -2012-04-11 Ippei FURUHASHI (tiny change) +2012-04-14 Ippei FURUHASHI (tiny change) * org.texi (Agenda commands): Fix documentation bug by swapping the equivalent keybindings to `org-agenda-next-line' with the ones to `org-agenda-previous-line'. -2012-04-07 Glenn Morris +2012-04-14 Glenn Morris * Makefile.in: Replace non-portable use of $< in ordinary rules. +2012-04-09 Eli Zaretskii + + * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add + emacs-gnutls. + ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets. + +2012-04-09 Teodor Zlatanov + + * Makefile.in: Add emacs-gnutls.texi to build. + + * emacs-gnutls.texi: Add documentation for the GnuTLS integration. + 2012-04-05 Teodor Zlatanov * auth.texi (Secret Service API): Edit further and give examples. @@ -8971,7 +9021,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc. + Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc. This file is part of GNU Emacs.