aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.Chong Yidong2008-11-041-0/+4
|
* (Fx_wm_set_size_hint): Add missing return value.Andreas Schwab2008-11-041-0/+4
|
* * xfns.c (Fx_wm_set_size_hint): New function.Chong Yidong2008-11-031-0/+4
|
* (Fprevious_single_char_property_change): Return 0Martin Rudalics2008-11-031-0/+5
| | | | when there's no change in a string. (Bug#1301)
* (command_loop_1): Handle NORECORD in call ofMartin Rudalics2008-11-021-0/+25
| | | | Fselect_frame (currently ifdefd).
* Ulrich Mueller <ulm at kph.uni-mainz.de>Glenn Morris2008-11-021-0/+4
| | | | (USAGE2): Untabify.
* (fill_gstring_header): Fix copy/paste typo.Stefan Monnier2008-11-011-0/+4
|
* (Fnext_window, Fprevious_window): Rewrite doc-string.Martin Rudalics2008-10-311-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 forJuanma Barranquero2008-10-301-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 Yidong2008-10-291-0/+4
|
* (syms_of_xdisp): Mention set-window-buffer inMartin Rudalics2008-10-291-0/+7
| | | | doc-string of window-scroll-functions.
* (syms_of_category): Fix typo in docstring.Reiner Steib2008-10-281-0/+4
|
* * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)Juanma Barranquero2008-10-281-0/+6
| | | | | (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right): Fix typos in docstrings.
* * emacs.c (daemon_pipe): Make non-static.Dan Nicolaescu2008-10-281-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 Monnier2008-10-281-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-sizedChong Yidong2008-10-271-0/+3
| | | | glyph, draw it with the default glyph width.
* * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sizedChong Yidong2008-10-271-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 scrollChong Yidong2008-10-271-0/+6
| | | | | margin to PT, try moving some distance past the window bottom before giving up.
* (Fwindow_dedicated_p, Fset_window_dedicated_p)Martin Rudalics2008-10-271-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 Nicolaescu2008-10-271-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 Yidong2008-10-271-5/+0
|
* * xdisp.c (try_scrolling): When computing distance from the scrollChong Yidong2008-10-271-0/+5
| | | | margin, don't use MOVE_TO_Y.
* Fix typos.Juanma Barranquero2008-10-271-3/+3
|
* * startup.el (command-line): Call daemon-initialized afterDan Nicolaescu2008-10-261-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 toStefan Monnier2008-10-261-0/+3
| | | | the previous unoptimized table.
* (Fset_window_buffer): Undo 2008-10-18 change to re-instateStefan Monnier2008-10-261-20/+19
| | | | the distinction between non-nil and non-t value of `dedicated'.
* * keyboard.c (read_char_minibuf_menu_prompt): Ensure thatChong Yidong2008-10-251-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 Rudalics2008-10-251-0/+6
| | | | Make buffer argument optional and rename to buffer_or_name.
* * xdisp.c (handle_single_display_spec, handle_display_prop): UndoChong Yidong2008-10-241-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 Handa2008-10-241-0/+11
| | | | | (ftfont_otf_capability): Check FeatureList.FeatureCount before calling ftfont_otf_features.
* * dbusbind.c (xd_in_read_queued_messages): New variable.Michael Albinus2008-10-241-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 Nicolaescu2008-10-231-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 theJuanma Barranquero2008-10-231-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 Rudalics2008-10-231-0/+7
| | | | (Fbury_buffer): In doc-string say what happens to the buffer's window.
* * character.c (syms_of_character) <script-representative-chars>:Juanma Barranquero2008-10-231-0/+5
| | | | <unicode-category-table>: Doc fixes.
* (make_conversion_work_buffer): Check that Vcode_conversion_reused_workbufNoah Friedman2008-10-231-0/+6
| | | | is a live buffer, otherwise call Fget_buffer_create.
* (font_add_log): Check the values of extra properties.Kenichi Handa2008-10-231-0/+4
|
* (Fwindow_dedicated_p, Fset_window_dedicated_p): Reword doc-string.Martin Rudalics2008-10-221-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 Barranquero2008-10-221-0/+3
|
* * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.Juanma Barranquero2008-10-221-4/+5
|
* * lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency ↵Adrian Robert2008-10-221-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 Barranquero2008-10-221-8/+12
| | | | Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
* *** empty log message ***Kenichi Handa2008-10-221-0/+3
|
* Don't setupKenichi Handa2008-10-221-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 Zaretskii2008-10-211-0/+5
| | | | (Fdecode_coding_string, Fencode_coding_string): Doc fix.
* Remove prototype for no_switch_window.Martin Rudalics2008-10-211-0/+12
|
* (main): Unconditionally set PER_LINUX32 and execJan Djärv2008-10-211-0/+5
| | | | temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined
* (detect_coding_charset): For iso-8859-* coding systems,Kenichi Handa2008-10-211-0/+5
| | | | check Vlatin_extra_code_table.
* (Fset_file_modes): Doc fix.Eli Zaretskii2008-10-201-0/+4
|
* *** empty log message ***Michael Albinus2008-10-191-0/+5
|