| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * lib-src/b2m.c (main): Don't include <limits.h>. | Paul Eggert | 2006-04-04 | 2 | -17/+27 |
| | | | | | | | | | | | | | | | | | (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 | 2 | -1/+7 |
| | | |||||
| * | Include "charset.h" and "coding.h". | Kenichi Handa | 2006-04-03 | 2 | -3/+13 |
| | | | | | (x_find_image_file): Return an encoded file name. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2006-04-01 | 1 | -0/+4 |
| | | |||||
| * | Regenerated. | Eli Zaretskii | 2006-04-01 | 1 | -2/+2 |
| | | |||||
| * | (xg_set_icon): Delete superfluous UNGCPRO. | Kenichi Handa | 2006-03-31 | 2 | -1/+4 |
| | | |||||
| * | (syms_of_xdisp): Fix variable name. | Dan Nicolaescu | 2006-03-30 | 2 | -1/+5 |
| | | |||||
| * | (x_term_init): Delete superfluous UNGCPRO. | Kenichi Handa | 2006-03-30 | 2 | -2/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-03-29 | 1 | -1/+5 |
| | | |||||
| * | (process_tool_bar_item): Reorganize dummy args. | Juanma Barranquero | 2006-03-29 | 1 | -2/+2 |
| | | |||||
| * | (tool_bar_items): Use map_keymap. | Stefan Monnier | 2006-03-29 | 2 | -20/+15 |
| | | | | | (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 | 2 | -0/+27 |
| | | | | | before calling debug_print or safe_debug_print. | ||||
| * | (print_output_debug_flag): New global variable. | Eli Zaretskii | 2006-03-25 | 1 | -4/+8 |
| | | | | | | (Fexternal_debugging_output) [WINDOWSNT]: Don't call OutputDebugString if print_output_debug_flag is zero. | ||||
| * | Move explanations from ChangeLog to the source. | Eli Zaretskii | 2006-03-25 | 2 | -16/+16 |
| | | |||||
| * | * editfns.c: (TM_YEAR_BASE): Move up. | Paul Eggert | 2006-03-24 | 2 | -8/+33 |
| | | | | | | | | | | (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. | ||||
| * | (handle_one_xevent): Don't let key-press clear mouse face | Kim F. Storm | 2006-03-24 | 1 | -1/+2 |
| | | | | | on in toolbar window if mouse-highlight is an integer. | ||||
| * | (w32_read_socket): Don't let key-press clear mouse face | Kim F. Storm | 2006-03-24 | 1 | -2/+4 |
| | | | | | on in toolbar window if mouse-highlight is an integer. | ||||
| * | (XTread_socket): Don't let key-press clear mouse face | Kim F. Storm | 2006-03-24 | 2 | -2/+2 |
| | | | | | 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 |
| | | |||||
| * | (sxhash_list): Include last non-nil CDR in hash. | Kim F. Storm | 2006-03-24 | 1 | -0/+6 |
| | | |||||
| * | (enum mac_menu_kind): New enum. | YAMAMOTO Mitsuharu | 2006-03-24 | 2 | -51/+81 |
| | | | | | | | | | | | | | | | (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. | ||||
| * | Define aliases for append_glyph and produce_stretch_glyph | Kim F. Storm | 2006-03-22 | 1 | -0/+6 |
| | | | | | when `static' is defined to avoid name clash with those in xdisp.c. | ||||
| * | * xdisp.c: Undo 2006-03-21 change. | Kim F. Storm | 2006-03-22 | 1 | -5/+5 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-03-22 | 1 | -0/+5 |
| | | |||||
| * | (Faccept_process_output): Fix to comply with lisp reference. | Kim F. Storm | 2006-03-22 | 1 | -38/+36 |
| | | | | | | | Change arg "timeout" to "seconds" and allow both integer and float value. Change arg "timeout-msec" to "millisec" and interpret" as milliseconds rather than microseconds. Fix doc string accordingly. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-03-22 | 1 | -0/+7 |
| | | |||||
| * | (store_next_glyph): Renamed from append_glyph. | Ken Raeburn | 2006-03-22 | 2 | -5/+11 |
| | | | | | | (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 | 2 | -1/+15 |
| | | | | | | | (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 |
| | | |||||
| * | (draw_fringe_bitmap): Don't calculate default overlay arrow | Kim F. Storm | 2006-03-21 | 1 | -4/+4 |
| | | | | | | bitmap here, but ... (update_window_fringes): ... here, so we can test if it has changed. | ||||
| * | * dispnew.c (init_display): Check DISPLAY here. | Andreas Schwab | 2006-03-20 | 4 | -18/+17 |
| | | | | | | * 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 | 2 | -12/+15 |
| | | |||||
| * | (main): Fix last change. | Eli Zaretskii | 2006-03-20 | 2 | -1/+5 |
| | | |||||
| * | (Fwrite_region): Set visit_file to Qnil before GCPRO | Kenichi Handa | 2006-03-20 | 2 | -0/+12 |
| | | | | | it. | ||||
| * | (map_keymap): Set tail to Qnil before GCPRO it. | Kenichi Handa | 2006-03-20 | 1 | -0/+1 |
| | | |||||
| * | (x_term_init): Remove unnecessary GCPRO. | Kenichi Handa | 2006-03-20 | 1 | -2/+0 |
| | | |||||
| * | (xg_set_icon): Remove unnecessary GCPRO. | Kenichi Handa | 2006-03-20 | 1 | -3/+0 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-03-19 | 1 | -0/+7 |
| | | |||||
| * | (set_cursor_from_row): Fix cursor property on overlay string, | Kim F. Storm | 2006-03-19 | 1 | -5/+8 |
| | | | | | | | so it doesn't associate overlay string with following glyph by default. Allow integer property value to specify explicit number of buffer positions associate with overlay string. | ||||
| * | * xterm.c (x_display_ok): Fix minor bug and compilation warnings. | Chong Yidong | 2006-03-18 | 2 | -2/+7 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-03-18 | 1 | -0/+16 |
| | | |||||
| * | (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define. | Eli Zaretskii | 2006-03-18 | 1 | -8/+6 |
| | | | | | | | (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define. (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]: Don't redefine. | ||||
| * | Don't use unexmips on NetBSD. | Eli Zaretskii | 2006-03-18 | 1 | -10/+11 |
| | | | | | | | (LIBS_MACHINE): Move definition lower, so it doesn't use LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP, C_SWITCH_MACHINE, and C_DEBUG_SWITCH. | ||||
| * | [BROKEN_NOCOMBRELOC]: Include assert.h. | Eli Zaretskii | 2006-03-18 | 1 | -0/+82 |
| | | | | | | (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc option is broken (e.g., MIPS/NetBSD). | ||||
| * | *** 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 | 2 | -5/+5 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-03-18 | 1 | -0/+9 |
| | | |||||
| * | Add prototype for x_display_ok. | Eli Zaretskii | 2006-03-18 | 1 | -0/+1 |
| | | |||||
| * | (x_display_ok): New function. | Eli Zaretskii | 2006-03-18 | 1 | -0/+18 |
| | | |||||