X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/a98edce9ec1f519ad23ba7dc32ce54f15841eaa5..e18afed7d695edac870ddf55aabc85c0a95a4b5f:/doc/misc/ChangeLog diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 5d8e05806e..812ec0214b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,531 @@ +2012-05-12 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. + + * 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-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-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-14 Alan Mackenzie + + * cc-mode.texi (c-offsets-alist): Correct a typo. + +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-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-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. + (Secret Service API): Adjust @samp to @code for collection names. + +2012-04-04 Glenn Morris + + * auth.texi (Secret Service API): Copyedits. + (Help for developers): Fill in some missing function doc-strings. + (Help for users, Help for developers) + (GnuPG and EasyPG Assistant Configuration): Markup fixes. + +2012-04-04 Michael Albinus + + * auth.texi (Secret Service API): Add the missing text. + +2012-04-04 Chong Yidong + + * message.texi (Using PGP/MIME): Note that epg is now the default. + + * gnus.texi: Reduce references to obsolete pgg library. + (Security): Note that epg is now the default. + + * gnus-faq.texi (FAQ 8-2): Mention EasyPG. + + * nxml-mode.texi (Completion): C-RET is no longer bound to + nxml-complete. + +2012-04-01 Jambunathan K + + * org.texi (Customizing tables in ODT export): Correct few errors. + +2012-04-01 Jambunathan K + + * org.texi (Links in ODT export): Update. + (Labels and captions in ODT export): New node. + +2012-04-01 Jambunathan K + + * org.texi (Literal examples in ODT export): htmlfontify.el in + Emacs-24.1 now supports fontification. So ODT source blocks will + be fontified by default. + +2012-04-01 Julian Gehring (tiny change) + + * org.texi (Refiling notes): Remove duplicated keybinding. + +2012-04-01 Eric Schulte + + * org.texi (noweb): Documentation of this new option to the :noweb + header argument. + +2012-04-01 Suvayu Ali + + * org.texi (Header and sectioning): Add example demonstrating how + to use "LaTeX_CLASS_OPTIONS". + +2012-04-01 Eric Schulte + + * org.texi (Noweb reference syntax): Describe the ability to + execute noweb references in the manual. + +2012-04-01 Eric Schulte + + * org.texi (cache): Improve cache documentation when session + evaluation is used. + +2012-04-01 Nicolas Goaziou + + * org.texi (Plain lists): Document removal. + +2012-04-01 Michael Brand + + * org.texi: Decapitalize file name in references to Calc manual. + +2012-04-01 Nicolas Goaziou + + * org.texi (Plain lists): Document removal. + +2012-04-01 Jambunathan K + + * org.texi (Top, OpenDocument Text export) + (ODT export commands, Extending ODT export) + (Images in ODT export, Tables in ODT export) + (Configuring a document converter): Add or Update. + +2012-04-01 Carsten Dominik + + * org.texi (MobileOrg): Change the wording to reflect that the + Android Version is no longer just the little brother of the iOS + version. + +2012-04-01 Eric Schulte + + * org.texi (Key bindings and useful functions): Updated babel key + binding documentation in manual. + +2012-04-01 Eric Schulte + + * org.texi (noweb): Document new noweb header value. + +2012-04-01 Eric Schulte + + * org.texi (noweb-sep): Document new header argument. + +2012-04-01 Eric Schulte + + * org.texi (noweb-ref): Documentation of this new custom variable. + +2012-04-01 Eric Schulte + + * org.texi (wrap): Update the new :wrap documentation to match the + current implementation. + +2012-04-01 Thomas Dye + + * org.texi: Added documentation for :wrap. + +2012-04-01 Thomas Dye + + * org.texi: #+RESULTS now user-configurable. + +2012-04-01 Thomas Dye + + * org.texi: Documented :noweb no-export. + +2012-04-01 Thomas Dye + + * org.texi: Edit :noweb no header argument for correctness. + +2012-04-01 Bastien Guerry + + * org.texi (Customization): Update the approximate number of Org + variables. + +2012-04-01 Thomas Dye + + * org.texi: The :results wrap produces a drawer instead of a + begin_results block. + +2012-03-22 Peder O. Klingenberg (tiny change) + + * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to + reflect the new default. + +2012-03-10 Eli Zaretskii + + * info.texi (Expert Info): Move the index entry for "Texinfo" from + "Getting Started" to this node. (Bug#10450) + +2012-03-10 Chong Yidong + + * flymake.texi (Example -- Configuring a tool called via make): + Mention the Automake COMPILE variable (Bug#8715). + + * info.texi (Getting Started): Add an index entry (Bug#10450). + +2012-03-02 Michael Albinus + + * dbus.texi (Signals): Known names will be mapped onto unique + names, when registering for signals. + +2012-02-29 Glenn Morris + + * url.texi: Fix quote usage in body text. + + * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus. + + * cl.texi: Use @code{} in menus when appropriate. + +2012-02-28 Glenn Morris + + * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi: + * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi: + * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi: + * org.texi, sc.texi, vip.texi, viper.texi: + Standardize possessive apostrophe usage. + +2012-02-26 Chong Yidong + + * ediff.texi (Quick Help Commands): Add a couple of index entries + (Bug#10834). + +2012-02-17 Glenn Morris + + * gnus.texi (Posting Styles): + * remember.texi (Org): Fix cross-refs to other manuals. + +2012-02-15 Glenn Morris + + * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1. + (Encryption): New chapter, split out from previous. + +2012-02-13 Lars Ingebrigtsen + + * gnus.texi (Customizing the IMAP Connection): Mention + nnimap-record-commands. + +2012-02-10 Glenn Morris + + * url.texi (Retrieving URLs): Update url-retrieve arguments. + Mention url-queue-retrieve. + +2012-02-09 Glenn Morris + + * sem-user.texi (Semantic mode user commands): Typo fix. + + * info.texi (Create Info buffer): Mention info-display-manual. + +2012-02-07 Lars Ingebrigtsen + + * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel + example (modified from an example by Michael Albinus). + +2012-01-30 Philipp Haselwarter (tiny change) + + * gnus.texi (Agent Basics): Fix outdated description of + `gnus-agent-auto-agentize-methods'. + +2012-01-28 Andreas Schwab + + * cc-mode.texi: Always @defindex ss. + (Config Basics): Fix argument of @itemize. + (Macro Backslashes): Add @code around index entry. + +2012-01-23 Glenn Morris + + * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired. + +2012-01-19 Eric Hanchrow + + * tramp.texi (File): Tweak wording for the `scpc' option. + +2012-01-06 Lars Magne Ingebrigtsen + + * gnus.texi (Group Parameters): Really note precedence. + +2012-01-04 Lars Magne Ingebrigtsen + + * gnus.texi (Group Parameters): Note precedence. + +2012-01-03 Eric Schulte + + * org.texi (Noweb reference syntax): Adding documentation of + the `*org-babel-use-quick-and-dirty-noweb-expansion*' + variable. + +2012-01-03 Bastien Guerry + + * org.texi (Plain lists): Split the table to fix the display + of items. + +2012-01-03 Bastien Guerry + + * org.texi (Plain lists): Fix misplaced explanation. + +2012-01-03 Bastien Guerry + + * org.texi (Plain lists, Agenda files): Add index entries. + +2012-01-03 Julian Gehring + + * org.texi: Use "Org mode" instead of alternatives like + "Org-mode" or "org-mode". + +2012-01-03 Bernt Hansen + + * org.texi (Agenda commands): Document + `org-clock-report-include-clocking-task'. + +2012-01-03 Bastien Guerry + + * org.texi (Checkboxes): Document the new behavior of `C-u C-c + C-c' on checkboxes. + +2012-01-03 Julian Gehring + + * org.texi: End sentences with two spaces. + +2012-01-03 Michael Brand + + * org.texi (External links): Document the link types file+sys + and file+emacs, slightly narrow used page width. + +2012-01-03 Eric Schulte + + * org.texi (colnames): Note that colnames behavior may differ + across languages. + +2012-01-03 Bastien Guerry + + * org.texi (Weekly/daily agenda, Agenda commands): Fix typos. + +2012-01-03 Thomas Dye + + * org.texi: Augmented discussion of babel property + inheritance. Put footnote outside sentence ending period. + +2012-01-03 Eric Schulte + + * org.texi (eval): Documenting the full range of :eval header + argument values. + +2012-01-03 Eric Schulte + + * org.texi (eval): Documentation of the new :eval option. + +2012-01-03 Thomas Dye + + * org.texi: Add accumulated properties. + +2012-01-03 Thomas Dye + + * org.texi: Documented no spaces in name=assign, another + correction to :var table. + +2012-01-03 Thomas Dye + + * org.texi: Changed DATA to NAME in Working With Source Code + section. + +2012-01-03 Tom Dye + + * org.texi: Minor change to :var table. + +2012-01-03 Tom Dye + + * org.texi: More changes to :var table (some examples were wrong). + +2012-01-03 Tom Dye + + * org.texi: Cleaned up :var table. + +2012-01-03 Bastien Guerry + + * org.texi (Timestamps, Weekly/daily agenda) + (Weekly/daily agenda): Add @cindex for "appointment". + +2012-01-03 Eric Schulte + + * org.texi (Literal examples): A new link to the template for + inserting empty code blocks. + (Structure of code blocks): A new link to the template for + inserting empty code blocks. + +2012-01-03 Rafael Laboissiere (tiny change) + + * org.texi (External links): Add footnote on how the behavior + of the text search in Org files are controled by the variable + `org-link-search-must-match-exact-headline'. + +2012-01-03 Eric Schulte + + * org.texi (Buffer-wide header arguments): Update + documentation to reflect removal of #+PROPERTIES. + +2012-01-03 Carsten Dominik + + * org.texi (The clock table): Mention that ACHIVED trees + contribute to the clock table. + +2012-01-03 Carsten Dominik (tiny change) + + * org.texi (Conflicts): Better yasnippet config info. + +2012-01-03 Bastien Guerry (tiny change) + + * org.texi (Selective export): Explicitely mention the default + values for `org-export-select-tags', + `org-export-exclude-tags'. + +2012-01-03 Tom Dye + + * org.texi: Added a line to specify that header arguments are + lowercase. + +2012-01-03 Tom Dye + + * org.texi: :var requires default value when declared. + +2012-01-03 Bastien Guerry + + * org.texi (Handling links): Add a note about the + `org-link-frame-setup' option. + +2012-01-03 David Maus + + * org.texi (Exporting Agenda Views, Extracting agenda + information): Fix command line syntax, quote symbol parameter + values. + +2012-01-03 David Maus + + * org.texi (Exporting Agenda Views): Fix command line syntax. + +2011-12-28 Paul Eggert + + * gnus.texi (Mail Source Customization, Mail Back End Variables): + Use octal notation for file permissions, which are normally + thought of in octal. + (Mail Back End Variables): Use more-plausible modes in example. + +2011-12-20 Alan Mackenzie + + * cc-mode.texi: Update version string 5.31 -> 5.32. + 2011-12-06 Juanma Barranquero * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos. @@ -8493,7 +9021,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc. + Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc. This file is part of GNU Emacs.