comparison lisp/ChangeLog @ 86234:860a7a8e779e

* progmodes/octave-mod.el (inferior-octave-send-list-and-digest): * play/yow.el (doctor-ret-or-read): * vc-hooks.el (vc-dired-resynch-file): * vc-hg.el (log-view-get-marked): * smerge-mode.el (ediff-cleanup-mess): * pcvs.el (vc-editable-p, vc-checkout): * pcomplete.el (comint-bol): * informat.el (texinfo-format-refill): * ido.el (tramp-tramp-file-p): * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier) (ibuffer-generate-filter-groups) (ibuffer-format-filter-group-data): * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as functions. * ido.el (ido-file-internal): Move with-no-warnings to include the ffap-string-at-point call. * pcomplete.el (pcomplete-executables): Move defsubst before first use. * vc-hg.el (vc-hg-revision-table): Fix last change.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 19 Nov 2007 08:50:04 +0000
parents 851a18a6e906
children 2155f31345ad
comparison
equal deleted inserted replaced
86233:851a18a6e906 86234:860a7a8e779e
1 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
4 * play/yow.el (doctor-ret-or-read):
5 * vc-hooks.el (vc-dired-resynch-file):
6 * vc-hg.el (log-view-get-marked):
7 * smerge-mode.el (ediff-cleanup-mess):
8 * pcvs.el (vc-editable-p, vc-checkout):
9 * pcomplete.el (comint-bol):
10 * informat.el (texinfo-format-refill):
11 * ido.el (tramp-tramp-file-p):
12 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
13 (ibuffer-generate-filter-groups)
14 (ibuffer-format-filter-group-data):
15 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
16 functions.
17
18 * textmodes/ispell.el (ispell-int-char): Make it a defalias
19 instead of fset.
20 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
21
22 * ido.el (ido-file-internal): Move with-no-warnings to include the
23 ffap-string-at-point call.
24
25 * pcomplete.el (pcomplete-executables): Move defsubst before first
26 use.
27
28 * vc-hg.el (vc-hg-revision-table): Fix last change.
29
1 2007-11-19 Martin Rudalics <rudalics@gmx.at> 30 2007-11-19 Martin Rudalics <rudalics@gmx.at>
2 31
3 * menu-bar.el (top-level): Deactivate clipboard-kill-region and 32 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
4 clipboard-yank when the buffer is read-only. 33 clipboard-yank when the buffer is read-only.
5 34