aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-07Rename ChangeLogs for gitlog-to-changelogPaul Eggert1-12134/+0
This patch was implemented via the following shell commands: find * -name ChangeLog | sed 's,.*,git mv & &.1, s, lisp/ChangeLog\.1$, lisp/ChangeLog.17, s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09, s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3, s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2, s, src/ChangeLog\.1$, src/ChangeLog.13,' | sh git commit -am"[this commit message]"
2015-04-05Update the 24.5 release date in all ChangeLog filesNicolas Petton1-1/+1
2015-03-27Bump version to 24.5 for the release-candidateemacs-24.5-rc1Nicolas Petton1-0/+4
2015-03-24* doc/misc/newsticker.texi (Supported Formats): Remove dead url.Glenn Morris1-0/+2
2015-03-24* doc/misc/remember.texi (Function Reference): Copyedit.Glenn Morris1-0/+2
2015-03-24browse-url: mark some of the more obsolete stuff as suchGlenn Morris1-1/+6
* lisp/net/browse-url.el (browse-url-browser-function) (browse-url-default-browser): Remove obsolete items from the explicit listing. (browse-url-new-window-flag, browse-url-of-file-hook): Doc fixes. (browse-url-netscape-program, browse-url-netscape-arguments) (browse-url-netscape-startup-arguments) (browse-url-galeon-program, browse-url-galeon-arguments) (browse-url-galeon-startup-arguments) (browse-url-gnome-moz-program, browse-url-gnome-moz-arguments) (browse-url-galeon-new-window-is-tab) (browse-url-netscape-new-window-is-tab) (browse-url-mosaic-program, browse-url-mosaic-arguments) (browse-url-mosaic-pidfile, browse-url-CCI-port) (browse-url-CCI-host, browse-url-netscape-version) (browse-url-netscape, browse-url-netscape-sentinel) (browse-url-netscape-reload, browse-url-netscape-send) (browse-url-galeon, browse-url-galeon-sentinel) (browse-url-gnome-moz, browse-url-mosaic, browse-url-cci) (browse-url-w3-gnudoit): Make obsolete. * etc/NEWS: Mention this. * doc/misc/idlwave.texi (HTML Help Browser Tips): Remove obsolete info. * lisp/ffap.el (ffap-url-fetcher): Simplify default and doc. * lisp/x-dnd.el: Comment update.
2015-03-16doc/misc/efaq-w32.texi: Remove outdated information and update.Eli Zaretskii1-0/+4
2015-03-15Fix description of fullscreen mode on MS-Windows (Bug#20110).Martin Rudalics1-1/+5
* efaq.texi (Fullscreen mode on MS-Windows): Fix description (Bug#20110).
2015-03-04Sync with Tramp upstreamMichael Albinus1-0/+10
* tramp.texi (External methods) <adb>: Explain, when Tramp connects to devices. Mention port numbers. (GVFS based methods, File name completion): Add index. (Multi-hops, Remote Programs, File name completion, Ad-hoc multi-hops): Improve wording. * trampver.texi: Update release number.
2015-03-02Add support for generatorsDaniel Colascione1-0/+4
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 78f7e34..e7d79d5 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2015-03-02 Daniel Colascione <dancol@dancol.org> + + * control.texi (Generators): New section + * elisp.text: Reference new section. + 2015-02-28 Eli Zaretskii <eliz@gnu.org> * searching.texi (Char Classes): Update the documentation of diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 448c7f2..4e9c119 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2015-03-02 Daniel Colascione <dancol@dancol.org> + + * cl.texi (Iteration Clauses): Mention iterator support. + 2015-02-25 Tassilo Horn <tsdh@gnu.org> * reftex.texi (Multifile Documents): Document diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ce2e81..4ab4406 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,8 @@ 2015-03-02 Daniel Colascione <dancol@dancol.org> - * vc/vc.el (vc-responsible-backend): Add autoload cooking for + * emacs-lisp/generator.el: New file. + + * vc/vc.el (vc-responsible-backend): Add autoload cookie for `vc-responsible-backend'. 2015-03-01 Michael Albinus <michael.albinus@gmx.de> diff --git a/test/ChangeLog b/test/ChangeLog index 684e98f..64ad851 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,5 +1,7 @@ 2015-03-02 Daniel Colascione <dancol@dancol.org> + * automated/generator-tests.el: New tests + * automated/finalizer-tests.el (finalizer-basic) (finalizer-circular-reference, finalizer-cross-reference) (finalizer-error): New tests.
2015-02-25Handle customizations of reftex-include-file-commandsTassilo Horn1-0/+7
* reftex.texi (Multifile Documents): Document reftex-include-file-commands. (Options): Mention that non-customize changes might require calling reftex-compile-variables. * textmodes/reftex-vars.el (reftex-include-file-commands): Call reftex-set-dirty on changes.
2015-02-20Merge from gnulibPaul Eggert1-0/+4
* doc/misc/texinfo.tex: Update from gnulib. * lib/getdtablesize.c, lib/getopt.c, lib/signal.in.h, lib/tempname.c: * lib/tempname.h, m4/dup2.m4, m4/fcntl.m4, m4/getdtablesize.m4: Update from gnulib, incorporating: 2015-02-20 getdtablesize: port better for Android 2015-02-19 fcntl: Fix cross compiling 2015-02-18 dup2, fcntl: cross-compile better for Android 2015-02-18 getopt: don't crash on memory exhaustion 2015-02-17 tempname: allow compilation with C++ (trivial) 2015-02-17 dup2, fcntl: port to AIX 2015-02-16 getdtablesize, dup2, fcntl: port to Android 2015-02-11 getdtablesize, signal_h: Fix Android build 2015-02-11 maint: various whitespace cleanups in tempname
2015-02-10Mention the shr font changesLars Magne Ingebrigtsen1-0/+4
* doc/misc/eww.texi (Basics): Mention eww-toggle-fonts.
2015-02-05* doc/misc/auth.texi (Multiple GMail accounts with Gnus): Markup fix.Glenn Morris1-0/+4
2015-02-05doc/misc/auth.texi (Multiple GMail accounts with Gnus): Add FAQTed Zlatanov1-0/+4
2015-02-05doc/misc/ChangeLog: Add missing entryKatsumi Yamaoka1-0/+5
2015-02-05doc/misc/gnus.texi (Support for IMAP Extensions): Document Gmail labelsLars Magne Ingebrigtsen1-0/+4
2015-02-04doc/misc/erc.texi: fix typokwhite1-0/+1
2015-02-04Update ERC docs and update MAINTANERS to include myselfkwhite1-0/+5
2015-02-03* texinfo.tex: Update from gnulib.Paul Eggert1-0/+4
2015-02-01# ChangeLog fixes, backportedGlenn Morris1-3/+2
2015-01-16Don't enforce :protection in EIEIO objects any moreStefan Monnier1-1/+5
* doc/misc/eieio.texi (Slot Options): Document :protection as unsupported. * lisp/emacs-lisp/eieio-core.el (eieio--scoped-class-stack): Remove var. (eieio--scoped-class): Remove function. (eieio--with-scoped-class): Remove macro. Replace uses with `progn'. (eieio--slot-name-index): Don't check the :protection anymore. (eieio-initializing-object): Remove var. (eieio-set-defaults): Don't let-bind eieio-initializing-object. * lisp/emacs-lisp/eieio-generic.el (call-next-method): Don't bother checking eieio--scoped-class any more. * test/automated/eieio-test-methodinvoke.el (eieio-test-method-store): Use an explicit arg instead of eieio--scoped-class. Update all callers. * test/automated/eieio-tests.el (eieio-test-25-slot-tests) (eieio-test-26-default-inheritance, eieio-test-28-slot-protection) (eieio-test-30-slot-attribute-override) (eieio-test-31-slot-attribute-override-class-allocation): Don't check that we enforce :protection since we don't any more.
2015-01-02ChangeLog fixesGlenn Morris1-0/+10
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
Run admin/update-copyright.
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
Run admin/update-copyright.
2014-12-31Less 'make' chatter for doc and lispPaul Eggert1-0/+9
[doc/emacs/ChangeLog] Less 'make' chatter for Emacs doc * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in. (ENVADD, $(buildinfodir)/emacs.info, emacs.html): Use them. [doc/lispintro/ChangeLog] Less 'make' chatter for Emacs doc * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in. (ENVADD, $(buildinfodir)/eintr.info, emacs-lisp-intro.html): Use them. [doc/lispref/ChangeLog] Less 'make' chatter for Emacs doc * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in. (ENVADD, $(buildinfodir)/elisp.info, elisp.html): Use them. [doc/misc/ChangeLog] Less 'make' chatter for Emacs doc * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in. (ENVADD, $(buildinfodir)/%.info, %.html, ${buildinfodir}/ccmode.info) (${buildinfodir}/efaq%.info, efaq%.html): Use them. [lisp/ChangeLog] Less 'make' chatter in lisp directory * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../src/Makefile.in. (custom-deps, finder-data, autoloads, update-subdirs): Use them.
2014-12-29Sync with Tramp 2.2.11.Michael Albinus1-0/+7
* trampver.texi: Update release number.
2014-12-24ChangeLog fixesGlenn Morris1-2/+2
2014-12-18Fix Gnus registry pruning and sorting, and rename fileEric Abrahamsen1-0/+6
* lisp/gnus/gnus-registry.el (gnus-registry-prune-factor): Add new variable. (gnus-registry-max-pruned-entries): Remove obsolete variable. (gnus-registry-cache-file): Change default filename extension to "eieio". (gnus-registry-read): Add new function, split out from `gnus-registry-load', that does the actual object reading. (gnus-registry-load): Use it. Add condition case handler to check for old filename extension and rename to the new one. (gnus-registry-default-sort-function): New variable to specify a sort function to use when pruning. (gnus-registry-save, gnus-registry-insert): Use it. (gnus-registry-sort-by-creation-time): Define a default sort function. * lisp/gnus/registry.el (registry-db): Consolidate the :max-hard and :max-soft slots into a :max-size slot. (registry-db-version): Add new variable for database version number. (registry-prune): Use :max-size slot. Accept and use a sort-function argument. (registry-collect-prune-candidates): Add new function for finding non-precious pruning candidates. (registry-prune-hard-candidates, registry-prune-soft-candidates): Remove obsolete functions. (initialize-instance): Upgrade registry version when starting. * doc/misc/gnus.texi (Gnus Registry Setup): Explain pruning changes. Mention gnus-registry-prune-factor. Explain sorting changes and gnus-registry-default-sort-function. Correct file extension.
2014-12-17* calc.texi (About This Manual): Update instructionsJay Belanger1-0/+5
for building the manual.
2014-12-15"Advice" is a mass noun. Amend text accordingly.Alan Mackenzie1-0/+5
cl.texi (Obsolete Macros): Replace "an advice" with "advice".
2014-12-13Place ChangeLog entries in the correct filesGlenn Morris1-0/+4
2014-12-08Commands and mode for managing multiple eww buffersAndrey Kotlarski1-0/+4
Fixes: debbugs:19131 * doc/misc/eww.texi (Basics): Document managing multiple eww buffers. * lisp/net/eww.el (eww-buffers-mode): New major mode. (eww-list-buffers, eww-buffer-select, eww-buffer-show-next) (eww-buffer-show-previous, eww-buffer-kill, eww-buffer-show): New commands/functions.
2014-12-05* eww.texi (Basics): Document eww PDF viewing.Lars Magne Ingebrigtsen1-0/+4
2014-11-23Document the eww Desktop stuffIvan Shmakov1-0/+4
Fixes: debbugs:18010 * eww.texi (Advanced): Mention the Desktop stuff (bug#18010).
2014-11-23* tramp.texi (Remote processes): Let-bind environment variables toMichael Albinus1-0/+6
`process-environment' when running `process-file' or `start-file-process'.
2014-11-19* eww.texi (Basics): Document `eww-history-limit'.Ivan Shmakov1-0/+4
2014-11-13Fix some 24-hour time stamps in documentation.Paul Eggert1-0/+5
* doc/lispref/os.texi (Time of Day): * doc/misc/org.texi (The date/time prompt, Matching tags and properties): Use leading zero with 24-hour times less than 10:00.
2014-11-13Add a hook to be run after eww has rendered a pageLars Magne Ingebrigtsen1-0/+4
* net/eww.el (eww-after-render-hook): New variable. (eww-render): Use it.
2014-11-13Update LDAP configuration section of EUDC manualThomas Fitzsimmons1-0/+5
* eudc.texi (LDAP Configuration): Rename from LDAP Requirements and provide configuration examples.
2014-11-10* eww.texi (Basics): Document `eww-readable'.Lars Magne Ingebrigtsen1-0/+4
2014-11-10doc/misc/ChangeLog: Fix date for 2014-08-13T13:14:43Z!kwhite@gnu.orgKatsumi Yamaoka1-1/+1
2014-11-10doc/misc/{gnus.texi,gnus-faq.texi}: Update docs wrt shr/html mailTassilo Horn1-0/+8
* gnus.texi (HTML): Update section so that it mentions shr and w3m. Also link the full EWW manual that explains more on shr, too. * gnus-faq.texi (FAQ 4 - Reading messages, FAQ 4-16): Add Q&A on how to increase contrast when displaying HTML mail with shr.
2014-11-10doc/misc/gnus.texi (Top): Add missing `HTML' menu.Katsumi Yamaoka1-0/+5
(HTML): Fix xref to FAQ 4-16.
2014-11-08Replace doc/*/Makefile.in dist rules with code in admin/admin.elGlenn Morris1-0/+6
* admin/admin.el (make-manuals-dist-output-variables) (make-manuals-dist--1, make-manuals-dist): New. Replaces doc/*/Makefile.in `dist' rules. * doc/emacs/Makefile.in (version): Remove variable. (clean): No longer delete dist tarfile. (dist): Remove rule; replace with code in admin.el. * doc/lispintro/Makefile.in (version): Remove variable. (clean): No longer delete dist tarfile. (dist): Remove rule; replace with code in admin.el. * doc/lispref/Makefile.in (version): Remove variable. (clean): No longer delete dist tarfile. (dist): Remove rule; replace with code in admin.el. * doc/misc/Makefile.in (version): Remove variable. (clean): No longer delete dist tarfile. (dist): Remove rule; replace with code in admin.el.
2014-11-08doc/misc/Makefile.in: Parallel make fixGlenn Morris1-0/+5
* doc/misc/Makefile.in (${buildinfodir}/ccmode.info) (${buildinfodir}/efaq%.info): Ensure output directory exists.
2014-11-08Backport Tramp changes from trunk.Michael Albinus1-0/+15
* tramp.texi (Inline methods): Remove restriction on "telnet". Recommend sharing ssh connections for "plink". (External methods): Remove "sftp". Merge "pscp" and "psftp" descriptions. Recommend sharing ssh connections. Add "nc" method. (GVFS based methods): Add "sftp". (Customizing Completion, External packages, Issues): Use @dots{}. (Remote shell setup): Explain, how to change command line arguments of remote "nc" listener. * trampver.texi: Update release number.
2014-11-07doc/misc/{gnus.texi,gnus-faq.texi}: Add link to EWW manualTassilo Horn1-0/+6
* gnus.texi (HTML): Update section so that it mentions shr and w3m. Also link the full EWW manual that explains more on shr, too. * gnus-faq.texi (FAQ 4 - Reading messages, FAQ 4-16): Add Q&A on how to increase contrast when displaying HTML mail with shr.
2014-11-07Backport from trunk documentation of shr-color-visible-* variables.Tassilo Horn1-0/+6
doc/misc/eww.texi (Advanced): Document increasing contrast with shr-color-visible-distance-min and shr-color-visible-luminance-min.
2014-11-07Document how to increase contrast in EWW/shrTassilo Horn1-0/+6
* doc/misc/eww.texi (Advanced): Document increasing contrast with shr-color-visible-distance-min and shr-color-visible-luminance-min.