aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-08-25 14:15:20 +0900
committerKenichi Handa2010-08-25 14:15:20 +0900
commit4e603db3429957e6b26953c177f00a9c9d1c8766 (patch)
tree8206240e3006468bff9dfda5fb3696f80fbcb9f0 /lisp/ChangeLog
parentb60f961f6cdc1095e778ad624657bb57788512af (diff)
parentf6aa6ec68ed936800ef2c3aefa42102e60b654cb (diff)
downloademacs-4e603db3429957e6b26953c177f00a9c9d1c8766.tar.gz
emacs-4e603db3429957e6b26953c177f00a9c9d1c8766.zip
merge trunk
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog230
1 files changed, 220 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 962b1618fbd..868667e4103 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,6 +6,205 @@
6 * international/fontset.el (setup-default-fontset): Fix typo for 6 * international/fontset.el (setup-default-fontset): Fix typo for
7 arabic OTF spec (fini->fina). 7 arabic OTF spec (fini->fina).
8 8
92010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10
11 * whitespace.el: Allow cleaning up blanks without blank
12 visualization (Bug#6651). Adjust help window for
13 whitespace-toggle-options (Bug#6479). Allow to use fill-column
14 instead of whitespace-line-column (from EmacsWiki). New version
15 13.1.
16 (whitespace-style): Added new value 'face. Adjust docstring.
17 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
18 foreground property face.
19 (whitespace-line-column): Adjust docstring and type declaration.
20 (whitespace-style-value-list, whitespace-toggle-option-alist)
21 (whitespace-help-text): Adjust const initialization.
22 (whitespace-toggle-options, global-whitespace-toggle-options):
23 Adjust docstring.
24 (whitespace-display-window, whitespace-interactive-char)
25 (whitespace-style-face-p, whitespace-color-on): Adjust code.
26 (whitespace-help-scroll): New fun.
27
282010-08-24 Chong Yidong <cyd@stupidchicken.com>
29
30 * emacs-lisp/package.el (list-packages): Alias for
31 package-list-packages.
32
332010-08-24 Kevin Ryde <user42@zip.com.au>
34
35 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
36 (Bug#5651).
37
38 * progmodes/ruby-mode.el (ruby): Add defgroup.
39
402010-08-24 Chong Yidong <cyd@stupidchicken.com>
41
42 * progmodes/python.el: Add Ipython support (Bug#5390).
43 (python-shell-prompt-alist)
44 (python-shell-continuation-prompt-alist): New options.
45 (python--set-prompt-regexp): New function.
46 (inferior-python-mode, run-python, python-shell): Require
47 ansi-color. Use python--set-prompt-regexp to set the comint
48 prompt based on the Python interpreter.
49 (python--prompt-regexp): New var.
50 (python-check-comint-prompt)
51 (python-comint-output-filter-function): Use it.
52 (run-python): Use a pipe (Bug#5694).
53
542010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
55
56 * progmodes/python.el (python-send-region): Send a different
57 Python command if Ipython is in use.
58 (python-check-version): Use a Python command to find the version.
59
602010-08-24 Chong Yidong <cyd@stupidchicken.com>
61
62 * mouse.el (mouse-yank-primary): Avoid setting primary when
63 deactivating the mark (Bug#6872).
64
652010-08-23 Michael Albinus <michael.albinus@gmx.de>
66
67 * net/dbus.el: Accept UNIX domain sockets as bus address.
68 (top): Don't initialize `dbus-registered-objects-table' anymore,
69 this is done in dbusbind,c.
70 (dbus-check-event): Adapt test for bus.
71 (dbus-return-values-table, dbus-unregister-service)
72 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
73 Adapt doc string.
74
752010-08-23 Juanma Barranquero <lekktu@gmail.com>
76
77 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
78
792010-08-22 Juri Linkov <juri@jurta.org>
80
81 * simple.el (read-extended-command): New function with the logic
82 for `completing-read' moved to Elisp from `execute-extended-command'.
83 Use `function-called-at-point' in `minibuffer-default-add-function'
84 to get a command name for M-n (bug#5364, bug#5214).
85
862010-08-22 Chong Yidong <cyd@stupidchicken.com>
87
88 * startup.el (command-line-1): Issue warning for ignored arguments
89 --unibyte, etc (Bug#6886).
90
912010-08-22 Chong Yidong <cyd@stupidchicken.com>
92
93 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
94
952010-08-22 Leo <sdl.web@gmail.com>
96
97 Fix buffer-list rename&refresh after after killing a buffer in ido.
98 * lisp/ido.el: Revert Óscar's.
99 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
100 Remember the buffers at head, rather than their name.
101 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
102
1032010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
104 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
107 extra backslash added to each line (bug#6890).
108
1092010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * subr.el (read-key): Don't echo keystrokes (bug#6883).
112
1132010-08-22 Glenn Morris <rgm@gnu.org>
114
115 * menu-bar.el (menu-bar-games-menu): Add landmark.
116
1172010-08-22 Glenn Morris <rgm@gnu.org>
118
119 * align.el (align-regexp): Make group and spacing arguments
120 use the interactive defaults when non-interactive. (Bug#6698)
121
122 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
123 expansion, so as not to need sendmail.
124 (mail-text-start): Remove declaration.
125 (rmail-retry-failure): Require sendmail.
126
1272010-08-22 Chong Yidong <cyd@stupidchicken.com>
128
129 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
130
1312010-08-22 Michael Albinus <michael.albinus@gmx.de>
132
133 * progmodes/flymake.el (flymake-start-syntax-check-process):
134 Use `start-file-process' in order to let it run also on remote hosts.
135
1362010-08-22 Kenichi Handa <handa@m17n.org>
137
138 * files.el: Add `word-wrap' as safe local variable.
139
1402010-08-22 Glenn Morris <rgm@gnu.org>
141
142 * woman.el (woman-translate): Case matters. (Bug#6849)
143
1442010-08-22 Chong Yidong <cyd@stupidchicken.com>
145
146 * simple.el (kill-region): Doc fix (Bug#6787).
147
1482010-08-22 Glenn Morris <rgm@gnu.org>
149
150 * calendar/diary-lib.el (diary-header-line-format):
151 Fit it to the window, not the frame.
152
1532010-08-22 Andreas Schwab <schwab@linux-m68k.org>
154
155 * subr.el (ignore-errors): Add debug declaration.
156
1572010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
158
159 * whitespace.el (whitespace-color-off): Remove post-command-hook
160 locally.
161
1622010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
165
1662010-08-21 Chong Yidong <cyd@stupidchicken.com>
167
168 * cus-edit.el (custom-group-value-create): Add extra newline
169 before end line (Bug#6876).
170
1712010-08-21 Chong Yidong <cyd@stupidchicken.com>
172
173 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
174 when extending it. Before killing on the second click, check if
175 the buffer is the correct one. Doc fix.
176 (mouse-secondary-save-then-kill): Allow usage without first
177 calling mouse-start-secondary, by defaulting to point. Don't save
178 an empty secondary selection. Doc fix.
179
1802010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
181
182 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
183 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
184 New version 13.0.
185 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
186 Adjust initialization.
187 (whitespace-bob-marker, whitespace-eob-marker)
188 (whitespace-buffer-changed): New vars.
189 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
190 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
191 (whitespace-post-command-hook, whitespace-display-char-on):
192 Adjust code.
193 (whitespace-looking-back, whitespace-buffer-changed): New funs.
194 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
195
1962010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
197
198 * files.el (locate-file-completion-table): Only list the .el and .elc
199 extensions if there's no other choice (bug#5955).
200
201 * facemenu.el (facemenu-self-insert-data): New var.
202 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
203 New functions.
204 (facemenu-add-face): Use them.
205
206 * simple.el (blink-matching-open): Obey forward-sexp-function.
207
92010-08-18 Stefan Monnier <monnier@iro.umontreal.ca> 2082010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10 209
11 * simple.el (prog-mode-map): New var. 210 * simple.el (prog-mode-map): New var.
@@ -34,6 +233,17 @@
34 * emacs-lisp/autoload.el (make-autoload): Preload the macros's 233 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
35 declarations that are useful before running the macro. 234 declarations that are useful before running the macro.
36 235
2362010-08-18 Joakim Verona <joakim@verona.se>
237
238 * image.el (imagemagick-types-inhibit): New variable.
239 (imagemagick-register-types): New function.
240 * image-mode.el (image-transform-properties): New function.
241 (image-transform-set-scale, image-transform-fit-to-height)
242 (image-transform-set-rotation, image-transform-set-resize)
243 (image-transform-fit-to-width, image-transform-fit-to-height):
244 New functions.
245 (image-toggle-display-image): Support image transforms.
246
372010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> 2472010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
38 248
39 * image.el (create-animated-image): Don't add heuristic mask to image 249 * image.el (create-animated-image): Don't add heuristic mask to image
@@ -297,7 +507,7 @@
297 (ctext-standard-encodings): New variable. 507 (ctext-standard-encodings): New variable.
298 (ctext-non-standard-encodings-table): List only elements for 508 (ctext-non-standard-encodings-table): List only elements for
299 non-standard encodings. 509 non-standard encodings.
300 (ctext-pre-write-conversion): Adjusted for the above change. 510 (ctext-pre-write-conversion): Adjust for the above change.
301 Check ctext-standard-encodings. 511 Check ctext-standard-encodings.
302 512
303 * international/mule-conf.el (compound-text): Doc fix. 513 * international/mule-conf.el (compound-text): Doc fix.
@@ -3186,7 +3396,8 @@
3186 * minibuffer.el (tags-completion-at-point-function): New function. 3396 * minibuffer.el (tags-completion-at-point-function): New function.
3187 (completion-at-point-functions): Use it. 3397 (completion-at-point-functions): Use it.
3188 3398
3189 * cedet/semantic.el (semantic-completion-at-point-function): New function. 3399 * cedet/semantic.el (semantic-completion-at-point-function):
3400 New function.
3190 (semantic-mode): Use semantic-completion-at-point-function for 3401 (semantic-mode): Use semantic-completion-at-point-function for
3191 completion-at-point-functions instead. 3402 completion-at-point-functions instead.
3192 3403
@@ -3236,8 +3447,8 @@
3236 3447
32372010-04-28 Chong Yidong <cyd@stupidchicken.com> 34482010-04-28 Chong Yidong <cyd@stupidchicken.com>
3238 3449
3239 * progmodes/bug-reference.el (bug-reference-url-format): Revert 3450 * progmodes/bug-reference.el (bug-reference-url-format):
3240 2010-04-27 change due to security risk. 3451 Revert 2010-04-27 change due to security risk.
3241 3452
32422010-04-28 Stefan Monnier <monnier@iro.umontreal.ca> 34532010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3243 3454
@@ -3412,8 +3623,7 @@
3412 3623
3413 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o 3624 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3414 toggles the use of virtual buffers. 3625 toggles the use of virtual buffers.
3415 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global 3626 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
3416 value.
3417 (ido-toggle-virtual-buffers): New function. 3627 (ido-toggle-virtual-buffers): New function.
3418 3628
34192010-04-21 Juanma Barranquero <lekktu@gmail.com> 36292010-04-21 Juanma Barranquero <lekktu@gmail.com>
@@ -3990,7 +4200,7 @@
3990 4200
3991 Enable recentf-mode if using virtual buffers. 4201 Enable recentf-mode if using virtual buffers.
3992 * ido.el (recentf-list): Declare for byte-compiler. 4202 * ido.el (recentf-list): Declare for byte-compiler.
3993 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring. 4203 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
3994 (ido-make-buffer-list): Simplify. 4204 (ido-make-buffer-list): Simplify.
3995 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode. 4205 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
3996 4206
@@ -5501,8 +5711,8 @@
55012010-01-21 Alan Mackenzie <acm@muc.de> 57112010-01-21 Alan Mackenzie <acm@muc.de>
5502 5712
5503 Fix a situation where deletion of a cpp construct throws an error. 5713 Fix a situation where deletion of a cpp construct throws an error.
5504 * progmodes/cc-engine.el (c-invalidate-state-cache): Before 5714 * progmodes/cc-engine.el (c-invalidate-state-cache):
5505 invoking c-with-all-but-one-cpps-commented-out, check that the 5715 Before invoking c-with-all-but-one-cpps-commented-out, check that the
5506 special cpp construct is still in the buffer. 5716 special cpp construct is still in the buffer.
5507 (c-parse-state): Record the special cpp with markers, not numbers. 5717 (c-parse-state): Record the special cpp with markers, not numbers.
5508 5718
@@ -6229,7 +6439,7 @@
6229 6439
6230 * ps-print.el (ps-face-attributes): It was not returning the 6440 * ps-print.el (ps-face-attributes): It was not returning the
6231 attribute face for faces specified as string. Reported by harven 6441 attribute face for faces specified as string. Reported by harven
6232 <harven@free.fr>. 6442 <harven@free.fr>. (Bug#5254)
6233 (ps-print-version): New version 7.3.5. 6443 (ps-print-version): New version 7.3.5.
6234 6444
62352009-12-18 Ulf Jasper <ulf.jasper@web.de> 64452009-12-18 Ulf Jasper <ulf.jasper@web.de>