- 05 Feb, 2012 3 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Juanma Barranquero authored
(pp-to-string): Use `with-temp-buffer'. (pp-buffer): Use `ignore-errors', `looking-at-p'. (pp-last-sexp): Use `looking-at-p'.
-
- 04 Feb, 2012 30 commits
-
-
Glenn Morris authored
Fixes: debbugs:10718
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/backups.texi (Reverting): Mention revert-buffer-in-progress-p. * lisp/files.el (revert-buffer): Doc fix (mention revert-buffer-in-progress-p). * etc/NEWS: Related markup.
-
Glenn Morris authored
* doc/lispref/debugging.texi (Error Debugging): Mention debug-on-event. * doc/lispref/commands.texi (Misc Events): Mention sigusr1,2 and debugging. * etc/NEWS: Related edit.
-
Glenn Morris authored
* doc/emacs/macos.texi (Customization options specific to Mac OS / GNUstep): New subsection. * etc/NEWS: Related markup.
-
Glenn Morris authored
* etc/NEWS: Markup for things in nt/INSTALL (no need for these things to be in the manuals proper).
-
Glenn Morris authored
* lisp/emacs-lisp/ert-x.el (ert-simulate-command): Check deferred-action-list (which is obsolete) is bound. * etc/NEWS: Related markup.
-
Glenn Morris authored
* doc/lispref/modes.texi (Running Hooks): Try to clarify with-wrapper-hook. * lisp/subr.el (with-wrapper-hook): Doc fixes.
-
Andreas Schwab authored
(pr): Use pp.
-
Glenn Morris authored
* doc/lispref/text.texi (Buffer Contents): Update filter-buffer-substring description. * lisp/simple.el (filter-buffer-substring-functions) (buffer-substring-filters, filter-buffer-substring): Doc fixes. * etc/NEWS: Related edits.
-
Chong Yidong authored
-
Chong Yidong authored
* doc/emacs/functions.texi (What Is a Function): Add closures. Mention "return value" terminology. Add xref for command-execute. Remove unused "keystroke command" terminology. (Lambda Expressions): Give a different example than in the following subsection. Add xref to Anonymous Functions. (Function Documentation): Remove gratuitous markup. (Function Names): Move introductory text to `What Is a Function'. (Defining Functions): Fix defun argument spec. (Anonymous Functions): Document lambda macro explicitly. Mention effects on lexical binding. (Function Cells): Downplay direct usage of fset. (Closures): New node. (Inline Functions): Remove "open-code" terminology. (Declaring Functions): Minor tweak; .m is not C code. * doc/emacs/variables.texi (Variables): Don't refer to "global value". (Local Variables, Void Variables): Copyedits. (Lexical Binding): Minor clarification of example. (File Local Variables): Mention :safe and :risky defcustom args. (Lexical Binding): Add xref to Closures node.
-
Eli Zaretskii authored
srtc/w32.c (get_emacs_configuration_options): Include --enable-checking, if specified, in the return value.
-
Eli Zaretskii authored
nt/inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions by other headers.
-
Martin Rudalics authored
* dispnew.c (change_frame_size_1): Calculate new_frame_total_cols after rounding frame sizes. (Bug#9723)
-
Lars Ljung authored
lisp/eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy" anywhere in shell-file-name, not just at the beginning. (Bug#10523)
-
Eli Zaretskii authored
src/keyboard.c (adjust_point_for_property): Don't position point before BEGV.
-
Leo Liu authored
http://debbugs.gnu.org/10711
-
Eli Zaretskii authored
msdos/sed3v2.inp (insrcdir): Use $(<F) rather than $<, as command.com's "if not exist" doesn't grok forward slashes in file names.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* etc/NEWS: Likewise.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
- 03 Feb, 2012 6 commits
-
-
Paul Eggert authored
* character.c (char_width): Return EMACS_INT, not int. (char_width, c_string_width): Check for overflow when computing the width; this is possible now that individual characters can have unbounded width. Problem introduced by merge from Emacs 23 on 2012-01-19.
-
Pieter Schoenmakers authored
-
Glenn Morris authored
* doc/lispref/display.texi (GIF Images): Mention animation. Remove commented-out old example of animation. (Animated Images): New subsection. * doc/lispref/elisp.texi (Top): * doc/lispref/vol1.texi (Top): * doc/lispref/vol2.texi (Top): Add Animated Images menu entry. * lisp/image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes. * lisp/image.el (image-animated-p): Doc fix. Use image-animated-types. (image-animate-timeout): Doc fix. * etc/NEWS: Markup.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/display.texi (Image Formats): Remove oddly specific information on versions of image libraries.
-
Glenn Morris authored
-
- 02 Feb, 2012 1 commit
-
-
Lars Ingebrigtsen authored
nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing an initial sync unless we're really doing one.
-