]> code.delx.au - gnu-emacs/log
gnu-emacs
11 years agoUpdate copyright notices for 2013.
Paul Eggert [Tue, 1 Jan 2013 09:11:05 +0000 (09:11 +0000)]
Update copyright notices for 2013.

11 years ago* emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
Andreas Schwab [Mon, 31 Dec 2012 21:53:33 +0000 (22:53 +0100)]
* emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
defun.  Don't check for DECL if DOCSTRING isn't a string.
(defun): Likewise.

11 years ago* eshell/em-cmpl.el (eshell-pcomplete): More thoroughly imitate pcomplete.
Glenn Morris [Mon, 31 Dec 2012 21:28:33 +0000 (13:28 -0800)]
* eshell/em-cmpl.el (eshell-pcomplete): More thoroughly imitate pcomplete.

Fixes: debbugs:13293
11 years ago* files.el (parse-colon-path): Return nil for empty path elements.
Glenn Morris [Mon, 31 Dec 2012 21:20:07 +0000 (13:20 -0800)]
* files.el (parse-colon-path): Return nil for empty path elements.

Fixes: debbugs:13296
11 years ago* progmodes/python.el (python-nav-end-of-statement): Rewrite in
Fabián Ezequiel Gallina [Mon, 31 Dec 2012 20:58:57 +0000 (17:58 -0300)]
* progmodes/python.el (python-nav-end-of-statement): Rewrite in
order to improve efficiency (Based on Daniel Colascione's
<dancol@dancol.org> patch).

Fixes: debbugs:13182
11 years ago* src/keymap.c (Fkey_description): Doc fix.
Glenn Morris [Mon, 31 Dec 2012 20:55:08 +0000 (12:55 -0800)]
* src/keymap.c (Fkey_description): Doc fix.

Fixes: debbugs:13323
11 years agoRefer to "button" rather than "active field" in lispref
Glenn Morris [Mon, 31 Dec 2012 20:23:29 +0000 (12:23 -0800)]
Refer to "button" rather than "active field" in lispref
(cf 2005-12-22 change to doc/emacs/custom.texi)

* doc/lispref/customize.texi (Common Keywords, Type Keywords):
Replace "active field" with "button".

Fixes: debbugs:13310
11 years ago* lisp/vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
Glenn Morris [Mon, 31 Dec 2012 20:13:28 +0000 (12:13 -0800)]
* lisp/vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.

11 years agoAdd an xref, cindex to the lispref
Glenn Morris [Mon, 31 Dec 2012 20:06:43 +0000 (12:06 -0800)]
Add an xref, cindex to the lispref

* customize.texi (Common Keywords): Add xref.
* tips.texi (Library Headers): Add cindex.

Fixes: debbugs:13311
11 years ago* progmodes/python.el: Bump defgroup :version to 24.3.
Fabián Ezequiel Gallina [Mon, 31 Dec 2012 19:35:57 +0000 (16:35 -0300)]
* progmodes/python.el: Bump defgroup :version to 24.3.

11 years agoBackported revisions 2012-12-29T12:33:33Z!fgallina@gnu.org and 2012-12-29T12:57:49Z...
Fabián Ezequiel Gallina [Mon, 31 Dec 2012 19:27:20 +0000 (16:27 -0300)]
Backported revisions 2012-12-29T12:33:33Z!fgallina@gnu.org and 2012-12-29T12:57:49Z!fgallina@gnu.org from trunk.

11 years agoFixes: debbugs:13316
Andreas Schwab [Mon, 31 Dec 2012 19:15:32 +0000 (20:15 +0100)]
Fixes: debbugs:13316
* emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
neither DOCSTRING nor DECL was given.

11 years agoUse URLs, not Boston addresses, in copyright notices.
Paul Eggert [Mon, 31 Dec 2012 15:34:32 +0000 (07:34 -0800)]
Use URLs, not Boston addresses, in copyright notices.

11 years agoAuto-commit of loaddefs files.
Glenn Morris [Sun, 30 Dec 2012 12:23:26 +0000 (07:23 -0500)]
Auto-commit of loaddefs files.

