- 20 Sep, 2006 22 commits
-
-
Vinicius Jose Latorre authored
-
Vinicius Jose Latorre authored
-
Richard M. Stallman authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
specifying t for position to mean "end of window". Add window-line-height.
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
position t instead of trying both window-end and window-end - 1.
-
Kim F. Storm authored
Doc fix. Use "off-window" instead of "off-screen". (Fpos_visible_in_window_p): Likewise. If POS is t, return info for last visible glyph in window.
-
Kim F. Storm authored
last visible glyph in window.
-
Kim F. Storm authored
-
Carsten Dominik authored
-
Carsten Dominik authored
-
Kenichi Handa authored
change. (isearch-search-string): New function. (isearch-search): Use isearch-search-string. (isearch-lazy-highlight-search): Likewise.
-
Miles Bader authored
Patches applied: * gnus--rel--5.10 (patch 137-140) - Update from CVS 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/nnslashdot.el (nnslashdot-request-article): Update end-of-article regexp. Articles containing quotation were cut prematurely. 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/message.el (message-cite-original-without-signature): Use nobody by default for the value of From header. (message-cite-original): Ditto. (message-reply): Ditto. 2006-09-14 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-446
-
David Kastrup authored
(mouse-on-link-p): Change buffers for function calls on links.
-
David Kastrup authored
buffer is read-only.
-
- 19 Sep, 2006 18 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
buffer-read-only isn't set. (allout-annotate-hidden): Enable topic annotation during copies even when the buffer is read-only, eg for topic copies. Ensure that the loop advances, even when the span extends beyond the deletion region. (allout-toggle-subtree-encryption): Use allout-structure-added-hook rather than allout-exposure-changed-hook, as a stronger assertion. (allout-keybindings-list): Add bindings for allout-copy-line-as-kill and allout-copy-topic-as-kill. (allout-copy-line-as-kill, allout-copy-topic-as-kill): copy wrappers for allout-kill-line and allout-kill-topic. (allout-listify-exposed): Position correctly to accumulate lines.
-
Chong Yidong authored
(compile_pattern_1): Set it. (syms_of_search): Initialize it. (compile_pattern): Require the syntax_table entry of the cache element to match the current syntax table entry.
-
Chong Yidong authored
-
Chong Yidong authored
exactly at point. Update goal column if constrained to a field. (line-move-finish): Escape field boundaries occurring exactly at point.
-
Stefan Monnier authored
(mouse-drag-vertical-line): Remove unused var `wconfig'.
-
Stefan Monnier authored
-
Richard M. Stallman authored
-
Kim F. Storm authored
of descriptions by using format and %S. Fix "is undefined" messages to say "at that spot" for mouse events.
-
Kim F. Storm authored
-
Kim F. Storm authored
before posn-at-point to get vpos of current line.
-
Kim F. Storm authored
Doc fix. Use "off-screen" instead of "invisible". (Fwindow_line_height): Make line numbers 0-based. Make line arg optional; if nil, use current cursor row. Handle text terminals properly. Return nil if non-interactive or pseudo-window.
-
Stefan Monnier authored
(Fkey_binding): Only use AREF after checking it's a vector. Remove unused var `window'.
-
David Kastrup authored
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
(do_menu_choice): Remove extern. (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
-
YAMAMOTO Mitsuharu authored
(M_APPLE): Change to 234. (do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static. (do_menu_choice): Remove function.
-
YAMAMOTO Mitsuharu authored
menu ID for Apple menu. (menubar_selection_callback): Remove function. (find_and_call_menu_selection): New function from xmenu.c. (x_activate_menubar): Use it. (set_frame_menubar): Don't use f->output_data.mac->menubar_active.
-