comparison lisp/ChangeLog @ 91000:cd5e99697764

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 843-844) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 84-87) - Update from CVS - Change capitalization of VC backend names for new backends Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-241
author Miles Bader <miles@gnu.org>
date Fri, 03 Aug 2007 05:57:16 +0000
parents 35e3789db058 b8c796068320
children 8f9a5f52f99f
comparison
equal deleted inserted replaced
90999:35e3789db058 91000:cd5e99697764
1 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc-ext.el (math-get-value,math-get-sdev)
4 (math-contains-sdev): New functions.
5
6 * calc/calc-graph.el (calc-graph-format-data)
7 (calc-graph-add-curve): Check for error forms.
8 (calc-graph-set-styles): Add option for error forms.
9
1 2007-08-03 Miles Bader <miles@gnu.org> 10 2007-08-03 Miles Bader <miles@gnu.org>
2 11
3 * vc-hooks.el (vc-handled-backends): Change capitalization of VC 12 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4 backend names for new backends to `Git', `Hg', and `Bzr'. 13 backend names for new backends to `Git', `Hg', and `Bzr'.
5 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name, 14 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
6 not `HG'. 15 not `HG'.
7 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend 16 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
8 name, not `GIT'. 17 name, not `GIT'.
9 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info) 18 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
10 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'. 19 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
20
21 2007-08-02 Richard Stallman <rms@gnu.org>
22
23 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
24 to update deleted flag.
25
26 * cus-edit.el (customize-apropos, customize-apropos-options)
27 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
28
29 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
30
31 * startup.el (fancy-splash-head, startup-echo-area-message):
32 Change message text.
33
34 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
35 All callers use line-move.
36
37 * progmodes/compile.el (compilation-find-buffer): Return current
38 buffer immediately if suitable.
39 (compile, compilation-buffer-name, compilation-start): Doc fixes.
40
41 2007-07-31 Daiki Ueno <ueno@unixuser.org>
42
43 * faces.el (face-normalize-spec): New function.
44 (frame-set-background-mode): Normalize face-spec before calling
45 face-spec-match-p.
46
47 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * server.el (server-window): Add switch-to-buffer-other-frame option.
11 50
12 2007-08-03 Glenn Morris <rgm@gnu.org> 51 2007-08-03 Glenn Morris <rgm@gnu.org>
13 52
14 * cus-edit.el (customize-apropos): Make the error message indicate 53 * cus-edit.el (customize-apropos): Make the error message indicate
15 what kind of thing the user was trying to customize. 54 what kind of thing the user was trying to customize.