| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * lib-src/b2m.c (main): Don't include <limits.h>. | Paul Eggert | 2006-04-04 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | (TM_YEAR_BASE): New macro. (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so that s/ files can override this. Use the more-conservative range 1000-9999. (main): Check for asctime returning NULL. * lib-src/fakemail.c: Likewise. * src/editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to ../lib-src/b2m.c and ../lib-src/editfns.c. (Fcurrent_time_string): Use it. Document that the year might not consume 4 columns if it's outside the range 1000-9999. Check for asctime failure. Don't assume that the output string length is always exactly 24. | ||||
| * | (XTread_socket): Initialize variable `f' before its use. | YAMAMOTO Mitsuharu | 2006-04-03 | 1 | -0/+4 |
| | | |||||
| * | Include "charset.h" and "coding.h". | Kenichi Handa | 2006-04-03 | 1 | -0/+5 |
| | | | | | (x_find_image_file): Return an encoded file name. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2006-04-01 | 1 | -0/+4 |
| | | |||||
| * | (xg_set_icon): Delete superfluous UNGCPRO. | Kenichi Handa | 2006-03-31 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_xdisp): Fix variable name. | Dan Nicolaescu | 2006-03-30 | 1 | -0/+4 |
| | | |||||
| * | (x_term_init): Delete superfluous UNGCPRO. | Kenichi Handa | 2006-03-30 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-03-29 | 1 | -1/+5 |
| | | |||||
| * | (tool_bar_items): Use map_keymap. | Stefan Monnier | 2006-03-29 | 1 | -6/+10 |
| | | | | | (process_tool_bar_item): Add dummy args to fit the required interface. | ||||
| * | (pr, pp, pp1, pv, pv1): Force print_output_debug_flag to zero | Eli Zaretskii | 2006-03-25 | 1 | -0/+9 |
| | | | | | before calling debug_print or safe_debug_print. | ||||
| * | Move explanations from ChangeLog to the source. | Eli Zaretskii | 2006-03-25 | 1 | -16/+5 |
| | | |||||
| * | * editfns.c: (TM_YEAR_BASE): Move up. | Paul Eggert | 2006-03-24 | 1 | -0/+20 |
| | | | | | | | | | | (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900. (Fdecode_time): Cast tm_year to EMACS_INT, to avoid overflow when int is narrower than EMACS_INT. (Fcurrent_time_string): As with Fformat_time_string, report an invalid time specification if the argument is invalid. Also, check for out-of-range time stamps. | ||||
| * | (XTread_socket): Don't let key-press clear mouse face | Kim F. Storm | 2006-03-24 | 1 | -1/+0 |
| | | | | | on in toolbar window if mouse-highlight is an integer. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-03-24 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-03-24 | 1 | -0/+4 |
| | | |||||
| * | (enum mac_menu_kind): New enum. | YAMAMOTO Mitsuharu | 2006-03-24 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | (min_menu_id): New variable. (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID) (MIN_SUBMENU_ID): Remove defines. All uses are replaced with min_menu_id and enumerators in enum mac_menu_kind. (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND. All uses changed. Add range check for menu ID. (fill_menubar): Add range check for menu ID. [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of GetEventParameter. (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler for each menu kind. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-03-22 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-03-22 | 1 | -0/+7 |
| | | |||||
| * | (store_next_glyph): Renamed from append_glyph. | Ken Raeburn | 2006-03-22 | 1 | -0/+6 |
| | | | | | | (generate_stretch_glyph): Renamed from produce_stretch_glyph. All callers changed accordingly. | ||||
| * | * xterm.c: x_session_initialized new variable. | Jan Djärv | 2006-03-21 | 1 | -0/+7 |
| | | | | | | | (x_term_init): Use x_session_initialized to check if x_session_initialize should be called. (x_initialize): Initialize x_session_initialized. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-03-21 | 1 | -0/+6 |
| | | |||||
| * | * dispnew.c (init_display): Check DISPLAY here. | Andreas Schwab | 2006-03-20 | 1 | -0/+8 |
| | | | | | | * emacs.c (main): Don't check here. * xterm.c (x_display_ok): Don't use DISPLAY env var. | ||||
| * | (window_scroll_pixel_based): Yet another int/Lisp_Object mixup (YAILOM). | Stefan Monnier | 2006-03-20 | 1 | -10/+13 |
| | | |||||
| * | (main): Fix last change. | Eli Zaretskii | 2006-03-20 | 1 | -0/+4 |
| | | |||||
| * | (Fwrite_region): Set visit_file to Qnil before GCPRO | Kenichi Handa | 2006-03-20 | 1 | -0/+11 |
| | | | | | it. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-03-19 | 1 | -0/+7 |
| | | |||||
| * | * xterm.c (x_display_ok): Fix minor bug and compilation warnings. | Chong Yidong | 2006-03-18 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-03-18 | 1 | -0/+16 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-03-18 | 1 | -0/+1 |
| | | |||||
| * | (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB. | Eli Zaretskii | 2006-03-18 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-03-18 | 1 | -0/+9 |
| | | |||||
| * | (Fw32_select_font): Doc fix. | Eli Zaretskii | 2006-03-18 | 1 | -0/+4 |
| | | |||||
| * | (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: | YAMAMOTO Mitsuharu | 2006-03-16 | 1 | -0/+17 |
| | | | | | | | | | Create GWorld in ARGB pixel format. (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]: Remove functions. (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image instead of mac_copy_area/mac_copy_area_with_mask. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2006-03-15 | 1 | -6/+6 |
| | | |||||
| * | Whitespace fixups. | Romain Francoise | 2006-03-15 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-03-15 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-03-15 | 1 | -0/+5 |
| | | |||||
| * | (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe. | YAMAMOTO Mitsuharu | 2006-03-15 | 1 | -0/+16 |
| | | | | | | | | | | | | (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables. (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap) (mac_draw_cg_image) [USE_CG_DRAWING]: New functions. (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function. (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image instead of mac_draw_bitmap. (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for define_fringe_bitmap and destroy_fringe_bitmap. | ||||
| * | * xterm.c (x_uncatch_errors): Block input for entire function. | Chong Yidong | 2006-03-14 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2006-03-12 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2006-03-12 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2006-03-12 | 1 | -0/+9 |
| | | |||||
| * | (struct mac_output) [USE_CG_DRAWING]: New member cg_context. | YAMAMOTO Mitsuharu | 2006-03-12 | 1 | -1/+30 |
| | | | | | (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype. | ||||
| * | (x_icon): Disable redundant call to `x_wm_set_window_state'. | Károly Lőrentey | 2006-03-12 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2006-03-11 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Luc Teirlinck | 2006-03-11 | 1 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-03-11 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-03-11 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-03-11 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-03-11 | 1 | -0/+6 |
| | | |||||