aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (compute_metrics): Rewrite an "else { if () ... else ... }"Juanma Barranquero2008-05-271-0/+5
| | | | into "else if () ... else ...".
* (w32font_open_internal): Determine if glyph indices are likely to work here.Jason Rumney2008-05-271-0/+5
|
* * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt toChong Yidong2008-05-271-0/+5
| | | | draw overlap glyphs with appropriate highlighting.
* (xfont_open): Fix calculation of font->average_width.Kenichi Handa2008-05-271-0/+4
|
* (casify_object): Try to guess better whether the argument is a byte or a char.Stefan Monnier2008-05-271-15/+17
|
* *** empty log message ***Jason Rumney2008-05-261-0/+3
|
* (x_reply_selection_request): Properly handle format ==Andreas Schwab2008-05-261-0/+3
| | | | 32. Always send multiples of format size.
* (x_set_frame_alpha): Fix type mismatch.Andreas Schwab2008-05-261-0/+4
|
* (w32font_text_extents): Zero whole metrics struct first.Jason Rumney2008-05-261-0/+1
| | | | (compute_metrics): Don't set failure if we just cleared the cache.
* (w32font_text_extents): Zero whole metrics struct first.Jason Rumney2008-05-261-0/+4
|
* (x_draw_glyph_string): Fix calculation of underlineKenichi Handa2008-05-251-0/+28
| | | | position.
* Include dispextern.h.Eli Zaretskii2008-05-241-0/+6
|
* *** empty log message ***Eli Zaretskii2008-05-241-5/+6
|
* (Qemacs, charset_emacs): New variables.Kenichi Handa2008-05-231-0/+4
| | | | | (char_charset): Fix for non-Unicode characters. (syms_of_charset): Define charset_emacs.
* *** empty log message ***Juanma Barranquero2008-05-231-26/+30
|
* Remove includes that are already included by config.hJason Rumney2008-05-231-0/+4
|
* *** empty log message ***Kenichi Handa2008-05-231-2/+3
|
* (x_draw_glyph_string): Be sure to draw underline within the currentKenichi Handa2008-05-231-1/+2
| | | | line area.
* *** empty log message ***Kenichi Handa2008-05-231-0/+6
|
* Delete unused variables and add casting for char *Kenichi Handa2008-05-231-0/+12
| | | | | | throughout the file. (fontset_font): Try the fallback fonts of the current fontset before consulting the default fontset.
* Don't include strings.h.Jason Rumney2008-05-221-0/+2
|
* * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.Jason Rumney2008-05-221-0/+6
| | | | | | * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c: * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c: * xfns.c, xfont.c: Callers changed.
* (msdos_stdcolor_idx): Use xstricmp.Jason Rumney2008-05-221-0/+10
|
* (BASE_PURESIZE): Increaed to 1220000.Kenichi Handa2008-05-221-0/+2
|
* (font_prop_validate_style): Adjusted for the formatKenichi Handa2008-05-221-6/+9
| | | | change of font_style_table.
* *** empty log message ***Kenichi Handa2008-05-221-0/+8
|
* * minibuf.c (keys_of_minibuf): Delete.Stefan Monnier2008-05-221-15/+20
| | | | | * lisp.h (keys_of_minibuf): Delete. * emacs.c (main): Don't call keys_of_minibuf.
* (ftfont_resolve_generic_family): Renamed fromKenichi Handa2008-05-221-0/+54
| | | | | | | | | ftfont_list_generic_family. Return a single family for each generic family. (ftfont_spec_pattern): Add FC_FAMILY to pattern. (ftfont_list): Adjusted for the change of ftfont_resolve_generic_family. Call font_add_log. (ftfont_match): Call font_add_log.
* *** empty log message ***Juanma Barranquero2008-05-211-3/+2
|
* (x_set_frame_alpha): Move declarations beforeDan Nicolaescu2008-05-211-0/+5
| | | | statements.
* *** empty log message ***Glenn Morris2008-05-211-2/+4
|
* Fix whitespace in previous.Glenn Morris2008-05-211-11/+11
|
* Seiji Zenitani <zenitani at mac.com>Glenn Morris2008-05-211-2/+18
| | | | | | Ryo Yoshitake <ryo at shiftmode.net> (w32_frame_parm_handlers): A null handler for x_set_alpha.
* (add_font_entity_to_list): Don't add non-opentypeJason Rumney2008-05-201-0/+5
| | | | truetype fonts to opentype list.
* (Ffontset_info): Doc fix.Juanma Barranquero2008-05-201-0/+11
| | | | | (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>: <ignore-relative-composition>: Fix typos in docstrings.
* Fix typos.Juanma Barranquero2008-05-201-3/+3
|
* (obj): Fix previous change.Kenichi Handa2008-05-201-1/+1
|
* Include font.h unconditionally.Kenichi Handa2008-05-201-0/+30
| | | | | (merge_face_ref, merge_face_vectors) (Finternal_set_lisp_face_attribute): Cancel the previous change.
* * xdisp.c (select_frame_for_redisplay): Adjust for last change toStefan Monnier2008-05-201-0/+7
| | | | | | indirect_variable. * eval.c (lisp_indirect_variable): New fun. (Fuser_variable_p): Use it.
* * lisp.h (indirect_variable):Stefan Monnier2008-05-191-5/+12
| | | | | | | * data.c (indirect_variable, let_shadows_buffer_binding_p): Use Lisp_Symbol pointers rather than Lisp_Object. Adjust callers. * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument. To this end, change calling-convention.
* * process.c (wait_reading_process_output): Always check statusChong Yidong2008-05-191-0/+5
| | | | when in batch mode.
* (Finternal_complete_buffer): Only strip out hidden buffersStefan Monnier2008-05-191-5/+10
| | | | if some non-hidden buffers are selected by string&pred.
* *** empty log message ***Kenichi Handa2008-05-191-0/+22
|
* (Fcoding_system_p): Rename argument to match docstring.Juanma Barranquero2008-05-191-0/+9
| | | | | | | | (Funencodable_char_position, Fcheck_coding_systems_region, Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings. (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region, Ffind_operation_coding_system, Fset_coding_system_priority, Fcoding_system_eol_type): Doc fixes.
* (child_setup_tty): Handle systems with NLDLY, without FFDLY.Glenn Morris2008-05-171-0/+4
|
* (Ffile_attributes): Shut up GCC warnings about st_uidEli Zaretskii2008-05-161-0/+13
|
* (parse_menu_item): Do not cache key shortcut any more.Stefan Monnier2008-05-161-0/+4
|
* Merge from emacs--rel--22Miles Bader2008-05-161-0/+4
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1166
| * (x_draw_relief_rect): Remove unused variable `dpy'.YAMAMOTO Mitsuharu2008-05-151-2/+3
| |
| * (mac_store_event_ref_as_apple_event)YAMAMOTO Mitsuharu2008-05-151-0/+5
| | | | | | | | [TARGET_API_MAC_CARBON]: Fix last change.