summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump version to 24.2.91.emacs-24.2.91Chong Yidong2012-12-15
| | | | Regenerate ldefs-boot.el and AUTHORS.
* * fns.c (Fcompare_strings): Doc fix.Chong Yidong2012-12-15
| | | | | | * strings.texi (Text Comparison): Doc fix for compare-strings. Fixes: debbugs:13081
* search.c (search_buffer): Improve a comment.Kenichi Handa2012-12-15
|
* search.c (search_buffer): Improve a comment.Kenichi Handa2012-12-15
|
* org.texi: Don't suggest to buy copies of the Org manual from the FSFBastien Guerry2012-12-15
| | | | | 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.
* Include GFDL in org.texiGlenn Morris2012-12-14
| | | | | | | | * 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.
* Fix bug #12621 with crashes on MS-Windows in LookupAccountSid.Eli Zaretskii2012-12-14
| | | | | | | | | 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.
* Fix typos in documentation. (Sync with Org maint commit 82db0a.)Bastien Guerry2012-12-13
| | | | Also fix bzg@gnu.org email address in the ChangeLog.
* Add wisent manual to build processGlenn Morris2012-12-12
| | | | | | | | | | | | | | * 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.
* Import wisent manual from CEDET trunkEric M. Ludlam2012-12-12
| | | | | | | | | | | | | | | | 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
* Add bovine manual to build processGlenn Morris2012-12-12
| | | | | | | | | | | | | | * 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.
* Import bovine manual from CEDET trunkEric M. Ludlam2012-12-12
| | | | | | | | | | 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
* flymake.texi fix for flymake-buildfile-dirs (bug#13148)Glenn Morris2012-12-12
| | | | | * doc/misc/flymake.texi (Customizable variables, Locating the buildfile): Remove refs to flymake-buildfile-dirs, removed 2007-07-20.
* * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.Andreas Schwab2012-12-12
| | | | (uninstall): Likewise.
* Add srecode manual to build processGlenn Morris2012-12-12
| | | | | | | | | | | | | | * 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.
* Import srecode manual from CEDET trunkEric M. Ludlam2012-12-12
| | | | | | | | | | | | | | | | | | | | | 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
* Merge upstream Org (from commit 488eea)Bastien Guerry2012-12-12
|
* Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.Alan Mackenzie2012-12-11
| | | | | cc-engine.el (c-backward-comments): Add code to work around `forward-comment' not recognizing ^M as whitespace.
* Backport spelling fix from trunkGlenn Morris2012-12-11
|
* Fix for install-info in non-English locales (tiny change)Nicolas Avrutin2012-12-11
| | | | | | | * Makefile.in (install-info, uninstall): Ensure make's messages about changing directories are in English. Fixes: debbugs:13142
* Fix bug #13084 with crashes during search.Eli Zaretskii2012-12-11
| | | | | src/search.c (search_buffer): Check the inverse translations of each character in pattern when the buffer being searched is unibyte.
* * progmodes/python.el (python-skeleton-class)Fabián Ezequiel Gallina2012-12-11
| | | | (python-skeleton-def): Do not add space after defun name.
* * fileio.c (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.Paul Eggert2012-12-10
|
* * fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistentPaul Eggert2012-12-10
| | | | files, fixing a regression from 24.2.
* Move fix for bug#12993 to trunkDaniel Colascione2012-12-10
|
* Auto-commit of generated files.Glenn Morris2012-12-10
|
* Compile Windows resources into cygw32 EmacsDaniel Colascione2012-12-09
|
* * doc/lispref/control.texi (Pattern maching case statement): New node.Stefan Monnier2012-12-09
|
* * simple.el (set-mark-default-inactive): Mark for removal after 24.3.Chong Yidong2012-12-09
|
* * nsterm.m (fd_handler:): FD_ZERO fds.Jan Djärv2012-12-08
| | | | Fixes: debbugs:13103
* Fix incompatibilities with 64-bit Windows builds.Fabrice Popineau2012-12-08
| | | | | | | | | 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.
* * lisp/simple.el (just-one-space): Doc fix.Dani Moncayo2012-12-08
| | | | | | * doc/emacs/killing.texi (Deletion): Doc fix. Fixes: debbugs:12748
* * lread.c (Vload_source_file_function): Doc fix.Christopher Schmidt2012-12-08
| | | | Fixes: debbugs:11647
* Fix insertion of " inside @smallexample.Eli Zaretskii2012-12-07
| | | | lisp/textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
* Fix bug #13108 introduced by the fix to bug #12930.Eli Zaretskii2012-12-07
| | | | | | 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.
* Reword doc-string of Fcompare_buffer_substrings.Martin Rudalics2012-12-07
| | | | * editfns.c (Fcompare_buffer_substrings): Reword doc-string.
* * lisp/hilit-chg.el (hilit-chg-set-face-on-change): Don't burp inLe Wang2012-12-07
| | | | | | narrowed buffer. Fixes: debbugs:12361
* * lisp/emacs-lisp/debug.el (debug): Fix hard-coded frame counts.Michael Heerdegen2012-12-06
| | | | | | Virtually backported from trunk. Fixes: debbugs:10025
* lisp/vc/vc-hooks.el (vc-state): Doc fix.Juanma Barranquero2012-12-07
|
* Further rmail.el fix for bug#13066Glenn Morris2012-12-06
| | | | | * lisp/mail/rmail.el (rmail-maybe-display-summary): Preserve buffer, in case select-window changes it.
* * lisp/emacs-lisp/cl.el, lisp/emacs-lisp/cl-lib.el: Move cl-unload-function andStefan Monnier2012-12-06
| | | | cl-load-hook where they belong.
* * doc/lispref/customize.texi (Variable Definitions): Mention the default :groupStefan Monnier2012-12-06
| | | | | | for defcustoms. Fixes: debbugs:13093
* * ffap.el (ffap-replace-file-component): Fix typo.Chong Yidong2012-12-06
|
* Fix minor whitespace issues after "." in manual.Paul Eggert2012-12-05
| | | | | | | | | | | | 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
* Don't pass un-encoded file name to mkstemp.Eli Zaretskii2012-12-05
| | | | | src/callproc.c (Fcall_process_region): Encode expanded temp file pattern before passing it to mkstemp or mktemp.
* Fix one part of bug #13079 with temporary files in call-process-region.Eli Zaretskii2012-12-05
| | | | | | src/callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp fails, signal an error instead of continuing with an empty string.
* Auto-commit of loaddefs files.Glenn Morris2012-12-05
|
* Auto-commit of generated files.Glenn Morris2012-12-05
|
* * lisp/progmodes/octave-mod.el (octave-mark-block): Move out of tokens andStefan Monnier2012-12-05
| | | | | | fix open-paren-like token test. Fixes: debbugs:12785
* Revert dumb changeGlenn Morris2012-12-04
|