- 16 Jul, 2011 6 commits
-
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:1858
-
Lars Magne Ingebrigtsen authored
(Toolkit Differences): New node with text from Tim Cross (tiny change) and Glenn Morris.
-
Bill Wohler authored
-
Bill Wohler authored
-
Lawrence Mitchell authored
* emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf method if slot is read-only. Fixes: debbugs:9035
-
Martin Rudalics authored
* frame.el (select-frame-set-input-focus): New argument NORECORD. * window.el (pop-to-buffer): Select window used even if it was selected before, see discussion of (Bug#8615), (Bug#6954). Pass argument NORECORD on to select-frame-set-input-focus.
-
- 15 Jul, 2011 29 commits
-
-
Glenn Morris authored
-
Lars Magne Ingebrigtsen authored
gnus.el (debbugs-gnu): Renamed from debbugs-emacs. message.el (message-reply): Work around mysterious bug where `message-mode' seems to overwrite the locally bound `subject' variable.
-
Glenn Morris authored
-
Andreas Schwab authored
-
Lawrence Mitchell authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Glenn Morris authored
* lisp/jka-compr.el (jka-compr-verbose): Move from here... * lisp/jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090) Add missing :version tag. * lisp/info.el: No need to require jka-compr when compiling.
-
Glenn Morris authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:8904
-
Andreas Schwab authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
* info.el (Info-beginning-of-buffer): New command. (Info-mode-map): Use it instead of `beginning-of-buffer' to allow announcing `b' as the key (bug#8325).
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
* international/mule-cmds.el (describe-specified-language-support): Make the error message clearer (bug#8905).
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:8715
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:8690
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
* isearch.el (isearch-barrier): Add a doc string, since it's mentioned in a function doc string. Fixes: debbugs:8678
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:8549
-
Lars Magne Ingebrigtsen authored
* lread.c (syms_of_lread): Clarify that is isn't only `eval-buffer' and `eval-defun' that's affected by `lexical-binding'. Fixes: debbugs:8460
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:8459
-
Eli Zaretskii authored
src/xdisp.c (move_it_in_display_line_to): Fix vertical motion with bidi redisplay when a line includes both an image and is truncated.
-
Martin Rudalics authored
* window.el (switch-to-buffer): Call pop-to-buffer with normalized buffer argument (Bug#9083) and self-identifying label argument.
-
Glenn Morris authored
(Also confusing since the original ChangeLog entry was removed.)
-
Glenn Morris authored
-
Glenn Morris authored
-
- 14 Jul, 2011 5 commits
-
-
Katsumi Yamaoka authored
-
Paul Eggert authored
* bidi.c (bidi_cache_size): Now EMACS_INT, not size_t. (elsz): Now a signed constant, not a size_t var. We prefer signed types to unsigned, to avoid integer comparison confusion. Without this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains "cannot optimize loop, the loop counter may overflow", a symptom of the confusion.
-
Paul Eggert authored
-
Paul Eggert authored
-
Lars Magne Ingebrigtsen authored
-