aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Spelling fixes.Paul Eggert2011-12-161-1/+1
| |
* | Spelling fixes.Paul Eggert2011-12-151-2/+2
| |
* | Spelling fixes.Paul Eggert2011-12-142-3/+3
| |
* | Spelling fixes.Paul Eggert2011-12-143-8/+8
| |
* | Spelling fixes.Paul Eggert2011-12-118-12/+12
| |
* | Fix typos.Juanma Barranquero2011-12-062-8/+12
| |
* | Spelling fixes.Paul Eggert2011-12-052-2/+2
| |
* | Spelling fixes.Paul Eggert2011-12-045-19/+19
| |
* | Spelling fixes (mostly "inactive" vs "deactivate").Paul Eggert2011-11-271-1/+1
| |
* | Spelling fixes.Paul Eggert2011-11-264-95/+95
| |
* | Fix typos.Juanma Barranquero2011-11-251-1/+1
| |
* | Spelling fixes.Paul Eggert2011-11-248-12/+12
| |
* | Fix case of "GnuTLS" in docs.Glenn Morris2011-11-233-3/+7
| | | | | | | | | | | | * doc/misc/gnus.texi, doc/misc/smtpmail.texi: * etc/NEWS: * lisp/gnus/starttls.el, lisp/net/tls.el: Fix case of "GnuTLS".
* | doc/lispintro/makefile.w32-in, doc/misc/makefile.w32-in: Update dependencies.Juanma Barranquero2011-11-242-81/+88
| |
* | Spelling fixes.Paul Eggert2011-11-225-6/+6
| |
* | Removed deleted command from gnus.texi.Glenn Morris2011-11-202-17/+5
| | | | | | | | | | * doc/misc/gnus.texi (Group Information): Remove gnus-group-fetch-faq, command deleted 2010-09-24.
* | Fix typos.Juanma Barranquero2011-11-203-3/+5
| |
* | Spelling fixes.Paul Eggert2011-11-194-553/+553
| |
* | Fix typos.Juanma Barranquero2011-11-205-11/+20
| |
* | Spelling fixes.Paul Eggert2011-11-196-7/+7
| |
* | Spelling fixes.Paul Eggert2011-11-195-5/+5
| |
* | Spelling fixes.Paul Eggert2011-11-181-1/+1
| |
* | Typo fix.Glenn Morris2011-11-181-1/+1
| |
* | Spelling fixes.Paul Eggert2011-11-174-13/+11
| |
* | Spelling fixes.Paul Eggert2011-11-175-17/+17
| |
* | Fix typos.Juanma Barranquero2011-11-162-6/+10
| |
* | Fix typos.Juanma Barranquero2011-11-161-1/+1
| |
* | Fix typos.Juanma Barranquero2011-11-153-4/+6
| |
* | Spelling fixes.Paul Eggert2011-11-145-7/+7
| |
* | Fix typos.Juanma Barranquero2011-11-152-1/+5
| |
* | Spelling fixes.Paul Eggert2011-11-149-97/+97
| |
* | Fix typos.Juanma Barranquero2011-11-143-3/+8
| |
* | Spelling fixes.Paul Eggert2011-11-143-3/+3
| |
* | Spelling fixes.Paul Eggert2011-11-131-1/+1
| |
* | Fix typos.Juanma Barranquero2011-11-122-1/+5
| |
* | Spelling fixes.Paul Eggert2011-11-082-24/+24
| |
* | ChangeLog fixes.Glenn Morris2011-11-011-3/+2
| |
* | gnus.texi (Other Gnus Versions): Remove.Katsumi Yamaoka2011-10-312-18/+4
| |
* | Increment c-version to 5.32.2.Alan Mackenzie2011-10-281-0/+12
| |
* | Boring merge from savannah.Alan Mackenzie2011-10-283-1/+104
|\ \
| * \ Merge in random stuff from savannah.Alan Mackenzie2011-10-282-1/+7
| |\ \
| | * | Sync with Tramp 2.2.3.Michael Albinus2011-10-232-1/+7
| | | | | | | | | | | | | | | | * trampver.texi: Update release number.
| * | | Amend to indent and fontify macros "which include their own semicolon"Alan Mackenzie2011-10-271-0/+97
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly, using the "virtual semicolon" mechanism. cc-defs.el: Update "virtual semicolon" comments. cc-engine.el (c-crosses-statement-barrier-p): Recoded to scan one line at at time rather than having \n and \r explicitly in c-stmt-delim-chars (for some modes, e.g. AWK). (c-forward-label): Amend for virtual semicolons. (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions cc-fonts.el (c-font-lock-declarations): Take account of the new C macros. cc-langs.el (c-at-vsemi-p-fn, c-vsemi-status-unknown-p-fn): move to earlier in the file. (c-opt-cpp-symbol, c-line-comment-start-regexp): New language variables. (c-opt-cpp-macro-define): Make into a full language variable. (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for AWK Mode (including \n, \r) removed, no longer needed. cc-mode.el (c-mode, c++-mode, objc-mode): Invoke c-make-macro-with-semi-re. cc-vars.el (c-macro-with-semi-re, c-macro-names-with-semicolon): New variables. (c-make-macro-with-semi-re): New function cc-mode.texi (Indentation Commands): Mention "macros with semicolons". (Other Special Indentations): Add an xref to "Macros with ;". (Customizing Macros): Add stuff about syntax in macros. Add an xref to "Macros with ;". (Macros with ;): New page.
* | | DTRT for c-beginning/end-of-defun in nested declaration scopes.Alan Mackenzie2011-10-281-0/+11
|/ /
* | Minor rewording of some sections of the ERT manual.Glenn Morris2011-10-142-59/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/ert.texi (Introduction, How to Run Tests) (Running Tests Interactively, Expected Failures) (Tests and Their Environment, Useful Techniques) (Interactive Debugging, Fixtures and Test Suites): Minor rephrasings. (Running Tests Interactively, The @code{should} Macro): Add xrefs. (Running Tests in Batch Mode): Simplify loading instructions. (Test Selectors): Clarify some selectors. (Expected Failures, Useful Techniques): Make examples fit in 80 columns. Remove unused "LocalWords".
* | * calc.texi (Basic Operations on Units): Discuss temperatureJay Belanger2011-10-122-13/+20
| | | | | | | | conversion (`u t') alongside with other unit conversions ('u c').
* | * doc/misc/ert.texi: Whitespace trivia to make main menu items line up better.Glenn Morris2011-10-112-4/+8
| |
* | * doc/misc/Makefile.in: Fix ert rules.Glenn Morris2011-10-082-6/+11
| | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-10/msg00224.html
* | Merge changes made in Gnus trunk.Gnus developers2011-10-062-5/+14
| | | | | | | | | | | | gnus.texi (Gnus Utility Functions): Add more references and explanations (bug#9683). ecomplete.el (ecomplete-display-matches): Use a local keymap to handle bindings. gnus-win.el (gnus-configure-windows): Protect against reading ephemeral groups outside of Gnus.
* | Merge from gnulib, improving some licensing wording.Paul Eggert2011-09-261-36/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This clarifies and fixes some licensing issues raised by Glenn Morris <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>. It also merges the latest version of texinfo.tex and has some MSVC-related changes that don't affect Emacs. * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow, pathmax, and raise, since these are needed only to address MSVC-related issues that Emacs doesn't have. * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h: * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h: * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4: * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4: * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4: * m4/unistd_h.m4: Merge from gnulib.