aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-07-12 16:10:39 +0000
committerRichard M. Stallman2006-07-12 16:10:39 +0000
commit2c6e026af76cd26af019d07fa57a6f0668c965fc (patch)
treebc8339503e40d60409e87fd13a5aea9760003e94
parent0c1cf12271ac2ffca1cabbb180e7d5257858ca7d (diff)
downloademacs-2c6e026af76cd26af019d07fa57a6f0668c965fc.tar.gz
emacs-2c6e026af76cd26af019d07fa57a6f0668c965fc.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog30
-rw-r--r--lispref/ChangeLog15
2 files changed, 40 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0154ff83245..27219563639 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,33 @@
12006-07-12 Richard Stallman <rms@gnu.org>
2
3 * progmodes/grep.el (grep-last-buffer): Doc fix.
4
5 * info.el (Info-try-follow-nearest-node): Doc fix.
6
7 * emacs-lisp/edebug.el (edebug-instrument-function):
8 Err if find-function-noselect gives no position.
9
10 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11 If can't find definition, return nil for position.
12 (find-function-do-it): Handle new return value
13 of find-definition-noselect.
14 (find-definition-noselect, find-variable-noselect): Doc fix.
15 (find-function-noselect): Doc fix.
16
17 * help-mode.el (help-variable-def): Handle find-variable-noselect
18 returning no position.
19 (help-function-def): Likewise for find-function-search-for-symbol.
20 (help-face-def): Likewise.
21
22 * help-fns.el (describe-variable): Handle find-variable-noselect
23 returning no position.
24
25 * files.el (locate-file-completion): Avoid duplicates in result.
26
27 * cus-edit.el (custom-no-edit): New command.
28 (custom-mode-map): Remap to custom-no-edit instead of
29 using suppress-keymap.
30
12006-07-12 Nick Roberts <nickrob@snap.net.nz> 312006-07-12 Nick Roberts <nickrob@snap.net.nz>
2 32
3 * tumme.el (tumme-create-thumb) 33 * tumme.el (tumme-create-thumb)
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index d43e55c93f5..88bfc32905d 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,13 @@
12006-07-12 Richard Stallman <rms@gnu.org>
2
3 * objects.texi (Frame Type): Explain nature of frames better.
4
5 * frames.texi (Frames): Explain nature of frames better.
6
72006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8
9 * tips.texi (Coding Conventions): Explain why use cl at compile time.
10
12006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 112006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 12
3 * frames.texi (Window System Selections): Mention scrap support for Mac. 13 * frames.texi (Window System Selections): Mention scrap support for Mac.
@@ -14,11 +24,6 @@
14 (sit-for 0) is equivalent to (redisplay). 24 (sit-for 0) is equivalent to (redisplay).
15 Iconifying/deiconifying no longer makes sit-for return. 25 Iconifying/deiconifying no longer makes sit-for return.
16 26
172006-07-11 Nick Roberts <nickrob@snap.net.nz>
18
19 * tips.texi (Coding Conventions): Mention macros.
20 Suggested by Ken Manheimer.
21
222006-07-10 Nick Roberts <nickrob@snap.net.nz> 272006-07-10 Nick Roberts <nickrob@snap.net.nz>
23 28
24 * display.texi (Buttons): Fix typo. 29 * display.texi (Buttons): Fix typo.