Glenn Morris
a0833f62d5
* lisp/startup.el (command-line-1): Allow `-L :...' to append to load-path.
...
* doc/emacs/cmdargs.texi (Action Arguments): Mention that `-L :...' appends.
* etc/NEWS: Mention this.
2013-11-03 17:36:14 -08:00
Glenn Morris
881db7e0c4
* doc/emacs/cmdargs.texi (Action Arguments): Clarify `-L' a bit.
2013-11-02 16:36:32 -07:00
Glenn Morris
1ba6984e42
* doc/emacs/cmdargs.texi (Action Arguments): Clarify that `-L' prepends
2013-11-02 16:29:01 -07:00
Jan Djärv
3c334c1412
Add :distant-foreground to faces.
...
* 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.
2013-11-01 16:47:10 +01:00
Xue Fuqiao
bc5184ab59
* doc/lispref/display.texi (Abstract Display): Improve indexing.
2013-10-30 18:08:11 +08:00
Stefan Monnier
23af34b00c
* doc/lispref/display.texi (Selective Display): Discourage the use of explicit
...
selective display.
2013-10-29 10:49:10 -04:00
Xue Fuqiao
e54711f396
* doc/lispref/display.texi (Abstract Display): Explain the meaning of Ewoc.
2013-10-29 22:36:01 +08:00
Xue Fuqiao
836b431328
Fix a typo.
2013-10-29 22:23:07 +08:00
Xue Fuqiao
3440d80e12
Use @code instead of @var for a normal variable.
...
* doc/lispref/display.texi (Button Buffer Commands): Use @code instead
of @var for a normal variable.
2013-10-29 22:15:52 +08:00
Xue Fuqiao
142207c0e6
* doc/lispref/display.texi (Multi-Frame Images): Improve indexing.
2013-10-29 19:58:50 +08:00
Xue Fuqiao
027d950f5c
Add an index for multi-frame images.
...
* doc/lispref/display.texi (Multi-Frame Images): Add an index for multi-frame images.
2013-10-29 19:20:24 +08:00
Xue Fuqiao
64ba53a23c
Use @code instead of @var for a normal variable, since @var should
...
indicate metasyntactic variables.
2013-10-29 18:52:03 +08:00
Xue Fuqiao
81cf3b079a
Add an index for image-size.
...
* doc/lispref/display.texi (Showing Images): Add an index for image-size.
2013-10-29 18:25:35 +08:00
Xue Fuqiao
18c9f8a224
* lisp/image.el (defimage): Doc fix.
2013-10-28 06:53:48 +08:00
Xue Fuqiao
77197f90a0
Comment
2013-10-27 22:12:16 +08:00
Xue Fuqiao
44e0cfaf57
Add an index for image maps.
2013-10-27 21:07:24 +08:00
Xue Fuqiao
3c640e29b8
Add an index for edge-detection algorithms.
...
* doc/lispref/display.texi (Image Descriptors): Add an index for edge-detection algorithms.
2013-10-27 12:40:16 +08:00
Xue Fuqiao
918a7ad426
Add an index for customizing fringe bitmaps.
2013-10-26 10:25:54 +08:00
Xue Fuqiao
7db9c31e3d
* doc/lispref/display.texi (Fringe Indicators): Add indexes for fringe indicators.
2013-10-26 10:20:04 +08:00
Xue Fuqiao
68c9b8763c
Comment
2013-10-26 10:02:51 +08:00
Xue Fuqiao
8b022e34fd
Improve indexing.
2013-10-25 21:56:59 +08:00
Xue Fuqiao
651c39f8e8
Continuation of previous change.
2013-10-25 21:34:21 +08:00
Xue Fuqiao
3e1300f765
* doc/lispref/display.texi (Low-Level Font): Improve indexing.
2013-10-25 21:12:58 +08:00
Xue Fuqiao
2194b2a4b0
* doc/lispref/nonascii.texi (Character Properties): Add an index for
...
script symbols.
2013-10-25 20:23:07 +08:00
Xue Fuqiao
619a46f8d2
* doc/lispref/display.texi (Fontsets): Minor wording fix.
2013-10-25 19:44:35 +08:00
Xue Fuqiao
4fa11a3664
Improve indexing.
2013-10-24 22:00:59 +08:00
Xue Fuqiao
8b78f36c3a
* doc/lispref/display.texi (Low-Level Font): Add an index for font registry.
2013-10-24 21:53:20 +08:00
Xue Fuqiao
235bd03a9f
* doc/lispref/display.texi (Font Selection): Add indexes for font selection.
2013-10-24 21:16:51 +08:00
Xue Fuqiao
578ef6b9a2
* doc/lispref/display.texi (Face Remapping): Add indexes for face remapping.
2013-10-24 20:17:57 +08:00
Michael Albinus
955ada112b
* ert.texi (Running Tests Interactively): Adapt examle output.
...
(Tests and Their Environment): Mention skip-unless.
2013-10-24 09:40:05 +02:00
Glenn Morris
76f1a3c314
Remove remaining @refills from doc/*/*.texi files
2013-10-23 13:20:09 -04:00
Xue Fuqiao
93be1936a3
Comment
2013-10-23 21:29:39 +08:00
Glenn Morris
48f73cfbf3
Progress towards allowing installation in directories with whitespace
...
* 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.
2013-10-23 00:20:57 -07:00
Xue Fuqiao
8715f5a6aa
Remove unnecessary @refill.
2013-10-21 06:33:05 +08:00
Xue Fuqiao
8d02f0ad3b
Add indexes for the ‘:box’ face attribute.
...
* doc/lispref/display.texi (Face Attributes): Add indexes for the ‘:box’ face attribute.
2013-10-19 21:53:01 +08:00
Xue Fuqiao
74f202ae2d
Another index for line height.
2013-10-18 22:27:44 +08:00
Xue Fuqiao
917ac5ebf7
* doc/lispref/display.texi (Line Height): Add an index for line height.
2013-10-18 22:22:55 +08:00
Xue Fuqiao
14cf4bfea9
Continuation of previous change.
2013-10-17 21:56:37 +08:00
Xue Fuqiao
475c7d3f4f
* doc/lispref/display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
2013-10-17 21:46:44 +08:00
Xue Fuqiao
12b10f017c
Trivial doc fix.
2013-10-17 19:43:40 +08:00
Jay Belanger
c8722a9799
* calc/calc-comb.el (math-prime-test): Don't assume large integers are
...
represented by lists.
* doc/misc/calc.el (Data Type Formats): Don't specify the size at
which integers begin to be represented by lists.
2013-10-16 22:37:05 -05:00
Xue Fuqiao
89f20e0579
Add an index for explicit selective display.
...
* doc/lispref/display.texi (Selective Display): Add an index for
explicit selective display.
2013-10-16 21:46:01 +08:00
Xue Fuqiao
2641f1a547
* doc/lispref/display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
2013-10-15 16:43:56 +08:00
Xue Fuqiao
f55f544f40
* doc/misc/cl.texi (Argument Lists): Add indexes for &key and &aux.
2013-10-15 06:25:14 +08:00
Xue Fuqiao
c463be09eb
Comment
2013-10-15 06:20:52 +08:00
Glenn Morris
9148ee920e
* configure.ac [alpha]: Explicit error in non-ELF case.
...
* doc/emacs/ack.texi (Acknowledgments): Comment out old alpha stuff.
* lisp/emacs-lisp/authors.el (authors-fixed-entries):
Comment out old alpha stuff.
Fixes: debbugs:15601
2013-10-13 16:01:20 -07:00
Xue Fuqiao
524aabace8
Remove unnecessary @refill.
2013-10-13 18:22:34 +08:00
Glenn Morris
b22d06865b
Doc fixes for text-scale-adjust
...
* lisp/face-remap.el (text-scale-adjust): Doc fix.
* doc/emacs/display.texi (Text Scale): Update text-scale-adjust details.
Fixes: debbugs:15434
2013-10-12 22:17:42 -07:00
Glenn Morris
8c106d177f
Use accented form of some names
...
* doc/emacs/ack.texi (Acknowledgments):
* doc/emacs/emacs.texi (Acknowledgments):
* doc/lispref/intro.texi (Acknowledgments): Use accented form of some names.
* lisp/emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
Add some entries.
(authors-fixed-entries): Use accented form of name.
2013-10-12 17:31:19 -07:00
Glenn Morris
fa02290953
Doc tweaks for cond
...
* doc/lispref/control.texi (Conditionals): Copyedits.
* src/eval.c (Fcond): Doc tweak.
2013-10-09 13:17:20 -04:00