| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix KVAR/BVAR, | Jan Djärv | 2011-02-17 | 1 | -6/+6 |
* | Fix the NS build due to introduction of B_. | Eli Zaretskii | 2011-02-15 | 1 | -3/+3 |
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -1/+2 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Fix NextStep build problems with globals.h introducion. | Jan Djärv | 2011-01-19 | 1 | -13/+2 |
* | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -2/+3 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -3/+2 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | Fix last set of Nextstep changes. | Chong Yidong | 2010-03-31 | 1 | -1/+1 |
* | | For nextstep: Handle bad utf-8 in buffer name, always use buffer name for title. | Jan Djärv | 2010-12-31 | 1 | -31/+38 |
* | | Encode frame title and icon name before setting. | Jan Djärv | 2010-12-30 | 1 | -65/+49 |
* | | Repeat 2010-11-14 change to xfns.c for w32 and ns. | Chong Yidong | 2010-11-14 | 1 | -2/+0 |
* | | Sync docs of some X, W32, NS C functions. | Glenn Morris | 2010-10-29 | 1 | -12/+14 |
* | | Use intern_c_string instead of intern. | Dan Nicolaescu | 2010-10-01 | 1 | -1/+1 |
* | | * nsfns.m (ns_frame_parm_handlers): Add a slot for the | Jan D | 2010-08-17 | 1 | -0/+1 |
* | | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D | 2010-08-06 | 1 | -19/+17 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -73/+39 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -1/+1 |
* | | * nsfns.m (compute_tip_xy): Do not convert coordinates from frame parameters. | Jan D | 2010-07-01 | 1 | -14/+21 |
* | | Fix some compilation errors in nsfns.c | Jan D | 2010-06-29 | 1 | -3/+9 |
* | | Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249). | Chong Yidong | 2010-06-26 | 1 | -4/+12 |
* | | Fix config.h includes. | Dan Nicolaescu | 2010-06-01 | 1 | -1/+1 |
* | | [merge] Fix last set of Nextstep changes. | Chong Yidong | 2010-03-31 | 1 | -1/+1 |
|/ |
|
* | Clean up unneeded ns_set_icon_type calls. | Chong Yidong | 2010-03-29 | 1 | -7/+13 |
* | Fix Qnone definition in NS files. | Chong Yidong | 2010-01-14 | 1 | -3/+1 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | NS fixes for Bug#3233. | Chong Yidong | 2010-01-06 | 1 | -23/+27 |
* | * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call | Chong Yidong | 2009-10-24 | 1 | -2/+6 |
* | * nsterm.m: | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (xw-color-values): Use CGFloat where appropriate. | Adrian Robert | 2009-10-12 | 1 | -1/+1 |
* | (ns_set_name_iconic, ns_set_name, ns_set_name_as_filename, x-create-frame, ns... | Adrian Robert | 2009-09-27 | 1 | -14/+6 |
* | * nsfns.m (x-focus-frame): Activate the app first. | Adrian Robert | 2009-09-18 | 1 | -0/+1 |
* | * nsfns.m (x-close-connection): Drop PSFlush() under OS X. | Adrian Robert | 2009-09-18 | 1 | -3/+0 |
* | (x_get_string_resource): Ape just-previous changes to other platform versions... | Adrian Robert | 2009-09-18 | 1 | -8/+5 |
* | (Fxw_color_values): Return 3-element list. Doc fix. | YAMAMOTO Mitsuharu | 2009-08-20 | 1 | -11/+4 |
* | (Fns_set_alpha): Remove function. | YAMAMOTO Mitsuharu | 2009-07-16 | 1 | -27/+0 |
* | * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky. | Jan Djärv | 2009-07-01 | 1 | -1/+2 |
* | nsfns.m (Fns_popup_font_panel): Use shared font manager. | Adrian Robert | 2009-06-08 | 1 | -1/+1 |
* | Ensure NS frames remain hidden when invisible | David Reitter | 2009-05-26 | 1 | -7/+14 |
* | * nsfns.m (Fx_display_planes): Compute bitplanes using | Chong Yidong | 2009-05-10 | 1 | -1/+1 |
* | (ns_get_screen): Rewrite. | Stefan Monnier | 2009-05-06 | 1 | -38/+24 |
* | Unify shutdown handling under NS, via ns-power-off key event (where appropria... | David Reitter | 2009-03-14 | 1 | -12/+0 |
* | * nsfns.m (Fx_close_connection): Doc fix. | Juanma Barranquero | 2009-03-12 | 1 | -23/+23 |
* | * nsfns.m (syms_of_nsfns): Remove Qbuffered. | Adrian Robert | 2009-03-10 | 1 | -4/+0 |
* | (ns_appkit_version_int): Fix typo in the version macro. | Adrian Robert | 2009-03-06 | 1 | -1/+1 |
* | * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmen... | Adrian Robert | 2009-02-13 | 1 | -4/+8 |
* | * emacs.c (ns_no_defaults): New declaration. (main): Use it. * nsterm.h (ns... | Adrian Robert | 2009-01-23 | 1 | -3/+4 |
* | Remove '23' comments that indicated code added during update from emacs-20 ->... | Adrian Robert | 2009-01-22 | 1 | -11/+9 |
* | * nsfns.m (ns-read-file-name): Fix typo in assignment statement. | Adrian Robert | 2009-01-22 | 1 | -1/+1 |
* | * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on Tiger. ... | Adrian Robert | 2009-01-22 | 1 | -0/+2 |