]>
git.eshelyaron.com Git - emacs.git/log
Kenichi Handa [Sat, 23 Sep 2006 05:37:18 +0000 (05:37 +0000)]
(Fmap_keymap): Docstring mentions about generic
character.
Kenichi Handa [Sat, 23 Sep 2006 05:37:07 +0000 (05:37 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 23 Sep 2006 03:26:07 +0000 (03:26 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 23 Sep 2006 03:07:19 +0000 (03:07 +0000)]
Whitespace fix.
Richard M. Stallman [Sat, 23 Sep 2006 02:59:43 +0000 (02:59 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 22 Sep 2006 21:57:28 +0000 (21:57 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 22 Sep 2006 21:48:53 +0000 (21:48 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 22 Sep 2006 21:47:00 +0000 (21:47 +0000)]
(custom-buffer-create-internal): In `emacs -q',
explain why Save is not available.
Juanma Barranquero [Fri, 22 Sep 2006 21:35:30 +0000 (21:35 +0000)]
(woman0-so): Use `let*', not `let'.
(woman-horizontal-line): Remove unbalanced parenthesis.
Stefan Monnier [Fri, 22 Sep 2006 19:09:45 +0000 (19:09 +0000)]
Make sure all the end-of-region markers we use have
a non-nil insertion-type.
(woman0-so): Move things around so we can use copy-marker.
(woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
Adjust marker type.
(woman2-process-escapes): Check marker type.
(woman-horizontal-line): Dispense with the use of a marker.
Jay Belanger [Fri, 22 Sep 2006 17:46:21 +0000 (17:46 +0000)]
Add Greek letters to math-variable-table properties of tex.
Stefan Monnier [Fri, 22 Sep 2006 17:30:13 +0000 (17:30 +0000)]
(analyse_first): For eight-bit-control chars, mark both the
char's value and its leading byte in the fastmap.
(re_search_2): When fast-scanning without translation, be careful to
check that we only match the leading byte of a multibyte char.
Stefan Monnier [Fri, 22 Sep 2006 17:30:02 +0000 (17:30 +0000)]
(PREV_CHAR_BOUNDARY): Make it work from within a char's byte sequence.
(AT_CHAR_BOUNDARY): New macro.
Chong Yidong [Fri, 22 Sep 2006 15:02:13 +0000 (15:02 +0000)]
** iampure@gmail.com's Sep 15 bug report about View Changes In File.
Chong Yidong [Fri, 22 Sep 2006 15:01:41 +0000 (15:01 +0000)]
* files.el (save-some-buffers-action-alist): Display diff in
view-mode.
Masatake YAMATO [Fri, 22 Sep 2006 14:27:13 +0000 (14:27 +0000)]
(add-log-current-defun): Use `forward-sexp'
instead of `forward-word' to pick c++::symbol.
Reported by Herbert Euler <herberteuler@hotmail.com>.
Kenichi Handa [Fri, 22 Sep 2006 12:56:44 +0000 (12:56 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 22 Sep 2006 12:55:25 +0000 (12:55 +0000)]
Fix setting self-insert-command for multibyte
characters in global-map.
Kenichi Handa [Fri, 22 Sep 2006 12:54:38 +0000 (12:54 +0000)]
(optimize_sub_char_table): Don't optimize a sub-char-table
whose default value is non-nil.
Jan Djärv [Fri, 22 Sep 2006 08:19:55 +0000 (08:19 +0000)]
* gtkutil.c (xg_get_file_with_chooser): Only chow C-l help for
Gtk+ versions < 2.10.
Jan Djärv [Fri, 22 Sep 2006 08:19:43 +0000 (08:19 +0000)]
Fix typo
Jan Djärv [Fri, 22 Sep 2006 08:19:26 +0000 (08:19 +0000)]
* gtkutil.c (xg_get_file_with_chooser): Only chow C-l help for
Gtk+ versions < 2.10.
Jan Djärv [Fri, 22 Sep 2006 08:09:10 +0000 (08:09 +0000)]
* xfns.c (syms_of_xfns): Fix typo in help text for
x-gtk-file-dialog-help-text.
Richard M. Stallman [Thu, 21 Sep 2006 21:06:31 +0000 (21:06 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 21 Sep 2006 19:00:04 +0000 (19:00 +0000)]
*** empty log message ***
David Kastrup [Thu, 21 Sep 2006 18:02:47 +0000 (18:02 +0000)]
(mouse-posn-property): Fix typo for `event-start' in
doc string.
Richard M. Stallman [Thu, 21 Sep 2006 16:13:02 +0000 (16:13 +0000)]
*** empty log message ***
Chong Yidong [Thu, 21 Sep 2006 14:57:19 +0000 (14:57 +0000)]
"kitty@dre.vanderbilt.edu Sep 20 says make-frame ignores left and top"
is a Windows bug.
Kim F. Storm [Thu, 21 Sep 2006 08:42:25 +0000 (08:42 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 21 Sep 2006 01:51:55 +0000 (01:51 +0000)]
(Timers): Clarify about REPEAT when timer is delayed.
Kenichi Handa [Thu, 21 Sep 2006 01:34:03 +0000 (01:34 +0000)]
("Latin-1"): Add windows-1252 to
coding-priority.
("German"): Likewise.
Kenichi Handa [Thu, 21 Sep 2006 01:23:31 +0000 (01:23 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 21 Sep 2006 00:33:59 +0000 (00:33 +0000)]
*** empty log message ***
Kim F. Storm [Wed, 20 Sep 2006 23:38:23 +0000 (23:38 +0000)]
*** empty log message ***
Kim F. Storm [Wed, 20 Sep 2006 23:12:25 +0000 (23:12 +0000)]
(member*): Use memql instead of complex code.
Suggested by Miles Bader.
Kim F. Storm [Wed, 20 Sep 2006 23:12:15 +0000 (23:12 +0000)]
(pushnew): Rework 2006-09-10 change. Use memql
instead of add-to-list in the simple case.
Kim F. Storm [Wed, 20 Sep 2006 23:07:17 +0000 (23:07 +0000)]
(Fmemq): Refill doc string.
(Fmemql): New defun, like memq but using eql.
(syms_of_fns): Defsubr it.
Vinicius Jose Latorre [Wed, 20 Sep 2006 20:46:33 +0000 (20:46 +0000)]
Adjust comment
Vinicius Jose Latorre [Wed, 20 Sep 2006 20:00:03 +0000 (20:00 +0000)]
Adjust X-URL
Vinicius Jose Latorre [Wed, 20 Sep 2006 18:49:34 +0000 (18:49 +0000)]
Adjust X-URL
Richard M. Stallman [Wed, 20 Sep 2006 18:08:04 +0000 (18:08 +0000)]
(Window Start): Minor cleanups.
Stefan Monnier [Wed, 20 Sep 2006 17:35:21 +0000 (17:35 +0000)]
(url-dav-file-attributes): Simplify.
Stefan Monnier [Wed, 20 Sep 2006 17:35:13 +0000 (17:35 +0000)]
(url-http-head-file-attributes): Add device "info".
Stefan Monnier [Wed, 20 Sep 2006 17:35:01 +0000 (17:35 +0000)]
(find-buffer-visiting): Don't get fooled by a nil inode.
Kim F. Storm [Wed, 20 Sep 2006 12:39:11 +0000 (12:39 +0000)]
Add window-line-height.
Kim F. Storm [Wed, 20 Sep 2006 10:52:23 +0000 (10:52 +0000)]
Fixed: Michael Cadilhac's line-move-partial is slow.
Kim F. Storm [Wed, 20 Sep 2006 10:14:46 +0000 (10:14 +0000)]
(Fpos_visible_in_window_p): Doc fix.
Kim F. Storm [Wed, 20 Sep 2006 10:14:19 +0000 (10:14 +0000)]
(Window Start): pos-visible-in-window-p allows
specifying t for position to mean "end of window".
Add window-line-height.
Kim F. Storm [Wed, 20 Sep 2006 10:14:11 +0000 (10:14 +0000)]
(Antinews): Mention window-line-height.
Kim F. Storm [Wed, 20 Sep 2006 10:14:00 +0000 (10:14 +0000)]
*** empty log message ***
Kim F. Storm [Wed, 20 Sep 2006 09:45:19 +0000 (09:45 +0000)]
(line-move-partial): Call pos-visible-in-window-p with
position t instead of trying both window-end and window-end - 1.
Kim F. Storm [Wed, 20 Sep 2006 09:43:25 +0000 (09:43 +0000)]
(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.
Kim F. Storm [Wed, 20 Sep 2006 09:43:18 +0000 (09:43 +0000)]
(pos_visible_p): CHARPOS < 0 means return info for
last visible glyph in window.
Kim F. Storm [Wed, 20 Sep 2006 09:43:02 +0000 (09:43 +0000)]
*** empty log message ***
Carsten Dominik [Wed, 20 Sep 2006 09:24:39 +0000 (09:24 +0000)]
(org-scan-tags): Find end of subtrees also in hidden trees.
Carsten Dominik [Wed, 20 Sep 2006 09:24:10 +0000 (09:24 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 20 Sep 2006 06:13:43 +0000 (06:13 +0000)]
(isearch-process-search-char): Cancel the previous
change.
(isearch-search-string): New function.
(isearch-search): Use isearch-search-string.
(isearch-lazy-highlight-search): Likewise.
Miles Bader [Wed, 20 Sep 2006 05:45:06 +0000 (05:45 +0000)]
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
David Kastrup [Wed, 20 Sep 2006 04:56:58 +0000 (04:56 +0000)]
(mouse-posn-property): Improve doc string.
(mouse-on-link-p): Change buffers for function calls on links.
David Kastrup [Wed, 20 Sep 2006 04:13:32 +0000 (04:13 +0000)]
(clipboard-yank): bomb out in interactive use if
buffer is read-only.
Chong Yidong [Tue, 19 Sep 2006 21:56:07 +0000 (21:56 +0000)]
Fixed "allout.el patch to be installed."
Chong Yidong [Tue, 19 Sep 2006 21:55:44 +0000 (21:55 +0000)]
* 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.
Chong Yidong [Tue, 19 Sep 2006 21:44:52 +0000 (21:44 +0000)]
* 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.
Chong Yidong [Tue, 19 Sep 2006 21:36:44 +0000 (21:36 +0000)]
Fixed "Field handling in C-n."
Chong Yidong [Tue, 19 Sep 2006 21:34:01 +0000 (21:34 +0000)]
* 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.
Stefan Monnier [Tue, 19 Sep 2006 16:33:30 +0000 (16:33 +0000)]
(mouse-on-link-p): Tentatively fix last change.
(mouse-drag-vertical-line): Remove unused var `wconfig'.
Stefan Monnier [Tue, 19 Sep 2006 16:32:07 +0000 (16:32 +0000)]
(Fwindow_end): Fix recent change.
Richard M. Stallman [Tue, 19 Sep 2006 15:40:59 +0000 (15:40 +0000)]
(Dialog Boxes): Clean up wording: avoid passive, stick to present tense.
Kim F. Storm [Tue, 19 Sep 2006 13:59:27 +0000 (13:59 +0000)]
(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.
Kim F. Storm [Tue, 19 Sep 2006 13:59:13 +0000 (13:59 +0000)]
*** empty log message ***
Kim F. Storm [Tue, 19 Sep 2006 13:13:49 +0000 (13:13 +0000)]
(line-move-partial): Optimize. Try window-line-height
before posn-at-point to get vpos of current line.
Kim F. Storm [Tue, 19 Sep 2006 13:12:26 +0000 (13:12 +0000)]
(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.
Stefan Monnier [Tue, 19 Sep 2006 10:19:34 +0000 (10:19 +0000)]
Include alloca.h if available.
(Fkey_binding): Only use AREF after checking it's a vector.
Remove unused var `window'.
David Kastrup [Tue, 19 Sep 2006 08:01:33 +0000 (08:01 +0000)]
(Searching Keymaps): Small clarification.
YAMAMOTO Mitsuharu [Tue, 19 Sep 2006 03:19:25 +0000 (03:19 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Tue, 19 Sep 2006 03:19:05 +0000 (03:19 +0000)]
(struct mac_output): Remove member menubar_active.
(do_menu_choice): Remove extern.
(do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
YAMAMOTO Mitsuharu [Tue, 19 Sep 2006 03:18:46 +0000 (03:18 +0000)]
(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.
YAMAMOTO Mitsuharu [Tue, 19 Sep 2006 03:18:22 +0000 (03:18 +0000)]
(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.
YAMAMOTO Mitsuharu [Tue, 19 Sep 2006 03:18:01 +0000 (03:18 +0000)]
[!MAC_OSX] (select): Fix argument name.
YAMAMOTO Mitsuharu [Tue, 19 Sep 2006 03:17:45 +0000 (03:17 +0000)]
(shut_down_emacs) [!subprocesses]: Don't set inhibit_sentinels.
YAMAMOTO Mitsuharu [Tue, 19 Sep 2006 03:17:13 +0000 (03:17 +0000)]
(M_APPLE): New define.
(MENU): Use it.
YAMAMOTO Mitsuharu [Tue, 19 Sep 2006 03:16:56 +0000 (03:16 +0000)]
Sync with src/config.in.
YAMAMOTO Mitsuharu [Tue, 19 Sep 2006 03:16:09 +0000 (03:16 +0000)]
Remove descriptions about experimental flags.
Richard M. Stallman [Mon, 18 Sep 2006 22:48:49 +0000 (22:48 +0000)]
(Creating Keymaps): Explain that keymap prompt strings cause keyboard menus.
(Menu Keymaps): Likewise.
(Defining Menus, Keyboard Menus): Clarify.
Richard M. Stallman [Mon, 18 Sep 2006 21:56:30 +0000 (21:56 +0000)]
(Fields): Clarify explanation of constrain-to-field.
Michael Kifer [Mon, 18 Sep 2006 19:22:31 +0000 (19:22 +0000)]
* 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.
Richard M. Stallman [Mon, 18 Sep 2006 18:05:18 +0000 (18:05 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 18 Sep 2006 17:19:16 +0000 (17:19 +0000)]
(conf-space-mode): Doc fix.
Delete duplicate make-local-variable form.
(conf-space-keywords): Add autoload cookie.
Fix typo (`keywords', not `keyword').
Jan Djärv [Mon, 18 Sep 2006 16:59:50 +0000 (16:59 +0000)]
* frames.texi (Dialog Boxes): Document x-gtk-file-dialog-help-text.
Jan Djärv [Mon, 18 Sep 2006 16:50:31 +0000 (16:50 +0000)]
* 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
Jan Djärv [Mon, 18 Sep 2006 16:48:05 +0000 (16:48 +0000)]
* xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
x_gtk_file_dialog_help_text.
Jan Djärv [Mon, 18 Sep 2006 16:47:46 +0000 (16:47 +0000)]
* gtkutil.c (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
x_gtk_file_dialog_help_text.
Jan Djärv [Mon, 18 Sep 2006 16:47:29 +0000 (16:47 +0000)]
* 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.
Richard M. Stallman [Mon, 18 Sep 2006 16:43:43 +0000 (16:43 +0000)]
Comment change.
Jan Djärv [Mon, 18 Sep 2006 16:42:52 +0000 (16:42 +0000)]
Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog.
Jan Djärv [Mon, 18 Sep 2006 16:42:09 +0000 (16:42 +0000)]
* xfns.c (syms_of_xfns): Rename x-use-old-gtk-file-dialog
to x-gtk-use-old-file-dialog.
Jan Djärv [Mon, 18 Sep 2006 16:41:49 +0000 (16:41 +0000)]
* gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
to x-gtk-use-old-file-dialog.
Jan Djärv [Mon, 18 Sep 2006 16:41:37 +0000 (16:41 +0000)]
* 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.
Jan Djärv [Mon, 18 Sep 2006 16:40:17 +0000 (16:40 +0000)]
* frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
to x-gtk-use-old-file-dialog.
Richard M. Stallman [Mon, 18 Sep 2006 15:46:33 +0000 (15:46 +0000)]
*** empty log message ***