- 28 Aug, 2011 6 commits
-
-
Chong Yidong authored
* doc/emacs/misc.texi (emacsclient Options): Document server-port. * doc/lispref/display.texi (Progress): Document spinner functionality. * doc/lispref/frames.texi (Layout Parameters): The defaults for the menu-bar-lines and tool-bar-lines parameters depend on the mode. * doc/lispref/objects.texi (Symbol Type): Document ## print representation. * doc/lispref/os.texi (Killing Emacs): Note that kill-emacs can be called by operating system signals. Refer to save-buffers-kill-terminal instead of save-buffers-kill-emacs.
-
Chong Yidong authored
-
Alan Mackenzie authored
fontification of the inherited class names. Analogously for namespace names and Java import, extends, etc. (cc-fonts.el): (c-make-font-lock-BO-decl-search-function): New function. (c-basic-matchers-after - "Fontify the clauses after various keywords"): Extract the three keyword lists for the 3 erroneous constructs from the list of four, and use the new function above in place of an old one.
-
Bastien Guerry authored
-
Deniz Dogan authored
(rcirc-insert-next-input): Remove unused argument.
-
Stefan Monnier authored
Fixes: debbugs:9160
-
- 27 Aug, 2011 12 commits
-
-
Eli Zaretskii authored
src/xdisp.c (move_it_to): Don't bail out early when reaching position beyond to_charpos, if we are scanning backwards. (move_it_vertically_backward): When DY == 0, make sure we get to the first character in the line after the newline.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
doc/emacs/frames.texi (Frame Commands): Advise setting focus-follows-mouse even on MS-Windows. Fix a typo.
-
Alan Mackenzie authored
-
Alan Mackenzie authored
function pointer parameters properly.
-
Martin Rudalics authored
* window.el (display-buffer-reuse-window): Fix case where selected window was reused with non-nil OTHER-WINDOW argument. (Bug#9381)
-
Eli Zaretskii authored
-
Deniz Dogan authored
-
Eli Zaretskii authored
-
Paul Eggert authored
(ccl_driver): Do not generate an out-of-range pointer. (Fccl_execute_on_string): Remove unnecessary check for integer overflow, noted by Stefan Monnier in <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>. Remove a FIXME that didn't need fixing. Simplify the newly-introduced buffer reallocation code.
-
Juanma Barranquero authored
-
Glenn Morris authored
-
- 26 Aug, 2011 11 commits
-
-
Chong Yidong authored
-
Paul Eggert authored
-
Chong Yidong authored
-
Chong Yidong authored
* doc/emacs/package.texi: New file, documenting the package manager. * doc/emacs/emacs.texi: Include it. * doc/emacs/help.texi (Help Summary): Add describe-package.
-
Glenn Morris authored
-
Eli Zaretskii authored
src/xdisp.c (redisplay_window): Don't force window start if point will be invisible in the resulting window.
-
Leo Liu authored
http://debbugs.gnu.org/9357
-
Katsumi Yamaoka authored
-
Jan Djärv authored
Fixes: debbugs:9372
-
Paul Eggert authored
-
Katsumi Yamaoka authored
-
- 25 Aug, 2011 11 commits
-
-
Paul Eggert authored
-
Juri Linkov authored
`search-whitespace-regexp'. Fixes: debbugs:9364
-
Juri Linkov authored
`regexp-search-ring' to their global values to protect from updating by `read-from-minibuffer'. Fixes: debbugs:9185
-
Juri Linkov authored
at the end of the "Use option `i'..." line.
-
Juri Linkov authored
or `battery-mode-line-format' is nil, display the message and set `display-battery-mode' to nil. Fixes: debbugs:9363
-
Paul Eggert authored
-
Eli Zaretskii authored
src/xdisp.c (try_cursor_movement): Don't advance `row' beyond the last row of the window.
-
Eli Zaretskii authored
src/xdisp.c (try_cursor_movement): Check for the need to scroll more accurately, and prefer exact match for point under bidi.
-
Chong Yidong authored
-
Chong Yidong authored
* doc/emacs/display.texi (Narrowing): Move into display chapter. * doc/emacs/picture-xtra.texi (Picture Mode): Group with Editing Binary Files section. Convert from chapter into section. * doc/emacs/text.texi (Two-Column): Move into Text chapter.
-
Chong Yidong authored
* sending.texi (Sending Mail): * rmail.texi (Rmail): * misc.texi (Gnus, Document View): * dired.texi (Dired): * emacs.texi: Group the mail, rmail, and gnus chapters together.
-