| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 Jenkins | 2013-11-23 | 3 | -0/+19 |
* | * etc/TODO: Minor update. | Xue Fuqiao | 2013-11-23 | 1 | -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 Morris | 2013-11-22 | 1 | -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 Morris | 2013-11-22 | 4 | -16/+38 |
* | * doc/lispref/loading.texi (Library Search): Minor clarification. | Glenn Morris | 2013-11-21 | 2 | -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 Morris | 2013-11-20 | 2 | -0/+6 |
* | * doc/misc/ses.texi (Quick Tutorial): New chapter. ...(The Basics, Formulas): Copyedits.
(Resizing, Printer functions): Add index entries.
Fixes: debbugs:14748
| era eriksson | 2013-11-20 | 2 | -1/+111 |
* | Remove a FIXME. | Xue Fuqiao | 2013-11-20 | 1 | -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 Liu | 2013-11-20 | 2 | -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 Fuqiao | 2013-11-19 | 4 | -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 Fuqiao | 2013-11-19 | 3 | -1/+10 |
* | Minor doc fixes....* doc/lispref/os.texi (Time Parsing):
(Processor Run Time, Input Modes, Terminal Output): Minor fixes.
| Xue Fuqiao | 2013-11-18 | 2 | -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 Eggert | 2013-11-16 | 2 | -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 Belanger | 2013-11-16 | 2 | -0/+13 |
* | * doc/lispref/loading.texi (Library Search): Update section. | Glenn Morris | 2013-11-14 | 2 | -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 Guerry | 2013-11-12 | 1 | -2/+1 |
* | Merge Org version 8.2.3a. | Bastien Guerry | 2013-11-12 | 2 | -2161/+3814 |
* | Doc fixes....* doc/lispref/os.texi (User Identification, Time of Day, Time Conversion): Minor fixes.
| Xue Fuqiao | 2013-11-12 | 2 | -8/+18 |
* | * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3. | Jan Djärv | 2013-11-10 | 2 | -0/+7 |
* | Add an cross-reference....* doc/lispref/os.texi (Command-Line Arguments): Add cross-reference
for `dump-emacs'.
| Xue Fuqiao | 2013-11-09 | 2 | -3/+5 |
* | * 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.... doc/lispref/display.texi (Truncation): Document that cache-long-scans is now
non-nil by default. (Bug#15797)
| Eli Zaretskii | 2013-11-08 | 2 | -10/+12 |
* | Fix a typo in (epa) Encrypting/decrypting *.gpg files | Alex Schroeder | 2013-11-08 | 1 | -1/+1 |
* | Revert an indexing change....See http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00193.html
| Xue Fuqiao | 2013-11-06 | 1 | -1/+0 |
* | Fix indexing in the lispref manual.... doc/lispref/lists.texi (Rearrangement): Fix indexing.
doc/lispref/display.texi (Bidirectional Display): Fix indexing.
| Eli Zaretskii | 2013-11-05 | 3 | -2/+8 |
* | 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....* 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 Fuqiao | 2013-11-05 | 2 | -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 Morris | 2013-11-03 | 2 | -0/+6 |
* | * 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....* 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ärv | 2013-11-01 | 2 | -0/+13 |
* | * 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...selective display.
| Stefan Monnier | 2013-10-29 | 2 | -5/+9 |
* | * 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....* doc/lispref/display.texi (Button Buffer Commands): Use @code instead
of @var for a normal variable.
| Xue Fuqiao | 2013-10-29 | 2 | -1/+2 |
* | * doc/lispref/display.texi (Multi-Frame Images): Improve indexing. | Xue Fuqiao | 2013-10-29 | 2 | -1/+3 |
* | Add an index for multi-frame images....* doc/lispref/display.texi (Multi-Frame Images): Add an index for multi-frame images.
| Xue Fuqiao | 2013-10-29 | 2 | -2/+4 |
* | Use @code instead of @var for a normal variable, since @var should...indicate metasyntactic variables.
| Xue Fuqiao | 2013-10-29 | 2 | -2/+3 |
* | Add an index for image-size....* doc/lispref/display.texi (Showing Images): Add an index for image-size.
| Xue Fuqiao | 2013-10-29 | 2 | -0/+5 |
* | * 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....* doc/lispref/display.texi (Image Descriptors): Add an index for edge-detection algorithms.
| Xue Fuqiao | 2013-10-27 | 2 | -0/+6 |
* | 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 indica... | Xue Fuqiao | 2013-10-26 | 2 | -0/+6 |
* | Comment | Xue Fuqiao | 2013-10-26 | 1 | -0/+2 |