| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Define Qfont_spec, Qfont_entity, Qfont_object extern. | Chong Yidong | 2009-02-21 | 1 | -0/+2 |
| | | |||||
| * | (Qfont_spec, Qfont_entity, Qfont_object): Definitions | Chong Yidong | 2009-02-21 | 1 | -6/+0 |
| | | | | | moved to data.c. | ||||
| * | (syms_of_data): Define Qfont_spec, Qfont_entity, and | Chong Yidong | 2009-02-21 | 1 | -0/+12 |
| | | | | | | Qfont_object. (Ftype_of): Recognize font objects. | ||||
| * | * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and | Chong Yidong | 2009-02-21 | 1 | -0/+11 |
| | | | | | | | | | | | Qfont_object. (Ftype_of): Recognize font objects. * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern. * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions moved to data.c. | ||||
| * | Remove duplicate words. | Juanma Barranquero | 2009-02-20 | 1 | -2/+2 |
| | | |||||
| * | * nsterm.m (x_make_frame_invisible): Unset async_visible, | Adrian Robert | 2009-02-20 | 2 | -1/+11 |
| | | | | | | | async_iconified. Based on a patch by Christian Lynbech <christian.lynbech@tieto.com>. (EmacsView-windowDidMiniaturize:): Unset async_visible. | ||||
| * | (Fskip_chars_forward): Fix doc typo. | Glenn Morris | 2009-02-20 | 2 | -1/+5 |
| | | |||||
| * | (Fkeymap_parent): Doc fix (Bug#2391). | Chong Yidong | 2009-02-20 | 1 | -1/+2 |
| | | |||||
| * | * keymap.c (Fkeymap_parent): Doc fix (Bug#2391). | Chong Yidong | 2009-02-20 | 1 | -0/+4 |
| | | |||||
| * | (detect_coding): Don't overflow coding->carryover. | Kenichi Handa | 2009-02-19 | 2 | -0/+3 |
| | | |||||
| * | (Fx_create_frame): Give Xft driver a higher priority. | Chong Yidong | 2009-02-19 | 1 | -1/+1 |
| | | |||||
| * | * xfns.c (Fx_create_frame): Give Xft driver a higher priority. | Chong Yidong | 2009-02-19 | 1 | -0/+4 |
| | | |||||
| * | (detect_coding): Preserve coding->mode. | Kenichi Handa | 2009-02-19 | 2 | -0/+6 |
| | | |||||
| * | (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23. | Dan Nicolaescu | 2009-02-18 | 2 | -0/+7 |
| | | |||||
| * | (struct font_driver): Fix typo. | Kenichi Handa | 2009-02-18 | 1 | -3/+3 |
| | | |||||
| * | (Ffont_spec): Fix typo. | Kenichi Handa | 2009-02-18 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2009-02-18 | 1 | -5/+25 |
| | | |||||
| * | (font_check_otf_features): Fix handling of `nil' element. | Kenichi Handa | 2009-02-18 | 2 | -3/+35 |
| | | | | | (Ffont_spec): Describe :lang and :otf in the docstring. | ||||
| * | (Fcheck_coding_systems_region): Fix test for unibyte | Andreas Schwab | 2009-02-16 | 2 | -2/+7 |
| | | | | | string. | ||||
| * | Add bug reference. | Juanma Barranquero | 2009-02-16 | 1 | -4/+4 |
| | | |||||
| * | (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil. | Kenichi Handa | 2009-02-16 | 2 | -2/+9 |
| | | |||||
| * | (struct iterator_stack_entry): New line_wrap member. | Chong Yidong | 2009-02-14 | 1 | -0/+1 |
| | | |||||
| * | (push_it, pop_it): Save and restore line_wrap. | Chong Yidong | 2009-02-14 | 1 | -1/+9 |
| | | | | | (handle_line_prefix): Suppress wrapping of wrap prefixes. | ||||
| * | * dispextern.h (struct iterator_stack_entry): New line_wrap | Chong Yidong | 2009-02-14 | 1 | -0/+8 |
| | | | | | | | | member. * xdisp.c (push_it, pop_it): Save and restore line_wrap. (handle_line_prefix): Suppress wrapping of wrap prefixes. | ||||
| * | (MAX_SCREEN_BUF): New macro. | Eli Zaretskii | 2009-02-14 | 2 | -62/+46 |
| | | | | | | | | (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long. Encode the entire run of glyphs sharing the same face, instead of doing that one glyph at a time (fixes a bug with displaying double-size characters). | ||||
| * | * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* ↵ | Adrian Robert | 2009-02-13 | 4 | -17/+37 |
| | | | | | nsmenu.m (pop_down_menu): Check popup_activated_flag. \n(ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let \npop_down_menu do the cleanup work as it is always called. (Bug#2154) \n \n* nsfont.m (nsfont_make_fontset_for_font): For now, don't try to \nset fontset font for 'mathematical-' sub-scripts. (Bug #2218)\n | ||||
| * | Fix typos. | Juanma Barranquero | 2009-02-13 | 1 | -2/+2 |
| | | |||||
| * | (adjust_point_for_property): Allow stopping betwen two invisible areas. | Stefan Monnier | 2009-02-12 | 2 | -28/+42 |
| | | |||||
| * | (check_face_name): Check for fake helv. (Bug#2275) | Jason Rumney | 2009-02-12 | 2 | -5/+16 |
| | | | | | | (add_font_entity_to_list): Call check_face_name even when family is unspecified. | ||||
| * | (x_display_pixel_height, x_display_pixel_width): | Jason Rumney | 2009-02-12 | 2 | -4/+14 |
| | | | | | | Release DC when finished. Use NULL window to refer to desktop. (w32_term_init): Use NULL window to refer to desktop. (Bug#460) | ||||
| * | *** empty log message *** | Jason Rumney | 2009-02-12 | 1 | -0/+5 |
| | | |||||
| * | (add_font_entity_to_list): Fix check for substituted | Jason Rumney | 2009-02-12 | 1 | -2/+2 |
| | | | | | raster fonts. (Bug#2219) | ||||
| * | (MAX_AUTO_COMPOSITION_LOOKBACK): New macro. | Kenichi Handa | 2009-02-12 | 2 | -33/+88 |
| | | | | | | | | | | | | (composition_gstring_width): Fix handling of LGLYPH_YOFF. (autocmp_chars): Use fast_looking_at. Don't compose more characters than MAX_COMPOSITION_COMPONENST. (find_automatic_composition): While looking forward and backward, check static composition. Fix where to stop looking forward. (composition_adjust_point): Fix checking of static composition. (Fcomposition_get_gstring): Pay attention to MAX_COMPOSITION_COMPONENST. | ||||
| * | (fast_looking_at): New function. | Kenichi Handa | 2009-02-12 | 1 | -0/+68 |
| | | |||||
| * | (fast_looking_at): Extern it. | Kenichi Handa | 2009-02-12 | 1 | -0/+2 |
| | | |||||
| * | (encode_terminal_code): Adjusted for the change of | Kenichi Handa | 2009-02-12 | 1 | -3/+3 |
| | | | | | | <struct glyph>.u.cmp.to. (append_composite_glyph): Likewise. | ||||
| * | (fill_gstring_glyph_string): Adjusted for the change of | Kenichi Handa | 2009-02-12 | 1 | -5/+6 |
| | | | | | | | | <struct glyph>.u.cmp.to. Check if the glyph belongs to the same composition. (append_composite_glyph): Adjusted for the change of <strcut glyph>.u.cmp.to. | ||||
| * | Remove spurious semicolons. | Juanma Barranquero | 2009-02-11 | 8 | -18/+28 |
| | | |||||
| * | Fix typos and add bug references. | Juanma Barranquero | 2009-02-11 | 1 | -3/+3 |
| | | |||||
| * | (Fwrite_region): !NILP -> CONSP. | Stefan Monnier | 2009-02-11 | 2 | -1/+5 |
| | | |||||
| * | (send_process): Properly relocate pointer into data | Andreas Schwab | 2009-02-10 | 2 | -2/+11 |
| | | | | | when using encoded data. | ||||
| * | (detect_coding_charset): Fix previous change. | Kenichi Handa | 2009-02-09 | 2 | -1/+5 |
| | | |||||
| * | (w32_hide_hourglass): Handle case where frame | Jason Rumney | 2009-02-08 | 2 | -2/+16 |
| | | | | | disappeared while hourglass was displayed. (Bug #2193) | ||||
| * | (unexec): Fix error message. | Andreas Schwab | 2009-02-07 | 2 | -1/+5 |
| | | |||||
| * | * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event | Adrian Robert | 2009-02-07 | 3 | -32/+43 |
| | | | | | | | | | | | | | when modal window is active. (Bug #2152) (applicationShouldTerminate:): Remove now-unneeded while loop around NSRunAlertPanel. * nsmenu.m (popupSession): New file-global variable. (pop_down_menu): End the popupSession before closing dialog. (ns_popup_dialog): BLOCK_INPUT around dialog presentation. (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous), don't query NSApp for events (just sleep instead). | ||||
| * | (syms_of_coding) <translation-table-for-input>: Modify doc string to | Eli Zaretskii | 2009-02-07 | 2 | -1/+10 |
| | | | | | discourage use for character code unification. | ||||
| * | (run_timers): Update pending_atimers. | Chong Yidong | 2009-02-07 | 1 | -0/+3 |
| | | |||||
| * | * atimer.c (run_timers): Update pending_atimers. | Chong Yidong | 2009-02-07 | 1 | -0/+4 |
| | | |||||
| * | (svg_load_image): Fix last change. | Chong Yidong | 2009-02-06 | 1 | -11/+9 |
| | | |||||
| * | * image.c (svg_load_image): Fix last change. | Chong Yidong | 2009-02-06 | 1 | -0/+2 |
| | | |||||