aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-12-04 16:01:22 +0000
committerJuanma Barranquero <[email protected]>2007-12-04 16:01:22 +0000
commit35d5727ce99e800bb9b9766a79c147c69c922c1a (patch)
tree45c7ed459c7008c5a93ffd6503690751d24c2df1
parentefccebb5740fb0d7d3084a4880677e5d226a36e5 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog24
-rw-r--r--lisp/ChangeLog.1224
2 files changed, 26 insertions, 22 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eb6adaca88..b7b82020ae 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-04 Juanma Barranquero <[email protected]>
+
+ * ido.el (ido-save-history): Set the `coding' local
+ variable in the first line of the file.
+
2007-12-04 Glenn Morris <[email protected]>
* password-cache.el: Move here from gnus/password.el.
@@ -27,8 +32,8 @@
* emulation/viper-init.el (viper-replace-overlay-cursor-color)
(viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
- (viper-vi-state-cursor-color): Consolidate
- make-variable-frame-local calls.
+ (viper-vi-state-cursor-color):
+ Consolidate make-variable-frame-local calls.
* net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
(eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
@@ -46,15 +51,14 @@
2007-12-03 Dan Nicolaescu <[email protected]>
- * ediff-util.el (ediff-setup):
- * ediff-diff.el (ediff-prepare-error-list): Disable undo for
- ediff-error-buffer.
+ * ediff-diff.el (ediff-prepare-error-list):
+ * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
2007-12-03 Tassilo Horn <[email protected]>
* doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
- (doc-view-current-overlay, doc-view-pending-cache-flush): Add doc
- string.
+ (doc-view-current-overlay, doc-view-pending-cache-flush):
+ Add doc string.
2007-12-03 Richard Stallman <[email protected]>
@@ -79,8 +83,8 @@
2007-12-02 Glenn Morris <[email protected]>
- * emacs-lisp/bytecomp.el (byte-compile-declare-function): Reverse
- branches of if statement.
+ * emacs-lisp/bytecomp.el (byte-compile-declare-function):
+ Reverse branches of if statement.
* emulation/viper-cmd.el (top-level): Don't require advice.
Don't load viper-util, viper-keym, viper-mous, viper-macs,
@@ -136,7 +140,7 @@
* progmodes/python.el (top-level): Don't require cl when compiling.
-2007-12-02 Agustin Martin <[email protected]>
+2007-12-02 Agust,Am(Bn Mart,Am(Bn <[email protected]>
* textmodes/flyspell.el (flyspell-large-region): Explicitly set
encoding for aspell process and for communication with it.
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index fa7dc5589a..2c6111f3ec 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -6411,7 +6411,7 @@
* jit-lock.el (jit-lock-fontify-again): New function.
(jit-lock-fontify-now): Use it instead of lambda form.
-2006-09-13 Agustin Martin <[email protected]>
+2006-09-13 Agust,Am(Bn Mart,Am(Bn <[email protected]>
* textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
(flyspell-auto-correct-word): Make ispell-filter local to these
@@ -11561,7 +11561,7 @@
* isearch.el (isearch-other-meta-char): Handle user bindings for
shifted control characters.
-2006-03-18 Agustin Martin <[email protected]>
+2006-03-18 Agust,Am(Bn Mart,Am(Bn <[email protected]>
* textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
part that matches email addresses, file names, etc.
@@ -11856,7 +11856,7 @@
* progmodes/octave-mod.el (octave-indent-for-comment):
Behave according to do string.
-2006-03-11 Agustin Martin <[email protected]>
+2006-03-11 Agust,Am(Bn Mart,Am(Bn <[email protected]>
* textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
Be visible only if major mode is Mail Mode.
@@ -12022,7 +12022,7 @@
(t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
(t-mouse-mode): Remove period from end of error message.
-2006-03-03 Agustin Martin <[email protected]>
+2006-03-03 Agust,Am(Bn Mart,Am(Bn <[email protected]>
* textmodes/flyspell.el (flyspell-process-localwords):
Be case-sensitive.
@@ -12813,7 +12813,7 @@
(remove-from-invisibility-spec, allout-hide-current-subtree):
Ditched unused variables.
-2006-02-17 Agustin Martin <[email protected]>
+2006-02-17 Agust,Am(Bn Mart,Am(Bn <[email protected]>
* textmodes/ispell.el (ispell-change-dictionary): Call
ispell-buffer-local-dict instead of
@@ -13558,7 +13558,7 @@
described in the docstring for `bs-attributes-list'.
(bs--get-name): Simplify. Don't pad the buffer name.
-2006-01-27 Agustin Martin <[email protected]>
+2006-01-27 Agust,Am(Bn Mart,Am(Bn <[email protected]>
* textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
English aspell dictionary is installed, use the first entry of
@@ -13849,7 +13849,7 @@
* mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
-2006-01-21 Agustin Martin <[email protected]>
+2006-01-21 Agust,Am(Bn Mart,Am(Bn <[email protected]>
* textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
Default to disabling the "Save affix" question.
@@ -14005,7 +14005,7 @@
* files.el (auto-mode-alist): Add Imakefile.
-2006-01-17 Agustin Martin <[email protected]>
+2006-01-17 Agust,Am(Bn Mart,Am(Bn <[email protected]>
* textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
loading the file rather than when turning on flyspell-mode.
@@ -14152,7 +14152,7 @@
(org-get-time-of-day): Fix bug with times before 1am.
(org-agenda-menu): Add tags commands.
-2006-01-13 Agustin Martin <[email protected]>
+2006-01-13 Agust,Am(Bn Mart,Am(Bn <[email protected]>
* textmodes/ispell.el (ispell-init-process): Include the used
dictionary in ispell process start message.
@@ -14842,7 +14842,7 @@
Use local var buffer-scan-pos to advance scan for next misspelling.
Advance it only after we find the misspelling.
-2005-12-27 Agustin Martin <[email protected]>
+2005-12-27 Agust,Am(Bn Mart,Am(Bn <[email protected]>
* textmodes/flyspell.el (flyspell-external-point-words):
New criteria for finding the misspelling in the buffer.
@@ -17232,7 +17232,7 @@
* international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
-2005-12-02 Agustin Martin <[email protected]>
+2005-12-02 Agust,Am(Bn Mart,Am(Bn <[email protected]>
* textmodes/flyspell.el (flyspell-external-point-words):
Consider a misspelling as found in the string search if: (a) misspelling
@@ -18221,7 +18221,7 @@
* textmodes/flyspell.el (flyspell-large-region):
Call flyspell-accept-buffer-local-defs.
-2005-11-13 Agustin Martin <[email protected]>
+2005-11-13 Agust,Am(Bn Mart,Am(Bn <[email protected]>
* textmodes/flyspell.el (flyspell-notify-misspell):
Fix misspelling of "Misspelling".