| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK. | Jan Djärv | 2004-05-12 | 1 | -0/+4 |
| | | |||||
| * | macfns.c: Default to using tool-bar by setting tool-bar-lines to 1 in | Steven Tamm | 2004-05-12 | 1 | -1/+6 |
| | | | | | default-frame-alist. | ||||
| * | Support XPM on Carbon Emacs. Does not | Steven Tamm | 2004-05-12 | 1 | -0/+10 |
| | | | | | | depend on libXpm, but only supports XPM version 3 without extensions. | ||||
| * | macterm.c (x_flush, XTframe_up_to_date): use FRAME_MAC_P | Steven Tamm | 2004-05-12 | 1 | -0/+5 |
| | | | | | instead of FRAME_X_P | ||||
| * | *** empty log message *** | Kim F. Storm | 2004-05-11 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2004-05-11 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2004-05-10 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2004-05-10 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2004-05-10 | 1 | -0/+12 |
| | | |||||
| * | *** empty log message *** | Andreas Schwab | 2004-05-10 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-05-10 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2004-05-10 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2004-05-09 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2004-05-09 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2004-05-08 | 1 | -0/+9 |
| | | |||||
| * | (Fquo): If any argument is float, do the computation in floating point. | Juanma Barranquero | 2004-05-08 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2004-05-07 | 1 | -0/+7 |
| | | |||||
| * | macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT | Steven Tamm | 2004-05-07 | 1 | -0/+15 |
| | | | | | | | | | | | | around call to ReceiveEvent to avoid certain crashes. (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData) (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap) (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap): Save/restore the current graphics port and device handle when drawing into an offscreen graphics world. image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1) (gif_load): Likewise. | ||||
| * | (Fset_window_buffer): Fix docstring. | Juanma Barranquero | 2004-05-07 | 1 | -0/+4 |
| | | |||||
| * | (main) [VMS]: Fix var ref. | Thien-Thi Nguyen | 2004-05-06 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2004-05-06 | 1 | -0/+4 |
| | | |||||
| * | (Display) [HAVE_NTGUI]: Redefine while loading xpm.h to avoid name clash. | Jason Rumney | 2004-05-05 | 1 | -0/+5 |
| | | |||||
| * | fileio.c (Frename_file): Put symlink handling inside #ifdef S_IFLNK. | Jan Djärv | 2004-05-04 | 1 | -0/+1 |
| | | |||||
| * | * fileio.c (barf_or_query_if_file_exists): Use lstat. | Jan Djärv | 2004-05-04 | 1 | -0/+5 |
| | | | | | (Frename_file): Handle renaming of symlinks across file systems. | ||||
| * | *** empty log message *** | Kim F. Storm | 2004-05-04 | 1 | -0/+9 |
| | | |||||
| * | * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear | Jan Djärv | 2004-05-03 | 1 | -0/+5 |
| | | | | | "under" scroll bar when size/position changes. | ||||
| * | Remove files related to old msvc only windows build. | Jason Rumney | 2004-05-03 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2004-05-02 | 1 | -0/+3 |
| | | |||||
| * | (region-cache.o): Depend on config.h | Eli Zaretskii | 2004-05-02 | 1 | -0/+4 |
| | | |||||
| * | (compute_motion): Save vpos in prev_vpos when dealing | Stefan Monnier | 2004-05-02 | 1 | -0/+5 |
| | | | | | with continuation lines, too. | ||||
| * | (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'. | Thien-Thi Nguyen | 2004-05-02 | 1 | -0/+4 |
| | | |||||
| * | (calc_line_height_property): YAILOM (yet another int/Lisp_Object mixup). | Stefan Monnier | 2004-05-01 | 1 | -0/+5 |
| | | |||||
| * | (top-level): Add "#pragma pack(0)" after <dir.h>, to | Eli Zaretskii | 2004-05-01 | 1 | -0/+5 |
| | | | | | undo bad effect of pack(4) in some versions of system headers. | ||||
| * | (x_draw_hollow_cursor): Sync with xterm.c | Jason Rumney | 2004-05-01 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-04-30 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-04-29 | 1 | -0/+23 |
| | | |||||
| * | (Fsubr_name): New fun. | Stefan Monnier | 2004-04-29 | 1 | -0/+5 |
| | | | | | (syms_of_data): Defsubr it. | ||||
| * | *** empty log message *** | Kim F. Storm | 2004-04-28 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2004-04-27 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2004-04-27 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2004-04-27 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-04-27 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-04-26 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-04-26 | 1 | -1/+12 |
| | | |||||
| * | . | Andreas Schwab | 2004-04-26 | 1 | -0/+14 |
| | | |||||
| * | lread.c (init_lread): Fixing typo HAVE_CARBON test logic | Steven Tamm | 2004-04-26 | 1 | -0/+4 |
| | | |||||
| * | Changes from arch/CVS synchronization | Miles Bader | 2004-04-26 | 1 | -0/+4 |
| | | |||||
| * | (Fpop_to_buffer): Fix docstring. | Juanma Barranquero | 2004-04-25 | 1 | -1/+6 |
| | | |||||
| * | lread.c (init_lread): Don't display missing lisp directory | Steven Tamm | 2004-04-25 | 1 | -0/+5 |
| | | | | | | warnings with Carbon Emacs because self-contained bundled Emacs may be build without correct installation path. | ||||
| * | *** empty log message *** | Kim F. Storm | 2004-04-24 | 1 | -0/+4 |
| | | |||||