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

212 commits

Author SHA1 Message Date
Chong Yidong
9403944b41 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
`append'.

* sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
of `vconcat'.

* strings.texi (Creating Strings): Copyedits.  Remove obsolete
Emacs 20 usage of `concat'.
(Case Conversion): Copyedits.
2009-02-22 00:19:39 +00:00
Chong Yidong
b87a185f6d * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type): Minor edits.
(Frame Configuration Type): Emphasize that it is not primitive.
(Font Type): New node.
(Type Predicates): Add fontp; type-of now recognizes font object types.

* intro.texi (Version Info): Update version numbers in examples.
(Acknowledgements): List more contributors.

* elisp.texi: Bump version number to 3.0.
(Top): Link to Font Type node.
2009-02-21 13:45:00 +00:00
Juanma Barranquero
867d4bb371 Remove duplicate words. 2009-02-20 12:36:50 +00:00
Eli Zaretskii
77730170c0 (User-Chosen Coding Systems): Document that select-safe-coding-system
suggests raw-text if there are raw bytes in the region.
(Explicit Encoding): Warn not to use `undecided' when encoding.
2009-02-14 14:12:15 +00:00
Glenn Morris
c87362126b (Visibility of Frames): Mention the effect multiple
workspaces/desktops can have on visibility.

