[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v |
Date: |
Tue, 22 Jan 2008 23:59:25 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Miles Bader <miles> 08/01/22 23:59:24
Index: lisp/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12627
retrieving revision 1.12628
diff -u -b -r1.12627 -r1.12628
--- lisp/ChangeLog 22 Jan 2008 23:53:41 -0000 1.12627
+++ lisp/ChangeLog 22 Jan 2008 23:59:22 -0000 1.12628
@@ -1,15 +1,15 @@
-2008-01-19 Dan Nicolaescu <address@hidden>
+2008-01-23 Dan Nicolaescu <address@hidden>
* 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 <address@hidden>
+2008-01-23 Richard Stallman <address@hidden>
* icomplete.el (icomplete-get-keys):
Look up KEYS using all maps in proper buffer.
-2008-01-17 Vinicius Jose Latorre <address@hidden>
+2008-01-23 Vinicius Jose Latorre <address@hidden>
Miles Bader <address@hidden>
* 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 <address@hidden>
+2008-01-23 Alan Mackenzie <address@hidden>
* 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 <address@hidden>
+2008-01-23 Juanma Barranquero <address@hidden>
* 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 <address@hidden>
+2008-01-23 Dan Nicolaescu <address@hidden>
* 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 <address@hidden>
+2008-01-23 Eli Zaretskii <address@hidden>
* 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 <address@hidden>
+2008-01-23 Richard Stallman <address@hidden>
* subr.el (atomic-change-group): Prevent undo list truncation.
-2008-01-10 Dan Nicolaescu <address@hidden>
+2008-01-23 Dan Nicolaescu <address@hidden>
* files.el (safe-local-eval-forms): Mark
(add-hook 'write-file-hooks 'time-stamp) as safe.
-2008-01-10 Nick Roberts <address@hidden>
+2008-01-23 Nick Roberts <address@hidden>
* 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 <address@hidden>
+2008-01-23 Dan Nicolaescu <address@hidden>
* 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 <address@hidden>
+2008-01-23 Wilson Snyder <address@hidden>
* progmodes/verilog-mode.el (verilog-booleanp): New function for
backward compatibility. Replace all uses of booleanp with
verilog-booleanp.
-2008-01-09 Dan Nicolaescu <address@hidden>
+2008-01-23 Dan Nicolaescu <address@hidden>
* vc-hg.el (vc-hg-diff): Don't pass an empty string.
-2008-01-09 Wilson Snyder <address@hidden>
+2008-01-23 Wilson Snyder <address@hidden>
* progmodes/verilog-mode.el (top-level): Fix spacing.
(verilog-mode-version, verilog-mode-release-date): Update version
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Juanma Barranquero, 2008/01/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Glenn Morris, 2008/01/20
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Juanma Barranquero, 2008/01/21
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Vinicius Jose Latorre, 2008/01/21
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Martin Rudalics, 2008/01/21
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Michael Albinus, 2008/01/21
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Vinicius Jose Latorre, 2008/01/21
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Reiner Steib, 2008/01/21
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Glenn Morris, 2008/01/22
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Glenn Morris, 2008/01/22
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v,
Miles Bader <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Miles Bader, 2008/01/22
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Glenn Morris, 2008/01/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Glenn Morris, 2008/01/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Martin Rudalics, 2008/01/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Carsten Dominik, 2008/01/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Dan Nicolaescu, 2008/01/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Michael Albinus, 2008/01/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Glenn Morris, 2008/01/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Dan Nicolaescu, 2008/01/24
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v, Martin Rudalics, 2008/01/24