aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-06-12T14:55:[email protected]Glenn Morris2014-06-282-2/+10
|\
| * Warn about read-passwd in batch modeGlenn Morris2014-06-262-2/+10
| | | | | | | | | | | | | | | | | | * doc/lispref/minibuf.texi (Intro to Minibuffers): Batch mode is basic. (Reading a Password): Mention batch mode. * lisp/subr.el (read-passwd): Warn about batch mode. Fixes: debbugs:17839
| * Bump version to 24.3.92Glenn Morris2014-06-252-2/+2
| |
* | Merge from emacs-24; up to 2014-06-08T18:27:[email protected]Glenn Morris2014-06-243-8/+18
|\|
| * * doc/misc/dired-x.texi (Omitting Files in Dired, Omitting Variables): FixLeo Liu2014-06-232-5/+10
| | | | | | | | | | | | key binding to dired-omit-mode. Fixes: debbugs:16354
| * More tweaks of skeleton documentation wrt \n behavior at bol/eol.Eli Zaretskii2014-06-222-3/+9
| | | | | | | | | | | | | | | | lisp/skeleton.el (skeleton-insert): Yet another fix of the doc string wrt behavior of \n as the first/last element of a skeleton. doc/misc/autotype.texi (Skeleton Language): Document the \n feature better.
* | Misc small doc/ Makefile cleanupGlenn Morris2014-06-226-47/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * emacs/Makefile.in (mkinfodir): Remove. (.dvi.ps): Replace with pattern rule. (${buildinfodir}): New rule. ($(buildinfodir)/emacs.info): Use order-only prereq for output dir. Use $<. (emacs.dvi, emacs.pdf, emacs.html, emacs-xtra.dvi, emacs-xtra.pdf): Use $<. (%.ps): New rule. * lispintro/Makefile.in (mkinfodir): Remove. (.dvi.ps): Replace with explicit rule. (${buildinfodir}): New rule. (${buildinfodir}/eintr.info): Use order-only prereq for output dir. Use $<. (emacs-lisp-intro.dvi, emacs-lisp-intro.pdf, emacs-lisp-intro.html): Use $<. (emacs-lisp-intro.ps): New rule. * lispref/Makefile.in (mkinfodir): Remove. (.dvi.ps): Replace with explicit rule. (html): Declare as PHONY. (${buildinfodir}): New rule. ($(buildinfodir)/elisp.info): Use order-only prereq for output dir. Use $<. (elisp.dvi, elisp.html, elisp.pdf): Use $<. (elisp.ps): New rule.
* | Disable implicit texi rules in doc/Glenn Morris2014-06-228-0/+28
| | | | | | | | | | | | | | | | * doc/emacs/Makefile.in (%.texi): * doc/lispintro/Makefile.in (%.texi): * doc/lispref/Makefile.in (%.texi): * doc/misc/Makefile.in (%.texi): Disable implicit rules.
* | "the the", "from from" and "and and".Mario Lang2014-06-233-2/+8
| |
* | Merge from emacs-24; up to 2014-06-06T02:22:[email protected]Glenn Morris2014-06-215-5/+26
|\|
| * doc/misc/autotype.texi (Skeleton Language): Fix last change.Eli Zaretskii2014-06-211-3/+5
| |
| * Improve documentation of how vertical-motion interprets columns.Eli Zaretskii2014-06-212-1/+10
| | | | | | | | | | | | | | src/indent.c (Fvertical_motion): Doc fix. doc/lispref/positions.texi (Screen Lines): Clarify how columns are counted by vertical-motion.
| * Improve documentation of \n in a skeleton.Eli Zaretskii2014-06-212-2/+8
| | | | | | | | | | doc/misc/autotype.texi (Skeleton Language): Document the feature of \n when at eol.
| * * dbus.texi (Type Conversion): Formatting edits in example.Michael Albinus2014-06-152-2/+6
| |
* | Sync with Tramp 2.2.10.Michael Albinus2014-06-153-50/+69
| | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/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{}. * doc/misc/trampver.texi: Update release number.
* | Parallelize clean rules using GNU make featuresGlenn Morris2014-06-148-8/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in: (submake_template): New definition. (mostlyclean_dirs, clean_dirs, distclean_dirs, maintainer_clean_dirs): New variables. (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean) (extraclean): Define using each subdirectory as a prequisite. * lib/Makefile.am (bootstrap-clean): * doc/emacs/Makefile.in (bootstrap-clean): * doc/lispintro/Makefile.in (bootstrap-clean): * doc/lispref/Makefile.in (bootstrap-clean): * doc/misc/Makefile.in (bootstrap-clean): * lib-src/Makefile.in (bootstrap-clean): * lwlib/Makefile.in (bootstrap-clean): * nextstep/Makefile.in (bootstrap-clean): * nt/Makefile.in (bootstrap-clean): * oldXMenu/Makefile.in (bootstrap-clean): New rules, for symmetry/simplicity. * lwlib/Makefile.in (mostlyclean, clean, distclean, maintainer-clean): * oldXMenu/Makefile.in (mostlyclean, clean, distclean, maintainer-clean, tags): Declare as PHONY.
* | Merge from emacs-24; up to 2014-06-03T06:51:[email protected]Glenn Morris2014-06-142-10/+16
|\|
| * Fix documentation mentioned in bug #17768.Eli Zaretskii2014-06-142-10/+16
| | | | | | | | | | | | | | lisp/subr.el (posn-col-row): Doc fix. doc/lispref/commands.texi (Accessing Mouse): Improve the wording of the posn-col-row documentation.
* | Adding support for SES local printer functionsVincent Belaïche2014-06-122-0/+11
| |
* | Simplify doc/misc/Makefile.in with GNU Make featuresGlenn Morris2014-06-112-745/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/Makefile.in (mkinfodir): Remove. (${buildinfodir}): Generate using an order-only prerequisite. (.dvi.ps): Replace with pattern rule. ($INFO_TARGETS): Mark as PHONY. (${buildinfodir}): New rule. (EXTRA_OPTS, need_emacsver, need_emacsver_prefix): New variables. (${buildinfodir}/%.info, %.dvi, %.pdf, %.html, %.ps): New pattern rules, replacing numerous previous explicit rules. (info_template): New definition. (gnus.dvi, gnus.pdf): Use distinct intermediate files. (mostlyclean): Adjust for above gnus change.
* | Merge from emacs-24; up to 2014-06-02T14:17:[email protected]Glenn Morris2014-06-112-1/+5
|\|
| * * doc/misc/Makefile.in (INFO_INSTALL): Update for 2013-08-28 DOCMISC_W32 changeGlenn Morris2014-06-102-1/+5
| |
* | Add .info extension to @setfilename commands in doc/Glenn Morris2014-06-0964-64/+64
| | | | | | | | | | This makes no difference to anything, since we always use makeinfo -o, but it makes automake happier, if we ever decide to use that.
* | Get rid of the INFO_EXT variableGlenn Morris2014-06-098-148/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's never been anything more than pointless complexity * configure.ac (INFO_EXT, INFO_OPTS): Remove output variables. * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout. * doc/emacs/Makefile.in (INFO_EXT): Remove and replace by ".info" throughout. (INFO_OPTS): Set directly rather than with configure. * doc/lispintro/Makefile.in (INFO_EXT): Remove and replace by ".info" throughout. (INFO_OPTS): Set directly rather than with configure. * doc/lispref/Makefile.in (INFO_EXT): Remove and replace by ".info" throughout. (INFO_OPTS): Set directly rather than with configure. * doc/misc/Makefile.in (INFO_EXT): Remove and replace by ".info" throughout. (INFO_OPTS): Set directly rather than with configure.
* | Say (accept-process-output P)'s result pertains to P if P is non-nil.Paul Eggert2014-06-092-2/+9
| | | | | | | | | | | | | | * doc/lispref/processes.texi (Accepting Output): * src/process.c (Faccept_process_output) (wait_reading_process_output): Mention that if PROCESS is non-nil, the return value is about PROCESS, not about other processes.
* | Merge from emacs-24; up to 2014-06-02T11:35:[email protected]Glenn Morris2014-06-0850-235/+294
|\|
| * Doc fixes: markup (mainly nil -> @code{nil})Glenn Morris2014-06-0829-124/+125
| |
| * Simplify info.info for the stand-alone readerKarl Berry2014-06-082-11/+14
| | | | | | | | | | | | | | doc/misc/info.texi (Help-^L): "mode line", "screenful", stand-alone and Emacs Info both use the mode line. Use x instead of weird C-x 0 to get rid of help msg in standalone Info.
| * Small doc updates re initial-buffer-choiceGlenn Morris2014-06-085-14/+29
| | | | | | | | | | | | | | | | | | | | | | * doc/emacs/entering.texi (Entering Emacs): Small fix re initial-buffer-choice. * doc/emacs/misc.texi (emacsclient Options): Copyedit. * doc/lispref/os.texi (Startup Summary): Small fix for initial-buffer-choice. * lisp/startup.el (initial-buffer-choice): Doc fix. Reset :version (adding an option does not merit a :version bump).
| * Doc edits re uniquifyGlenn Morris2014-06-087-22/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/buffers.texi (Uniquify): Copyedits. * doc/emacs/files.texi (Visiting): Update for uniquify changes. * doc/lispref/files.texi (Subroutines of Visiting): Mention uniquify. * doc/misc/vip.texi (Files): Defer to Emacs manual for uniquify details. * lisp/bookmark.el (bookmark-load): Doc fix. * lisp/uniquify.el (uniquify-buffer-name-style): Doc fix. * lisp/files.el: Comment. * etc/NEWS: Related edit.
| * info.texi tweaks re S-SPCGlenn Morris2014-06-082-14/+22
| | | | | | | | | | | | * doc/misc/info.texi (Help-Small-Screen): Clarify details of S-SPC. (Help-Small-Screen, Help-]): Do not mention S-SPC. (Emacs Info Variables): Markup fix.
| * Doc markup fixes re SPC, RETGlenn Morris2014-06-079-10/+21
| | | | | | | | | | | | | | | | | | | | | | * doc/emacs/dired.texi (Marks vs Flags): * doc/emacs/rmail.texi (Rmail Scrolling): * doc/misc/ebrowse.texi (Source Display, Finding/Viewing): * doc/misc/erc.texi (Sample Session): * doc/misc/ses.texi (The Basics): * doc/misc/todo-mode.texi (Moving and Deleting Items): * doc/misc/woman.texi (Navigation): Markup fixes re SPC, RET.
| * * doc/emacs/help.texi (Help, Misc Help): Copyedits.Glenn Morris2014-06-072-10/+12
| |
| * Doc tweaks re text-mode menusGlenn Morris2014-06-073-11/+8
| | | | | | | | | | | | * doc/emacs/screen.texi (Menu Bar): Copyedits. * doc/emacs/msdog.texi (Windows Keyboard): F10 menus are now a general feature.
| * Doc tweak re fullscreen/maximizeGlenn Morris2014-06-073-7/+17
| | | | | | | | | | | | * doc/emacs/frames.texi (Frame Commands): Copyedits re M-F10, F11. * doc/emacs/cmdargs.texi (Window Size X): Copyedits.
| * Doc tweaks re < etcGlenn Morris2014-06-072-12/+12
| | | | | | | | | | | | * doc/lispref/numbers.texi (Comparison of Numbers): Copyedits. * src/data.c (Flss, Fgtr, Fleq, Fgeq): Doc tweaks.
* | Merge from emacs-24; up to 2014-06-01T23:37:[email protected]Glenn Morris2014-06-0710-80/+175
|\|
| * Some Acknowledgments updates for the manualGlenn Morris2014-06-073-22/+43
| | | | | | | | | | | | * doc/emacs/ack.texi (Acknowledgments): Updates. * doc/emacs/emacs.texi (Acknowledgments): Updates.
| * Doc tweaks re prettify-symbols-modeGlenn Morris2014-06-073-33/+17
| | | | | | | | | | | | | | * doc/emacs/programs.texi (Prettifying Symbols): Remove node. (Misc for Programs): Mention more briefly here. * doc/emacs emacs.texi (Top): Update menu.
| * Doc updates re window-setup-hookGlenn Morris2014-06-064-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/startup.el (window-setup-hook): Doc fix. * doc/lispref/display.texi (Window Systems): Remove window-setup-hook. * doc/lispref/os.texi (Startup Summary, Init File): Improve description of window-setup-hook. (Terminal-Specific): Update window-setup-hook cross-reference. * doc/lispref/hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
| * Document incompatible overlay priority changeGlenn Morris2014-06-052-6/+14
| | | | | | | | | | | | | | | | * doc/lispref/display.texi (Overlay Properties): Update re priority. * etc/NEWS: Related edit. Fixes: debbugs:17234
| * Spelling fixes.Paul Eggert2014-06-052-4/+4
| |
| * Some documentation for signing of packagesGlenn Morris2014-06-044-2/+82
| | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/package.texi (Package Menu, Package Installation): Mention signed packages. * doc/lispref/package.texi (Package Archives): Mention signing packages. * lisp/emacs-lisp/package.el (package-check-signature) (package-unsigned-archives): Doc fixes. * etc/NEWS: Related edits.
| * * emacs/package.texi (Package Installation): Mention package-pinned-packages.Glenn Morris2014-06-022-0/+11
| | | | | | | | * etc/NEWS: Related markup.
| * * doc/emacs/misc.texi: Small updates (no need to merge to trunk)Glenn Morris2014-06-012-5/+9
| | | | | | | | | | * doc/emacs/misc.texi [iftex]: Update chapter summary. (Emulation): Remove ludicrously outdated claim.
* | Document latest changes in make_lispy_position.Eli Zaretskii2014-06-072-2/+8
| | | | | | | | | | | | | | doc/lispref/commands.texi (Click Events): Update contents of click event's position list due to last changes in make_lispy_position. etc/NEWS: Mention the incompatible change.
* | * doc/emacs/misc.texi [iftex]: Update chapter summary.Glenn Morris2014-06-012-10/+10
| |
* | Make some old emulation modes obsoleteGlenn Morris2014-06-019-25/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00502.html * lisp/emulation/crisp.el, lisp/emulation/tpu-edt.el: * lisp/emulation/tpu-extras.el, lisp/emulation/tpu-mapper.el: * lisp/emulation/vi.el, lisp/emulation/vip.el, lisp/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. * etc/NEWS: Mention this.
* | Merge from emacs-24; up to 2014-05-29T17:16:[email protected]Glenn Morris2014-06-018-68/+89
|\|
| * Do not mention individual ns options in the manualGlenn Morris2014-05-282-24/+9
| | | | | | | | | | | | | | * doc/emacs/macos.texi (Mac / GNUstep Customization): Mention ns custom group. (Customization options specific to Mac OS / GNUstep): Remove section. * etc/NEWS: Related markup.