aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2008-07-15 18:15:18 +0000
committerAdrian Robert2008-07-15 18:15:18 +0000
commitedfda78355c5528eee489fa8a7f9c73bf8e734f2 (patch)
tree78d2414d9791e1efc17ec9b35b438ae35602340a /lisp/ChangeLog
parent1391cd548782097e34d7856ec4f20ca90bdf2c26 (diff)
downloademacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.tar.gz
emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.zip
merging Emacs.app (NeXTstep port)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 61497df6504..afcd19bef32 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,42 @@
12008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2 * ns-carbon-compat.el: New file: user-visible compatibility of
3 NeXTstep port with Carbon port.
4 * ns-grabenv.el: New file: functionality useful on OS X platform to
5 expose environment variables inside Emacs started from icon.
6 * Makefile.in: Add above three files.
7 * cus-edit.el
8 * cus-face.el
9 * disp-table.el
10 * faces.el
11 * info.el
12 * mouse.el
13 * mwheel.el
14 * simple.el: Add ns to window systems treated as GUIs.
15 * facemenu.el (facemenu-read-color): Don't require a name match under
16 NS, to allow numeric color entry.
17 * frame.el (make-frame-on-display): Follow code for 'x in initializing
18 'ns window system if need be.
19 (various): Add 'ns as described above.
20 * loadup.el: Load ns-win.el if ns-windowing is active.
21 * startup.el (command-line-ns-option-alist): New constant to handle NS
22 windowing system specific command line args analogous to how they are
23 handled for X windows.
24 (command-line-1): Use the above where appropriate.
25 * version.el: Add NS port version.
26 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
27 Darwin (usually OS X) systems.
28 (woman-use-own-frame): Include 'ns in list of GUI window systems.
29 * emulation/viper-util.el (ns-display-color-p)
30 (ns-color-defined-p): Remove these (caustically-commented) outdated
31 compensations for a port that was never itself integrated until now.
32 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
33 for NS window system.
34 * international/mule-cmds.el: Add 'ns to list of special-cased window
35 systems (probably most of these, x/w32/mac/ns could be changed to
36 window-system non-nil).
37 * term/ns-win.el: New file: lisp-side support for NS windowing system.
38
39
12008-07-14 Jason Rumney <jasonr@gnu.org> 402008-07-14 Jason Rumney <jasonr@gnu.org>
2 41
3 * term/w32-win.el (x-handle-switch, x-handle-name-switch) 42 * term/w32-win.el (x-handle-switch, x-handle-name-switch)