| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * dbusbind.c (xd_in_read_queued_messages): New variable. | Michael Albinus | 2008-10-24 | 2 | -53/+75 |
| | | | | | | | | | (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 | 2 | -0/+26 |
| | | | | | | 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 | 2 | -3/+8 |
| | | | | | 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 | 2 | -19/+32 |
| | | | | | (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 | 2 | -3/+8 |
| | | | | | <unicode-category-table>: Doc fixes. | ||||
| * | (font_match_p): Fix previous change. | Kenichi Handa | 2008-10-23 | 1 | -1/+1 |
| | | |||||
| * | (font_match_p): Fix for the case that a vector of | Kenichi Handa | 2008-10-23 | 1 | -7/+43 |
| | | | | | characters is in script-representative-chars. | ||||
| * | (make_conversion_work_buffer): Check that Vcode_conversion_reused_workbuf | Noah Friedman | 2008-10-23 | 2 | -3/+9 |
| | | | | | is a live buffer, otherwise call Fget_buffer_create. | ||||
| * | (font_add_log): Check the values of extra properties. | Kenichi Handa | 2008-10-23 | 2 | -3/+10 |
| | | |||||
| * | (Fwindow_dedicated_p, Fset_window_dedicated_p): Reword doc-string. | Martin Rudalics | 2008-10-22 | 2 | -14/+28 |
| | | | | | | | (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 | 2 | -8/+6 |
| | | |||||
| * | * lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency ↵ | Adrian Robert | 2008-10-22 | 3 | -17/+44 |
| | | | | | 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 | 2 | -9/+14 |
| | | | | | Copied from 2005-02-03 change to xfns.c by Kim F. Storm. | ||||
| * | *** empty log message *** | Kenichi Handa | 2008-10-22 | 1 | -0/+3 |
| | | |||||
| * | (scan_words): Call word_boundary_p instead of comparing | Kenichi Handa | 2008-10-22 | 1 | -2/+2 |
| | | | | | scripts. | ||||
| * | 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. | ||||
| * | (word_boundary_p): Check scripts instead of charset. | Kenichi Handa | 2008-10-22 | 1 | -16/+19 |
| | | | | | | | | Handle nil value in word-separating-categories and word-combining-categories. (syms_of_category): Fix docstrings of word-separating-categories and word-combining-categories. | ||||
| * | (Fencode_coding_region, Fdecode_coding_region) | Eli Zaretskii | 2008-10-21 | 2 | -6/+13 |
| | | | | | (Fdecode_coding_string, Fencode_coding_string): Doc fix. | ||||
| * | Remove prototype for no_switch_window. | Martin Rudalics | 2008-10-21 | 2 | -1/+12 |
| | | |||||
| * | (Fget_buffer, Fbury_buffer, switch_to_buffer_1): | Martin Rudalics | 2008-10-21 | 1 | -129/+117 |
| | | | | | | | | | | | Rename arg "buffer" to "buffer_or_name". (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make it optional. (no_switch_window): Remove since the return value is not used. (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name". Consider window as dedicated when Fwindow_dedicated_p returns a non-nil value. | ||||
| * | (main): Unconditionally set PER_LINUX32 and exec | Jan Djärv | 2008-10-21 | 2 | -16/+16 |
| | | | | | temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined | ||||
| * | (detect_coding_charset): For iso-8859-* coding systems, | Kenichi Handa | 2008-10-21 | 2 | -3/+18 |
| | | | | | check Vlatin_extra_code_table. | ||||
| * | (Fset_file_modes): Doc fix. | Eli Zaretskii | 2008-10-20 | 2 | -1/+5 |
| | | |||||
| * | Add arch tagline | Miles Bader | 2008-10-20 | 1 | -0/+3 |
| | | |||||
| * | * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols | Michael Albinus | 2008-10-19 | 1 | -3/+6 |
| | | | | | in arrays. | ||||
| * | *** empty log message *** | Michael Albinus | 2008-10-19 | 1 | -0/+5 |
| | | |||||
| * | (Fwindow_dedicated_p, Fset_window_dedicated_p): | Martin Rudalics | 2008-10-19 | 2 | -15846/+15862 |
| | | | | | | | | Mention kill-buffer in doc-string. (Fset_window_buffer): Reinsert tem check removed in last commit. (Fenlarge_window, Fshrink_window): Have argument names and doc-string follow Elisp manual more closely. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2008-10-18 | 1 | -15818/+15822 |
| | | |||||
| * | (Fset_file_modes): Doc fix. | Eli Zaretskii | 2008-10-18 | 1 | -1/+4 |
| | | |||||
| * | (Fwindow_width, Fset_window_start) | Martin Rudalics | 2008-10-18 | 2 | -51/+76 |
| | | | | | | | | | | | (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter) (Fdelete_windows_on, Freplace_buffer_in_windows): Make doc-strings follow code and Elisp manual more closely. (Fwindow_dedicated_p): Make window argument optional. (Fset_window_dedicated_p): Rename argument "arg" to "flag". (Fset_window_buffer): Respect any non-nil dedicated value for window. Rename "buffer" argument to "buffer_or_name". | ||||
| * | * configure.in: Add support for GNU/Linux on SuperH. | Dan Nicolaescu | 2008-10-18 | 2 | -0/+11 |
| | | | | | | * MACHINES: Add section for SuperH. * m/sh3.h: New file, machine description for SuperH. | ||||
| * | (Fsplit_window): Rename arg horflag to horizontal. | Martin Rudalics | 2008-10-17 | 2 | -11/+14 |
| | | |||||
| * | (ftfont_otf_features): Fix indexing | Kenichi Handa | 2008-10-17 | 2 | -2/+10 |
| | | | | | gsub_gpos->FeatureList.Feature. Check the validity of indices. | ||||
| * | * dbusbind.c (Fdbus_call_method): Unbreak usage line. | Magnus Henoch | 2008-10-16 | 2 | -6/+8 |
| | | | | | | (Fdbus_call_method_asynchronously): Ditto. This change makes C-h f display the argument list. | ||||
| * | (Fexpand_file_name): Doc fix. | Chong Yidong | 2008-10-16 | 1 | -1/+7 |
| | | |||||
| * | * fileio.c (Fexpand_file_name): Doc fix. | Chong Yidong | 2008-10-16 | 1 | -0/+2 |
| | | |||||
| * | (Finternal_set_lisp_face_attribute): Make null values of :foreground | Chong Yidong | 2008-10-16 | 1 | -0/+6 |
| | | | | | and :background equivalent to unspecified (20.x compatibility). | ||||
| * | * xfaces.c (Finternal_set_lisp_face_attribute): Make null values | Chong Yidong | 2008-10-16 | 1 | -0/+6 |
| | | | | | | of :foreground and :background equivalent to unspecified (20.x compatibility). | ||||
| * | (syms_of_buffer): Doc fix. | Eli Zaretskii | 2008-10-15 | 2 | -2/+7 |
| | | |||||
| * | Fix typos. | Juanma Barranquero | 2008-10-14 | 1 | -1/+1 |
| | | |||||
| * | (font_clear_prop): When clearing font width, clear the average width | Chong Yidong | 2008-10-14 | 1 | -1/+5 |
| | | | | | field too. | ||||
| * | * font.c (font_clear_prop): When clearing font width, clear the | Chong Yidong | 2008-10-14 | 1 | -0/+5 |
| | | | | | average width field too. | ||||
| * | (Finternal_set_lisp_face_attribute): Revert last change. | Chong Yidong | 2008-10-14 | 1 | -1/+0 |
| | | |||||
| * | Revert last change. | Chong Yidong | 2008-10-14 | 1 | -5/+0 |
| | | |||||
| * | (Finternal_set_lisp_face_attribute): If the font is to be updated, | Chong Yidong | 2008-10-14 | 1 | -6/+10 |
| | | | | | clear its average width field too. | ||||
| * | * xfaces.c (Finternal_set_lisp_face_attribute): If the font is to | Chong Yidong | 2008-10-14 | 1 | -0/+5 |
| | | | | | be updated, clear its average width field too. | ||||
| * | * ftfont.c (ftfont_shape_by_flt): Make static. | Andreas Schwab | 2008-10-12 | 3 | -4/+5 |
| | | | | | * ftfont.h (ftfont_shape_by_flt): Don't declare. | ||||
| * | Don't include <m17n-flt.h>. | Andreas Schwab | 2008-10-12 | 2 | -3/+4 |
| | | |||||
| * | (SYSTEM_PURESIZE_EXTRA): Decrease to 10000. | Eli Zaretskii | 2008-10-10 | 2 | -3/+9 |
| | | |||||