- 22 Dec, 2012 2 commits
-
-
Eli Zaretskii authored
Backport from trunk: doc/misc/makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on doclicense.texi. Remove doclicense.texi from all targets that mentioned it explicitly.
-
Martin Rudalics authored
* window.c (Fselect_window): Reword doc-string. * windows.texi (Selecting Windows): Reword description of select-window.
-
- 21 Dec, 2012 13 commits
-
-
Glenn Morris authored
(at least there should be no blank line separating this from the actual change)
-
Glenn Morris authored
Simply include doclicense.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
Ref "License Notices for Documentation" in maintain.info
-
Glenn Morris authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/w32proc.c (new_child, delete_child, find_child_pid): For a subprocess, consider its slot being in use as long as its process handle (procinfo.hProcess) is not NULL. This avoids reusing the slot when a new process is started immediately after killing another one, without waiting enough time for the first process to be reaped and resources allocated for it be orderly freed. Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
-
Chong Yidong authored
Fixes: debbugs:13231
-
Chong Yidong authored
Fixes: debbugs:13230
-
Chong Yidong authored
Fixes: debbugs:13056
-
Chong Yidong authored
Fixes: debbugs:13049
-
Chong Yidong authored
Fixes: debbugs:13048
-
- 20 Dec, 2012 2 commits
-
-
Bastien Guerry authored
-
Akinori MUSHA authored
Fixes: debbugs:13233
-
- 18 Dec, 2012 1 commit
-
-
Glenn Morris authored
(rather than stating a slightly different set of conditions). This is consistent with eg doc/emacs/*.texi.
-
- 16 Dec, 2012 1 commit
-
-
Glenn Morris authored
-
- 15 Dec, 2012 5 commits
-
-
Chong Yidong authored
Regenerate ldefs-boot.el and AUTHORS.
-
Chong Yidong authored
* strings.texi (Text Comparison): Doc fix for compare-strings. Fixes: debbugs:13081
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Bastien Guerry authored
The FSF does not sell copies of the Org manual. Suggesting that you can buy copies of the Org manual to support the FSF is misleading.
-
- 14 Dec, 2012 2 commits
-
-
Glenn Morris authored
* org.texi (copying): Include a copy of the GFDL. The old text said that it contained one (which was untrue), and that one should be added if the manual was distributed separately, which was logically inconsistent. (GNU Free Documentation License): New section.
-
Eli Zaretskii authored
src/w32.c (get_name_and_id): Always pass NULL as the first argument of lookup_account_sid. Avoids crashes with UNC file names that refer to DFS domains, not to specific machine names. (Bug#12621) Remove now unused argument FNAME; all callers changed. (get_file_owner_and_group): Remove now unused argument FNAME; all callers changed.
-
- 13 Dec, 2012 5 commits
-
-
Bastien Guerry authored
Also fix bzg@gnu.org email address in the ChangeLog.
-
Glenn Morris authored
* doc/misc/wisent.texi: Small edits. Set copyright to FSF, update license to GFDL 1.3+. * doc/misc/Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent. (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf): New targets. * doc/misc/makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent. ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets. * info/dir: wisent.
-
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 4 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.
-