1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00
Commit Graph

66145 Commits

Author SHA1 Message Date
Kim F. Storm
008ef0efaa (Fmemq): Refill doc string.
(Fmemql): New defun, like memq but using eql.
(syms_of_fns): Defsubr it.
2006-09-20 23:07:17 +00:00
Vinicius Jose Latorre
0aad54a5a0 Adjust comment 2006-09-20 20:46:33 +00:00
Vinicius Jose Latorre
502ca00a6b Adjust X-URL 2006-09-20 20:00:03 +00:00
Vinicius Jose Latorre
63381c91ed Adjust X-URL 2006-09-20 18:49:34 +00:00
Richard M. Stallman
aa25679820 (Window Start): Minor cleanups. 2006-09-20 18:08:04 +00:00
Stefan Monnier
5e04776440 (url-dav-file-attributes): Simplify. 2006-09-20 17:35:21 +00:00
Stefan Monnier
162fbe11f5 (url-http-head-file-attributes): Add device "info". 2006-09-20 17:35:13 +00:00
Stefan Monnier
02bb2aabef (find-buffer-visiting): Don't get fooled by a nil inode. 2006-09-20 17:35:01 +00:00
Kim F. Storm
c78450fd77 Add window-line-height. 2006-09-20 12:39:11 +00:00
Kim F. Storm
213957deb6 Fixed: Michael Cadilhac's line-move-partial is slow. 2006-09-20 10:52:23 +00:00
Kim F. Storm
68e67a4ed1 (Fpos_visible_in_window_p): Doc fix. 2006-09-20 10:14:46 +00:00
Kim F. Storm
31ce440599 (Window Start): pos-visible-in-window-p allows
specifying t for position to mean "end of window".
Add window-line-height.
2006-09-20 10:14:19 +00:00
Kim F. Storm
b6c146b239 (Antinews): Mention window-line-height. 2006-09-20 10:14:11 +00:00
Kim F. Storm
a4df1f8ba8 *** empty log message *** 2006-09-20 10:14:00 +00:00
Kim F. Storm
0e7a5039b9 (line-move-partial): Call pos-visible-in-window-p with
position t instead of trying both window-end and window-end - 1.
2006-09-20 09:45:19 +00:00
Kim F. Storm
120b778160 (Fset_window_hscroll, Fpos_visible_in_window_p):
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.
2006-09-20 09:43:25 +00:00
Kim F. Storm
0dd956164b (pos_visible_p): CHARPOS < 0 means return info for
last visible glyph in window.
2006-09-20 09:43:18 +00:00
Kim F. Storm
d0e0bd5f4b *** empty log message *** 2006-09-20 09:43:02 +00:00
Carsten Dominik
71624990b9 (org-scan-tags): Find end of subtrees also in hidden trees. 2006-09-20 09:24:39 +00:00
Carsten Dominik
cd3af09da7 *** empty log message *** 2006-09-20 09:24:10 +00:00
Kenichi Handa
6cf157df1f (isearch-process-search-char): Cancel the previous
change.
(isearch-search-string): New function.
(isearch-search): Use isearch-search-string.
(isearch-lazy-highlight-search): Likewise.
2006-09-20 06:13:43 +00:00
Miles Bader
0327a4644b Merge from gnus--rel--5.10
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
2006-09-20 05:45:06 +00:00
David Kastrup
9ed38a849d (mouse-posn-property): Improve doc string.
(mouse-on-link-p): Change buffers for function calls on links.
2006-09-20 04:56:58 +00:00
David Kastrup
1d45e02e70 (clipboard-yank): bomb out in interactive use if
buffer is read-only.
2006-09-20 04:13:32 +00:00
Chong Yidong
f9367e6ffe Fixed "allout.el patch to be installed." 2006-09-19 21:56:07 +00:00
Chong Yidong
1b4d97b2f5 * allout.el (allout-unprotected): Let inhibit-read-only only when
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.
2006-09-19 21:55:44 +00:00
Chong Yidong
b69e3c1805 * search.c (struct regexp_cache): New entry syntax_table.
(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.
2006-09-19 21:44:52 +00:00
Chong Yidong
f3209e4331 Fixed "Field handling in C-n." 2006-09-19 21:36:44 +00:00
Chong Yidong
fef11f1549 * simple.el (line-move-1): Escape field boundaries occurring
exactly at point.  Update goal column if constrained to a field.
	(line-move-finish): Escape field boundaries occurring exactly at
	point.
2006-09-19 21:34:01 +00:00
Stefan Monnier
e9ae308cb4 (mouse-on-link-p): Tentatively fix last change.
(mouse-drag-vertical-line): Remove unused var `wconfig'.
2006-09-19 16:33:30 +00:00
Stefan Monnier
31790df395 (Fwindow_end): Fix recent change. 2006-09-19 16:32:07 +00:00
Richard M. Stallman
713f23f207 (Dialog Boxes): Clean up wording: avoid passive, stick to present tense. 2006-09-19 15:40:59 +00:00
Kim F. Storm
24a2788281 (describe-key-briefly, describe-key): Simplify printing
of descriptions by using format and %S.  Fix "is undefined"
messages to say "at that spot" for mouse events.
2006-09-19 13:59:27 +00:00
Kim F. Storm
06e6b4be6c *** empty log message *** 2006-09-19 13:59:13 +00:00
Kim F. Storm
95f5a37fb7 (line-move-partial): Optimize. Try window-line-height
before posn-at-point to get vpos of current line.
2006-09-19 13:13:49 +00:00
Kim F. Storm
7bbc67d20f (Fset_window_hscroll, Fpos_visible_in_window_p):
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.
2006-09-19 13:12:26 +00:00
Stefan Monnier
08e26e8bfa Include alloca.h if available.
(Fkey_binding): Only use AREF after checking it's a vector.
Remove unused var `window'.
2006-09-19 10:19:34 +00:00
David Kastrup
7468673682 (Searching Keymaps): Small clarification. 2006-09-19 08:01:33 +00:00
YAMAMOTO Mitsuharu
61973eb68d *** empty log message *** 2006-09-19 03:19:25 +00:00
YAMAMOTO Mitsuharu
0d3f16e5fe (struct mac_output): Remove member menubar_active.
(do_menu_choice): Remove extern.
(do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
2006-09-19 03:19:05 +00:00
YAMAMOTO Mitsuharu
20a1fc8bd9 (menubar_selection_callback): Remove extern.
(M_APPLE): Change to 234.
(do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static.
(do_menu_choice): Remove function.
2006-09-19 03:18:46 +00:00
YAMAMOTO Mitsuharu
b0da976d49 (enum mac_menu_kind, min_menu_id): New enumerator and
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.
2006-09-19 03:18:22 +00:00
YAMAMOTO Mitsuharu
aef12e3acd [!MAC_OSX] (select): Fix argument name. 2006-09-19 03:18:01 +00:00
YAMAMOTO Mitsuharu
ba7c29f3de (shut_down_emacs) [!subprocesses]: Don't set inhibit_sentinels. 2006-09-19 03:17:45 +00:00
YAMAMOTO Mitsuharu
a7a15fae35 (M_APPLE): New define.
(MENU): Use it.
2006-09-19 03:17:13 +00:00
YAMAMOTO Mitsuharu
2de7a2cc39 Sync with src/config.in. 2006-09-19 03:16:56 +00:00
YAMAMOTO Mitsuharu
abd9c0adcd Remove descriptions about experimental flags. 2006-09-19 03:16:09 +00:00
Richard M. Stallman
2a27a16b88 (Creating Keymaps): Explain that keymap prompt strings cause keyboard menus.
(Menu Keymaps): Likewise.
(Defining Menus, Keyboard Menus): Clarify.
2006-09-18 22:48:49 +00:00
Richard M. Stallman
a0c489f163 (Fields): Clarify explanation of constrain-to-field. 2006-09-18 21:56:30 +00:00
Michael Kifer
f573c8b035 * viper.el: Bumped up version/date of update to reflect the substantial
changes done in August 2006.

	* viper-cmd (viper-next-line-at-bol): make sure button-at, push-button
	are defined.

	* ediff-util.el (ediff-add-to-history): new function.

	* ediff.el: use ediff-add-to-history instead of add-to-history.
2006-09-18 19:22:31 +00:00