aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/frames.texi (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-01-07Add 2008 to copyright years.Glenn Morris1-1/+1
2007-12-28(Size and Position): Explain meaning of frame pixel width and height.Richard M. Stallman1-2/+8
2007-12-28(Basic Parameters): For `title', refer to title bar.Richard M. Stallman1-6/+6
2007-12-28(Size Parameters): Fix typo.Richard M. Stallman1-1/+1
2007-10-24(Multiple Displays): Don't mention frame-local vars.Richard M. Stallman1-1/+1
2007-10-02(Cursor Parameters): Describe cursor-in-non-selected-windows here.Richard M. Stallman1-2/+11
Explain more values.
2007-09-06Move to ../doc/lisprefGlenn Morris1-2208/+0
2007-07-03* server.el (server-process-filter): Likewise.Dan Nicolaescu1-0/+8
(server-process-filter): Likewise. Also set COLORFGBG and COLORTERM. * frame.el (frame-initialize, make-frame): Likewise. * faces.el (tty-set-up-initial-frame-faces): Likewise. * env.el (read-envvar-name): Don't consider the environment frame param. (setenv): Set display-environment-variable and term-environment-variable. * frame.c (Qterm_environment_variable, Qdisplay_environment_variable): New variables. (syms_of_frame): Intern and staticpro them. * frame.h: Declare them here. * callproc.c (child_setup): Use the display-environment-variable and term-environment-variable frame params. (getenv_internal): Likewise. (set_initial_environment): Initialise Vprocess_environment. * frames.texi (Basic Parameters): Add display-environment-variable and term-environment-variable.
2007-06-02(Color Parameters): Add xref to (emacs)Standard Faces.Richard M. Stallman1-0/+1
2007-04-15(Multiple Displays): Add note about "multi-monitor" setups.Chong Yidong1-0/+15
(Display Feature Testing): Note that display refers to all physical monitors for multi-monitor setups.
2007-04-07Improve index entries. Remove redundant/useless ones.Richard M. Stallman1-9/+7
2007-03-31Improve indexing.Eli Zaretskii1-0/+1
2007-03-31Improve indexing.Eli Zaretskii1-0/+1
2007-03-31Improve indexing.Eli Zaretskii1-0/+1
2007-03-31Improve indexing.Eli Zaretskii1-0/+1
2007-01-16Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris1-2/+2
2001).
2006-11-29(Visibility of Frames): Explain visible windowsRichard M. Stallman1-6/+8
can be covered by others. Add xref for raise-frame.
2006-11-10* frames.texi (Window System Selections): Remove clipboard fromJan Djärv1-1/+1
description of selection-coding-system.
2006-10-13* frames.texi (Frame Titles): %c and %l are ignored inChong Yidong1-1/+2
frame-title-format.
2006-09-06(Display Feature Testing): display-mm-dimensions-alist.Kim F. Storm1-6/+12
2006-07-21(Input Focus): Document that focus-follows-mouse has no effect on MS-Windows.Eli Zaretskii1-1/+3
2006-07-18Put period and comma inside quotes.Richard M. Stallman1-7/+7
2006-07-13* display.texi (Displaying Messages): Add anchor.Nick Roberts1-1/+1
* frames.texi (Dialog Boxes): Use it.
2006-07-12Fix typo in prev change.Richard M. Stallman1-1/+1
2006-07-12(Frames): Explain nature of frames better.Richard M. Stallman1-4/+10
2006-07-12(Window System Selections): Mention scrap support for Mac.YAMAMOTO Mitsuharu1-1/+22
Default value of x-select-enable-clipboard is t on Mac.
2006-07-08(Creating Frames, Parameter Access, Pointer Shape)Eli Zaretskii1-30/+0
(Color Names, Text Terminal Colors, Display Feature Testing): Remove @tindex.
2006-05-23(Pointer Shape): @end table -> @end defvar.Luc Teirlinck1-1/+1
2006-05-23(Pointer Shape): Node renamed from Pointer Shapes.Richard M. Stallman1-15/+34
Contents rewritten; material from old Pointer Shape node moved here.
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2006-02-03Fix last change.Eli Zaretskii1-1/+0
2006-02-02(Layout Parameters): Minor clarification.Richard M. Stallman1-1/+32
(Drag and Drop): New node. (Frames): Update menu.
2006-01-27(Layout Parameters): border-width and internal-border-width belong to theEli Zaretskii1-2/+2
frame, not the window.
2005-08-10Update years in copyright notice; nfc.Thien-Thi Nguyen1-2/+2
2005-08-09(Geometry): New node, split from Size and Position.Richard M. Stallman1-1/+8
(Frame Parameters): Refer to Geometry. (Layout Parameters): Fix typo.
2005-08-09(Layout Parameters): Add xref.Richard M. Stallman1-1/+1
2005-08-09(Window Frame Parameters): Node split up.Richard M. Stallman1-117/+192
(Basic Parameters, Position Parameters, Size Parameters) (Layout Parameters, Buffer Parameters, Management Parameters) (Cursor Parameters, Color Parameters): New subnodes.
2005-07-18(Text Terminal Colors, Resources): Delete duplicate words.Juri Linkov1-2/+2
2005-06-21Fix spellings.Juanma Barranquero1-1/+1
2005-06-18Fix formatting ugliness.Richard M. Stallman1-9/+9
2005-05-29(Window Frame Parameters): Document user-size.Richard M. Stallman1-14/+7
Shorten entry for top by referring to left.
2005-05-24(Dialog Boxes): Minor fixes.Richard M. Stallman1-2/+2
2005-05-24(Dialog Boxes): HEADER argument to `x-popup-dialog' is optional.Luc Teirlinck1-1/+1
2005-05-24(Dialog Boxes): Add double space.Nick Roberts1-1/+1
2005-05-24(Dialog Boxes): Descibe new optional argument.Nick Roberts1-7/+12
2005-05-21(Initial Parameters): Update cross reference to "Emacs Invocation".Eli Zaretskii1-2/+2
2005-05-05(Pop-Up Menus): Complete description of `x-popup-menu'.Luc Teirlinck1-0/+11
(Dialog Boxes): Complete description of `x-popup-dialog'.
2005-05-02(Pop-Up Menus): Correct and clarify description of `x-popup-menu'.Luc Teirlinck1-13/+22
(Dialog Boxes): Clarify description of `x-popup-dialog'.
2005-03-06(Text Terminal Colors): Get rid of "Emacs 21", and make it read better.Richard M. Stallman1-7/+6
2005-02-05(Color Names): Add pointer to the X docs about RGBEli Zaretskii1-7/+11
color specifications. Improve indexing (Text Terminal Colors): Replace the description of RGB values by an xref to "Color Names".