aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLog merge fixesGlenn Morris2012-05-141-1/+1
|
* Merge from emacs-24; up to 2012-04-22T13:58:00Z!cyd@gnu.orgChong Yidong2012-05-143-12/+20
|\
| * * cc-mode.texi: Avoid space before macro in 4th argument of crossAndreas Schwab2012-05-122-11/+15
| | | | | | | | reference commands.
| * * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.Andreas Schwab2012-05-122-1/+5
| |
* | * doc/misc/Makefile.in (mostlyclean): Add still more TeX intermediates.Glenn Morris2012-05-121-1/+1
| |
* | * .bzrignore, doc/misc/Makefile.in (mostlyclean): Add more TeX intermediates.Glenn Morris2012-05-122-2/+5
| |
* | Make doc/misc/Makefile.in look more like the other doc MakefilesGlenn Morris2012-05-122-223/+132
| | | | | | | | | | | | | | | | | | | | | | * doc/misc/Makefile.in: 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.
* | * doc/misc/Makefile.in (.SUFFIXES): Disable implicit rules.Glenn Morris2012-05-112-0/+3
| | | | | | | | Fixes previous change.
* | * doc/misc/Makefile.in (info.info): Rename from info, to avoid duplication.Glenn Morris2012-05-112-1/+4
| |
* | Let configure test for a suitable mkdir -pGlenn Morris2012-05-118-8/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P. (MKDEPDIR): Use $MKDIR_P. * Makefile.in (MKDIR_P): New, set by configure. (mkdir): Use $MKDIR_P. * doc/emacs/Makefile.in (MKDIR_P): New, set by configure. (mkinfodir): Use $MKDIR_P. * doc/lispintro/Makefile.in (MKDIR_P): New, set by configure. (mkinfodir): Use $MKDIR_P. * doc/lispref/Makefile.in (MKDIR_P): New, set by configure. (mkinfodir): Use $MKDIR_P. * doc/misc/Makefile.in (MKDIR_P): New, set by configure. (mkinfodir): Use $MKDIR_P. * src/Makefile.in (MKDIR_P): New, set by configure. * src/ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
* | * loading.texi (Loading Non-ASCII): Multibyte sessions no longer exist.Glenn Morris2012-05-092-3/+3
| |
* | Update doc for obsolescence of "unibyte: t"Glenn Morris2012-05-094-10/+13
| | | | | | | | | | | | | | * doc/emacs/mule.texi (Disabling Multibyte): * doc/lispref/loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t" with "coding: raw-text". * etc/NEWS: Related markup.
* | Document new create-lockfiles optionGlenn Morris2012-05-094-1/+19
| |
* | Yet more ChangeLog merge fixesGlenn Morris2012-05-082-58/+0
| |
* | ChangeLog merge fixGlenn Morris2012-05-081-9/+0
| |
* | Remove the need for lispref vol1.texi and vol2.texiGlenn Morris2012-05-085-447/+90
| | | | | | | | | | | | * vol1.texi, vol2.texi: Remove files. * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
* | Merge from emacs-24; up to 2012-04-21T14:12:27Z!sdl.web@gmail.comGlenn Morris2012-05-0820-236/+320
|\ \ | |/
| * Move part of previous clean rule change to mostlycleanGlenn Morris2012-05-082-3/+3
| | | | | | | | * doc/lispref/Makefile.in (mostlyclean): Add some more vol1/2 items.
| * * doc/lispref/Makefile.in (clean): Add some more vol1/2 items.Glenn Morris2012-05-072-1/+4
| |
| * doc/lispref/two-volume.make small fixGlenn Morris2012-05-072-2/+8
| | | | | | | | | | * doc/lispref/two-volume.make (emacsdir): New. (tex): Add directory with emacsver.texi to TEXINPUTS.
| * * frames.texi (Mouse References, Mouse Commands): Fix index entries.Chong Yidong2012-05-062-2/+9
| | | | | | | | Fixes: debbugs:11362
| * * minibuf.texi (Minibuffer History, Basic Completion): Tweak page breaks.Glenn Morris2012-05-042-5/+7
| |
| * Undo part of previous changeGlenn Morris2012-05-041-1/+2
| |
| * More small edits for doc/lisprefGlenn Morris2012-05-042-7/+9
| | | | | | | | | | * internals.texi (Garbage Collection, Memory Usage) (Writing Emacs Primitives): Tweak page breaks.
| * More page break tweaks for doc/lisprefGlenn Morris2012-05-043-6/+9
| | | | | | | | | | * doc/lispref/edebug.texi (Edebug Display Update): Improve page break. * doc/lispref/streams.texi (Output Variables): Improve page break.
| * * doc/lispref/compile.texi (Disassembly): Condense the examples.Glenn Morris2012-05-042-72/+53
| |
| * More small edits for doc/lisprefGlenn Morris2012-05-049-147/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * control.texi: Where possible, use example rather than smallexample. (Sequencing, Conditionals, Signaling Errors, Handling Errors): Tweak page breaks. * customize.texi: Where possible, use example rather than smallexample. (Common Keywords, Variable Definitions, Applying Customizations) (Custom Themes): Tweak page breaks. * eval.texi, functions.texi, loading.texi, macros.texi: Where possible, use example rather than smallexample. * sequences.texi (Arrays): Tweak page breaks. * symbols.texi: Where possible, use example rather than smallexample. (Symbol Components): Fix typo. (Other Plists): Tweak page break.
| * Small edits for doc/lispref/lists.texiGlenn Morris2012-05-042-4/+7
| | | | | | | | | | * lists.texi (List-related Predicates, List Variables): Tweak page-breaks. (Sets And Lists): Convert inforef to xref.
| * * text.texi (Auto Filling): Don't mention Emacs 19.Glenn Morris2012-05-042-6/+2
| |
| * A belated farewell to documenting Emacs 18 featuresGlenn Morris2012-05-043-2/+5
| | | | | | | | | | * commands.texi (Event Input Misc): Don't mention unread-command-char. * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
| * * objects.texi (Process Type, Overlay Type): Tweak page-breaks.Glenn Morris2012-05-042-2/+3
| |
| * Small edits for lispref/intro.texiGlenn Morris2012-05-042-6/+8
| | | | | | | | | | | | * intro.texi (Caveats): Copyedit. (Lisp History): Convert inforef to xref. (Lisp History, Printing Notation, Version Info): Improve page-breaks.
| * * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.Glenn Morris2012-05-042-1/+5
| |
| * Small lispintro editsGlenn Morris2012-05-032-24/+35
| | | | | | | | | | | | | | * emacs-lisp-intro.texi (Making Errors): Don't mention Emacs 20. (Void Function, Wrong Type of Argument, Recursion with list) (Simple Extension): Assume a non-ancient Emacs. (Void Variable, Switching Buffers): Improve page breaks.
| * More page break tweaks for the manualGlenn Morris2012-05-032-5/+8
| | | | | | | | | | * doc/emacs/custom.texi (Customization Groups, Custom Themes, Examining): Improve page breaks.
| * * rmail.texi (Rmail Display): Use example rather than smallexample.Glenn Morris2012-05-032-2/+4
| |
| * * doc/emacs/calendar.texi: Convert inforefs to refs.Glenn Morris2012-05-032-9/+11
| |
| * * doc/emacs/dired.texi (Dired Enter): Improve page break.Glenn Morris2012-05-022-1/+3
| |
| * * doc/emacs/abbrevs.texi (Abbrev Concepts): Copyedits.Glenn Morris2012-05-022-7/+8
| |
| * * maintaining.texi (Registering, Tag Syntax): Tweak line and page breaks.Glenn Morris2012-05-022-2/+5
| |
| * CommentGlenn Morris2012-05-021-0/+1
| |
| * Small edits for programs.texi in Emacs manualGlenn Morris2012-05-022-19/+19
| | | | | | | | | | | | | | | | | | * doc/emacs/programs.texi (Programs, Electric C): Copyedits. (Program Modes): Add xref to Fortran. (Left Margin Paren): Remove what was (oddly enough) the only use of defvar in the entire Emacs manual. (Hungry Delete): Remove footnote about ancient Emacs version. (Other C Commands): Use example rather than smallexample.
| * More page break tweaks for the manualGlenn Morris2012-05-022-16/+22
| | | | | | | | | | | | * doc/emacs/text.texi (Pages, Filling, Foldout, Org Mode, HTML Mode) (Nroff Mode, Enriched Indentation, Table Rows and Columns): Tweak line and page breaks.
| * Tweaks for doc/emacs/modes.texiGlenn Morris2012-05-022-6/+7
| | | | | | | | | | | | * doc/emacs/modes.texi (Major Modes, Minor Modes): Reword to improve page-breaks. (Major Modes): Use example rather than smallexample.
| * * doc/emacs/mule.texi (Output Coding): Reword to improve page-breaks.Glenn Morris2012-05-022-6/+7
| |
| * * doc/emacs/frames.texi (Text-Only Mouse): Fix xref.Glenn Morris2012-05-022-2/+3
| |
| * * doc/emacs/frames.texi (Fonts): Tweak line and page breaks.Glenn Morris2012-05-022-23/+26
| | | | | | | | | | | | | | Change cross-reference. Use example rather than smallexample (these examples are not wide, smallexample saves little vertical space, but makes things harder to read).
| * Tweak page breaks in doc/emacs/buffers.texiGlenn Morris2012-05-022-11/+13
| | | | | | | | | | * doc/emacs/buffers.texi (Buffers, Kill Buffer, Several Buffers) (Indirect Buffers): Tweak line- and page-breaks.
| * * doc/emacs/fixit.texi (Fixit, Undo): Reword to improve page-breaks.Glenn Morris2012-05-022-5/+8
| |
| * * doc/lispintro/emacs-lisp-intro.texi: Update GNU Press contact details.Glenn Morris2012-05-022-11/+15
| |