From: Miles Bader Date: Tue, 22 Jan 2008 23:59:24 +0000 (+0000) Subject: Fix dates for ChangeLog merge entries X-Git-Tag: emacs-pretest-23.0.90~8460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dfbe40f2145a3df3b4296aaefa3456bb46d19a3b;p=emacs.git Fix dates for ChangeLog merge entries Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1007 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 46d26d1a652..6261d014487 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,15 +1,15 @@ -2008-01-19 Dan Nicolaescu +2008-01-23 Dan Nicolaescu * progmodes/sh-script.el (sh-basic-offset): * progmodes/cc-vars.el (c-syntactic-indentation) (c-syntactic-indentation-in-macros): Mark as safe. -2008-01-18 Richard Stallman +2008-01-23 Richard Stallman * icomplete.el (icomplete-get-keys): Look up KEYS using all maps in proper buffer. -2008-01-17 Vinicius Jose Latorre +2008-01-23 Vinicius Jose Latorre Miles Bader * blank-mode.el: New file. Minor mode to visualise TAB, @@ -17,13 +17,13 @@ code for handling display table (via visws.el package), his code was modified, but the main idea was kept. -2008-01-16 Alan Mackenzie +2008-01-23 Alan Mackenzie * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap). -2008-01-16 Juanma Barranquero +2008-01-23 Juanma Barranquero * frame.el (display-mm-height, display-mm-width): * whitespace.el (whitespace-check-leading-whitespace) @@ -33,14 +33,14 @@ (whitespace-check-ateol-whitespace): * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring. -2008-01-15 Dan Nicolaescu +2008-01-23 Dan Nicolaescu * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the after-save-hook so that it is not called multiple times. * vc-svn.el (vc-svn-resolve-when-done): Likewise. -2008-01-12 Eli Zaretskii +2008-01-23 Eli Zaretskii * view.el (view-file-other-window, view-file-other-frame): Don't kill the buffer if it is modified. Doc fixes. @@ -55,16 +55,16 @@ current-window-configuration. Fix second argument in the call to view-mode-enter. Doc fix. -2008-01-11 Richard Stallman +2008-01-23 Richard Stallman * subr.el (atomic-change-group): Prevent undo list truncation. -2008-01-10 Dan Nicolaescu +2008-01-23 Dan Nicolaescu * files.el (safe-local-eval-forms): Mark (add-hook 'write-file-hooks 'time-stamp) as safe. -2008-01-10 Nick Roberts +2008-01-23 Nick Roberts * comint.el (comint-insert-input): Set point first. @@ -73,7 +73,7 @@ (gdb-frame-handler): Use buffer-file-name instead of buffer-name in case of duplicate file names. -2008-01-10 Dan Nicolaescu +2008-01-23 Dan Nicolaescu * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a, C-M-e and C-M-h for emacs, they work by default. @@ -85,17 +85,17 @@ (verilog-mark-defun): Only do something useful for XEmacs, emacs does not need it. -2008-01-09 Wilson Snyder +2008-01-23 Wilson Snyder * progmodes/verilog-mode.el (verilog-booleanp): New function for backward compatibility. Replace all uses of booleanp with verilog-booleanp. -2008-01-09 Dan Nicolaescu +2008-01-23 Dan Nicolaescu * vc-hg.el (vc-hg-diff): Don't pass an empty string. -2008-01-09 Wilson Snyder +2008-01-23 Wilson Snyder * progmodes/verilog-mode.el (top-level): Fix spacing. (verilog-mode-version, verilog-mode-release-date): Update version 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.