1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00
Commit graph

108856 commits

Author SHA1 Message Date
Bastien Guerry
a89c8ef024 Merge Org 7.9.3d (commit e8f5b0ad). 2013-01-13 11:33:16 +01:00
Glenn Morris
f5e9cbd447 ChangeLog fix (no need to merge to trunk) 2013-01-12 11:31:25 -08:00
Jan Djärv
38693137f6 * gtkutil.c (xg_initialize): Backport from trunk.
Add ifdef HAVE_FREETYPE around x_last_font_name.

Fixes: debbugs:13403
2013-01-11 02:22:49 +01:00
Paul Eggert
45b7bfdd54 Backport typo fix from trunk, for AIX.
* eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.
This follows up on the 2012-09-29 patch that removed indirection
for the 'function' field.  Reported by Sergey Vinokurov in
<http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00263.html>.

Fixes: debbugs:13408
2013-01-10 23:51:25 -08:00
Paul Eggert
b6f960a0ea Fix SIGDANGER handlers, for AIX.
* sysdep.c.c (handle_danger_signal, deliver_danger_signal) [SIGDANGER]:
Move handlers here from emacs.c; they were out of place.

Fixes: debbugs:13408
2013-01-10 23:47:57 -08:00
Glenn Morris
fb6ea01451 Auto-commit of generated files. 2013-01-09 23:31:36 -05:00
Glenn Morris
39aff4a79f * make-dist: Add options for xz compression and no compression. 2013-01-09 20:00:02 -08:00
Fabián Ezequiel Gallina
5062005180 * progmodes/python.el (python-nav-end-of-statement): Fix
cornercase when handling multiline strings.
2013-01-10 00:44:12 -03:00
Glenn Morris
c4dd9efc9e Bump version to 24.2.92
Regenerate etc/AUTHORS and lisp/ldefs-boot.el
2013-01-09 18:45:32 -08:00
Glenn Morris
d1b066d2f1 ChangeLog fixes from M-x authors 2013-01-09 18:30:52 -08:00
Glenn Morris
3c855b96ba authors.el tiny updates
* lisp/emacs-lisp/authors.el (authors-ignored-files)
(authors-valid-file-names, authors-renamed-files-alist):
Add some more entries.
2013-01-09 18:30:06 -08:00
Stefan Monnier
08ce64e637 * lisp/image-mode.el (image-mode-winprops): Don't throw away the fallback
`t' pseudo-window entry.
2013-01-09 17:47:27 -05:00
Alan Mackenzie
8cff5febae Fix bugs in the c-parse-state mechanism. Reuse some markers instead of
continually generating new ones.

cc-engine.el (c-state-old-cpp-beg-marker, c-state-old-cpp-end-marker):
New variables.
(c-append-lower-brace-pair-to-state-cache): Start a backward search for
"}" definitively outside CPP constructs.
(c-remove-stale-state-cache): Inform the caller of a need to search back
for a brace pair in certain circumstances.
(c-state-maybe-marker): New macro.
(c-parse-state): Reuse markers when appropriate.
2013-01-09 21:33:00 +00:00
Glenn Morris
45a7e57ca3 commands.texi small fix for bug#13393
* doc/lispref/commands.texi (Interactive Codes): 
Whitespace does not terminate interactive "S".
2013-01-09 16:26:08 -05:00
Glenn Morris
89c0dda852 execute-extended-command prompt fix (bug#13395)
* lisp/simple.el (execute-extended-command): Doc fix.
Bind prefix-arg around read-extended-command, for prompt.
2013-01-09 16:23:14 -05:00
Chong Yidong
f55c06038d Minor doc fix. 2013-01-09 17:46:30 +08:00
Chong Yidong
5b64ccd7a2 * faces.el (read-face-name): Doc fix. 2013-01-09 17:43:38 +08:00
Paul Eggert
ebb965fcf8 Backport spelling fixes from trunk 2013-01-09 00:29:10 -08:00
Glenn Morris
72dbf62a95 Remove duplicated ChangeLog entry 2013-01-09 00:20:20 -08:00
Glenn Morris
c5ad92de10 * emacs-lisp/trace.el (trace-function, trace-function-background): Doc fix. 2013-01-08 19:59:10 -08:00
Juri Linkov
39a0786e1b * lisp/international/mule-cmds.el (read-char-by-name): Move let-binding
of completion-ignore-case around completing-read to fix regression
exhibited by the test case `C-x 8 RET *acc TAB' and caused by
`string-match-p' using the nil value of `case-fold-search' and
`completion-ignore-case' in `completion-pcm--all-completions'..

Fixes: debbugs:12615
2013-01-09 02:20:02 +02:00
Bastien Guerry
04c285b264 Fixes related to the last Org merge. 2013-01-08 23:02:09 +01:00
Bastien Guerry
2e3c2398e3 Merge Org up to commit 4cac75153. Some ChangeLog formatting fixes. 2013-01-08 19:49:37 +01:00
Bastien Guerry
d576dd9bde doc/misc/org.texi: Fix version number 2013-01-08 17:56:58 +01:00
Bastien Guerry
6d3e4c8092 Merge Org (commit c8c217). Fix mistake about updating the wrong ChangeLog. 2013-01-08 16:31:30 +01:00
Bastien Guerry
c7cf0ebc24 Merge Org 7.9.3 (commit 31c1aea) 2013-01-08 15:27:18 +01:00
Glenn Morris
06364e6463 * lisp/progmodes/compile.el (compilation-parse-errors): Fix typo.
Fixes: debbugs:13369
2013-01-06 17:23:26 -08:00
Vitalie Spinu
236a8f0cc0 comint-send-input tiny change
* lisp/comint.el (comint-send-input): Check size of buffer before
waiting for process output, in case already accepted.

Fixes: debbugs:13290
2013-01-06 17:06:39 -08:00
Andreas Schwab
605f02eea9 * autotype.texi: Remove undefined command @subtitlefont.
* cc-mode.texi: Likewise.
2013-01-06 15:29:40 +01:00
Andreas Schwab
7b08ccf715 * org.texi (Advanced features): Use @w{ }' instead of @ ' in
@item argument.
(Property searches): Use \\ instead of @backslashchar{}.
* pgg.texi (VERSION): Move @set below @setfilename.
2013-01-06 11:34:26 +01:00
Chong Yidong
04c48b1409 * windows.texi (Vertical Scrolling): Fix typos.
Fixes: debbugs:13267
2013-01-06 11:10:18 +08:00
Glenn Morris
89cb305ef1 Fix ChangeLog date oddness 2013-01-05 13:16:29 -08:00
Glenn Morris
1f1c405dfa * doc/lsipref/display.texi (Overlay Properties): Mention field.
Fixes: debbugs:13364
2013-01-05 11:34:41 -08:00
Glenn Morris
f8acde1105 * doc/emacs/text.texi (HTML Mode): Remove deleted nxml C-RET binding. 2013-01-05 11:21:17 -08:00
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