comparison lisp/ChangeLog @ 90837:70bf32a0f523

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 713-725) - Update from CVS - Merge from emacs--rel--22 - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change. - Merge from gnus--rel--5.10 * emacs--rel--22 (base, patch 1-5) - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709 - Sync to CVS tag EMACS_22_BRANCHPOINT - Sync to CVS branch EMACS_22_BASE - Update from CVS * gnus--rel--5.10 (patch 217) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-202
author Miles Bader <miles@gnu.org>
date Tue, 01 May 2007 23:03:36 +0000
parents 92c344270c8a b9b7aa962954
children d7172f202ab8
comparison
equal deleted inserted replaced
90836:d564f4dc1f48 90837:70bf32a0f523
1 2007-05-01 Davis Herring <herring@lanl.gov>
2
3 * calendar/timeclock.el: Update version number.
4 (timeclock-modeline-display): Mention timeclock-use-display-time
5 in explanatory message.
6 (timeclock-in): Fix non-interactive workday specifications.
7 (timeclock-log): Don't kill the log buffer if it already existed.
8 Suppress warnings when finding the log. Don't check for a nil
9 project twice. Run hooks after killing the buffer (if
10 applicable).
11 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
12 was geometric). All uses changed.
13 (timeclock-generate-report): Support prefix argument.
14
15 2007-05-01 Romain Francoise <romain@orebokech.com>
16
17 * dired-x.el: Revert 2007-04-06 change.
18
19 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
20
21 * find-dired.el (find-dired-filter): Propertize all text down to eob.
22
23 2007-04-29 Richard Stallman <rms@gnu.org>
24
25 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
26
27 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * progmodes/cc-mode.el (c-before-change): Use point-min rather
30 than 1.
31
32 2007-04-28 Richard Stallman <rms@gnu.org>
33
34 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
35
36 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
37
38 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
39 don't put stop on toolbar.
40
41 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
44
45 2007-04-28 Eli Zaretskii <eliz@gnu.org>
46
47 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
48 instead of $(lisp)/mh-e.
49
50 2007-04-28 Glenn Morris <rgm@gnu.org>
51
52 * image-dired.el (image-dired-cmd-create-thumbnail-options)
53 (image-dired-cmd-create-temp-image-options): Replace option
54 +profile "*" with -strip.
55
56 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
57
58 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
59 Use window-start and window-end.
60
61 2007-04-27 Andreas Schwab <schwab@suse.de>
62
63 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
64
65 2007-04-27 Eli Zaretskii <eliz@gnu.org>
66
67 * textmodes/fill.el (fill-paragraph): Doc fix.
68
1 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu> 69 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2 70
3 * locate.el (locate-in-alternate-database): Doc fix. 71 * locate.el (locate-in-alternate-database): Doc fix.
4 72
5 2007-04-26 Glenn Morris <rgm@gnu.org> 73 2007-04-26 Glenn Morris <rgm@gnu.org>
7 * button.el (button): Use underline if supported, else fall back 75 * button.el (button): Use underline if supported, else fall back
8 to color. 76 to color.
9 77
10 * version.el (emacs-version): Increase to 22.1.50. 78 * version.el (emacs-version): Increase to 22.1.50.
11 79
80 2007-04-25 Richard Stallman <rms@gnu.org>
81
82 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
83
12 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu> 84 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
13 85
14 * progmodes/idlwave.el (idlwave-beginning-of-subprogram, 86 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
15 idlwave-end-of-subprogram): Take optional NOMARK arg to prevent 87 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
16 pushing mark. 88 pushing mark.
17 (idlwave-current-routine): Don't push mark. 89 (idlwave-current-routine): Don't push mark.
18 90
19 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com> 91 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
20 92
21 * image-dired.el (image-dired-display-image): Derive image-type 93 * image-dired.el (image-dired-display-image): Derive image-type from
22 from filename rather than assuming jpeg, in case no resizing was 94 filename rather than assuming jpeg, in case no resizing was needed.
23 needed.
24 95
25 2007-04-25 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 96 2007-04-25 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
26 97
27 * custom.el (defface): Doc fix. 98 * custom.el (defface): Doc fix.
28 99
29 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu> 100 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
30 101
31 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp): Don't 102 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
32 re-query for each cleared BP. 103 Don't re-query for each cleared BP.
33 (idlwave-shell-clear-bp): Optionally skip BP query. 104 (idlwave-shell-clear-bp): Optionally skip BP query.
34 (idlwave-shell-update-bp-overlays): Use set-window-margins 105 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
35 instead of set-window-buffer, which incorrectly moves displayed 106 of set-window-buffer, which incorrectly moves displayed region.
36 region.
37 107
38 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com> 108 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
39 109
40 * calc/calc.el (calc-bug-address): Update maintainer's address. 110 * calc/calc.el (calc-bug-address): Update maintainer's address.
41 * calc/*: Update maintainer's address. 111 * calc/*: Update maintainer's address.
45 * simple.el (set-mark-command-repeat-pop): Doc fix. 115 * simple.el (set-mark-command-repeat-pop): Doc fix.
46 Put in `editing-basics' group. 116 Put in `editing-basics' group.
47 117
48 2007-04-23 Chong Yidong <cyd@stupidchicken.com> 118 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
49 119
50 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down): New 120 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
51 functions. 121 New functions.
52 (Info-mode-line-node-keymap): Bind mouse commands to 122 (Info-mode-line-node-keymap): Bind mouse commands to
53 Info-mouse-scroll-up/down instead of Info-scroll-up/down. 123 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
54 124
55 2007-04-23 Luc Teirlinck <teirllm@auburn.edu> 125 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
56 126
57 * locate.el (locate-local-prompt): New var. 127 * locate.el (locate-local-prompt): New var.
58 (locate-prompt-for-command): Doc fix. 128 (locate-prompt-for-command): Doc fix.
59 (locate-prompt-for-search-string): New function. 129 (locate-prompt-for-search-string): New function.
60 (locate): New optional arg. Make locate-local-prompt 130 (locate): New optional arg. Make locate-local-prompt
61 buffer-local. Use locate-prompt-for-search-string. 131 buffer-local. Use locate-prompt-for-search-string.
62 (locate-with-filter): New optional arg. Use 132 (locate-with-filter): New optional arg.
63 locate-prompt-for-search-string. 133 Use locate-prompt-for-search-string.
64 (locate-update): Bind locate-prompt-for-command. 134 (locate-update): Bind locate-prompt-for-command.
65 135
66 2007-04-23 Glenn Morris <rgm@gnu.org> 136 2007-04-23 Glenn Morris <rgm@gnu.org>
67 137
68 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode. 138 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
141 and kill-line. 211 and kill-line.
142 212
143 * progmodes/vhdl-mode.el (vhdl-template-type) 213 * progmodes/vhdl-mode.el (vhdl-template-type)
144 (vhdl-template-record, vhdl-template-nature) 214 (vhdl-template-record, vhdl-template-nature)
145 (vhdl-template-configuration-spec, vhdl-template-component-inst) 215 (vhdl-template-configuration-spec, vhdl-template-component-inst)
146 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use 216 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
147 delete-region instead of kill-word and kill-line. 217 Use delete-region instead of kill-word and kill-line.
148 218
149 2007-04-21 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 219 2007-04-21 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
150 220
151 * dired-x.el (dired-virtual-mode): Doc fix. 221 * dired-x.el (dired-virtual-mode): Doc fix.
152 222