Glenn Morris
2812660af0
ChangeLog fix
2013-01-05 11:07:09 -08:00
Andreas Schwab
651a2c7798
* tramp.texi (Remote shell setup): Replace literal NUL character by \0.
2013-01-05 17:49:56 +01:00
Andreas Schwab
db671917a8
Fix manual formatting errors
...
* lispref/hooks.texi (Standard Hooks): Fix use of @itemx.
* misc/ada-mode.texi: Remove braces from @title argument.
* misc/eudc.texi: Likewise.
* misc/smtpmail.texi: Likewise.
* misc/auth.texi (VERSION): Set before first use.
* misc/emacs-gnutls.texi (VERSION): Likewise.
* misc/pgg.texi (VERSION): Likewise.
* misc/ede.texi (Top): Rename from top, all uses changed.
* misc/eshell.texi: Add missing argument to @sp.
* misc/forms.texi (Top): Reorder menu to match structure.
* misc/htmlfontify.texi (Customisation): Add missing @item in
@enumerate.
* misc/org.texi (Advanced features): Add missing argument for @item.
(Property searches): Use @backslashchar{} in macro argument.
* misc/pcl-cvs.texi: Add missing argument to @sp.
(Movement commands): Fix use of @itemx.
* misc/vip.texi (Misc Commands, Viewing the Buffer): Likewise.
* misc/reftex.texi (Options (Creating Citations)): Add missing newline
before @end.
* misc/tramp.texi (Obtaining Tramp): Remove extra dots.
(Configuration): Reorder menu to match structure.
* misc/viper.texi (Marking): Add missing argument for @item.
2013-01-05 17:19:53 +01:00
Eli Zaretskii
b630991b73
Improve display of glyph matrix by dump-glyph-matrix.
...
src/xdisp.c (dump_glyph): Align glyph data better. Use "pD" instead
of a non-portable "t" to print ptrdiff_t values. Allow up to 9
digits for buffer positions, before misalignment starts. Display
"0" for integer "object" field.
(dump_glyph_row): Adapt the header line to changes in dump_glyph.
Display the newline glyph more unambiguously.
2013-01-05 15:37:36 +02:00
Eli Zaretskii
5d7c18a879
Fix usage of @itemx in ELisp manual.
...
doc/lispref/hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
directive in a group of items.
2013-01-05 10:37:05 +02:00
Chong Yidong
27e4813fe1
* keymaps.texi (Key Sequences): Remove obsolete sentence.
...
Fixes: debbugs:13356
2013-04-02 15:16:06 +08:00
Glenn Morris
92d5961122
Add htmlfontify manual to build process
...
* doc/misc/Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
Add htmlfontify.
(htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
(htmlfontify.dvi, htmlfontify.pdf): New targets.
* doc/misc/makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
Add htmlfontify.
($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
* info/dir: Add htmlfontify.
2013-01-04 01:43:08 -08:00
Michael Albinus
f99ced353f
* net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
...
non-negative integers. Otherwise, the default values are used.
(tramp-convert-file-attributes): Convert uid and gid to integers.
2013-01-04 10:41:23 +01:00
Glenn Morris
b55349fbd8
* doc/misc/htmlfontify.texi: Miscellaneous fixes and updates.
...
Set copyright to FSF, update license to GFDL 1.3+.
2013-01-04 01:39:40 -08:00
Vivek Dasmohapatra
7fca93e239
Import the htmlfontify manual
2013-01-04 01:38:18 -08:00
YAMAMOTO Mitsuharu
4240dd3cef
Don't use previous underline thickness or position if previous underline type is underwave.
2013-01-04 11:05:33 +09:00
YAMAMOTO Mitsuharu
f032a31830
Make underwave look more triangular and also degrade gracefully for small fonts. (Bug#13000)
2013-01-04 10:58:07 +09:00
Ari Roponen
4217dc299c
* doc/lispref/hash.texi (Defining Hash): Fix typo (tiny change)
...
Fixes: debbugs:13345
2013-01-03 10:38:55 -08:00
Glenn Morris
d2be4dccb9
term-handle-colors-array fix
...
* lisp/term.el (term-handle-colors-array):
Ensure face attributes are fully specified, not nil.
Fixes: debbugs:13337
2013-01-03 10:31:45 -08:00
Glenn Morris
c7b5665412
Auto-commit of generated files.
2013-01-03 07:17:45 -05:00
Glenn Morris
5b00b74939
* term.el (term-default-fg-color, term-default-bg-color): Fix custom type.
2013-01-02 22:33:25 -08:00
Glenn Morris
220740a35b
etags.el fix for compressed files
...
* lisp/progmodes/etags.el (tags-compression-info-list): Doc fix.
(tag-find-file-of-tag-noselect):
Check auto-compression-mode rather than 'jka-compr being loaded.
Fixes: debbugs:13338
2013-01-02 18:54:10 -08:00
Glenn Morris
75e78d1e90
Tweak some lispref line breaks
...
* doc/lispref/processes.texi (System Processes):
* doc/lispref/syntax.texi (Syntax Table Functions):
Tweak some line breaks.
2013-01-02 18:23:39 -08:00
Glenn Morris
5f1a964798
* doc/lispref/searching.texi (Replacing Match): Fix xref.
2013-01-02 18:15:57 -08:00
Glenn Morris
7434641b9e
Regenerate PDF refcards
2013-01-02 18:11:33 -08:00
Glenn Morris
1cbb9ed6ae
* doc/lispref/elisp.texi (DATE): Bump to Jan 2013.
2013-01-02 17:53:13 -08:00
Glenn Morris
65a4ae1158
Add 2013 to another copyright range
2013-01-02 17:49:08 -08:00
Glenn Morris
b8573968d8
Add 2013 to yet more FSF copyright years
2013-01-02 17:46:47 -08:00
Glenn Morris
f0ddbf7b7f
Add 2013 to more copyright years
2013-01-02 17:35:49 -08:00
Glenn Morris
ed5bdeb968
eval-after-load fix
...
* lisp/subr.el (eval-after-load): Don't purecopy the form, so that it
can be nconc'd later on; reverts 2009-11-11 change.
Fixes: debbugs:13331
2013-01-02 16:50:35 -08:00
Glenn Morris
ad235a8b88
defun fix for cl declarations + interactive forms
...
* lisp/emacs-lisp/byte-run.el (defun):
Place cl declarations after any interactive spec.
Fixes: debbugs:13265
2013-01-02 16:43:46 -08:00
Glenn Morris
d8fb8cce84
Auto-commit of loaddefs files.
2013-01-01 07:22:35 -05:00
Glenn Morris
0778f6f0c5
Auto-commit of generated files.
2013-01-01 07:18:20 -05:00
Paul Eggert
ab422c4d68
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
Andreas Schwab
5cebef2d18
* 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.
2012-12-31 22:53:33 +01:00
Glenn Morris
5ee1772e2c
* eshell/em-cmpl.el (eshell-pcomplete): More thoroughly imitate pcomplete.
...
Fixes: debbugs:13293
2012-12-31 13:28:33 -08:00
Glenn Morris
4cddca3070
* files.el (parse-colon-path): Return nil for empty path elements.
...
Fixes: debbugs:13296
2012-12-31 13:20:07 -08:00
Fabián Ezequiel Gallina
6861432ebd
* 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
2012-12-31 17:58:57 -03:00
Glenn Morris
08f592198a
* src/keymap.c (Fkey_description): Doc fix.
...
Fixes: debbugs:13323
2012-12-31 12:55:08 -08:00
Glenn Morris
22ff2cb8a4
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
2012-12-31 12:23:29 -08:00
Glenn Morris
b83a2ddd47
* lisp/vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
2012-12-31 12:13:28 -08:00
Glenn Morris
9800c5b059
Add an xref, cindex to the lispref
...
* customize.texi (Common Keywords): Add xref.
* tips.texi (Library Headers): Add cindex.
Fixes: debbugs:13311
2012-12-31 12:06:43 -08:00
Fabián Ezequiel Gallina
5b63c74a17
* progmodes/python.el: Bump defgroup :version to 24.3.
2012-12-31 16:35:57 -03:00
Fabián Ezequiel Gallina
df4758b82e
Backported revisions 2012-12-29T12:33:33Z!fgallina@gnu.org and 2012-12-29T12:57:49Z!fgallina@gnu.org from trunk.
2012-12-31 16:27:20 -03:00
Andreas Schwab
bdcad781aa
Fixes: debbugs:13316
...
* emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
neither DOCSTRING nor DECL was given.
2012-12-31 20:15:32 +01:00
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