emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Tue, 15 Jul 2008 18:15:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/07/15 18:15:19

Index: lisp/ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14147
retrieving revision 1.14148
diff -u -b -r1.14147 -r1.14148
--- lisp/ChangeLog      14 Jul 2008 10:30:53 -0000      1.14147
+++ lisp/ChangeLog      15 Jul 2008 18:14:56 -0000      1.14148
@@ -1,3 +1,42 @@
+2008-07-15  Adrian Robert <address@hidden>
+       * ns-carbon-compat.el: New file: user-visible compatibility of
+       NeXTstep port with Carbon port.
+       * ns-grabenv.el: New file: functionality useful on OS X platform to
+       expose environment variables inside Emacs started from icon.
+       * Makefile.in: Add above three files.
+       * cus-edit.el
+       * cus-face.el
+       * disp-table.el
+       * faces.el
+       * info.el
+       * mouse.el
+       * mwheel.el
+       * simple.el: Add ns to window systems treated as GUIs.
+       * facemenu.el (facemenu-read-color): Don't require a name match under
+       NS, to allow numeric color entry.
+       * frame.el (make-frame-on-display): Follow code for 'x in initializing
+       'ns window system if need be.
+       (various): Add 'ns as described above.
+       * loadup.el: Load ns-win.el if ns-windowing is active.
+       * startup.el (command-line-ns-option-alist): New constant to handle NS
+       windowing system specific command line args analogous to how they are
+       handled for X windows.
+       (command-line-1): Use the above where appropriate.
+       * version.el: Add NS port version.
+       * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
+       Darwin (usually OS X) systems.
+       (woman-use-own-frame): Include 'ns in list of GUI window systems.
+       * emulation/viper-util.el (ns-display-color-p)
+       (ns-color-defined-p): Remove these (caustically-commented) outdated
+       compensations for a port that was never itself integrated until now.
+       * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
+       for NS window system.
+       * international/mule-cmds.el: Add 'ns to list of special-cased window
+       systems (probably most of these, x/w32/mac/ns could be changed to
+       window-system non-nil).
+       * term/ns-win.el: New file: lisp-side support for NS windowing system.
+
+
 2008-07-14  Jason Rumney  <address@hidden>
 
         * term/w32-win.el (x-handle-switch, x-handle-name-switch)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]