comparison lisp/ChangeLog @ 86237:2155f31345ad

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 19 Nov 2007 11:28:17 +0000
parents 860a7a8e779e
children 50f1680522fd
comparison
equal deleted inserted replaced
86236:7df795bd9533 86237:2155f31345ad
8 * pcvs.el (vc-editable-p, vc-checkout): 8 * pcvs.el (vc-editable-p, vc-checkout):
9 * pcomplete.el (comint-bol): 9 * pcomplete.el (comint-bol):
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
18 * textmodes/ispell.el (ispell-int-char): Make it a defalias 17 * textmodes/ispell.el (ispell-int-char): Make it a defalias
19 instead of fset. 18 instead of fset.
20 (ispell-message): Use with-no-warnings for sc-cite-regexp call. 19 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
21 20
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
30 2007-11-19 Martin Rudalics <rudalics@gmx.at> 28 2007-11-19 Martin Rudalics <rudalics@gmx.at>
31 29
40 38
41 * progmodes/gdb-ui.el: Update commentary. 39 * progmodes/gdb-ui.el: Update commentary.
42 40
43 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu> 41 2007-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
48 2007-11-19 Glenn Morris <rgm@gnu.org> 45 2007-11-19 Glenn Morris <rgm@gnu.org>
49 46
50 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile 47 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
51 does not exist, try adding `.el' extension. Also search for defsubsts. 48 does not exist, try adding `.el' extension. Also search for defsubsts.
88 * eshell/esh-ext.el (eshell-external-command): 85 * eshell/esh-ext.el (eshell-external-command):
89 * eshell/esh-cmd.el (require): 86 * eshell/esh-cmd.el (require):
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):
97 Rename from event-matches-key-specifier-p, define unconditionally. 94 Rename from event-matches-key-specifier-p, define unconditionally.
98 (event-basic-type): Remove unused defalias. 95 (event-basic-type): Remove unused defalias.
653 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing 650 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
654 before calling stty. 651 before calling stty.
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
663 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the 659 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
664 remote connection identification when setting connection property. 660 remote connection identification when setting connection property.
804 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name. 800 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
805 Got rid of ediff-copy-list. 801 Got rid of ediff-copy-list.
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.
813 (ediff-diff-options): Set "--binary" option as default in some cases. 809 (ediff-diff-options): Set "--binary" option as default in some cases.
814 810
1176 1172
1177 * textmodes/reftex-index.el (reftex-index-selection-or-word): 1173 * textmodes/reftex-index.el (reftex-index-selection-or-word):
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
1184 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca> 1179 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1185 1180
1186 * abbrev.el: Rename `count' and `system-flag' to :count and :system. 1181 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
1187 Update all users. 1182 Update all users.
1232 Run allout-structure-added-hook 1227 Run allout-structure-added-hook
1233 (allout-encrypt-decrypted): Preserve match data. 1228 (allout-encrypt-decrypted): Preserve match data.
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
1240 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu> 1234 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
1241 1235
1242 * textmodes/flyspell.el (message-signature-separator): 1236 * textmodes/flyspell.el (message-signature-separator):
1243 * longlines.el (message-indent-citation-function): Pacify byte 1237 * longlines.el (message-indent-citation-function): Pacify byte