1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

86870 Commits

Author SHA1 Message Date
Glenn Morris
752fac1853 Move here from ../ 2008-10-30 04:35:15 +00:00
Glenn Morris
e24d49123c Move to obsolete/ 2008-10-30 04:34:15 +00:00
Glenn Morris
976556c921 (locate-dominating-stop-dir-regexp): Fix typo. 2008-10-30 04:32:33 +00:00
Dan Nicolaescu
2194ea1ceb (*-solaris2.[7-9]*): Fix typo. 2008-10-30 02:27:28 +00:00
Juanma Barranquero
601a9cf1e3 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
new frames overriding foreground for tooltips.  Based on similar patch
  from Martin Rudalics <rudalics@gmx.at>.  (Bug#1032)
2008-10-30 01:27:06 +00:00
Chong Yidong
48238d1d45 (Electric-pop-up-window): Don't shrink the window if it's already big
enough.
2008-10-29 21:42:37 +00:00
Chong Yidong
bb07cb70dd * electric.el (Electric-pop-up-window): Don't shrink the window if
it's already big enough.
2008-10-29 21:42:28 +00:00
Chong Yidong
8c9f211fd5 (delete-minibuffer-contents): Delete all minibuffer contents instead
of just the current field.
2008-10-29 21:30:44 +00:00
Chong Yidong
623e480f94 * minibuffer.el (delete-minibuffer-contents): Delete all
minibuffer contents instead of just the current field.
2008-10-29 21:30:23 +00:00
Chong Yidong
e9bed1ef68 (tmm-get-keymap): Handle case where keyseq cache is omitted. 2008-10-29 20:57:03 +00:00
Chong Yidong
8a7c2fb5c4 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted. 2008-10-29 20:56:53 +00:00
Chong Yidong
bdacf3958d (bookmark-get-bookmark-record): Signal error for invalid bookmark. 2008-10-29 18:22:12 +00:00
Chong Yidong
6515ca91dc * bookmark.el (bookmark-get-bookmark-record): Signal error for invalid
bookmark.
2008-10-29 18:21:50 +00:00
Chong Yidong
29dadb541c (Fdaemon_initialized): Initialize nfd. 2008-10-29 18:03:03 +00:00
Chong Yidong
813b0652d6 * emacs.c (Fdaemon_initialized): Initialize nfd. 2008-10-29 18:02:53 +00:00
Chong Yidong
73ba5f6ded (bookmark-handle-bookmark): Rename from bookmark-jump-noselect.
(bookmark--jump-via, bookmark-insert): Callers changed.
(bookmark-jump-noselect): Wrapper function for bookmark-handle-bookmark.
2008-10-29 17:42:49 +00:00
Chong Yidong
de4dc6067a * bookmark.el (bookmark-handle-bookmark): Rename from
bookmark-jump-noselect.
(bookmark--jump-via, bookmark-insert): Callers changed.
(bookmark-jump-noselect): Wrapper function for
bookmark-handle-bookmark.
2008-10-29 17:42:05 +00:00
Chong Yidong
01bfa9008b (emacsclient Options): Document server-use-tcp and server-host. 2008-10-29 17:30:36 +00:00
Chong Yidong
21d2bae3ca * misc.texi (emacsclient Options): Document server-use-tcp and
server-host.
2008-10-29 17:29:27 +00:00
Chong Yidong
c417ddc29e Documented use-empty-active-region. 2008-10-29 16:00:56 +00:00
Chong Yidong
d01c3d683e (Using Region): Document use-empty-active-region. 2008-10-29 16:00:42 +00:00
Chong Yidong
80e5620e5b * mark.texi (Using Region): Document use-empty-active-region. 2008-10-29 16:00:30 +00:00
Chong Yidong
ea03187d0d (ispell-word): Use use-region-p. 2008-10-29 15:51:12 +00:00
Chong Yidong
21d57aa225 * textmodes/ispell.el (ispell-word): Use use-region-p. 2008-10-29 15:50:39 +00:00
Juanma Barranquero
bc558f3edb * emacsclient.c (EXTRA_SPACE): New macro.
(get_server_config, set_local_socket): Use it.
2008-10-29 15:34:06 +00:00
Juanma Barranquero
f8baa6395e * makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.
Reported by Guillaume Conjat <gconjat.ext@orange-ftgroup.com>.
2008-10-29 13:09:57 +00:00
Juanma Barranquero
19423c532d Rename tooltip-hook' to tooltip-functions'.
* tooltip.el (tooltip-functions): Rename from `tooltip-hook',
  to follow naming conventions for abnormal hooks.  Doc fix.
  (tooltip-mode, tooltip-timeout): Use it.
  (tooltip-hook): New obsolete alias.
  (tooltip-help-tips): Doc fix.

* progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
2008-10-29 12:10:20 +00:00
Martin Rudalics
4414f58f67 (syms_of_xdisp): Mention set-window-buffer in
doc-string of window-scroll-functions.
2008-10-29 11:00:51 +00:00
Martin Rudalics
8fef9de15d (Fwindow_height, Fdelete_window, set_window_buffer)
(Fwindow_text_height): Clarify doc-strings.
2008-10-29 10:56:28 +00:00
Juanma Barranquero
f77b11a051 * server.el, emacsclient.c: Use TMPDIR (default /tmp) instead of hardcoded /tmp. 2008-10-29 10:42:31 +00:00
Glenn Morris
f0e35aeb62 (dbus-get-unique-name, dbus-debug): Declare. 2008-10-29 06:52:05 +00:00
Chong Yidong
78b6d6d298 Minor changes to last checkin. 2008-10-29 05:07:39 +00:00
Chong Yidong
e670e599c1 (Top): Update node listings. 2008-10-29 05:01:50 +00:00
Chong Yidong
97d5c40420 * emacs.texi (Top): Update node listings. 2008-10-29 05:01:42 +00:00
Chong Yidong
8cec98c0f3 (Emacs Server): Rewrite. Document daemon-mode. Don't
mention obsolete emacs.bash script.
(Invoking emacsclient): Rewrite, moving optional arguments to
emacsclient Options.
(emacsclient Options): New node.
2008-10-29 04:59:57 +00:00
Chong Yidong
c409d2f31c Documented emacsclient changes. 2008-10-29 04:57:56 +00:00
Chong Yidong
8bd3f7efa7 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
mention obsolete emacs.bash script.
(Invoking emacsclient): Rewrite, moving optional arguments to
emacsclient Options.
(emacsclient Options): New node.
2008-10-29 04:57:39 +00:00
Glenn Morris
dc515cca56 Sung has assignment. 2008-10-29 02:55:29 +00:00
Glenn Morris
37af967deb (vc-find-root): Remove bogus alias. 2008-10-29 02:55:04 +00:00
Stefan Monnier
2279ba847f (quail-show-guidance): Don't create a guidance-frame if current buffer is
not a minibuffer, since even if selected-window is mini-p, the buffer will
never be displayed in it, so it wil be usable for guidance.
2008-10-29 01:44:45 +00:00
Reiner Steib
ecdcaa09af (syms_of_category): Fix typo in docstring. 2008-10-28 22:12:32 +00:00
Stefan Monnier
a8028e7bcf Require diff-mode at run-time as well. 2008-10-28 20:43:44 +00:00
Chong Yidong
170ddd9772 (Process Information): Note that process-status does not accept buffer
names.
2008-10-28 20:16:18 +00:00
Chong Yidong
fe2ae8b508 * processes.texi (Process Information): Note that process-status
does not accept buffer names.
2008-10-28 20:16:09 +00:00
Martin Rudalics
37e14a62f5 (vc-stay-local): Fix typo in choice. 2008-10-28 18:52:02 +00:00
Martin Rudalics
efe0da9c0e (vc-cvs-stay-local): Fix typo in choice. 2008-10-28 17:57:09 +00:00
Juanma Barranquero
23fe745a73 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
(Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
  Fix typos in docstrings.
2008-10-28 17:45:00 +00:00
Martin Rudalics
437cfececb *** empty log message *** 2008-10-28 17:43:52 +00:00
Martin Rudalics
99dfcc0d52 (follow-scroll-down, follow-calc-win-end)
(follow-estimate-first-window-start): Reduce effective window
height when header line is present.
2008-10-28 17:36:34 +00:00
Juanma Barranquero
4ab2b63c99 #870 again. :( 2008-10-28 11:49:19 +00:00