| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix up compile error from renaming of ns-list-fonts | Adrian Robert | 2008-07-23 | 3 | -60/+8 |
| * | (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /* ... */' style | Chong Yidong | 2008-07-22 | 1 | -25/+33 |
| * | (Fns_selection_exists_p, Fns_selection_owner_p) | Chong Yidong | 2008-07-22 | 1 | -22/+27 |
| * | (Fx_rotate_cut_buffers_internal): Doc fix. | Chong Yidong | 2008-07-22 | 1 | -2/+2 |
| * | * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix. | Chong Yidong | 2008-07-22 | 1 | -1/+13 |
| * | (UP, BC, PC): Undo previous change. | Dan Nicolaescu | 2008-07-22 | 2 | -3/+2 |
| * | Rename ns prefixed functions/variables to the | Dan Nicolaescu | 2008-07-22 | 2 | -21/+26 |
| * | (char_quoted): Check "charpos > beg" before decrementing. | Stefan Monnier | 2008-07-22 | 2 | -20/+10 |
| * | (x_set_menu_bar_lines, x_set_tool_bar_lines): Remove | Dan Nicolaescu | 2008-07-22 | 2 | -99/+90 |
| * | (syms_of_nsterm): Move to the end of file. | Dan Nicolaescu | 2008-07-22 | 2 | -147/+148 |
| * | (init_display): Remove code for X10. | Dan Nicolaescu | 2008-07-22 | 2 | -2/+4 |
| * | Fix typos. | Juanma Barranquero | 2008-07-22 | 1 | -3/+3 |
| * | (Fw32_long_file_name): Don't append dir separator to bare drive. | Jason Rumney | 2008-07-22 | 2 | -1/+16 |
| * | NS cleanup: change 'PENDING' to 'FIXME'/'TODO'/'XXX' | Adrian Robert | 2008-07-22 | 5 | -85/+91 |
| * | remove debugging println | Adrian Robert | 2008-07-22 | 2 | -1/+4 |
| * | do-applescript: NS version of the Carbon implementation of the same | David Reitter | 2008-07-22 | 1 | -0/+89 |
| * | *** empty log message *** | David Reitter | 2008-07-22 | 1 | -0/+6 |
| * | fix compile error in nsfns.m | Adrian Robert | 2008-07-21 | 2 | -70/+96 |
| * | * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used | Dan Nicolaescu | 2008-07-21 | 4 | -36/+7 |
| * | Remove trailing whitespace. | Chong Yidong | 2008-07-21 | 1 | -4/+4 |
| * | (LD_SWITCH_SITE): Remove. | Dan Nicolaescu | 2008-07-21 | 2 | -5/+2 |
| * | * term/ns-win.el: Rename ns- functions/variables to the | Dan Nicolaescu | 2008-07-21 | 6 | -96/+96 |
| * | (NO_REMAP): Do not undefine. | Dan Nicolaescu | 2008-07-21 | 2 | -7/+2 |
| * | Use SOLARIS2 instead of sun. | Dan Nicolaescu | 2008-07-21 | 2 | -2/+6 |
| * | Change NS to Nextstep in docstrings and error messages. | Chong Yidong | 2008-07-21 | 1 | -131/+126 |
| * | * nsfns.m: Change NS to Nextstep in docstrings and error messages. | Chong Yidong | 2008-07-21 | 1 | -0/+16 |
| * | (print_object): Check print_depth before searching for circularities. | Chong Yidong | 2008-07-21 | 1 | -3/+4 |
| * | Fix last change. | Chong Yidong | 2008-07-21 | 1 | -1/+1 |
| * | Mark last change as tiny. | Chong Yidong | 2008-07-21 | 1 | -1/+1 |
| * | * print.c (print_object): Check print_depth before searching for | Chong Yidong | 2008-07-21 | 1 | -0/+5 |
| * | * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead | Michael Albinus | 2008-07-21 | 2 | -3/+16 |
| * | *** empty log message *** | Kenichi Handa | 2008-07-21 | 2 | -2/+8 |
| * | (find_start_pos, find_start_value) | Andreas Schwab | 2008-07-20 | 2 | -19/+26 |
| * | * s/sol2-3.h: Insert contents of s/sol2.h. | Dan Nicolaescu | 2008-07-20 | 3 | -71/+37 |
| * | * m/intel386.h (NO_REMAP): Do no define for USG, not used. | Dan Nicolaescu | 2008-07-20 | 2 | -2/+3 |
| * | under NS, recognize HSB,AHSB as synonyms for HSV,AHSV in color specifications | Adrian Robert | 2008-07-20 | 2 | -4/+12 |
| * | fix typo in ns_appdir target find command | Adrian Robert | 2008-07-20 | 2 | -2/+6 |
| * | * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was | Dan Nicolaescu | 2008-07-20 | 15 | -100/+28 |
| * | restore ability under NS to change font size from font panel (lost during som... | Adrian Robert | 2008-07-20 | 4 | -7/+33 |
| * | fix bug with quickdraw smoothing; also, in Makefile, clean out ns_appdir in '... | Adrian Robert | 2008-07-19 | 4 | -21/+25 |
| * | should have gone in in last commit | Adrian Robert | 2008-07-19 | 1 | -3/+2 |
| * | by renaming, get rid of need for hash_remove() redefinitions for NS platform;... | Adrian Robert | 2008-07-19 | 4 | -15/+10 |
| * | nsfont.m: duplicate UTF8Strings before modifying with nsfont_escape_family_na... | Adrian Robert | 2008-07-19 | 2 | -2/+10 |
| * | apply fix from Chong Yidong to NS port ns_set_background_color(), and clean u... | Adrian Robert | 2008-07-19 | 4 | -4/+12 |
| * | (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc. | Chong Yidong | 2008-07-18 | 1 | -2/+1 |
| * | * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc. | Chong Yidong | 2008-07-18 | 1 | -0/+4 |
| * | Fix typos. | Juanma Barranquero | 2008-07-18 | 1 | -38/+36 |
| * | (BASE_PURESIZE): Increase to 1240000. | Dan Nicolaescu | 2008-07-18 | 2 | -1/+5 |
| * | Merge from emacs--rel--22 | Miles Bader | 2008-07-17 | 10 | -32/+101 |
| |\ |
|
| | * | Mention setsid after vfork. | YAMAMOTO Mitsuharu | 2008-07-17 | 2 | -1/+13 |