aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | doc/misc/ChangeLog: Fix date for 2014-08-13T13:14:43Z!kwhite@gnu.orgKatsumi Yamaoka2014-11-101-1/+1
| | |
| * | doc/misc/{gnus.texi,gnus-faq.texi}: Update docs wrt shr/html mailTassilo Horn2014-11-103-9/+44
| | | | | | | | | | | | | | | | | | | | | * 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.
* | | Document the eww Desktop stuffIvan Shmakov2014-11-232-0/+38
| | | | | | | | | | | | | | | | | | Fixes: debbugs:18010 * eww.texi (Advanced): Mention the Desktop stuff (bug#18010).
* | | * tramp.texi (Remote processes): Let-bind environment variables toMichael Albinus2014-11-232-0/+21
| | | | | | | | | | | | `process-environment' when running `process-file' or `start-file-process'.
* | | * eww.texi (Basics): Document `eww-history-limit'.Ivan Shmakov2014-11-192-0/+13
| | |
* | | Merge from gnulib.Paul Eggert2014-11-141-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | 2014-11-14 extern-inline: update commentary about GCC bugs 2014-11-06 unistd: port to iOS 2014-11-04 update from texinfo * doc/misc/texinfo.tex, lib/unistd.in.h, m4/extern-inline.m4: Update from gnulib.
* | | Fix some 24-hour time stamps in documentation.Paul Eggert2014-11-132-2/+7
| | | | | | | | | | | | | | | | | | * 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.
* | | Add a hook to be run after eww has rendered a pageLars Magne Ingebrigtsen2014-11-132-0/+9
| | | | | | | | | | | | | | | * net/eww.el (eww-after-render-hook): New variable. (eww-render): Use it.
* | | * eww.texi (Basics): Document `eww-readable'.Lars Magne Ingebrigtsen2014-11-102-0/+10
| | |
* | | doc/misc/gnus.texi (Top): Add missing `HTML' menu.Katsumi Yamaoka2014-11-102-2/+7
| | | | | | | | | | | | (HTML): Fix xref to FAQ 4-16.
* | | Merge from emacs-24; up to 117691Glenn Morris2014-11-082-38/+6
|\ \ \ | |/ /
| * | Replace doc/*/Makefile.in dist rules with code in admin/admin.elGlenn Morris2014-11-082-38/+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.
* | | doc/misc/Makefile.in: Parallel make fixGlenn Morris2014-11-082-2/+7
| | | | | | | | | | | | | | | * doc/misc/Makefile.in (${buildinfodir}/ccmode.info) (${buildinfodir}/efaq%.info): Ensure output directory exists.
* | | Merge from emacs-24; up to 117687Glenn Morris2014-11-081-4/+4
|\ \ \ | |/ /
| * | Backport Tramp changes from trunk.Michael Albinus2014-11-083-51/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | doc/misc/eww.texi: Fix a typo and improve wording of last commit.Eli Zaretskii2014-11-071-4/+4
| | |
| * | Backport from trunk documentation of shr-color-visible-* variables.Tassilo Horn2014-11-072-0/+15
| | | | | | | | | | | | | | | doc/misc/eww.texi (Advanced): Document increasing contrast with shr-color-visible-distance-min and shr-color-visible-luminance-min.
| * | Backport changes in preparation for git migration from trunk.Eric S. Raymond2014-10-314-14/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | admin: Changes in several documents. autogen.sh: Neutralize language specific to a repository type. doc/misc/efaq-w32.texi: Neutralized language specific to a repository type. doc/misc/gnus-coding.txt: Neutralized language specific to a repository type. lisp/Makefile.in: Change some production names so they're neutral about the repository type.
* | | doc/misc/gnus.texi (HTML): Fix xref to EWWKatsumi Yamaoka2014-11-071-1/+1
| | |
* | | doc/misc/{gnus.texi,gnus-faq.texi}: Add link to EWW manualTassilo Horn2014-11-073-10/+43
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | | Document how to increase contrast in EWW/shrTassilo Horn2014-11-072-0/+15
| | | | | | | | | | | | | | | | | | * doc/misc/eww.texi (Advanced): Document increasing contrast with shr-color-visible-distance-min and shr-color-visible-luminance-min.
* | | doc/misc/auth.texi (Help for users): Explain quoting rules betterTeodor Zlatanov2014-11-032-5/+14
| | |
* | | Merge from emacs-24; up to 117634Glenn Morris2014-10-293-29/+12
|\ \ \ | |/ /
| * | * doc/misc/efaq.texi (Gnus does not work with NNTP): Remove; ancientGlenn Morris2014-10-292-22/+4
| | |
| * | * doc/misc/eieio.texi (Accessing Slots, CLOS compatibility): Adjust wordingStefan Monnier2014-10-202-7/+8
| | | | | | | | | | | | since `setf' is in core rather than in CL nowadays.
| * | Make most emulation packages obsolete. [Backport]Glenn Morris2014-10-203-3/+15
| |/ | | | | | | | | | | | | | | | | | | | | | | * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el: * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el: * emulation/ws-mode.el: Move to obsolete/. * doc/emacs/ack.texi (Acknowledgments): Remove some obsolete items. * doc/emacs/misc.texi (Emulation): Remove section. * doc/lispintro/emacs-lisp-intro.texi (Autoload): Update loaddefs.el details. * doc/misc/efaq.texi (Finding a package with particular functionality): Update example. * doc/misc/vip.texi: Mention this is obsolete.
* | Simplify use of current-time and friends.Paul Eggert2014-10-282-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/org.texi (Dynamic blocks): * lisp/allout-widgets.el (allout-widgets-hook-error-handler): * lisp/calendar/appt.el (appt-display-message): * lisp/calendar/icalendar.el (icalendar--convert-float-to-ical): * lisp/calendar/timeclock.el (timeclock-in, timeclock-when-to-leave) (timeclock-last-period, timeclock-day-base): * lisp/eshell/em-ls.el (eshell-ls-file): * lisp/eshell/esh-util.el (eshell-parse-ange-ls): * lisp/generic-x.el (named-database-print-serial): * lisp/net/newst-backend.el (newsticker--get-news-by-url-callback) (newsticker-get-news, newsticker--sentinel-work) (newsticker--image-get, newsticker--image-sentinel): * lisp/net/tramp-sh.el (tramp-get-remote-touch): * lisp/progmodes/opascal.el (opascal-debug-log): * lisp/textmodes/remember.el (remember-mail-date) (remember-store-in-files): * lisp/vc/vc-annotate.el (vc-annotate-display-autoscale) (vc-default-annotate-current-time): * lisp/vc/vc-bzr.el (vc-bzr-shelve-snapshot): * lisp/vc/vc-cvs.el (vc-cvs-annotate-current-time): * lisp/vc/vc-rcs.el (vc-rcs-annotate-current-time): * lisp/url/url-util.el (url-get-normalized-date): * lisp/erc/erc-backend.el (TOPIC): * lisp/gnus/gnus-delay.el (gnus-delay-article): * lisp/gnus/gnus-sum.el (gnus-summary-read-document): * lisp/gnus/gnus-util.el (gnus-seconds-today, gnus-seconds-month): * lisp/gnus/message.el (message-make-expires-date): * lisp/org/org-archive.el (org-archive-subtree) (org-archive-to-archive-sibling): * lisp/org/org-clock.el (org-resolve-clocks, org-clock-get-sum-start) (org-clock-special-range): * lisp/org/org-timer.el (org-timer-seconds): * lisp/org/org.el (org-read-date-analyze, org-get-cursor-date): * lisp/org/ox-html.el (org-html-format-spec): * lisp/org/ox-icalendar.el (org-icalendar--vtodo): Omit unnecessary call to current-time. * lisp/calendar/time-date.el (time-to-seconds) [!float-time]: * lisp/calendar/timeclock.el (timeclock-time-to-date): * lisp/vc/vc-annotate.el (vc-annotate-convert-time): Use current time if arg is nil, to be compatible with float-time. (time-date--day-in-year): New function, with most of the guts of the old time-to-day-in-year. (time-to-day-in-year): Use it. (time-to-days): Use it, to avoid decoding the same time stamp twice. * lisp/calendar/timeclock.el (timeclock-update-mode-line): * lisp/cedet/srecode/args.el (srecode-semantic-handle-:time): * lisp/gnus/gnus-util.el (gnus-seconds-year): * lisp/org/org.el (org-get-cursor-date): Don't call current-time twice to get the current time stamp, as this can lead to inconsistent results. * lisp/completion.el (cmpl-hours-since-origin): * lisp/erc/erc.el (erc-emacs-time-to-erc-time): * lisp/ido.el (ido-time-stamp): * lisp/vc/vc-annotate.el (vc-annotate-convert-time): Simplify by using float-time. * lisp/completion.el (save-completions-to-file): * lisp/url/url-cache.el (url-cache-prune-cache): Rename local var to avoid confusion. * lisp/gnus/gnus-util.el (gnus-float-time): * lisp/net/rcirc.el (rcirc-float-time): * lisp/org/org-compat.el (org-float-time): Simplify to an alias because time-to-seconds now behaves like float-time with respect to nil arg. * lisp/subr.el (progress-reporter-do-update): Don't call float-time unless needed. * lisp/erc/erc.el (erc-current-time): Simplify by using erc-emacs-time-to-erc-time. * lisp/org/org-clock.el (org-clock-get-table-data): Omit unnecessary, lossy conversion from floating point to Emacs time and back. (org-resolve-clocks): Prefer two-argument floor.
* | doc/misc/calc.texi (Quick Calculator): Mention prefix argument ofChristopher Schmidt2014-10-282-3/+9
| | | | | | | | | | | | | | | | | | `quick-calc'. etc/NEWS: Mention prefix argument of `quick-calc'. lisp/calc/calc.el (quick-calc): lisp/calc/calc-aent.el (calc-do-quick-calc): New argument INSERT.
* | Neutralize labguage specific to a VCS type.Eric S. Raymond2014-10-261-4/+2
| |
* | Neutralized language specific to a repository type.Eric S. Raymond2014-10-262-3/+7
| |
* | Neutralize language specific to a repository type.Eric S. Raymond2014-10-252-7/+11
| |
* | Merge from emacs-24Stefan Monnier2014-10-201-2/+2
|\ \ | |/
* | Merge from emacs-24; up to 2014-07-28T06:28:15Z!dmantipov@yandex.ruGlenn Morris2014-10-201-0/+4
|\ \ | |/
| * Add 24.4 release ChangeLog entriesemacs-24.4Glenn Morris2014-10-201-0/+4
| |
* | Merge from emacs-24; up to 2014-07-26T12:14:42Z!schwab@linux-m68k.orgGlenn Morris2014-10-122-0/+19
|\ \ | |/
| * Update doc/ make dist rulesGlenn Morris2014-10-122-0/+18
| | | | | | | | | | | | | | * emacs/Makefile.in (dist): * lispintro/Makefile.in (dist): * lispref/Makefile.in (dist): * misc/Makefile.in (dist): Update for new output variables.
* | Merge from emacs-24; up to 2014-07-26T11:58:24Z!schwab@linux-m68k.orgGlenn Morris2014-10-121-1/+2
|\ \ | |/
| * Merge Org 8.2.9Bastien Guerry2014-10-121-1/+2
| |
* | Enhance terpri to allow conditionally output a newlineLeo Liu2014-10-092-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/streams.texi (Output Functions): Document new argument ENSURE to terpri. * doc/misc/cl.texi (Porting Common Lisp): Remove parse-integer. * lisp/emacs-lisp/cl-extra.el (cl-fresh-line): New function. * src/keymap.c (describe_vector_princ): * src/keyboard.c (Fcommand_error_default_function): Adapt to change to Fterpri. * src/print.c (printchar_stdout_last): Declare. (printchar): Record the last char written to stdout. (Fterpri): Add optional argument ENSURE. * test/automated/print-tests.el: New file. (terpri): Tests for terpri. (Bug#18652)
* | Fix "make docs" failureUlf Jasper2014-10-062-1/+6
| | | | | | | | | | * doc/misc/newsticker.texi (Supported Formats): Fix order of subheading and itemize.
* | Merge from emacs-24; up to 2014-07-20T16:14:58Z!dmantipov@yandex.ruGlenn Morris2014-10-042-1/+5
|\ \ | |/
| * * doc/misc/vip.texi (Other Vi Commands): Markup fix.Glenn Morris2014-10-032-1/+5
| |
* | Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.orgGlenn Morris2014-10-032-25/+375
|\ \ | |/
| * Sync with Org 8.2.8.Bastien Guerry2014-10-032-26/+378
| |
* | doc/misc/erc.texi (Connecting): Remove stray "OA" that failed the manual build.Eli Zaretskii2014-10-032-1/+6
| |
* | Updating ERC documentationKelvin White2014-10-032-1/+31
| |
* | Add cl-parse-integer based on parse-integerLeo Liu2014-09-262-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/cl.texi (Predicates on Numbers): Document cl-digit-char-p. (Numerical Functions): Document cl-parse-integer. * lisp/calendar/parse-time.el (parse-time-digits): Remove. (digit-char-p, parse-integer) Moved to cl-lib.el. (parse-time-tokenize, parse-time-rules, parse-time-string): Use cl-parse-integer. * lisp/emacs-lisp/cl-extra.el (cl-parse-integer): New function. * lisp/emacs-lisp/cl-lib.el (cl-digit-char-table): New var. (cl-digit-char-p): New function. * test/automated/cl-lib.el (cl-digit-char-p, cl-parse-integer): New tests. Fixes: debbugs:18557
* | Newsticker: Add commands to rearrange treeview groups and document them. ↵Ulf Jasper2014-09-242-115/+423
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Bug#12560) 2014-09-24 Ulf Jasper <ulf.jasper@web.de> * newsticker.texi: Reworked. Document new treeview group commands. Remove VERSION, UPDATED, use EMACSVER instead. Use term 'feed reader'. 2014-09-24 Ulf Jasper <ulf.jasper@web.de> * automated/newsticker-tests.el (newsticker--group-find-parent-group), (newsticker--group-do-rename-group): New tests. 2014-09-24 Ulf Jasper <ulf.jasper@web.de> * net/newst-treeview.el (newsticker--treeview-do-get-node-by-id): Renamed `newsticker--treeview-do-get-node' to `newsticker--treeview-do-get-node-by-id'. (newsticker--treeview-get-node-by-id): Renamed `newsticker--treeview-get-node' to `newsticker--treeview-get-node-by-id'. (newsticker--treeview-get-current-node): Renamed ` `newsticker--treeview-get-node' to `newsticker--treeview-get-node-by-id'. (newsticker--treeview-buffer-init) (newsticker--treeview-buffer-init): Disable buffer undo. (newsticker--treeview-unfold-node): Adapted to modified `newsticker--group-find-parent-group'. (newsticker--group-do-find-group): Renamed `newsticker--group-do-find-group-for-feed' to `newsticker--group-do-find-group'. Now works for both, groups and feeds. (newsticker--group-find-parent-group): Renamed `newsticker--group-find-group-for-feed' to `newsticker--group-find-parent-group'. Now works for both, groups and feeds. (newsticker--group-do-get-parent-group) (newsticker--group-get-parent-group): Removed. (newsticker-group-add-group): Changed interactive prompts. (newsticker-group-add-group): Finally jump to added group. (newsticker-group-delete-group): Finally jump to current feed. (newsticker--group-do-rename-group, newsticker-group-rename-group) (newsticker--get-group-names, newsticker--group-names): New. (newsticker-group-move-feed): Finally jump to moved feed. (newsticker-group-shift-feed-down, newsticker-group-shift-feed-up) (newsticker-group-shift-group-down) (newsticker-group-shift-group-up, newsticker--group-shift): New (newsticker--group-manage-orphan-feeds): Renamed `newsticker--group-find-group-for-feed' to `newsticker--group-find-parent-group'. (newsticker-treeview-mode-map): New keybindings for new shift commands. (newsticker-treeview-tree-do-click): Renamed `newsticker--treeview-get-node' to `newsticker--treeview-get-node-by-id'. * net/newst-backend.el (newsticker--item-list) (newsticker--item-position, newsticker--prev-message) (newsticker--scrollable-text): Moved to newst-ticker.el. * net/newst-ticker.el (newsticker--item-list) (newsticker--item-position, newsticker--prev-message) (newsticker--scrollable-text): Moved from newst-backend.el.
* | Spelling fixes.Paul Eggert2014-09-111-4/+4
| | | | | | | | | | | | | | * lisp/ses.el (ses-file-format-extend-parameter-list): Rename from ses-file-format-extend-paramter-list. All uses changed. * lisp/gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling of ":delete".
* | Less chatter in 'make' output.Paul Eggert2014-09-032-2/+6
| | | | | | | | | | | | | | | | | | * doc/Makefile.in (clean): * oldXMenu/Makefile.in (clean mostlyclean): Simplify, for shorter command line. * src/Makefile.in (AM_V_GEN, am__v_GEN_, am__v_GEN_0, am__v_GEN_1, AM_V_at) (am__v_at_, am__v_at_0, am__v_at_1): New macros, taken from Automake. ($(etc)/DOC, buildobj.h, gl-stamp): Use them.