aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-09-21 08:04:40 +0000
committerYAMAMOTO Mitsuharu2005-09-21 08:04:40 +0000
commitacde11527b0ca69fcc110cc7d22a19ba77c82134 (patch)
treeb4112fc2275890d99a83a826db35b3c7ebfe55b9
parent385f3fc8ad317dbba7220a0129ea8fa723cd7dac (diff)
downloademacs-acde11527b0ca69fcc110cc7d22a19ba77c82134.tar.gz
emacs-acde11527b0ca69fcc110cc7d22a19ba77c82134.zip
*** empty log message ***
-rw-r--r--man/ChangeLog25
-rw-r--r--src/ChangeLog5
2 files changed, 30 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 832af046bb2..c60d222309f 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,28 @@
12005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * emacs.texi (Top): Update submenus from macos.texi.
4
5 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
6 (Mac OS): Update feature support status.
7 (Mac Input): List supported input scripts. Remove description
8 about `mac-keyboard-text-encoding'. Mention mouse button
9 emulation and related variables.
10 (Mac International): Mention Central European and Cyrillic
11 support. Now `keyboard-coding-system' is dynamically changed.
12 Add description about coding system for selection. Add
13 description about language environment.
14 (Mac Environment Variables): Mention
15 `~/.MacOSX/environment.plist'. Give example of command line
16 arguments. Add Preferences support.
17 (Mac Directories): Explicitly state that this node is for Mac OS
18 Classic only.
19 (Mac Font Specs): Mention specification for scalable fonts. List
20 supported charsets. Add preferred way of creating fontsets. Add
21 description about `mac-allow-anti-aliasing'.
22 (Mac Functions): Add descriptions about `mac-set-file-creator',
23 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
24 and `mac-get-preference'.
25
12005-09-19 Miles Bader <miles@gnu.org> 262005-09-19 Miles Bader <miles@gnu.org>
2 27
3 * newsticker.texi: Get rid of CVS keywords. 28 * newsticker.texi: Get rid of CVS keywords.
diff --git a/src/ChangeLog b/src/ChangeLog
index 5dc4f76e8b7..e107d2982b5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
4 Setup slave tty options before forking.
5
12005-09-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 62005-09-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 7
3 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program 8 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program