Stefan Monnier
cc390e46c7
Merge from trunk
2010-09-13 16:40:48 +02:00
Stefan Monnier
7cf78aac59
* doc/lispref/syntax.texi (Syntax Flags): Document new `c' flag.
2010-09-11 15:58:57 +02:00
Lars Magne Ingebrigtsen
381408e219
Add support for the libxml2 library.
...
This adds the html-parse-string and xml-parse-string functions in the
new file src/xml.c, as well as autoconf detection of the library.
2010-09-10 18:44:35 +02:00
Glenn Morris
ca0d44e4ec
* doc/lispref/display.texi (ImageMagick Images): General cleanup.
2010-09-08 19:18:38 -07:00
Chong Yidong
1099930585
Merge changes from emacs-23 branch.
2010-09-06 12:38:03 -04:00
Alexander Klimov
3fa0dc8f4d
* doc/lispref/files.texi (Directory Names): Use \` rather than ^.
...
* lisp/files.el (directory-abbrev-alist): Use \` as default regexp.
2010-09-06 00:03:56 +02:00
Chong Yidong
86bbbedfeb
Revert last change.
2010-09-04 14:36:24 -04:00
Chong Yidong
cbc72326a8
* frames.texi (Layout Parameters): Add cindex entries (Bug#6929).
2010-09-04 14:21:48 -04:00
Jan Djärv
4524012543
Remove cut buffer from documentation.
...
* doc/emacs/frames.texi (Cut/Paste Other App): Remove vut-buffer text.
* doc/lispref/text.texi (Low-Level Kill Ring):
* doc/lispref/frames.texi (Window System Selections): Remove cut buffer
documentation.
* doc/misc/cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
* lisp/term/x-win.el (x-select-text):
* lisp/term/pc-win.el (x-selection-value):
* lisp/term/ns-win.el (x-selection-value):
* lisp/eshell/em-term.el:
* lisp/w32-fns.el (x-get-selection-value):
* lisp/mouse-sel.el (mouse-sel-set-selection-function):
* lisp/frame.el (display-selections-p): Remove cut-buffer in documentation.
* lisp/term.el (term-mouse-paste): Don't call x-get-cutbuffer.
Remove cut buffer from error message.
2010-09-02 12:17:02 +02:00
Eli Zaretskii
4abe5bf64a
Improve ELisp manual to fix bug #6929 .
...
display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
Parameters", where the default fringe width is described.
frames.texi (Window Frame Parameters, Basic Parameters)
(Position Parameters, Layout Parameters, Management Parameters)
(Cursor Parameters, Font and Color Parameters): Add indexing for
frame parameters. (Bug#6929)
2010-08-28 11:10:13 +03:00
Tom Tromey
fdc76236a9
* vol2.texi (Top): Update.
...
* vol1.texi (Top): Update.
* tips.texi (Library Headers): Mention Package-Version and
Package-Requires.
* package.texi: New file.
* os.texi (System Interface): Update pointers.
* elisp.texi (Top): Link to new nodes. Include package.texi.
* anti.texi (Antinews): Update pointers.
2010-08-25 14:25:32 -06:00
Eli Zaretskii
1e5c1c8076
Fix last change in processes.texi.
...
processes.texi (Filter Functions): Fix last change.
2010-08-25 01:23:47 -04:00
Chong Yidong
78e33835a3
Fix filter functions discussion in Lisp manual.
...
* processes.texi (Filter Functions): Use `buffer-live-p' instead
of `buffer-name' in the main text as well as in the example
(Bug#3098).
2010-08-24 16:43:24 -04:00
Chong Yidong
198a7a97ff
Make obsolete --unibyte argument do nothing (Bug#6886).
...
* src/emacs.c (main): Remove --unibyte handling (Bug#6886).
* lisp/startup.el (command-line-1): Issue warning for ignored arguments
--unibyte, etc (Bug#6886).
* doc/lispref/nonascii.texi (Text Representations):
* doc/lispref/loading.texi (Loading Non-ASCII):
* doc/lispref/compile.texi (Byte Compilation): Don't mention obsolete
--unibyte command-line argument.
2010-08-22 17:15:20 -04:00
Chong Yidong
b0126eac41
Merge changes from emacs-23 branch.
2010-08-22 16:02:16 -04:00
Chong Yidong
bc7d7ea63b
Doc fix for define-minor-mode (Bug#6880).
...
* doc/lispref/modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
* emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2010-08-22 15:30:26 -04:00
Eli Zaretskii
e8a6cc19a3
Add cross-references regarding POSITION of mouse events.
...
commands.texi (Misc Events): Add cross-references to where
POSITION of a mouse event is described in detail.
2010-08-20 23:07:29 +03:00
Chong Yidong
96b1842de8
* objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2010-08-19 19:23:13 -04:00
Joakim Verona
16a911401b
documentation changes
2010-08-18 12:35:23 +02:00
Stefan Monnier
c566235d98
Merge from trunk
2010-08-11 07:42:48 +02:00
Chong Yidong
7815fe1985
Merge changes from emacs-23 branch
2010-08-08 17:12:29 -04:00
Stefan Monnier
ee301a7a19
* lispref/control.texi (Handling Errors) <error-message-string>: Fix arg name.
...
Fixes: debbugs:6770
2010-08-02 12:35:34 +02:00
Jan Djärv
8b2dd50845
Add doc and NEWS for tool-bar-position.
...
* doc/emacs/frames.texi (Tool Bars): Add doc for tool-bar-position.
* doc/lispref/frames.texi (Layout Parameters): Add doc for tool-bar-position.
2010-07-29 19:10:41 +02:00
Michael Albinus
bace45fe15
* processes.texi (Process Information): Explain process property
...
`remote-tty'.
2010-07-29 15:54:03 +02:00
Juanma Barranquero
e8bf5266a2
* doc/lispref/modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2010-07-29 02:58:16 +02:00
Juanma Barranquero
b4f588fa4a
Document arguments passed to `read-buffer-function' (bug#5625).
...
* doc/lispref/minibuf.texi (High-Level Completion): Document args of
`read-buffer-function'.
* src/minibuf.c (syms_of_minibuf) <read-buffer-function>: Doc fix.
2010-07-28 02:15:49 +02:00
Juanma Barranquero
0ed082fedf
Merge from emacs-23
2010-07-27 04:10:05 +02:00
Juanma Barranquero
4ce5a4ccd4
* modes.texi (Defining Minor Modes): Use C-delete in examples (bug#6334).
2010-07-27 03:37:23 +02:00
Juanma Barranquero
c4cc8b9a23
Fix typos in ChangeLogs.
2010-07-24 13:53:19 +02:00
Stefan Monnier
0ee81a0ce0
Merge from trunk
2010-07-23 17:23:09 +02:00
Juanma Barranquero
1c84bc7afa
* text.texi (Special Properties): Fix typo.
2010-07-21 20:05:31 +02:00
Juanma Barranquero
a628ad9d97
Fix typos in ChangeLogs.
2010-07-20 13:13:25 +02:00
Chong Yidong
2ec1b5ee34
Merge changes from emacs-23 branch.
2010-07-10 14:52:53 -04:00
Eli Zaretskii
b88746ba3f
Adapt docs of primitives to ANSI C arg list.
...
internals.texi (Writing Emacs Primitives): Adapt to ANSI C
calling sequences, which are now the standard.
2010-07-09 11:38:50 +03:00
Chong Yidong
51422d6dde
Clarify command loop's role in undo boundary (Bug#2433).
...
* text.texi (Undo): Clarify command loop behavior (Bug#2433).
* commands.texi (Command Overview): Mention undo-boundary call.
2010-06-24 15:05:47 -04:00
Glenn Morris
d24880de8b
Untabify doc/lispref/*.texi.
...
* abbrevs.texi, commands.texi, compile.texi, debugging.texi:
* display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
* frames.texi, functions.texi, internals.texi, keymaps.texi:
* loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
* searching.texi, sequences.texi, strings.texi, syntax.texi:
* text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
Untabify Texinfo files.
2010-06-22 20:36:56 -07:00
Chong Yidong
0fc76035ed
* modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2010-06-20 12:30:27 -04:00
Chong Yidong
5338dc0b10
* errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
2010-06-19 14:06:37 -04:00
Stefan Monnier
b9598260f9
New branch for lexbind, losing all history.
...
This initial patch is based on 2002-06-27T22:39:10Z!storm@cua.dk of the original
lexbind branch.
2010-06-13 16:36:17 -04:00
Andreas Schwab
639b2760f1
Merge from emacs-23
2010-06-10 00:08:50 +02:00
Chong Yidong
ba3bf1d951
Better doc fix for Bug#6283.
...
searching.texi (Regexp Special): Remove obsolete information
about matching non-ASCII characters, and suggest using char
classes (Bug#6283).
2010-06-02 13:26:31 -04:00
Chong Yidong
2c3a3c1d03
searching.texi (Regexp Special): Replace "octal 377" with "#o377" (Bug#6283).
2010-06-02 13:14:01 -04:00
Stefan Monnier
fd67a7000e
Merge from emacs-23
2010-05-31 22:34:49 -04:00
Juanma Barranquero
7f4b42492c
doc/lispref/minibuf.texi (Basic Completion): Add missing "@end defun".
2010-05-31 00:50:31 +02:00
Stefan Monnier
637821cd30
* doc/lispref/minibuf.texi (Basic Completion): Document completion-boundaries.
...
(Programmed Completion): Document the new fourth method for boundaries.
* .bzrignore: Ignore new files from trunk, which appear if you use
colocated branches (i.e. "bzr switch").
2010-05-30 17:18:35 -04:00
Chong Yidong
e13051c36a
Add ChangeLog change missing in last checkin.
2010-05-22 13:16:35 -04:00
Chong Yidong
110683addc
Rename image-refresh to image-flush.
...
* image.c (Fimage_flush): Rename from image-refresh.
* image.el (image-refresh): Define as an alias for image-flush.
* image-mode.el (image-toggle-display-image): Caller changed.
* display.texi (Image Cache): Update documentation about image
caching.
2010-05-22 12:48:01 -04:00
Stefan Monnier
0235128c15
Merge from emacs-23
2010-05-08 14:47:07 -04:00
Eli Zaretskii
f884842302
Improve docs of Unicode General Category.
...
nonascii.texi (Character Properties): Document unicode-category-table.
Add an index entry for Unicode general category.
2010-05-08 16:25:31 +03:00
Chong Yidong
19ae0deb1c
Bump version to 23.2.50.
2010-05-08 00:46:44 -04:00