aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-11-19 11:28:17 +0000
committerJuanma Barranquero2007-11-19 11:28:17 +0000
commit39da3b689226db25eae784c9a2749cddd04ea140 (patch)
treed72b5c10816aca15b1f8b7e445c98a5da4b57418
parentee15f3125e20e9b0fe246690e8b9b7a72d382d86 (diff)
downloademacs-39da3b689226db25eae784c9a2749cddd04ea140.tar.gz
emacs-39da3b689226db25eae784c9a2749cddd04ea140.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog22
1 files changed, 8 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0891910b025..d67753b2b41 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -10,8 +10,7 @@
10 * informat.el (texinfo-format-refill): 10 * informat.el (texinfo-format-refill):
11 * ido.el (tramp-tramp-file-p): 11 * ido.el (tramp-tramp-file-p):
12 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier) 12 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
13 (ibuffer-generate-filter-groups) 13 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
14 (ibuffer-format-filter-group-data):
15 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as 14 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
16 functions. 15 functions.
17 16
@@ -22,8 +21,7 @@
22 * ido.el (ido-file-internal): Move with-no-warnings to include the 21 * ido.el (ido-file-internal): Move with-no-warnings to include the
23 ffap-string-at-point call. 22 ffap-string-at-point call.
24 23
25 * pcomplete.el (pcomplete-executables): Move defsubst before first 24 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
26 use.
27 25
28 * vc-hg.el (vc-hg-revision-table): Fix last change. 26 * vc-hg.el (vc-hg-revision-table): Fix last change.
29 27
@@ -42,8 +40,7 @@
42 40
432007-11-18 Dan Nicolaescu <dann@ics.uci.edu> 412007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
44 42
45 * net/tramp.el (tramp-terminal-type): Remove duplicated 43 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
46 definition.
47 44
482007-11-19 Glenn Morris <rgm@gnu.org> 452007-11-19 Glenn Morris <rgm@gnu.org>
49 46
@@ -90,7 +87,7 @@
90 * eshell/em-unix.el (eshell-plain-locate-behavior): 87 * eshell/em-unix.el (eshell-plain-locate-behavior):
91 * eshell/em-cmpl.el (eshell-cmpl-initialize): 88 * eshell/em-cmpl.el (eshell-cmpl-initialize):
92 Replace eshell-under-xemacs-p with (featurep 'xemacs). 89 Replace eshell-under-xemacs-p with (featurep 'xemacs).
93 * eshell/esh-mode.el (characterp,char-int): Remove unused 90 * eshell/esh-mode.el (characterp, char-int): Remove unused
94 conditional defaliases. 91 conditional defaliases.
95 92
96 * pcomplete.el (pcomplete-event-matches-key-specifier-p): 93 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
@@ -655,8 +652,7 @@
655 652
656 * net/tramp-cache.el (tramp-cache-print) 653 * net/tramp-cache.el (tramp-cache-print)
657 (tramp-dump-connection-properties): Fix docstring. 654 (tramp-dump-connection-properties): Fix docstring.
658 (tramp-list-connections): Rename from 655 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
659 `tramp-cache-list-connections'.
660 656
661 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it. 657 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
662 658
@@ -806,7 +802,7 @@
806 802
807 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not 803 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
808 use face-name. 804 use face-name.
809 (ediff-test-utility,ediff-diff-mandatory-option) 805 (ediff-test-utility, ediff-diff-mandatory-option)
810 (ediff-reset-diff-options): Remove to simplify the mandatory option 806 (ediff-reset-diff-options): Remove to simplify the mandatory option
811 handling on Windows. 807 handling on Windows.
812 (ediff-set-diff-options): Add. 808 (ediff-set-diff-options): Add.
@@ -1178,8 +1174,7 @@
1178 Use feature test instead of boundp test so it can be resolved at 1174 Use feature test instead of boundp test so it can be resolved at
1179 compile time. 1175 compile time.
1180 1176
1181 * net/newsticker.el (replace-regexp-in-string): Only define for 1177 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
1182 XEmacs.
1183 1178
11842007-10-30 Stefan Monnier <monnier@iro.umontreal.ca> 11792007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1185 1180
@@ -1234,8 +1229,7 @@
1234 (allout-toggle-current-subtree-exposure): Add new interactive 1229 (allout-toggle-current-subtree-exposure): Add new interactive
1235 function for toggle subtree exposure - suggested by tassilo. 1230 function for toggle subtree exposure - suggested by tassilo.
1236 (move-beginning-of-line, move-end-of-line): Don't use 1231 (move-beginning-of-line, move-end-of-line): Don't use
1237 line-move-invisible-p, it's obsolete - substitute the code, 1232 line-move-invisible-p, it's obsolete - substitute the code, instead.
1238 instead.
1239 1233
12402007-10-29 Dan Nicolaescu <dann@ics.uci.edu> 12342007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
1241 1235