aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Juanma Barranquero2008-03-031-10/+14
|
* (recompute_cached_metrics): Change font arg to w32font_info.Jason Rumney2008-03-031-0/+4
| | | | | Compute options separately. (w32font_open_internal): Set glyph_idx before caching metrics.
* (Quniscribe, QCformat): New symbols.Jason Rumney2008-03-031-0/+19
| | | | | | | | | | | | | (syms_of_w32font): Define them. (w32font_has_char): Indicate uncertainty. (w32font_encode_char): Encode as glyph point. Make static. (recompute_cached_metrics): New function. (w32font_open_internal): Use it. Set font to use glyph points initially. Set format based on type of font. (w32font_text_extents, w32font_draw): Optionally use glyph points. (w32_enumfont_pattern_entity): Accept backend arg. Set type based on it. Set format based on information available here. (add_font_entity_to_list): Identify backend based on opentype_only.
* (ftfont_pattern_entity): Fix aliasing violations.Andreas Schwab2008-03-021-0/+2
|
* (decode_coding_big5, produce_chars): Fix typos in lastAndreas Schwab2008-03-021-0/+5
| | | | change.
* New icon.Dan Nicolaescu2008-03-021-0/+4
|
* (decode_coding_utf_8): When eol-type of CODING isKenichi Handa2008-03-021-0/+9
| | | | | | | | `dos', don't decode '\r' if that is the last in the source. (decode_coding_utf_16, decode_coding_emacs_mule) (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5) (decode_coding_raw_text, decode_coding_charset): Likewise. (produce_chars): Don't decode EOL here. Use EMACS_INT.
* (w32font_full_name): Report point size for scalable fonts.Jason Rumney2008-03-011-0/+4
|
* *** empty log message ***Kim F. Storm2008-03-011-0/+4
|
* (w32font_full_name): New function.Jason Rumney2008-03-011-0/+5
| | | | (w32font_open_internal): Use it.
* *** empty log message ***Kim F. Storm2008-03-011-0/+4
|
* (font_unparse_fcname): Increase len when style is a symbol.Jason Rumney2008-03-011-0/+4
|
* (handle_one_xevent): For Gtk+ and ConfigureNotify, callJan Djärv2008-03-011-0/+19
| | | | xg_frame_resized when the event is for the edit widget.
* *** empty log message ***Jason Rumney2008-03-011-0/+4
|
* Merge from emacs--rel--22Miles Bader2008-03-011-0/+4
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090
| * * xdisp.c (get_overlay_strings_1): Add missing argument type.Chong Yidong2008-02-291-0/+4
| |
| * [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.YAMAMOTO Mitsuharu2008-02-271-0/+4
| |
| * * process.c (wait_reading_process_output): Check for windowChong Yidong2008-02-271-0/+6
| | | | | | | | | | changes caused by timers. Suggested by Johan Bockgård.
| * * editfns.c (Fformat): Doc fix.Chong Yidong2008-02-261-0/+4
| |
| * * keyboard.c (command_loop_1): Revert 2006-10-09 change.Chong Yidong2008-02-251-0/+4
| |
* | * xdisp.c (next_overlay_string): Don't setChong Yidong2008-02-291-0/+6
| | | | | | | | | | overlay_strings_at_end_processed_p if we're currently reading from a display string.
* | (get_overlay_strings_1): Fix typo.Stefan Monnier2008-02-291-0/+4
| |
* | * xdisp.c (get_overlay_strings_1): Add missing argument type.Chong Yidong2008-02-291-0/+4
| |
* | (ftfont_match): Explicitly set pixelsize in pattern.Kenichi Handa2008-02-281-0/+2
| |
* | (handle_auto_composed_prop): Don't make composition if it->stringKenichi Handa2008-02-281-0/+2
| | | | | | | | is a string.
* | (display_mode_element): Cancel the previous change.Kenichi Handa2008-02-281-0/+10
| | | | | | | | (decode_mode_spec): Likewise.
* | *** empty log message ***Kim F. Storm2008-02-271-0/+43
| |
* | * process.c (wait_reading_process_output): Check for windowChong Yidong2008-02-271-0/+6
| | | | | | | | | | changes caused by timers. Suggested by Johan Bockgård.
* | (USAGE1): Add `--disable-font-backend'.Glenn Morris2008-02-271-0/+4
| |
* | (Finsert_file_contents): Don't reset undo_list if no changeStefan Monnier2008-02-271-0/+5
| | | | | | | | is made to the buffer.
* | * dispextern.h (face_at_buffer_position, face_for_overlay_string)Stefan Monnier2008-02-261-0/+11
| | | | | | | | | | | | | | | | | | | | (face_at_string_position): * xfaces.c (face_at_buffer_position, face_for_overlay_string) (face_at_string_position): * xdisp.c (display_string, next_overlay_change): * buffer.h (overlays_at): * buffer.c (overlays_at): Use EMACS_INT for buffer positions. Update callers.
* | * editfns.c (Fformat): Doc fix.Chong Yidong2008-02-261-0/+4
| |
* | (Ffont_spec, Ffont_at): Fix typos in docstrings.Juanma Barranquero2008-02-261-0/+6
| | | | | | | | | | (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf, Ffont_otf_alternates, Fquery_font): Doc fixes.
* | *** empty log message ***Stefan Monnier2008-02-261-0/+18
| |
* | (Fbuffer_swap_text): New function.Stefan Monnier2008-02-251-0/+5
| | | | | | | | (syms_of_buffer): Defsubr it.
* | * keyboard.c (command_loop_1): Revert 2006-10-09 change.Chong Yidong2008-02-251-0/+4
| |
* | *** empty log message ***Jason Rumney2008-02-251-0/+4
| |
* | (Fdelete_window, Fadjust_window_trailing_edge):Stefan Monnier2008-02-251-2/+9
| | | | | | | | | | | | | | Handle a nil arg. Use run_window_configuration_change_hook. (delete_window, adjust_window_trailing_edge): Don't handle nil any more. (Fenlarge_window, Fshrink_window, Fset_window_configuration): Use run_window_configuration_change_hook.
* | (struct glyph_string): New member padding_p.Kenichi Handa2008-02-251-0/+19
| |
* | Merge from emacs--rel--22Miles Bader2008-02-251-0/+4
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1081
| * (enum_font_cb2): Don't use raster fonts for Unicode.Jason Rumney2008-02-241-0/+4
| |
* | * configure.in: Remove references to obsolete variables andDan Nicolaescu2008-02-241-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate.
* | (x_draw_glyph_string_background): Clear the backgroundJason Rumney2008-02-241-0/+5
| | | | | | | | | | | | manually when cleartype is in use. (x_draw_glyph_string_foreground): Draw text transparently when cleartype is in use.
* | (w32font_text_extents): Avoid getting HDC and selectingJason Rumney2008-02-241-0/+5
| | | | | | | | a font into it unless we have to.
* | Merge from emacs--rel--22Miles Bader2008-02-241-0/+17
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
| * * xterm.c (x_set_offset): Don't change the gravity ifChong Yidong2008-02-241-0/+5
| | | | | | | | CHANGE_GRAVITY is -1.
| * (INT_LISPLIKE): Remove. It may misfire.Stefan Monnier2008-02-191-0/+5
| | | | | | | | (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
| * *** empty log message ***Jason Rumney2008-02-181-0/+4
| |
| * (x_draw_glyph_string_background): Clear the backgroundJason Rumney2008-02-151-0/+7
| | | | | | | | | | | | manually when cleartype is in use. (x_draw_glyph_string_foreground): Draw text transparently when cleartype is in use.
| * (syms_of_fileio) <insert-default-directory>: Doc fix.Eli Zaretskii2008-02-091-0/+4
| |