From 218b3b7634bd5638c6f7b3fdb26c552127288bc6 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 9 Jan 2008 06:15:40 +0000 Subject: *** empty log message *** --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index e942fc32eeb..6433adaee13 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2008-01-09 Kenichi Handa + + * coding.c (detect_coding_iso2022): New arg + latin_extra_code_state. Allow Latin extra codes only + when *latin_extra_code_state is nonzero. + (detect_coding_mask): If there is a NULL byte, detect the encoding + as UTF-16 or binary. If Latin extra codes exist, detect the + encoding as ISO-2022 only when there's no other proper encoding is + found. + 2008-01-08 YAMAMOTO Mitsuharu * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of -- cgit v1.2.1 From c0323133334f70c2e25f4ace22084e3696bf2a5a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 10 Jan 2008 04:08:55 +0000 Subject: Chong Yidong (wait_reading_process_output): Check for window changes caused by timers. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 6433adaee13..18b1e04a1d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-01-10 Chong Yidong + + * process.c (wait_reading_process_output): Check for window + changes caused by timers. + 2008-01-09 Kenichi Handa * coding.c (detect_coding_iso2022): New arg -- cgit v1.2.1 From 63dbe8da55f83719acaf0dbd74d6273137334c6f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 10 Jan 2008 04:09:49 +0000 Subject: Chong Yidong (wait_reading_process_output): Check for window changes caused by timers. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 7efd990fc0f..287959462be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-01-10 Chong Yidong + + * process.c (wait_reading_process_output): Check for window + changes caused by timers. + 2008-01-08 Glenn Morris * emacs.c (main): Set copyright year to 2008. -- cgit v1.2.1 From 5ee4de5319f07e1da96835eece3d8a79cdae3da2 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Fri, 11 Jan 2008 10:29:07 +0000 Subject: (mac_emacs_pid) [MAC_OSX]: New variable. [MAC_OSX] (init_mac_osx_environment): Initialize it. [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0 when used on child processes. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 287959462be..25b994e3ab8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2008-01-11 YAMAMOTO Mitsuharu + + * mac.c (mac_emacs_pid) [MAC_OSX]: New variable. + [MAC_OSX] (init_mac_osx_environment): Initialize it. + [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0 + when used on child processes. + 2008-01-10 Chong Yidong * process.c (wait_reading_process_output): Check for window -- cgit v1.2.1 From 81cd7687abd636f4c9b4cc380909ab6a69b88d74 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 11 Jan 2008 11:30:25 +0000 Subject: (detect_coding_mask): Fix previous change. --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 18b1e04a1d7..d56550fb1a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-11 Kenichi Handa + + * coding.c (detect_coding_mask): Fix previous change. + 2008-01-10 Chong Yidong * process.c (wait_reading_process_output): Check for window -- cgit v1.2.1 From e39a993cce3b5d82cb997e34200a5395c315e3a6 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 13 Jan 2008 00:43:55 +0000 Subject: * movemail.c: * make-docfile.c: Remove reference to symbols defined by systems not supported anymore: MAC_OS8, XENIX and STRIDE. * (src/m/mips.h): * (src/m/intel386.h): * callproc.c: * config.in: * ecrt0.c: * emacs.c: * fileio.c: * frame.c: * getpagesize.h: * keyboard.c: * lread.c: * process.c: * puresize.h: * sysdep.c: * systty.h: * syswait.h: * unexec.c: * xdisp.c: * alloc.c: Remove code containing references to symbols defined by unsupported systems. --- src/ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index d56550fb1a3..0ad3ba97e0f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,28 @@ +2008-01-13 Dan Nicolaescu + + * (unexsunos4): Remove file, system not supported anymore. + + * (src/m/mips.h): + * (src/m/intel386.h): + * callproc.c: + * config.in: + * ecrt0.c: + * emacs.c: + * fileio.c: + * frame.c: + * getpagesize.h: + * keyboard.c: + * lread.c: + * process.c: + * puresize.h: + * sysdep.c: + * systty.h: + * syswait.h: + * unexec.c: + * xdisp.c: + * alloc.c: Remove code containing references to symbols defined by + unsupported systems. + 2008-01-11 Kenichi Handa * coding.c (detect_coding_mask): Fix previous change. -- cgit v1.2.1 From 8111ec056543164117099bd6fdecb51f39428fb4 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 13 Jan 2008 15:15:03 +0000 Subject: (Fcall_process): Fix previous change. --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 0ad3ba97e0f..a6caa49221b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-13 Dan Nicolaescu + + * callproc.c: (Fcall_process): Fix previous change. + 2008-01-13 Dan Nicolaescu * (unexsunos4): Remove file, system not supported anymore. -- cgit v1.2.1 From ce20b66472dfead20a281e8145af385780bd6d3a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 13 Jan 2008 18:26:15 +0000 Subject: *** empty log message *** --- src/ChangeLog | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index a6caa49221b..e2bbadcb62a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,13 +1,13 @@ 2008-01-13 Dan Nicolaescu - * callproc.c: (Fcall_process): Fix previous change. + * callproc.c (Fcall_process): Fix previous change. 2008-01-13 Dan Nicolaescu - * (unexsunos4): Remove file, system not supported anymore. + * unexsunos4: Remove file, system not supported anymore. - * (src/m/mips.h): - * (src/m/intel386.h): + * src/m/mips.h: + * src/m/intel386.h: * callproc.c: * config.in: * ecrt0.c: @@ -1884,8 +1884,7 @@ 2007-08-29 Dan Nicolaescu * callproc.c (child_setup, getenv_internal): Use the - display-environment-variable and term-environment-variable frame - params. + display-environment-variable and term-environment-variable frame params. (set_initial_environment): Initialise Vprocess_environment. * config.in: Disable multi-keyboard support on a mac. -- cgit v1.2.1 From f40f5dc36e552879e565e489a4e3a5f19be7e4ea Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 13 Jan 2008 18:29:53 +0000 Subject: * configure.in: Remove more references to unsupported systems. * m/sequent-ptx.h: * m/sequent.h: * s/ptx.h: * s/ptx4-2.h: * s/ptx4.h: Remove files for systems no longer supported. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index e2bbadcb62a..045c8e762b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2008-01-13 Dan Nicolaescu + * m/sequent-ptx.h: + * m/sequent.h: + * s/ptx.h: + * s/ptx4-2.h: + * s/ptx4.h: Remove files for systems no longer supported. + * callproc.c (Fcall_process): Fix previous change. 2008-01-13 Dan Nicolaescu -- cgit v1.2.1 From 052e457f1c19207015efc6c8f6b2b76ab8ffb1c9 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 13 Jan 2008 21:49:20 +0000 Subject: *** empty log message *** --- src/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 045c8e762b3..206c9a4e218 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -10,7 +10,7 @@ 2008-01-13 Dan Nicolaescu - * unexsunos4: Remove file, system not supported anymore. + * unexsunos4.c: Remove file, system not supported anymore. * src/m/mips.h: * src/m/intel386.h: -- cgit v1.2.1 From 944df51178e5c6617e89d28a2e6797b02550fde0 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 13 Jan 2008 22:10:51 +0000 Subject: Fix typo in src/lisp.h --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 206c9a4e218..24dcaf9d9b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-13 Tom Tromey + + * lisp.h: Fix typo. + 2008-01-13 Dan Nicolaescu * m/sequent-ptx.h: -- cgit v1.2.1 From 9292328f935f06cdb014c572e9a7dd44875421a2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 15 Jan 2008 03:54:28 +0000 Subject: Revert 2008-01-13 change: this is a generated file. --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 24dcaf9d9b4..001819a32a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-15 Glenn Morris + + * config.in: Revert 2008-01-13 change: this is a generated file. + 2008-01-13 Tom Tromey * lisp.h: Fix typo. -- cgit v1.2.1 From fdecf90749c6594b2d47a93b4e8adb11ffb264e4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 16 Jan 2008 04:12:22 +0000 Subject: (select-safe-coding-system-function): Doc fix. --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 001819a32a8..e04746694f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-16 Glenn Morris + + * coding.c (select-safe-coding-system-function): Doc fix. + 2008-01-15 Glenn Morris * config.in: Revert 2008-01-13 change: this is a generated file. -- cgit v1.2.1 From 6bed5c4a80687fa9767819a948453cfe3551bbc2 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 16 Jan 2008 16:29:00 +0000 Subject: * configure.in: Remove more references to unsupported systems. * s/irix3-3.h: * s/irix4-0.h: * s/386-ix.h: * s/domain.h: * s/hpux9-x11r4.h: * s/hpux9shxr4.h: Remove files for systems no longer supported. * sysdep.c: Remove code containing references to symbols defined by unsupported systems. --- src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index e04746694f1..f5c648f03af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2008-01-16 Dan Nicolaescu + + * s/irix3-3.h: + * s/irix4-0.h: + * s/386-ix.h: + * s/domain.h: + * s/hpux9-x11r4.h: + * s/hpux9shxr4.h: Remove files for systems no longer supported. + + * sysdep.c: Remove code containing references to symbols defined + by unsupported systems. + 2008-01-16 Glenn Morris * coding.c (select-safe-coding-system-function): Doc fix. -- cgit v1.2.1 From 5d2c8fc0d8e74cfa8bbe6b5d4a26eff56d911df6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 17 Jan 2008 04:04:26 +0000 Subject: (START_FILES, LIB_STANDARD): Adjust value according to HAVE_X86_64_LIB64_DIR. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 25b994e3ab8..ceea594199e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-01-17 Glenn Morris + + * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according + to HAVE_X86_64_LIB64_DIR. + 2008-01-11 YAMAMOTO Mitsuharu * mac.c (mac_emacs_pid) [MAC_OSX]: New variable. -- cgit v1.2.1 From b16ed52dbb30e8009eb8689de6877f500f7f7c33 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 17 Jan 2008 04:08:06 +0000 Subject: (START_FILES, LIB_STANDARD): Adjust value according to HAVE_X86_64_LIB64_DIR. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index f5c648f03af..5e464404310 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-01-17 Glenn Morris + + * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according + to HAVE_X86_64_LIB64_DIR. + 2008-01-16 Dan Nicolaescu * s/irix3-3.h: -- cgit v1.2.1 From 602e142f5cddd7b199abb16ee9db1aeaa6e01ea6 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Thu, 17 Jan 2008 11:38:45 +0000 Subject: (w32_read_socket) : Decode characters outside the unicode range available in MULE by locale-coding-system. Improve dbcs lead byte detection. Set event timestamp and modifiers earlier. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index ceea594199e..a2cb8c490a6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2008-01-17 Jason Rumney + + * w32term.c (w32_read_socket) : Decode characters outside + the unicode range available in MULE by locale-coding-system. + Improve dbcs lead byte detection. Set event timestamp and modifiers + earlier. + 2008-01-17 Glenn Morris * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according -- cgit v1.2.1 From 55e6d9b27eae4f97500516f4fb86e4013d148d14 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 17 Jan 2008 11:43:28 +0000 Subject: Regenerate. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 5e464404310..b641635484b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2008-01-17 Andreas Schwab + + * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR + instead of HAVE_X86_64_LIB64_DIR. + * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise. + 2008-01-17 Glenn Morris * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according -- cgit v1.2.1 From d616968003b11307a17d0995f9d6bfbe12b6c51c Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Thu, 17 Jan 2008 15:23:38 +0000 Subject: (handle_one_xevent): Revert to counting chars not bytes. (XTread_socket): Clarify what return value is counting in comment. --- src/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index a2cb8c490a6..b28c1d9ac05 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2008-01-17 Jason Rumney + * xterm.c (handle_one_xevent): Revert to counting chars not bytes. + * w32term.c (w32_read_socket) : Decode characters outside the unicode range available in MULE by locale-coding-system. Improve dbcs lead byte detection. Set event timestamp and modifiers -- cgit v1.2.1 From 76ed5e0157c14cf9fcd075db08296bd692a43fc7 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 18 Jan 2008 15:15:07 +0000 Subject: * movemail.c: Remove references to XENIX. * m/intel386.h: Remove references to XENIX. --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index b641635484b..d63c039592a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-18 Dan Nicolaescu + + * m/intel386.h: Remove references to XENIX. + 2008-01-17 Andreas Schwab * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR -- cgit v1.2.1 From c3b232e48e3200d4a3350f73213709e1bf12145c Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 19 Jan 2008 05:11:02 +0000 Subject: (set_window_buffer): Don't unnecessarily reset hscroll and vscroll if we're setting window-buffer to the value it already has. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index d63c039592a..2f30dfcf807 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-01-19 Stefan Monnier + + * window.c (set_window_buffer): Don't unnecessarily reset hscroll and + vscroll if we're setting window-buffer to the value it already has. + 2008-01-18 Dan Nicolaescu * m/intel386.h: Remove references to XENIX. -- cgit v1.2.1 From 823e0ebb51743ee935104b98badfa4a015ff231a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 19 Jan 2008 05:22:33 +0000 Subject: (Qauto_hscroll_mode): New var. (syms_of_xdisp): Initialize it. (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each window's buffer. (hscroll_windows): Don't check automatic_hscrolling_p here. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 2f30dfcf807..3e11968fb58 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2008-01-19 Stefan Monnier + * xdisp.c (Qauto_hscroll_mode): New var. + (syms_of_xdisp): Initialize it. + (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each + window's buffer. + (hscroll_windows): Don't check automatic_hscrolling_p here. + * window.c (set_window_buffer): Don't unnecessarily reset hscroll and vscroll if we're setting window-buffer to the value it already has. -- cgit v1.2.1 From e69c4cae1801f1578819d72dd6c798c4e0b09dde Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 19 Jan 2008 05:27:20 +0000 Subject: (list_processes_1): Don't use SCHARS on a nil buffer name. --- src/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 3e11968fb58..0667c484acb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2008-01-19 Stefan Monnier + * process.c (list_processes_1): Don't use SCHARS on a nil buffer name. + * xdisp.c (Qauto_hscroll_mode): New var. (syms_of_xdisp): Initialize it. (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each -- cgit v1.2.1 From 5a7a1dde2c0cc502c3db47bb867b14534f741867 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 19 Jan 2008 05:55:50 +0000 Subject: (detect_coding_iso2022): New arg latin_extra_code_state. Allow Latin extra codes only when *latin_extra_code_state is nonzero. (detect_coding_mask): If there is a NULL byte, detect the encoding as UTF-16 or binary. If Latin extra codes exist, detect the encoding as ISO-2022 only when there's no other proper encoding is found. --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index b28c1d9ac05..034315cf7cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2008-01-19 Kenichi Handa + + * coding.c (detect_coding_iso2022): New arg + latin_extra_code_state. Allow Latin extra codes only + when *latin_extra_code_state is nonzero. + (detect_coding_mask): If there is a NULL byte, detect the encoding + as UTF-16 or binary. If Latin extra codes exist, detect the + encoding as ISO-2022 only when there's no other proper encoding is + found. + 2008-01-17 Jason Rumney * xterm.c (handle_one_xevent): Revert to counting chars not bytes. -- cgit v1.2.1 From c041e2d1a31cd24b54651d1b9a993d26a0c4a021 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 19 Jan 2008 15:24:59 +0000 Subject: *** empty log message *** --- src/ChangeLog | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 034315cf7cc..1ec2ad7aa85 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,12 +1,10 @@ 2008-01-19 Kenichi Handa - * coding.c (detect_coding_iso2022): New arg - latin_extra_code_state. Allow Latin extra codes only - when *latin_extra_code_state is nonzero. + * coding.c (detect_coding_iso2022): New arg latin_extra_code_state. + Allow Latin extra codes only when *latin_extra_code_state is nonzero. (detect_coding_mask): If there is a NULL byte, detect the encoding - as UTF-16 or binary. If Latin extra codes exist, detect the - encoding as ISO-2022 only when there's no other proper encoding is - found. + as UTF-16 or binary. If Latin extra codes exist, detect the encoding + as ISO-2022 only when no other proper encoding is found. 2008-01-17 Jason Rumney @@ -14,7 +12,7 @@ * w32term.c (w32_read_socket) : Decode characters outside the unicode range available in MULE by locale-coding-system. - Improve dbcs lead byte detection. Set event timestamp and modifiers + Improve dbcs lead byte detection. Set event timestamp and modifiers earlier. 2008-01-17 Glenn Morris -- cgit v1.2.1 From 8abe0f97764a932f9e15863a93014fefff484ed6 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Sun, 20 Jan 2008 10:34:18 +0000 Subject: (undo_inhibit_record_point): New variable. (syms_of_undo): Initialize it. (record_point): Don't record point when undo_inhibit_record_point is set. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 0667c484acb..73a1164915e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2008-01-20 Martin Rudalics + + * undo.c (undo_inhibit_record_point): New variable. + (syms_of_undo): Initialize it. + (record_point): Don't record point when undo_inhibit_record_point + is set. + 2008-01-19 Stefan Monnier * process.c (list_processes_1): Don't use SCHARS on a nil buffer name. -- cgit v1.2.1 From 223b3d1da9d4d73216b3e58f4e8c3d6b2e56739a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Mon, 21 Jan 2008 09:59:58 +0000 Subject: (struct scroll_bar): New member `redraw_needed_p'. --- src/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 1ec2ad7aa85..1c4b08d24d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2008-01-21 YAMAMOTO Mitsuharu + + * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p. + (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p + is set even without positional changes. + (x_scroll_bar_clear): Set bar->redraw_needed_p. + + * macterm.h (struct scroll_bar): New member `redraw_needed_p'. + 2008-01-19 Kenichi Handa * coding.c (detect_coding_iso2022): New arg latin_extra_code_state. -- cgit v1.2.1 From 8c7a4ac525e888da28f53a984c555e077e51935e Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 21 Jan 2008 20:19:16 +0000 Subject: * dbusbind.el (Fdbus_method_return_internal): Renamed from Fdbus_method_return. (Fdbus_unregister_object): Moved to dbus.el. (Fdbus_call_method, Fdbus_method_return_internal) (Fdbus_send_signal): Debug messages improved. --- src/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 73a1164915e..0a798a670a0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2008-01-21 Michael Albinus + + * dbusbind.el (Fdbus_method_return_internal): Renamed from + Fdbus_method_return. + (Fdbus_unregister_object): Moved to dbus.el. + (Fdbus_call_method, Fdbus_method_return_internal) + (Fdbus_send_signal): Debug messages improved. + 2008-01-20 Martin Rudalics * undo.c (undo_inhibit_record_point): New variable. -- cgit v1.2.1 From dfbe40f2145a3df3b4296aaefa3456bb46d19a3b Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 22 Jan 2008 23:59:24 +0000 Subject: Fix dates for ChangeLog merge entries Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1007 --- src/ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index b28fecb971a..09fbe99a8f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,4 @@ -2008-01-21 YAMAMOTO Mitsuharu +2008-01-23 YAMAMOTO Mitsuharu * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p. (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p @@ -7,7 +7,7 @@ * macterm.h (struct scroll_bar): New member `redraw_needed_p'. -2008-01-17 Jason Rumney +2008-01-23 Jason Rumney * xterm.c (handle_one_xevent): Revert to counting chars not bytes. @@ -16,7 +16,7 @@ Improve dbcs lead byte detection. Set event timestamp and modifiers earlier. -2008-01-11 YAMAMOTO Mitsuharu +2008-01-23 YAMAMOTO Mitsuharu * mac.c (mac_emacs_pid) [MAC_OSX]: New variable. [MAC_OSX] (init_mac_osx_environment): Initialize it. -- cgit v1.2.1 From e0df1b73db61b652198ab72a7ab0d9791f29a0a8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 25 Jan 2008 04:31:22 +0000 Subject: Fix typo and tense. --- src/ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 09fbe99a8f2..24b69f1a8d1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -25,11 +25,11 @@ 2008-01-21 Michael Albinus - * dbusbind.el (Fdbus_method_return_internal): Renamed from + * dbusbind.c (Fdbus_method_return_internal): Rename from Fdbus_method_return. - (Fdbus_unregister_object): Moved to dbus.el. + (Fdbus_unregister_object): Move to dbus.el. (Fdbus_call_method, Fdbus_method_return_internal) - (Fdbus_send_signal): Debug messages improved. + (Fdbus_send_signal): Improve debug messages. 2008-01-20 Martin Rudalics -- cgit v1.2.1 From ccd8f7fe141f55e9ba381633b02a6467df0270e1 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 25 Jan 2008 10:01:15 +0000 Subject: (Fclrhash): Return TABLE. --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 24b69f1a8d1..a6d8cc928d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-25 Thien-Thi Nguyen + + * fns.c (Fclrhash): Return TABLE. + 2008-01-23 YAMAMOTO Mitsuharu * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p. -- cgit v1.2.1 From 79235cbe2d1942c461226a889458449b209ce154 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 25 Jan 2008 18:56:19 +0000 Subject: *** empty log message *** --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index a6d8cc928d6..73d2e1d05c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-25 Michael Albinus + + * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux. + 2008-01-25 Thien-Thi Nguyen * fns.c (Fclrhash): Return TABLE. -- cgit v1.2.1 From bbb9fc1f654a0eb81a5dc186e16880a0354ddd71 Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Fri, 25 Jan 2008 23:02:36 +0000 Subject: (redisplay_window): Run Qwindow_text_change_functions and jump back to beginning. Move some other initializations after that. (Qwindow_text_change_functions, (Vwindow_text_change_functions): New variables. (syms_of_xdisp): Init them. --- src/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 73d2e1d05c7..9a70449ac78 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2008-01-25 Richard Stallman + + * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and + jump back to beginning. Move some other initializations after that. + (Qwindow_text_change_functions, Vwindow_text_change_functions): + New variables. + (syms_of_xdisp): Init them. + + * keyboard.c (read_char): Restore echo_message_buffer after redisplay. + + * buffer.c (reset_buffer_local_variables): Implement + `permanent-local-hook'. + (Qpermanent_local_hook): New variable. + (syms_of_buffer): init and staticpro it. + 2008-01-25 Michael Albinus * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux. -- cgit v1.2.1 From 3ac7a21e51347773559ffd8d133845aaf73eb9fd Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 26 Jan 2008 01:00:30 +0000 Subject: * xdisp.c (pos_visible_p): Handle the case where charpos falls on invisible text covered with an ellipsis. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 9a70449ac78..dddf5447469 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-01-26 Chong Yidong + + * xdisp.c (pos_visible_p): Handle the case where charpos falls on + invisible text covered with an ellipsis. + 2008-01-25 Richard Stallman * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and -- cgit v1.2.1 From 302d7d5465573c17de07f3addbdc6a63180c0b57 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 26 Jan 2008 01:08:53 +0000 Subject: (logon_network_drive): New function. (stat): Use it. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index dddf5447469..469bc632182 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-01-26 Jason Rumney + + * w32.c (logon_network_drive): New function. + (stat): Use it. + 2008-01-26 Chong Yidong * xdisp.c (pos_visible_p): Handle the case where charpos falls on -- cgit v1.2.1 From c617afcea160aeeaa8b00d4181fe784069a888d4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 26 Jan 2008 13:04:14 +0000 Subject: (g_b_init_get_sid_sub_authority, g_b_init_get_sid_sub_authority_count): New static variables. (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs. (get_sid_sub_authority, get_sid_sub_authority_count): New functions. (init_user_info): Use the above two new functions to retrieve uid and gid. Use 500/513, the Windows defaults, as Administrator's uid/gid. --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 469bc632182..9f620aae33e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2008-01-26 Eli Zaretskii + + * w32.c (g_b_init_get_sid_sub_authority) + (g_b_init_get_sid_sub_authority_count): New static variables. + (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs. + (get_sid_sub_authority, get_sid_sub_authority_count): New functions. + (init_user_info): Use the above two new functions to retrieve uid + and gid. Use 500/513, the Windows defaults, as Administrator's + uid/gid. + 2008-01-26 Jason Rumney * w32.c (logon_network_drive): New function. -- cgit v1.2.1 From 248c21c5f20f60961cb18de1f90b995dd6ce8b18 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 26 Jan 2008 15:25:12 +0000 Subject: (fstat): Use pw_uid and pw_gid from the_passwd structure for st_uid and st_gid of the file. --- src/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 9f620aae33e..b3ab1ad9904 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -7,6 +7,8 @@ (init_user_info): Use the above two new functions to retrieve uid and gid. Use 500/513, the Windows defaults, as Administrator's uid/gid. + (fstat): Use pw_uid and pw_gid from the_passwd structure for + st_uid and st_gid of the file. 2008-01-26 Jason Rumney -- cgit v1.2.1 From 9c28b587abe1ebf89059753b6983d597402042d8 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 27 Jan 2008 16:06:02 +0000 Subject: * configure.in: Update comment. * Makefile.in: Remove references to unused macros. --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index b3ab1ad9904..114bbc5b0e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-27 Dan Nicolaescu + + * Makefile.in: Remove references to unused macros. + 2008-01-26 Eli Zaretskii * w32.c (g_b_init_get_sid_sub_authority) -- cgit v1.2.1 From 0975aa2475b2691bcb646d56cb3be39f01843ef2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 28 Jan 2008 03:48:45 +0000 Subject: (read_char): Yet another int/Lisp_Object mixup (YAILOM). --- src/ChangeLog | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 114bbc5b0e7..3986b4f9284 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-28 Stefan Monnier + + * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM). + 2008-01-27 Dan Nicolaescu * Makefile.in: Remove references to unused macros. @@ -8,9 +12,8 @@ (g_b_init_get_sid_sub_authority_count): New static variables. (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs. (get_sid_sub_authority, get_sid_sub_authority_count): New functions. - (init_user_info): Use the above two new functions to retrieve uid - and gid. Use 500/513, the Windows defaults, as Administrator's - uid/gid. + (init_user_info): Use them to retrieve uid and gid. + Use 500/513, the Windows defaults, as Administrator's uid/gid. (fstat): Use pw_uid and pw_gid from the_passwd structure for st_uid and st_gid of the file. @@ -34,10 +37,10 @@ * keyboard.c (read_char): Restore echo_message_buffer after redisplay. - * buffer.c (reset_buffer_local_variables): Implement - `permanent-local-hook'. + * buffer.c (reset_buffer_local_variables): + Implement `permanent-local-hook'. (Qpermanent_local_hook): New variable. - (syms_of_buffer): init and staticpro it. + (syms_of_buffer): Init and staticpro it. 2008-01-25 Michael Albinus -- cgit v1.2.1 From ef264c42097f5317044f6a85f895588184c2dbdd Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 28 Jan 2008 19:05:13 +0000 Subject: * window.c (run_window_configuration_change_hook): New function. Code extracted from set_window_buffer. Set the selected frame. (set_window_buffer): Use it. * window.h (run_window_configuration_change_hook): Declare. * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 3986b4f9284..0d1a18ef2ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2008-01-28 Stefan Monnier + * window.c (run_window_configuration_change_hook): New function. + Code extracted from set_window_buffer. Set the selected frame. + (set_window_buffer): Use it. + * window.h (run_window_configuration_change_hook): Declare. + * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer. + * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM). 2008-01-27 Dan Nicolaescu -- cgit v1.2.1 From 548667aad86a5e07e5ac96b832dcd10c5e6eb4c6 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Mon, 28 Jan 2008 23:23:48 +0000 Subject: *** empty log message *** --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 0d1a18ef2ca..92cd97146f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-28 Jason Rumney + + * w32.c (stat): Don't double check for networked drive. + 2008-01-28 Stefan Monnier * window.c (run_window_configuration_change_hook): New function. -- cgit v1.2.1 From 8b329dbaa78f6bea288ad4326914629197f757a1 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 29 Jan 2008 05:12:00 +0000 Subject: src/macterm.c (XTset_vertical_scroll_bar): Fix merge mistake Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1020 --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 92cd97146f7..0645765cdde 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-29 Miles Bader + + * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake. + 2008-01-28 Jason Rumney * w32.c (stat): Don't double check for networked drive. -- cgit v1.2.1