- 06 Jul, 2013 1 commit
-
-
Eli Zaretskii authored
src/data.c (Fmultibyte_string_p): Doc fix. doc/lispref/nonascii.texi (Text Representations): Document that multibyte-string-p returns nil for non-string objects.
-
- 05 Jul, 2013 1 commit
-
-
Glenn Morris authored
* doc/lispintro/emacs-lisp-intro.texi (Top): Move WWW_GNU_ORG section outside @copying, update URL. * doc/lispref/elisp.texi (Top): Move WWW_GNU_ORG section outside @copying. @copying appears as a comment on every page, there is no need for the WWW_GNU_ORG stuff to be in there.
-
- 03 Jul, 2013 1 commit
-
-
Glenn Morris authored
* doc/lispintro/emacs-lisp-intro.texi (edebug): * doc/lispref/debugging.texi (Debugging): * doc/lispref/files.texi (File Attributes, Changing Files): * doc/misc/bovine.texi (top): * doc/misc/cc-mode.texi (AWK Mode Font Locking): * doc/misc/mh-e.texi (Preface): * doc/misc/url.texi (URI Parsing): Fix cross-references to other manuals. * doc/lispref/package.texi (Package Archives): Fix @url call.
-
- 29 Jun, 2013 2 commits
-
-
Eli Zaretskii authored
src/xdisp.c (Fmove_point_visually): New function. lisp/bindings.el (visual-order-cursor-movement): New defcustom. (right-char, left-char): Provide visual-order cursor motion by calling move-point-visually. Update the doc strings. doc/emacs/basic.texi (Moving Point): Document visual-order-cursor-movement and its effect on right-char and left-char. doc/lispref/display.texi (Bidirectional Display): Document move-point-visually. etc/NEWS: Document the new feature.
-
Xue Fuqiao authored
-
- 26 Jun, 2013 2 commits
-
-
Christopher Schmidt authored
-
Glenn Morris authored
* doc/emacs/help.texi (Misc Help): Index describe-syntax. * doc/lispref/syntax.texi (Syntax Table Functions): Mention describe-syntax.
-
- 23 Jun, 2013 1 commit
-
-
Lars Magne Ingebrigtsen authored
* doc/lispref/display.texi (ImageMagick Images): Mention :max-width and :max-height. * lisp/net/shr.el (shr-rescale-image): Use the new :max-width/:max-height functionality. * src/image.c (compute_image_size): New function to implement :max-width and :max-height. (imagemagick_load_image): Use it.
-
- 20 Jun, 2013 1 commit
-
-
Paul Eggert authored
* configure.ac (log2): Check for this function. * doc/lispref/numbers.texi (Math Functions): Remove obsolete function log10. * lisp/subr.el (log10): Move here from C code, and declare as obsolete. All uses of (log10 X) replaced with (log X 10). * src/floatfns.c (Flog) [HAVE_LOG2]: Use log2 if available and if the base is 2; this is more accurate. (Flog10): Move to Lisp (marked obsolete there).
-
- 19 Jun, 2013 3 commits
-
-
Stefan Monnier authored
set-temporary-overlay-map and overriding-terminal-local-map. * doc/lispref/modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap' rather than `local-map'.
-
Glenn Morris authored
* doc/emacs/Makefile.in (dist): * doc/lispintro/Makefile.in (dist): * doc/lispref/Makefile.in (dist): Edit more configure variables. Try to check that we do not miss any in future. Fixes: debbugs:14660
-
Glenn Morris authored
-
- 17 Jun, 2013 4 commits
-
-
Juanma Barranquero authored
-
Lars Magne Ingebrigtsen authored
* doc/lispref/text.texi (Changing Properties): Document `add-face-text-property'. * src/textprop.c (property_set_type): New enum. (add_properties): Allow appending/prepending text properties. (add_text_properties_1): Factored out of Fadd_text_properties. (Fadd_text_properties): Moved all the code into add_text_properties_1. (Fadd_face_text_property): New function that calls add_text_properties_1.
-
Kenichi Handa authored
-
Kenichi Handa authored
display.texi (Face Attributes): Refer to "Low-Level font" (not "Font Selection") in the explanation of :font attribute.
-
- 13 Jun, 2013 1 commit
-
-
Stefan Monnier authored
(eval-after-load): Allow form to be a function. take advantage of lexical-binding. (do-after-load-evaluation): Use dolist and adjust to new format. * lisp/simple.el (bad-packages-alist): Use dolist and with-eval-after-load. * doc/lispref/loading.texi (Hooks for Loading): Document with-eval-after-load instead of eval-after-load. Don't document after-load-alist. * src/lread.c (syms_of_lread): * src/fns.c (Fprovide): Adjust to new format of after-load-alist.
-
- 12 Jun, 2013 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
over-enthusiastically removed 2012-10-23.
-
- 11 Jun, 2013 1 commit
-
-
Xue Fuqiao authored
* doc/lispref/files.texi (File Name Expansion): Make the example more intuitive.
-
- 10 Jun, 2013 2 commits
-
-
Paul Eggert authored
* compile.texi (Compilation Functions): * files.texi (File Attributes, Changing Files): Use current format for GNU 'ls' output. (File Attributes): Fix problem introduced in previous change: the link count is the number of hard links, not the number of hard links + 1.
-
Xue Fuqiao authored
-
- 29 May, 2013 1 commit
-
-
Stefan Monnier authored
evaluate to themselves in general. Fixes: debbugs:11782
-
- 15 May, 2013 1 commit
-
-
Stefan Monnier authored
* lisp/loadup.el: Just use unversioned DOC. * Makefile.in (install-doc): DOC file is not version specific any more. * .bzrignore: Don't ignore DOC-* any more. * admin/quick-install-emacs: Don't prune DOC-* files a any more. * doc/lispref/loading.texi (Autoload): * doc/lispref/help.texi (Documentation Basics, Accessing Documentation) (Accessing Documentation, Accessing Documentation): DOC-* is now DOC. * etc/.gitignore: Don't ignore DOC-* any more. * lib-src/makefile.w32-in ($(DOC)): Use DOC rather than DOC-X. * msdos/sed1x.inp: Don't rewrite DOC any more. * nt/makefile.w32-in (clean, top-distclean): DOC-X doesn't exist any more. * src/Makefile.in (bootstrap-clean): DOC-* doesn't exist any more. * src/makefile.w32-in (DOC): Use just "DOC".
-
- 23 Apr, 2013 1 commit
-
-
Glenn Morris authored
Tweak other to avoid overly long line.
-
- 21 Apr, 2013 2 commits
-
-
Xue Fuqiao authored
* doc/lispref/internals.texi (Writing Emacs Primitives): Remove unnecessary references to the sources. (Bug#13800)
-
Xue Fuqiao authored
-
- 15 Apr, 2013 1 commit
-
-
Christopher Schmidt authored
separation of package descriptor and name of internal symbols by two hyphens.
-
- 13 Apr, 2013 1 commit
-
-
Stephen Berman authored
* doc/lispref/windows.texi (Splitting Windows): Change category of split-window from a command to a function. * etc/NEWS: Mention fixing `split-window' to be non-interactive. * window.el (split-window): Remove interactive form, since as a command this function is a special case of split-window-below. Correct doc string.
-
- 06 Apr, 2013 1 commit
-
-
Chong Yidong authored
* display.texi (Faces): Minor clarifications. (Defining Faces): Clarify default vs custom face specs. Document face-spec-set. * display.texi (Overlay Properties): * text.texi (Special Properties): Use the "anonymous face" terminology. Describe foreground-color and background-color forms as compatibility-only.
-
- 04 Apr, 2013 1 commit
-
-
Glenn Morris authored
2013-03-16 was not the date Emacs 24.3 was released, it was not even the date on which I merged all changes from that release into trunk. Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00990.html
-
- 24 Mar, 2013 1 commit
-
-
Eli Zaretskii authored
doc/lispref/compile.texi (Byte-Code Objects): Add index entry. (Disassembly): Add cross-references.
-
- 23 Mar, 2013 1 commit
-
-
Eli Zaretskii authored
doc/lispref/frames.texi (Size Parameters): More accurate description of the difference between 'fullboth' and 'maximized'.
-
- 17 Mar, 2013 1 commit
-
-
Christopher Schmidt authored
-
- 12 Mar, 2013 1 commit
-
-
Glenn Morris authored
* admin/admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG. * doc/emacs/emacs.texi (Top): Add some stuff specific to www.gnu.org. * doc/lispintro/emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org. * doc/lispref/elisp.texi: Add some stuff specific to www.gnu.org.
-
- 11 Mar, 2013 2 commits
-
-
Ted Zlatanov authored
-
Glenn Morris authored
-
- 04 Mar, 2013 1 commit
-
-
Paul Eggert authored
With GNU Texinfo 5.0, this generates nicer-looking info files, since they can use curly quotes. With older Texinfo it doesn't matter.
-
- 03 Mar, 2013 1 commit
-
-
Glenn Morris authored
-
- 27 Feb, 2013 1 commit
-
-
Bastien Guerry authored
Thanks to Aurélien Aptel and for reporting this problem and to Xue Fuqiao for suggesting a fix.
-