| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM. | Chong Yidong | 2008-11-04 | 1 | -0/+4 |
| | | |||||
| * | (Fx_wm_set_size_hint): Add missing return value. | Andreas Schwab | 2008-11-04 | 1 | -0/+4 |
| | | |||||
| * | * xfns.c (Fx_wm_set_size_hint): New function. | Chong Yidong | 2008-11-03 | 1 | -0/+4 |
| | | |||||
| * | (Fprevious_single_char_property_change): Return 0 | Martin Rudalics | 2008-11-03 | 1 | -0/+5 |
| | | | | | when there's no change in a string. (Bug#1301) | ||||
| * | (command_loop_1): Handle NORECORD in call of | Martin Rudalics | 2008-11-02 | 1 | -0/+25 |
| | | | | | Fselect_frame (currently ifdefd). | ||||
| * | Ulrich Mueller <ulm at kph.uni-mainz.de> | Glenn Morris | 2008-11-02 | 1 | -0/+4 |
| | | | | | (USAGE2): Untabify. | ||||
| * | (fill_gstring_header): Fix copy/paste typo. | Stefan Monnier | 2008-11-01 | 1 | -0/+4 |
| | | |||||
| * | (Fnext_window, Fprevious_window): Rewrite doc-string. | Martin Rudalics | 2008-10-31 | 1 | -0/+6 |
| | | | | | | (Fother_window): Rename argument and rewrite doc-string. (select_window_norecord): Fix return value. (Bug#1276) | ||||
| * | * w32fns.c (x_create_tip_frame): Prevent default foreground color for | Juanma Barranquero | 2008-10-30 | 1 | -1/+7 |
| | | | | | | new frames overriding foreground for tooltips. Based on similar patch from Martin Rudalics <rudalics@gmx.at>. (Bug#1032) | ||||
| * | * emacs.c (Fdaemon_initialized): Initialize nfd. | Chong Yidong | 2008-10-29 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_xdisp): Mention set-window-buffer in | Martin Rudalics | 2008-10-29 | 1 | -0/+7 |
| | | | | | doc-string of window-scroll-functions. | ||||
| * | (syms_of_category): Fix typo in docstring. | Reiner Steib | 2008-10-28 | 1 | -0/+4 |
| | | |||||
| * | * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p) | Juanma Barranquero | 2008-10-28 | 1 | -0/+6 |
| | | | | | | (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right): Fix typos in docstrings. | ||||
| * | * emacs.c (daemon_pipe): Make non-static. | Dan Nicolaescu | 2008-10-28 | 1 | -0/+9 |
| | | | | | | | | | (IS_DAEMON): Move definition ... * lisp.h (IS_DAEMON): ... here. (daemon_pipe): Declare. (is_daemon): Remove. * dispnew.c (init_display): Use IS_DAEMON. | ||||
| * | * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog) | Stefan Monnier | 2008-10-28 | 1 | -0/+13 |
| | | | | | | | | | | | | | (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]. | ||||
| * | * nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sized | Chong Yidong | 2008-10-27 | 1 | -0/+3 |
| | | | | | glyph, draw it with the default glyph width. | ||||
| * | * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized | Chong Yidong | 2008-10-27 | 1 | -0/+6 |
| | | | | | | | | 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. | ||||
| * | * xdisp.c (try_scrolling): When computing the distance from the scroll | Chong Yidong | 2008-10-27 | 1 | -0/+6 |
| | | | | | | margin to PT, try moving some distance past the window bottom before giving up. | ||||
| * | (Fwindow_dedicated_p, Fset_window_dedicated_p) | Martin Rudalics | 2008-10-27 | 1 | -0/+6 |
| | | | | | | (Fset_window_buffer): Explain in doc-string that a window can be "strongly" dedicated to its buffer. | ||||
| * | * emacs.c (daemon_name): New variable. | Dan Nicolaescu | 2008-10-27 | 1 | -0/+6 |
| | | | | | | | | | | | | (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. | ||||
| * | Revert last change. | Chong Yidong | 2008-10-27 | 1 | -5/+0 |
| | | |||||
| * | * xdisp.c (try_scrolling): When computing distance from the scroll | Chong Yidong | 2008-10-27 | 1 | -0/+5 |
| | | | | | margin, don't use MOVE_TO_Y. | ||||
| * | Fix typos. | Juanma Barranquero | 2008-10-27 | 1 | -3/+3 |
| | | |||||
| * | * startup.el (command-line): Call daemon-initialized after | Dan Nicolaescu | 2008-10-26 | 1 | -0/+8 |
| | | | | | | | | | | 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. | ||||
| * | (Foptimize_char_table): Make sure `ascii' doesn't point to | Stefan Monnier | 2008-10-26 | 1 | -0/+3 |
| | | | | | the previous unoptimized table. | ||||
| * | (Fset_window_buffer): Undo 2008-10-18 change to re-instate | Stefan Monnier | 2008-10-26 | 1 | -20/+19 |
| | | | | | the distinction between non-nil and non-t value of `dedicated'. | ||||
| * | * keyboard.c (read_char_minibuf_menu_prompt): Ensure that | Chong Yidong | 2008-10-25 | 1 | -0/+6 |
| | | | | | read_char_minibuf_menu_text is large enough to hold the menu string. | ||||
| * | (Fget_buffer_window, Fdelete_windows_on, Freplace_buffer_in_windows): | Martin Rudalics | 2008-10-25 | 1 | -0/+6 |
| | | | | | Make buffer argument optional and rename to buffer_or_name. | ||||
| * | * xdisp.c (handle_single_display_spec, handle_display_prop): Undo | Chong Yidong | 2008-10-24 | 1 | -0/+8 |
| | | | | | | | | 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). | ||||
| * | (ftfont_otf_features): Fix previous change. | Kenichi Handa | 2008-10-24 | 1 | -0/+11 |
| | | | | | | (ftfont_otf_capability): Check FeatureList.FeatureCount before calling ftfont_otf_features. | ||||
| * | * dbusbind.c (xd_in_read_queued_messages): New variable. | Michael Albinus | 2008-10-24 | 1 | -0/+9 |
| | | | | | | | | | (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). | ||||
| * | * configure (*-sunos5*, *-solaris* ): Use the new file sol2-10.h. | Dan Nicolaescu | 2008-10-23 | 1 | -0/+4 |
| | | | | | | Use sol2-6.h for Solaris 7-9. * s/sol2-10.h: New file. | ||||
| * | * xdisp.c (fill_glyph_string): Fix typo in source (though the | Juanma Barranquero | 2008-10-23 | 1 | -0/+5 |
| | | | | | poor beast has survived 9+ years and the jump from xterm.c!). | ||||
| * | (Fget_buffer_create): Rename arg to buffer_or_name. Reword doc-string. | Martin Rudalics | 2008-10-23 | 1 | -0/+7 |
| | | | | | (Fbury_buffer): In doc-string say what happens to the buffer's window. | ||||
| * | * character.c (syms_of_character) <script-representative-chars>: | Juanma Barranquero | 2008-10-23 | 1 | -0/+5 |
| | | | | | <unicode-category-table>: Doc fixes. | ||||
| * | (make_conversion_work_buffer): Check that Vcode_conversion_reused_workbuf | Noah Friedman | 2008-10-23 | 1 | -0/+6 |
| | | | | | is a live buffer, otherwise call Fget_buffer_create. | ||||
| * | (font_add_log): Check the values of extra properties. | Kenichi Handa | 2008-10-23 | 1 | -0/+4 |
| | | |||||
| * | (Fwindow_dedicated_p, Fset_window_dedicated_p): Reword doc-string. | Martin Rudalics | 2008-10-22 | 1 | -0/+9 |
| | | | | | | | (Fset_window_parameter): Use NILP. (Fscroll_up, Fscroll_down, Fminibuffer_selected_window) (Frecenter): Use "selected" instead of "current" window in doc-strings. | ||||
| * | Fix instance of Bug#870. | Juanma Barranquero | 2008-10-22 | 1 | -0/+3 |
| | | |||||
| * | * xdisp.c (next_element_from_buffer): Remove bogus xassert condition. | Juanma Barranquero | 2008-10-22 | 1 | -4/+5 |
| | | |||||
| * | * lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency ↵ | Adrian Robert | 2008-10-22 | 1 | -0/+9 |
| | | | | | 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. | ||||
| * | * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert. | Juanma Barranquero | 2008-10-22 | 1 | -8/+12 |
| | | | | | Copied from 2005-02-03 change to xfns.c by Kim F. Storm. | ||||
| * | *** empty log message *** | Kenichi Handa | 2008-10-22 | 1 | -0/+3 |
| | | |||||
| * | Don't setup | Kenichi Handa | 2008-10-22 | 1 | -0/+8 |
| | | | | | | | | find-word-boundary-function-table. (next-word-boundary-han, next-word-boundary-kana): Delete them. (word-combining-categories, word-separating-categories): Adjusted to the change of the docstrings. | ||||
| * | (Fencode_coding_region, Fdecode_coding_region) | Eli Zaretskii | 2008-10-21 | 1 | -0/+5 |
| | | | | | (Fdecode_coding_string, Fencode_coding_string): Doc fix. | ||||
| * | Remove prototype for no_switch_window. | Martin Rudalics | 2008-10-21 | 1 | -0/+12 |
| | | |||||
| * | (main): Unconditionally set PER_LINUX32 and exec | Jan Djärv | 2008-10-21 | 1 | -0/+5 |
| | | | | | temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined | ||||
| * | (detect_coding_charset): For iso-8859-* coding systems, | Kenichi Handa | 2008-10-21 | 1 | -0/+5 |
| | | | | | check Vlatin_extra_code_table. | ||||
| * | (Fset_file_modes): Doc fix. | Eli Zaretskii | 2008-10-20 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Michael Albinus | 2008-10-19 | 1 | -0/+5 |
| | | |||||