Paul Eggert
fee0bd5f32
Use URLs, not Boston addresses, in copyright notices.
2012-12-31 07:34:32 -08:00
Glenn Morris
5c56088065
Auto-commit of loaddefs files.
2012-12-30 07:23:26 -05:00
Glenn Morris
beb0fe40b6
Auto-commit of generated files.
2012-12-30 07:18:53 -05:00
Eli Zaretskii
e4f8453ad1
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.
2012-12-30 07:33:03 +02:00
Glenn Morris
8db39aebe8
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.
2012-12-29 19:28:52 -08:00
Andreas Schwab
2550c6e404
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).
2012-12-29 20:37:32 +01:00
Chong Yidong
3c94d7a636
* emacs-lisp/package.el (package-untar-buffer): Improve integrity check for tarball contents.
2012-12-29 19:06:10 +08:00
Matt Fidler
af39894ab4
* emacs-lisp/package.el (package-untar-buffer): Handle problematic tarfile content listings.
...
Fixes: debbugs:13136
2012-12-29 18:26:14 +08:00
Fabián Ezequiel Gallina
d5b1b1aa9c
Small fix for python.el NEWS
2012-12-29 06:26:58 -03:00
Eli Zaretskii
d6cae7321e
More improvements in 'struct glyph' comments.
2012-12-29 11:24:13 +02:00
Mark Lillibridge
bb709253f3
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.
2012-12-29 10:50:27 +02:00
Eli Zaretskii
151d90884b
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.
2012-12-29 10:23:21 +02:00
Michael Albinus
3ee24a3b32
* net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
...
integers, if they are real numbers. (Bug#13282)
2012-12-29 00:09:13 -08:00
Glenn Morris
33cb20438f
A few more NEWS tweaks
2012-12-29 00:08:17 -08:00
Glenn Morris
6bc66c10a8
More NEWS copyedits, and some reordering
2012-12-29 00:07:49 -08:00
Glenn Morris
823b2fb62d
NEWS copyedits
2012-12-29 00:07:02 -08:00
Glenn Morris
2f94038415
Remove +++/--- markup from NEWS
2012-12-29 00:06:28 -08:00
Lars Ingebrigtsen
af9bf0ca60
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
2012-12-29 00:05:17 -08:00
Eli Zaretskii
7a3a74936f
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.
2012-12-27 19:29:14 +02:00
Glenn Morris
c88943a2a4
ChangeLog fix
...
remove dupe, mark tiny change by author without assignment
http://orgmode.org/w/?p=org-mode.git;a=patch;h=ae87b6e5f2a143bb69ab512515dc85b41ff0cd1e
2012-12-27 00:25:30 -08:00
Glenn Morris
e1da740354
* plstore.el (plstore-passphrase-callback-function): Fix file/buffer typo.
...
Fixes: debbugs:13264
2012-12-27 00:11:33 -08:00
Glenn Morris
1ab0c851fc
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.
2012-12-26 23:55:14 -08:00
Dmitry Gutov
db590ef6e3
* 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.
2012-12-26 20:45:19 +04:00
Eli Zaretskii
f5c81c80c1
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.
2012-12-24 18:15:13 +02:00
Andreas Schwab
216ed9cc43
* nnimap.el (nnimap-find-article-by-message-id): Don't error out if
...
group is nil.
2012-12-24 17:03:39 +01:00
Glenn Morris
0cbbcb45a5
Auto-commit of generated files.
2012-12-24 07:17:31 -05:00
Andreas Schwab
02e7729e7b
Fixes: debbugs:13222
...
* configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
2012-12-24 11:26:35 +01:00
Dmitry Gutov
ea0857a126
* lisp/progmodes/ruby-mode.el: Bump the version to 1.2.
...
Fixes: debbugs:13200
2012-12-24 11:14:49 +04:00
Andreas Schwab
d0ba8c8d78
shr: render <em> as italic, not bold
2012-12-23 18:43:34 +01:00
Alan Mackenzie
3f6b93cd7f
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.
2012-12-23 11:36:15 +00:00
Glenn Morris
173076b47b
Avoid some overfull lines in doc/misc/viper
2012-12-22 14:09:06 -08:00
Glenn Morris
d227e32229
* doc/misc/widget.texi (Programming Example): Break some long lines.
2012-12-22 14:04:09 -08:00
Glenn Morris
2ecfdaa6a9
doc/misc/wisent.texi tweaks
...
* doc/misc/wisent.texi (Wisent Overview): Fix xref.
(Grammar format, Understanding the automaton): Avoid overfill.
2012-12-22 13:58:06 -08:00
Glenn Morris
fd7620110d
* doc/misc/bovine.texi (Optional Lambda Expression): Allow line break.
2012-12-22 13:15:44 -08:00
Glenn Morris
9fbc8f4642
* doc/misc/auth.texi (Help for users): Break long lines.
2012-12-22 13:12:07 -08:00
Glenn Morris
ceccabdb93
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.
2012-12-22 13:09:40 -08:00
Glenn Morris
88edc57f6f
Fix some doc/misc cross-references to separate manuals.
2012-12-22 13:01:50 -08:00
Paul Eggert
2075e8431a
Two more dash fixes in documentation.
2012-12-22 12:53:19 -08:00
Glenn Morris
ddc412646d
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.
2012-12-22 11:06:29 -08:00
Glenn Morris
19e9f4352e
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.
2012-12-22 10:51:00 -08:00
Paul Eggert
f99f164170
Hyphen and dash fixes in texinfo files.
2012-12-22 08:25:40 -08:00
Eli Zaretskii
f109a67ecb
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.
2012-12-22 15:49:49 +02:00
Martin Rudalics
94900bfe14
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.
2012-12-22 11:12:52 +01:00
Glenn Morris
160b385201
No need to mention generated files in ChangeLogs
...
(at least there should be no blank line separating this from the
actual change)
2012-12-21 11:16:15 -08:00
Glenn Morris
d72a27935e
* doc/emacs/emacs-xtra.texi (copying): The FSF does not sell copies of this.
...
Simply include doclicense.
2012-12-21 11:08:32 -08:00
Glenn Morris
0b1af10630
May as well just include doclicense.texi in all doc/misc manuals
2012-12-21 11:01:24 -08:00
Glenn Morris
8ee7002855
Include a copy of GFDL, which @copying says is included
2012-12-21 10:55:16 -08:00
Glenn Morris
6bf430d146
Don't say "buying copies from the FSF" for manuals they do not publish
...
Ref "License Notices for Documentation" in maintain.info
2012-12-21 10:36:41 -08:00
Glenn Morris
08953d7f7a
* doc/misc/erc.texi: No need to include gpl in this small manual.
2012-12-21 10:14:29 -08:00
Eli Zaretskii
bb085aed95
src/fileio.c (Finsert_file_contents): Doc fix.
2012-12-21 13:52:18 +02:00