| Commit message (Expand) | Author | Age | Files | Lines |
| * | * README: Consolidate credits. Copyedits. | Chong Yidong | 2008-07-21 | 1 | -0/+4 |
| * | Standardize references to "Nextstep" in comments, messages, and docstrings. | Chong Yidong | 2008-07-21 | 1 | -57/+60 |
| * | * term/ns-win.el: Standardize references to "Nextstep" in | Chong Yidong | 2008-07-21 | 1 | -0/+10 |
| * | 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 |
| * | Announce future deprecation. | Chong Yidong | 2008-07-21 | 1 | -2/+18 |
| * | Make auto-refining a minor mode, and diff- and smerge- use it. | Thien-Thi Nguyen | 2008-07-21 | 4 | -15/+22 |
| * | Rewrite rfc2104-hash for speed. | Thien-Thi Nguyen | 2008-07-21 | 2 | -47/+54 |
| * | (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 |
| * | Correctly attribute David Reitter for visual-line-mode. | Chong Yidong | 2008-07-21 | 1 | -4/+8 |
| * | (visual-line-mode): Add lighter. | Chong Yidong | 2008-07-21 | 1 | -1/+3 |
| * | * simple.el (visual-line-mode): Add lighter. | Chong Yidong | 2008-07-21 | 1 | -1/+1 |
| * | (visual-line): New custom group. | Chong Yidong | 2008-07-21 | 1 | -4/+40 |
| * | * simple.el (visual-line): New custom group. | Chong Yidong | 2008-07-21 | 1 | -0/+7 |
| * | *** empty log message *** | Kenichi Handa | 2008-07-21 | 2 | -2/+8 |
| * | corrected color spec docs in ns-emacs.texi | Adrian Robert | 2008-07-20 | 2 | -4/+9 |
| * | (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 | 16 | -109/+28 |
| * | updates to nextstep/FOR-RELEASE | Adrian Robert | 2008-07-20 | 2 | -23/+32 |
| * | restore ability under NS to change font size from font panel (lost during som... | Adrian Robert | 2008-07-20 | 4 | -7/+33 |
| * | * term/x-win.el (x-handle-switch, x-handle-numeric-switch) | Dan Nicolaescu | 2008-07-20 | 5 | -524/+312 |
| * | ("cyrillic-translit"): Add two rules "//'" and | Juri Linkov | 2008-07-19 | 2 | -17/+18 |
| * | (narrow-map): Bind `org-narrow-to-subtree' to "s" on the | Juri Linkov | 2008-07-19 | 2 | -1/+6 |
| * | (proced-mode, proced): Add \\<proced-mode-map> to docstrings. | Juri Linkov | 2008-07-19 | 2 | -4/+26 |
| * | Add coding cookie utf-8 for the pilcrow sign. | Juri Linkov | 2008-07-19 | 1 | -1/+1 |
| * | (image-dired-cmd-create-thumbnail-options) | Juri Linkov | 2008-07-19 | 1 | -3/+3 |
| * | (dired-mode-map): Fix menu text of image-dired-display-thumbs. | Juri Linkov | 2008-07-19 | 1 | -2/+2 |
| * | (fancy-startup-text): Move the line "To quit a partially entered command, | Juri Linkov | 2008-07-19 | 1 | -5/+6 |
| * | Add information about C-g to the introduction. | Juri Linkov | 2008-07-19 | 2 | -0/+5 |
| * | 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 |
| * | fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre | Adrian Robert | 2008-07-19 | 2 | -1/+5 |
| * | 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 |
| * | correct mis-entered date in previous change | Adrian Robert | 2008-07-19 | 1 | -1/+1 |
| * | update icon used by NS to latest used by Carbon port | Adrian Robert | 2008-07-19 | 2 | -2/+7 |
| * | apply patch for GNUSTEP_MAKEFILES from Yavor Doganov | Adrian Robert | 2008-07-19 | 3 | -2/+9 |
| * | * ns-emacs.texi: Moved from ../emacs. Add @direntry. | Andreas Schwab | 2008-07-19 | 4 | -1/+25 |
| * | Add 2007 to copyright years, since was available then. | Glenn Morris | 2008-07-19 | 2 | -9/+9 |
| * | * dbus.texi (Inspection): Rework, introduce submenus. | Michael Albinus | 2008-07-18 | 3 | -35/+644 |
| * | * net/dbus.el (dbus-interface-properties): New defconst. | Michael Albinus | 2008-07-18 | 1 | -67/+336 |