aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.Juanma Barranquero2008-10-222-9/+14
| | | | Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
* *** empty log message ***Kenichi Handa2008-10-221-0/+3
|
* (scan_words): Call word_boundary_p instead of comparingKenichi Handa2008-10-221-2/+2
| | | | scripts.
* 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.
* (word_boundary_p): Check scripts instead of charset.Kenichi Handa2008-10-221-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 Zaretskii2008-10-212-6/+13
| | | | (Fdecode_coding_string, Fencode_coding_string): Doc fix.
* Remove prototype for no_switch_window.Martin Rudalics2008-10-212-1/+12
|
* (Fget_buffer, Fbury_buffer, switch_to_buffer_1):Martin Rudalics2008-10-211-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 execJan Djärv2008-10-212-16/+16
| | | | temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined
* (detect_coding_charset): For iso-8859-* coding systems,Kenichi Handa2008-10-212-3/+18
| | | | check Vlatin_extra_code_table.
* (Fset_file_modes): Doc fix.Eli Zaretskii2008-10-202-1/+5
|
* Add arch taglineMiles Bader2008-10-201-0/+3
|
* * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbolsMichael Albinus2008-10-191-3/+6
| | | | in arrays.
* *** empty log message ***Michael Albinus2008-10-191-0/+5
|
* (Fwindow_dedicated_p, Fset_window_dedicated_p):Martin Rudalics2008-10-192-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 Zaretskii2008-10-181-15818/+15822
|
* (Fset_file_modes): Doc fix.Eli Zaretskii2008-10-181-1/+4
|
* (Fwindow_width, Fset_window_start)Martin Rudalics2008-10-182-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 Nicolaescu2008-10-182-0/+11
| | | | | * MACHINES: Add section for SuperH. * m/sh3.h: New file, machine description for SuperH.
* (Fsplit_window): Rename arg horflag to horizontal.Martin Rudalics2008-10-172-11/+14
|
* (ftfont_otf_features): Fix indexingKenichi Handa2008-10-172-2/+10
| | | | gsub_gpos->FeatureList.Feature. Check the validity of indices.
* * dbusbind.c (Fdbus_call_method): Unbreak usage line.Magnus Henoch2008-10-162-6/+8
| | | | | (Fdbus_call_method_asynchronously): Ditto. This change makes C-h f display the argument list.
* (Fexpand_file_name): Doc fix.Chong Yidong2008-10-161-1/+7
|
* * fileio.c (Fexpand_file_name): Doc fix.Chong Yidong2008-10-161-0/+2
|
* (Finternal_set_lisp_face_attribute): Make null values of :foregroundChong Yidong2008-10-161-0/+6
| | | | and :background equivalent to unspecified (20.x compatibility).
* * xfaces.c (Finternal_set_lisp_face_attribute): Make null valuesChong Yidong2008-10-161-0/+6
| | | | | of :foreground and :background equivalent to unspecified (20.x compatibility).
* (syms_of_buffer): Doc fix.Eli Zaretskii2008-10-152-2/+7
|
* Fix typos.Juanma Barranquero2008-10-141-1/+1
|
* (font_clear_prop): When clearing font width, clear the average widthChong Yidong2008-10-141-1/+5
| | | | field too.
* * font.c (font_clear_prop): When clearing font width, clear theChong Yidong2008-10-141-0/+5
| | | | average width field too.
* (Finternal_set_lisp_face_attribute): Revert last change.Chong Yidong2008-10-141-1/+0
|
* Revert last change.Chong Yidong2008-10-141-5/+0
|
* (Finternal_set_lisp_face_attribute): If the font is to be updated,Chong Yidong2008-10-141-6/+10
| | | | clear its average width field too.
* * xfaces.c (Finternal_set_lisp_face_attribute): If the font is toChong Yidong2008-10-141-0/+5
| | | | be updated, clear its average width field too.
* * ftfont.c (ftfont_shape_by_flt): Make static.Andreas Schwab2008-10-123-4/+5
| | | | * ftfont.h (ftfont_shape_by_flt): Don't declare.
* Don't include <m17n-flt.h>.Andreas Schwab2008-10-122-3/+4
|
* (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.Eli Zaretskii2008-10-102-3/+9
|
* (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed away code.Eli Zaretskii2008-10-092-19/+6
|
* (update_text_area): Avoid looping due to large glyphChong Yidong2008-10-091-2/+11
| | | | overhangs (bug#1070).
* * dispnew.c (update_text_area): Avoid looping due to large glyphChong Yidong2008-10-091-0/+5
| | | | overhangs (bug#1070).
* (face_for_char): If face->fontset is negative, just return ascii_face.Kenichi Handa2008-10-092-1/+13
|
* (font_delete_unmatched): Fix previous change. Don'tKenichi Handa2008-10-091-0/+2
| | | | reject an entity if DPI and AVGWIDTH of an entity are 0.
* (Fraise_frame): On text-only terminals select frame inMartin Rudalics2008-10-092-4/+13
| | | | order to make it visible. (Bug#1061)
* (fontset_find_font): Check frame validity.Chong Yidong2008-10-081-3/+3
|
* * fontset.c (fontset_find_font): Check frame validity.Chong Yidong2008-10-081-0/+4
|
* (xg_display_open): Reset default display if none exists.Chong Yidong2008-10-071-26/+17
| | | | (xg_display_close): Allow Emacs to close all displays (bug#985).
* * gtkutil.c (xg_display_open): Reset default display if none exists.Chong Yidong2008-10-071-0/+6
| | | | (xg_display_close): Allow Emacs to close all displays (bug#985).
* Add comment for last change.Andreas Schwab2008-10-071-0/+2
|
* (sys_signal): Always set SA_RESTART whenAndreas Schwab2008-10-062-4/+11
| | | | noninteractively.
* (Vbefore_init_time, Vafter_init_time): Declare.Chong Yidong2008-10-061-0/+1
|