(as I learnt in bug#2199).
2009-02-11 04:15:18 +00:00
Eli Zaretskii
7d2a859fab (Explicit Encoding): Document the `charset' text property produced by
decode-coding-region and decode-coding-string.
2009-02-07 11:48:40 +00:00
Eli Zaretskii
ab992d6629 (Commands for Insertion): Reinstate documentation of
translation-table-for-input.
2009-02-07 11:09:56 +00:00
Alan Mackenzie
e651a255bc *** empty log message *** 2009-01-27 09:39:11 +00:00
Juanma Barranquero
bc5cde4b2e * abbrevs.texi (Abbrev Table Properties): Fix typo.
Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
2009-01-25 12:10:52 +00:00
Eli Zaretskii
f721dedaef (Window Systems): Document the value of `initial-window-system' under --daemon. 2009-01-24 20:24:18 +00:00
Eli Zaretskii
3533155bcf (System Environment): Remove description of the `environment' function which
has been deleted.
2009-01-24 16:24:17 +00:00
Dan Nicolaescu
f79b43b27b * frame.el (make-frame-on-tty): Remove function, inline contents
in the only user ...

* server.el (server-create-tty-frame): ... here.

* frames.texi (Multiple Displays): Remove documentation for
removed function make-frame-on-tty.
2009-01-22 06:58:10 +00:00
Chong Yidong
e3aa6669fa * files.texi (Format Conversion Piecemeal): Clarify behavior of
write-region-annotate-functions.  Document
write-region-post-annotation-function.
2009-01-22 04:53:32 +00:00
Chong Yidong
fb13a41632 * display.texi (Font Lookup): Document WIDTH argument of
x-list-fonts.
2009-01-19 15:29:05 +00:00
Eli Zaretskii
ead3f58d86 (Standard Keymaps): Rename function-key-map to local-function-key-map. 2009-01-17 19:16:08 +00:00
Eli Zaretskii
490f11979e (Standard Hooks): Document suspend-tty-functions' and resume-tty-functions'. 2009-01-17 18:47:53 +00:00
Eli Zaretskii
df05a1630f (Top): Make @detailmenu be consistent with changes in frames.texi. 2009-01-17 16:33:55 +00:00
Eli Zaretskii
0ed8034edc (Standard Hooks): Document `delete-frame-functions' and
`delete-terminal-functions'.
2009-01-17 16:32:09 +00:00
Eli Zaretskii
02eccf6bfb (Coding System Basics): More accurate description of `raw-text'. 2009-01-17 10:09:52 +00:00
Juanma Barranquero
f19fea978e * display.texi (Low-Level Font): Fix typo. 2009-01-12 10:22:35 +00:00
Chong Yidong
16fa292f51 * elisp.texi (Top): Update node listing.
* display.texi (PostScript Images): Node deleted.
2009-01-10 13:09:20 +00:00
Eli Zaretskii
3355f04dd8 (Decoding Output): Document that null bytes force no-conversion for reading
process output.
2009-01-10 12:50:38 +00:00
Eli Zaretskii
538395d97a (Serial Ports): Improve wording, suggested by RMS. 2009-01-10 12:34:20 +00:00
Eli Zaretskii
c06ea95e7c (Character Properties): Improve wording. 2009-01-10 12:30:41 +00:00
Eli Zaretskii
0b4faef3a5 (Lisp and Coding Systems): Document inhibit-null-byte-detection and
inhibit-iso-escape-detection.
2009-01-10 12:02:28 +00:00
Chong Yidong
ce9cf0658e * display.texi (Font Lookup): Remove obsolete function
x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
(Low-Level Font): Rename from Fonts, move to end of Faces section.
(Font Selection): Reorder order of variable descriptions.  Minor
clarifications.

* elisp.texi (Top): Update node listing.
2009-01-09 14:18:39 +00:00
Glenn Morris
ab756fb378 (Command Loop Info): Say that last-command-char and last-input-char
are obsolete aliases.
2009-01-09 05:22:19 +00:00
Chong Yidong
6b2b8ab1df * elisp.texi: Update node listing.
* display.texi (Faces): Put Font Selection node after Auto Faces.
(Face Attributes): Don't link to Font Lookup.  Document
font-family-list.
(Fonts): New node.
2009-01-08 20:57:30 +00:00
Jason Rumney
3568e76713 (Pointer Shape): Clarify that only X supports
changing the standard pointer shapes. (Bug#1485)
2009-01-08 13:05:11 +00:00
Chong Yidong
6221c8db7c * display.texi (Attribute Functions): Note that a function value
:height is relative, and that compatibility functions work by
calling set-face-attribute.
(Displaying Faces): Reorder list in order of increasing priority.
(Face Remapping): New node.  Content moved here from Displaying
Faces.
(Glyphs): Link to Face Functions.
2009-01-08 11:45:50 +00:00
Glenn Morris
6ed161e1d6 Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
Chong Yidong
e3d3799a71 * display.texi (Faces): Don't discuss face id here. facep does
not return t.
(Defining Faces): Minor clarification.
(Face Attributes): Rearrange items to match docstring of
set-face-attribute.  Add :foundry attribute.  Document new role of
:font attribute.  Texinfo usage fix.
(Attribute Functions): Copyedits.
(Face Functions): Note that face number is seldom used.
2009-01-08 01:19:34 +00:00
Richard M. Stallman
638a245702 (Predicates for Strings): Minor clarification. 2009-01-05 16:06:19 +00:00
Juanma Barranquero
49ea00743d * objects.texi (General Escape Syntax): Fix typo. 2009-01-04 19:44:58 +00:00
Martin Rudalics
9f822178d7 (Choosing Window): Say that pop-up-frame-alist
works via the default value of pop-up-frame-function.
2009-01-03 11:17:47 +00:00
Eli Zaretskii
af34ad36fc (System Processes): Document the time' and ctime' attributes of
`system-process-attributes'.
2009-01-02 15:20:05 +00:00
Chong Yidong
d31f667990 * display.texi (Face Attributes): Clarify :height attribute. 2009-01-01 08:28:56 +00:00
Martin Rudalics
174dc00c74 (The Buffer List): Clarify what moves a buffer to
the front of the buffer list.  Add entries for `last-buffer' and
`unbury-buffer'.
2008-12-31 17:13:32 +00:00
Eli Zaretskii
d14030f587 (Top): Add @detailmenu items for "Multiple Terminals" and its subsections. 2008-12-27 18:57:52 +00:00
Eli Zaretskii
765980a41e (Top): Add @detailmenu item for "Terminal Type". 2008-12-27 15:46:03 +00:00
Eli Zaretskii
47bd5577b2 (Top): Add a @detailmenu item for "Directory Local Variables". 2008-12-27 15:26:23 +00:00
Eli Zaretskii
eb22b78cab (Directory Local Variables): New node. 2008-12-27 15:23:37 +00:00
Eli Zaretskii
b8afe7e422 (Autoload): Document generate-autoload-cookie' and generated-autoload-file'. 2008-12-27 14:02:07 +00:00
Eli Zaretskii
028e2c1919 (Startup Summary): Add xref to documentation of `initial-window-system'. 2008-12-20 13:54:24 +00:00
Eli Zaretskii
77bb04766a (Window Systems): Document `window-system' the function. The variable
`window-system' is now frame-local.
2008-12-20 13:48:32 +00:00
Martin Rudalics
dda87836a2 (Windows): Rewrite description of
fit-window-to-buffer.
2008-12-19 09:15:39 +00:00
Glenn Morris
b3e755a92f Format and file name fixes, for AUTHORS. 2008-12-19 03:10:27 +00:00
Juanma Barranquero
3e868ee3b1 Fix typo. 2008-12-18 16:52:33 +00:00
Glenn Morris
caef3ed2d0 (Font Lock Basics): Fix level description. (Bug#1534)
(Levels of Font Lock): Refer to font-lock-maximum-decoration.
2008-12-13 04:11:03 +00:00
Glenn Morris
21c58e4d62 (Error Debugging): Refer forwards to eval-expression-debug-on-error. 2008-12-12 03:55:24 +00:00