aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog.10
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2007-03-04 23:42:07 +0000
committerKim F. Storm <[email protected]>2007-03-04 23:42:07 +0000
commit8cedef2e7475553a0932f37591e79c367903e787 (patch)
tree2bf02a970f11878d52463c183cb1ff9a3e089235 /lisp/ChangeLog.10
parentfd6780a53b11d9f49b61138fcdb15d1705b9e623 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog.10')
-rw-r--r--lisp/ChangeLog.1023
1 files changed, 12 insertions, 11 deletions
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10
index d7264dfb0b..d6d69c5292 100644
--- a/lisp/ChangeLog.10
+++ b/lisp/ChangeLog.10
@@ -2972,7 +2972,7 @@
(rename-buffer): Use the `newname' arg as base.
(create-file-buffer): Split the file name into base and dirname.
-2003-05-09 Jesper Harder <[email protected]> (tiny change)
+2003-05-09 Jesper Harder <[email protected]>
* mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line.
@@ -3275,7 +3275,7 @@
* filesets.el (filesets-data): Add another defvar.
(filesets-verbosity): Doc fix.
-2003-05-02 Tak Ota <[email protected]> (tiny change)
+2003-05-02 Tak Ota <[email protected]>
* recentf.el (recentf-cleanup): Swap tests for exclusion and
accessibility.
@@ -3492,10 +3492,10 @@
(Info-display-images-node): New functions for displaying images.
(Info-select-node): Call Info-display-images-node.
-2003-04-25 Kai Gro,A_(Bjohann <[email protected]>
+2003-04-25 David Ponce <[email protected]>
* files.el (file-relative-name): Recognize "c:/foo" as absolute
- file name. Tiny change from David PONCE <[email protected]>.
+ file name.
2003-04-24 Sam Steingold <[email protected]>
@@ -5595,7 +5595,7 @@
beginning-of-defun to the non-existing command
sh-beginning-of-compound-command.
-2003-02-12 Karl Chen <[email protected]> (tiny change)
+2003-02-12 Karl Chen <[email protected]>
* files.el (find-alternate-file): Check whether `dired-directory'
is bound.
@@ -11971,7 +11971,7 @@
* calendar/appt.el (appt-delete): Use substring-no-properties.
(appt-make-list): Don't use prin1-to-string; use the string unchanged.
-2002-08-15 Jan Nieuwenhuizen <[email protected]> (tiny change)
+2002-08-15 Jan Nieuwenhuizen <[email protected]>
* server.el (server-process-filter): Simplify code.
(server-goto-line-column): New function.
@@ -12378,7 +12378,7 @@
* dired.el: Hide disabling of dired-find-alternate-file behind
autoload-cookie.
-2002-07-31 Tak Ota <[email protected]> (tiny change)
+2002-07-31 Tak Ota <[email protected]>
* makefile.w32-in: Revert some changes from 2002-07-23 because they
don't work on MSVC/nmake builds.
@@ -22919,13 +22919,14 @@
* startup.el: Document command line option --no-window-system
instead of --no-windows.
-2001-10-30 Stefan Monnier <[email protected]>
-
- * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
+2001-10-30 David Ponce <[email protected]>
* font-lock.el (java-font-lock-syntactic-face-function): New fun.
(font-lock-defaults-alist): Use it.
- From David Ponce <[email protected]>
+
+2001-10-30 Stefan Monnier <[email protected]>
+
+ * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
* progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
output of `char-after'.