summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-01-04(Ffile_name_directory, Fexpand_file_name): Doc fixes.Richard M. Stallman
2007-12-24(make_process): Initialize pty_flag to Qnil instead of 0YAMAMOTO Mitsuharu
2007-12-24(phys_cursor_in_rect_p): Check if cursor is in fringe area.YAMAMOTO Mitsuharu
2007-12-23(fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5YAMAMOTO Mitsuharu
2007-12-22(syms_of_callint) <command-history>: Add reference to history-length inEli Zaretskii
2007-12-17(w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam.Jason Rumney
2007-12-14(w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT for characters above 127.Jason Rumney
2007-12-13(w32_wnd_proc, Fw32_reconstruct_hot_key): Range checkJason Rumney
2007-12-03(make_process): Initialize pty_flag to 0.Richard M. Stallman
2007-12-02(xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs.Jason Rumney
2007-12-01(syms_of_xdisp) <scroll-conservatively>: Doc fix.Richard M. Stallman
2007-11-30(emacs_close) [MAC_OSX && HAVE_CARBON]:YAMAMOTO Mitsuharu
2007-11-30(cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:YAMAMOTO Mitsuharu
2007-11-28Petr Salinger <Petr.Salinger at seznam.cz>: New file.Glenn Morris
2007-11-27(unrelocate): New argument BASE. Use it instead ofYAMAMOTO Mitsuharu
2007-11-26(sys_spawnve): Quote args with wildcards.Jason Rumney
2007-11-26(list_processes_1): Fix indentation level of theAndreas Schwab
2007-11-24(copy_data_segment): Also copy __gcc_except_tab and __objc_* sections.YAMAMOTO Mitsuharu
2007-11-23(Fformat): Handle %c specially since it requires theAndreas Schwab
2007-11-22(update_frame_tool_bar): Don't call x-gtk-map-stock ifJan Djärv
2007-11-19(w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMappingJason Rumney
2007-11-16(Fset_match_data): Remove the `evaporate' feature.Stefan Monnier
2007-11-16*** empty log message ***Andreas Schwab
2007-11-16Always take precision into account.Andreas Schwab
2007-11-16(Fformat): When formatting an integer as float take precision into account.Andreas Schwab
2007-11-15Fix last change.Andreas Schwab
2007-11-15(Fformat): Correctly format EMACS_INT values.Andreas Schwab
2007-11-15*** empty log message ***Juanma Barranquero
2007-11-15(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,Juanma Barranquero
2007-11-15(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,Juanma Barranquero
2007-11-15(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,Juanma Barranquero
2007-11-14(Fw32_registered_hot_keys): Don't return the nil values correspondingJuanma Barranquero
2007-11-13*** empty log message ***Juanma Barranquero
2007-11-13(Fw32_register_hot_key): Don't try to registerJuanma Barranquero
2007-11-10(BASE_PURESIZE): Increase to 1130000.Juri Linkov
2007-11-10(load_overlay_strings): Fix copy&paste typo.Stefan Monnier
2007-11-07(handle_face_prop): Fix last change.Chong Yidong
2007-11-07(struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice.Chong Yidong
2007-11-07* dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZEChong Yidong
2007-11-06*** empty log message ***Richard M. Stallman
2007-11-06(xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME andJan Djärv
2007-11-04(handle_face_prop): Test for strings that came from overlays,Richard M. Stallman
2007-11-04(face_for_overlay_string): Function renamed fromRichard M. Stallman
2007-11-04(struct it): New elt string_overlays.Richard M. Stallman
2007-11-04Whitespace change.Richard M. Stallman
2007-11-03(handle_face_prop): Use face_at_buffer_position_no_overlaysRichard M. Stallman
2007-11-03(face_at_buffer_position_no_overlays): Add decl.Richard M. Stallman
2007-11-03(face_at_buffer_position_no_overlays): New function.Richard M. Stallman
2007-11-03(handle_stop): Move some code out of loop.Richard M. Stallman
2007-11-01Johan Bockg� <bojohan at gnu.org>Glenn Morris