Stefan Monnier
793ffee82e
(fill_gstring_header): Fix copy/paste typo.
2008-11-01 02:21:24 +00:00
Martin Rudalics
ab6d1131b4
(Fnext_window, Fprevious_window): Rewrite doc-string.
...
(Fother_window): Rename argument and rewrite doc-string.
(select_window_norecord): Fix return value. (Bug#1276)
2008-10-31 14:06:33 +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
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
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
Reiner Steib
ecdcaa09af
(syms_of_category): Fix typo in docstring.
2008-10-28 22:12:32 +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
Dan Nicolaescu
ff808935f5
* emacs.c (daemon_pipe): Make non-static.
...
(IS_DAEMON): Move definition ...
* lisp.h (IS_DAEMON): ... here.
(daemon_pipe): Declare.
(is_daemon): Remove.
* dispnew.c (init_display): Use IS_DAEMON.
2008-10-28 04:25:11 +00:00
Stefan Monnier
fc0127715c
* xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
...
(message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
* emacs.c (is_daemon): Remove.
(main): Don't set is_daemon.
(IS_DAEMON): New macro.
(Fdaemonp, Fdaemon_initialized): Use it.
(Fdaemon_initialized): Wrtie a char into the pipe to make sure the
parent exits.
(syms_of_emacs): Explicitly initialize daemon_pipe[1].
2008-10-28 01:02:44 +00:00
Chong Yidong
a58c682691
(ns_draw_window_cursor): When hbar cursor is on over-sized glyph, draw
...
it with the default glyph width.
2008-10-27 22:30:38 +00:00
Chong Yidong
d1a072bf85
* nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sized
...
glyph, draw it with the default glyph width.
2008-10-27 22:29:22 +00:00
Chong Yidong
d3424e67eb
(x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw it
...
with the default glyph width.
2008-10-27 22:20:46 +00:00
Chong Yidong
e2e325aaaf
* w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
...
glyph, draw it with the default glyph width.
* xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
glyph, draw it with the default glyph width.
2008-10-27 22:20:05 +00:00
Chong Yidong
3d7185083b
(try_scrolling): When computing the distance from the scroll margin to
...
PT, try moving some distance past the window bottom before giving up.
2008-10-27 18:33:06 +00:00
Chong Yidong
d8bdbe6fb3
* xdisp.c (try_scrolling): When computing the distance from the scroll
...
margin to PT, try moving some distance past the window bottom before
giving up.
2008-10-27 18:32:39 +00:00
Martin Rudalics
7bfac54794
(Fwindow_dedicated_p, Fset_window_dedicated_p)
...
(Fset_window_buffer): Explain in doc-string that a window can be
"strongly" dedicated to its buffer.
2008-10-27 10:13:49 +00:00
Dan Nicolaescu
4ff029f613
* emacs.c (daemon_name): New variable.
...
(main): Deal with --daemon=SERVER_NAME.
(Fdaemonp): Return a name if one was passed to --daemon.
* startup.el (server-name): Pacify byte compiler.
(command-line): If --daemon=SERVER_NAME was used, set server-name
before calling server-start.
* cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2008-10-27 07:02:30 +00:00
Chong Yidong
b918aa6b5d
Perform last revert properly. :-(
2008-10-27 05:43:17 +00:00
Chong Yidong
9f33212acf
Perform last revert properly.
2008-10-27 05:40:18 +00:00
Chong Yidong
6daadc95f9
Revert last change.
2008-10-27 05:32:41 +00:00
Chong Yidong
891f9832f3
Reverse last change.
2008-10-27 05:32:22 +00:00
Chong Yidong
95c97c11e0
(try_scrolling): When computing distance from the scroll margin, don't
...
use MOVE_TO_Y.
2008-10-27 05:15:37 +00:00
Chong Yidong
6584f2854b
* xdisp.c (try_scrolling): When computing distance from the scroll
...
margin, don't use MOVE_TO_Y.
2008-10-27 05:15:17 +00:00
Miles Bader
24eccbe29a
Add arch tagline
2008-10-27 02:05:42 +00:00
Juanma Barranquero
f9bd0df9c8
Fix typos.
2008-10-27 00:20:04 +00:00
Dan Nicolaescu
5790ef40ba
* startup.el (command-line): Call daemon-initialized after
...
starting the server.
* emacs.c (daemon_pipe): New variable
(main): Create a pipe before forking, make the parent exit only after
the child has closed its end of the pipe. Move closing the
descriptors ...
(Fdaemon_initialized): ... here. New function.
2008-10-26 19:05:47 +00:00
Stefan Monnier
4d632321c1
(Foptimize_char_table): Make sure `ascii' doesn't point to
...
the previous unoptimized table.
2008-10-26 04:23:08 +00:00
Stefan Monnier
f5385255de
(Fset_window_buffer): Undo 2008-10-18 change to re-instate
...
the distinction between non-nil and non-t value of `dedicated'.
2008-10-26 04:13:46 +00:00
Chong Yidong
f6bb488306
(read_char_minibuf_menu_prompt): Ensure that
...
read_char_minibuf_menu_text is large enough to hold the menu string.
2008-10-25 20:23:31 +00:00
Chong Yidong
6c56a0f32e
* keyboard.c (read_char_minibuf_menu_prompt): Ensure that
...
read_char_minibuf_menu_text is large enough to hold the menu string.
2008-10-25 20:21:19 +00:00
Martin Rudalics
fec8926115
(Fget_buffer_window, Fdelete_windows_on, Freplace_buffer_in_windows):
...
Make buffer argument optional and rename to buffer_or_name.
2008-10-25 07:57:37 +00:00
Kenichi Handa
f6d2f04567
(Fdefine_category): Docstring modified for DOCSTRING.
2008-10-25 01:29:47 +00:00
Chong Yidong
e919f0b153
(handle_single_display_spec, handle_display_prop): Undo
...
2005-05-16 change.
(handle_stop): Pop iterator if it's loaded with an empty string.
(get_overlay_strings_1): Don't save iterator if it's loaded with
an empty string (bug#1201).
2008-10-24 19:00:42 +00:00
Chong Yidong
34fcddd016
* xdisp.c (handle_single_display_spec, handle_display_prop): Undo
...
2005-05-16 change.
(handle_stop): Pop iterator if it's loaded with an empty string.
(get_overlay_strings_1): Don't save iterator if it's loaded with
an empty string (bug#1201).
2008-10-24 18:53:54 +00:00
Kenichi Handa
064766f2e8
(ftfont_otf_features): Fix previous change.
...
(ftfont_otf_capability): Check FeatureList.FeatureCount before
calling ftfont_otf_features.
2008-10-24 13:12:55 +00:00
Michael Albinus
1dae919792
* dbusbind.c (xd_in_read_queued_messages): New variable.
...
(XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw
Qdbus_error.
(xd_read_queued_messages): Catch Qdbus_error from the macros.
(all): Replace xsignal1, xsignal2, xsignal3 by the respective
macro. (Bug#1186).
2008-10-24 04:21:15 +00:00
Dan Nicolaescu
9b3362b8a1
* configure (*-sunos5*, *-solaris* ): Use the new file sol2-10.h.
...
Use sol2-6.h for Solaris 7-9.
* s/sol2-10.h: New file.
2008-10-23 19:32:19 +00:00
Juanma Barranquero
878a45845f
* xdisp.c (fill_glyph_string): Fix typo in source (though the
...
poor beast has survived 9+ years and the jump from xterm.c!).
2008-10-23 10:33:05 +00:00
Martin Rudalics
cd265ca60f
(Fget_buffer_create): Rename arg to buffer_or_name. Reword doc-string.
...
(Fbury_buffer): In doc-string say what happens to the buffer's window.
2008-10-23 09:05:39 +00:00
Juanma Barranquero
472a4dc990
* character.c (syms_of_character) <script-representative-chars>:
...
<unicode-category-table>: Doc fixes.
2008-10-23 08:55:34 +00:00
Kenichi Handa
f54857320d
(font_match_p): Fix previous change.
2008-10-23 07:57:58 +00:00
Kenichi Handa
5bdd4dd25d
(font_match_p): Fix for the case that a vector of
...
characters is in script-representative-chars.
2008-10-23 07:49:15 +00:00
Noah Friedman
159bd5a226
(make_conversion_work_buffer): Check that Vcode_conversion_reused_workbuf
...
is a live buffer, otherwise call Fget_buffer_create.
2008-10-23 06:55:14 +00:00
Kenichi Handa
49f9c34447
(font_add_log): Check the values of extra properties.
2008-10-23 04:02:19 +00:00
Martin Rudalics
12bb31115e
(Fwindow_dedicated_p, Fset_window_dedicated_p): Reword doc-string.
...
(Fset_window_parameter): Use NILP.
(Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
(Frecenter): Use "selected" instead of "current" window in doc-strings.
2008-10-22 15:35:00 +00:00
Juanma Barranquero
d6c952f8a5
Fix instance of Bug#870.
2008-10-22 14:58:18 +00:00
Juanma Barranquero
bbeb4e9906
* xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
2008-10-22 14:48:35 +00:00
Adrian Robert
cb83c00bd1
* lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency with other documentation. * src/nsfns.m (ns_appkit_version): New function. (x-server-version): Use it. (syms_of_nsfns): Define ns-version-string here, not nsterm.m. (x-server-vendor): Don't check_ns(). * nsterm.m (syms_of_nsterm): Drop ns-version-string.
2008-10-22 12:51:29 +00:00