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
Richard M. Stallman
2b1119a0fd
*** empty log message ***
2006-09-18 18:05:18 +00:00
Richard M. Stallman
e5e0a7db26
(conf-space-mode): Doc fix.
...
Delete duplicate make-local-variable form.
(conf-space-keywords): Add autoload cookie.
Fix typo (`keywords', not `keyword').
2006-09-18 17:19:16 +00:00
Jan Djärv
d7131bd33f
* frames.texi (Dialog Boxes): Document x-gtk-file-dialog-help-text.
2006-09-18 16:59:50 +00:00
Jan Djärv
c4823934a9
* cus-start.el (all): Rename x-gtk-show-chooser-help-text to
...
x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
to x-gtk-use-old-file-dialog
2006-09-18 16:50:31 +00:00
Jan Djärv
159f8da742
* xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
...
x_gtk_file_dialog_help_text.
2006-09-18 16:48:05 +00:00
Jan Djärv
a10fe8349d
* gtkutil.c (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
...
x_gtk_file_dialog_help_text.
2006-09-18 16:47:46 +00:00
Jan Djärv
1a2b3a9fdf
* xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
...
x_gtk_file_dialog_help_text.
* gtkutil.c (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
x_gtk_file_dialog_help_text.
2006-09-18 16:47:29 +00:00
Richard M. Stallman
7c5800f0be
Comment change.
2006-09-18 16:43:43 +00:00
Jan Djärv
a280ecc4fc
Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog.
2006-09-18 16:42:52 +00:00
Jan Djärv
fe2b14b7e8
* xfns.c (syms_of_xfns): Rename x-use-old-gtk-file-dialog
...
to x-gtk-use-old-file-dialog.
2006-09-18 16:42:09 +00:00
Jan Djärv
afd6c41297
* gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
...
to x-gtk-use-old-file-dialog.
2006-09-18 16:41:49 +00:00
Jan Djärv
1dd3c9b6b9
* gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
...
to x-gtk-use-old-file-dialog.
* xfns.c (syms_of_xfns): Ditto.
2006-09-18 16:41:37 +00:00
Jan Djärv
6e76f111a6
* frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
...
to x-gtk-use-old-file-dialog.
2006-09-18 16:40:17 +00:00
Richard M. Stallman
0c57736198
*** empty log message ***
2006-09-18 15:46:33 +00:00
Richard M. Stallman
0fdbf6bc76
(widget-button-click): Handle non-mouse-motion events
...
that might come in during mouse tracking.
2006-09-18 15:39:50 +00:00
Miles Bader
f316efd978
lisp/url/url-methods.el: Fix format error when http_proxy is empty string
...
2006-09-18 Michael Olson <mwolson@gnu.org>
* url-methods.el (url-scheme-register-proxy): Handle case where
getenv returns an empty string for http_proxy. This prevents an
error when calling `format' later on.
--This line, and those below, will be ignored--
Files to commit:
lisp/url/ChangeLog
lisp/url/url-methods.el
This list might be incomplete or outdated if editing the log
message was not invoked from an up-to-date changes buffer!
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-441
Creator: Michael Olson <mwolson@gnu.org>
2006-09-18 14:16:07 +00:00
Kim F. Storm
e437f99a4c
(line-move-partial): Rework 2006-09-15 change to use
...
new window-line-height function. Further optimize by not calling
pos-visible-in-window-p for window-end when window-line-height
returns useful information.
2006-09-18 11:13:04 +00:00
Kim F. Storm
661bdc0600
*** empty log message ***
2006-09-18 11:11:36 +00:00
Kim F. Storm
536833ab88
(Fwindow_line_visibility): Remove.
...
(Fwindow_line_height): New defun replacing it.
(syms_of_window): Defsubr it.
2006-09-18 11:11:23 +00:00
YAMAMOTO Mitsuharu
37228c3809
(SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
...
[MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
2006-09-18 07:32:47 +00:00
Jay Belanger
a688d8b547
*** empty log message ***
2006-09-18 03:38:44 +00:00
Jay Belanger
423a1f3c11
Replace "GNU Library General Public License" by "GNU General Public
...
License" throughout.
2006-09-18 03:32:42 +00:00
Richard M. Stallman
228a2f15a6
*** empty log message ***
2006-09-17 21:47:24 +00:00