aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (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
| |
| * (w32_read_socket) <WM_CHAR>: Use locale-coding-systemJason Rumney2008-02-051-0/+5
| | | | | | | | instead of using mule-unicode-* charsets directly.
| * *** empty log message ***Juanma Barranquero2008-02-051-3/+8
| |
| * (mac_to_emacs_modifiers): New argument UNMAPPED_MODS.YAMAMOTO Mitsuharu2008-02-041-2/+4
| | | | | | | | | | | | All callers changed. (mac_quit_char_key_p, XTread_socket): Get Emacs modifiers from mapped modifiers together with original ones.
| * [MAC_OSX] (fn_keycode_to_keycode_table): Add more entriesYAMAMOTO Mitsuharu2008-02-041-0/+11
| | | | | | | | | | | | | | | | | | | | that ignores kEventKeyModifierFnMask. (XTread_socket) [MAC_OSX]: Move code for ignoring kEventKeyModifierFnMask for some keys ... (mac_mapped_modifiers) [MAC_OSX]: ... to here. Add argument KEY_CODE. All callers changed. (mac_quit_char_key_p, XTread_socket): Get Emacs modifiers from mapped modifiers.
* | *** empty log message ***Juanma Barranquero2008-02-241-6/+4
| |
* | *** empty log message ***Juanma Barranquero2008-02-241-1/+1
| |
* | * xterm.c (x_set_offset): Don't change the gravity ifChong Yidong2008-02-241-0/+5
| | | | | | | | CHANGE_GRAVITY is -1.
* | * fileio.c (auto_save_error_occurred): New var.Chong Yidong2008-02-231-0/+7
| | | | | | | | | | | | (auto_save_error): Set it. (Fdo_auto_save): Don't overwrite the error message if an auto-save error occurred.
* | (globals_of_w32): Add initializations for g_b_init_get_sid_sub_authority andEli Zaretskii2008-02-231-0/+6
| | | | | | | | g_b_init_get_sid_sub_authority_count.
* | (font_match_xlfd, font_check_xlfd_parse): New funs.Stefan Monnier2008-02-221-0/+4
| | | | | | | | | | (font_parse_xlfd): Use them for sanity check. (Finternal_set_font_style_table): Make sure the table is bijiective.
* | Consolidate the image_cache to the terminal struct.Stefan Monnier2008-02-221-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * termhooks.h (P_): Remove redundant def. (struct terminal): New field `image_cache'. * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place of FRAME_X_IMAGE_CACHE. * xterm.h (struct x_display_info): Remove image_cache field. (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead. * w32term.h (struct w32_display_info): Remove image_cache field. (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead. * macterm.h (struct mac_display_info): Remove image_cache field. (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead. * xterm.c (x_term_init): * w32term.c (w32_term_init): * macterm.c (mac_term_init): Set the image_cache in the terminal. * dispextern.h (clear_image_cache, forall_images_in_image_cache): Remove declarations. (clear_image_caches, mark_image_cache): New declarations. * xfaces.c (clear_face_cache): * xdisp.c (redisplay_internal): Use clear_image_caches. * image.c (clear_image_cache): Don't check that a frame is on a window-system before checking if it shares the same cache. (clear_image_caches): New function. (Fclear_image_cache): Use it. (mark_image): Move from allo.c. (mark_image_cache): Move from alloc.c and forall_images_in_image_cache. * alloc.c (mark_image, mark_image_cache): Move to image.c. (mark_object): Don't call mark_image_cache for frames. (mark_terminals): Call mark_image_cache.
* | (Fdelete_terminal): Declare.Stefan Monnier2008-02-221-0/+2
| |
* | (CHECK_CHARSET, CHECK_CHARSET_GET_ID, CHECK_CHARSET_GET_ATTR):Stefan Monnier2008-02-221-0/+6
| | | | | | | | Don't use the inexistent return value of wrong_type_argument.
* | *** empty log message ***Juanma Barranquero2008-02-221-1/+1
| |
* | (lisp): Remove devanagari.el, kannada.el,Kenichi Handa2008-02-221-0/+5
| | | | | | | | malayalam.el, and tamil.el. Add sinhala.el.
* | (x_connection_closed): Consolidate identical tests.Stefan Monnier2008-02-211-1/+6
| | | | | | | | (x_delete_terminal): Don't crash if called via x_connection_closed.
* | Fix typos.Glenn Morris2008-02-211-3/+3
| |
* | (decode_mode_spec): New arg string.Kenichi Handa2008-02-211-0/+5
| | | | | | | | (display_mode_element): Adjusted for the above change.
* | (Fcall_interactively): Use AREF.Stefan Monnier2008-02-191-0/+4
| |
* | (font_unparse_xlfd): Don't ignore integer pixel size specs.Stefan Monnier2008-02-181-0/+4
| |
* | (Fx_show_tip): Set string to " " if empty.Jan Djärv2008-02-181-0/+4
| |
* | * simple.el (transient-mark-mode): Add an :init-value.Dan Nicolaescu2008-02-171-0/+5
| | | | | | | | | | | | | | | | * startup.el (command-line): Use custom-reevaluate-setting for transient-mark-mode. * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive with Qt.
* | Include xterm.h.Kenichi Handa2008-02-171-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | [HAVE_NTGUI]: Include w32term.h. [MAC_OS]: Include macterm.ch. (font_otf_ValueRecord): Use make_number. (font_finish_cache): Fix handling of reference count. (font_clear_cache): Update num_fonts. (font_open_entity): Update smallest_char_width and smallest_font_height of the frame. (font_close_object): Update num_fonts. (Fclear_font_cache): Fix finding the target cache data.
* | (Finternal_char_font): Fix compilation warning.Glenn Morris2008-02-161-0/+4
| |
* | (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP instead ofEli Zaretskii2008-02-161-0/+4
| | | | | | | | char arrays. Enlarge the size of array passed to get_token_information.