summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2007-03-04 23:42:07 +0000
committerKim F. Storm <storm@cua.dk>2007-03-04 23:42:07 +0000
commit8cedef2e7475553a0932f37591e79c367903e787 (patch)
tree2bf02a970f11878d52463c183cb1ff9a3e089235
parentfd6780a53b11d9f49b61138fcdb15d1705b9e623 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/ChangeLog.1023
-rw-r--r--lisp/ChangeLog.1142
-rw-r--r--lisp/ChangeLog.74
4 files changed, 38 insertions, 37 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 83437bca808..4bd507a4156 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -15721,7 +15721,7 @@
* progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
-2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
+2005-12-06 Nozomu Ando <nand@mac.com>
* mail/smtpmail.el (smtpmail-try-auth-methods): Make password
prompts work for AUTH PLAIN. Also reported by Steve Allan
@@ -29284,7 +29284,7 @@
* progmodes/python.el (python-close-block-statement-p)
(python-outdent-p, python-current-defun): Use symbol-end.
-2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
+2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
* files.el (save-some-buffers): Doc fix.
@@ -31969,7 +31969,7 @@
* electric.el (Electric-pop-up-window): Use fit-window-to-buffer
instead of calculating the right size.
-2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
+2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
* vc-svn.el (vc-svn-diff): Stay local if possible.
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10
index d7264dfb0b8..d6d69c52924 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 <harder@ifa.au.dk> (tiny change)
+2003-05-09 Jesper Harder <harder@ifa.au.dk>
* 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 <Takaaki.Ota@am.sony.com> (tiny change)
+2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com>
* 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 <kai.grossjohann@gmx.net>
+2003-04-25 David Ponce <david.ponce@wanadoo.fr>
* files.el (file-relative-name): Recognize "c:/foo" as absolute
- file name. Tiny change from David PONCE <david.ponce@wanadoo.fr>.
+ file name.
2003-04-24 Sam Steingold <sds@gnu.org>
@@ -5595,7 +5595,7 @@
beginning-of-defun to the non-existing command
sh-beginning-of-compound-command.
-2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
+2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu>
* 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 <janneke@gnu.org> (tiny change)
+2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org>
* 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 <Takaaki.Ota@am.sony.com> (tiny change)
+2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com>
* 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 <monnier@cs.yale.edu>
-
- * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
+2001-10-30 David Ponce <david.ponce@wanadoo.fr>
* font-lock.el (java-font-lock-syntactic-face-function): New fun.
(font-lock-defaults-alist): Use it.
- From David Ponce <david.ponce@wanadoo.fr>
+
+2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
+
+ * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
* progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
output of `char-after'.
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11
index e9c752464f7..ac47f4eaeaa 100644
--- a/lisp/ChangeLog.11
+++ b/lisp/ChangeLog.11
@@ -4993,7 +4993,7 @@
* international/latin1-disp.el (latin1-char-displayable-p): Likewise.
-2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
+2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny change)
* emacs-lisp/cl-indent.el (lisp-indent-defmethod):
Correct indentation of DEFMETHODS with non-standard method
@@ -6043,12 +6043,12 @@
* international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
(ccl-untranslated-to-ucs): Fix typo.
-2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
+2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu>
* progmodes/python.el (python-open-block-statement-p):
Fix indentation after a block opening that contains a comment.
-2004-06-12 J,Ai(Br,At(Bme Marant <jerome@marant.org> (tiny change)
+2004-06-12 J,Ai(Br,At(Bme Marant <jerome@marant.org>
* bindings.el (completion-ignored-extensions): Add file extensions
of Python byte-compiled files.
@@ -6982,7 +6982,7 @@
(byte-goto-log-buffer): Delete.
(byte-compile-log-file): Call compilation-forget-errors.
-2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
+2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com>
* net/ldap.el (ldap-search-internal): Avoid mixing standard error
output messages into the search result.
@@ -6996,7 +6996,7 @@
* international/characters.el: Fix syntax (open/close) of CJK chars.
-2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
+2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu>
* help-mode.el (help-go-back): Don't depend on position of back button.
@@ -7121,7 +7121,7 @@
* calendar/appt.el (appt-disp-window):
Use `calendar-set-mode-line' for a centered mode-line.
-2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
+2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com>
* calendar/appt.el (appt-disp-window): Do not split window
excessively when `split-height-threshold' is low.
@@ -10484,12 +10484,12 @@
* loadhist.el (unload-feature): Doc fix. Rename flist to
unload-hook-features-list.
-2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
+2004-02-16 Jay Belanger <belanger@truman.edu>
* calc/calc-embed.el (calc-do-embedded-activate): Add autoload
cookie. Don't check if we are looking-at open-formula.
-2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
+2004-02-16 Jesper Harder <harder@ifa.au.dk>
* subr.el (match-string-no-properties): Use substring-no-properties.
@@ -10564,7 +10564,7 @@
* international/ccl.el (ccl-compile-write): Pass `left' to
ccl-embed-code to generate correct code of write-expr-register.
-2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
+2004-02-15 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/grep.el (grep-compute-defaults): Fix typos.
@@ -10766,7 +10766,7 @@
* vc.el (with-vc-file): Fix unsafe uses of error.
(vc-cancel-version): Likewise.
-2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
+2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl>
* progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
thousands separator; fixes <class>:<line-number> regexp for
@@ -11113,7 +11113,7 @@
* mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
-2004-01-18 David Ponce <david@dponce.com> (tiny change)
+2004-01-18 David Ponce <david@dponce.com>
* progmodes/which-func.el (which-function-mode): Don't cancel
which-func-update-timer if not set.
@@ -11322,7 +11322,7 @@
* subr.el (functionp): Doc fix.
-2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
+2004-01-03 Jesper Harder <harder@ifa.au.dk>
* progmodes/idlwave.el (idlwave-make-tags):
* textmodes/flyspell.el (flyspell-large-region):.
@@ -11525,7 +11525,7 @@
(table--put-cell-indicator-property): Put yank-handler property
that indicates the yank handler for the table cell.
-2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
+2003-12-29 Jesper Harder <harder@ifa.au.dk>
* generic-x.el (etc-modules-conf-generic-mode): A more complete
set of keywords.
@@ -11583,7 +11583,7 @@
(ido-file-name-all-completions1): Return empty list for
non-readable directory.
(ido-exhibit): Print [Not readable] if directory is not readable.
- (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
+ (ido-expand-directory): New defun (based on fix from Karl Chen).
(ido-read-file-name, ido-file-internal, ido-read-directory-name):
Use it.
@@ -11921,7 +11921,7 @@
(breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
to 100 for icons to avoid increasing line height when shown.
-2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
+2003-11-17 Jesper Harder <harder@ifa.au.dk>
* newcomment.el (comment-normalize-vars): Initialize properly if
comment-start was nil.
@@ -11935,7 +11935,7 @@
* international/latin1-disp.el (latin1-display-ucs-per-lynx):
Fix docstring.
-2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
+2003-11-17 Jesper Harder <harder@ifa.au.dk>
* international/latin1-disp.el (latin1-display): Fix docstring.
@@ -12665,12 +12665,12 @@
* language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
using a Chinese tutorial.
-2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
+2003-09-28 Jesper Harder <harder@ifa.au.dk>
* mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
between "MAIL FROM:" and "RCPT TO:" and the following address.
-2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
+2003-09-28 Jesper Harder <harder@ifa.au.dk>
* textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
@@ -13685,7 +13685,7 @@
* international/fontset.el (setup-default-fontset):
Change registry names of Akurti fonts.
-2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
+2003-07-29 Jesper Harder <harder@ifa.au.dk>
* comint.el (comint-read-noecho): Use `clear-string' instead of
`fillarray'.
@@ -13701,7 +13701,7 @@
(menu): Add gdb-restore-windows to menu. Make gdba
specific menus only visible from gdba.
-2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
+2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com>
* progmodes/compile.el (compilation-environment): New user variable.
(compile-internal): Respect it.
@@ -13930,7 +13930,7 @@
* desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
Handle `dired-directory' being a list.
-2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
+2003-07-13 Jesper Harder <harder@ifa.au.dk>
* mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
it doesn't exist.
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7
index d9923a02016..57121a8f2ca 100644
--- a/lisp/ChangeLog.7
+++ b/lisp/ChangeLog.7
@@ -8260,7 +8260,7 @@
* cal-tex.el (cal-tex-cursor-week-iso): Delete spurious %.
-1997-11-02 Kevin Rodgers <kevinr@airedale.ihs.com>
+1997-11-02 Kevin Rodgers <kevinr@ihs.com>
* emacs-lisp/byte-opt.el (byte-optimize-concat): New function.
@@ -21588,7 +21588,7 @@
* time-stamp.el (time-stamp-dd/mm/yyyy): New function.
-1996-11-04 Kevin Rodgers <evinr@ihs.com>
+1996-11-04 Kevin Rodgers <kevinr@ihs.com>
* compile.el (compile-highlight-display-limit): New variable.
(compilation-handle-exit): Parse error messages here