- 02 Feb, 2012 3 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 01 Feb, 2012 15 commits
-
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
nntp.el: Make nntp report connection errors better
-
Lars Ingebrigtsen authored
-
Glenn Morris authored
-
Eli Zaretskii authored
src/ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its first 2 arguments are identical. This makes inserting large output from a subprocess an order of magnitude faster on MS-Windows, where all sbrk'ed memory is always contiguous.
-
Glenn Morris authored
-
Glenn Morris authored
-
Gnus developers authored
2012-01-31 Jim Meyering <jim@meyering.net> gnus-agent.el (gnus-agent-expire-unagentized-dirs): Correct a comment (insert "not") and hide nominally-doubled "to".
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/modes.texi (Defining Minor Modes): Mention disabling global minor modes on a per-major-mode basis. * etc/NEWS: Clarify entry.
-
Chong Yidong authored
* view.el (view-buffer-other-window, view-buffer-other-frame): Handle special modes like view-buffer. (view-buffer): Simplify. Fixes: debbugs:10650
-
Chong Yidong authored
* lisp/dynamic-setting.el (font-setting-change-default-font): Use set-frame-font. * lisp/frame.el (set-frame-font): Tweak meaning of third argument. Fixes: debbugs:9982
-
Glenn Morris authored
* lisp/progmodes/compile.el (compilation-internal-error-properties): Respect compilation-first-column in the "*compilation*" buffer.
-
Paul Eggert authored
Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc. I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but possibly this is because Sun fixed the 'stat' bug in my version. * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module. * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib. * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. These changes are based on gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10, because Emacs is in feature freeze and we do not want to merge any more-recent changes from gnulib.
-
Glenn Morris authored
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Relax :variable's test for a named function.
-
- 31 Jan, 2012 19 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Alan Mackenzie authored
-
Juanma Barranquero authored
-
Glenn Morris authored
-
Chong Yidong authored
In particular, prevent it from setting non-font-related attributes like the foreground and background color. This requires a bugfix to face-spec-reset-face to make "resetting" the default face work. * lisp/faces.el (face-spec-reset-face): Don't apply unspecified attribute values to the default face. * lisp/frame.el (set-frame-font): New arg ALL-FRAMES. * lisp/menu-bar.el (menu-set-font): Use set-frame-font.
-
Chong Yidong authored
* syntax.texi (Parsing Expressions): Clarify intro. (Parser State): Remove unnecessary statement (Bug#10661). * eval.texi (Intro Eval): Add footnote about "sexp" terminology. Fixes: debbugs:10657
-
Chong Yidong authored
Fixes: debbugs:10666
-
Glenn Morris authored
* doc/lispref/modes.texi (Defining Minor Modes): Document define-minor-mode's new :variable keyword. * etc/NEWS: Markup.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Allow named functions to be used as the cdr of variable:.
-
Glenn Morris authored
* configure.in: Throw an explicit error if Motif toolkit was requested but requirements could not be found.
-
Glenn Morris authored
-
Glenn Morris authored
* src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: * src/xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
-
Juanma Barranquero authored
(cwarn): Remove dead link. (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook): Remove * from defcustom docstrings. (turn-on-cwarn-mode): Make obsolete. (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older. (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
-
Glenn Morris authored
-
Glenn Morris authored
-
Paul Eggert authored
-
Glenn Morris authored
Let's not document this now - let's fix it properly after 24.1 and document the correct behaviour. (bug#10650#12)
-
- 30 Jan, 2012 3 commits
-
-
Gnus developers authored
gnus.texi (Agent Basics): Fix outdated description of `gnus-agent-auto-agentize-methods'. rfc2047.el (rfc2047-encode-region): Allow not folding the encoded words. (rfc2047-encode-string): Ditto. (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not understand folded filename="..." parameters, for instance. gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent section in the manual.
-
Lars Ingebrigtsen authored
nnimap.el (nnimap-wait-for-response): Include the imap server name in the message for greater debuggability.
-
Glenn Morris authored
I no longer know whether the view-buffer changes need a manual update or not. See bug#10650.
-