aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/display.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to ../doc/lisprefGlenn Morris2007-09-061-5442/+0
|
* (Image Formats, Other Image Types): Add SVG.Juri Linkov2007-08-281-2/+5
|
* (Images): Move formats-related text to new nodeJuri Linkov2007-08-281-12/+18
| | | | | "Image Formats". (Image Formats): New node.
* Merge from emacs--rel--22Miles Bader2007-08-271-3/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 97-100) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 246-247) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
| * (Images): Delete redundant @findex.Richard M. Stallman2007-08-251-3/+1
| |
| * (Image Cache): Document image-refresh.Chong Yidong2007-08-071-12/+36
| |
* | Merge from emacs--rel--22Miles Bader2007-07-241-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 59-69) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 237-238) - Update from CVS 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> * lisp/ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the underlying file is uptodate. 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu> * lisp/vc.el: Add more info about the vc-registered function. 2007-07-15 Richard M. Stallman <rms@gnu.org> * lisp/kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys. * lisp/tutorial.el (tutorial--find-changed-keys): Handle C-x specially like ESC. 2007-07-15 Aaron Hawley <aaronh@garden.org> * lisp/tar-mode.el (tar-get-descriptor): No error for zero-length file. 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc string. 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces. 2007-07-16 Richard M. Stallman <rms@gnu.org> * lispref/display.texi (Defining Faces): Fix previous change. 2007-07-20 Eli Zaretskii <eliz@gnu.org> * src/w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): Define if not defined. 2007-07-18 Jason Rumney <jasonr@gnu.org> * src/w32proc.c (w32_executable_type): Handle 64 bit executables. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-823
| * (Defining Faces): Fix previous change.Richard M. Stallman2007-07-161-2/+2
| |
* | Merge from emacs--rel--22Miles Bader2007-07-151-0/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 55-58) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 235-236) - Update from CVS 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu> * lisp/replace.el (match): Use yellow1 instead of yellow. * lisp/progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red. * lisp/pcvs-info.el (cvs-unknown): Likewise. 2007-07-10 Richard M. Stallman <rms@gnu.org> * lisp/emacs-lisp/lisp-mode.el (eval-defun): Explain special handling of `defface'. 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face) (gnus-server-closed-face, gnus-server-denied-face) (gnus-server-offline-face): Remove variable. (gnus-server-font-lock-keywords): Use faces that are not aliases. * lisp/gnus/mm-util.el (mm-decode-coding-string, mm-encode-coding-string) (mm-decode-coding-region, mm-encode-coding-region): Don't modify string if the coding-system argument is nil for XEmacs. * lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of mm-charset-override-alist. * lisp/gnus/rfc2047.el: Don't require base64; require rfc2045 for the function rfc2045-encode-string. (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not to quote the parameter value. 2007-07-10 Richard M. Stallman <rms@gnu.org> * lispref/display.texi (Defining Faces): Explain C-M-x feature for defface. 2007-07-11 Jason Rumney <jasonr@gnu.org> * nt/gmake.defs (OLE32): New library to link. * nt/nmake.defs (OLE32): Likewise. 2007-07-11 Jason Rumney <jasonr@gnu.org> * src/makefile.w32-in (LIBS): Include OLE32. * src/w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM. (w32_msg_pump) <WM_DESTROY>: Uninitialize COM. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-812
| * (Defining Faces): Explain C-M-x feature for defface.Richard M. Stallman2007-07-101-0/+5
| |
* | *** empty log message ***Juanma Barranquero2007-06-151-1/+1
| |
* | (Image Cache): Document image-refresh.Chong Yidong2007-06-141-12/+36
|/
* *** empty log message ***Stefan Monnier2007-06-031-2/+3
|
* (Overlay Properties): Add xref to Special Properties.Richard M. Stallman2007-04-241-0/+3
|
* (Attribute Functions): Fix example for face-attribute-relative-p.Richard M. Stallman2007-04-211-3/+2
|
* improve breaks in 8.5x11Karl Berry2007-04-111-3/+3
|
* (Defining Faces): Fix example.Richard M. Stallman2007-04-071-0/+1
|
* wording for page breakKarl Berry2007-04-071-9/+5
|
* Improve index entries. Remove redundant ones.Richard M. Stallman2007-04-071-10/+5
|
* (Invisible Text): Correct buffer-invisibility-spec regarding ellipsis.Richard M. Stallman2007-03-311-4/+3
|
* Improve indexing.Eli Zaretskii2007-03-311-0/+2
|
* Improve indexing.Eli Zaretskii2007-03-311-0/+1
|
* Improve indexing.Eli Zaretskii2007-03-311-0/+1
|
* Improve indexing.Eli Zaretskii2007-03-311-0/+1
|
* Postscript -> PostScript.Eli Zaretskii2007-03-311-9/+9
|
* (Finding Overlays): Write better example.Richard M. Stallman2007-03-041-14/+13
|
* (Glyphs): Add make-glyph-code, glyph-char, glyph-face.Kim F. Storm2007-02-141-20/+26
| | | | | Rewrite glyph code description to refer to these functions. Remove details of encoding face number and char into integer code.
* (Glyphs) Fix a typo.Eli Zaretskii2007-02-101-1/+1
|
* (Attribute Functions): Fix name and description of the UNDERLINE argJuanma Barranquero2007-02-011-1/+2
| | | | of `set-face-underline-p'.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (Managing Overlays): Document overlay-recenter.Richard M. Stallman2006-11-061-0/+15
|
* (Glyphs): Clarifications.Richard M. Stallman2006-09-121-22/+22
|
* (Display Table Format): Wording clarificationRichard M. Stallman2006-09-121-5/+6
|
* (Forcing Redisplay): Document return value of function redisplay.Kim F. Storm2006-09-101-0/+2
|
* (Fringe Indicators): Update for last change in indicate-buffer-boundaries.Richard M. Stallman2006-09-091-13/+19
|
* * display.texi (Images): Add xrref to display-images-p.Chong Yidong2006-08-291-0/+7
|
* (Face Functions): Fix explanations of FRAME=t or nil.Richard M. Stallman2006-07-311-11/+14
|
* (Face Attributes): Simplify wording.Richard M. Stallman2006-07-291-8/+15
| | | | | (Attribute Functions): Clarify meaning of new-frame default attribute settings.
* (Forcing Redisplay): Don't mention systems whichKim F. Storm2006-07-211-3/+2
| | | | don't support sub-second timers for redisplay-preemption-period.
* (Forcing Redisplay): Cleanups in previous change.Richard M. Stallman2006-07-191-3/+3
|
* (Forcing Redisplay): redisplay-preemption-periodKim F. Storm2006-07-181-2/+3
| | | | only used on window systems. Add xref to Terminal Output.
* Put period and comma inside quotes.Richard M. Stallman2006-07-181-6/+6
|
* * display.texi (Displaying Messages): Add anchor.Nick Roberts2006-07-131-0/+1
| | | | * frames.texi (Dialog Boxes): Use it.
* (Forcing Redisplay): Add `redisplay' function.Kim F. Storm2006-07-111-4/+7
| | | | Don't mention (sit-for -1) -- use (redisplay t) instead.
* (Buttons): Fix typo.Nick Roberts2006-07-091-1/+1
|
* (Truncation): Clean up previous change.Richard M. Stallman2006-07-091-19/+15
|
* (Attribute Functions): Move paragraph about compatibility with Emacs < 21.Richard M. Stallman2006-07-091-4/+4
|
* (Refresh Screen): Clarify force-window-update.Kim F. Storm2006-07-081-7/+10
| | | | (Truncation): "Normally" indicated by fringe arrows.
* (Forcing Redisplay, Displaying Messages, Temporary Displays, Font Selection,Eli Zaretskii2006-07-081-58/+1
| | | | | | | Auto Faces, Font Lookup, Fringe Indicators, Display Margins, Image Descriptors, Showing Images, Image Cache, Button Types, Making Buttons, Manipulating Buttons, Button Buffer Commands, Display Table Format, Glyphs): Remove @tindex.
* (Fringe Cursors): Fix typo.Kim F. Storm2006-07-071-9/+3
| | | | | (Customizing Bitmaps): Fix define-fringe-bitmap entry. (Overlay Arrow): Default is overlay-arrow fringe indicator.