- 28 Aug, 2011 10 commits
-
-
Johan Bockgård authored
-
Chong Yidong authored
* doc/emacs/dired.texi (Dired Deletion): Shorten description of Trash. * doc/emacs/files.texi (Misc File Ops): Document new delete-by-moving-to-trash behavior. * doc/lispref/files.texi (Changing Files, Create/Delete Dirs): Document TRASH argument.
-
Chong Yidong authored
* lisp/cus-theme.el (custom-theme-choose-mode): Inherit from special-mode. (custom-theme-choose-mode-map): Add special-mode to parent. Fixes: debbugs:9124
-
Christoph Scholtes authored
* help-mode.el (help-mode-map): Add special-mode-map to parent. (help-mode): Derive help-mode from special-mode. Don't invoke view-mode from help-mode. (help-xref-override-view-map): Remove. (help-make-xrefs): Remove minor-mode-overriding-map-alist since view-mode is not used anymore.
-
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 7 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.
-