aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2007-11-09 09:45:30 +0000
committerMiles Bader2007-11-09 09:45:30 +0000
commitc12ecb0af9679cc0e2fa0409931c34c035763469 (patch)
treebd118c7ebc571de0dab542f48ad0c1648c6ccf72 /lisp/ChangeLog
parente83d1fe87564d06d2fcbb4006dfd9133bc340aa8 (diff)
parent9d2185d10e3da9062672d96d3b59fcea31ff17ed (diff)
downloademacs-c12ecb0af9679cc0e2fa0409931c34c035763469.tar.gz
emacs-c12ecb0af9679cc0e2fa0409931c34c035763469.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog75
1 files changed, 75 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bac3ee7a691..707a2ec45a4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,78 @@
12007-11-09 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
4
52007-11-09 Sven Joachim <svenjoac@gmx.de>
6
7 * dired-aux.el (dired-copy-file-recursive):
8 Preserve directory permissions.
9
102007-11-09 Juanma Barranquero <lekktu@gmail.com>
11
12 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
13 (whitespace-unload-function): New-style unload function. When run,
14 unintern `whitespace-unload-hook' and call `unload-feature' recursively
15 to stop the old hook from messing with the unloading.
16
172007-11-09 Juanma Barranquero <lekktu@gmail.com>
18
19 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
20 (elp-unset-master, elp-results): Fix typos.
21 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
22 Doc fixes.
23
24 * msb.el (msb--many-menus): Remove variable.
25 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
26 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
27 (msb--toggle-menu-type): Fix typos in docstrings.
28
29 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
30 (shadow-insert-var): Doc fixes.
31 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
32 Reflow docstrings.
33 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
34
352007-11-09 Juanma Barranquero <lekktu@gmail.com>
36
37 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
38 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
39 Fix typos in autoload docstrings.
40
412007-11-09 Richard Stallman <rms@gnu.org>
42
43 * savehist.el (savehist-save): Obey savehist-ignored-variables.
44
452007-11-09 Nick Roberts <nickrob@snap.net.nz>
46
47 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
48 (gdb-var-update-handler-1): Use it.
49
502007-11-09 Juanma Barranquero <lekktu@gmail.com>
51
52 * loadhist.el (unload-feature): Remove erroneous check for the
53 FEATURE-unload-function variable; check the existence of the
54 function (that's what the docstring says, and it makes more sense).
55
56 * follow.el (follow-unload-function): Add docstring.
57 (follow-unload-function): Remove variable.
58
59 * server.el (server-unload-function): Remove variable.
60 (server-unload-function): Unbind `server-edit' from `C-x #'.
61
62 * uniquify.el (uniquify-unload-function): Add docstring.
63 (uniquify-unload-function): Remove variable.
64
65 * ses.el (ses-unload-function): New function.
66
672007-11-09 Juanma Barranquero <lekktu@gmail.com>
68
69 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
70 (unsafep-progn, unsafep-let): Fix typos in docstrings.
71
72 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
73 before use to avoid a warning in packages that require uniquify.
74 (uniquify-unload-function): New function and var.
75
12007-11-09 Dan Nicolaescu <dann@ics.uci.edu> 762007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
2 77
3 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove. 78 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.