- 13 Dec, 2012 3 commits
-
-
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/wisent.texi bzr log shows (very) tiny change from authors with assignments: David Engster <dengste@eml.cc> and from: emacsman@users.sourceforge.net
-
Glenn Morris authored
* doc/misc/bovine.texi: Small edits. Set copyright to FSF, update license to GFDL 1.3+, remove empty index. * doc/misc/Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine. (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf): New targets. * doc/misc/makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine. ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets. * info/dir: Add bovine.
-
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 5 commits
-
-
Glenn Morris authored
* doc/misc/flymake.texi (Customizable variables, Locating the buildfile): Remove refs to flymake-buildfile-dirs, removed 2007-07-20.
-
Andreas Schwab authored
(uninstall): Likewise.
-
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
-
- 11 Dec, 2012 5 commits
-
-
Alan Mackenzie authored
cc-engine.el (c-backward-comments): Add code to work around `forward-comment' not recognizing ^M as whitespace.
-
Glenn Morris authored
-
Nicolas Avrutin authored
* Makefile.in (install-info, uninstall): Ensure make's messages about changing directories are in English. Fixes: debbugs:13142
-
Eli Zaretskii authored
src/search.c (search_buffer): Check the inverse translations of each character in pattern when the buffer being searched is unibyte.
-
Fabián Ezequiel Gallina authored
(python-skeleton-def): Do not add space after defun name.
-
- 10 Dec, 2012 5 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
files, fixing a regression from 24.2.
-
Daniel Colascione authored
-
Glenn Morris authored
-
Daniel Colascione authored
-
- 09 Dec, 2012 2 commits
-
-
Stefan Monnier authored
-
Chong Yidong authored
-
- 08 Dec, 2012 4 commits
-
-
Jan Djärv authored
Fixes: debbugs:13103
-
Fabrice Popineau authored
src/w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to DWORD_PTR, for compatibility with 64-bit builds. src/w32.c (_PROCESS_MEMORY_COUNTERS_EX): (GetProcessWorkingSetSize_Proc, get_process_working_set_size) (system_process_attributes): Use SIZE_T rather than DWORD, for compatibility with 64-bit builds.
-
Dani Moncayo authored
* doc/emacs/killing.texi (Deletion): Doc fix. Fixes: debbugs:12748
-
Christopher Schmidt authored
Fixes: debbugs:11647
-
- 07 Dec, 2012 6 commits
-
-
Eli Zaretskii authored
lisp/textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
-
Eli Zaretskii authored
src/indent.c (Fvertical_motion): If a display string will be displayed on the left or the right margin, don't consider it as a factor in cursor positioning.
-
Martin Rudalics authored
* editfns.c (Fcompare_buffer_substrings): Reword doc-string.
-
Le Wang authored
narrowed buffer. Fixes: debbugs:12361
-
Michael Heerdegen authored
Virtually backported from trunk. Fixes: debbugs:10025
-
Juanma Barranquero authored
-
- 06 Dec, 2012 4 commits
-
-
Glenn Morris authored
* lisp/mail/rmail.el (rmail-maybe-display-summary): Preserve buffer, in case select-window changes it.
-
Stefan Monnier authored
cl-load-hook where they belong.
-
Stefan Monnier authored
for defcustoms. Fixes: debbugs:13093
-
Chong Yidong authored
-
- 05 Dec, 2012 6 commits
-
-
Paul Eggert authored
Be more systematic about using "@." (not ".") at end of sentence that ends in a capital letter, and about appending "@:" after non-ends of sentences that end in a lower case letter followed by "." followed by whitespace. Omit unnecessary use of "@:" and "@.". Similarly for "?" and "!". Be more consistent about putting a comma after "i.e." and "e.g."; this is the typical American style and it's easier to code in Texinfo. Fixes: debbugs:12973
-
Eli Zaretskii authored
src/callproc.c (Fcall_process_region): Encode expanded temp file pattern before passing it to mkstemp or mktemp.
-
Eli Zaretskii authored
src/callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp fails, signal an error instead of continuing with an empty string.
-
Glenn Morris authored
-
Glenn Morris authored
-
Stefan Monnier authored
fix open-paren-like token test. Fixes: debbugs:12785
-