aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * lib-src/b2m.c (main): Don't include <limits.h>.Paul Eggert2006-04-041-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 Mitsuharu2006-04-031-0/+4
|
* Include "charset.h" and "coding.h".Kenichi Handa2006-04-031-0/+5
| | | | (x_find_image_file): Return an encoded file name.
* *** empty log message ***Eli Zaretskii2006-04-011-0/+4
|
* (xg_set_icon): Delete superfluous UNGCPRO.Kenichi Handa2006-03-311-0/+4
|
* (syms_of_xdisp): Fix variable name.Dan Nicolaescu2006-03-301-0/+4
|
* (x_term_init): Delete superfluous UNGCPRO.Kenichi Handa2006-03-301-0/+4
|
* *** empty log message ***Juanma Barranquero2006-03-291-1/+5
|
* (tool_bar_items): Use map_keymap.Stefan Monnier2006-03-291-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 zeroEli Zaretskii2006-03-251-0/+9
| | | | before calling debug_print or safe_debug_print.
* Move explanations from ChangeLog to the source.Eli Zaretskii2006-03-251-16/+5
|
* * editfns.c: (TM_YEAR_BASE): Move up.Paul Eggert2006-03-241-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 faceKim F. Storm2006-03-241-1/+0
| | | | on in toolbar window if mouse-highlight is an integer.
* *** empty log message ***Kim F. Storm2006-03-241-0/+6
|
* *** empty log message ***Kim F. Storm2006-03-241-0/+4
|
* (enum mac_menu_kind): New enum.YAMAMOTO Mitsuharu2006-03-241-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. Storm2006-03-221-0/+5
|
* *** empty log message ***Kim F. Storm2006-03-221-0/+7
|
* (store_next_glyph): Renamed from append_glyph.Ken Raeburn2006-03-221-0/+6
| | | | | (generate_stretch_glyph): Renamed from produce_stretch_glyph. All callers changed accordingly.
* * xterm.c: x_session_initialized new variable.Jan Djärv2006-03-211-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. Storm2006-03-211-0/+6
|
* * dispnew.c (init_display): Check DISPLAY here.Andreas Schwab2006-03-201-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 Monnier2006-03-201-10/+13
|
* (main): Fix last change.Eli Zaretskii2006-03-201-0/+4
|
* (Fwrite_region): Set visit_file to Qnil before GCPROKenichi Handa2006-03-201-0/+11
| | | | it.
* *** empty log message ***Kim F. Storm2006-03-191-0/+7
|
* * xterm.c (x_display_ok): Fix minor bug and compilation warnings.Chong Yidong2006-03-181-0/+4
|
* *** empty log message ***Eli Zaretskii2006-03-181-0/+16
|
* *** empty log message ***Eli Zaretskii2006-03-181-0/+1
|
* (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.Eli Zaretskii2006-03-181-0/+4
|
* *** empty log message ***Eli Zaretskii2006-03-181-0/+9
|
* (Fw32_select_font): Doc fix.Eli Zaretskii2006-03-181-0/+4
|
* (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:YAMAMOTO Mitsuharu2006-03-161-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 Barranquero2006-03-151-6/+6
|
* Whitespace fixups.Romain Francoise2006-03-151-3/+3
|
* *** empty log message ***Kim F. Storm2006-03-151-0/+9
|
* *** empty log message ***Juanma Barranquero2006-03-151-0/+5
|
* (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.YAMAMOTO Mitsuharu2006-03-151-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 Yidong2006-03-141-0/+4
|
* *** empty log message ***Jason Rumney2006-03-121-0/+3
|
* *** empty log message ***Jason Rumney2006-03-121-0/+3
|
* *** empty log message ***Jason Rumney2006-03-121-0/+9
|
* (struct mac_output) [USE_CG_DRAWING]: New member cg_context.YAMAMOTO Mitsuharu2006-03-121-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őrentey2006-03-121-0/+4
|
* *** empty log message ***Jason Rumney2006-03-111-0/+6
|
* *** empty log message ***Luc Teirlinck2006-03-111-1/+6
|
* *** empty log message ***Eli Zaretskii2006-03-111-0/+5
|
* *** empty log message ***Eli Zaretskii2006-03-111-0/+5
|
* *** empty log message ***Eli Zaretskii2006-03-111-0/+3
|
* *** empty log message ***Eli Zaretskii2006-03-111-0/+6
|