11 years agoAuto-commit of generated files.
Glenn Morris [Sun, 30 Dec 2012 12:18:53 +0000 (07:18 -0500)]
Auto-commit of generated files.

11 years agoMS-DOS followup for 2012-12-04T21:17:30Z!monnier@iro.umontreal.ca.
Eli Zaretskii [Sun, 30 Dec 2012 05:33:03 +0000 (07:33 +0200)]
MS-DOS followup for 2012-12-04T21:17:30Z!monnier@iro.umontreal.ca.

 msdos/sed1v2.inp (TEMACS_LDFLAGS2): Remove editing.
 (LIBS_GNUSTEP): Edit to empty.

11 years agomairix.el fix for bug#13294
Glenn Morris [Sun, 30 Dec 2012 03:28:52 +0000 (19:28 -0800)]
mairix.el fix for bug#13294

* lisp/net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
Remove unnecessary/buggy autoloads (missing interactive).
(rmail-summary-displayed, rmail-summary): Declare.
(mairix-rmail-display): Just require rmail.

11 years agoProperly configure GNUstep libraries
Andreas Schwab [Sat, 29 Dec 2012 19:37:32 +0000 (20:37 +0100)]
Properly configure GNUstep libraries

* configure.ac (TEMACS_LDFLAGS2): Don't define.
(LIBS_GNUSTEP): Set for GNUstep and substitute.
(LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.

* src/Makefile.in (TEMACS_LDFLAGS2): Remove.
(LIBS_GNUSTEP): Define.
(LIBES): Add $(LIBS_GNUSTEP).
(temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2).

11 years ago* emacs-lisp/package.el (package-untar-buffer): Improve integrity check for tarball...
Chong Yidong [Sat, 29 Dec 2012 11:06:10 +0000 (19:06 +0800)]
* emacs-lisp/package.el (package-untar-buffer): Improve integrity check for tarball contents.

11 years ago* emacs-lisp/package.el (package-untar-buffer): Handle problematic tarfile content...
Matt Fidler [Sat, 29 Dec 2012 10:26:14 +0000 (18:26 +0800)]
* emacs-lisp/package.el (package-untar-buffer): Handle problematic tarfile content listings.

Fixes: debbugs:13136
11 years agoSmall fix for python.el NEWS
Fabián Ezequiel Gallina [Sat, 29 Dec 2012 09:26:58 +0000 (06:26 -0300)]
Small fix for python.el NEWS

11 years agoMore improvements in 'struct glyph' comments.
Eli Zaretskii [Sat, 29 Dec 2012 09:24:13 +0000 (11:24 +0200)]
More improvements in 'struct glyph' comments.

11 years agoFix bug #9521 with forwarding MIME messages in Rmail.
Mark Lillibridge [Sat, 29 Dec 2012 08:50:27 +0000 (10:50 +0200)]
Fix bug #9521 with forwarding MIME messages in Rmail.

 lisp/mail/rmailmm.el (rmail-insert-mime-forwarded-message): Insert
 the undecoded text of the message being forwarded.

11 years agoFix bug #13292 with use of @var in @def.. commands in ELisp manual.
Eli Zaretskii [Sat, 29 Dec 2012 08:23:21 +0000 (10:23 +0200)]
Fix bug #13292 with use of @var in @def.. commands in ELisp manual.

 doc/lispref/functions.texi (Declare Form):
 doc/lispref/intro.texi (A Sample Function Description):
 doc/lispref/syntax.texi (Syntax Table Internals, Syntax Table Functions):
 doc/lispref/variables.texi (Using Lexical Binding): Don't use @var or CAPS
 in @def.. commands.

11 years ago* net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
Michael Albinus [Sat, 29 Dec 2012 08:09:13 +0000 (00:09 -0800)]
* net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
integers, if they are real numbers.  (Bug#13282)

11 years agoA few more NEWS tweaks
Glenn Morris [Sat, 29 Dec 2012 08:08:17 +0000 (00:08 -0800)]
A few more NEWS tweaks

11 years agoMore NEWS copyedits, and some reordering
Glenn Morris [Sat, 29 Dec 2012 08:07:49 +0000 (00:07 -0800)]
More NEWS copyedits, and some reordering

11 years agoNEWS copyedits
Glenn Morris [Sat, 29 Dec 2012 08:07:02 +0000 (00:07 -0800)]
NEWS copyedits

11 years agoRemove +++/--- markup from NEWS
Glenn Morris [Sat, 29 Dec 2012 08:06:28 +0000 (00:06 -0800)]
Remove +++/--- markup from NEWS

11 years agoBackport gnus-msg fix from trunk
Lars Ingebrigtsen [Sat, 29 Dec 2012 08:05:17 +0000 (00:05 -0800)]
Backport gnus-msg fix from trunk

* lisp/gnus/gnus-msg.el (gnus-summary-resend-message):
Don't bug out on non-string posting styles.

Fixes: debbugs:13285
11 years agoFix bug #13277 with TTY cursor positioning in a line with overlay arrow.
Eli Zaretskii [Thu, 27 Dec 2012 17:29:14 +0000 (19:29 +0200)]
Fix bug #13277 with TTY cursor positioning in a line with overlay arrow.

 src/xdisp.c (set_cursor_from_row): Don't confuse a truncation or
 continuation glyph on a TTY with an indication of an empty line.
 src/dispextern.h: Improve commentary to glyph->charpos and
 glyph->object.

11 years agoChangeLog fix
Glenn Morris [Thu, 27 Dec 2012 08:25:30 +0000 (00:25 -0800)]
ChangeLog fix
remove dupe, mark tiny change by author without assignment
http://orgmode.org/w/?p=org-mode.git;a=patch;h=ae87b6e5f2a143bb69ab512515dc85b41ff0cd1e

11 years ago* plstore.el (plstore-passphrase-callback-function): Fix file/buffer typo.
Glenn Morris [Thu, 27 Dec 2012 08:11:33 +0000 (00:11 -0800)]
* plstore.el (plstore-passphrase-callback-function): Fix file/buffer typo.

Fixes: debbugs:13264
11 years agoDocument cygwin-convert-file-name-{to|from}-windows
Glenn Morris [Thu, 27 Dec 2012 07:55:14 +0000 (23:55 -0800)]
Document cygwin-convert-file-name-{to|from}-windows

* doc/lispref/files.texi (File Names): Mention Cygwin conversion functions.

* src/cygw32.c (Fcygwin_convert_file_name_to_windows)
(Fcygwin_convert_file_name_from_windows): Doc fixes.

* etc/NEWS: Related markup.

11 years ago* lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
Dmitry Gutov [Wed, 26 Dec 2012 16:45:19 +0000 (20:45 +0400)]
* lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
  "module" and "def" to have indentation before them.  Regression
  from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).

* test/automated/ruby-mode-tests.el
  (ruby-indent-after-block-in-continued-expression): New test.

11 years agoFix bug #13262 with crashes in completion on MS-Windows with non-ASCII filenames.
Eli Zaretskii [Mon, 24 Dec 2012 16:15:13 +0000 (18:15 +0200)]
Fix bug #13262 with crashes in completion on MS-Windows with non-ASCII filenames.

 src/fileio.c (file_name_as_directory, directory_file_name): Accept
 an additional argument MULTIBYTE to indicate whether the input C
 came from a multibyte or a unibyte Lisp string; all callers
 adjusted.  Don't assume the input string is always multibyte.
 (Ffile_name_directory) [DOS_NT]: Handle unibyte strings correctly:
 don't ENCODE_FILE them, and return a unibyte string if the input
 was unibyte.
 (Fexpand_file_name): Don't mix unibyte with multibyte strings, and
 don't assume the input strings will always be multibyte.  If the
 input strings are multibyte, decode strings obtained from C
 library functions.

11 years ago* nnimap.el (nnimap-find-article-by-message-id): Don't error out if
Andreas Schwab [Mon, 24 Dec 2012 16:03:39 +0000 (17:03 +0100)]
* nnimap.el (nnimap-find-article-by-message-id): Don't error out if
group is nil.

11 years agoAuto-commit of generated files.
Glenn Morris [Mon, 24 Dec 2012 12:17:31 +0000 (07:17 -0500)]
Auto-commit of generated files.

11 years agoFixes: debbugs:13222
Andreas Schwab [Mon, 24 Dec 2012 10:26:35 +0000 (11:26 +0100)]
Fixes: debbugs:13222
* configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.

11 years ago* lisp/progmodes/ruby-mode.el: Bump the version to 1.2.
Dmitry Gutov [Mon, 24 Dec 2012 07:14:49 +0000 (11:14 +0400)]
* lisp/progmodes/ruby-mode.el: Bump the version to 1.2.

Fixes: debbugs:13200
11 years agoshr: render <em> as italic, not bold
Andreas Schwab [Sun, 23 Dec 2012 17:43:34 +0000 (18:43 +0100)]
shr: render <em> as italic, not bold

11 years agoSpeed up fontification where there's large brace blocks.
Alan Mackenzie [Sun, 23 Dec 2012 11:36:15 +0000 (11:36 +0000)]
Speed up fontification where there's large brace blocks.
progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit to a
call of c-beginning-of-decl-1.

11 years agoAvoid some overfull lines in doc/misc/viper
Glenn Morris [Sat, 22 Dec 2012 22:09:06 +0000 (14:09 -0800)]
Avoid some overfull lines in doc/misc/viper

11 years ago* doc/misc/widget.texi (Programming Example): Break some long lines.
Glenn Morris [Sat, 22 Dec 2012 22:04:09 +0000 (14:04 -0800)]
* doc/misc/widget.texi (Programming Example): Break some long lines.

11 years agodoc/misc/wisent.texi tweaks
Glenn Morris [Sat, 22 Dec 2012 21:58:06 +0000 (13:58 -0800)]
doc/misc/wisent.texi tweaks

* doc/misc/wisent.texi (Wisent Overview): Fix xref.
(Grammar format, Understanding the automaton): Avoid overfill.

11 years ago* doc/misc/bovine.texi (Optional Lambda Expression): Allow line break.
Glenn Morris [Sat, 22 Dec 2012 21:15:44 +0000 (13:15 -0800)]
* doc/misc/bovine.texi (Optional Lambda Expression): Allow line break.

11 years ago* doc/misc/auth.texi (Help for users): Break long lines.
Glenn Morris [Sat, 22 Dec 2012 21:12:07 +0000 (13:12 -0800)]
* doc/misc/auth.texi (Help for users): Break long lines.

11 years agoTweak some over/underfull lines
Glenn Morris [Sat, 22 Dec 2012 21:09:40 +0000 (13:09 -0800)]
Tweak some over/underfull lines

* doc/misc/ada-mode.texi (Project file variables):
Reword to reduce underfull hbox.
(No project files, Use GNAT project file):
Use smallexample to make some overfull lines less terrible.

11 years agoFix some doc/misc cross-references to separate manuals.
Glenn Morris [Sat, 22 Dec 2012 21:01:50 +0000 (13:01 -0800)]
Fix some doc/misc cross-references to separate manuals.

11 years agoTwo more dash fixes in documentation.
Paul Eggert [Sat, 22 Dec 2012 20:53:19 +0000 (12:53 -0800)]
Two more dash fixes in documentation.

11 years agoAdd doclicense.texi dependency for doc/misc/Makefile targets
Glenn Morris [Sat, 22 Dec 2012 19:06:29 +0000 (11:06 -0800)]
Add doclicense.texi dependency for doc/misc/Makefile targets

* doc/misc/Makefile.in (gfdl): New variable.
Use throughout where appropriate so that targets depend on doclicense.texi.

11 years agoAdd doclicense.texi dependency for doc/lispintro Makefile
Glenn Morris [Sat, 22 Dec 2012 18:51:00 +0000 (10:51 -0800)]
Add doclicense.texi dependency for doc/lispintro Makefile

* doc/lispintro/Makefile.in (srcs): New variable, adding doclicense.texi.
(${buildinfodir}/eintr$(INFO_EXT), emacs-lisp-intro.dvi)
(emacs-lisp-intro.pdf, emacs-lisp-intro.html):
Use $srcs for dependencies.

11 years agoHyphen and dash fixes in texinfo files.
Paul Eggert [Sat, 22 Dec 2012 16:25:40 +0000 (08:25 -0800)]
Hyphen and dash fixes in texinfo files.

11 years agoUpdate doc/misc/makefile.w32-in.
Eli Zaretskii [Sat, 22 Dec 2012 13:49:49 +0000 (15:49 +0200)]
Update doc/misc/makefile.w32-in.

 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.

11 years agoReword doc and doc-string of select-window (Bug#13248).
Martin Rudalics [Sat, 22 Dec 2012 10:12:52 +0000 (11:12 +0100)]
Reword doc and doc-string of select-window (Bug#13248).

* window.c (Fselect_window): Reword doc-string.
* windows.texi (Selecting Windows): Reword description of
select-window.

11 years agoNo need to mention generated files in ChangeLogs
Glenn Morris [Fri, 21 Dec 2012 19:16:15 +0000 (11:16 -0800)]
No need to mention generated files in ChangeLogs
(at least there should be no blank line separating this from the
actual change)

11 years ago* doc/emacs/emacs-xtra.texi (copying): The FSF does not sell copies of this.
Glenn Morris [Fri, 21 Dec 2012 19:08:32 +0000 (11:08 -0800)]
* doc/emacs/emacs-xtra.texi (copying): The FSF does not sell copies of this.
Simply include doclicense.

11 years agoMay as well just include doclicense.texi in all doc/misc manuals
Glenn Morris [Fri, 21 Dec 2012 19:01:24 +0000 (11:01 -0800)]
May as well just include doclicense.texi in all doc/misc manuals

11 years agoInclude a copy of GFDL, which @copying says is included
Glenn Morris [Fri, 21 Dec 2012 18:55:16 +0000 (10:55 -0800)]
Include a copy of GFDL, which @copying says is included

11 years agoDon't say "buying copies from the FSF" for manuals they do not publish
Glenn Morris [Fri, 21 Dec 2012 18:36:41 +0000 (10:36 -0800)]
Don't say "buying copies from the FSF" for manuals they do not publish
Ref "License Notices for Documentation" in maintain.info

11 years ago* doc/misc/erc.texi: No need to include gpl in this small manual.
Glenn Morris [Fri, 21 Dec 2012 18:14:29 +0000 (10:14 -0800)]
* doc/misc/erc.texi: No need to include gpl in this small manual.

11 years agosrc/fileio.c (Finsert_file_contents): Doc fix.
Eli Zaretskii [Fri, 21 Dec 2012 11:52:18 +0000 (13:52 +0200)]
src/fileio.c (Finsert_file_contents): Doc fix.

11 years agoPossibly fix bug #13086 with losing track of subprocesses on MS-Windows.
Eli Zaretskii [Fri, 21 Dec 2012 11:21:35 +0000 (13:21 +0200)]
Possibly fix bug #13086 with losing track of subprocesses on MS-Windows.

 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>.

11 years ago* buffer.c (Fset_buffer_major_mode): Doc fix.
Chong Yidong [Fri, 21 Dec 2012 08:04:27 +0000 (16:04 +0800)]
* buffer.c (Fset_buffer_major_mode): Doc fix.

Fixes: debbugs:13231
11 years ago* modes.texi (Auto Major Mode): Fix typo.
Chong Yidong [Fri, 21 Dec 2012 07:56:47 +0000 (15:56 +0800)]
* modes.texi (Auto Major Mode): Fix typo.

Fixes: debbugs:13230
11 years ago* sort.el (sort-subr): Doc fix.
Chong Yidong [Fri, 21 Dec 2012 03:17:57 +0000 (11:17 +0800)]
* sort.el (sort-subr): Doc fix.

Fixes: debbugs:13056
11 years ago* frames.texi (Mouse Commands): Fix description of the effect of mouse dragging.
Chong Yidong [Fri, 21 Dec 2012 03:04:38 +0000 (11:04 +0800)]
* frames.texi (Mouse Commands): Fix description of the effect of mouse dragging.

Fixes: debbugs:13049
11 years ago* customize.texi (Simple Types): Document key-sequence type.
Chong Yidong [Fri, 21 Dec 2012 02:56:18 +0000 (10:56 +0800)]
* customize.texi (Simple Types): Document key-sequence type.

Fixes: debbugs:13048
11 years agoFix typos.
Bastien Guerry [Thu, 20 Dec 2012 08:18:23 +0000 (09:18 +0100)]
Fix typos.

11 years ago* Makefile.in (install-arch-dep): Ignore chmod errors (tiny change)
Akinori MUSHA [Thu, 20 Dec 2012 07:56:56 +0000 (23:56 -0800)]
* Makefile.in (install-arch-dep): Ignore chmod errors (tiny change)

Fixes: debbugs:13233
11 years agoSimply refer to main file semantic.texi for copying conditions
Glenn Morris [Tue, 18 Dec 2012 08:32:46 +0000 (00:32 -0800)]
Simply refer to main file semantic.texi for copying conditions
(rather than stating a slightly different set of conditions).
This is consistent with eg doc/emacs/*.texi.

11 years agoAuto-commit of generated files.
Glenn Morris [Sun, 16 Dec 2012 12:19:49 +0000 (07:19 -0500)]
Auto-commit of generated files.

11 years agoBump version to 24.2.91. emacs-24.2.91
Chong Yidong [Sat, 15 Dec 2012 14:16:02 +0000 (22:16 +0800)]
Bump version to 24.2.91.
Regenerate ldefs-boot.el and AUTHORS.

11 years ago* fns.c (Fcompare_strings): Doc fix.
Chong Yidong [Sat, 15 Dec 2012 13:44:41 +0000 (21:44 +0800)]
* fns.c (Fcompare_strings): Doc fix.

* strings.texi (Text Comparison): Doc fix for compare-strings.

Fixes: debbugs:13081
11 years agosearch.c (search_buffer): Improve a comment.
Kenichi Handa [Sat, 15 Dec 2012 13:04:50 +0000 (22:04 +0900)]
search.c (search_buffer): Improve a comment.

11 years agosearch.c (search_buffer): Improve a comment.
Kenichi Handa [Sat, 15 Dec 2012 12:32:23 +0000 (21:32 +0900)]
search.c (search_buffer): Improve a comment.

11 years agoorg.texi: Don't suggest to buy copies of the Org manual from the FSF
Bastien Guerry [Sat, 15 Dec 2012 05:42:32 +0000 (06:42 +0100)]
org.texi: Don't suggest to buy copies of the Org manual from the FSF

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.

11 years agoInclude GFDL in org.texi
Glenn Morris [Fri, 14 Dec 2012 17:14:49 +0000 (09:14 -0800)]
Include GFDL in org.texi

* 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.

11 years agoFix bug #12621 with crashes on MS-Windows in LookupAccountSid.
Eli Zaretskii [Fri, 14 Dec 2012 09:09:36 +0000 (11:09 +0200)]
Fix bug #12621 with crashes on MS-Windows in LookupAccountSid.

 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.

11 years agoFix typos in documentation. (Sync with Org maint commit 82db0a.)
Bastien Guerry [Thu, 13 Dec 2012 11:02:41 +0000 (12:02 +0100)]
Fix typos in documentation.  (Sync with Org maint commit 82db0a.)

Also fix bzg@gnu.org email address in the ChangeLog.

11 years agoAdd wisent manual to build process
Glenn Morris [Thu, 13 Dec 2012 04:47:14 +0000 (20:47 -0800)]
Add wisent manual to build process

* 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.

11 years agoImport wisent manual from CEDET trunk
Eric M. Ludlam [Thu, 13 Dec 2012 04:44:07 +0000 (20:44 -0800)]
Import wisent manual from CEDET trunk

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

11 years agoAdd bovine manual to build process
Glenn Morris [Thu, 13 Dec 2012 04:25:50 +0000 (20:25 -0800)]
Add bovine manual to build process

* 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.

11 years agoImport bovine manual from CEDET trunk
Eric M. Ludlam [Thu, 13 Dec 2012 04:19:48 +0000 (20:19 -0800)]
Import bovine manual from CEDET trunk

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

11 years agoflymake.texi fix for flymake-buildfile-dirs (bug#13148)
Glenn Morris [Wed, 12 Dec 2012 18:37:52 +0000 (13:37 -0500)]
flymake.texi fix for flymake-buildfile-dirs (bug#13148)

* doc/misc/flymake.texi (Customizable variables, Locating the buildfile):
Remove refs to flymake-buildfile-dirs, removed 2007-07-20.

11 years ago* Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
Andreas Schwab [Wed, 12 Dec 2012 17:52:01 +0000 (18:52 +0100)]
* Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
(uninstall): Likewise.

11 years agoAdd srecode manual to build process
Glenn Morris [Wed, 12 Dec 2012 17:19:20 +0000 (09:19 -0800)]
Add srecode manual to build process

* 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.

11 years agoImport srecode manual from CEDET trunk
Eric M. Ludlam [Wed, 12 Dec 2012 17:15:25 +0000 (09:15 -0800)]
Import srecode manual from CEDET trunk

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
11 years agoMerge upstream Org (from commit 488eea)
Bastien Guerry [Wed, 12 Dec 2012 16:47:07 +0000 (17:47 +0100)]
Merge upstream Org (from commit 488eea)

11 years agoMake CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
Alan Mackenzie [Tue, 11 Dec 2012 19:06:57 +0000 (19:06 +0000)]
Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
cc-engine.el (c-backward-comments): Add code to work around
`forward-comment' not recognizing ^M as whitespace.

11 years agoBackport spelling fix from trunk
Glenn Morris [Tue, 11 Dec 2012 18:43:57 +0000 (13:43 -0500)]
Backport spelling fix from trunk

11 years agoFix for install-info in non-English locales (tiny change)
Nicolas Avrutin [Tue, 11 Dec 2012 18:37:53 +0000 (13:37 -0500)]
Fix for install-info in non-English locales (tiny change)

* Makefile.in (install-info, uninstall):
Ensure make's messages about changing directories are in English.

Fixes: debbugs:13142
11 years agoFix bug #13084 with crashes during search.
Eli Zaretskii [Tue, 11 Dec 2012 15:30:45 +0000 (17:30 +0200)]
Fix bug #13084 with crashes during search.

 src/search.c (search_buffer): Check the inverse translations of each
 character in pattern when the buffer being searched is unibyte.

11 years ago* progmodes/python.el (python-skeleton-class)
Fabián Ezequiel Gallina [Tue, 11 Dec 2012 07:22:55 +0000 (04:22 -0300)]
* progmodes/python.el (python-skeleton-class)
(python-skeleton-def): Do not add space after defun name.

11 years ago* fileio.c (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.
Paul Eggert [Mon, 10 Dec 2012 23:16:28 +0000 (15:16 -0800)]
* fileio.c (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.

11 years ago* fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistent
Paul Eggert [Mon, 10 Dec 2012 21:58:01 +0000 (13:58 -0800)]
* fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistent

files, fixing a regression from 24.2.

11 years agoMove fix for bug#12993 to trunk
Daniel Colascione [Mon, 10 Dec 2012 17:55:03 +0000 (09:55 -0800)]
Move fix for bug#12993 to trunk

11 years agoAuto-commit of generated files.
Glenn Morris [Mon, 10 Dec 2012 12:17:35 +0000 (07:17 -0500)]
Auto-commit of generated files.

11 years agoCompile Windows resources into cygw32 Emacs
Daniel Colascione [Mon, 10 Dec 2012 07:11:21 +0000 (23:11 -0800)]
Compile Windows resources into cygw32 Emacs

11 years ago* doc/lispref/control.texi (Pattern maching case statement): New node.
Stefan Monnier [Sun, 9 Dec 2012 15:36:46 +0000 (10:36 -0500)]
* doc/lispref/control.texi (Pattern maching case statement): New node.