| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * composite.c (update_compositions): Fix last fix. | Chong Yidong | 2007-06-15 | 1 | -0/+4 |
| | | |||||
| * | (Fget_internal_run_time) [WINDOWSNT]: Use w32_get_internal_run_time. | Jason Rumney | 2007-06-14 | 1 | -0/+8 |
| | | |||||
| * | (update_compositions): Check the validness of | Kenichi Handa | 2007-06-14 | 1 | -0/+5 |
| | | | | | compositions. | ||||
| * | (update_tool_bar, redisplay_tool_bar, redisplay_window) | YAMAMOTO Mitsuharu | 2007-06-14 | 1 | -0/+43 |
| | | | | | [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display. | ||||
| * | * image.c (search_image_cache): Remove unused variable. | Chong Yidong | 2007-06-14 | 1 | -0/+4 |
| | | |||||
| * | * xfns.c, xmenu.c: Link to xaw3d if available. | Chong Yidong | 2007-06-13 | 1 | -0/+4 |
| | | |||||
| * | (lookup_image): Save frame foreground and background colors. | YAMAMOTO Mitsuharu | 2007-06-13 | 1 | -0/+8 |
| | | | | | (search_image_cache): Check if saved and current frame colors match. | ||||
| * | Remove log entry for generated file. | Glenn Morris | 2007-06-13 | 1 | -5/+0 |
| | | |||||
| * | (regex_compile): Remove the `regnum' counter. | Stefan Monnier | 2007-06-12 | 1 | -0/+5 |
| | | | | | Use bufp->re_nsub instead. Add support for \(?N:RE\). | ||||
| * | (HAVE_GIF): If -lungif fails, try -lgif. | Glenn Morris | 2007-06-12 | 1 | -0/+5 |
| | | |||||
| * | Include intervals.h to declare Fget_text_property. | Stefan Monnier | 2007-06-11 | 1 | -7/+10 |
| | | |||||
| * | (Fx_file_dialog): Take size from struct not pointer. | Jason Rumney | 2007-06-10 | 1 | -0/+4 |
| | | |||||
| * | Merge from emacs--rel--22 | Miles Bader | 2007-06-09 | 1 | -0/+12 |
| |\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790 | ||||
| | * | *** empty log message *** | Jason Rumney | 2007-06-06 | 1 | -0/+4 |
| | | | |||||
| | * | * image.c (xpm_load): Remove spurious call to xpm_init_color_cache. | Chong Yidong | 2007-06-06 | 1 | -0/+5 |
| | | | |||||
| | * | * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD. | Chong Yidong | 2007-06-06 | 1 | -0/+4 |
| | | | |||||
| | * | * xfaces.c (syms_of_xfaces): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * xdisp.c (next_element_from_buffer): * window.c (delete_window): * term.c (term_mouse_highlight): * msdos.c (getdefdir): * macterm.c (mac_create_bitmap_from_bitmap_data) (init_font_name_table): * fns.c (Fsxhash): * data.c (Fmake_local_variable): * ccl.c (ccl_driver): Likewise. | ||||
| | * | (Fshrink_window): Reflow docstring. | Juanma Barranquero | 2007-06-04 | 1 | -0/+4 |
| | | | |||||
| | * | Version 22.1 released. | Chong Yidong | 2007-06-02 | 1 | -0/+2 |
| | | | |||||
| | * | * xfns.c (x_set_name_internal): Undo last change. | Chong Yidong | 2007-06-02 | 1 | -0/+9 |
| | | | |||||
| | * | * xfns.c (x_set_name_internal): Save encoded name before | Chong Yidong | 2007-06-01 | 1 | -0/+5 |
| | | | | | | | | | x_encode_text in case string data is relocated. | ||||
| | * | (syms_of_buffer): Doc fix. | Richard M. Stallman | 2007-05-31 | 1 | -0/+4 |
| | | | |||||
| * | | (Fdelete_and_extract_region): Use empty_unibyte_string. | Juanma Barranquero | 2007-06-08 | 1 | -0/+35 |
| | | | |||||
| * | | (Fcurrent_time_zone): Remove hack for Japanese Windows. | Jason Rumney | 2007-06-07 | 1 | -0/+6 |
| | | | |||||
| * | | (mac_get_window_bounds): Move extern from macfns.c. | YAMAMOTO Mitsuharu | 2007-06-07 | 1 | -0/+75 |
| | | | | | | | | | (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros. | ||||
| * | | (emacs-copyright): New constant. | Glenn Morris | 2007-06-07 | 1 | -0/+4 |
| | | | |||||
| * | | * image.c (xpm_load): Remove spurious call to xpm_init_color_cache. | Chong Yidong | 2007-06-06 | 1 | -0/+5 |
| | | | |||||
| * | | (struct scroll_bar): Rename member control_handle_low | YAMAMOTO Mitsuharu | 2007-06-06 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | and control_handle_high to control_ref_low and control_ref_high. All uses changed. (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE, respectively. All uses changed. (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground) (install_window_handler, remove_window_handler): Replace WindowPtr with WindowRef in externs. | ||||
| * | | (Finternal_lisp_face_p): Signal error for face alias loops. | Juanma Barranquero | 2007-06-05 | 1 | -1/+5 |
| | | | |||||
| * | | *** empty log message *** | Nick Roberts | 2007-06-03 | 1 | -0/+15 |
| | | | |||||
| * | | * image.c (search_image_cache): New function. Require background | Chong Yidong | 2007-06-03 | 1 | -0/+6 |
| | | | | | | | | | | | color match if background color is unspecified in the image spec. (uncache_image, lookup_image): Use it. | ||||
| * | | *** empty log message *** | Juanma Barranquero | 2007-06-01 | 1 | -18/+20 |
| | | | |||||
| * | | *** empty log message *** | Juanma Barranquero | 2007-06-01 | 1 | -7/+7 |
| | | | |||||
| * | | (Fshrink_window): Reflow docstring. | Juanma Barranquero | 2007-06-01 | 1 | -9/+13 |
| | | | |||||
| * | | * xfns.c (x_set_name_internal): Save encoded name before | Chong Yidong | 2007-06-01 | 1 | -0/+5 |
| | | | | | | | | | x_encode_text in case string data is relocated. | ||||
| * | | *** empty log message *** | Nick Roberts | 2007-06-01 | 1 | -0/+19 |
| | | | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-05-29 | 1 | -0/+5 |
| |\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 29-32) - Update from CVS 2007-05-29 Martin Rudalics <rudalics@gmx.at> * lisp/textmodes/table.el (table--point-entered-cell-function) (table--point-left-cell-function): Bind `inhibit-point-motion-hooks' to t. 2007-05-28 Chong Yidong <cyd@stupidchicken.com> * lisp/textmodes/sgml-mode.el (sgml-point-entered): Use condition-case. 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change) * lisp/log-edit.el (log-edit-changelog-paragraph): Return point-max as the end of the ChangeLog paragraph when it ends without a line termination. 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * src/xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t around current_column call. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-778 | ||||
| | * | (redisplay_internal): Bind inhibit-point-motion-hooks to t | YAMAMOTO Mitsuharu | 2007-05-28 | 1 | -0/+5 |
| | | | | | | | | | around current_column call. | ||||
| | * | * xdisp.c (redisplay_window): If first window line is a continuation | Chong Yidong | 2007-05-24 | 1 | -0/+6 |
| | | | | | | | | | line, recompute the new window start instead of recentering. | ||||
| | * | *** empty log message *** | YAMAMOTO Mitsuharu | 2007-05-24 | 1 | -0/+5 |
| | | | |||||
| * | | * xfaces.c (syms_of_xfaces): Delete stray semicolon. | Dan Nicolaescu | 2007-05-26 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * xdisp.c (next_element_from_buffer): * window.c (delete_window): * term.c (term_mouse_highlight): * msdos.c (getdefdir): * macterm.c (mac_create_bitmap_from_bitmap_data) (init_font_name_table): * fns.c (Fsxhash): * data.c (Fmake_local_variable): * ccl.c (ccl_driver): Likewise. | ||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-05-25 | 1 | -0/+5 |
| |\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 25) - Update from CVS 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * mac/INSTALL: Add note about moving self-contained application bundle to non-ASCII directory. 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * src/macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event): Call mac_wakeup_from_rne on window size change. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-770 | ||||
| * | | * image.c (uncache_image): Fix typo. | Chong Yidong | 2007-05-25 | 1 | -0/+4 |
| | | | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-05-24 | 1 | -0/+4 |
| |\ \ | |/ | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 24) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-767 | ||||
| | * | (x_connection_closed): Remove NO_RETURN. | Richard M. Stallman | 2007-05-22 | 1 | -0/+4 |
| | | | |||||
| * | | *** empty log message *** | Nick Roberts | 2007-05-23 | 1 | -0/+4 |
| | | | |||||
| * | | (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD. | Kenichi Handa | 2007-05-22 | 1 | -0/+4 |
| | | | |||||
| * | | * image.c (uncache_image): New function. | Chong Yidong | 2007-05-21 | 1 | -0/+5 |
| | | | | | | | | | (Fimage_refresh): New function. | ||||
| * | | Move GPM check outside HAVE_X_WINDOWS. | Jan Djärv | 2007-05-20 | 1 | -0/+4 |
| | | | |||||
| * | | *** empty log message *** | Nick Roberts | 2007-05-20 | 1 | -0/+5 |
| | | | |||||