- 03 Nov, 2008 2 commits
-
-
Chong Yidong authored
-
Martin Rudalics authored
when there's no change in a string. (Bug#1301)
-
- 02 Nov, 2008 2 commits
-
-
Martin Rudalics authored
Fselect_frame (currently ifdefd).
-
Glenn Morris authored
(USAGE2): Untabify.
-
- 01 Nov, 2008 1 commit
-
-
Stefan Monnier authored
-
- 31 Oct, 2008 1 commit
-
-
Martin Rudalics authored
(Fother_window): Rename argument and rewrite doc-string. (select_window_norecord): Fix return value. (Bug#1276)
-
- 30 Oct, 2008 1 commit
-
-
Juanma Barranquero authored
new frames overriding foreground for tooltips. Based on similar patch from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
-
- 29 Oct, 2008 2 commits
-
-
Chong Yidong authored
-
Martin Rudalics authored
doc-string of window-scroll-functions.
-
- 28 Oct, 2008 4 commits
-
-
Reiner Steib authored
-
Juanma Barranquero authored
(Fcoordinates_in_window_p, Fscroll_left, Fscroll_right): Fix typos in docstrings.
-
Dan Nicolaescu authored
(IS_DAEMON): Move definition ... * lisp.h (IS_DAEMON): ... here. (daemon_pipe): Declare. (is_daemon): Remove. * dispnew.c (init_display): Use IS_DAEMON.
-
Stefan Monnier authored
(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].
-
- 27 Oct, 2008 8 commits
-
-
Chong Yidong authored
glyph, draw it with the default glyph width.
-
Chong Yidong authored
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.
-
Chong Yidong authored
margin to PT, try moving some distance past the window bottom before giving up.
-
Martin Rudalics authored
(Fset_window_buffer): Explain in doc-string that a window can be "strongly" dedicated to its buffer.
-
Dan Nicolaescu authored
(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.
-
Chong Yidong authored
-
Chong Yidong authored
margin, don't use MOVE_TO_Y.
-
Juanma Barranquero authored
-
- 26 Oct, 2008 3 commits
-
-
Dan Nicolaescu authored
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.
-
Stefan Monnier authored
the previous unoptimized table.
-
Stefan Monnier authored
the distinction between non-nil and non-t value of `dedicated'.
-
- 25 Oct, 2008 2 commits
-
-
Chong Yidong authored
read_char_minibuf_menu_text is large enough to hold the menu string.
-
Martin Rudalics authored
Make buffer argument optional and rename to buffer_or_name.
-
- 24 Oct, 2008 3 commits
-
-
Chong Yidong authored
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).
-
Kenichi Handa authored
(ftfont_otf_capability): Check FeatureList.FeatureCount before calling ftfont_otf_features.
-
Michael Albinus authored
(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).
-
- 23 Oct, 2008 6 commits
-
-
Dan Nicolaescu authored
Use sol2-6.h for Solaris 7-9. * s/sol2-10.h: New file.
-
Juanma Barranquero authored
poor beast has survived 9+ years and the jump from xterm.c!).
-
Martin Rudalics authored
(Fbury_buffer): In doc-string say what happens to the buffer's window.
-
Juanma Barranquero authored
<unicode-category-table>: Doc fixes.
-
Noah Friedman authored
is a live buffer, otherwise call Fget_buffer_create.
-
Kenichi Handa authored
-
- 22 Oct, 2008 5 commits
-
-
Martin Rudalics authored
(Fset_window_parameter): Use NILP. (Fscroll_up, Fscroll_down, Fminibuffer_selected_window) (Frecenter): Use "selected" instead of "current" window in doc-strings.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Adrian Robert authored
* 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.
-
Juanma Barranquero authored
Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
-