X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2fecccba2f4ee3b6c8aabb3f5a3828912ce2fce1..ac1a0ce1c6ba60a3faddc64463cb7a697b9d8fd2:/doc/misc/ChangeLog diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 389e937932..212343f4c6 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,92 +1,188 @@ -2012-06-19 Glenn Morris +2012-06-21 Glenn Morris * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737) -2012-06-01 Chong Yidong +2012-06-11 Lars Magne Ingebrigtsen - * Version 24.1 released. + * gnus.texi (Group Timestamp): Mention where to find documentation for + the `gnus-tmp-' variables (bug#11601). -2012-06-01 Chong Yidong +2012-06-11 Michael Albinus + + Sync with Tramp 2.2.6-pre. + + * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{} + where appropriate. + (Ad-hoc multi-hops): New section. + (Remote processes): New subsection "Running remote processes on + Windows hosts". + (History): Add remote commands on Windows, and ad-hoc multi-hop + methods. + (External methods): "ControlPersist" must be set to "no" for the + `scpc' method. + (Remote processes): Add a note about `auto-revert-tail-mode'. + (Frequently Asked Questions): Use "scpx" in combination with + "ControlPersist". Reported by Adam Spiers . + + * trampver.texi: Update release number. + +2012-06-10 Chong Yidong * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo compilation for html-mono. -2012-05-16 Bastien Guerry +2012-06-08 Paul Eggert + + * texinfo.tex: Merge from gnulib. + +2012-05-29 Katsumi Yamaoka + + * Makefile.in (echo-info): Don't try to install info files named + just ".info". + +2012-05-28 Glenn Morris + + * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910) + + * sc.texi: Nuke hand-written node pointers. + Fix top-level menu to match actual node order. + +2012-05-27 Glenn Morris + + * cl.texi, dired-x.texi: Nuke hand-written node pointers. + Some associated fixes, including not messing with chapno in cl.texi. + +2012-05-27 Bastien Guerry * org.texi (Durations and time values): Fix typo. -2012-05-12 Andreas Schwab +2012-05-19 Jay Belanger + + * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc): + Mention `calc-ensure-consistent-units'. + +2012-05-14 Andreas Schwab * cc-mode.texi: Avoid space before macro in 4th argument of cross reference commands. (Bug#11461) * 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. @@ -603,7 +699,7 @@ * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.3. (Preface): Updated support information. - (From Bill Wohler): Reset text to original version. As a + (From Bill Wohler): Reset text to original version. As a historical quote, the tense should be correct in the time that it was written. @@ -620,11 +716,11 @@ 2011-08-15 Suvayu Ali (tiny change) - * org.texi (Images in LaTeX export): rewrite. + * org.texi (Images in LaTeX export): Rewrite. 2011-08-15 Bastien Guerry - * org.texi (Using the mapping API): mention 'region as a possible + * org.texi (Using the mapping API): Mention 'region as a possible scope for `org-map-entries'. 2011-08-15 Carsten Dominik @@ -633,7 +729,7 @@ 2011-08-15 Bastien Guerry - * org.texi (Template expansion): order template sequences in the + * org.texi (Template expansion): Order template sequences in the proper order. 2011-08-15 Eric Schulte @@ -647,11 +743,11 @@ 2011-08-15 Achim Gratz - * org.texi: document that both CLOCK_INTO_DRAWER and + * org.texi: Document that both CLOCK_INTO_DRAWER and LOG_INTO_DRAWER can be used to override the contents of variable org-clock-into-drawer (or if unset, org-log-into-drawer). - * org.texi: replace @xref->@pxref. + * org.texi: Replace @xref->@pxref. 2011-08-15 Eric Schulte @@ -675,7 +771,7 @@ 2011-08-15 Eric Schulte - * org.texi (Structure of code blocks): explicitly state that the + * org.texi (Structure of code blocks): Explicitly state that the behavior of multiple blocks of the same name is undefined 2011-08-15 Christian Egli @@ -799,7 +895,7 @@ 2011-08-15 Bastien Guerry - * org.texi (LaTeX and PDF export): add a note about a limitation + * org.texi (LaTeX and PDF export): Add a note about a limitation of the LaTeX export: the org file has to be properly structured. 2011-08-15 Bastien Guerry @@ -1609,7 +1705,7 @@ 2010-11-11 Eric Schulte - * org.texi: multi-line header arguments :PROPERTIES: :ID: + * org.texi: Multi-line header arguments :PROPERTIES: :ID: b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:. 2010-11-11 Carsten Dominik @@ -8988,7 +9084,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.