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

71182 Commits

Author SHA1 Message Date
Glenn Morris
ab4461c1c3 Mention openSUSE bcopy issue. 2007-10-09 02:39:43 +00:00
Richard M. Stallman
ec406436ee (handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN. 2007-10-09 01:32:25 +00:00
Richard M. Stallman
93870ce2ab (Cursor Display): Correct how cursor appears in nonselected windows. 2007-10-09 01:27:17 +00:00
Richard M. Stallman
af23e1e89d (Examining Properties): Mention overlay priority. 2007-10-09 01:25:41 +00:00
Richard M. Stallman
fb33e6a9a6 (Display Margins): Correct the description of margin display specifications.
(Replacing Specs): New subnode broken out of Display Property.
2007-10-09 01:24:28 +00:00
Richard M. Stallman
d1d80b8056 (url-type, url-user, url-password, url-host)
(url-port, url-filename, url-target, url-attributes)
(url-fullness, url-set-type, url-set-user, url-set-password)
(url-set-host, url-set-port, url-set-filename, url-set-target)
(url-set-attributes, url-set-full): Change macros to defuns.
2007-10-09 01:21:24 +00:00
Richard M. Stallman
03d5bbb071 (edebug-install-custom-print-funcs)
(edebug-install-custom-print, edebug-reset-print-funcs)
(edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
Functions deleted.
(edebug-prin1, edebug-print, edebug-prin1-to-string)
(edebug-format, edebug-message): Define directly as aliases.
2007-10-09 01:18:29 +00:00
Juanma Barranquero
ee3c2877bf (follow-mode): Don't run hooks twice. Use `when'. 2007-10-08 16:13:18 +00:00
Glenn Morris
b861ffc344 Add urls. 2007-10-07 07:06:55 +00:00
Glenn Morris
074d284814 Purge duplicate entry. 2007-10-07 07:02:03 +00:00
Richard M. Stallman
029b61dacc *** empty log message *** 2007-10-07 03:22:40 +00:00
Glenn Morris
1250787969 (bad-packages-alist): Clarify Semantic and CEDET version numbers. 2007-10-07 00:30:36 +00:00
Glenn Morris
3f37e60431 Clarify Semantic and CEDET version numbers. 2007-10-06 18:05:03 +00:00
Michael Albinus
893895d310 * net/tramp.el (tramp-completion-mode): Extend doc-string.
(tramp-completion-mode-p): Revert change from 2007-09-24.
Checking for `return' etc as last character is not sufficient, for
example in dired-mode when entering <g> (revert-buffer) or
<s> (dired-sort).
2007-10-06 15:25:50 +00:00
Martin Rudalics
1398509c21 (mouse-autoselect-window-cancel): Don't cancel for
select-window or select-frame events.
(handle-select-window): When autoselecting window set input
focus.  Restructure.
2007-10-06 10:19:45 +00:00
Martin Rudalics
9bcf0f44a1 (focus-follows-mouse): Moved to frame.c. 2007-10-06 10:08:28 +00:00
Martin Rudalics
f4c307a53b (all): Add focus-follows-mouse. 2007-10-06 10:06:28 +00:00
Martin Rudalics
cb94103f17 *** empty log message *** 2007-10-06 10:01:37 +00:00
Martin Rudalics
f89549388d (syms_of_xdisp): In doc-string of mouse-autoselect-window
mention focus-follows-mouse.
2007-10-06 09:56:29 +00:00
Martin Rudalics
50fbcdcb06 (handle_one_xevent): When focus_follows_mouse is nil make
SELECT_WINDOW_EVENT only if we don't leave the selected frame.
2007-10-06 09:54:19 +00:00
Martin Rudalics
74a9b36f85 (w32_read_socket): When focus_follows_mouse is nil make
SELECT_WINDOW_EVENT only if we don't leave the selected frame.
2007-10-06 09:52:39 +00:00
Martin Rudalics
7d72e3141e (dos_rawgetc): When focus_follows_mouse is nil make
SELECT_WINDOW_EVENT only if we don't leave the selected frame.
2007-10-06 09:51:01 +00:00
Martin Rudalics
b0c6cec4b0 (XTread_socket): When focus_follows_mouse is nil make
SELECT_WINDOW_EVENT only if we don't leave the selected
frame.
2007-10-06 09:49:22 +00:00
Martin Rudalics
9cfa62c783 (focus_follows_mouse): Extern it. 2007-10-06 09:47:21 +00:00
Martin Rudalics
da1da0025d (focus_follows_mouse): Moved here from frame.el to allow
window autoselection act appropriately when leaving selected frame.
(syms_of_frame): Initialize focus_follows_mouse.
2007-10-06 09:46:06 +00:00
Martin Rudalics
15d814840f (kbd_buffer_get_event): Break loop waiting for input
when there's an unread command event.
2007-10-06 09:43:17 +00:00
Eli Zaretskii
f5578c7f65 Mention problems with Semantic. 2007-10-06 09:22:07 +00:00
Andreas Schwab
41618deb16 (Fwrite_region): Ignore EINVAL error from fsync. 2007-10-06 08:18:03 +00:00
Glenn Morris
23b7c55689 Chris Moore <dooglus at gmail.com>
(server-kill-new-buffers): Doc fix.
2007-10-06 01:45:16 +00:00
Juanma Barranquero
5a25a89581 (bs-mode): Make sure global-font-lock-mode doesn't activate
font-locking in the *buffer-selection* buffer.
(bs-show-sorted): Doc fix.
2007-10-05 15:42:54 +00:00
Juanma Barranquero
8e9dfc3810 (Auto Faces): Fix typo. 2007-10-05 11:37:21 +00:00
Juanma Barranquero
462db93c4c (bs--get-marked-string, bs--get-modified-string, bs--get-readonly-string,
bs--get-size-string, bs--get-name, bs--get-mode-name, bs-mode):
Fix typos in docstrings.
(bs--format-aux): Doc fix.
2007-10-05 09:50:37 +00:00
Juanma Barranquero
4024ec3a26 (syms_of_image) <image-types>: Fix typo in docstring. 2007-10-05 09:00:38 +00:00
YAMAMOTO Mitsuharu
cb91e86ae5 (mac_load_query_font): Fix missing return value.
[USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
Add BLOCK_INPUT.
2007-10-05 08:15:48 +00:00
Glenn Morris
dde2f1a05f *** empty log message *** 2007-10-05 07:19:51 +00:00
Jason Rumney
b380e47ee3 *** empty log message *** 2007-10-05 00:31:33 +00:00
Juanma Barranquero
fdaf6405ac *** empty log message *** 2007-10-04 16:40:33 +00:00
Juanma Barranquero
8217d152b2 (image-dired-image-at-point-p): Fix typo in docstring. 2007-10-04 16:35:17 +00:00
Michaël Cadilhac
d4f1855ae3 (gud-gud-gdb-command-name): Fix typo in docstring. 2007-10-04 09:27:14 +00:00
Nick Roberts
7af32ba043 (GDB Graphical Interface): Remove references to gdba
and mention gud-gdb.
2007-10-04 07:54:41 +00:00
Nick Roberts
568c728863 *** empty log message *** 2007-10-04 07:52:55 +00:00
Nick Roberts
a55f4be1a1 (gud-gud-gdb-command-name): New option.
(gud-gdb): New function for old M-x gdb (text command mode).
(gud-gdb-command-name, gdb): Move to gdb-ui.el.
2007-10-04 07:46:26 +00:00
Nick Roberts
4d4cc7800d (gud-gdb-command-name, gdb): Move here from gud.el and adapt doc string.
(gud-gdba-command-name, gdba): Delete.
2007-10-04 07:44:28 +00:00
Nick Roberts
7285a019fe *** empty log message *** 2007-10-04 07:42:12 +00:00
Juanma Barranquero
b8063421ac *** empty log message *** 2007-10-03 16:50:00 +00:00
Juanma Barranquero
b75ccc22ae (bs-string-show-normally, bs-sort-functions, bs--get-file-name):
Fix typos in docstrings.
(bs-buffer-sort-function, bs-mouse-select-other-frame, bs-visits-non-file,
bs-sort-buffer-interns-are-last, bs-show): Doc fixes.
2007-10-03 16:43:10 +00:00
Juanma Barranquero
6af00b6740 (bs-kill): Fix typo in docstring. 2007-10-03 11:43:43 +00:00
Juanma Barranquero
e0d0133a4a Don't defvar `fontlock-verbose'.
(bs-config-clear): Fix typo in docstring.
(bs--show-header): Use `dolist' instead of `mapcar'.
(bs-mode): Set `show-trailing-whitespace' to nil.
2007-10-03 11:12:20 +00:00
Richard M. Stallman
87ef89380c *** empty log message *** 2007-10-02 19:26:50 +00:00
Nick Roberts
39c9a04753 (pdb): Specify file for gud-break. 2007-10-02 11:22:22 +00:00