Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add an cross-reference. | Xue Fuqiao | 2013-11-09 | 2 | -3/+5 | |
| | | | | | * doc/lispref/os.texi (Command-Line Arguments): Add cross-reference for `dump-emacs'. | |||||
* | * doc/lispref/os.texi (Startup Summary): Typo fix. | Xue Fuqiao | 2013-11-09 | 2 | -1/+2 | |
| | ||||||
* | * doc/lispref/os.texi (Startup Summary): Add an index about startup screen. | Xue Fuqiao | 2013-11-09 | 2 | -0/+5 | |
| | ||||||
* | Documentation followup to last commit. | Eli Zaretskii | 2013-11-08 | 2 | -10/+12 | |
| | | | | | doc/lispref/display.texi (Truncation): Document that cache-long-scans is now non-nil by default. (Bug#15797) | |||||
* | Fix a typo in (epa) Encrypting/decrypting *.gpg files | Alex Schroeder | 2013-11-08 | 1 | -1/+1 | |
| | ||||||
* | Revert an indexing change. | Xue Fuqiao | 2013-11-06 | 1 | -1/+0 | |
| | | | | See http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00193.html | |||||
* | Fix indexing in the lispref manual. | Eli Zaretskii | 2013-11-05 | 3 | -2/+8 | |
| | | | | | doc/lispref/lists.texi (Rearrangement): Fix indexing. doc/lispref/display.texi (Bidirectional Display): Fix indexing. | |||||
* | Another indexing improvement for Unicode. | Xue Fuqiao | 2013-11-05 | 1 | -0/+1 | |
| | ||||||
* | Improve indexing. | Xue Fuqiao | 2013-11-05 | 3 | -1/+5 | |
| | ||||||
* | * doc/lispref/display.texi (Bidirectional Display): Add an index for UBA. | Xue Fuqiao | 2013-11-05 | 2 | -0/+2 | |
| | ||||||
* | Doc fix. | Xue Fuqiao | 2013-11-05 | 2 | -0/+5 | |
| | | | | | | | * doc/lispref/display.texi (Glyphs): Add an index for glyph code. * src/xdisp.c (syms_of_xdisp): Mention the active display table in doc string of glyphless-char-display. | |||||
* | * lisp/startup.el (command-line-1): Allow `-L :...' to append to load-path. | Glenn Morris | 2013-11-03 | 2 | -0/+6 | |
| | | | | | | * doc/emacs/cmdargs.texi (Action Arguments): Mention that `-L :...' appends. * etc/NEWS: Mention this. | |||||
* | * doc/emacs/cmdargs.texi (Action Arguments): Clarify `-L' a bit. | Glenn Morris | 2013-11-02 | 2 | -1/+4 | |
| | ||||||
* | * doc/emacs/cmdargs.texi (Action Arguments): Clarify that `-L' prepends | Glenn Morris | 2013-11-02 | 2 | -1/+5 | |
| | ||||||
* | Add :distant-foreground to faces. | Jan Djärv | 2013-11-01 | 2 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/display.texi (Face Attributes): Document :distant-foreground. * etc/NEWS: Mention :distant-foreground. * lisp/faces.el (face-x-resources): Add :distant-foreground. (region): Use :distant-foreground for gtk and ns. * src/dispextern.h (lface_attribute_index): Add LFACE_DISTANT_FOREGROUND_INDEX. * src/xfaces.c: Declare color_distance. (QCdistant_foreground): New variable. (NEAR_SAME_COLOR_THRESHOLD): New define. (load_color2): New function. (load_color): Call load_color2. (load_face_colors): Call load_color2 and if distant-color is specified calculate distant and use distant-color if colors are near. (LFACE_DISTANT_FOREGROUND): New define. (merge_face_ref, Finternal_set_lisp_face_attribute) (Finternal_get_lisp_face_attribute) (x_supports_face_attributes_p): Handle distant-foreground similar to foreground. (syms_of_xfaces): DEFSYM QCdistant_foreground. | |||||
* | * doc/lispref/display.texi (Abstract Display): Improve indexing. | Xue Fuqiao | 2013-10-30 | 2 | -0/+8 | |
| | ||||||
* | * doc/lispref/display.texi (Selective Display): Discourage the use of explicit | Stefan Monnier | 2013-10-29 | 2 | -5/+9 | |
| | | | | selective display. | |||||
* | * doc/lispref/display.texi (Abstract Display): Explain the meaning of Ewoc. | Xue Fuqiao | 2013-10-29 | 2 | -1/+3 | |
| | ||||||
* | Fix a typo. | Xue Fuqiao | 2013-10-29 | 1 | -1/+1 | |
| | ||||||
* | Use @code instead of @var for a normal variable. | Xue Fuqiao | 2013-10-29 | 2 | -1/+2 | |
| | | | | | * doc/lispref/display.texi (Button Buffer Commands): Use @code instead of @var for a normal variable. | |||||
* | * doc/lispref/display.texi (Multi-Frame Images): Improve indexing. | Xue Fuqiao | 2013-10-29 | 2 | -1/+3 | |
| | ||||||
* | Add an index for multi-frame images. | Xue Fuqiao | 2013-10-29 | 2 | -2/+4 | |
| | | | | * doc/lispref/display.texi (Multi-Frame Images): Add an index for multi-frame images. | |||||
* | Use @code instead of @var for a normal variable, since @var should | Xue Fuqiao | 2013-10-29 | 2 | -2/+3 | |
| | | | | indicate metasyntactic variables. | |||||
* | Add an index for image-size. | Xue Fuqiao | 2013-10-29 | 2 | -0/+5 | |
| | | | | * doc/lispref/display.texi (Showing Images): Add an index for image-size. | |||||
* | * lisp/image.el (defimage): Doc fix. | Xue Fuqiao | 2013-10-28 | 1 | -0/+1 | |
| | ||||||
* | Comment | Xue Fuqiao | 2013-10-27 | 1 | -0/+1 | |
| | ||||||
* | Add an index for image maps. | Xue Fuqiao | 2013-10-27 | 2 | -1/+2 | |
| | ||||||
* | Add an index for edge-detection algorithms. | Xue Fuqiao | 2013-10-27 | 2 | -0/+6 | |
| | | | | * doc/lispref/display.texi (Image Descriptors): Add an index for edge-detection algorithms. | |||||
* | Add an index for customizing fringe bitmaps. | Xue Fuqiao | 2013-10-26 | 2 | -0/+2 | |
| | ||||||
* | * doc/lispref/display.texi (Fringe Indicators): Add indexes for fringe ↵ | Xue Fuqiao | 2013-10-26 | 2 | -0/+6 | |
| | | | | indicators. | |||||
* | Comment | Xue Fuqiao | 2013-10-26 | 1 | -0/+2 | |
| | ||||||
* | Improve indexing. | Xue Fuqiao | 2013-10-25 | 1 | -0/+1 | |
| | ||||||
* | Continuation of previous change. | Xue Fuqiao | 2013-10-25 | 1 | -0/+1 | |
| | ||||||
* | * doc/lispref/display.texi (Low-Level Font): Improve indexing. | Xue Fuqiao | 2013-10-25 | 2 | -2/+6 | |
| | ||||||
* | * doc/lispref/nonascii.texi (Character Properties): Add an index for | Xue Fuqiao | 2013-10-25 | 2 | -0/+3 | |
| | | | | script symbols. | |||||
* | * doc/lispref/display.texi (Fontsets): Minor wording fix. | Xue Fuqiao | 2013-10-25 | 2 | -1/+5 | |
| | ||||||
* | Improve indexing. | Xue Fuqiao | 2013-10-24 | 2 | -1/+2 | |
| | ||||||
* | * doc/lispref/display.texi (Low-Level Font): Add an index for font registry. | Xue Fuqiao | 2013-10-24 | 2 | -0/+2 | |
| | ||||||
* | * doc/lispref/display.texi (Font Selection): Add indexes for font selection. | Xue Fuqiao | 2013-10-24 | 2 | -0/+3 | |
| | ||||||
* | * doc/lispref/display.texi (Face Remapping): Add indexes for face remapping. | Xue Fuqiao | 2013-10-24 | 2 | -0/+6 | |
| | ||||||
* | * ert.texi (Running Tests Interactively): Adapt examle output. | Michael Albinus | 2013-10-24 | 2 | -3/+22 | |
| | | | | (Tests and Their Environment): Mention skip-unless. | |||||
* | Remove remaining @refills from doc/*/*.texi files | Glenn Morris | 2013-10-23 | 24 | -295/+212 | |
| | ||||||
* | Comment | Xue Fuqiao | 2013-10-23 | 1 | -0/+1 | |
| | ||||||
* | Progress towards allowing installation in directories with whitespace | Glenn Morris | 2013-10-23 | 8 | -57/+82 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (COPYDESTS, write_subdir, install-arch-dep) (install-arch-indep, install-etcdoc, install-info, install-man) (install-etc, uninstall): Quote entities that might contain whitespace. * build-aux/update-subdirs: Handle whitespace in argument. Check cd return value. * doc/emacs/Makefile.in (install-dvi, install-html, install-pdf) (install-ps, uninstall-dvi, uninstall-html, uninstall-ps) (uninstall-pdf): Quote entities that might contain whitespace. * doc/lispintro/Makefile.in (install-dvi, install-html, install-pdf) (install-ps, uninstall-dvi, uninstall-html, uninstall-ps) (uninstall-pdf): Quote entities that might contain whitespace. * doc/lispref/Makefile.in (install-dvi, install-html, install-pdf) (install-ps, uninstall-dvi, uninstall-html, uninstall-ps) (uninstall-pdf): Quote entities that might contain whitespace. * doc/misc/Makefile.in (install-dvi, install-html, install-pdf) (install-ps, uninstall-dvi, uninstall-html, uninstall-ps) (uninstall-pdf): Quote entities that might contain whitespace. * lib-src/Makefile.in ($(DESTDIR)${archlibdir}, need-blessmail, install) (uninstall): Quote entities that might contain whitespace. * nt/Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall): Quote entities that might contain whitespace. | |||||
* | Remove unnecessary @refill. | Xue Fuqiao | 2013-10-21 | 2 | -3/+7 | |
| | ||||||
* | Add indexes for the ‘:box’ face attribute. | Xue Fuqiao | 2013-10-19 | 2 | -0/+6 | |
| | | | | * doc/lispref/display.texi (Face Attributes): Add indexes for the ‘:box’ face attribute. | |||||
* | Another index for line height. | Xue Fuqiao | 2013-10-18 | 2 | -1/+2 | |
| | ||||||
* | * doc/lispref/display.texi (Line Height): Add an index for line height. | Xue Fuqiao | 2013-10-18 | 2 | -0/+5 | |
| | ||||||
* | Continuation of previous change. | Xue Fuqiao | 2013-10-17 | 1 | -1/+1 | |
| | ||||||
* | * doc/lispref/display.texi (Width): Fix arguments of ↵ | Xue Fuqiao | 2013-10-17 | 2 | -2/+6 | |
| | | | | ‘truncate-string-to-width’. |