- 13 Dec, 2012 1 commit
-
-
Eric M. Ludlam authored
Ref http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00419.html and preceding discussion Imported from bzr://cedet.bzr.sourceforge.net/bzrroot/cedet/code/trunk doc/texi/semantic/bovine.texi
-
- 12 Dec, 2012 4 commits
-
-
Glenn Morris authored
* doc/misc/flymake.texi (Customizable variables, Locating the buildfile): Remove refs to flymake-buildfile-dirs, removed 2007-07-20.
-
Glenn Morris authored
* doc/misc/srecode.texi: Small edits. Set copyright to FSF, add explicit GFDL 1.3+ license, fix up index. * doc/misc/Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode. (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi) (srecode.pdf): New targets. * doc/misc/makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode. ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets. * info/dir: Add srecode.
-
Eric M. Ludlam authored
Ref http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00419.html and preceding discussion Imported from bzr://cedet.bzr.sourceforge.net/bzrroot/cedet/code/trunk doc/texi/srecode.texi bzr log shows (very) tiny changes from authors with assignments: Alex Ott <ottalex@users.sourceforge.net> David Engster <dengste@eml.cc> Vincent Belaïche <vincentb1@users.sourceforge.net> and from: emacsman@users.sourceforge.net scymtym@users.sourceforge.net Fixes: debbugs:9966
-
Bastien Guerry authored
-
- 02 Dec, 2012 1 commit
-
-
Michael Albinus authored
(External methods): Fix typo.
-
- 30 Nov, 2012 1 commit
-
-
Glenn Morris authored
-
- 20 Nov, 2012 1 commit
-
-
Michael Albinus authored
* trampver.texi: Downgrade version to 2.2.6-24.3, in order to distinguish from trunk. Don't merge with trunk, please.
-
- 16 Nov, 2012 1 commit
-
-
Glenn Morris authored
* doc/misc/cl.texi (Function Bindings): Clarify that cl-flet is lexical. (Obsolete Macros): Move example here from Function Bindings. * etc/NEWS: Related edit.
-
- 13 Nov, 2012 4 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* doc/misc/erc.texi (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list. * etc/NEWS: Related edit.
-
Glenn Morris authored
* etc/NEWS: Related edit.
-
Glenn Morris authored
* doc/misc/erc.texi (Modules): Undocument obsolete "hecomplete". Add "notifications". * lisp/erc/erc.el (erc-modules): Add "notifications". Tweak "hecomplete" doc. * etc/NEWS: Related edit.
-
- 12 Nov, 2012 1 commit
-
-
Glenn Morris authored
* doc/misc/flymake.texi (Customizable variables) (Highlighting erroneous lines): Mention flymake-error-bitmap, flymake-warning-bitmap, and flymake-fringe-indicator-position. * lisp/progmodes/flymake.el (flymake-error-bitmap) (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes. (flymake-error-bitmap, flymake-warning-bitmap): Fix :types. * etc/NEWS: Related markup.
-
- 09 Nov, 2012 1 commit
-
-
Chong Yidong authored
* url.texi (Introduction): Move url-configuration-directory to Customization node. (Parsed URIs): Split into its own node. (URI Encoding): New node. (Defining New URLs): Remove empty chapter. (Retrieving URLs): Add an introduction. Doc fix for url-retrieve. Improve docs for url-queue-*. (Supported URL Types): Copyedits. Delete empty subnodes.
-
- 08 Nov, 2012 1 commit
-
-
Chong Yidong authored
* doc/misc/url.texi (Introduction): Rename from Getting Started. Rewrite the introduction. (URI Parsing): Rewrite. Omit the obsolete attributes slot.
-
- 07 Nov, 2012 4 commits
-
-
Glenn Morris authored
* etc/NEWS: Related markup.
-
Glenn Morris authored
* lisp/emacs-lisp/cl.el (define-setf-expander, defsetf) (define-modify-macro): Doc fixes. * doc/misc/cl.texi (Obsolete Setf Customization): Give defsetf gv.el replacements. * etc/NEWS: Related edit.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/emacs-lisp/gv.el (gv-letplace): Fix doc typo. (gv-define-simple-setter): Update doc of `fix-return'. * doc/lispref/variables.texi (Adding Generalized Variables): Update description of FIX-RETURN expansion. * doc/misc/cl.texi (Obsolete Setf Customization): Revert defsetf example to the more correct let rather than prog1.
-
- 06 Nov, 2012 4 commits
-
-
Glenn Morris authored
* doc/misc/cl.texi (Setf Extensions): Remove obsolete reference. (Obsolete Setf Customization): Mention simple defsetf replaced by gv-define-simple-setter.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/misc/cl.texi (Obsolete Setf Customization): Undocument get-setf-method, since it no longer exists. * etc/NEWS: Mention this.
-
Glenn Morris authored
* doc/lispref/variables.texi (Adding Generalized Variables): Move note on lack of setf functions to here... * doc/misc/cl.texi (Obsolete Setf Customization): ... from here.
-
- 03 Nov, 2012 3 commits
-
-
Glenn Morris authored
* doc/misc/cl.texi (Creating Symbols, Random Numbers): De-emphasize internal variables cl--gensym-counter and cl--random-state. * etc/NEWS: Related edits. Fixes: debbugs:12788
-
Glenn Morris authored
* cl.texi: Further general copyedits. (List Functions): Remove copy-tree, standard elisp for some time. (Efficiency Concerns): Comment out examples that no longer apply. (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
-
Glenn Morris authored
Eg, no longer distinguish between "the optimizing compiler" and "the non-optimizing compiler" like they were different entities.
-
- 02 Nov, 2012 1 commit
-
-
Glenn Morris authored
* doc/misc/cl.texi (Naming Conventions, Type Predicates, Macros) (Predicates on Numbers): No longer mention cl-floatp-safe.
-
- 01 Nov, 2012 2 commits
-
-
Glenn Morris authored
* doc/misc/cl.texi: More copyedits, plus: (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual. (Macro Bindings, Blocks and Exits): Acknowledge existence of lexical-binding. (Iteration): Mainly defer to doc of standard dolist, dotimes.
-
Glenn Morris authored
Replace "..." by @dots; car by @sc{car}, etc.
-
- 31 Oct, 2012 3 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* doc/misc/ert.texi (Introduction, The @code{should} Macro): Refer to "cl-assert" rather than "assert".
-
Glenn Morris authored
* doc/misc/cl.texi (Function Bindings): Update for cl-flet and cl-labels. (Obsolete Lexical Binding): Rename section from "Lexical Bindings". (Obsolete Macros): Rename section from "Obsolete Lexical Macros". Reword, and add details of flet and labels. * etc/NEWS: Related markup.
-
- 30 Oct, 2012 3 commits
-
-
Glenn Morris authored
* lisp/emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix. * doc/misc/cl.texi (Mapping over Sequences): Mention cl-mapc naming oddity.
-
Glenn Morris authored
* doc/misc/cl.texi (Setf Extensions): Partially restore note about cl-getf, mainly moved to lispref/variables.texi. (Property Lists): Fix cl-getf typos. * doc/lispref/variables.texi (Generalized Variables): Fix typo.
-
Glenn Morris authored
Fixes: debbugs:12760 * doc/misc/cl.texi (Modify Macros): Update for cl-letf changes. (Obsolete Lexical Macros): Say a little more about letf/cl-letf. * lisp/emacs-lisp/cl.el (letf): Doc fix. * etc/NEWS: Related edit.
-
- 29 Oct, 2012 4 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* doc/misc/cl.texi (Customizing Setf): Move contents to "Obsolete Setf Customization". (Modify Macros, Multiple Values): Remove mentions of obsolete feature.
-
Glenn Morris authored
-