summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Documentation for focus-in,out hooks (tiny change)...* doc/lispref/frames.texi (Input Focus): * doc/lispref/hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook. * etc/NEWS: Copyedit. Brian Jenkins2013-11-233-0/+19
* * etc/TODO: Minor update.Xue Fuqiao2013-11-231-0/+1
* * etc/enriched.txt: Rename from enriched.doc. ...Misc small updates for this hardly being "new" any more. * lisp/textmodes/enriched.el (enriched-mode): Doc fix. * lisp/emacs-lisp/authors.el (authors-renamed-files-alist): Add enriched.doc -> enriched.txt. Fixes: debbugs:15947 Glenn Morris2013-11-221-2/+2
* Empty elements in EMACSLOADPATH now stand for the default...* src/lread.c (load_path_check): Take path to check as argument. (load_path_default): New, split from init_lread. (init_lread): Move calc of default load-path to load_path_default. Empty elements in EMACSLOADPATH now stand for the default. (load-path): Doc fix. * src/emacs.c (decode_env_path): Add option to treat empty elements as nil rather than ".". * src/callproc.c (init_callproc_1, init_callproc): * src/image.c (Vx_bitmap_file_path): * src/lisp.h (decode_env_path): * lread.c (Vsource_directory): Update for new argument spec of decode_env_path. * leim/Makefile.in (RUN_EMACS): Empty EMACSLOADPATH rather than unsetting. * lisp/Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting. * test/automated/Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting. * doc/emacs/cmdargs.texi (General Variables): Empty elements in EMACSLOADPATH now mean the default load-path. * doc/lispref/loading.texi (Library Search): Empty elements in EMACSLOADPATH now mean the default load-path. * etc/NEWS: Mention this. Fixes: debbugs:12100 Glenn Morris2013-11-224-16/+38
* * doc/lispref/loading.texi (Library Search): Minor clarification.Glenn Morris2013-11-212-3/+9
* Use path-separator with -L, rather than just :...* lisp/startup.el (command-line-1): Use path-separator with -L. * test/automated/Makefile.in (PATH_SEPARATOR): New, set by configure. (EMACSOPT): Use PATH_SEPARATOR. * doc/emacs/cmdargs.texi (Action Arguments): Use path-separator with -L. * etc/NEWS: Related edit. Glenn Morris2013-11-202-0/+6
* * doc/misc/ses.texi (Quick Tutorial): New chapter. ...(The Basics, Formulas): Copyedits. (Resizing, Printer functions): Add index entries. Fixes: debbugs:14748 era eriksson2013-11-202-1/+111
* Remove a FIXME.Xue Fuqiao2013-11-201-2/+0
* * doc/lispref/windows.texi (Choosing Window): Mention `no-display-ok'. ...* etc/NEWS: Mention new display action alist entry `no-display-ok'. (Bug#13594) * lisp/window.el (display-buffer-alist): Doc fix. (Bug#13594) Leo Liu2013-11-202-1/+8
* Doc fixes....* lisp/filenotify.el (file-notify-add-watch): Refine doc string. * doc/lispref/os.texi (File Notifications): Add an index. * doc/lispref/loading.texi (Loading): Add an cross-reference. Xue Fuqiao2013-11-194-0/+11
* Add some indexes and a cross-reference....* doc/lispref/os.texi (Session Management, Desktop Notifications): Add some indexes and a cross-reference. Xue Fuqiao2013-11-193-1/+10
* Minor doc fixes....* doc/lispref/os.texi (Time Parsing): (Processor Run Time, Input Modes, Terminal Output): Minor fixes. Xue Fuqiao2013-11-182-10/+17
* Spelling fixes....* lisp/org/ob-python.el (org-babel-python-with-earmuffs): Rename from org-babel-python-with-earmufs. All uses changed. (org-babel-python-without-earmuffs): Rename from org-babel-python-without-earmufs. All uses changed. Paul Eggert2013-11-162-23/+23
* * calc/calc.el (calc-context-sensitive-enter): New variable.... (calc-enter): Use `calc-context-sensitive-enter'. * doc/misc/calc.texi (Customizing Calc): Mention the new variable `calc-context-sensitive-enter'. Jay Belanger2013-11-162-0/+13
* * doc/lispref/loading.texi (Library Search): Update section.Glenn Morris2013-11-142-38/+62
* Remove org-docbook.el, which is not in Org 8.2.3a....Fix error in org.texi header. Thanks to Sean Sieger and Michael Albinus for reporting this. Bastien Guerry2013-11-121-2/+1
* Merge Org version 8.2.3a.Bastien Guerry2013-11-122-2161/+3814
* Doc fixes....* doc/lispref/os.texi (User Identification, Time of Day, Time Conversion): Minor fixes. Xue Fuqiao2013-11-122-8/+18
* * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.Jan Djärv2013-11-102-0/+7
* Add an cross-reference....* doc/lispref/os.texi (Command-Line Arguments): Add cross-reference for `dump-emacs'. Xue Fuqiao2013-11-092-3/+5
* * doc/lispref/os.texi (Startup Summary): Typo fix.Xue Fuqiao2013-11-092-1/+2
* * doc/lispref/os.texi (Startup Summary): Add an index about startup screen.Xue Fuqiao2013-11-092-0/+5
* Documentation followup to last commit.... doc/lispref/display.texi (Truncation): Document that cache-long-scans is now non-nil by default. (Bug#15797) Eli Zaretskii2013-11-082-10/+12
* Fix a typo in (epa) Encrypting/decrypting *.gpg filesAlex Schroeder2013-11-081-1/+1
* Revert an indexing change....See http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00193.html Xue Fuqiao2013-11-061-1/+0
* Fix indexing in the lispref manual.... doc/lispref/lists.texi (Rearrangement): Fix indexing. doc/lispref/display.texi (Bidirectional Display): Fix indexing. Eli Zaretskii2013-11-053-2/+8
* Another indexing improvement for Unicode.Xue Fuqiao2013-11-051-0/+1
* Improve indexing.Xue Fuqiao2013-11-053-1/+5
* * doc/lispref/display.texi (Bidirectional Display): Add an index for UBA.Xue Fuqiao2013-11-052-0/+2
* Doc fix....* 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. Xue Fuqiao2013-11-052-0/+5
* * 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. Glenn Morris2013-11-032-0/+6
* * doc/emacs/cmdargs.texi (Action Arguments): Clarify `-L' a bit.Glenn Morris2013-11-022-1/+4
* * doc/emacs/cmdargs.texi (Action Arguments): Clarify that `-L' prependsGlenn Morris2013-11-022-1/+5
* 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. Jan Djärv2013-11-012-0/+13
* * doc/lispref/display.texi (Abstract Display): Improve indexing.Xue Fuqiao2013-10-302-0/+8
* * doc/lispref/display.texi (Selective Display): Discourage the use of explicit...selective display. Stefan Monnier2013-10-292-5/+9
* * doc/lispref/display.texi (Abstract Display): Explain the meaning of Ewoc.Xue Fuqiao2013-10-292-1/+3
* Fix a typo.Xue Fuqiao2013-10-291-1/+1
* 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. Xue Fuqiao2013-10-292-1/+2
* * doc/lispref/display.texi (Multi-Frame Images): Improve indexing.Xue Fuqiao2013-10-292-1/+3
* Add an index for multi-frame images....* doc/lispref/display.texi (Multi-Frame Images): Add an index for multi-frame images. Xue Fuqiao2013-10-292-2/+4
* Use @code instead of @var for a normal variable, since @var should...indicate metasyntactic variables. Xue Fuqiao2013-10-292-2/+3
* Add an index for image-size....* doc/lispref/display.texi (Showing Images): Add an index for image-size. Xue Fuqiao2013-10-292-0/+5
* * lisp/image.el (defimage): Doc fix.Xue Fuqiao2013-10-281-0/+1
* CommentXue Fuqiao2013-10-271-0/+1
* Add an index for image maps.Xue Fuqiao2013-10-272-1/+2
* Add an index for edge-detection algorithms....* doc/lispref/display.texi (Image Descriptors): Add an index for edge-detection algorithms. Xue Fuqiao2013-10-272-0/+6
* Add an index for customizing fringe bitmaps.Xue Fuqiao2013-10-262-0/+2
* * doc/lispref/display.texi (Fringe Indicators): Add indexes for fringe indica...Xue Fuqiao2013-10-262-0/+6
* CommentXue Fuqiao2013-10-261-0/+2