Fix rcs and sccs create-tag commands.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
70df4bbe
GM
12012-01-24 Glenn Morris <rgm@gnu.org>
2
3 * vc/vc-rcs.el (vc-rcs-create-tag):
4 * vc/vc-sccs.el (vc-sccs-create-tag):
5 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6
802a2ae2
ML
72012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
8
9 * eshell/esh-util.el (eshell-read-hosts-file):
10 Skip comment lines. (Bug#10549)
11
d7128bb1
ML
12 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
13
d1a5c3b4
JB
142012-01-23 Juanma Barranquero <lekktu@gmail.com>
15
2724d9c7
JB
16 * subr.el (display-delayed-warnings): Doc fix.
17 (collapse-delayed-warnings): New function to collapse identical
18 adjacent warnings.
19 (delayed-warnings-hook): Add it.
d1a5c3b4 20
a5509865
MA
212012-01-22 Michael Albinus <michael.albinus@gmx.de>
22
23 * net/tramp.el (tramp-action-login): Set connection property "login-as".
24
25 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
26 properties, when "login-as" is set.
27
28 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
29 (tramp-default-user-alist): Don't add "pscp".
30 (tramp-do-copy-or-rename-file-out-of-band): Use connection
31 property "login-as", if set. (Bug#10530)
32
cc6d5805
MA
332012-01-21 Michael Albinus <michael.albinus@gmx.de>
34
35 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
36 "plink1" and "psftp". (Bug#10530)
37
382012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
39
40 * international/mule-cmds.el (prefer-coding-system): Show a
41 warning message if the default value of file-name-coding-system
42 was not changed.
43
f0960428
JC
442012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
45
46 * windmove.el (windmove-reference-loc): Fix
47 windmove-reference-loc miscalculation.
48
dd6f2a63
JB
492012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
50
51 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
52 default unit.
53
7b447e9b
GM
542012-01-21 Glenn Morris <rgm@gnu.org>
55
117a9ea1
GM
56 * international/mule.el (auto-coding-alist): Add .tbz.
57
7b447e9b
GM
58 * files.el (local-enable-local-variables): Doc fix.
59 (inhibit-local-variables-regexps): Rename from
60 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
61 Doc fix. Add some extensions from auto-coding-alist.
62 (inhibit-local-variables-suffixes):
63 Rename from inhibit-first-line-modes-suffixes. Doc fix.
64 (inhibit-local-variables-p):
65 New function, extracted from set-auto-mode-1.
66 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
67 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
68 (hack-local-variables): Doc fix. Make the mode-only case
69 respect enable-local-variables and friends.
70 Respect inhibit-local-variables-regexps for file-locals, but
71 not for directory-locals.
72 (set-visited-file-name):
73 Take account of inhibit-local-variables-regexps.
74 Whether it applies may change as the file name is changed.
75 * jka-cmpr-hook.el (jka-compr-install):
76 * jka-compr.el (jka-compr-uninstall):
77 Update for inhibit-first-line-modes-suffixes name change.
78
dd6e3cdd
MR
792012-01-20 Martin Rudalics <rudalics@gmx.at>
80
81 * help-macro.el (make-help-screen): Temporarily restore original
82 binding for minor-mode-map-alist (Bug#10454).
83
0d0deb38
JD
842012-01-19 Julien Danjou <julien@danjou.info>
85
86 * color.el (color-name-to-rgb): Use the white color to find the max
87 color component value and return correctly computed values.
88 (color-name-to-rgb): Add missing float conversion for max value.
89
34a02f46
MR
902012-01-19 Martin Rudalics <rudalics@gmx.at>
91
92 * window.el (window--state-get-1, window-state-get): Do not use
93 special state value for window-persistent-parameters. Rename
94 argument IGNORE to WRITABLE. Rewrite doc-string.
95 (window--state-put-2): Reset all window parameters to nil before
96 assigning values of persistent parameters.
97
606c44c4
AM
982012-01-18 Alan Mackenzie <acm@muc.de>
99
100 Eliminate sluggishness and hangs in fontification of "semicolon
101 deserts".
102
103 * progmodes/cc-engine.el (c-state-nonlit-pos-interval): change
104 value 10000 -> 3000.
105 (c-state-safe-place): Reformulate so it doesn't stack up an
106 infinite number of wrong entries in c-state-nonlit-pos-cache.
107 (c-determine-limit-get-base, c-determine-limit): New functions to
108 determine backward search limits disregarding literals.
109 (c-find-decl-spots): Amend commenting.
110 (c-cheap-inside-bracelist-p): New function which detects "={".
111
112 * progmodes/cc-fonts.el
113 (c-make-font-lock-BO-decl-search-function): Give a limit to a
114 backward search.
115 (c-font-lock-declarations): Fix an occurrence of point being
116 undefined. Check additionally for point being in a bracelist or
117 near a macro invocation without a semicolon so as to avoid a
118 fruitless time consuming search for a declarator. Give a more
119 precise search limit for declarators using the new
120 c-determine-limit.
121
f3860cea
GM
1222012-01-18 Glenn Morris <rgm@gnu.org>
123
124 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
125 (set-auto-mode): Doc fixes.
126
1db03b16
GM
1272012-01-17 Glenn Morris <rgm@gnu.org>
128
0e6038be
GM
129 * isearch.el (search-nonincremental-instead): Fix doc typo.
130
1db03b16
GM
131 * dired.el (dired-insert-directory): Handle newlines in directory name.
132 (dired-build-subdir-alist): Unescape newlines in directory name.
133
4cb0aa75
MA
1342012-01-17 Michael Albinus <michael.albinus@gmx.de>
135
136 * net/tramp.el (tramp-local-end-of-line): New defcustom.
137 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
138 (tramp-action-terminal): Use it. (Bug#10530)
139
1d00653d
SM
1402012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * minibuffer.el (completion--replace): Strip properties (bug#10062).
143
6a6ee00d
MR
1442012-01-16 Martin Rudalics <rudalics@gmx.at>
145
146 * window.el (window-state-ignored-parameters): Remove variable.
147 (window--state-get-1): Rename argument MARKERS to IGNORE.
148 Handle persistent window parameters. Make copy of clone-of
149 parameter only if requested. (Bug#10348)
150 (window--state-put-2): Install a window parameter only if it has
151 a non-nil value or an existing parameter shall be overwritten.
152
97912def
MA
1532012-01-15 Michael Albinus <michael.albinus@gmx.de>
154
155 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
156
688070a5
EZ
1572012-01-14 Eli Zaretskii <eliz@gnu.org>
158
159 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
160 don't pass the (nil) value of `upnode' to string-match.
161
301afadc
CY
1622012-01-14 Chong Yidong <cyd@gnu.org>
163
164 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 165 Fix values recognized by the cursorBlink resource.
301afadc 166
9e5788aa
PE
1672012-01-14 Paul Eggert <eggert@cs.ucla.edu>
168
169 * epg.el (epg--make-temp-file): Avoid permission race condition
170 when running on old Emacs versions (bug#10403).
171
3cdb7f5a
GM
1722012-01-14 Glenn Morris <rgm@gnu.org>
173
174 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
175
8c82b1b4
AM
1762012-01-13 Alan Mackenzie <acm@muc.de>
177
178 Fix filling for when filladapt mode is enabled.
179
180 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
181 c-mask-paragraph, pass in `fill-paragraph' rather than
182 `fill-region-as-paragraph'. (This is a reversion of a previous
183 change.)
184 * progmodes/cc-mode.el (c-basic-common-init): Make
185 fill-paragraph-handle-comment buffer local and set it to nil.
186
e517eda4
GM
1872012-01-13 Glenn Morris <rgm@gnu.org>
188
1498536e
GM
189 * dired.el (dired-switches-escape-p): New function.
190 (dired-insert-directory): Use dired-switches-escape-p.
191 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
192
e517eda4
GM
193 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
194
328f984d
GM
1952012-01-12 Glenn Morris <rgm@gnu.org>
196
197 * mail/sendmail.el (mail-mode): Update paragraph-separate for
198 changes in adaptive-fill-regexp. (Bug#10276)
199
2cc769a8
AM
2002012-01-11 Alan Mackenzie <acm@muc.de>
201
202 Fix Emacs bug #10463 - put `widen's around the critical spots.
203
1d00653d 204 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
205 widen around each invocation of c-state-pp-to-literal. Remove an
206 unused let variable.
207
e52c37fa
GM
2082012-01-11 Glenn Morris <rgm@gnu.org>
209
210 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 211 Doc fix.
e52c37fa 212
96f8741e
CY
2132012-01-10 Chong Yidong <cyd@gnu.org>
214
1d00653d
SM
215 * net/network-stream.el (network-stream-open-starttls):
216 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
217 response to the capability command.
218
b09a806e
GM
2192012-01-10 Glenn Morris <rgm@gnu.org>
220
221 * mail/unrmail.el (unrmail): Tweak previous change.
222
7655cb66
CY
2232012-01-09 Chong Yidong <cyd@gnu.org>
224
225 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
226
9d5a8f0b
AM
2272012-01-08 Alan Mackenzie <acm@muc.de>
228
229 Optimise font locking in long enum definitions.
230
231 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
232 arm to a cond form to handle enums.
233 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
234 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
235
9a0115ab 2362012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
237
238 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 239 (Bug#10401)
6bb72cbd 240
f186bb95
LMI
2412012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
242
29232a68
LMI
243 * faces.el (set-face-attribute): Clarify the meaning of the nil
244 frame (bug#10294).
245
4e5d086d
LMI
246 * subr.el (with-selected-frame): Mention that the selected frame
247 is restored (bug#9980).
248
8e66aebe
LMI
249 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
250 (bug#9759).
251
cd394be1 252 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
253 (password-read): Don't autoload unused function.
254
adf4e762
JB
2552012-01-07 Juanma Barranquero <lekktu@gmail.com>
256
257 * progmodes/which-func.el (which-func-mode): Turn into a
258 non-interactive function and mark as obsolete (bug#10428).
259
89bd9ccd
CY
2602012-01-06 Chong Yidong <cyd@gnu.org>
261
262 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
263 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
264 functions, along with 1 and -1.
265
4afee9d5
EZ
2662012-01-06 Eli Zaretskii <eliz@gnu.org>
267
268 * time.el (display-time-load-average)
269 (display-time-default-load-average): Doc fixes. See the thread
270 starting at
271 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
272 for the details.
273
536aea70
GM
2742012-01-06 Glenn Morris <rgm@gnu.org>
275
665ae865
GM
276 * mail/unrmail.el (unrmail): Give an explicit error if the input file
277 has no messages. (Bug#10377)
278
c869783d
GM
279 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
280 than Info-edit. (Bug#10385)
281
2bb4227e
GM
282 * time.el (display-time-load-average, display-time-next-load-average):
283 Doc fixes.
284
7d5944b9
GM
285 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
286 local setting of buffer-read-only to the input buffer. (Bug#10419)
287
536aea70
GM
288 * calendar/calendar.el (calendar-mode):
289 Locally set scroll-margin to 0. (Bug#10379)
290
7dccca16
UM
2912012-01-06 Ulrich Mueller <ulm@gentoo.org>
292
293 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
294
afbb7930
GM
2952012-01-05 Glenn Morris <rgm@gnu.org>
296
297 * eshell/em-unix.el (diff-no-select): Autoload it.
298 (eshell/diff): Use diff-no-select. (Bug#10420)
299
04482335
CY
3002012-01-05 Chong Yidong <cyd@gnu.org>
301
7baca3bc
CY
302 * shell.el (shell-dynamic-complete-functions): Revert last change.
303 (shell-command-completion-function): New function.
304 (shell-completion-vars): Use it to implement
305 shell-completion-execonly (Bug#10417).
306
04482335
CY
307 * custom.el (enable-theme): Don't set custom-safe-themes.
308
1d00653d
SM
309 * cus-theme.el (custom-theme-merge-theme):
310 Ignore custom-enabled-themes and custom-safe-themes.
04482335 311
bb5aa5d6
MM
3122012-01-05 Michael R. Mauger <mmaug@yahoo.com>
313
314 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
315 first prompt in `sql-interacive-mode'.
316 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 317 keywords.
bb5aa5d6
MM
318 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
319 (sql-product-interactive): Bug fix: Set `sql-buffer' in
320 context of original buffer. Invoke `sql-login-hook'.
321
a7183d7c
EZ
3222012-01-04 Eli Zaretskii <eliz@gnu.org>
323
324 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
325 letters in cite-prefix.
326
a1eacd1e
LMI
3272012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
328
329 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
330
787cdb34
CY
3312012-01-03 Chong Yidong <cyd@gnu.org>
332
1d00653d
SM
333 * shell.el (shell-dynamic-complete-functions):
334 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
335 comint-filename-completion first (Bug#10417).
336
30710442
RS
3372012-01-02 Richard Stallman <rms@gnu.org>
338
339 * battery.el (battery-status-function):
340 Detect when to use battery-yeeloong-sysfs.
341 (battery-echo-area-format): Add string for Yeeloong.
342 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
343 (battery-yeeloong-sysfs): New function.
344
f75bfc33
CY
3452012-01-02 Chong Yidong <cyd@gnu.org>
346
347 * dirtrack.el (dirtrack-list): Eliminate unused third element.
348 (dirtrack): Merge code for handling relative filenames in prompt
349 from shell-dir-cookie-watcher.
350 (dirtrack-debug-message): New arg to avoid excess format calls.
351
352 * shell.el (shell-dir-cookie-re): Variable deleted.
353 (shell-dir-cookie-watcher): Function deleted.
354 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
355 with dirtrack-mode.
356
651e947e
EZ
3572012-01-01 Eli Zaretskii <eliz@gnu.org>
358
1d00653d
SM
359 * term/w32-win.el (dynamic-library-alist) <gnutls>:
360 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
361 libgnutls-26.dll.
362
94d4c7dc
AS
3632011-12-31 Andreas Schwab <schwab@linux-m68k.org>
364
365 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
366
8d43f3cd
EZ
3672011-12-31 Eli Zaretskii <eliz@gnu.org>
368
369 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
370 headers of non-MIME messages, when rmail-enable-mime is non-nil.
371
98c8795a
MA
3722011-12-29 Michael Albinus <michael.albinus@gmx.de>
373
374 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
375 also for alternative shells.
376 (tramp-open-connection-setup-interactive-shell): Check, whether
377 the shell is a busybox.
378 (tramp-send-command): Don't suppress multiple prompts for
379 busyboxes, it hurts.
380
51281b32
CY
3812011-12-28 Chong Yidong <cyd@gnu.org>
382
383 * progmodes/gdb-mi.el (gdb-get-source-file-list)
384 (gdb-get-source-file): Move mode line update to
385 gdb-get-source-file (Bug#10087).
386
2170cb53
CY
3872011-12-25 Chong Yidong <cyd@gnu.org>
388
389 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
390 gud-gdb-marker-filter without taking it as an argument.
391 (gud-gdb-run-command-fetch-lines): Caller changed.
392 (gud-gdb-completion-function): New variable.
393 (gud-gdb-completion-at-point): Use it.
394 (gud-gdb-completions-1): Split from gud-gdb-completions.
395
396 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
397 function as separate arguments.
398 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
399 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
400 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
401 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
402 (gdb-stopped, def-gdb-auto-update-trigger)
403 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
404 (gdb-get-changed-registers, gdb-get-main-selected-frame):
405 Callers changed.
2170cb53
CY
406 (gud-gdbmi-completions): New function.
407 (gdb): Use it for generating the completion table.
408
be8b11bb
AM
4092011-12-24 Alan Mackenzie <acm@muc.de>
410
411 Introduce a mechanism to widen the region used in context font
1d00653d 412 locking. Use this to protect declarations from losing their contexts.
be8b11bb 413
1d00653d
SM
414 * progmodes/cc-langs.el (c-before-font-lock-functions):
415 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 416 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
417 functions to be run just before context (etc.) font locking.
418
419 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 420 New, functionality extracted from
be8b11bb 421 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 422 (c-in-after-change-fontification): New variable.
be8b11bb
AM
423 (c-after-change): Set c-in-after-change-fontification.
424 (c-set-fl-decl-start): Rejig its interface, so it can be called
425 from both after-change and context fontifying.
b81d40f0
JB
426 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
427 New functions.
428 (c-standard-font-lock-fontify-region-function): New variable.
429 (c-font-lock-fontify-region): New function.
be8b11bb 430
341cf6ac
JL
4312011-12-24 Juri Linkov <juri@jurta.org>
432
433 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
434 (Bug#10348)
435
bffcee0a
MA
4362011-12-23 Michael Albinus <michael.albinus@gmx.de>
437
438 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
439 existence of source file. (Bug#10325)
440
cb5e207c
AM
4412011-12-23 Alan Mackenzie <acm@muc.de>
442
443 Fix unstable fontification inside templates.
444
b81d40f0
JB
445 * progmodes/cc-langs.el (c-before-font-lock-functions):
446 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
447 additionally has c-set-fl-decl-start. The other languages (apart
448 from AWK) have that as a single entry.
449
b81d40f0
JB
450 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
451 The functionality for "local" declarations has been extracted to
cb5e207c
AM
452 c-set-fl-decl-start.
453
b81d40f0
JB
454 * progmodes/cc-mode.el (c-common-init, c-after-change):
455 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
456 (c-set-fl-decl-start): New function, extracted from
457 c-font-lock-enclosing-decls and enhanced.
458
60ff536c
JB
4592011-12-23 Juanma Barranquero <lekktu@gmail.com>
460
461 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
462
1c4757d6
JL
4632011-12-22 Juri Linkov <juri@jurta.org>
464
465 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
466
d031f2c7
CY
4672011-12-22 Chong Yidong <cyd@gnu.org>
468
469 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
470
bace743a
DA
4712011-12-21 Drew Adams <drew.adams@oracle.com>
472
473 * files.el (file-remote-p): Fix docstring. (Bug#10319)
474
728a1f2b
JC
4752011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
476
477 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
478
0d373f73
TZ
4792011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
480
fec0aaa4
TZ
481 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
482 highlighting and support. Fix up comments for capitalization.
483 (cfengine-mode-debug): New var.
484 (cfengine3-mode): Change the modeline indicator to "CFE3".
485 (cfengine3-font-lock-keywords): Improve defun highlighting.
486 (cfengine2-actions): Rename from `cfengine-actions'.
487 (cfengine2-font-lock-keywords): Rename from
488 `cfengine-font-lock-keywords'.
489 (cfengine2-imenu-expression): Rename from
490 `cfengine-imenu-expression'.
491 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
492 (cfengine2-beginning-of-defun): Rename from
493 `cfengine-beginning-of-defun'.
494 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
495 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
496 (cfengine2-mode): Rename from `cfengine-mode'. Change the
497 modeline indicator to "CFE2".
498 (cfengine-mode): Defalias to `cfengine-auto-mode'.
499 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 500
bc86f573
CY
5012011-12-21 Chong Yidong <cyd@gnu.org>
502
503 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
504 filename argument.
505
d45ba96b
MR
5062011-12-20 Martin Rudalics <rudalics@gmx.at>
507
508 * window.el (window-normalize-buffer-to-display): Remove.
509 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
510
a6198c90
CY
5112011-12-19 Chong Yidong <cyd@gnu.org>
512
513 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
514 Don't signal an error in a predicate function; return non-nil.
515 (vc-dir-mark-file): Move the error here.
516 (vc-dir-mark-unmark): If acting on the region, keep going if one
517 of the entries cannot be marked/unmarked.
518 (vc-dir-mark-all-files): If current entry is a directory, mark
519 only child files, as documented.
520
34c5fb55
VB
5212011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
522
523 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
524 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
525 addition.
526
c803b2b7
JD
5272011-12-18 Jan Djärv <jan.h.d@swipnet.se>
528
529 * term/ns-win.el (ns-get-selection-internal)
530 (ns-store-selection-internal): Declare.
1154d12e
JB
531 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
532 Declare as obsolete.
533 (ns-get-pasteboard, ns-paste-secondary):
534 Use ns-get-selection-internal.
535 (ns-set-pasteboard, ns-copy-including-secondary):
536 Use ns-store-selection-internal.
c803b2b7 537
9cff91f8 5382011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
539
540 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 541 (vc-deduce-fileset): Doc fix.
99a289d9 542
f16c898a
AS
5432011-12-16 Andreas Schwab <schwab@linux-m68k.org>
544
545 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
546
763237c4
SS
5472011-12-13 Sam Steingold <sds@gnu.org>
548
549 * man.el (Man-getpage-in-background): When running under a
550 window-system, ignore $MANWIDTH and $COLUMNS.
551
5fc1c122
KH
5522011-12-15 Kenichi Handa <handa@m17n.org>
553
554 * language/ethio-util.el: Change coding tag to utf-8-emacs.
555 (setup-ethiopic-environment-internal): Comment out key-binding for
556 ethio-toggle-punctuation.
557
13d49cbb
AM
5582011-12-13 Alan Mackenzie <acm@muc.de>
559
898169a2
AM
560 Add the switch statement to AWK Mode.
561
562 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
563 "default" to the keywords regexp.
564
565 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
566 expression as the rest.
1d00653d
SM
567 (c-nonlabel-token-key): Allow string literals for AWK.
568 Refactor for the other modes.
898169a2 569
13d49cbb 570 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 571 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
572 routines. Limit backward searching in c-font-lock-enclosing.decl.
573
574 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
575 pp-state and literal type in addition to the limits.
1d00653d 576 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 577 (c-state-literal-at): Use the above new defun.
1d00653d
SM
578 (c-slow-in-literal, c-fast-in-literal): Remove.
579 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
580
581 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
582 being in a literal. Add a limit for backward searching.
583
584 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
585 c-slow-in-literal.
586
15e0efc7
SM
5872011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
590
454592a6
MR
5912011-12-13 Martin Rudalics <rudalics@gmx.at>
592
593 * window.el (delete-other-windows): Use correct frame in call to
594 window-with-parameter.
595
87393f26
DP
5962011-12-12 Daniel Pfeiffer <occitan@t-online.de>
597
598 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
599 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
600 (makefile-gmake-statements, makefile-makepp-statements):
601 Use it and add new makepp keywords.
602 (makefile-makepp-font-lock-keywords): Add new patterns.
603 (makefile-match-function-end): Match new [...] and [[...]].
604
11636b22
JB
6052011-12-11 Juanma Barranquero <lekktu@gmail.com>
606
607 * ses.el (ses-call-printer-return, ses-cell-property-get)
608 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
609 (ses-create-cell-variable, ses-reset-header-string)
610 (ses-cell-set-formula, ses-repair-cell-reference-all)
611 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
612 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
613 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
614 (ses-aset-with-undo, ses-load, ses-truncate-cell)
615 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
616 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
617 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
618 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
619 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
620 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
621 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
622 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
623
cf018193
VB
6242011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
625
626 * ses.el: The overall change is to add cell renaming, that is
627 setting fancy names for cell symbols other than name matching
628 "\\`[A-Z]+[0-9]+\\'" regexp .
629 (ses-create-cell-variable): New defun.
630 (ses-relocate-formula): Relocate formulas only for cells the
631 symbols of which are not renamed, i.e. symbols whose names do not
632 match regexp "\\`[A-Z]+[0-9]+\\'".
633 (ses-relocate-all): Relocate values only for cells the symbols of
634 which are not renamed.
635 (ses-load): Create cells variables as the (ses-cell ...) are read,
636 in order to check row col consistency with cell symbol name only
637 for cells that are not renamed.
638 (ses-replace-name-in-formula): New defun.
639 (ses-rename-cell): New defun.
640
ee957461
CY
6412011-12-11 Chong Yidong <cyd@gnu.org>
642
643 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
644 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
645
9a9e9ef0
MR
6462011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
647
648 * window.el (other-window): Fix docstring.
649
92a8eba5
EZ
6502011-12-10 Eli Zaretskii <eliz@gnu.org>
651
652 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
653 `from' or `to' address before taking its substring.
654 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
655 encoded name is chopped in the middle of the encoded string, and
656 thus displayed encoded.
657
e152e577
JB
6582011-12-10 Juanma Barranquero <lekktu@gmail.com>
659
660 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
661
e5d84bfe
EZ
6622011-12-10 Eli Zaretskii <eliz@gnu.org>
663
664 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
665 to use texinfo-update-node and commands that call it if the
666 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 667 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
668 (texinfo-all-menus-update, texinfo-master-menu)
669 (texinfo-update-node, texinfo-every-node-update)
670 (texinfo-multiple-files-update): Doc fix. Warn against updating
671 all the @node lines.
672 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
673 argument is numeric. Explain better in the doc string what the
674 function really does.
675 (texinfo-insert-master-menu-list): Improve the error message
676 displayed if there's no menu in the Top node.
677 (Bug#2975) See also this thread:
e5d84bfe
EZ
678 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
679
1d84e9bb
MG
6802011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
681
682 * speedbar.el (speedbar-supported-extension-expressions):
683 Add .adb and .ads, commonly used for Ada source code (bug#10256).
684
382c953b
JB
6852011-12-09 Juanma Barranquero <lekktu@gmail.com>
686
687 * printing.el (pr-mode-alist):
688 * simple.el (filter-buffer-substring-functions)
689 (completion-list-insert-choice-function):
690 * window.el (window-with-parameter, window-atom-root)
691 (window-sides-slots, window-size-fixed, window-min-delta)
692 (window-max-delta, window--resize-mini-window)
693 (window--resize-child-windows-normal, window-tree)
694 (delete-other-windows, quit-window, split-window)
695 (display-buffer-record-window, special-display-buffer-names)
696 (special-display-regexps, special-display-popup-frame)
697 (same-window-p, split-window-sensibly)
698 (display-buffer-overriding-action, display-buffer-alist)
699 (display-buffer-base-action, display-buffer, switch-to-buffer)
700 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
701 (fit-window-to-buffer, recenter-positions)
702 (mouse-autoselect-window-state, mouse-autoselect-window-select):
703 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
704 and remove unneeded backslashes in docstrings.
705
39c9faef
SM
7062011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
707
98449af8
SM
708 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
709
39c9faef
SM
710 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
711 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
712 end in ".mk".
713 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
714 when reading the makefile (bug#10116).
715
86ed9fdc
SM
7162011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
717
718 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
719 (bug#10116).
720
5580f89d
GM
7212011-12-06 Glenn Morris <rgm@gnu.org>
722
723 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
724
28d3917c
CY
7252011-12-06 Chong Yidong <cyd@gnu.org>
726
727 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
728
a98edce9
JB
7292011-12-06 Juanma Barranquero <lekktu@gmail.com>
730
731 * textmodes/table.el (table-shorten-cell): Fix typo.
732
e65adfac
CG
7332011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
734
735 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
736
71cc0b74
EZ
7372011-12-05 Eli Zaretskii <eliz@gnu.org>
738
739 * descr-text.el (describe-char): Fix display of strong
740 right-to-left characters and directional embeddings and overrides.
741
742 * simple.el (what-cursor-position): Fix display of codepoints of
743 strong right-to-left characters.
744
315bc30d
CY
7452011-12-05 Chong Yidong <cyd@gnu.org>
746
747 * faces.el (read-color): Doc fix.
748
58a70b94
GM
7492011-12-05 Glenn Morris <rgm@gnu.org>
750
751 * align.el (align--set-marker): Add doc-string.
752 Don't try to move something that is not a marker. (Bug#10216)
753
5158face
GM
7542011-12-04 Glenn Morris <rgm@gnu.org>
755
756 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
757 overly zealous deletion of trailing whitespace.
758
520fca41
JB
7592011-12-04 Juanma Barranquero <lekktu@gmail.com>
760
761 * server.el (server-delete-client): On Windows, do not try to delete
762 the only terminal.
763 (server-process-filter): On Windows, treat requests for a tty frame as
764 if they were for a GUI frame if the running server is in GUI mode.
765
5e605a2e
GM
7662011-12-03 Glenn Morris <rgm@gnu.org>
767
768 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
769
5c3fe83f
SM
7702011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
771
6f5e57e7
SM
772 * electric.el: Streamline electric-indent's hook.
773 (electric-indent-chars): Revert to simple list.
774 (electric-indent-functions): New var.
775 (electric-indent-post-self-insert-function): Use it.
776
5c3fe83f
SM
777 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
778 there's no inferior buffer (bug#10196).
779 (prolog-consult-compile): Don't use toggle-read-only.
780
6bdac736
MA
7812011-12-02 Michael Albinus <michael.albinus@gmx.de>
782
783 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
784 interrupt. (Bug#10187)
785
6131ba7f
SM
7862011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
787
99c79fee
SM
788 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
789 (bug#9160).
790
6131ba7f
SM
791 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
792 (bug#10191).
793
cb0a02ea
JL
7942011-12-02 Juri Linkov <juri@jurta.org>
795
796 * info.el (Info-search): Display "end of manual" when Isearch
797 reaches the end of single-file Info manual. (Bug#9918)
798
66e0570c
EZ
7992011-12-02 Eli Zaretskii <eliz@gnu.org>
800
801 * isearch.el (isearch-message-prefix): Run the input method part
802 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
803
02b16839
JL
8042011-12-02 Juri Linkov <juri@jurta.org>
805
806 * isearch.el (isearch-occur): Use `word-search-regexp' for
807 `isearch-word'.
808 (isearch-search-and-update): Add condition for `isearch-word' and
809 call `word-search-regexp'. (Bug#10145)
810
0b950688
GM
8112011-12-01 Glenn Morris <rgm@gnu.org>
812
813 * eshell/em-hist.el (eshell-hist-initialize):
814 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 815 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 816
9505c3c7
SM
8172011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
820
1bbe96b2 8212011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 822
a1beca85
SM
823 * progmodes/verilog-mode.el (verilog-pretty-expr):
824 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
825 verilog, such as += *= and the like.
826 (verilog-assignment-operator-re): Regular expression to find the
827 assigment operator in a verilog assignment.
828 (verilog-assignment-operation-re): Regular expression to find an
829 assignment statement for pretty-expr.
830 (verilog-in-attribute-p): Query returns true if point is in an
831 attribute context; used to skip these for expression line up from
832 pretty-expr.
833 (verilog-in-parameter-p): Query returns true if point is in an
834 parameter definition context; used to skip these for expression
835 line up from pretty-expr.
836 (verilog-in-parenthesis-p): Query returns true if point is in a
837 parenthetical expression, specifically ( ) but not [ ] or { };
838 used by pretty-expr.
839 (verilog-just-one-space): If there is no space, don't add one.
840 (verilog-get-lineup-indent-2): Specifically skip just attribute
841 contexts for expression lineup, rather than skipping all
842 parenthetical expressions.
843 (verilog-calculate-indent): Fix comment, and fix indent.
844 (verilog-do-indent): Indent declarations in lists (suggested by
845 Joachim Lechner).
846 (verilog-mode-abbrev-table): Populate abbrev mode with the various
847 skeleton items.
848 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
849 by Alain Mellan).
850
1bbe96b2 8512011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
852
853 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
854 parameters with embedded comments. Reported by Ray Stevens.
855 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
856 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
857 Reported by Tim Holt.
858 (verilog-auto): Fix AUTOing a upper module then AUTOing module
859 instantiated by upper module causing wrong expansion until AUTOed a
860 second time. Reported by K C Buckenmaier.
861 (verilog-diff-auto): Fix showing .* as a difference when
862 `verilog-auto-star-save' off. Reported by Dan Dever.
863 (verilog-auto-reset, verilog-read-always-signals)
864 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
865 temporary signals in reset list if
866 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
867 style to each signal's assignment type, bug381.
868 Reported by Thomas Esposito.
6288f0ca
WS
869 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
870 (verilog-uvm-statement-re): Support UVM indentation and
871 highlighting, with old OVM keywords only.
a1beca85 872 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
873 Support AUTOTIEOFF creating non-wire data types.
874 Suggested by Jonathan Greenlaw.
6288f0ca
WS
875 (verilog-auto-insert-lisp, verilog-delete-to-paren)
876 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
877 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
878 (verilog-read-sub-decls, verilog-read-sub-decls-line):
879 Fix mismatching parenthesis inside commented out code when deleting
382c953b 880 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
881 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
882 non-numeric vector width. Reported by Alex Reed.
883 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 884 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
885 (verilog-auto-delete-trailing-whitespace):
886 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
887 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
888 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
889 Fix verilog-scan-cache corruption when running user AUTO expansion
890 hooks that call indentation routines.
891 (verilog-simplify-range-expression): Fix typo ignoring lower case
892 identifiers.
893 (verilog-delete-auto): Fix delete-autos to also remove user created
894 automatics, as long as they start with AUTO.
895 (verilog-batch-diff-auto, verilog-diff-auto)
896 (verilog-diff-function): Add `verilog-diff-auto' and bind to
897 "C-c?" to report differences in AUTO expansion, ignoring spaces.
898 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
899 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
900 (verilog-re-search-forward-quick, verilog-syntax-ppss):
901 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
902 is disabled and its cache will get corrupt, causing AUTOS not to
903 expand. Instead use only -quick functions.
904 (verilog-scan-region): Fix scanning over escaped quotes.
905 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
906 (verilog-re-search-backward-quick)
907 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
908 related functions now ignore strings, to fix misparsing of strings
909 with magic comments embedded in them.
a1beca85
SM
910 (verilog-read-auto-template):
911 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
912 Reported by Brad Dobbie.
913 (verilog-read-auto-template):
914 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 915 Reported by Brad Dobbie.
6288f0ca
WS
916 (verilog-auto-inst, verilog-auto-inst-param)
917 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
918 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
919 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
920 debugging templates without merge conflicts, bug357.
921 Reported by Brad Dobbie.
922 (verilog-read-auto-template):
923 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
924 Reported by Brad Dobbie.
925 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
926 abbrevs so user won't be asked to save.
927 (verilog-read-auto-lisp-present): Fix to start at beginning of
928 buffer in case called outside of verilog-auto.
929 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
930 to "X-2". Reported by Matthew Myers.
931 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
932 all inputs from module templates. Reported by Leith Johnson.
933 (verilog-module-inside-filename-p): Fix locating programs as with
934 modules.
935 (verilog-auto-inst-port): Fix vl-width expressions when using
936 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
937 (verilog-decls-get-regs, verilog-decls-get-signals,
938 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
939 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
940 verilog-read-decls): Combine reg and wire structures into one var
941 structure to represent SystemVerilog concepts.
942 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
943 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
944 (verilog-auto-wire-type, verilog-insert-definition):
945 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
946 SystemVerilog "logic" keyword instead of "wire"/"reg".
947 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
948 to declares outputs that also have assignments (presumably in an
a1beca85
SM
949 ifdef or generate if so there's not a driver conflict).
950 Reported by Matthew Myers.
951 (verilog-auto-declare-nettype, verilog-insert-definition):
952 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
953 `default_nettype none. Reported by Julian Gorfajn.
954 (verilog-read-always-signals-recurse, verilog-read-decls)
955 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
956 malformed end statement, bug325. Reported by Joshua Wise and
957 Andrew Drake.
958 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
959 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
960 when expanding .* in interfaces, bug320.
961 Reported by Pierre-David Pfister.
6288f0ca 962 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
963 name and open parenthesis, bug317.
964 Reported by Pierre-David Pfister.
6288f0ca
WS
965 (verilog-simplify-range-expression): Fix simplification of
966 multiplications inside AUTOWIRE connections, bug303.
967 (verilog-auto-inst-port): Support parameter expansion in
968 multidimensional arrays.
969 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
970 after "assert property". Reported by Julian Gorfajn.
971 (verilog-simplify-range-expression): Fix "couldn't merge" errors
972 with multiplication, bug303.
973 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
974 Reported by Jan Frode Lonnum.
975
1bbe96b2
GM
9762011-11-30 Juanma Barranquero <lekktu@gmail.com>
977
978 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
979 (hfy-shell-file-name, hfy-shell):
980 * international/fontset.el (x-decompose-font-name): Fix typos.
981
9822011-11-29 Ken Brown <kbrown@cornell.edu>
983
984 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
985 (gdb-version): Remove defvar.
986 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
987 (gdb-gud-context-command, gdb-non-stop-handler)
988 (gdb-current-context-command, gdb-stopped): Use it.
989 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
990 (gdb-non-stop-handler): Don't enable pretty-printing here.
991 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
992 non-stop mode. Use the following.
993 (gdb-check-target-async): New defun.
994 (gud-watch, gdb-stopped): Fix whitespace.
995 (gdb-get-source-file): Don't try to display the source file if
996 `gdb-main-file' is nil.
997
9982011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * align.el: Try to generate fewer markers (bug#10047).
1001 (align--set-marker): New macro.
1002 (align-region): Use it.
1003
c935221f
SM
10042011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
1007
e70b5064
CY
10082011-11-29 Chong Yidong <cyd@gnu.org>
1009
1010 * indent.el (indent-for-tab-command, indent-according-to-mode):
1011 Doc fix.
1012 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
1013
f3af92b7
MA
10142011-11-29 Michael Albinus <michael.albinus@gmx.de>
1015
1016 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
1017 aware of remote file names. (Bug#10124)
1018
ed472be9
CY
10192011-11-29 Chong Yidong <cyd@gnu.org>
1020
1021 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
1022
24510c22
SM
10232011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * files.el (find-file): Don't use force-same-window (bug#10144).
1026 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
1027 use pop-to-buffer if the selected window can't be used.
1028 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
1029
c60c3703
EZ
10302011-11-28 Eli Zaretskii <eliz@gnu.org>
1031
1032 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
1033 special-mode-map.
1034
e95def75
CY
10352011-11-28 Chong Yidong <cyd@gnu.org>
1036
1037 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
1038
c3f1c606
NR
10392011-11-27 Nick Roberts <nickrob@snap.net.nz>
1040
1041 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
1042 gdb-get-source-file-list on gdb-create-source-file-list.
1043
00db469c
EZ
10442011-11-26 Eli Zaretskii <eliz@gnu.org>
1045
1046 * whitespace.el (whitespace-newline): Use a different foreground
1047 color for 16-color light-background displays.
1048
4ad3bc2a
CY
10492011-11-24 Chong Yidong <cyd@gnu.org>
1050
1051 * window.el (display-buffer--special-action): Doc fix.
1052
e9fce1ac
JB
10532011-11-25 Juanma Barranquero <lekktu@gmail.com>
1054
1055 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
1056 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
1057 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
1058 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
1059 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
1060 (avl-tree-stack-first):
1061 * emacs-lisp/cconv.el (cconv--analyse-use):
1062 * net/gnutls.el (gnutls-negotiate): Fix typos.
1063
cb825e5d
GM
10642011-11-24 Glenn Morris <rgm@gnu.org>
1065
3adbe224
GM
1066 * lpr.el (lpr-windows-system, lpr-lp-system):
1067 * mail/binhex.el (binhex-begin-line):
1068 * progmodes/grep.el (grep-history, grep-find-history):
1069 * textmodes/flyspell.el:
1070 * vc/pcvs-defs.el (cvs-global-menu):
1071 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
1072 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
1073 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
1074
321decc8
GM
1075 * net/tls.el: Fix case of "GnuTLS".
1076
420b63ad
GM
1077 * paths.el (rmail-file-name): Format doc-string for make-docfile.
1078
cb825e5d
GM
1079 * version.el (emacs-build-system): Give it a doc-string.
1080
a0649f08
JL
10812011-11-24 Juri Linkov <juri@jurta.org>
1082
1083 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
1084
c0bc0fd4
GM
10852011-11-24 Glenn Morris <rgm@gnu.org>
1086
1087 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
1088 if called on a non-mime message just toggle the headers. (Bug#8006)
1089
20db1522
JB
10902011-11-24 Juanma Barranquero <lekktu@gmail.com>
1091
1092 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
1093 (allout-lead-with-comment-string, allout-structure-deleted-hook)
1094 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
1095 (allout-rebullet-heading, allout-open-sibtopic)
1096 (allout-toggle-current-subtree-encryption)
1097 (allout-toggle-subtree-encryption, allout-encrypt-string)
1098 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
1099 (allout-distinctive-bullets-string, allout-auto-activation):
1100 * window.el (window-normalize-buffer-to-display):
1101 * progmodes/verilog-mode.el (verilog-batch-indent):
1102 * textmodes/bibtex.el (bibtex-field-braces-opt)
1103 (bibtex-field-strings-opt):
1104 * vc/cvs-status.el (cvs-tree-merge):
1105 Fix typos.
1106
7262a87c
MA
11072011-11-23 Michael Albinus <michael.albinus@gmx.de>
1108
1109 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
1110 `non-essential' to t, in order to avoid remote connections.
1111
283430a1
EZ
11122011-11-23 Eli Zaretskii <eliz@gnu.org>
1113
a1beca85
SM
1114 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1115 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
1116 case-insensitively.
1117
d2992a38
ML
11182011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1119
1120 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
1121
50419064
GM
11222011-11-23 Glenn Morris <rgm@gnu.org>
1123
da94eca1
GM
1124 * paths.el (rmail-file-name): Reformat the doc-string so that it
1125 is picked up.
1126
9aac4de2
GM
1127 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
1128 (rmail-auto-file): Ignore case in the "special" field names,
1129 as mail-fetch-field does for all others.
1130
8038d2d2
GM
1131 * mail/rmail.el (rmail-forward):
1132 * mail/rmailkwd.el (rmail-set-label):
1133 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1134 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
1135
f3fe222a
GM
1136 * mail/rmail.el (rmail-current-message): Doc fix.
1137
50419064
GM
1138 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
1139
28109f49
SM
11402011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * server.el (server-eval-and-print): Allow C-g (bug#6585).
1143
394c65f1
GM
11442011-11-22 Glenn Morris <rgm@gnu.org>
1145
1146 * mail/rmailmm.el (test-rmail-mime-handler)
1147 (test-rmail-mime-bulk-handler)
1148 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1149
f2a0aa3a
JL
11502011-11-21 Juri Linkov <juri@jurta.org>
1151
1154d12e
JB
1152 * calc/calc.el (calc-read-key-sequence):
1153 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 1154
9c34a344
LMI
11552011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1156
1157 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1158 Tell the caller that the next line needs recomputation, even
1159 though it doesn't start a sexp (bug#10094).
1160
f04a3be9
SM
11612011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1164
7978747f
SM
11652011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1166
f04a3be9
SM
1167 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1168 Use force-same-window.
7978747f 1169
fe7a3057
JB
11702011-11-20 Juanma Barranquero <lekktu@gmail.com>
1171
1172 * descr-text.el (describe-char-unicode-data):
1173 * json.el (json-string-escape):
1174 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1175 (Footnote-unicode, Footnote-style-p):
1176 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1177
24901d61
CY
11782011-11-20 Chong Yidong <cyd@gnu.org>
1179
1180 * window.el (replace-buffer-in-windows): Restore interactive spec.
1181
bac7ff22
SM
11822011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1183
24f3d7b9
SM
1184 * electric.el (electric-indent-mode): Fix last change (too optimistic).
1185
bac7ff22
SM
1186 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1187 (byte-compile-global-not-obsolete-vars): New var.
1188 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1189 Use it.
1190 (byte-compile-warn-obsolete): Align text with the one in *Help*.
1191
cd1181db
JB
11922011-11-20 Juanma Barranquero <lekktu@gmail.com>
1193
1194 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1195 * progmodes/pascal.el (electric-pascal-equal):
1196 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1197 * xml.el (xml-substitute-special): Fix typos.
1198
7fb18e9e
GM
11992011-11-20 Glenn Morris <rgm@gnu.org>
1200
1201 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1202 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1203 Doc fixes.
1204 (rmail-decode-mime-charset): Mark as obsolete.
1205
1206 * mail/rmailsum.el (rmail-message-regexp-p-1):
1207 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1208 Before using mime functions, check they are set. (Bug#10077)
1209
d5a6b3ba
JL
12102011-11-19 Juri Linkov <juri@jurta.org>
1211
1212 * info.el (Info-finder-find-node): Use `package--builtins' instead
1213 of `package-alist'. Use node names formed by the pattern "Keyword "
1214 and the keyword name.
1215
e981b61f
AS
12162011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1217
1d00653d 1218 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 1219
3ffbc301
JL
12202011-11-19 Juri Linkov <juri@jurta.org>
1221
1222 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1223 that calls `revert-buffer' on all Info buffers. (Bug#9915)
1224 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1225 `old-history', `old-history-forward'. Add let-binding
1226 `window-selected'. Remove calls to `kill-buffer',
1227 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
1228 before calling `Info-find-node', so `Info-find-node-2' will reread
1229 the Info file. Restore window positions only when `window-selected'
1230 is non-nil.
1231
30c62133
JL
12322011-11-19 Juri Linkov <juri@jurta.org>
1233
1234 * isearch.el (isearch-lazy-highlight-new-loop):
1235 Remove condition `(not isearch-error)'. (Bug#9918)
1236
1237 * misearch.el (multi-isearch-search-fun): Add condition
1238 `(not bound)' to ignore lazy-highlighting search.
1239 Add the search-failed message "end of multi" when the end of
1240 multi-sequence is reached. Uncapitalize the search-failed
1241 message "Repeat for next buffer".
1242
1243 * info.el (Info-search): Add the search-failed message
1244 "end of the manual" when the end of the manual is reached
1245 in Isearch mode.
1246
645ca9cf
JL
12472011-11-19 Juri Linkov <juri@jurta.org>
1248
1249 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1250 Use non-destructive `remove' instead of `delete' because
1251 `Info-history-list' stored to `Info-isearch-initial-history-list' in
1252 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1253
df754f66
JL
12542011-11-19 Juri Linkov <juri@jurta.org>
1255
1256 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1257 to nil instead of binding `search-ring' and `regexp-search-ring'.
1258 (Bug#9185)
1259
0e23d96a
EZ
12602011-11-19 Eli Zaretskii <eliz@gnu.org>
1261
1262 * simple.el (line-move): Force movement by logical lines for any
1263 hscrolled window, not only when auto-hscroll-mode is on.
1264 (line-move-visual): Update doc string to that effect. (Bug#10076)
1265
8a6ccb66
AS
12662011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1267
1268 * language/european.el (macintosh): Define as alias for mac-roman.
1269
49ae5b39
EZ
12702011-11-19 Eli Zaretskii <eliz@gnu.org>
1271
1272 * mail/rmailmm.el (rmail-mime-display-header)
1273 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1274 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1275 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1276 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1277 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1278 of a raw aref.
1279 (rmail-mime-entity-segment): To get past the tagline, move forward
1280 2 more lines, to account for the 2 empty lines that precede and
1281 follow the line with the buttons.
1282 (rmail-mime-update-tagline): Move one more line, to get past the
1283 empty line that follows the buttons in the tagline. (Bug#9520)
1284
c56cad4a
MR
12852011-11-19 Martin Rudalics <rudalics@gmx.at>
1286
1287 * window.el (window-max-delta-1, window-min-delta-1)
1288 (window-min-size-1, window-state-get-1, window-state-put-1)
1289 (window-state-put-2): Use "window--" prefix.
1290
cbe71af3
SM
12912011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1292
2ad52c60
SM
1293 * emacs-lisp/smie.el: Improve warnings and conflict detection.
1294 (smie-warning-count): New var.
1295 (smie-set-prec2tab): Use it.
1296 (smie-bnf->prec2): Improve warnings. Add docstring.
1297 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1298 (smie-bnf--set-class): New function.
1299 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
1300 corner case.
1301
6944dbc1
SM
1302 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1303 (compilation-error-properties, compilation-move-to-column):
1304 Handle compilation-first-column while in the target buffer.
1305
c400c4d7
SM
1306 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1307 Don't hardcode point-min==1.
1308
6dbe3e96
SM
1309 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1310 (eshell-rewrite-for-command): Remove workaround.
1311 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1312 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1313 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1314
cbe71af3
SM
1315 * files-x.el (modify-file-local-variable): Obey commenting conventions.
1316
a8e1496d
GM
13172011-11-17 Glenn Morris <rgm@gnu.org>
1318
1319 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1320 Ignore buffer-local generated-autoload-file if it is the same
1321 as the global value. (Bug#10049)
1322
df85d315
JB
13232011-11-17 Juanma Barranquero <lekktu@gmail.com>
1324
1325 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1326 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1327 (reftex-toc-previous-heading, reftex-toc-max-level)
1328 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1329 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1330 (reftex-toc-do-promote, reftex-toc-promote-prepare)
1331 (reftex-toc-promote-action, reftex-toc-extract-section-number)
1332 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1333 (reftex-toc-rename-label, reftex-toc-visit-location)
1334 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1335 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1336 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1337 leaving "*toc*" only for references to the buffer.
1338
a0c2d0ae
MR
13392011-11-17 Martin Rudalics <rudalics@gmx.at>
1340
1341 * window.el (window-resize, delete-window, split-window):
1342 Replace window-splits by window-combination-resize.
1d00653d 1343 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 1344
35c0bac8
GM
13452011-11-17 Glenn Morris <rgm@gnu.org>
1346
1347 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1348 Make bash entry derive from sh entry, not shell entry.
1349
d0c8fc8a
MA
13502011-11-16 Michael Albinus <michael.albinus@gmx.de>
1351
d0c8fc8a
MA
1352 * net/tramp-cache.el (tramp-flush-file-property): Flush also
1353 properties of linked files. (Bug#9879)
1354
7262a87c
MA
1355 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1356 local file name.
1357
7877f373
JB
13582011-11-16 Juanma Barranquero <lekktu@gmail.com>
1359
1360 * menu-bar.el (menu-bar-file-menu):
1361 * printing.el (pr-ps-utility):
1362 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1363 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1364 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1365 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1366 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1367 (icalendar--convert-cyclic-to-ical)
1368 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1369 (icalendar--convert-ical-to-diary)
1370 (icalendar--convert-recurring-to-diary)
1371 (icalendar--convert-non-recurring-all-day-to-diary)
1372 (icalendar-import-format-sample):
1373 * progmodes/idlw-shell.el (idlwave-shell-mode):
1374 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1375 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1376 (vhdl-ps-print-init): Fix typos.
1377
10649b82
KM
13782011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
1379
9d0cfcd6
GM
1380 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1381 FSF and collapse date sequence, obscure author/maintainer email address
1382 better, remove extra version line, track relocation of author's webpage.
10649b82 1383
9d0cfcd6
GM
1384 * progmodes/python.el (python-pdbtrack-input-prompt)
1385 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1386 regular python pdb prompts. Adjustments shamelessly taken exactly as
1387 suggested in EmacsWiki page (tiny change):
1388 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 1389
58179cce
JB
13902011-11-16 Juanma Barranquero <lekktu@gmail.com>
1391
1392 * expand.el (expand-pos, expand-index, expand-point):
1393 Remove redundant info from docstring.
1394 (expand-add-abbrevs): Doc fix.
1395 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1396 (expand-sample-perl-mode-expand-list): Fix typos.
1397
1398 * net/dbus.el (dbus-event-member-name):
1399 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1400 * term/pc-win.el (msdos-create-frame-with-faces):
1401 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1402
b6f67890
MR
14032011-11-16 Martin Rudalics <rudalics@gmx.at>
1404
1405 * window.el (split-window, window-state-get-1)
1406 (window-state-put-1, window-state-put-2): Rename occurrences of
1407 window-nest to window-combination-limit.
1d00653d 1408 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 1409
ce7ddba0
CY
14102011-11-16 Chong Yidong <cyd@gnu.org>
1411
1412 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1413 regexp (Bug#10033).
1414
3ae704f4
SM
14152011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1418 `completing-read' will remove *Completions* and will preserve
1419 current-buffer for us.
1420 (tmm-add-prompt): Users of *Completions* will always (re)set its
1421 major mode.
1422 (tmm-old-comp-map): Remove.
1423
6ad1cdde
GM
14242011-11-16 Glenn Morris <rgm@gnu.org>
1425
1426 * mail/rmailedit.el: Require rmailmm when compiling.
1427 (rmail-old-mime-state): New declaration.
1428 (rmail-edit-current-message): If editing a mime message,
1429 edit the "raw" message from the mbox buffer.
1430 (rmail-cease-edit): Handle mime messages. (Bug#9840)
1431
d20faa20
GM
14322011-11-15 Glenn Morris <rgm@gnu.org>
1433
1434 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1435 which wasn't being used. Add optional arg to force given state.
1436 (rmail-mime): Add optional arg to force given state.
1437
c7015153
JB
14382011-11-15 Juanma Barranquero <lekktu@gmail.com>
1439
1440 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1441 * frame.el (display-mm-dimensions-alist):
1442 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1443 (outline-move-subtree-down):
1444 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1445 (newsticker--treeview-do-get-node):
1446 * net/quickurl.el (quickurl-list-buffer-name):
1447 * progmodes/dcl-mode.el (dcl-mode):
1448 * progmodes/gdb-mi.el (gdb-mapcar*):
1449 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1450
45261b50
GM
14512011-11-15 Glenn Morris <rgm@gnu.org>
1452
1453 * mail/rmail.el (rmail-file-coding-system): It's only ever used
1454 in a boolean sense, so just make it a boolean, and fix the doc.
1455 (rmail-show-mime-function, rmail-mime-feature)
1456 (rmail-require-mime-maybe): Doc fixes.
1457 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1458
1459 * mail/rmailmm.el (rmail-show-mime): Doc fix.
1460
0d26e0b6
JB
14612011-11-15 Juanma Barranquero <lekktu@gmail.com>
1462
1463 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1464 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1465 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1466 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1467
447f30f6
GM
14682011-11-15 Glenn Morris <rgm@gnu.org>
1469
672b871d
GM
1470 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1471 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1472 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1473 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1474 (rmail-mime, rmail-show-mime): Doc fixes.
1475
f6aa5bb1
GM
1476 * term/ns-win.el (mode-line-frame-identification):
1477 Leave it alone. (Bug#10051)
1478
947cd66b
GM
1479 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
1480
447f30f6
GM
1481 * mail/rmailout.el (rmail-output-to-rmail-buffer):
1482 Handle empty buffers. (Bug#9978)
1483
0b381c7e
JB
14842011-11-14 Juanma Barranquero <lekktu@gmail.com>
1485
1486 * international/mule.el (define-charset):
1487 * mail/rmailmm.el (rmail-mime-find-header-encoding):
1488 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1489 * progmodes/verilog-mode.el (verilog-backward-token):
1490 * textmodes/ispell.el (lookup-words):
1491 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1492
71e027ac
GM
14932011-11-14 Glenn Morris <rgm@gnu.org>
1494
56632ce4
GM
1495 * progmodes/executable.el
1496 (executable-make-buffer-file-executable-if-script-p):
1497 Handle file-modes returning nil.
1498
40500957
GM
1499 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1500 message - not necessary, and causes problems. (Bug#9831)
1501
071c2340
GM
1502 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1503
d3cfca60
GM
1504 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1505
71e027ac
GM
1506 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1507 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
1508 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1509
89d61221
MR
15102011-11-12 Martin Rudalics <rudalics@gmx.at>
1511
1512 * window.el (window-resize, delete-window): Use window-splits
1513 variable instead of function.
1514 (window-state-get-1, window-state-put-2, window-state-put):
1515 Don't deal with windows' splits status.
1516
98282f6f
GM
15172011-11-12 Glenn Morris <rgm@gnu.org>
1518
1519 * apropos.el (apropos-do-all, apropos-library, apropos-value)
1520 (apropos-documentation): Doc fixes.
1521
40a8bdf6
JB
15222011-11-11 Juanma Barranquero <lekktu@gmail.com>
1523
1524 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1525 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1526
65bd19ff
SM
15272011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1528
1529 * electric.el (electric-indent-post-self-insert-function): Make it
1530 possible for a char to only indent in some circumstances.
1531 (electric-indent-mode): Simplify.
1532
54f9154c
MR
15332011-11-11 Martin Rudalics <rudalics@gmx.at>
1534
1535 * window.el (windows-with-parameter): Remove unused function.
1536 (windows-at-side): Rename to window-at-side-list.
1537 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
1538 (window-side-check, window-size-ignore, window-size-fixed-1)
1539 (window-in-direction-2): Prefix with "window--".
1540 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 1541
68cbc58b
GM
15422011-11-11 Glenn Morris <rgm@gnu.org>
1543
1544 * subr.el (eval-after-load): If FILE is already loaded,
1545 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
1546
b2621720
GM
15472011-11-10 Glenn Morris <rgm@gnu.org>
1548
9a4de110
GM
1549 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1550 Call svn via vc-svn-command rather than vc-do-command.
1551 (vc-svn-command): Add --non-interactive. (Bug#9993)
1552 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1553
b2621720
GM
1554 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1555 Add toggle-read-only. (Bug#7292)
1556 * files.el (toggle-read-only): Mention that it should only
1557 be used interactively. (Bug#10006)
1558
1dce7193
SM
15592011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1560
d9ac1a1e
SM
1561 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1562 Adjust regexp for OCaml warnings.
1563
0c325082
SM
1564 * electric.el (electric-pair-post-self-insert-function): Let user
1565 turn it off buffer-locally (bug#9932).
1566
90132c14
SM
1567 * progmodes/python.el (python-beginning-of-statement):
1568 Rewrite (bug#2703).
1569
1dce7193
SM
1570 * progmodes/compile.el: Better handle TABs (bug#9749).
1571 (compilation-internal-error-properties)
1572 (compilation-next-error-function): Obey the target buffer's
1573 compilation-error-screen-columns.
1574
c4e7c63a
JB
15752011-11-09 Juanma Barranquero <lekktu@gmail.com>
1576
1577 * progmodes/meta-mode.el: Remove obsolete comments.
1578 (meta-right-comment-regexp, meta-ignore-comment-regexp):
1579 Fix typos in docstrings.
1580
2cffd681
MR
15812011-11-09 Martin Rudalics <rudalics@gmx.at>
1582
1583 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 1584 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
1585 (window--resizable): New function. Make all callers of
1586 window-resizable call window--resizable instead.
1587 (window-resizable): Rewrite in terms of window--resizable.
1588
0edcba87
GM
15892011-11-08 Glenn Morris <rgm@gnu.org>
1590
1591 * progmodes/delphi.el (delphi-mode-syntax-table):
1592 Let define-derived-mode define a proper syntax table. (Bug#9994)
1593
4b0d61e3
SM
15942011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1595
1596 * window.el: Stay away from defsubst.
1597 (window-list-no-nils): Remove.
1598 (window-state-get-1, window-state-get): Use backquote instead.
1599
cd394be1 16002011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 1601
4b0d61e3 1602 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 1603 Fix incorrect use of default argument in `completing-read'.
1604
e1c2c6f2
MR
16052011-11-08 Martin Rudalics <rudalics@gmx.at>
1606
1607 * window.el (display-buffer-function, special-display-function):
1608 Mention display-buffer-record-window but do not mention
1609 help-setup parameter in doc-strings.
b3f4a882 1610 (window-min-delta): Fix doc-string typo.
e1c2c6f2 1611
105216ed
CY
16122011-11-08 Chong Yidong <cyd@gnu.org>
1613
1614 * window.el (window-total-height, window-total-width): Doc fix.
1615 (window-body-size): Move from C.
1616 (window-body-height, window-body-width): Move to C.
1617
0a9f9ab5
SM
16182011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * window.el: Make special-display like display-buffer-alist (bug#9532).
1621 (display-buffer--special-action): New function, morphed
1622 from display-buffer--special.
1623 (display-buffer): Use it to handle special-display-buffers at higher
1624 priority (just after display-buffer-alist).
1625 (display-buffer-fallback-action, display-buffer--other-frame-action)
1626 (pop-to-buffer-same-window): Remove display-buffer--special.
1627
a769dd15
GM
16282011-11-07 Glenn Morris <rgm@gnu.org>
1629
1630 * calendar/cal-menu.el (cal-menu-set-date-title):
1631 Do nothing if not in a calendar. (Bug#9976)
1632
05a61ee3
SM
16332011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1634
1635 * files.el (find-file): Always use selected-window.
1636
be7f5545
MR
16372011-11-07 Martin Rudalics <rudalics@gmx.at>
1638
1639 * window.el (window-combinations): Make WINDOW argument
1640 mandatory. Rewrite doc-string.
1641 (walk-window-subtree, window-atom-check, window-min-delta)
1642 (window-max-delta, window--resize-this-window)
1643 (window--resize-root-window-vertically, window-tree)
1644 (balance-windows, window-state-put): Rewrite doc-strings as to
1645 not mention the term "subwindow".
1646 (window--resize-subwindows-skip-p): Rename to
1647 window--resize-child-windows-skip-p.
1648 (window--resize-subwindows-normal): Rename to
1649 window--resize-child-windows-normal.
1650 (window--resize-subwindows): Rename to
1651 window--resize-child-windows.
1652 (window-or-subwindow-p): Rename to window--in-subtree-p.
1653
3c6702ef
ML
16542011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1655
1656 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1657 Ensure that mbox format messages end in two newlines (Bug#9974).
1658
49745b39
CY
16592011-11-06 Chong Yidong <cyd@gnu.org>
1660
1661 * window.el (window-combination-p): Function deleted; its
1662 side-effect is not used in any existing code.
1663 (window-combinations, window-combined-p): Call window-*-child
1664 directly.
1665
24300f5f
CY
16662011-11-05 Chong Yidong <cyd@gnu.org>
1667
1668 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
1669 (window-size-ignore, window-state-get): Callers changed.
1670 (window-normalize-window): Rename from window-normalize-any-window.
1671 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 1672 (window-normalize-live-window): Delete.
447f16b8
CY
1673 (window-combination-p, window-combined-p, window-combinations)
1674 (walk-window-subtree, window-atom-root, window-min-size)
1675 (window-sizable, window-sizable-p, window-size-fixed-p)
1676 (window-min-delta, window-max-delta, window-resizable)
1677 (window-resizable-p, window-full-height-p, window-full-width-p)
1678 (window-current-scroll-bars, window-point-1, set-window-point-1)
1679 (window-at-side-p, window-in-direction, window-resize)
1680 (adjust-window-trailing-edge, maximize-window, minimize-window)
1681 (window-deletable-p, delete-window, delete-other-windows)
1682 (record-window-buffer, unrecord-window-buffer)
1683 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1684 (quit-window, split-window, window-state-put)
1685 (set-window-text-height, fit-window-to-buffer)
1686 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 1687
89bd5ee1
EZ
16882011-11-04 Eli Zaretskii <eliz@gnu.org>
1689
53479029
EZ
1690 * mail/rmail.el (rmail-simplified-subject): Decode subject with
1691 rfc2047-decode-string.
1692 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1693 warnings.
1694
89bd5ee1
EZ
1695 * window.el (window-body-height, window-body-width): Mention in
1696 the doc string that the return values are in frame's canonical
1697 units. (Bug#9949)
1698
bd17fdee
AM
16992011-11-03 Alan Mackenzie <acm@muc.de>
1700
1701 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1702 change in cc-engine.el.
1703
acc825c5
SM
17042011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * window.el (switch-to-buffer): Use `force-same-window' interactively.
1707
1885e5b8
MR
17082011-11-02 Martin Rudalics <rudalics@gmx.at>
1709
1710 * window.el (quit-window): Call unrecord-window-buffer after
1711 showing another buffer in the window. (Bug#9937)
acc825c5 1712 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 1713
ebe06da9
JB
17142011-11-02 Juanma Barranquero <lekktu@gmail.com>
1715
1716 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1717 Accept status with more than 9 shelves. (Bug#9935)
1718 Reported by Colin D Bennett <colin@gibibit.com>.
1719
4ee88440
MR
17202011-11-01 Martin Rudalics <rudalics@gmx.at>
1721
1722 * help.el (with-help-window): Don't reference
1723 temp-buffer-show-specifiers in doc-string.
1724
08e1d82c
AS
17252011-10-31 Andreas Schwab <schwab@linux-m68k.org>
1726
1727 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1728 menu-item.
1729
84bd6e9e
VJL
17302011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1731
1732 * whitespace.el: New version 13.2.2.
1733 (whitespace-newline-mode): Disable properly. Reported by Sarah
1734 <EmacsWiki>.
1735
dba0634a
UJ
17362011-10-30 Ulf Jasper <ulf.jasper@web.de>
1737
1738 * net/newst-treeview.el: Remove "Time-stamp".
1739 (newsticker--group-manage-orphan-feeds): Do not call
1740 newsticker--treeview-tree-update.
db22a3c2
JB
1741 (newsticker-treeview-update, newsticker-treeview):
1742 Call newsticker--treeview-tree-update if necessary.
dba0634a 1743
3d8daefe
MR
17442011-10-30 Martin Rudalics <rudalics@gmx.at>
1745
1746 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
1747 (window-iso-combinations): Remove "iso-" infix.
1748 Suggested by Chong Yidong.
3d8daefe
MR
1749 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1750 (window-max-delta-1, window-resize, window--resize-siblings)
1751 (window--resize-this-window, adjust-window-trailing-edge)
1752 (split-window, balance-windows-1)
1753 (shrink-window-if-larger-than-buffer):
1754 * calendar/calendar.el (calendar-generate-window):
db22a3c2 1755 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 1756
1bc4c3ae
SM
17572011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1760 in place (bug#9907).
1761 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1762 (eshell-rewrite-if-command, eshell-rewrite-for-command)
1763 (eshell-structure-basic-command, eshell-rewrite-while-command)
1764 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1765 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1766 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1767 (eshell-do-pipelines-synchronously, eshell-eval-command):
1768 Use backquotes and prefer setq to set.
1769 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1770 (eshell-macrop): Use functionp.
c1e2f5fa 1771 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 1772
30b65d9c
CY
17732011-10-30 Chong Yidong <cyd@gnu.org>
1774
1775 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1776 instead of set-mark (Bug#9810).
1777
2d197ffb
CY
17782011-10-30 Chong Yidong <cyd@gnu.org>
1779
1780 * window.el (split-window-below, split-window-right): Rename from
1781 split-window-above-each-other and split-window-side-by-side
1782 respectively. All callers changed.
1783 (split-window-sensibly, split-window-sensibly): Use them.
1784 (split-window-keep-point): Doc fix.
1785
1786 * isearch.el: Add isearch-scroll property to split-window-below
1787 and split-window-right.
1788
1789 * follow.el (follow-mode):
1790 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1791 * progmodes/ada-xref.el (ada-gdb-application):
1792 * emulation/vip.el (vip-buffer-in-two-windows):
1793 * image-dired.el (image-dired-dired-with-window-configuration):
1794 * dired-x.el (dired-do-find-marked-files):
1795 * dired.el (dired-pop-to-buffer):
1796 * bs.el (bs--show-with-configuration):
1797 * vc/emerge.el (emerge-setup-windows):
1798 * textmodes/two-column.el (2C-two-columns):
1799 * textmodes/reftex-toc.el (reftex-toc):
1800 * progmodes/gdb-mi.el (gdb-setup-windows):
1801 * progmodes/fortran.el (fortran-window-create):
1802 * net/newst-treeview.el (newsticker--treeview-window-init):
1803 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
1804 * emulation/tpu-edt.el (tpu-gold-map):
1805 * emulation/crisp.el (crisp-mode-map):
1806 * calendar/calendar.el (calendar-basic-setup): Callers changed.
1807
38bb2ca8
CY
18082011-10-29 Chong Yidong <cyd@gnu.org>
1809
aa4de341
CY
1810 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
1811
e1eb5385
CY
1812 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
1813
5d2ece3c
CY
1814 * textmodes/flyspell.el (flyspell-word): Fix char offset for
1815 forged Ispell output (Bug#7904).
1816
38bb2ca8
CY
1817 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
1818
d0af9f77
SM
18192011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * doc-view.el: Avoid ugly errors about not finding nil.
1822 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1823 (doc-view-dvipdf-program, doc-view-unoconv-program)
1824 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
1825 Avoid nil or absolute file name as default value.
1826 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
1827
52bedd34
AM
18282011-10-28 Alan Mackenzie <acm@muc.de>
1829
db22a3c2 1830 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 1831
7e43cfa5
AM
18322011-10-28 Alan Mackenzie <acm@muc.de>
1833
1834 Amend the handling of c-beginning/end-of-defun in nested declaration
1835 scopes.
1836
52bedd34
AM
1837 * progmodes/cc-vars.el (c-defun-tactic): Move here from
1838 cc-langs.el. Change it to a defcustom.
7e43cfa5 1839
52bedd34
AM
1840 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
1841 cc-vars.el.
7e43cfa5 1842
d0af9f77
SM
1843 * progmodes/cc-engine.el (c-beginning-of-statement-1):
1844 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 1845
52bedd34 1846 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 1847 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
1848 (c-widen-to-enclosing-decl-scope): New function.
1849 (c-while-widening-to-decl-block): New macro.
1850 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
1851 outward for defun boundaries, and correspondingly change symbol
1852 `respect-enclosure' to `go-outward'.
1853 (c-declaration-limits): Change algorithm to report only the "innermost"
1854 defun's boundaries.
1855
1a2ce9ee
DD
18562011-10-28 Deniz Dogan <deniz@dogan.se>
1857
1858 * net/rcirc.el (rcirc-mode): Use hard newlines.
1859
bc97a826
AM
18602011-10-28 Alan Mackenzie <acm@muc.de>
1861
1862 Amend to indent and fontify macros "which include their own semicolon"
1863 correctly, using the "virtual semicolon" mechanism.
1864
52bedd34 1865 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 1866
d0af9f77 1867 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 1868 Recode to scan one line at a time rather than having \n and \r
58179cce 1869 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 1870 (c-forward-label): Amend for virtual semicolons.
58179cce 1871 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 1872
52bedd34
AM
1873 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
1874 of the new C macros.
bc97a826 1875
52bedd34 1876 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
1877 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
1878 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
1879 (c-opt-cpp-macro-define): Make into a full language variable.
1880 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
1881 AWK Mode (including \n, \r) removed, no longer needed.
1882
d0af9f77
SM
1883 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
1884 Invoke c-make-macro-with-semi-re.
bc97a826 1885
52bedd34
AM
1886 * progmodes/cc-vars.el (c-macro-with-semi-re):
1887 (c-macro-names-with-semicolon): New variables.
58179cce 1888 (c-make-macro-with-semi-re): New function.
bc97a826 1889
7a6c0941
SM
18902011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * vc/log-edit.el: Fill empty field rather than adding new one.
1893 (log-edit-add-field): New function.
1894 (log-edit-insert-changelog): Use it.
1895
b0c4cdcf
ML
18962011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1897
1898 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
1899
ee1f1da9
SM
19002011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
1903 (gdb--check-interpreter): New function.
1904 (gdb): Use it.
1905
51bc5f8b
GM
19062011-10-27 Glenn Morris <rgm@gnu.org>
1907
416a2c45
GM
1908 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
1909 (least-positive-float, least-negative-float)
1910 (least-positive-normalized-float, least-negative-normalized-float)
1911 (float-epsilon, float-negative-epsilon):
1912 Remove unnecessary declarations.
1913
1914 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
1915 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
1916 (least-positive-float, least-negative-float)
1917 (least-positive-normalized-float, least-negative-normalized-float)
1918 (float-epsilon, float-negative-epsilon): Add doc-strings,
1919 based on those in cl.texi.
1920
51bc5f8b
GM
1921 * files.el (set-visited-file-name): If the major-mode changed,
1922 reload the local variables. (Bug#9796)
1923
15de15c6
CY
19242011-10-27 Chong Yidong <cyd@gnu.org>
1925
1926 * subr.el (change-major-mode-after-body-hook): New hook.
1927 (run-mode-hooks): Run it.
1928
ee1f1da9
SM
1929 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1930 Use change-major-mode-before-body-hook.
15de15c6
CY
1931
1932 * simple.el (fundamental-mode):
1933 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
1934 change introducing fundamental-mode-hook.
1935
5430d399
JB
19362011-10-26 Juanma Barranquero <lekktu@gmail.com>
1937
acc825c5 1938 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 1939
ad74a69e
MA
19402011-10-26 Michael Albinus <michael.albinus@gmx.de>
1941
1942 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 1943 tramp.el explicitly. (Bug#7583)
ad74a69e 1944
71d4c2a5
SM
19452011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 * progmodes/octave-mod.el:
1948 * progmodes/octave-inf.el: Update maintainer.
1949
b1f6fa26
CY
19502011-10-26 Chong Yidong <cyd@gnu.org>
1951
1952 * subr.el (with-wrapper-hook): Rewrite doc.
1953
3f04efd6
MA
19542011-10-25 Michael Albinus <michael.albinus@gmx.de>
1955
1956 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 1957 filenames "/method:foo:". (Bug#9793)
3f04efd6 1958
410488d3
SM
19592011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1960
1961 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
1962 (bug#9865).
1963
c1ebb47e
GM
19642011-10-24 Glenn Morris <rgm@gnu.org>
1965
1966 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
1967
7f5c46c7
MA
19682011-10-24 Michael Albinus <michael.albinus@gmx.de>
1969
1970 * notifications.el: Add the requirement of a running D-Bus session
1971 bus to the Commentary.
1972
db2440b6
JL
19732011-10-24 Juri Linkov <juri@jurta.org>
1974
1975 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1976 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
1977 (Bug#9364)
1978
feecf435
JL
19792011-10-24 Juri Linkov <juri@jurta.org>
1980
1981 * info.el (Info-following-node-name-re): Add newline to the list
1982 of allowed characters for leading space. (Bug#9824)
1983
a3839de2
SM
19842011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1985
acc825c5
SM
1986 * progmodes/octave-inf.el (inferior-octave-mode-map):
1987 Fix C-c C-h binding.
a3839de2
SM
1988 * progmodes/octave-mod.el (octave-help): Remove.
1989
09388e76
MA
19902011-10-23 Michael Albinus <michael.albinus@gmx.de>
1991
1992 Sync with Tramp 2.2.3.
1993
1994 * net/tramp-cache.el (top): Pacify byte-compiler using
1995 `init-file-user' and `site-run-file'.
1996
1997 * net/trampver.el: Update release number.
1998
86c60681
CY
19992011-10-23 Chong Yidong <cyd@gnu.org>
2000
2001 * files.el (toggle-read-only): Remove obsolete comment about
2002 version control.
2003
2004 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
2005 for toggle-read-only. Note that this hasn't called vc-next-action
2006 since 2008-05-02, though it wasn't documented at the time.
2007
a3839de2
SM
2008 * vc/ediff-init.el (ediff-toggle-read-only-function):
2009 Use toggle-read-only.
86c60681 2010
cd5495ff
AM
20112011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
2012
2013 Fix bug #9560, sporadic wrong indentation; improve instrumentation
2014 of c-parse-state.
2015
00b77525 2016 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 2017 correct faulty logical expression.
cd5495ff
AM
2018 (c-parse-state-state, c-record-parse-state-state):
2019 (c-replay-parse-state-state): New defvar/defuns.
2020 (c-debug-parse-state): Use new functions.
2021
42ee24ed
MR
20222011-10-22 Martin Rudalics <rudalics@gmx.at>
2023
2024 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 2025 last fix. Use window-in-direction correctly.
42ee24ed 2026
a7dee7e7
CY
20272011-10-21 Chong Yidong <cyd@gnu.org>
2028
2029 * progmodes/idlwave.el (idlwave-mode):
2030 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
2031 require-final-newline; that's done in prog-mode.
2032 Suggested by Stefan Monnier.
a7dee7e7 2033
e07b9a6d
MR
20342011-10-21 Martin Rudalics <rudalics@gmx.at>
2035
2036 * mouse.el (mouse-drag-window-above)
2037 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
2038 (mouse-drag-mode-line-1, mouse-drag-header-line)
2039 (mouse-drag-vertical-line-rightward-window): Remove.
2040 (mouse-drag-line): New function.
2041 (mouse-drag-mode-line, mouse-drag-header-line)
2042 (mouse-drag-vertical-line): Call mouse-drag-line.
2043 * window.el (window-at-side-p, windows-at-side): New functions.
2044
7e1361d9
UM
20452011-10-21 Ulrich Mueller <ulm@gentoo.org>
2046
2047 * tar-mode.el (tar-grind-file-mode):
2048 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
2049
30fcaf3a
CY
20502011-10-21 Chong Yidong <cyd@gnu.org>
2051
2052 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
2053 * progmodes/vera-mode.el (vera-mode):
2054 Use mode-require-final-newline.
30fcaf3a 2055
516eddb0
GM
20562011-10-20 Glenn Morris <rgm@gnu.org>
2057
db22a3c2 2058 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 2059
10d5f513
CS
20602011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
2061
2062 * emulation/cua-base.el (cua-set-mark): Fix case of string.
2063
ac6c8639
CY
20642011-10-20 Chong Yidong <cyd@gnu.org>
2065
2066 * emulation/cua-base.el (cua-mode):
2067 * mail/footnote.el (footnote-mode):
2068 * mail/mailabbrev.el (mail-abbrevs-mode):
2069 * net/xesam.el (xesam-minor-mode):
2070 * progmodes/bug-reference.el (bug-reference-mode):
2071 * progmodes/cap-words.el (capitalized-words-mode):
2072 * progmodes/compile.el (compilation-minor-mode)
2073 (compilation-shell-minor-mode):
2074 * progmodes/gud.el (gud-tooltip-mode):
2075 * progmodes/hideif.el (hide-ifdef-mode):
2076 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2077 * progmodes/subword.el (subword-mode):
2078 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2079 * progmodes/which-func.el (which-function-mode):
2080 * term/tvi970.el (tvi970-set-keypad-mode):
2081 * term/vt100.el (vt100-wide-mode):
2082 * textmodes/flyspell.el (flyspell-mode):
2083 * textmodes/ispell.el (ispell-minor-mode):
2084 * textmodes/nroff-mode.el (nroff-electric-mode):
2085 * textmodes/paragraphs.el (use-hard-newlines):
2086 * textmodes/refill.el (refill-mode):
2087 * textmodes/reftex.el (reftex-mode):
2088 * textmodes/rst.el (rst-minor-mode):
2089 * textmodes/sgml-mode.el (html-autoview-mode)
2090 (sgml-electric-tag-pair-mode):
2091 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
2092 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
2093 * emulation/crisp.el (crisp-mode):
2094 * emacs-lisp/eldoc.el (eldoc-mode):
2095 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
2096 minor mode behavior.
2097
aa42ab43
JL
20982011-10-19 Juri Linkov <juri@jurta.org>
2099
2100 * descr-text.el (describe-char): Add #x2010 and #x2011 to
2101 the list of hard-coded chars with escape-glyph face.
2102
89400f1d
SM
21032011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
2106
305c07f6
MA
21072011-10-19 Michael Albinus <michael.albinus@gmx.de>
2108
2109 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
2110 running process.
2111
13754b54
GM
21122011-10-19 Glenn Morris <rgm@gnu.org>
2113
2114 * vc/vc-bzr.el (vc-bzr-after-dir-status):
2115 Ignore ignored files. (Bug#9726)
2116
06e21633
CY
21172011-10-19 Chong Yidong <cyd@gnu.org>
2118
2119 Doc fix for minor modes, stating that an omitted argument enables
2120 the mode unconditionally when called from Lisp.
2121
2122 * abbrev.el (abbrev-mode):
2123 * allout.el (allout-mode):
2124 * autoinsert.el (auto-insert-mode):
2125 * autoarg.el (autoarg-mode, autoarg-kp-mode):
2126 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2127 (global-auto-revert-mode):
2128 * battery.el (display-battery-mode):
2129 * composite.el (global-auto-composition-mode)
2130 (auto-composition-mode):
2131 * delsel.el (delete-selection-mode):
2132 * desktop.el (desktop-save-mode):
2133 * dired-x.el (dired-omit-mode):
2134 * dirtrack.el (dirtrack-mode):
2135 * doc-view.el (doc-view-minor-mode):
2136 * double.el (double-mode):
2137 * electric.el (electric-indent-mode, electric-pair-mode):
2138 * emacs-lock.el (emacs-lock-mode):
2139 * epa-hook.el (auto-encryption-mode):
2140 * follow.el (follow-mode):
2141 * font-core.el (font-lock-mode):
2142 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2143 * help.el (temp-buffer-resize-mode):
2144 * hilit-chg.el (highlight-changes-mode)
2145 (highlight-changes-visible-mode):
2146 * hi-lock.el (hi-lock-mode):
2147 * hl-line.el (hl-line-mode, global-hl-line-mode):
2148 * icomplete.el (icomplete-mode):
2149 * ido.el (ido-everywhere):
2150 * image-file.el (auto-image-file-mode):
2151 * image-mode.el (image-minor-mode):
2152 * iswitchb.el (iswitchb-mode):
2153 * jka-cmpr-hook.el (auto-compression-mode):
2154 * linum.el (linum-mode):
2155 * longlines.el (longlines-mode):
2156 * master.el (master-mode):
2157 * mb-depth.el (minibuffer-depth-indicate-mode):
2158 * menu-bar.el (menu-bar-mode):
2159 * minibuf-eldef.el (minibuffer-electric-default-mode):
2160 * mouse-sel.el (mouse-sel-mode):
2161 * msb.el (msb-mode):
2162 * mwheel.el (mouse-wheel-mode):
2163 * outline.el (outline-minor-mode):
2164 * paren.el (show-paren-mode):
2165 * recentf.el (recentf-mode):
2166 * reveal.el (reveal-mode, global-reveal-mode):
2167 * rfn-eshadow.el (file-name-shadow-mode):
2168 * ruler-mode.el (ruler-mode):
2169 * savehist.el (savehist-mode):
2170 * scroll-all.el (scroll-all-mode):
2171 * scroll-bar.el (scroll-bar-mode):
2172 * server.el (server-mode):
2173 * shell.el (shell-dirtrack-mode):
2174 * simple.el (auto-fill-mode, transient-mark-mode)
2175 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2176 (line-number-mode, column-number-mode, size-indication-mode)
2177 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2178 * strokes.el (strokes-mode):
2179 * time.el (display-time-mode):
2180 * t-mouse.el (gpm-mouse-mode):
2181 * tool-bar.el (tool-bar-mode):
2182 * tooltip.el (tooltip-mode):
2183 * type-break.el (type-break-mode-line-message-mode)
2184 (type-break-query-mode):
2185 * view.el (view-mode):
2186 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2187 (global-whitespace-mode, global-whitespace-newline-mode):
2188 * xt-mouse.el (xterm-mouse-mode): Doc fix.
2189
a3839de2
SM
2190 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2191 Fix autogenerated docstring.
06e21633 2192
5214e501
JL
21932011-10-19 Juri Linkov <juri@jurta.org>
2194
2195 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2196 by checking environment variables "DESKTOP_SESSION" and
2197 "XDG_CURRENT_DESKTOP". (Bug#9779)
2198
195f8db9
JL
21992011-10-19 Juri Linkov <juri@jurta.org>
2200
2201 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2202 (browse-url-chromium-program, browse-url-chromium-arguments):
2203 New defcustoms.
2204 (browse-url-default-browser): Check for `browse-url-chromium' and
2205 call `browse-url-chromium-program'.
2206 (browse-url-chromium): New command. (Bug#9779)
2207
343a34ff
JB
22082011-10-18 Juanma Barranquero <lekktu@gmail.com>
2209
2210 * facemenu.el (list-colors-duplicates): On Windows, detect more
2211 duplicates by assuming that only colors matching "^System" are
2212 special "system colors". (Bug#9722)
2213
6978a151
SM
22142011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2217 to distinguish the author from the committer.
2218
6a80b297
MA
22192011-10-18 Michael Albinus <michael.albinus@gmx.de>
2220
2221 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2222
b31a5677
JK
22232011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
2224
2225 * international/mule.el (sgml-html-meta-auto-coding-function):
2226 Add support for detecting encoding in HTML5 specified only as
2227 <meta charset="UTF-8">. Implementation just makes http-equiv and
2228 content-type parts from HTML4 encoding string optional. (Bug#9716)
2229
80c6d77f
GM
22302011-10-18 Glenn Morris <rgm@gnu.org>
2231
2232 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
2233
08b0fee8
CY
22342011-10-18 Chong Yidong <cyd@gnu.org>
2235
2236 * faces.el (cursor): Doc fix.
2237
67e729a5
CY
22382011-10-17 Chong Yidong <cyd@gnu.org>
2239
2240 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2241
343a34ff 22422011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
2243
2244 * dirtrack.el (dirtrack): Support shell buffers with path
2245 prefixes, e.g. tramp-based remote shells. (Bug#9647)
2246
0bc06380
TZ
22472011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
2248
2249 * json.el: Bump version to 1.3 and note change in History.
2250 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2251
8b79f3e0
SM
22522011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2253
5a7c536b
SM
2254 * comint.el (comint-insert-input, comint-send-input)
2255 (comint-get-old-input-default, comint-backward-matching-input)
2256 (comint-next-prompt): Use nil instead of `input' for field property of
2257 past user input (bug#114).
2258
96a8a0df
SM
2259 * minibuffer.el (completion--replace): Inherit surrounding properties
2260 (bug#114).
2261 (minibuffer-complete-and-exit): Use it.
2262
8b79f3e0
SM
2263 * comint.el (comint--table-subvert): Quote the all-completions output
2264 (bug#9160).
2265
b8f7ff0d
MR
22662011-10-17 Martin Rudalics <rudalics@gmx.at>
2267
8b79f3e0 2268 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 2269
b8f7ff0d 2270 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 2271 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
2272 entries and separate them from frame entries.
2273
c235b555
GM
22742011-10-15 Glenn Morris <rgm@gnu.org>
2275
2276 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2277 Doc fixes.
2278
6bbfa6e1
CY
22792011-10-15 Chong Yidong <cyd@stupidchicken.com>
2280
8b79f3e0
SM
2281 * net/network-stream.el (network-stream-open-starttls):
2282 Improve detection of failure due to lack of TLS support.
ec5c990d 2283
6bbfa6e1
CY
2284 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2285 putting the input text in front and in bold.
2286
98488977
SM
22872011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2288
3d1337be
SM
2289 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2290
ee0b45e4
SM
2291 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2292 empty buffer.
2293
98488977
SM
2294 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2295 unread-command-events rather than pushing yet-another event.
2296
186f4720
EZ
22972011-10-14 Eli Zaretskii <eliz@gnu.org>
2298
2299 * mail/sendmail.el (sendmail-query-once): Improve the wording of
2300 the explanation of the possible choices. Make the options passed
2301 to completing-read shorter.
2302
8b7a997c
AM
23032011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2304
2305 * textmodes/flyspell.el (flyspell-large-region): Make sure
2306 extended character mode is used if defined (Bug#1339).
2307
12587bbb
EZ
23082011-10-13 Eli Zaretskii <eliz@gnu.org>
2309
2310 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
2311 character info for LRE, LRO, RLE, and RLO characters by appending
2312 an invisible PDF.
12587bbb 2313
bad41229
SM
23142011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2317 even in case of error; add debug spec; simplify data flow.
2318 (with-timeout-handler): Remove.
2319
28dbc92f
MA
23202011-10-12 Michael Albinus <michael.albinus@gmx.de>
2321
2322 Fix Bug#6019, Bug#9315.
2323
2324 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2325 complete `buffer-file-name', the local file name part could look
2326 remotely (for example on VMS).
2327
2328 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2329 `tramp-run-real-handler'.
2330 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2331 already quoted by '"'.
2332
2333 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2334 Let `file-name-handler-alist' be nil, the local file name part
2335 could look remotely (for example on VMS).
2336
e1b0b23a
SM
23372011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2340 from here...
2341 (flyspell-post-command-hook): ...to here.
2342
a120bde9
SM
23432011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2344
2345 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2346 if not needed.
2347 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
2348 using completion. Protect against "slow" callers.
2349 Remove the "message hack".
2350
7ce7717b
JL
23512011-10-11 Juri Linkov <juri@jurta.org>
2352
2353 * isearch.el (isearch-lazy-highlight-word): New variable.
2354 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2355 Use it. (Bug#9727)
2356
c02ee9d6
GM
23572011-10-11 Glenn Morris <rgm@gnu.org>
2358
2359 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2360 like f90-previous-statement does.
2361
93e616fd 23622011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2363
1f190e73 2364 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
2365 only in interactive use, to avoid error.
2366
af7b6078
SM
23672011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2368
2369 * minibuffer.el (completion-file-name-table): Fix last change,
2370 i.e. ignore normal errors but not the other ones.
2371
0563dae9
MR
23722011-10-10 Martin Rudalics <rudalics@gmx.at>
2373
2374 * window.el (special-display-buffer-names)
2375 (special-display-regexps): Remove some remnants of earlier
2376 changes from doc-strings.
366ca7f3
MR
2377 (quit-windows-on): New function.
2378
2379 * vc/vc.el (vc-revert, vc-rollback):
2380 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2381 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 2382 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 2383
49677495
MR
23842011-10-09 Martin Rudalics <rudalics@gmx.at>
2385
2386 * window.el (frame-auto-hide-function): Add version tag.
2387 (Bug#9699)
2388
56f2d1e1
MA
23892011-10-09 Michael Albinus <michael.albinus@gmx.de>
2390
2391 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2392 condition.
2393
112a6592
LL
23942011-10-09 Leo Liu <sdl.web@gmail.com>
2395
2396 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2397 (Bug#9701)
2398
0812589b
GM
23992011-10-08 Glenn Morris <rgm@gnu.org>
2400
2401 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2402 before the first code statement zero indent. (Bug#9690)
2403
b2b0776e
CY
24042011-10-08 Chong Yidong <cyd@stupidchicken.com>
2405
2406 * simple.el (count-words-region): Always count in the region.
2407 Report the number of lines and characters too.
2408 (count-words): New command, which counts in the buffer if the
2409 region is inactive, as count-words-region used to.
2410 (count-words--message): New function. Handle plurals.
2411 (count-lines-region): Make it an alias for count-words-region.
2412
2413 * bindings.el (esc-map): Replace count-lines-region with
2414 count-words-region.
2415
c557cd6b
MR
24162011-10-08 Martin Rudalics <rudalics@gmx.at>
2417
2418 * window.el (window--delete): Delete dedicated frame
2419 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 2420 (switch-to-buffer): Fix doc-string typo.
c557cd6b 2421
61a57ef4 24222011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2423
2424 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2425
c3833279
CY
24262011-10-07 Chong Yidong <cyd@stupidchicken.com>
2427
2428 * bindings.el ([M-left],[M-right]): Bind to left-word and
2429 right-word respectively.
2430
21ce8245
GM
24312011-10-07 Glenn Morris <rgm@gnu.org>
2432
2433 * cus-start.el (debug-on-quit): Fix custom type.
2434
6d823bb2
LMI
24352011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2436
0181e193
LMI
2437 * subr.el (define-key-after): Clarify that the function is not
2438 useful for non-menu keymaps.
2439
6d823bb2
LMI
2440 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2441
8e3459ce 24422011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2443
21ce8245 2444 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 2445 in current minibuffer (Fix bug with recursive minibuffers).
2446
a1c2d21e
CY
24472011-10-06 Chong Yidong <cyd@stupidchicken.com>
2448
2449 * progmodes/gdb-mi.el (gdb): Doc fix.
2450
5a4cf282
MR
24512011-10-05 Martin Rudalics <rudalics@gmx.at>
2452
2453 * window.el (frame-auto-hide-function): New option replacing
2454 frame-auto-delete. Suggested by Stefan Monnier.
2455 (window--delete): Call frame-auto-hide-function instead of
2456 investigating frame-auto-delete.
c96111ea
MR
2457 (window-point-1, set-window-point-1): New functions.
2458 (window-in-direction, record-window-buffer, window-state-get-1)
2459 (display-buffer-record-window): Use window-point-1 instead of
2460 window-point.
2461 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 2462
9854542e
SM
24632011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2466
8943cfb0
GM
24672011-10-05 Glenn Morris <rgm@gnu.org>
2468
2469 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2470 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
2471
647ab967
LL
24722011-10-05 Leo Liu <sdl.web@gmail.com>
2473
2474 * subr.el (read-char-choice): Fix argument to buffer-live-p which
2475 works with buffer object.
2476
3ddfbced
SM
24772011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 * mpc.el (mpc-tool-bar-map): Add labels.
2480
bdfa5dd2
GM
24812011-10-04 Glenn Morris <rgm@gnu.org>
2482
2483 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2484
0e2070b5
MR
24852011-10-04 Martin Rudalics <rudalics@gmx.at>
2486
2487 * window.el (window--delete): New function.
2488 (frame-auto-delete): Resuscitate option.
2489 (bury-buffer, replace-buffer-in-windows)
2490 (quit-window): Rewrite using window--delete.
2491 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2492 Pass display-buffer-mark-dedicated to window--display-buffer-2
2493 (Bug#9639).
2494
3dc61a09
SM
24952011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2496
915a9b64
SM
2497 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2498 returns a list (bug#9554). Add remote file name completion.
2499 * comint.el (comint--table-subvert): Curry and get quote&unquote
2500 functions as arguments.
2501 (comint--complete-file-name-data): Adjust call accordingly.
2502 * pcomplete.el (pcomplete--table-subvert): Remove.
2503 (pcomplete-completions-at-point): Use comint--table-subvert instead.
2504
3dc61a09
SM
2505 * minibuffer.el (completion-table-case-fold): Use currying.
2506 (completion--styles-type, completion--cycling-threshold-type):
2507 New constants.
2508 (completion-styles, completion-category-overrides)
2509 (completion-cycle-threshold): Use them.
2510 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2511 completion-table-case-fold.
2512
8ea0a993
SB
25132011-10-03 Stephen Berman <stephen.berman@gmx.net>
2514
2515 * minibuffer.el (completion-category-overrides): Fix type of styles
2516 and add more user friendly tags (bug#9660).
2517
8c24b7f6
SM
25182011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2521 (mule-input-method-string): New widget.
2522 (default-input-method, language-info-custom-alist): Use it.
2523
428fe61a
SM
25242011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2525
32c1fffd
SM
2526 * pcomplete.el: Require comint.
2527 (pcomplete--common-suffix): Remove.
2528 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2529 (pcomplete--table-subvert): Sync with comint--table-subvert.
2530 (pcomplete--entries): Use comint-completion-file-name-table.
2531 * comint.el (comint-unquote-filename): Simplify.
2532 (comint-completion-file-name-table): New function (bug#9616).
2533 (comint--complete-file-name-data): Use it.
2534
428fe61a
SM
2535 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2536 (pcmpl-gnu-tar-buffer): Remove.
2537 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
2538 around. Make sure pcomplete-suffix-list is only changed temporarily.
2539 Don't look inside the tar's file if it's too large.
428fe61a 2540
04c52e2f
CY
25412011-10-01 Chong Yidong <cyd@stupidchicken.com>
2542
ce3cefcc
CY
2543 * cus-edit.el (custom-mode-map):
2544 * epa.el (epa-key-list-mode-map):
2545 * man.el (Man-mode-map):
2546 * startup.el (splash-screen-keymap):
2547 * simple.el (special-mode-map): Use scroll-up-command and
2548 scroll-down-command.
2549
2550 * progmodes/idlw-help.el (idlwave-help-mode-map):
2551 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2552 * net/newst-plainview.el (newsticker-mode-map):
2553 * emulation/ws-mode.el (wordstar-mode-map):
2554 * emulation/vi.el (vi-com-map):
2555 * calc/calc-graph.el (calc-graph-show-dumb):
2556 * term/sun.el (terminal-init-sun):
2557 * term/ns-win.el (global-map):
2558 * progmodes/grep.el (grep-mode-map):
2559 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2560 * mail/rmail.el (rmail-mode-map):
2561 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2562
04c52e2f
CY
2563 * custom.el (custom-safe-themes, load-theme): Treat value of t for
2564 custom-safe-themes as special.
2565
79adf8c8
JD
25662011-10-01 Julien Danjou <julien@danjou.info>
2567
2568 * notifications.el (notifications-notify): Fix docstring.
2569
63bd50d3
PS
25702011-10-01 Per Starbäck <per@starback.se>
2571
2572 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
2573
199e4c7e
MR
25742011-09-30 Martin Rudalics <rudalics@gmx.at>
2575
2576 * startup.el (command-line-1): Fix last fix by inserting
2577 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 2578 (Bug#9605) and (Bug#9636)
199e4c7e 2579
fe5f08dd
EZ
25802011-09-29 Eli Zaretskii <eliz@gnu.org>
2581
2582 * simple.el (line-move): If auto-hscroll-mode is disabled and the
2583 window is hscrolled, move by logical lines. (Bug#9607)
2584 (line-move-visual): Update the doc string to the above effect.
2585
b5516bbd
MR
25862011-09-29 Martin Rudalics <rudalics@gmx.at>
2587
ccee00c0
MR
2588 * window.el (display-buffer-record-window): When WINDOW is the
2589 selected window use `point' instead of `window-point'. (Bug#9626)
2590
b5516bbd
MR
2591 * startup.el (command-line-1): Use insert-before-markers when
2592 inserting initial-scratch-message. (Bug#9605)
ccee00c0 2593
b5516bbd
MR
2594 * help.el (help-window): Remove variable.
2595
52aa0014
GM
25962011-09-29 Glenn Morris <rgm@gnu.org>
2597
2598 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2599
df9a7357
JB
26002011-09-29 Juanma Barranquero <lekktu@gmail.com>
2601
2602 * descr-text.el (describe-char-categories): Accept category
2603 descriptions more than one line long.
2604
a8406c20
SM
26052011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2606
88d9610c
SM
2607 * simple.el (delete-trailing-whitespace): Fix last change.
2608
a5daf810
SM
2609 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2610 Don't confuse "y => 3" as the beginning of a `y' operation.
2611
a8406c20
SM
2612 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2613 object has more than 4 slots (bug#9613).
2614
a239d4e9
JB
26152011-09-28 Juanma Barranquero <lekktu@gmail.com>
2616
2617 * subr.el (with-output-to-temp-buffer):
2618 * net/quickurl.el (quickurl, quickurl-browse-url):
2619 Fix typos in docstrings.
2620
693fbdb6
EZ
26212011-09-27 Eli Zaretskii <eliz@gnu.org>
2622
2623 * minibuffer.el (completion-styles)
2624 (completion-category-overrides): Cross reference each other in doc
2625 strings.
2626
8b457e28
GM
26272011-09-27 Glenn Morris <rgm@gnu.org>
2628
2629 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2630 to split-string. (Bug#9606)
2631
85a16208
LMI
26322011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2633
2634 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2635 (bug#9615).
2636
502f9ebd
CY
26372011-09-27 Chong Yidong <cyd@stupidchicken.com>
2638
2639 * emacs-lisp/package.el (list-packages): Fix echo area message.
2640
7690bdea
LL
26412011-09-27 Leo Liu <sdl.web@gmail.com>
2642
2643 * ido.el (ido-read-internal): Accept cons cell HIST arg.
2644
e2ee6f30
MA
26452011-09-25 Michael Albinus <michael.albinus@gmx.de>
2646
2647 * net/dbus.el (dbus-unregister-object): Don't release services for
2648 registered signals. (Bug#9581)
2649
f3f98342
TZ
26502011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2651
2652 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2653 function that picks between cfengine 2 and 3 support
2654 automatically. Update docs accordingly.
2655
dd7aa8dd
KH
26562011-09-22 Kenichi Handa <handa@m17n.org>
2657
2658 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2659 ZERO.
2660 (indian-itrans-v5-table-for-tamil): New variable.
2661 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2662
3f2b07f8
KM
26632011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
2664
2665 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2666 that's true if the current command involved collapsing of text.
2667 It's reset to false at the beginning of the next command.
2668 (allout-post-command-business): Move the cursor to the beginning
2669 of entry if the cursor is hidden and collapsing activity just
2670 happened.
2671
371d6a61
CY
26722011-09-24 Chong Yidong <cyd@stupidchicken.com>
2673
2674 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2675 tracking (Bug#9541).
2676
2ac2721a
UJ
26772011-09-24 Ulf Jasper <ulf.jasper@web.de>
2678
2679 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
2680 (newsticker-show-news): Automatically load html rendering package
2681 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
2682 because w3m-fill-column is let-bound" and the error "Symbol's value
2683 as variable is void: w3m-fill-column".
2ac2721a 2684
fac7ae53
MA
26852011-09-24 Michael Albinus <michael.albinus@gmx.de>
2686
2687 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2688 Release services only if they are defined. (Bug#9581)
2689
e08b633b
RS
26902011-09-23 Richard Stallman <rms@gnu.org>
2691
e488d29c
RS
2692 * textmodes/paragraphs.el (forward-sentence): For backwards case,
2693 distinguish start of paragraph from start of its text.
2694
19c38752
RS
2695 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2696
e08b633b
RS
2697 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2698 (rmail-generate-viewer-buffer): Put that hook on view buffer.
2699 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2700
0a39f27e
AS
27012011-09-23 Andreas Schwab <schwab@linux-m68k.org>
2702
2703 * international/mule-diag.el (mule-diag): Insert a newline after
2704 each fontset description.
2705
db4e950d
SM
27062011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * simple.el (delete-trailing-whitespace):
2709 Document last change; simplify.
2710
eca3f3ea
PW
27112011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
2712
d68e189a
PW
2713 * simple.el (delete-trailing-whitespace): Also delete
2714 extra newlines at the end of the buffer.
2715
eca3f3ea
PW
2716 * textmodes/picture.el: Make motion commands obey shift-select-mode.
2717 (picture-newline): Use forward-line so as to ignore fields.
2718
01c157cc
SM
27192011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * subr.el (with-wrapper-hook): Fix edebug spec.
2722
022de23e
LMI
27232011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2724
2725 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2726 (bug#4538).
2727
91683089
MA
27282011-09-23 Michael Albinus <michael.albinus@gmx.de>
2729
eca3f3ea
PW
2730 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2731 Fix nasty bug using wrong cached values.
91683089 2732
5bdd6fa4
AM
27332011-09-23 Alan Mackenzie <acm@muc.de>
2734
2735 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2736
97adfb97
CY
27372011-09-23 Chong Yidong <cyd@stupidchicken.com>
2738
2739 * window.el (pop-to-buffer): Ensure right window is selected if we
2740 chose another frame.
2741
d4ef2b50
EZ
27422011-09-22 Eli Zaretskii <eliz@gnu.org>
2743
2744 * simple.el (what-cursor-position): Use get-char-property-change
2745 and next-single-char-property-change, to be able to show display
2746 properties that come from overlays as well as text properties.
2747
72258fe5
CY
27482011-09-22 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2751
2752 * cmuscheme.el (run-scheme, switch-to-scheme):
2753 * cus-edit.el (customize-group, custom-buffer-create)
2754 (customize-browse):
2755 * info.el (info):
2756 * shell.el (shell):
2757 * mail/sendmail.el (mail):
2758 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2759
8f098516
RS
27602011-09-22 Richard Stallman <rms@gnu.org>
2761
2762 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2763 move back only to line beg, don't move back over blank lines.
2764
e74f1bb6
MA
27652011-09-22 Michael Albinus <michael.albinus@gmx.de>
2766
2767 * files.el (copy-directory): Set directory attributes only in case
2768 they could be retrieved from the source directory. (Bug#9565)
2769
bfeef8b6
DK
27702011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
2771
2772 * progmodes/hideshow.el (hs-looking-at-block-start-p)
2773 (hs-find-block-beginning, hs-hide-level-recursive):
2774 Ignore strings as well as comments. (Bug#9502)
2775
7e423bb8
AS
27762011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
2777
2778 * progmodes/sql.el (sql-comint-postgres):
2779 Convert port number to a string. (Bug#9566)
2780
b4d72fcf
MR
27812011-09-22 Martin Rudalics <rudalics@gmx.at>
2782
2783 * window.el (quit-window): Undedicate window when switching to
2784 previous buffer. Reported by Thierry Volpiatto
2785 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
2786 (special-display-popup-frame): When popping up a new frame reset
2787 its previous buffers to nil. Simplify code.
b4d72fcf 2788
a7b88dc6
MA
27892011-09-21 Michael Albinus <michael.albinus@gmx.de>
2790
2791 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
2792 and process filter, as done also in `shell-command'.
2793
cf4eacfd
MR
27942011-09-21 Martin Rudalics <rudalics@gmx.at>
2795
eca3f3ea 2796 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
2797 Call set-window-start with NOFORCE argument t.
2798 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
2799 (quit-window): Reword doc-string. Handle new format of
2800 quit-restore parameter. Don't delete window if it has a
2801 previous buffer we can show instead of the present one.
2802 (display-buffer-record-window): Rewrite using a new format for
2803 the quit-restore window parameter
2804 (special-display-popup-frame, display-buffer-same-window)
2805 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2806 (display-buffer-pop-up-window, display-buffer-use-some-window):
2807 Adapt symbol passed to display-buffer-record-window.
2808 * help.el (help-window-setup): Handle new format of quit-restore
2809 parameter.
2810
8d28cb95
SM
28112011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2812
94ab793f
SM
2813 * faces.el (face-list): Fix docstring (bug#9564).
2814
8d28cb95
SM
2815 * window.el (display-buffer--action-function-custom-type):
2816 Don't include internal functions in the Custom interface.
2817
3820edeb
JL
28182011-09-20 Juri Linkov <juri@jurta.org>
2819
2820 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
2821 (Info-forward-node, Info-backward-node, Info-next-preorder)
2822 (Info-last-preorder): Use it. (Bug#9528)
2823
5147931d
JL
28242011-09-20 Juri Linkov <juri@jurta.org>
2825
2826 * info.el (Info-last-preorder): Visit last menu item only when
2827 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
2828
cf499a1a
JD
28292011-09-20 Julien Danjou <julien@danjou.info>
2830
2831 * password-cache.el (password-cache-remove): Remove entries even if the
2832 value is nil, so that password with a nil value (negative caching) is
2833 possible to invalidate.
2834
f84e2fe2
LM
28352011-09-20 Lawrence Mitchell <wence@gmx.li>
2836
2837 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
2838 all whitespace around breakpoint. (Bug#9553)
2839 (f90-find-breakpoint): Only break at whitespace inside a comment.
2840
78054a46
SM
28412011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * minibuffer.el (completion-file-name-table): Keep track of errors.
2844 (completion-table-with-predicate): Handle the case where pred1 is nil.
2845 * pcomplete.el (pcomplete-completions-at-point): Simplify.
2846
345083b2
SM
28472011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2848
e24e27be
SM
2849 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
2850 (debugger-return-value): Signal an error if the debugging context does
2851 not await any return value.
2852
345083b2
SM
2853 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
2854 * image-mode.el (image-toggle-display-text)
2855 (image-toggle-display-image): Stay away from evil `intangible'.
2856
08d355e3
LL
28572011-09-19 Leo Liu <sdl.web@gmail.com>
2858
2859 * replace.el (occur-revert-arguments): Make it permanent-local.
2860 (occur-mode): Don't call font-lock-defontify.
2861
f01da43f
CY
28622011-09-19 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * net/ldap.el (ldap-search-internal): Don't push empty search
2865 result (Bug#9508).
2866
b6072fa6
SM
28672011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
2870
443d6696
MA
28712011-09-19 Michael Albinus <michael.albinus@gmx.de>
2872
2873 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
2874 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
2875
7cc6e154
JL
28762011-09-18 Juri Linkov <juri@jurta.org>
2877
2878 * buff-menu.el (Buffer-menu-mode-map):
2879 * dired.el (dired-mode-map):
2880 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
2881 (lisp-interaction-mode-map):
2882 * emacs-lisp/package.el (package-menu-mode-map):
2883 * epa.el (epa-key-list-mode-map):
2884 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
2885 (menu-bar-options-menu):
2886 * outline.el (outline-mode-menu-bar-map):
2887 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
2888 * vc/vc-dir.el (vc-dir-menu-map):
2889 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
2890 Capitalize non-function content words in menu item strings.
2891
2892 * dired.el (dired-mode-map): Add menu item for
2893 `image-dired-dired-toggle-marked-thumbs'.
2894
80302a81
JL
28952011-09-18 Juri Linkov <juri@jurta.org>
2896
2897 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
2898 to `isearch-case-fold-search' and restore its original value
2899 after the `isearch-mode' call.
2900
46c5cf66
JL
29012011-09-18 Juri Linkov <juri@jurta.org>
2902
2903 * progmodes/grep.el (grep-process-setup): Don't check code for 1
2904 because `zgrep' returns 1 for successful matches (bug#9226).
2905
d18b513b
JL
29062011-09-18 Juri Linkov <juri@jurta.org>
2907
2908 * info.el (Info-extract-menu-node-name): Check the second match
2909 for empty string (second test-case of bug#9528).
2910 (Info-last-preorder): Let-bind `Info-history' to nil to not add
2911 intermediate nodes to the history (first test-case of bug#9528).
2912
72753f87
JL
29132011-09-18 Juri Linkov <juri@jurta.org>
2914
2915 * info.el (Info-mode-syntax-table): New variable.
1154d12e 2916 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 2917
c9384295
JL
29182011-09-18 Juri Linkov <juri@jurta.org>
2919
1154d12e
JB
2920 * info.el (Info-file-supports-index-cookies):
2921 Increment line-beginning-position's arg from 3 to 4 because makeinfo
2922 outputs one more line for long file names (bug#4142).
c9384295 2923
d473dce8
CY
29242011-09-18 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * newcomment.el (comment-normalize-vars): If prompting for
2927 comment-start, set comment-start-skip too (Bug#8424).
2928
2176854d
JB
29292011-09-18 Johan Bockgård <bojohan@gnu.org>
2930
2931 * icomplete.el: Fix previous fix of Bug#5849.
2932 (icomplete-mode): Don't set completion-show-inline-help.
2933 (icomplete-minibuffer-setup): Set completion-show-inline-help
2934 locally during icompletion.
2935
3aace4e4
CY
29362011-09-18 Chong Yidong <cyd@stupidchicken.com>
2937
c940224f
CY
2938 * woman.el (woman2-process-escapes): Don't delete unrecognized
2939 escapes (Bug#7843).
2940
3aace4e4
CY
2941 * files.el (inhibit-first-line-modes-regexps): Add image files.
2942 (hack-local-variables-prop-line): Return nil for malformed
2943 prop-lines (Bug#9044).
2944
710dec63
MA
29452011-09-18 Michael Albinus <michael.albinus@gmx.de>
2946
2947 * net/tramp.el (top): Don't require 'shell.
2948 (tramp-methods): Fix docstring.
2949 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
2950 Return complete remote file name. Handle "smb" case.
2951 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
2952 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
2953
2954 * net/tramp-compat.el (top): Require 'shell.
2955
2956 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2957 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
2958 `tramp-current-host'.
2959 (tramp-get-remote-tmpdir): Remove.
2960
2961 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
2962 `tramp-tmpdir' entries.
2963 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
2964 (tramp-smb-handle-file-attributes): Ignore errors.
2965 (tramp-smb-wait-for-output): Check also for process end.
2966
5d5ac8ec
LMI
29672011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2968
2969 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
2970 when sending QUIT (bug#9312).
2971
8c0f49f0
CY
29722011-09-17 Chong Yidong <cyd@stupidchicken.com>
2973
2974 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
2975 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
2976 occur-mode-display-occurrence.
2977 (occur-edit-mode): Add usage message.
2978 (occur-cease-edit): New command.
2979 (occur-after-change-function): Use text properties to find the
2980 position of the prefix text.
2981 (occur-engine): Set stickiness of prefix text properties.
2982
8f1383f7
GM
29832011-09-17 Glenn Morris <rgm@gnu.org>
2984
2985 * progmodes/etags.el (complete-tag):
2986 Fix call to completion-in-region. (Bug#9526)
2987
744ba0e3
JL
29882011-09-17 Juri Linkov <juri@jurta.org>
2989
2990 * textmodes/ispell.el (ispell-word): Add to the error message
2991 the word, ispell program name and current dictionary (bug#9121).
2992 (ispell-tex-arg-end): Capitalize "error" in the error message.
2993
d9bbf400
AS
29942011-09-17 Andreas Schwab <schwab@linux-m68k.org>
2995
2996 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
2997 check. (Bug#4251)
2998
8da11505
JL
29992011-09-17 Juri Linkov <juri@jurta.org>
3000
3001 * window.el (window-safe-min-height, window-safe-min-width):
3002 Fix typos (followup to bug#9522).
3003
a91adc7e
SJ
30042011-09-17 Sven Joachim <svenjoac@gmx.de>
3005
3006 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
3007
064f328a
EZ
30082011-09-16 Eli Zaretskii <eliz@gnu.org>
3009
3010 * simple.el (line-move): If goal-column is set, move by logical
3011 lines, not by display lines. (Bug#971)
3012 (next-line, previous-line, goal-column, line-move-visual): Doc fix
3013 to reflect the above change.
3014
e69df516
SM
30152011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * image.el (imagemagick-register-types): Use regexp-opt.
3018
cbb0f9ab
CY
30192011-09-15 Chong Yidong <cyd@stupidchicken.com>
3020
3021 * window.el (display-buffer-base-action): Rename from
3022 display-buffer-default-action. Make default value empty.
3023 (display-buffer-overriding-action): Convert to defvar.
3024 (display-buffer-fallback-action): New var.
3025
25322144
CY
30262011-09-15 Chong Yidong <cyd@stupidchicken.com>
3027
3028 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
3029 declaration.
3030 (package--add-to-archive-contents): If there is a duplicate entry
3031 with an older version, remove it.
3032 (package-menu-mark-delete, package-menu-mark-install)
3033 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
3034 (package-menu-mark-obsolete-for-deletion):
3035 Use package-menu-get-status instead of a regexp search.
25322144
CY
3036 (package-menu-get-status): Use tabulated-list-entry.
3037 (package-menu-mark-upgrades): New command.
d770725a 3038 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
3039 (package-menu-execute): Do installation before deletion.
3040 (package-menu-refresh, package-menu-execute): Use derived-mode-p
3041 instead of checking major-mode.
3042 (package-menu--find-upgrades): New function.
3043
7520339c
LMI
30442011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3045
3046 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
3047 passwords in the log buffer.
65a046c4
LMI
3048 (smtpmail-process-filter): Update the process marker so that the
3049 "broken by peer" status message is inserted in the right place.
7520339c 3050
d3c30954
SM
30512011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3fe48822
SM
3053 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
3054 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
3055 bibtex-completion-at-point-function.
3056 (bibtex-completion-at-point-function): Use them.
3057
1b8b3954
SM
3058 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
3059
d3c30954
SM
3060 * mpc.el (mpc-constraints-tag-lookup): New function.
3061 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
3062 also to browser "album|playlist".
3063
72779976
JL
30642011-09-14 Juri Linkov <juri@jurta.org>
3065
3066 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
3067 (isearch-edit-string): Use length of `isearch-string' when
3068 `isearch-fail-pos' returns nil.
3069 (isearch-message): Remove duplicate code and call
3070 `isearch-fail-pos' with arg `t'.
3071
a0bf2bcd
CY
30722011-09-14 Chong Yidong <cyd@stupidchicken.com>
3073
17bb0a2d
CY
3074 * replace.el (occur-mode-goto-occurrence): Don't force using other
3075 window (Bug#9499).
3076
a0bf2bcd
CY
3077 * dired-aux.el (dired-do-chmod): Don't provide initial input.
3078
f678e0b6
MR
30792011-09-14 Martin Rudalics <rudalics@gmx.at>
3080
3081 * window.el (display-buffer-window): Remove.
3082 (display-buffer-record-window): Use help-setup window parameter
3083 instead of variable display-buffer-window.
3084 (display-buffer-function, special-display-buffer-names)
3085 (special-display-function): Mention help-setup parameter instead
3086 of display-buffer-window in doc-string.
d3c30954
SM
3087 * help.el (help-window-setup): New argument help-window.
3088 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
3089 Reword some messages.
3090 (with-help-window): Pass window used for displaying the buffer
3091 to help-window-setup. Don't set display-buffer-window.
3092
8e39b2e8
GM
30932011-09-13 Glenn Morris <rgm@gnu.org>
3094
3095 * emacs-lisp/debug.el (debugger-make-xrefs):
3096 Preserve point. (Bug#9462)
3097
85e9c04b
CY
30982011-09-13 Chong Yidong <cyd@stupidchicken.com>
3099
3100 * window.el (window-deletable-p): Use next-frame.
3101
1b36ed6a
MR
31022011-09-13 Martin Rudalics <rudalics@gmx.at>
3103
3104 * window.el (window-auto-delete): Remove.
3105 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 3106 dedication and previous buffers.
1b36ed6a
MR
3107 (switch-to-prev-buffer): Don't delete window.
3108 (delete-windows-on): Delete a window's frame if and only if the
3109 window is dedicated.
3110 (replace-buffer-in-windows): Delete buffer's window or frame if
3111 and only if window is dedicated.
3112 (quit-window): Handle quit-restore as before last change.
4d61f28d 3113 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 3114
ef8ef9fb
CY
31152011-09-13 Chong Yidong <cyd@stupidchicken.com>
3116
3117 * window.el (window-deletable-p): Never delete the last frame on a
3118 given terminal.
3119
b2cba41e
GM
31202011-09-13 Glenn Morris <rgm@gnu.org>
3121
3122 * help.el (describe-key-briefly): Copy previous standard-output change.
3123
51553db6 31242011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
3125
3126 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
3127
b7556719
GM
31282011-09-13 Glenn Morris <rgm@gnu.org>
3129
3130 * emacs-lisp/lisp-mode.el (lisp-indent-function):
3131 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
3132
64b51947
CY
31332011-09-12 Chong Yidong <cyd@stupidchicken.com>
3134
3135 * dired-aux.el (dired-mark-read-string): Don't return default
3136 value on empty input (Bug#9361).
3137 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3138 Omit initial minibuffer contents.
3139 (dired-do-chmod): Signal an error on empty input.
3140 (dired-mark-read-string): Don't return default on empty input.
3141
3142 * files.el (file-modes-symbolic-to-number): Doc fix.
3143
393a301e
SM
31442011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 * international/mule-cmds.el (ucs-completions): Remove.
3147 (read-char-by-name): Use complete-with-action instead; add metadata.
3148
fa5660f9
CY
31492011-09-11 Chong Yidong <cyd@stupidchicken.com>
3150
3151 * window.el (display-buffer--action-function-custom-type)
3152 (display-buffer--action-custom-type): New vars.
3153 (display-buffer-alist, display-buffer-default-action)
3154 (display-buffer-overriding-action): Add defcustom types.
3155
4a592f66
CY
3156 * frame.el (delete-other-frames): Doc fix (Bug#276).
3157
73d56dbd
LMI
31582011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3159
3160 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3161
37ac18a3
CY
31622011-09-11 Chong Yidong <cyd@stupidchicken.com>
3163
3164 Change modes that used same-window-* vars to use switch-to-buffer.
3165
3166 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3167 Use switch-to-buffer.
3168
3169 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
3170 (customize-browse, custom-buffer-create-other-window):
3171 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
3172
3173 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3174 (Info-prev, Info-up, Info-speedbar-goto-node)
3175 (info-display-manual): Use switch-to-buffer.
3176 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3177
3178 * mail/sendmail.el (mail): Use switch-to-buffer.
3179 (mail-recover): Use switch-to-buffer-other-window.
3180
3181 * cmuscheme.el (run-scheme, switch-to-scheme):
3182 * ielm.el (ielm):
3183 * shell.el (shell):
3184 * net/rlogin.el (rlogin):
3185 * net/telnet.el (telnet, rsh):
3186 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3187
10195bd6
AS
31882011-09-11 Andreas Schwab <schwab@linux-m68k.org>
3189
3190 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3191
b322f63a
LMI
31922011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3193
39d7fed6
LMI
3194 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3195 so don't mention it (bug#9301).
ba5a81f1 3196 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 3197
ee0e9f11
LMI
3198 * faces.el (face-spec-set-match-display): Make `(type graphic)'
3199 match `x', `w32' and `ns', like the manual says (bug#9029).
3200
0b1c89c1 3201 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
3202 (process-kill-buffer-query-function): Mention the buffer name in
3203 the query.
0b1c89c1 3204
77549ea8
LMI
3205 * image-mode.el (image-next-line): The line parameter is mandatory
3206 (bug#9258).
3207
803ef892
LMI
3208 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3209 which can be useful (bug#9301).
3210
12980837
LMI
3211 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3212
91054f8f
LMI
3213 * subr.el (match-string): Mention that the current buffer should
3214 be the same as the search was done in (bug#9282).
3215
b322f63a
LMI
3216 * facemenu.el: Disable the remove-* commands if the mark isn't
3217 active (bug#9162).
3218
3199b96f
CY
32192011-09-10 Chong Yidong <cyd@stupidchicken.com>
3220
3221 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3222 of display-buffer.
3223 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3224
3225 * replace.el (occur-mode-goto-occurrence)
3226 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3227 and display-buffer.
3228
3229 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3230 display-buffer.
3231
3232 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3233 special-display and same-window variables.
3234 (mail-other-window): Use switch-to-buffer-other-window.
3235 (mail-other-frame): USe switch-to-buffer-other-frame.
3236
393a301e
SM
3237 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3238 Use display-buffer-other-frame.
3199b96f
CY
3239 (gdb-display-gdb-buffer): Use pop-to-buffer.
3240
3241 * progmodes/gud.el (gud-goto-info): Use info-other-window.
3242
3243 * progmodes/python.el: Don't set same-window-buffer-names.
3244
3245 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3246
3247 * window.el (display-buffer-alist): Add *Python*.
3248
8319e0bf
CY
32492011-09-10 Chong Yidong <cyd@stupidchicken.com>
3250
3251 * window.el (display-buffer-alist): Add entry for buffers
3252 previously handled same-window-*.
3253 (display-buffer-alist, display-buffer-default-action)
3254 (display-buffer-overriding-action): Mark as risky.
3255 (display-buffer-alist): Document action function changes.
3256 (display-buffer--same-window-action)
3257 (display-buffer--other-frame-action): New variables.
3258 (switch-to-buffer, display-buffer-other-frame): Use them.
3259 (display-buffer): Rename reuse-frame entry to reusable-frames.
3260 (display-buffer-reuse-selected-window): Function deleted.
3261 (display-buffer-reuse-window): Handle reusable-frames alist entry.
3262 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3263 (display-buffer-special): New function.
3264 (display-buffer--maybe-pop-up-frame-or-window): Rename from
3265 display-buffer-reuse-or-pop-window. Split off special-display
3266 part into display-buffer-special.
3267 (display-buffer-use-some-window): Don't perform any special
3268 pop-up-frames handling.
3269 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 3270 (display-buffer--maybe-same-window): Rename from
0d3ff375 3271 display-buffer-maybe-same-window.
8319e0bf 3272
919a69aa
CY
3273 * info.el: Don't set same-window-regexps.
3274 (info-setup): New function.
3275 (info-other-window, info): Call it.
3276
3277 * cus-edit.el: Don't set same-window-regexps.
3278 (customize-group): New argument.
3279 (customize-group-other-window): Use it.
3280 (customize-face, customize-face-other-window): Likewise.
3281 (custom-buffer-create-other-window): Use pop-to-buffer directly.
3282
8319e0bf
CY
3283 * net/rlogin.el:
3284 * net/telnet.el:
3285 * progmodes/gud.el: Don't set same-window-regexps.
3286
3287 * cmuscheme.el:
3288 * ielm.el:
3289 * shell.el:
3290 * mail/sendmail.el:
3291 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3292
25173000
JL
32932011-09-10 Juri Linkov <juri@jurta.org>
3294
3295 * isearch.el (isearch-edit-string): Remove obsolete mention of
3296 `C-w' (`isearch-yank-word-or-char') from docstring.
3297 (isearch-query-replace): Fix typo in docstring (bug#9466).
3298
056e44ef
JL
32992011-09-10 Juri Linkov <juri@jurta.org>
3300
3301 * paren.el (show-paren-function): Don't show escaped parens.
3302 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
3303
c3760c17
EZ
33042011-09-10 Eli Zaretskii <eliz@gnu.org>
3305
3306 * mail/sendmail.el (mml-to-mime, mml-attach-file)
3307 (mm-default-file-encoding): Remove autoload forms, they are
3308 replaced with autoload cookies in mml.el and mm-encode.el.
3309 (mail-add-attachment): New command.
3310 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3311 (mail-mode): Mention mail-insert-file and mail-add-attachment in
3312 the doc string.
3313 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3314
fece895e
RT
33152011-09-10 Reuben Thomas <rrt@sc3d.org>
3316
e69df516
SM
3317 * simple.el (count-words-region): Use buffer if there's no region
3318 (bug#9429).
fece895e 3319
5e68ce4a
JL
33202011-09-09 Juri Linkov <juri@jurta.org>
3321
3322 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3323 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3324 (wdired-isearch-filter-read-only): New function. (Bug#6362)
3325
0a6b9622
AM
33262011-09-09 Alan Mackenzie <acm@muc.de>
3327
3328 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3329 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
3330
14a29deb
EZ
33312011-09-09 Eli Zaretskii <eliz@gnu.org>
3332
3333 Fix for Savannah bug#9392.
3334 * simple.el (mail-encode-mml): New defvar.
3335
3336 * mail/rmail.el (mail-encode-mml): Add a defvar.
3337 (rmail-enable-mime-composing): Default to t.
3338 (rmail-forward): Use MIME method of forwarding only if both
3339 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3340 Set mail-encode-mml non-nil if the MIME method was used.
3341
3342 * mail/sendmail.el (mml-to-mime): Add autoload form.
3343 (mail-encode-mml): Add a defvar.
3344 (mail-mode): Make mail-encode-mml buffer-local and initialize it
3345 to nil.
3346 (mail-send): If mail-encode-mml is non-nil, run the outgoing
3347 message through mml-to-mime, and reset mail-encode-mml to nil.
3348
28c45130
GM
33492011-09-09 Glenn Morris <rgm@gnu.org>
3350
3351 * woman.el (woman-if-body): When processing an .el block,
3352 do not delete the next .el block as well. (Bug#9447)
69f4b618 3353 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 3354
9b1c252e
MR
33552011-09-08 Martin Rudalics <rudalics@gmx.at>
3356
3357 * window.el (window-deletable-p): Make sure window is live before
3358 invoking window-prev-buffers.
3359
567457e3
LL
33602011-09-08 Leo Liu <sdl.web@gmail.com>
3361
3362 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
3363
97f05794
JL
33642011-09-08 Juri Linkov <juri@jurta.org>
3365
3366 * progmodes/compile.el (compilation-environment): Make it
3367 a defcustom (bug#8340).
3368
8b0874b5
MR
33692011-09-08 Martin Rudalics <rudalics@gmx.at>
3370
3371 * window.el (frame-auto-delete): Rename to window-auto-delete.
3372 Make it control auto-deletion of windows and/or frames.
3373 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 3374 for deleting window/frame. (Bug#9419)
8b0874b5
MR
3375 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3376 Rewrite handling of case when window/frame can be deleted.
3377 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 3378 argument t. (Bug#9456)
8b0874b5 3379
4feb6e73
CY
33802011-09-07 Chong Yidong <cyd@stupidchicken.com>
3381
3382 * help-mode.el (help-mode): Restore autoload.
3383
91ab9c13
JL
33842011-09-07 Juri Linkov <juri@jurta.org>
3385
3386 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3387 `compilation-environment'. Set buffer-local
3388 `compilation-environment' to `thisenv' later after (funcall mode).
3389 (Bug#8340)
3390
3391 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
3392 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3393 instead of replacing its value. (Bug#8340)
3394
0527e251
JL
33952011-09-07 Juri Linkov <juri@jurta.org>
3396
3397 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3398 based on text properties put by `grep-filter' instead of matching
3399 escape sequences.
3400 (grep-mode): Set buffer-local `compilation-error-screen-columns'
3401 to the value of `grep-error-screen-columns' (bug#9438).
3402
249f792c
JL
34032011-09-07 Juri Linkov <juri@jurta.org>
3404
3405 * simple.el (next-error-highlight, next-error-highlight-no-select):
3406 Doc fix (bug#9432).
3407
ff7271b9
OT
34082011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3409
3410 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3411 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
3412
183fc730
LL
34132011-09-07 Leo Liu <sdl.web@gmail.com>
3414
3415 * net/rcirc.el (rcirc-mode): Conditionally initialize
3416 rcirc-input-ring.
3417
77694924
SM
34182011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3419
3420 * emacs-lisp/find-func.el (find-function-C-source): Only set
3421 find-function-C-source-directory after checking that we found a source
3422 file there (bug#9440).
3423
d809b8eb
AM
34242011-09-06 Alan Mackenzie <acm@muc.de>
3425
3426 * isearch.el (isearch-other-meta-char): Wherever a key list is
3427 unread, "unread" the prefix arg, too. This fixes bug #8901.
3428
453de99f
OG
34292011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3430
3431 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3432
90439906
JL
34332011-09-05 Juri Linkov <juri@jurta.org>
3434
3435 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3436
f62bd846
JL
34372011-09-05 Juri Linkov <juri@jurta.org>
3438
3439 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3440 keeping point where processing of grep matches begins, and
3441 continue to delete remaining escape sequences from the same point.
3442 (grep-filter): Make leading zero optional in "0?1;31m" because
3443 git-grep emits "\033[1;31m" escape sequences unlike expected
3444 "\033[01;31m" as GNU Grep does (bug#9408).
3445 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3446
045820ec
JL
34472011-09-05 Juri Linkov <juri@jurta.org>
3448
3449 * subr.el (y-or-n-p): Capitalize "yes".
3450
f5e29b9b
MA
34512011-09-04 Michael Albinus <michael.albinus@gmx.de>
3452
3453 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
3454 `tramp-cache-unload-hook' where appropriate.
3455 (tramp-methods): Rename `tramp-remote-sh' to
3456 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
3457 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3458
3459 * net/tramp-sh.el (top): Don't require 'shell.
3460 (tramp-methods): Add `tramp-remote-shell' and
3461 `tramp-remote-shell-args' entries.
3462 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3463 (tramp-sh-handle-shell-command): Remove.
3464 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3465 Use `tramp-remote-shell'.
3466
2784c434
CY
34672011-09-03 Chong Yidong <cyd@stupidchicken.com>
3468
393a301e 3469 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
3470 (sendmail-query-once): Save directly to send-mail-function.
3471 Update message-send-mail-function too.
3472
3473 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3474
464cdf56
CS
34752011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3476
3477 * progmodes/python.el (python-mode-map): Use correct function to
3478 start python interpreter from menu-bar (as reported by Geert
3479 Kloosterman).
3480 (inferior-python-mode-map): Fix typo.
393a301e 3481 (python-shell-map): Remove.
464cdf56 3482
d37e5c87
DD
34832011-09-03 Deniz Dogan <deniz@dogan.se>
3484
3485 * net/rcirc.el (rcirc-print): Simplify code for
3486 rcirc-scroll-show-maximum-output. There is no need to walk
3487 through all windows to find the right one.
3488
f3ada0ee
CS
34892011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3490
3491 * help.el (help-return-method): Doc fix.
3492
1f3c99ca
MR
34932011-09-03 Martin Rudalics <rudalics@gmx.at>
3494
3495 * window.el (window-deletable-p): Don't return a non-nil value
3496 when there's a buffer that was shown in the window before.
3497 (Bug#9419)
393a301e
SM
3498 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3499 Set window's previous buffers to nil.
1f3c99ca 3500
a3cf097f
EZ
35012011-09-03 Eli Zaretskii <eliz@gnu.org>
3502
3503 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3504 newline before and after the tag line, so it doesn't interfere
3505 with determining the paragraph direction of bidirectional text.
3506
3d03de90
LL
35072011-09-03 Leo Liu <sdl.web@gmail.com>
3508
3509 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
3510
c3313451
CY
35112011-09-02 Chong Yidong <cyd@stupidchicken.com>
3512
393a301e 3513 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
3514 (pop-to-buffer): Change interactive spec. Pass second argument
3515 directly to display-buffer.
3516 (display-buffer): Fix interactive spec. Use functionp to
3517 distinguish between a function and a list of functions.
3518
3519 * abbrev.el (edit-abbrevs):
3520 * arc-mode.el (archive-extract):
3521 * autoinsert.el (auto-insert):
3522 * bookmark.el (bookmark-bmenu-list):
3523 * files.el (find-file):
3524 * view.el (view-buffer):
3525 * progmodes/compile.el (compilation-goto-locus):
3526 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3527
89894cd8
CY
35282011-09-02 Chong Yidong <cyd@stupidchicken.com>
3529
3530 * window.el (display-buffer-alist): Doc fix.
3531 (display-buffer): Add docstring. Don't treat
3532 display-buffer-default specially.
3533 (display-buffer-reuse-selected-window)
3534 (display-buffer-same-window, display-buffer-maybe-same-window)
3535 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3536 (display-buffer-pop-up-window)
3537 (display-buffer-reuse-or-pop-window)
3538 (display-buffer-use-some-window): New functions.
3539 (display-buffer-default-action): Use them.
393a301e 3540 (display-buffer-default): Delete.
89894cd8
CY
3541 (pop-to-buffer-1): Fix choice of actions.
3542
ae0bc9fb
SM
35432011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * minibuffer.el (completion--insert-strings): Don't get confused by
3546 completion entries that end with an LF char.
3547
e9d90883
EZ
35482011-09-01 Eli Zaretskii <eliz@gnu.org>
3549
3550 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3551
437014c8
CY
35522011-09-01 Chong Yidong <cyd@stupidchicken.com>
3553
3554 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
3555 (display-buffer-same-window, display-buffer-other-window):
3556 New functions.
437014c8
CY
3557 (pop-to-buffer-1): New function. Use the above.
3558 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 3559 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
3560
3561 * view.el (view-buffer-other-window, view-buffer-other-frame):
3562 Just use pop-to-buffer.
3563
a5e063d5
TV
35642011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3565
3566 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
3567
793d32bb
WH
35682011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
3569
3570 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
3571
d65e4c15
RS
35722011-08-31 Richard Stallman <rms@gnu.org>
3573
3574 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3575 of the separation of rmail-view-buffer from rmail-buffer.
3576 If you say no to "replace original", the decrypt is in the
3577 view buffer. If you say yes, the decrypt goes into the
3578 rmail buffer also.
3579
f818cd2a
MR
35802011-08-31 Martin Rudalics <rudalics@gmx.at>
3581
3582 * window.el (display-buffer-window): Rewrite doc-string.
3583 (display-buffer-record-window): New function.
3584 (display-buffer-macro-specifiers)
3585 (display-buffer-even-window-sizes, display-buffer-set-height)
3586 (display-buffer-set-width, display-buffer-in-window)
3587 (display-buffer-reuse-window, display-buffer-split-specifiers)
3588 (display-buffer-side-specifiers, display-buffer-split-window-1)
3589 (display-buffer-split-window, display-buffer-split-atom-window)
3590 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3591 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3592 (display-buffer-other-window-means-other-frame)
3593 (display-buffer-normalize-special)
3594 (display-buffer-normalize-default)
3595 (display-buffer-normalize-argument)
3596 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3597 (display-buffer-normalize-specifiers, display-buffer-frame)
3598 (display-buffer-same-window, display-buffer-same-frame)
3599 (display-buffer-other-window)
3600 (display-buffer-same-frame-other-window)
3601 (display-buffer-other-frame, pop-to-buffer-same-window)
3602 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3603 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3604 (switch-to-buffer-same-frame)
3605 (switch-to-buffer-other-window-same-frame)
3606 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3607 (display-buffer-alist-set-1, display-buffer-alist-set-2)
3608 (display-buffer-alist-set): Remove.
3609 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
3610 (special-display-regexps, special-display-function):
3611 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
3612 parameter.
3613 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3614 (special-display-frame-alist, special-display-popup-frame)
3615 (same-window-buffer-names, same-window-regexps, same-window-p)
3616 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3617 (split-window-preferred-function, split-height-threshold)
3618 (split-width-threshold, window-splittable-p)
3619 (split-window-sensibly, window--try-to-split-window)
3620 (window--frame-usable-p, even-window-heights)
3621 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
3622 (window--display-buffer-2, display-buffer-other-frame):
3623 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
3624 (display-buffer-default, display-buffer-assq-regexp): New functions.
3625 (display-buffer-alist): Rewrite doc-string.
3626 (display-buffer-default-action)
3627 (display-buffer-overriding-action): New variables.
3628 (display-buffer, switch-to-buffer): Rewrite.
3629 (pop-to-buffer): Restore Emacs 23 behavior but use
3630 window-normalize-buffer-to-display.
3631 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3632 Restore Emacs 23 behavior but use
3633 window-normalize-buffer-to-switch-to.
3634 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
3635 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3636 Rewrite using Emacs 23 options.
f818cd2a 3637
5bc3b51d
MA
36382011-08-31 Michael Albinus <michael.albinus@gmx.de>
3639
3640 * net/tramp.el (tramp-root-regexp): Remove.
3641 (tramp-completion-file-name-regexp-unified)
3642 (tramp-completion-file-name-regexp-separate)
3643 (tramp-completion-file-name-regexp-url): Don't use leading volume
3644 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
3645 (tramp-drop-volume-letter): Simplify definition.
3646 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 3647
b1a4f8e1
SM
36482011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3649
3650 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3651 (bug#9356).
3652
5664fa7b
RT
36532011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
3654
b1a4f8e1 3655 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 3656
9a45d6c3
JL
36572011-08-29 Juri Linkov <juri@jurta.org>
3658
3659 * isearch.el (isearch-done): Don't display message "Mark saved"
3660 when arg `edit' is non-nil to prevent its flicker in the echo area.
3661
fb87e0fb
CY
36622011-08-28 Chong Yidong <cyd@stupidchicken.com>
3663
3664 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3665 obsolete packages for deletion.
3666
09ac1c2a
CS
36672011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
3668
3669 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 3670 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
3671 view-mode from help-mode.
3672 (help-xref-override-view-map): Remove.
3673 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3674 view-mode is not used anymore.
3675
7a1ff57f
CY
36762011-08-28 Chong Yidong <cyd@stupidchicken.com>
3677
3678 * server.el (server-port): Doc fix.
3679
b9696605
CY
3680 * cus-theme.el (custom-theme-choose-mode): Inherit from
3681 special-mode (Bug#9124).
3682 (custom-theme-choose-mode-map): Add special-mode to parent.
3683
ef8cdf8c
AM
36842011-08-28 Alan Mackenzie <acm@muc.de>
3685
3686 * progmodes/cc-fonts.el
3687 (c-make-font-lock-BO-decl-search-function): New function.
3688 (c-basic-matchers-after - "Fontify the clauses after various
3689 keywords"): Extract the three keyword lists for the 3 erroneous
3690 constructs from the list of four, and use the new function above
3691 in place of an old one.
3692
27de4e20
DD
36932011-08-28 Deniz Dogan <deniz@dogan.se>
3694
3695 * net/rcirc.el (rcirc-insert-prev-input)
3696 (rcirc-insert-next-input): Remove unused argument.
3697
356a3681
SM
36982011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3700 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3701
3fc9b218
AM
37022011-08-27 Alan Mackenzie <acm@muc.de>
3703
3704 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3705 handle function pointer parameters properly.
3706
538a061c
MR
37072011-08-27 Martin Rudalics <rudalics@gmx.at>
3708
3709 * window.el (display-buffer-reuse-window): Fix case where
3710 selected window was reused with non-nil OTHER-WINDOW argument.
3711 (Bug#9381)
3712
35b1c40c
DD
37132011-08-27 Deniz Dogan <deniz@dogan.se>
3714
3715 * net/rcirc.el (rcirc-check-auth-status): Adding support for
3716 oftc's NickServ messages.
3717
2f6a3e79
GM
37182011-08-27 Glenn Morris <rgm@gnu.org>
3719
3720 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
3721
7254299e
CY
37222011-08-26 Chong Yidong <cyd@stupidchicken.com>
3723
3724 * emacs-lisp/package.el (package-install): Call package-initialize
3725 if called interactively.
3726
f8ccf167
LL
37272011-08-26 Leo Liu <sdl.web@gmail.com>
3728
3729 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
3730
3e8cd5ce
JL
37312011-08-25 Juri Linkov <juri@jurta.org>
3732
3733 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3734 `search-whitespace-regexp' (bug#9364).
3735
93eb7113
JL
37362011-08-25 Juri Linkov <juri@jurta.org>
3737
3738 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3739 `regexp-search-ring' to their global values to protect from
3740 updating by `read-from-minibuffer' (bug#9185).
3741
f65d1611
JL
37422011-08-25 Juri Linkov <juri@jurta.org>
3743
3744 * textmodes/ispell.el (ispell-command-loop): Add newline
3745 at the end of the "Use option `i'..." line.
3746
f1cf7a31
JL
37472011-08-25 Juri Linkov <juri@jurta.org>
3748
3749 * battery.el (display-battery-mode): If `battery-status-function'
3750 or `battery-mode-line-format' is nil, display the message and set
3751 `display-battery-mode' to nil (bug#9363).
3752
0c95fcf7
EZ
37532011-08-25 Eli Zaretskii <eliz@gnu.org>
3754
3755 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3756 bidi-string-mark-left-to-right; they are unnecessary now.
3757
a2ebe600
DD
37582011-08-25 Deniz Dogan <deniz@dogan.se>
3759
3760 * net/quickurl.el: Documentation typo fixes.
3761
e4ed06f1
CY
37622011-08-25 Chong Yidong <cyd@stupidchicken.com>
3763
3764 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3765
e5f1c99e
GM
37662011-08-25 Glenn Morris <rgm@gnu.org>
3767
b2948976
GM
3768 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3769
e5f1c99e
GM
3770 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3771 (smtpmail-via-smtp): Handle nil response from smtp.
3772
f22f4808
JL
37732011-08-24 Juri Linkov <juri@jurta.org>
3774
3775 * proced.el (proced-marked): Inherit from `error' instead of
3776 `font-lock-warning-face'.
3777
3778 * ibuffer.el (ibuffer-marked-face): Change default face from
3779 `font-lock-warning-face' to `warning'.
3780 (ibuffer-deletion-face): Change default face from
3781 `font-lock-type-face' to `error'.
3782
3783 * battery.el (battery-update): Use the face `error' instead of
3784 `font-lock-warning-face' (bug#6117).
3785
6a93965e
JL
37862011-08-24 Juri Linkov <juri@jurta.org>
3787
3788 * faces.el (success): Change face color from "Green3" to
3789 "ForestGreen" on light background (bug#9353).
3790
1ed43b09
CY
37912011-08-24 Chong Yidong <cyd@stupidchicken.com>
3792
5664fa7b
RT
3793 * window.el (quit-window): Rename from quit-restore-window.
3794 Use same arglist as old quit-window.
1ed43b09
CY
3795 (frame-auto-delete): Doc fix.
3796
3797 * view.el (view-mode-exit): Use quit-window.
3798
11dcdbb2
JL
37992011-08-24 Juri Linkov <juri@jurta.org>
3800
3801 * isearch.el (isearch-ring-adjust1): Start visiting previous
3802 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
3803 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
3804 for empty search string (when the last search string is reused
3805 automatically) to adjust the isearch ring to the last element and
3806 prepare the correct index for further M-p commands (bug#9185).
3807
de62b4df
KH
38082011-08-24 Kenichi Handa <handa@m17n.org>
3809
3810 * international/ucs-normalize.el: If decomposition property of
3811 CHAR is the default one (i.e. a list of CHAR itself), treat it as
3812 nil.
3813 (nfd, nfkd): Likewise.
3814
963b492b
SM
38152011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
3818 from process filters aren't reliably transmitted to the surrounding
3819 accept-process-output.
3820 (mpc-proc-check): New function.
3821 (mpc-proc-sync): Use it (bug#8293)
3822
93b6b5e1
SM
38232011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3824
3825 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
3826 Add compatibility functions (bug#9313).
3827
bca633fb
EZ
38282011-08-23 Eli Zaretskii <eliz@gnu.org>
3829
b177498a
EZ
3830 * cus-start.el (all): Add entry for bidi-paragraph-direction.
3831
bca633fb
EZ
3832 * international/uni-bidi.el: Regenerated.
3833
0902a04e
KH
38342011-08-23 Kenichi Handa <handa@m17n.org>
3835
3836 * international/charprop.el:
3837 * international/uni-bidi.el:
3838 * international/uni-category.el:
3839 * international/uni-combining.el:
3840 * international/uni-comment.el:
3841 * international/uni-decimal.el:
3842 * international/uni-decomposition.el:
3843 * international/uni-digit.el:
3844 * international/uni-lowercase.el:
3845 * international/uni-mirrored.el:
3846 * international/uni-name.el:
3847 * international/uni-numeric.el:
3848 * international/uni-old-name.el:
3849 * international/uni-titlecase.el:
3850 * international/uni-uppercase.el: Regenerate.
3851
3bbf23bc
MR
38522011-08-23 Martin Rudalics <rudalics@gmx.at>
3853
3854 * help.el (help-window-setup): Fix message displayed when other
3855 window is reused. (Bug#9341)
3856
b3fd59bd
SM
38572011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3858
1802e444
SM
3859 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
3860 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
3861
b3fd59bd
SM
3862 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
3863 Mark obsolete.
3864 * shell.el (shell-parse-pcomplete-arguments): New function.
3865 (shell-completion-vars): Use it instead (bug#9160).
3866
4eb61348
SM
38672011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3868
867cab74
SM
3869 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
3870 strings and comments (bug#9333).
3871
4eb61348
SM
3872 * emacs-lisp/debug.el (debug-arglist): New function.
3873 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
3874 (debug-on-entry-1): Handle interpreted closures (bug#9120).
3875
262a1439
JL
38762011-08-22 Juri Linkov <juri@jurta.org>
3877
56ee679c
JL
3878 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3879 Revert regexp that highlights output switches to its old
3880 pre-2010-10-28 value and remove one `?' from it (bug#9319).
3881
262a1439
JL
3882 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
3883 to check for empty output (bug#9226).
3884
f13f86fb
CY
38852011-08-22 Chong Yidong <cyd@stupidchicken.com>
3886
3887 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
3888 symbol-constituent as the default, as that stops font-lock from
3889 working properly (Bug#8843).
3890
c65c9622
LMI
38912011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3892
3893 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
3894 `coding-system-for-*' around the process open call to avoid
3895 auth-source side effects.
e7f2c178 3896 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
3897 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
3898 probe hangs.
c65c9622 3899
23a8a5ab
CY
39002011-08-21 Chong Yidong <cyd@stupidchicken.com>
3901
ff98b2dd
CY
3902 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
3903
23a8a5ab
CY
3904 * emacs-lisp/find-func.el (find-function-noselect): New arg
3905 lisp-only.
3906
3907 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
3908 signal an error for built-in functions (Bug#6664).
3909
f5e3c598
LMI
39102011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3911
3912 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
3913 (smtpmail-try-auth-methods): Use it.
3914
a3f2468a
CY
39152011-08-21 Chong Yidong <cyd@stupidchicken.com>
3916
2c34e8da
CY
3917 * font-lock.el (font-lock-fontify-region)
3918 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
3919 (font-lock-default-unfontify-buffer)
3920 (font-lock-default-fontify-region)
3921 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
3922
b3fd59bd
SM
3923 * progmodes/compile.el (compilation-error-properties):
3924 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
3925 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
3926 `ant' regexp.
ee31aabc 3927
a3f2468a
CY
3928 * net/browse-url.el (browse-url-firefox): Don't call
3929 browse-url-firefox-sentinel unless using -remote (Bug#9328).
3930
8e999f70
GM
39312011-08-20 Glenn Morris <rgm@gnu.org>
3932
c21a496a
GM
3933 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
3934
59ee0542
GM
3935 * tutorial.el (tutorial--default-keys): Update some default bindings.
3936
8e999f70
GM
3937 * files.el (hack-local-variables): Fully ignore case for "mode:".
3938
e3715033
AM
39392011-08-20 Alan Mackenzie <acm@muc.de>
3940
3941 Resolve invalid use of a regexp in regexp-opt.
3942
4d61f28d
JB
3943 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
3944 detection for a java annotation.
e3715033 3945
4d61f28d 3946 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
3947 detection for a java annotation.
3948
4d61f28d
JB
3949 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
3950 handling for java.
e3715033
AM
3951 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
3952
04ed2e9c
CY
39532011-08-20 Chong Yidong <cyd@stupidchicken.com>
3954
3955 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
3956 (Bug#9274).
3957
826cee64
AM
39582011-08-20 Alan Mackenzie <acm@muc.de>
3959
58179cce 3960 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
3961 such a construct. Mainly for when jit-lock etc. starts a chunk
3962 here.
3963
58179cce 3964 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 3965 variable.
58179cce 3966 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
3967 c-make-font-lock-search-function.
3968 (c-make-font-lock-search-function): Use the above function.
3969 (c-make-font-lock-context-search-function): New function.
3970 (c-cpp-matchers): Enhance the preprocessor expression case with
3971 the above function
3972 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
3973 which takes an expression.
3974
3975 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
3976
13009bd8
MR
39772011-08-20 Martin Rudalics <rudalics@gmx.at>
3978
3979 * window.el (display-buffer-reuse-window)
3980 (display-buffer-pop-up-window): Don't reuse or split a side
3981 window.
3982
9234ff7f
GM
39832011-08-19 Glenn Morris <rgm@gnu.org>
3984
3985 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 3986 Downcase "Mode:". (Bug#9331)
9234ff7f 3987
f635daa1
CY
39882011-08-18 Chong Yidong <cyd@stupidchicken.com>
3989
3990 * international/characters.el: Add L and R categories.
3991
3992 * subr.el (bidi-string-mark-left-to-right): Rename from
3993 string-mark-left-to-right. Use category search.
3994
3995 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
3996
bc987f8b
JL
39972011-08-18 Juri Linkov <juri@jurta.org>
3998
3999 * faces.el (error, warning, success): New faces with definitions
4000 copied from old default values of `font-lock-warning-face',
4001 `compilation-warning', `compilation-info' (bug#6117).
4002
4003 * font-lock.el (font-lock-warning-face): Inherit from `error'.
4004
4005 * progmodes/compile.el (compilation-error): Inherit from `error'.
4006 (compilation-warning): Inherit from `warning'.
4007 (compilation-info): Inherit from `success'.
4008
4009 * dired.el (dired-marked): Inherit from `warning'.
4010 (dired-flagged): Inherit from `error'.
4011
57173b96
LMI
40122011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4013
3e79eb87
LMI
4014 * mail/smtpmail.el (auth-source): Require to avoid problems with
4015 binding variables (bug#9298). Also clean up some unused
4016 autoloads.
4017
b3fd59bd
SM
4018 * net/network-stream.el (network-stream-open-starttls):
4019 Support using starttls.el without using gnutls-cli.
57173b96 4020
02b404de
JL
40212011-08-17 Juri Linkov <juri@jurta.org>
4022
4023 * progmodes/grep.el (rgrep): Handle the case when
4024 `grep-find-command' is a cons cell (bug#9278).
4025
8c9177f2
MR
40262011-08-17 Martin Rudalics <rudalics@gmx.at>
4027
4028 * window.el (display-buffer-pop-up-frame): Run frame creation
4029 function with BUFFER current (as special-display-popup-frame
4030 does). Reported by Drew Adams.
4031
3644a0ab
DU
40322011-08-17 Daiki Ueno <ueno@unixuser.org>
4033
4034 * epa-mail.el: Simplify GnuPG group expansion using
4035 epg-expand-group.
4036 (epa-mail-group-alist, epa-mail-group-modtime)
4037 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
4038 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
4039 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
4040 Remove.
4041
5e617bc2 40422011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
4043
4044 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
4045
9c4aeabf
AM
40462011-08-16 Alan Mackenzie <acm@muc.de>
4047
4048 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
4049 Correct, to avoid the inside of macros.
4050
3a99bf64
RS
40512011-08-16 Richard Stallman <rms@gnu.org>
4052
04963aa8
RS
4053 * epa-mail.el: Handle GnuPG group definitions.
4054 (epa-mail-group-alist, epa-mail-group-modtime)
4055 (epa-mail-gnupg-conf-file): New variables.
4056 (epa-mail-parse-groups, epa-mail-sync-groups)
4057 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
4058 (epa-mail-expand-recipients): New functions.
4059 (epa-mail-encrypt): Call epa-mail-expand-recipients.
4060
177549d0
RS
4061 * mail/rmail.el (rmail-epa-decrypt): New command.
4062
fe38beef
RS
4063 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4064 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
4065 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
4066 (epa-decrypt-armor-in-region): Make error message clearer.
4067
934eacb9
SM
40682011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
4071 and "a2b" to "ab" for `prefix'.
4072
d024fb4e
CY
40732011-08-14 Chong Yidong <cyd@stupidchicken.com>
4074
4075 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
4076 filter groups.
de148fee
CY
4077 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
4078 Fourquet (Bug#8804).
d024fb4e 4079
62f1ca49
JB
40802011-08-12 Juanma Barranquero <lekktu@gmail.com>
4081
4082 * startup.el (argi): Declare as global variable (bug#9275).
4083
9ccaaa4b
CY
40842011-08-12 Chong Yidong <cyd@stupidchicken.com>
4085
4086 * subr.el (string-mark-left-to-right): Search the entire string
4087 for RTL script, not just the terminating character. Doc fix.
4088
a3dae87a
SM
40892011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4090
6cd18349
SM
4091 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
4092 New function.
4093 (js--regexp-literal, js-syntax-propertize-function): Remove.
4094 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
4095 (js-mode-map): Don't rebind electric keys.
4096 (js-insert-and-indent): Remove.
4097 (js-mode): Setup electric-layout and electric-indent instead.
4098
a3dae87a
SM
4099 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4100
9d5cb631
DU
41012011-08-12 Daiki Ueno <ueno@unixuser.org>
4102
4103 * epa.el (epa-progress-callback-function): Fix the logic of
4104 displaying progress.
4105 * epa-file.el (epa-file-insert-file-contents): Make progress
4106 display more user-friendly.
4107 (epa-file-write-region): Ditto.
4108
3e26a4a2
CY
41092011-08-10 Chong Yidong <cyd@stupidchicken.com>
4110
4111 * subr.el (string-mark-left-to-right): New function.
4112
4113 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
4114 Use string-mark-left-to-right.
4115 (list-buffers-noselect): Caller changed.
4116
a3dae87a
SM
4117 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4118 Use string-mark-left-to-right.
3e26a4a2
CY
4119 (tabulated-list-print): Recenter after moving point.
4120
ac8cf6e6
JL
41212011-08-10 Juri Linkov <juri@jurta.org>
4122
4123 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
4124 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
4125 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
4126
8d96c9a4
CY
41272011-08-09 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
4130 (Bug#7554).
4131
7be1c708 41322011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
4133
4134 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4135 character. (Bug#6594)
4136
37e11a63
CY
41372011-08-08 Chong Yidong <cyd@stupidchicken.com>
4138
839dde57
CY
4139 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4140 (image-dired--with-db-file): New macro.
4141 (image-dired-write-tags, image-dired-remove-tag)
4142 (image-dired-create-gallery-lists, image-dired-write-comments)
4143 (image-dired-get-comment, image-dired-mark-tagged-files)
4144 (image-dired-list-tags, image-dired-gallery-generate): Use it.
4145 (image-dired-gallery-generate): Use insert-file-contents.
4146
37e11a63
CY
4147 * time.el (display-time-world-list, display-time-world-display):
4148 * time-stamp.el (time-stamp-string):
4149 * vc/add-log.el (add-change-log-entry): Use setenv instead of
4150 set-time-zone-rule (Bug#7337).
4151
0b4946c4
DU
41522011-08-08 Daiki Ueno <ueno@unixuser.org>
4153
4154 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4155 (epg-error-to-string, epg-errors-to-string): New function.
4156 (epg-wait-for-completion): Reverse errors list.
4157 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4158 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4159 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4160 (epg-sign-keys, epg-generate-key-from-file)
4161 (epg-generate-key-from-string): Format errors by using
4162 epg-errors-to-string (bug#9255).
4163 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4164
75bfc667
JL
41652011-08-07 Juri Linkov <juri@jurta.org>
4166
4167 * faces.el (list-faces-display): Remove extra angle bracket
4168 from `help-mode-map'.
4169
4170 * info.el (Info-history-toc-nodes): Doc fix.
4171
4172 * longlines.el (longlines-mode): Doc fix.
4173
673e08bb
SM
41742011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4640dd88
SM
4176 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4177 of statements and in a few more cases (bug#9183).
4178
673e08bb
SM
4179 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4180 New functions.
4181 (cl-transform-lambda): Use them (bug#9239).
4182
89b3f019
MR
41832011-08-05 Martin Rudalics <rudalics@gmx.at>
4184
4185 * window.el (display-buffer-same-window)
4186 (display-buffer-same-frame, display-buffer-other-window)
4187 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4188 (pop-to-buffer-other-window)
4189 (pop-to-buffer-same-frame-other-window)
4190 (pop-to-buffer-other-frame): Make them defuns.
4191 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4192
640c8776
SM
41932011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * subr.el (make-composed-keymap): Move from C. Change calling
4196 convention, and improve docstring to bring attention to a subtle point.
4197 * minibuffer.el (completing-read-default): Adjust accordingly.
4198
63648a95
MA
41992011-08-03 Michael Albinus <michael.albinus@gmx.de>
4200
4201 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4202 (tramp-open-shell): Use `tramp-shell-quote-argument'.
4203
4204 * net/trampver.el: Update release number.
4205
b796c9b7
SM
42062011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4209 "in" (bug#9190).
4210
2239d7d5
LMI
42112011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4212
e07dd7c3
LMI
4213 * mail/sendmail.el (sendmail-query-once): Restore the current
4214 buffer after querying (bug#9074).
4215
0e6a2bd7
LMI
4216 * dired.el (dired-flagged): Use different faces for marked and
4217 flagged files (bug#6117).
4218
ce887515
LMI
4219 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4220 (bug#4433).
4221
92f2affc
LMI
4222 * ido.el (ido-mode): Switch off the message if called
4223 non-interactively.
4224
57d5aff0
LMI
4225 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4226 before 587, since it appears that that's more likely to work for
4227 more people.
4228
98cd6c18 4229 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 4230 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
4231 exist.
4232
b96dec83
LMI
4233 * info.el: Remove the `Info-beginning-of-buffer' function
4234 (bug#8325).
4235
b796c9b7
SM
4236 * net/network-stream.el (network-stream-open-starttls):
4237 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 4238
d90e2ea0
MR
42392011-08-01 Martin Rudalics <rudalics@gmx.at>
4240
4241 * window.el (display-buffer-in-window): Don't set dedicated status
4242 of window here (Bug#9215).
4243 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4244 (display-buffer-pop-up-side-window)
b796c9b7 4245 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 4246
cca09170
SM
42472011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4250 before binding generated-autoload-file.
4251
027b979c
DD
42522011-08-01 Deniz Dogan <deniz@dogan.se>
4253
4254 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4255
3c7ee4f3
MA
42562011-07-30 Michael Albinus <michael.albinus@gmx.de>
4257
4258 Sync with Tramp 2.2.2.
4259
4260 * net/trampver.el: Update release number.
4261
2cc8e51a
JL
42622011-07-30 Juri Linkov <juri@jurta.org>
4263
4264 * dired-aux.el (dired-touch-initial): Remove function.
4265 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4266 current time, and `default' to the last modification time of the
4267 current marked file (bug#6887).
4268
a514d856
JM
42692011-07-28 Jose E. Marchesi <jemarch@gnu.org>
4270
4271 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 4272 numeric argument to read-number (bug#9163).
a514d856 4273
8a7eddd7
MA
42742011-07-27 Michael Albinus <michael.albinus@gmx.de>
4275
4276 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4277 connection process, it could be nil.
4278
1ddd96f5
LL
42792011-07-27 Leo Liu <sdl.web@gmail.com>
4280
4281 Simplify url handling in rcirc-mode.
4282
4283 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4284 (rcirc-browse-url-at-mouse): Remove.
4285 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4286
b248a85d
AM
42872011-07-26 Alan Mackenzie <acm@muc.de>
4288
4289 Fontify bitfield declarations properly.
4290
4291 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4292 (c-symbol-chars): Now exported as a lang variable.
4293 (c-not-primitive-type-keywords): New lang variable.
4294
4295 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4296 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 4297 parsed as a bitfield declaration.
b248a85d 4298
b796c9b7
SM
4299 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4300 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
4301 (c-punctuation-in): New function.
4302 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4303 declarations properly.
4304
68575ab0
UJ
43052011-07-26 Ulf Jasper <ulf.jasper@web.de>
4306
4307 * calendar/icalendar.el (icalendar--all-events): Take care of
4308 multiple vcalendars in a single file.
b796c9b7 4309 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 4310
0f0a88b9
DD
43112011-07-25 Deniz Dogan <deniz@dogan.se>
4312
4313 * image.el (insert-image): Clarifying docstring.
4314
0b3f36df
MA
43152011-07-24 Michael Albinus <michael.albinus@gmx.de>
4316
4317 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4318 `tramp-send-command-and-check' if there is no error.
4319 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4320
a9901f61
AM
43212011-07-22 Alan Mackenzie <acm@muc.de>
4322
4323 Prevent cc-langs.elc being loaded at run time.
4324
4325 * progmodes/cc-mode.el: Remove two autoload forms which loaded
4326 cc-langs.
4327
4d61f28d 4328 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
4329 "(require 'cc-langs)". Quote a form so it will evaluate at
4330 (cc-mode's) compilation time.
4331
11d074b2
MA
43322011-07-22 Michael Albinus <michael.albinus@gmx.de>
4333
4334 * net/tramp.el (tramp-file-name-handler): Avoid recursive
4335 loading. (Bug#9114)
4336
938b94c8
MR
43372011-07-21 Martin Rudalics <rudalics@gmx.at>
4338
4339 * window.el (display-buffer-pop-up-window)
4340 (display-buffer-pop-up-side-window)
4341 (display-buffer-in-side-window): Call display-buffer-set-height
4342 and display-buffer-set-width after setting the new window's
b796c9b7 4343 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 4344
bfa4f190
SS
43452011-07-20 Sam Steingold <sds@gnu.org>
4346
4347 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4348 (etags-tags-included-tables): Call `convert-standard-filename' on
4349 the file names contained in TAGS so that windows Emacs can handle
4350 TAGS files created by cygwin ctags.
4351
8ca42262
LMI
43522011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4353
4354 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4355 which apparently didn't work.
4356
5db2afd2 43572011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 4358
5db2afd2
RW
4359 * proced.el (proced-send-signal): For *Marked Processes* buffer
4360 put point at beginning of buffer.
4361
92e15d10
SB
43622011-07-19 Stephen Berman <stephen.berman@gmx.net>
4363
4364 * proced.el (proced-format): Make header lines align with the text
4365 (bug#1779).
4366
1bfd59e5
LMI
43672011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4368
4369 * view.el (view-buffer): Allow running in `special' modes if we're
4370 visiting a file (bug#8615).
4371
f5aae37c
MR
43722011-07-19 Martin Rudalics <rudalics@gmx.at>
4373
4374 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
4375 (display-buffer-alist-set-1, display-buffer-alist-set-2):
4376 New functions.
f5aae37c
MR
4377 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4378 more accurately.
4379
bf2c1571
AM
43802011-07-18 Alan Mackenzie <acm@muc.de>
4381
4382 Fontify declarators properly when, e.g., a jit-lock chunk begins
4383 inside a declaration.
4384
4385 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4386
b796c9b7
SM
4387 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4388 New function.
bf2c1571
AM
4389 (c-complex-decl-matchers): Insert reference to
4390 c-font-lock-enclosing-decls.
4391
4392 * progmodes/cc-engine.el (c-backward-single-comment):
4393 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4394 to nil around calls to (forward-comment -1).
4395
4e190b80
LMI
43962011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4397
12dc863d
LMI
4398 * image.el (put-image): Doc typo fix.
4399
a762e966
LMI
4400 * progmodes/etags.el (tags-search): Doc typo fix.
4401
4e190b80
LMI
4402 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4403 password if we get errors 550 to 554.
4404
f019fb21
LMI
44052011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4406
b796c9b7 4407 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 4408
81746738
LMI
4409 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4410 indentation character (bug#6380).
4411
3ee3a1b5
LMI
4412 * files.el (buffer-offer-save): Made permanently local (bug#6241).
4413
c82f64de
LMI
4414 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4415 to clarify what the problem is (bug#4291).
4416
f019fb21
LMI
4417 * simple.el (current-kill): Clarify what
4418 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
4419 (auto-fill-mode): Document `auto-fill-function' in relation to
4420 `auto-fill-mode' (bug#2470).
f019fb21 4421
0794775d
LM
44222011-07-16 Lawrence Mitchell <wence@gmx.li>
4423
4424 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4425 method if slot is read-only (bug#9035).
4426
be39b8cc
MR
44272011-07-16 Martin Rudalics <rudalics@gmx.at>
4428
b796c9b7 4429 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 4430 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
4431 selected before, see discussion of (Bug#8615), (Bug#6954).
4432 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 4433
6ccf7859
GM
44342011-07-15 Glenn Morris <rgm@gnu.org>
4435
4436 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 4437 Respect help-form.
6ccf7859 4438
87e86684
LM
44392011-07-09 Lawrence Mitchell <wence@gmx.li>
4440
4441 * net/gnutls.el (gnutls-min-prime-bits): New variable.
4442 (gnutls-negotiate): Use it.
4443
d6066239
LMI
44442011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4445
b796c9b7
SM
4446 * net/gnutls.el (gnutls-negotiate):
4447 Upcase `gnutls-algorithm-priority'.
d6066239 4448
bd23ebc0
GM
44492011-07-15 Glenn Morris <rgm@gnu.org>
4450
c65bca65
GM
4451 * jka-compr.el (jka-compr-verbose): Move from here...
4452 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
4453 Add missing :version tag.
4454 * info.el: No need to require jka-compr when compiling.
bd23ebc0 4455
478615cc
LMI
44562011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4457
7b41decb
LMI
4458 * net/gnutls.el (gnutls-algorithm-priority): New variable.
4459 (gnutls-negotiate): Use it.
4460
dbc44fcd
LMI
4461 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4462
06789f97
LMI
4463 * info.el (Info-beginning-of-buffer): New command.
4464 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4465 announcing `b' as the key (bug#8325).
ab896c37 4466 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 4467
c39da690
LMI
4468 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4469
3aa5f34b
LMI
4470 * international/mule-cmds.el
4471 (describe-specified-language-support): Make the error message
4472 clearer (bug#8905).
4473
4bf0979f
LMI
4474 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4475
478615cc
LMI
4476 * isearch.el (isearch-barrier): Add a doc string, since it's
4477 mentioned in a function doc string (bug#8678).
4478
75c68aa1
MR
44792011-07-15 Martin Rudalics <rudalics@gmx.at>
4480
4481 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4482 buffer argument (Bug#9083) and self-identifying label argument.
4483
a7c33da2
GM
44842011-07-15 Glenn Morris <rgm@gnu.org>
4485
4486 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
4487
2f5c6024
LMI
44882011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4489
4490 * man.el (Man-fontify-manpage): Fix message when formatting the
4491 man page (bug#7929).
4492
0bb23927 44932011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
4494
4495 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4496 argument LRM; if non-nil, append an invisible LRM character to the
4497 buffer name.
4498 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4499 last argument non-nil, when formatting buffer names.
0bb23927
EZ
4500 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4501 paragraph direction.
cce4b0a7 4502
621ef9ab
LMI
45032011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4504
d1583c48
LMI
4505 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4506 the man page name (bug#7929).
4507
6a57fb5f
LMI
4508 * image.el (put-image): Mention the `put-image' overlay property
4509 (bug#7834).
4510
d7956b14
LMI
4511 * scroll-bar.el (set-scroll-bar-mode): Mention that
4512 `scroll-bar-mode' lists the values (bug#7772).
4513
5b2d4a66
LMI
4514 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4515 command (bug#7729).
4516
7509a874
LMI
4517 * rect.el (apply-on-rectangle): Return the point after the last
4518 operation.
4519 (string-rectangle): Go to the point after the last operation
4520 (bug#7522).
4521
4fe74b19
LMI
4522 * printing.el (pr-toggle-region): Clarify the documentation
4523 slightly (bug#7493).
4524
b796c9b7
SM
4525 * time.el (display-time-update):
4526 Allow `display-time-mail-function' to return nil (bug#7158).
4527 Fix suggested by Detlev Zundel.
ab283561 4528
fc233c9d
LMI
4529 * vc/diff.el (diff): Clarify the order the file names are read
4530 (bug#7111).
4531
43f5740b
LMI
4532 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4533 the doc string (bug#7015).
4534
f2182a76
LMI
4535 * font-lock.el (font-lock-maximum-decoration): Mention what
4536 numeric levels mean (bug#6935).
4537
621ef9ab
LMI
4538 * startup.el (initial-buffer-choice): Don't mention the `none'
4539 selection, which is against policy.
4540
adc47434
MR
45412011-07-14 Martin Rudalics <rudalics@gmx.at>
4542
b796c9b7
SM
4543 * window.el (display-buffer-normalize-special):
4544 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 4545
7e5bfb8f
EZ
45462011-07-14 Eli Zaretskii <eliz@gnu.org>
4547
4548 * subr.el (version<, version<=, version=): Mention "-CVS" and
4549 "-12345" alpha version numbers.
4550
27fa387a
CY
45512011-07-14 Chong Yidong <cyd@stupidchicken.com>
4552
4553 * bindings.el: Add advertised binding for set-mark-command
4554 (Bug#5772).
4555
8bdfa064
CY
45562011-07-14 Chong Yidong <cyd@stupidchicken.com>
4557
4558 * bindings.el (mode-line-other-buffer):
4559 * bookmark.el (bookmark-bmenu-2-window):
4560 * bs.el (bs-cycle-next, bs-cycle-previous):
4561 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4562 switch-to-buffer.
4563
4564 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 4565 Delete.
8bdfa064 4566
5eba16a3
JB
45672011-07-14 Juanma Barranquero <lekktu@gmail.com>
4568
4569 * follow.el (follow-debug-message, follow-redisplay):
4570 * jka-cmpr-hook.el (with-auto-compression-mode):
4571 Fix typos in docstrings.
4572
15853710
LMI
45732011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4574
a28e4607
LMI
4575 * subr.el (with-silent-modifications): Clarify somewhat what the
4576 macro inhibits (bug#6525).
4577
15853710
LMI
4578 * simple.el (eval-expression): Note what it does if called
4579 interactively (bug#6495).
4580
bee0fcef
CY
45812011-07-13 Chong Yidong <cyd@stupidchicken.com>
4582
b796c9b7
SM
4583 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4584 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
4585
4586 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4587 Remove switch-to-buffer.
4588
58274504
LMI
45892011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4590
bd2fcc8d
LMI
4591 * files.el (make-directory): Clarify that an error will be raised
4592 if there's an error (bug#6397).
4593
0f04b32c
LMI
4594 * startup.el (initial-buffer-choice): Add `none' as a choice
4595 (bug#6234).
4596
465c5fc8
LMI
4597 * subr.el (add-hook): Clarify section about buffer-local hooks
4598 (bug#6218).
4599
58274504
LMI
4600 * dired.el (dired-flagged): Clarify doc string (bug#6117).
4601
bead9a43
JB
46022011-07-13 Juanma Barranquero <lekktu@gmail.com>
4603
4604 * tabify.el (untabify): Preserve the current column so that point
4605 doesn't move (bug#6032).
4606
3af98a7b
LMI
46072011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4608
b796c9b7
SM
4609 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4610 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 4611
6240145a
GM
46122011-07-13 Glenn Morris <rgm@gnu.org>
4613
4614 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
4615 (dired-insert-directory): Give a message the first time
4616 if ls is found not to support --dired.
4617
1d8c2ccc
LMI
46182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4619
4620 * simple.el (toggle-truncate-lines): Clarify what is toggled
4621 (bug#5580). Text by Drew Adams.
4622
5fc4038e
CY
46232011-07-13 Chong Yidong <cyd@stupidchicken.com>
4624
4625 * simple.el (blink-matching-open): Make the error message from the
4626 last change less verbose.
4627
bf6012e5
DN
46282011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4629
4630 * font-lock.el (font-lock-comment-face): Use the high contrast
4631 "yellow" color for font-lock-comment-face on low color terminals
4632 using a dark background color (bug#4221).
4633
343c3b5a
LMI
46342011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4635
7e9505c5
LMI
4636 * dired.el (dired-insert-set-properties): Make the doc string
4637 reflect what it does now (bug#5325).
4638
c26fdcf5
LMI
4639 * simple.el (blink-matching-open): Say that we were unable to find
4640 the match within the limit, if we're limited (bug#5122).
4641
bb388cc5
LMI
4642 * international/mule-cmds.el (prefer-coding-system): Add an
4643 example (bug#4869).
4644
343c3b5a
LMI
4645 * progmodes/etags.el (tags-search): Document `file-list-form'
4646 (bug#4731).
4647
2a517d45
LM
46482011-07-13 Lawrence Mitchell <wence@gmx.li>
4649
4650 * net/browse-url.el (browse-url-default-browser)
4651 (browse-url-browser-function): Make the default browser choice a
4652 bit more logical (bug#4300). Also clean up the doc string.
4653
b6c78ef2
JB
46542011-07-13 Juanma Barranquero <lekktu@gmail.com>
4655
4656 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4657 binary endings (bug#4440).
4658
1c4dd947
LMI
46592011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4660
a2014063
LMI
4661 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4662 which can be pretty annoying (bug#8971).
4663
9c9c2d88
LMI
4664 * jka-compr.el (jka-compr-verbose): New variable, and use
4665 throughout (bug#8971).
4666
1c4dd947
LMI
4667 * info.el (Info-find-file): Fall back on the installation
4668 directory if we can't find the info node anywhere else.
4669
a1c9f41b
SO
46702011-07-13 Sergei Organov <osv@javad.com> (tiny change)
4671
4672 * vc/vc.el (vc-revert-file):
4673 Don't set file time-stamp in the past. (Bug#5181)
4674
536f3d36
LMI
46752011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4676
7152b011
LMI
4677 * files.el (after-find-file): Give a better error message when
4678 trying to find a symlink that points to a file that doesn't exist
4679 (bug#4398).
4680
536f3d36
LMI
4681 * progmodes/cc-vars.el: Remove (probably) misleading comment
4682 (bug#4396).
4683
460c0fba
JB
46842011-07-12 Johan Bockgård <bojohan@gnu.org>
4685
4686 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4687
7a6bda45
CY
46882011-07-12 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * mouse-sel.el: Hack restoring functionality, while keeping
4691 compatibility with 2010-07-03 changes to mouse selection.
4692 (mouse-sel-primary-overlay): New var.
4693 (mouse-sel-selection-alist): Use it.
4694 (mouse-sel-mode): Doc fix; remove points that are default features
4695 of mouse.el.
4696
c79598ef
JB
46972011-07-12 Johan Bockgård <bojohan@gnu.org>
4698
4699 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4700 Fix previous fix (bug#2490).
4701
ff8be6ef
RW
47022011-07-12 Roland Winkler <winkler@gnu.org>
4703
b796c9b7
SM
4704 * textmodes/bibtex.el (bibtex-initialize):
4705 Use pop-to-buffer-same-window.
ff8be6ef
RW
4706 (bibtex-search-entries): Fix interactive call.
4707
296ba3ee
LMI
47082011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4709
f5242a02 4710 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
4711 Fontise bytecomp Error lines more correctly (bug#2490).
4712 Fix suggested by Johan Bockgård.
f5242a02 4713
296ba3ee
LMI
4714 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4715
4716 * dired-x.el (dired-guess-default): Use `delete-dups'.
4717
f69fd0d2
CY
47182011-07-12 Chong Yidong <cyd@stupidchicken.com>
4719
4720 * dired.el (dired-mark-prompt):
4721 * dired-aux.el (dired-read-shell-command): Doc fix.
4722
eab5dc07
LMI
47232011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4724
b796c9b7
SM
4725 * mail/sendmail.el (sendmail-query-once):
4726 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
4727 emacs -Q.
4728
4729 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4730
eab5dc07
LMI
4731 * cus-edit.el (custom-file): Take an optional no-error variable.
4732 (customize-save-variable): Set the variable, and give a warning if
4733 running under "emacs -q".
4734
a1e65d42
JB
47352011-07-11 Juanma Barranquero <lekktu@gmail.com>
4736
4737 * loadhist.el (unload-feature-special-hooks):
4738 Add `auto-coding-functions', `fill-nobreak-predicate' and
4739 `find-directory-functions' (bug#5327).
4740
1d52da10
LMI
47412011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4742
be958f1d
LMI
4743 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4744
5bedb26c
LMI
4745 * cus-edit.el (custom-guess-name-alist): -alist variables should
4746 use the `alist' type (bug#3120). Suggested by Drew Adams.
4747
1d52da10
LMI
4748 * printing.el: Add documentation to all the `pr-toggle-' commands.
4749
cd394be1 47502011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
4751
4752 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4753 backends where it makes sense (bug#2623).
4754
dcc88d8a
LMI
47552011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4756
c3de9feb
LMI
4757 * dired-x.el (dired-guess-default): Remove duplicate shell command
4758 entries (bug#2028).
8a93078b 4759 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 4760 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 4761
dcc88d8a
LMI
4762 * subr.el (remove-duplicates): New conveniency function.
4763
505e3645
LMI
47642011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4765
4766 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4767 (bug#1526).
4768
47692011-07-10 Martin Rudalics <rudalics@gmx.at>
4770
4771 * window.el (display-buffer-normalize-default): Don't invert
4772 meaning of even-window-heights. Reported by Eli Zaretskii
4773 <eliz@gnu.org>.
4774
455e4fa1
BR
47752011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
4776
4777 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4778
8e0bc3e9
CY
47792011-07-10 Chong Yidong <cyd@stupidchicken.com>
4780
4781 * window.el (display-buffer): Fix arguments to
4782 display-buffer-reuse-window in last change.
4783
fa7c3228
CY
4784 * faces.el (link): Use a less saturated blue on light backgrounds.
4785
4786 * startup.el (fancy-startup-text, fancy-about-text)
4787 (fancy-startup-tail): Use font-lock faces, for background safety.
4788
c0a7f300
BN
47892011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
4790
b796c9b7
SM
4791 * emulation/viper-cmd.el (viper-change-state-to-vi):
4792 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 4793
4dc2a129
MR
47942011-07-09 Martin Rudalics <rudalics@gmx.at>
4795
4796 * window.el (display-buffer-default-specifiers): Remove.
4797 (display-buffer-macro-specifiers): Remove default specifiers.
4798 (display-buffer-alist): Default to nil.
b796c9b7 4799 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
4800 (display-buffer-pop-up-window): Allow splitting internal
4801 windows. Check whether a live window was created.
4802 (display-buffer-other-window-means-other-frame)
4803 (display-buffer-normalize-arguments): Rename to
4804 display-buffer-normalize-argument and rewrite. Set the
4805 other-window specifier.
4806 (display-buffer-normalize-special): New function.
4807 (display-buffer-normalize-options): Rename to
4808 display-buffer-normalize-default and rewrite.
4809 (display-buffer-normalize-options-inhibit): Remove.
4810 (display-buffer-normalize-specifiers): Rewrite.
4811 (display-buffer): Process other-window specifier and call
4812 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
4813 more faithfully.
b796c9b7 4814 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 4815 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
4816 (display-buffer-in-window, display-buffer-alist-set):
4817 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
4818 <tassilo@member.fsf.org>.
4819
2d43b8c9
LL
48202011-07-09 Leo Liu <sdl.web@gmail.com>
4821
4822 * register.el (insert-register): Restore accidental change on
4823 2011-06-26. (Bug#9028)
4824
7f9b7c53
GM
48252011-07-09 Glenn Morris <rgm@gnu.org>
4826
4827 * subr.el (remq): Handle the empty list. (Bug#9024)
4828
f042cfd8
AS
48292011-07-08 Andreas Schwab <schwab@linux-m68k.org>
4830
4831 * mail/sendmail.el (send-mail-function): No longer delay custom
4832 initialization.
4833 * custom.el (custom-initialize-delay): Doc fix.
4834
856b2f11
SM
48352011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
4838
afae1d68
MA
48392011-07-08 Michael Albinus <michael.albinus@gmx.de>
4840
4841 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
4842 human-friendly prompt.
4843
0757af94
SM
48442011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
4847 provided by a particular plugin.
4848
d760b731
LMI
48492011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4850
4851 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
4852 save customizations (with "emacs -Q"), just set the variable
4853 instead of erroring out.
4854
4855 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4856
cd79ce90
JL
48572011-07-08 Juri Linkov <juri@jurta.org>
4858
4859 * arc-mode.el (archive-zip-expunge, archive-zip-update)
4860 (archive-zip-update-case): Use 7z if found by `executable-find'.
4861 The order of searching the available programs is the same as in
4862 `archive-zip-extract' (bug#8968).
4863
14cc04aa
CY
48642011-07-07 Chong Yidong <cyd@stupidchicken.com>
4865
4866 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
4867 (menu-bar-options-menu): Tweak descriptions.
4868
0a1848ec
LMI
48692011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4870
4871 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
4872 menu items into verb phrases (bug#1421). Also refill to fit under
4873 80 columns.
4874
f5bd0689
CY
48752011-07-07 Chong Yidong <cyd@stupidchicken.com>
4876
538e85c6
CY
4877 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
4878 (Info-read-node-name): Doc fix (Bug#1084).
4879
f5bd0689
CY
4880 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
4881 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
4882 (end-of-sexp, beginning-of-sexp)
4883 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
4884 (forward-symbol, forward-same-syntax, word-at-point)
4885 (sentence-at-point): Doc fix (Bug#1144).
4886
56ec5115
LMI
48872011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4888
f3f8e37f
LMI
4889 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
4890 should cover it (bug#1281).
4891
0757af94 4892 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 4893
e9fce1ac 4894 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
4895 negotiation fails, then possibly try again with a non-encrypted
4896 connection (bug#9017).
4897
56ec5115
LMI
4898 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
4899 be used.
4900
c2f9aec8
RS
49012011-07-07 Richard Stallman <rms@gnu.org>
4902
4903 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
4904 property, and handle its changed format.
4905 Look for the correct line number.
4906 Use file's line contents (but not past first =) to find
4907 correct line in message.
4908
ef7b981d 49092011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
4910
4911 * international/characters.el (build-unicode-category-table):
4912 Delete it.
0757af94 4913 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 4914
0757af94 4915 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
4916 to src/chartab.c.
4917 (get-char-code-property): Call unicode-property-table-internal to
4918 load a file. Call get-unicode-property-internal where necessary.
4919 (put-char-code-property): Call unicode-property-table-internal to
4920 load a file. Call put-unicode-property-internal where necessary.
4921 put-unicode-property-internal where necessary.
0757af94
SM
4922 (char-code-property-description):
4923 Call unicode-property-table-internal to load a file.
c805dec0
KH
4924
4925 * international/charprop.el:
4926 * international/uni-bidi.el:
4927 * international/uni-category.el:
4928 * international/uni-combining.el:
4929 * international/uni-comment.el:
4930 * international/uni-decimal.el:
4931 * international/uni-decomposition.el:
4932 * international/uni-digit.el:
4933 * international/uni-lowercase.el:
4934 * international/uni-mirrored.el:
4935 * international/uni-name.el:
4936 * international/uni-numeric.el:
4937 * international/uni-old-name.el:
4938 * international/uni-titlecase.el:
4939 * international/uni-uppercase.el: Regenerate.
4940
4941 * loadup.el: Load international/charprop.el before
4942 international/characters.
4943
e14b388a
CY
49442011-07-07 Chong Yidong <cyd@stupidchicken.com>
4945
4946 * window.el (next-buffer, previous-buffer): Signal an error if
4947 called from a minibuffer window.
4948
4949 * bindings.el: Revert 2011-07-04 change.
4950
354cf0ba
RS
49512011-07-06 Richard Stallman <rms@gnu.org>
4952
4953 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
4954 (rmail-mime-insert-bulk, rmail-mime-insert-text):
4955 Treat markers like ints.
4956 (rmail-mime-entity): Doc fix.
4957
a48868a7
LMI
49582011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4959
4906cd3d
LMI
4960 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
4961 defcustom again for backwards compatibility.
4962
e0457abe
LMI
4963 * simple.el (shell-command-on-region): Fill.
4964
d67f7e1f
LMI
4965 * dired-aux.el (dired-kill-line): Add a doc string.
4966
fe204702
LMI
4967 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
4968 to "\\sw\\|\\s_" (bug#358).
4969
a48868a7
LMI
4970 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
4971 (dired-unmark-backward): Ditto.
4972 (dired-flag-backup-files): Ditto.
4973
4974 * dired-x.el (dired-mark-sexp): Ditto.
4975
aa8a705c
RS
49762011-07-06 Richard Stallman <rms@gnu.org>
4977
4978 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
4979 (rmail-mime-entity): New arg TRUNCATED.
4980 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
4981 New functions.
4982 (rmail-mime-save): Warn if entity is truncated.
4983 (rmail-mime-toggle-hidden): Likewise, for showing.
4984 (rmail-mime-process-multipart): Record when an entity is truncated.
4985
a9a936b9
RS
4986 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
4987 if ENTITY is a string.
4988
1f2b92cb
LMI
49892011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4990
f4f73198 4991 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
4992 of faces when `M-C-x'-ing their definitions (bug#8378).
4993 Also clean up the code slightly.
f4f73198 4994
12b16734 4995 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 4996 because that makes the colors go away.
12b16734 4997
f0691d22
LMI
4998 * mail/sendmail.el (send-mail-function): Change the default to
4999 `sendmail-query-once'.
9e87df06 5000 (sendmail-query-once): Add an autoload cookie.
f0691d22 5001
1f2b92cb
LMI
5002 * net/network-stream.el (network-stream-open-starttls): Try using
5003 a plain connection even if the server offered STARTTLS, and we
5004 kinda wanted to use it, if Emacs doesn't have any STARTTLS
5005 capability. This should make smtpmail.el work in slightly more
5006 configurations.
5007
1cdd2a1b
MA
50082011-07-06 Michael Albinus <michael.albinus@gmx.de>
5009
5010 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
5011 New defun.
5012 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
5013
fbcc67e2
MM
50142011-07-06 Michael R. Mauger <mmaug@yahoo.com>
5015
5016 * progmodes/sql.el: Version 3.0
0757af94 5017 (sql-product-alist): Add product :completion-object,
fbcc67e2 5018 :completion-column, and :statement attributes.
0757af94 5019 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 5020 (sql-mode-syntax-table): Mark all punctuation.
0757af94 5021 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
5022 ansi keywords.
5023 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 5024 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
5025 (sql-oracle-show-reserved-words): New function for development.
5026 (sql-product-font-lock): Simplify for source code buffers.
5027 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
5028 New functions.
5029 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
5030 (sql-mode-map): Add statement movement functions.
5031 (sql-ansi-statement-starters, sql-oracle-statement-starters):
5032 New variable.
fbcc67e2
MM
5033 (sql-statement-regexp, sql-beginning-of-statement)
5034 (sql-end-of-statement, sql-signum): New functions.
0757af94 5035 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
5036 (sql-show-sqli-buffer): Bug fix.
5037 (sql-interactive-mode): Store connection data as buffer local.
0757af94 5038 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
5039 with sql-interactive-mode.
5040 (sql-save-connection): Save buffer local settings.
0757af94 5041 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
5042 (sql-product-interactive): Bug fix.
5043 (sql-preoutput-hold): New variable.
5044 (sql-interactive-remove-continuation-prompt): Bug fixes.
5045 (sql-debug-redirect): New variable.
5046 (sql-str-literal): New function.
5047 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 5048 Redesign.
fbcc67e2
MM
5049 (sql-oracle-save-settings, sql-oracle-restore-settings)
5050 (sql-oracle-list-all, sql-oracle-list-table): New functions.
5051 (sql-completion-object, sql-completion-column)
5052 (sql-completion-sqlbuf): New variables.
5053 (sql-build-completions-1, sql-build-completions)
5054 (sql-try-completion): New functions.
5055 (sql-read-table-name): Use them.
5056 (sql-contains-names): New buffer local variable.
5057 (sql-list-all, sql-list-table): Use it.
5058 (sql-oracle-completion-types): New variable.
5059 (sql-oracle-completion-object, sql-sqlite-completion-object)
5060 (sql-postgres-completion-object): New functions.
5061
d4eaeab1
GM
50622011-07-06 Glenn Morris <rgm@gnu.org>
5063
5064 * window.el (pop-to-buffer): Doc fix.
5065
322b7dab 50662011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
5067
5068 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
5069
322b7dab 50702011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 5071
322b7dab 5072 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 5073
322b7dab 5074 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 5075
605dd5bf
CY
50762011-07-05 Chong Yidong <cyd@stupidchicken.com>
5077
5078 * button.el (button): Inherit from link face. Suggested by Dan
5079 Nicolaescu.
5080
7dbfa719
SM
50812011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5082
3db614b0
SM
5083 * progmodes/gdb-mi.el: Fit in 80 columns.
5084 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
5085 switch-to-buffer.
5086
7dbfa719
SM
5087 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
5088 if imenu is simply not configured (bug#8941).
5089
919d884a
KM
50902011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
5091
5092 * allout.el (allout-post-undo-hook): New allout outline-change
5093 event hook to signal undo activity.
5094 (allout-post-command-business): Run allout-post-undo-hook if an
5095 undo just occurred.
7dbfa719
SM
5096 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
5097 * allout-widgets.el (allout-widgets-after-undo-function):
5098 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
5099 in the vicinity of an undo.
5100 (allout-widgets-mode): Include allout-widgets-after-undo-function
5101 on the new allout-post-undo-hook.
5102
450a0f09
SM
51032011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5104
5105 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
5106 Let define-derived-mode define it.
5107 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
5108 cycles of abbrev-table inheritance (bug#8998).
5109
2de69e00
RW
51102011-07-05 Roland Winkler <winkler@gnu.org>
5111
5112 * textmodes/bibtex.el: Add support for biblatex.
5113 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
5114 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
5115 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
5116 (bibtex-entry-alist, bibtex-field-alist): New variables.
5117 (bibtex-entry-field-alist): Obsolete alias for
5118 bibtex-BibTeX-entry-alist.
5119 (bibtex-entry-alist, bibtex-field-alist): New widgets.
5120 (bibtex-set-dialect): New command.
5121 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
5122 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
5123 Bind via bibtex-set-dialect.
2de69e00
RW
5124 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
5125 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
5126 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
5127 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
5128 Define via bibtex-set-dialect.
450a0f09
SM
5129 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
5130 Obey bibtex-no-opt-remove-re.
2de69e00
RW
5131 (bibtex-vec-push, bibtex-vec-incr): New functions.
5132 (bibtex-format-entry, bibtex-field-list)
5133 (bibtex-print-help-message, bibtex-validate)
5134 (bibtex-search-entries): Use new format of bibtex-entry-alist.
5135
2dcdbdd9
SM
51362011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * progmodes/compile.el (compilation-goto-locus):
5139 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5140 * bs.el (bs-cycle-next, bs-cycle-previous):
5141 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5142 * bindings.el (mode-line-other-buffer):
5143 * autoinsert.el (auto-insert):
5144 * arc-mode.el (archive-extract):
5145 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5146
b27640fe
JB
51472011-07-05 Juanma Barranquero <lekktu@gmail.com>
5148
5149 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5150 Fix check of `emacs-lock-unlockable-modes'.
5151 Coerce true values of `emacs-lock--try-unlocking' to t.
5152
53bbe3ad
JB
51532011-07-05 Juanma Barranquero <lekktu@gmail.com>
5154
5155 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5156 * emacs-lock.el: New file.
5157
1d3cdbc7
JD
51582011-07-05 Julien Danjou <julien@danjou.info>
5159
5160 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5161 than `boundp' to check if face is set.
5162
9173deec
JB
51632011-07-05 Juanma Barranquero <lekktu@gmail.com>
5164
5165 * register.el (registerv-make):
5166 * window.el (window-min-height): Fix typos in docstrings.
5167
869795d6
JD
51682011-07-05 Jan Djärv <jan.h.d@swipnet.se>
5169
9173deec 5170 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
5171 Update doc string.
5172
b768cdcd
JB
51732011-07-04 Juanma Barranquero <lekktu@gmail.com>
5174
5175 * server.el (server-execute): Catch quit and call
5176 `server-return-error' to pass the error back to emacsclient and
5177 close the connection (bug#8942).
5178
13aa217b
KM
51792011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
5180
5181 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5182 insecure exception for current topic. Also note that auto-saves
5183 are handled differently.
5184
5185 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5186 State variables for tracking auto-save inhibition situation.
5187
5188 (allout-write-contents-hook-handler): Rename from
5189 'allout-write-file-hook-handler', and describe how it depends on
5190 write-contents-functions sensitivity to non-nil value to prevent
5191 file write.
5192
5193 (allout-auto-save-hook-handler): Remove. auto-save does not check
5194 this in individual buffers, only in the starting buffer, so this
5195 is not the right way for us to inhibit auto-save in a buffer
5196 according to its condition.
5197
5198 (allout-mode): Use new allout-write-contents-hook-handler, and
5199 only with write-contents-functions. Remove auto-save provisions -
5200 they're implemented elsewhere.
5201
5202 (allout-before-change-handler): If undo is in progress, note that
5203 for attention of allout-post-command-business.
5204
5205 (allout-post-command-business): If the command we're following was
5206 an undo, check for change in the status of encrypted items and
5207 adjust auto-save inhibitions accordingly.
5208
5209 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5210 according to whether there are or aren't any plain-text topics
5211 pending encryption.
5212
2dcdbdd9 5213 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
5214 Adjust buffer-saved-size and some allout state to inhibit auto-saves
5215 if there are plain-text topics pending encryption.
13aa217b
KM
5216
5217 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5218 buffer-saved-size and some allout state to not inhibit auto-saves
5219 if there are no longer any plain-text topics pending encryption.
5220
0757af94
SM
5221 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5222 No longer provide for exemption of the current topic.
13aa217b 5223
ac89b32c
JL
52242011-07-04 Juri Linkov <juri@jurta.org>
5225
5226 Add 7z operations to delete and save changed members (bug#8968).
5227 * arc-mode.el (archive-7z-expunge, archive-7z-update):
5228 New defcustoms.
5229 (archive-7z-write-file-member): New function.
5230 (archive-7z-summarize): Fix the number of dashes in the
5231 listing output.
5232
8fa39615
SM
52332011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5234
5235 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5236 (bug#8958).
5237
2f11b3f1
CY
52382011-07-04 Chong Yidong <cyd@stupidchicken.com>
5239
d66fef2b
CY
5240 * bindings.el: Ignore next-buffer and previous-buffer in
5241 minibuffer-local-map.
5242
2f11b3f1
CY
5243 * font-lock.el (font-lock-builtin-face): Change light background
5244 color to dark slate blue (Bug#6693).
5245
f932a347
WD
52462011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5247
5248 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5249
c8af70e1
SM
52502011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5251
5252 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5253 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5254 Add switch-to-buffer.
5255
f158badc
LMI
52562011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5257
5258 * isearch.el (isearch-search-fun-function): Clarify further the
5259 meaning of the function returned.
5260
6d95bd46
MA
52612011-07-04 Michael Albinus <michael.albinus@gmx.de>
5262
5263 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5264
5265 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5266 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5267 Use it.
5268 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
5269 `tramp-default-remote-path' does not exist.
5270 (tramp-send-command-and-read): New optional argument NOERROR.
5271 (tramp-open-connection-setup-interactive-shell)
5272 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5273 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5274 (tramp-process-sentinel): Flush also process' connection property.
5275 (tramp-sh-handle-start-file-process): Do not set process
5276 sentinel. It is done now ...
5277 (tramp-maybe-open-connection): ... here. (Bug#8929)
5278
909e6b67
MK
52792011-07-04 MON KEY <monkey@sandpframing.com>
5280
5281 * play/animate.el (animate-string): Doc fixes and allow changing
5282 the buffer name (bug#5417).
5283
52842011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5285
c8af70e1 5286 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 5287
f34755dc
PE
52882011-07-04 Paul Eggert <eggert@cs.ucla.edu>
5289
396cec72
PE
5290 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5291 This is simpler and helps future-proof the code.
5292 (timer-until): Use time-subtract and float-time.
08235028 5293 (timer--time-less-p): Use time-less-p.
f34755dc 5294
56e6cc31
JB
52952011-07-04 Juanma Barranquero <lekktu@gmail.com>
5296
3abb79e5
JB
5297 * type-break.el (timep): Use the value of `float-time' to avoid a
5298 byte-compiler warning.
5299
56e6cc31
JB
5300 * server.el (server-eval-and-print): Return any result, even nil.
5301
7b9430b4
PE
53022011-07-03 Paul Eggert <eggert@cs.ucla.edu>
5303
5304 * type-break.el: Accept time formats that the builtins accept.
5305 (timep, type-break-time-difference): Accept any format that
5306 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5307 This is simpler and helps future-proof the code.
5308 (type-break-time-difference): Round rather than ignoring
5309 subseconds components.
5310
3034e9e7
LMI
53112011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5312
5313 * info.el (Info-apropos-matches): Make non-interactive, since it
5314 doesn't seem to do anything useful as a command (bug#8829).
5315
1485f4c0
CY
53162011-07-03 Chong Yidong <cyd@stupidchicken.com>
5317
5318 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 5319 Move from faces.el.
1485f4c0
CY
5320 (frame-default-terminal-background): New function.
5321
5322 * custom.el (custom-push-theme): Don't record faces in `changed'
5323 theme; this doesn't work correctly for per-frame face settings.
5324 (disable-theme): Use face-set-after-frame-default to reset faces.
5325 (custom--frame-color-default): New function.
5326
9fa3dd45
LMI
53272011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5328
c8af70e1 5329 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
5330 (bug#8769).
5331
6cbbc20c
KR
53322011-03-29 Kevin Ryde <user42@zip.com.au>
5333
5334 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5335 `perl-Test2' extend to match possible "fail #N" rep count
5336 (bug#8377).
5337
c7f98048
LMI
53382011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5339
65676592
LMI
5340 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5341 `smtpmail-via-smtp' now returns the error instead of nil.
5342
c7f98048
LMI
5343 * isearch.el (isearch-search-fun-function): Clarify the doc string
5344 (bug#8101).
5345
56e6cc31 53462011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
5347
5348 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5349 unnecessary spaces (bug#8987).
5350
2b216704
LMI
53512011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5352
5353 * net/network-stream.el (open-network-stream): Use the
5354 :end-of-capability command thoughout.
5355
53562011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5357
5358 * net/network-stream.el (open-network-stream): Add the
5359 :end-of-capability command parameter, used by pop3.el.
5360
36adf6ce
LMI
53612011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5362
1ca0da0e
LMI
5363 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5364
fc00f69c
LMI
5365 * fringe.el (fringe-query-style): Remove redundant text " (type ?
5366 for list)" (bug#6475).
5367
28fd8759 5368 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 5369 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
5370 an error (bug#6297).
5371
0dd8b6da
LMI
5372 * man.el (Man-reference-regexp): Allow matching possible
5373 word-wrapped references (bug#6289).
5374
ce1438d6
LMI
5375 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5376 for consistency with the other vc buffers (bug#6197).
5377 (vc-checkin): Ditto.
5378
5379 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5380
36adf6ce
LMI
5381 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5382
e83cc1f7
LMI
53832011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5384
8a20ca4c
LMI
5385 * custom.el (defcustom): Clarify that :set is only used in the
5386 Customize user interface (bug#6089).
5387
83319045
LMI
5388 * progmodes/flymake.el (flymake-mode): If the buffer isn't
5389 associated with a file, refuse to run instead of erroring out
5390 (bug#6084).
5391
a8392169
LMI
5392 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5393 the doc string, since it appears that using `fill-column' always
5394 controls the width (bug#7845).
5395
e83cc1f7
LMI
5396 * simple.el (shell-command-on-region): Say where the error output
5397 went if `shell-command-default-error-buffer' is set (bug#6857).
5398
e47ca23b
KM
53992011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
5400
5401 * allout.el (allout-yank-processing): Adjust cursor position for
5402 backwards-deleted space.
5403
5404 (allout-rebullet-heading): Register changes with
5405 allout-exposure-changed-hook, so the modified topic is properly
5406 decorated.
5407
5cf56143
LMI
54082011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5409
08549772
LMI
5410 * minibuffer.el (completion-in-region): Document PREDICATE
5411 (bug#7136).
5412
48e96771
LMI
5413 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5414 of keyword/argument pairs (bug#6904).
5415
c8af70e1
SM
5416 * replace.el (multi-occur):
5417 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 5418
e17d05e2
LMI
54192011-07-02 Drew Adams <drew.adams@oracle.com>
5420
5421 * dired.el (dired-mark-if): Make the message about whether it's
5422 marking or unmarking clearer (bug#8523).
5423
063b0e45
LMI
54242011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5425
5426 * disp-table.el (display-table-print-array): New function.
5427 (describe-display-table): Use it to print the vectors more pretty
5428 (Bug#8859).
5429
28545e04
MR
54302011-07-02 Martin Rudalics <rudalics@gmx.at>
5431
5432 * window.el (window-state-get-1): Don't assign clone numbers.
5433 Add clone-of item to list of window parameters.
5434 (window-state-put-2): Don't process clone numbers.
5435 (display-buffer-alist): Fix doc-string.
5436
3349e122
SM
54372011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5438
5439 * subr.el (remq): Don't allocate if it's not needed.
5440 (keymap--menu-item-binding, keymap--menu-item-with-binding)
5441 (keymap--merge-bindings): New functions.
5442 (keymap-canonicalize): Use them to refine the canonicalization.
5443 * minibuffer.el (minibuffer-local-completion-map)
5444 (minibuffer-local-must-match-map): Move initialization from C.
5445 (minibuffer-local-filename-completion-map): Move initialization from C;
5446 don't inherit from anything here.
5447 (minibuffer-local-filename-must-match-map): Make obsolete.
5448 (completing-read-default): Use make-composed-keymap to combine
5449 minibuffer-local-filename-completion-map with either
5450 minibuffer-local-must-match-map or
5451 minibuffer-local-filename-completion-map.
5452
d224ac83
GM
54532011-07-01 Glenn Morris <rgm@gnu.org>
5454
3de63bf8
GM
5455 * type-break.el (type-break-time-sum): Use dolist.
5456
d224ac83
GM
5457 * textmodes/flyspell.el (flyspell-word-search-backward):
5458 Replace CL function.
5459
1a1e3f32
SM
54602011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5461
fe3f64d5
SM
5462 * mouse.el (mouse--strip-first-event): New function.
5463 (function-key-map): Use it to map fringe clicks to normal clicks
5464 by default.
5465
eb604e34
SM
5466 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5467 (vc-bzr-revision-completion-table): Add support for annotate and date.
5468
1a1e3f32
SM
5469 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5470 inherit from parent.
5471
5bd35902
LMI
54722011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5473
ace6c69c 5474 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 5475 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 5476
191e2bed
LMI
5477 * dired.el (dired-mode): Fix up the doc string as suggested by
5478 Drew Adams (bug#8817).
5479
5bd35902
LMI
5480 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5481 cookie, since the manual says that it should be possible to add
5482 this function to `find-file-hook' (bug#8709).
5483
eee8207a
TZ
54842011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5485
5486 * progmodes/cfengine.el: Moved all cfengine3.el functionality
5487 here. Noted Ted Zlatanov as the maintainer.
5488 (cfengine-common-settings, cfengine-common-syntax): New functions
5489 to set up common things between `cfengine-mode' and
5490 `cfengine3-mode'.
5491 (cfengine3-mode): New mode.
5492 (cfengine3-defuns cfengine3-defuns-regex
5493 (cfengine3-class-selector-regex cfengine3-category-regex)
5494 (cfengine3-vartypes cfengine3-font-lock-keywords)
5495 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 5496 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 5497
36b148cf
MA
54982011-07-01 Michael Albinus <michael.albinus@gmx.de>
5499
5500 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5501
5502 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5503
0bf4ba9a
MR
55042011-07-01 Martin Rudalics <rudalics@gmx.at>
5505
5506 * window.el (same-window-buffer-names, same-window-regexps)
5507 (same-window-p, special-display-frame-alist)
5508 (special-display-popup-frame, special-display-function)
5509 (special-display-buffer-names, special-display-regexps)
5510 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5511 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5512 (split-window-preferred-function, split-height-threshold)
5513 (split-width-threshold, even-window-heights)
5514 (display-buffer-mark-dedicated, window-splittable-p)
5515 (split-window-sensibly, window-safely-shrinkable-p):
5516 Un-obsolete.
5517 (display-buffer): Don't spread args with function specifier
5518 because special-display-popup-frame won't like it.
5519
35837f51
PE
55202011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5521
d0672f86
PE
5522 Time-stamp simplifications and fixes.
5523 These improve accuracy slightly, and future-proof the code
5524 against some potential changes to current-time format.
5525
b9444d97
PE
5526 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5527 by using time-since and float-time.
5528
0ef923dc
PE
5529 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5530 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
5531 + NNN microseconds".
5532
2f81380d
PE
5533 * type-break.el (type-break-time-sum): Rewrite using time-add.
5534
845b5c3e
PE
5535 * play/hanoi.el (hanoi-current-time-float): Remove.
5536 All uses replaced by float-time.
5537
ee6f1be0
PE
5538 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5539 This yields a more-accurate answer.
5540 (rng-time-to-float): Remove; no longer needed.
5541
fe955043
PE
5542 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5543
5777162a
PE
5544 * calendar/timeclock.el (timeclock-seconds-to-time):
5545 Defalias to seconds-to-time, since they're the same thing.
5546
3103f8b6 5547 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 5548 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
5549 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5550
0e61a35f
SM
55512011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * window.el (bury-buffer): Don't iconify the only frame.
5554 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5555 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
5556
ddd63a1e
CY
55572011-07-01 Chong Yidong <cyd@stupidchicken.com>
5558
0e61a35f
SM
5559 * eshell/em-smart.el (eshell-smart-display-navigate-list):
5560 Add mouse-yank-primary.
ddd63a1e 5561
055f4923
TZ
55622011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5563
5564 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5565
6a2fb145
SM
55662011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5567
5568 * emacs-lisp/find-func.el (find-library--load-name): New fun.
5569 (find-library-name): Use it to find relative load names when provided
5570 absolute file name (bug#8803).
5571
fd4983f2
LMI
55722011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5573
887d14ad
LMI
5574 * textmodes/flyspell.el (flyspell-word): Consider words that
5575 differ only in case as potential doublons (bug#5687).
5576
c53dc7fc
LMI
5577 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5578 Remove two rather uninteresting debugging-like messages to make
5579 debbugs.el more silent.
5580
fd4983f2
LMI
5581 * comint.el (comint-password-prompt-regexp): Accept "Response" as
5582 a password-like phrase.
5583
b14c0c55
AM
55842011-06-30 Mastake YAMATO <yamato@redhat.com>
5585
5586 * progmodes/cc-guess.el: New file.
5587
6a2fb145 5588 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
5589
5590 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5591 derived from `c-basic-common-init'.
5592
5593 * progmodes/cc-mode.el (top-level): Require cc-guess.
5594 (c-basic-common-init): Use `cc-choose-style-for-mode'.
5595
1fa280a3
LM
55962011-06-30 Lawrence Mitchell <wence@gmx.li>
5597
5598 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5599
e6597158
AM
56002011-06-30 Alan Mackenzie <acm@muc.de>
5601
1fa280a3
LM
5602 * progmodes/cc-engine.el (c-guess-continued-construct):
5603 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
5604 lock is disabled. Name this case as "CASE G".
5605
68ba37fb
KM
56062011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
5607
5608 * allout.el (allout-yank-processing): Fix injection of extra space
5609 between bullet and non-whitespace character in first topic when
5610 pasting, ensuring that the actual spacing in the pasted topic
5611 following the bullet char is preserved. This extra space was
5612 causing pasted encrypted topics to get a decrypted status even
5613 when the content was actually still encrypted. Now the decryption
5614 status from before the paste is preserved.
5615
5616 (allout-flag-region): Set all allout overlays so they evaporate
5617 when reduced to zero length (evanescent), to prevent overlay
5618 leakage.
5619
887a0b34
GM
56202011-06-30 Glenn Morris <rgm@gnu.org>
5621
94b9acce
GM
5622 * w32-fns.el (w32-charset-info-alist): Declare.
5623
1d9b46d4
GM
5624 * find-dired.el (find-grep-options): Simplify.
5625
cc232200
GM
5626 * term/ns-win.el (ns-set-resource): Declare.
5627
28e77c46
GM
5628 * ses.el (row, col): Declare dynamic variables honestly.
5629
887a0b34
GM
5630 * textmodes/reftex-parse.el (index-tags): Declare.
5631
658d8eb8
CY
56322011-06-30 Chong Yidong <cyd@stupidchicken.com>
5633
5634 * cus-edit.el (customize-push-and-save): New function.
5635
5636 * files.el (hack-local-variables-confirm): Use it.
5637
1fa280a3
LM
5638 * custom.el (load-theme): New arg NO-CONFIRM.
5639 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
5640 (custom-enabled-themes): Doc fix.
5641
5642 * cus-theme.el (customize-create-theme)
5643 (custom-theme-merge-theme): Callers to load-theme changed.
5644
bb617717
LMI
56452011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5646
d61bdd5d
LMI
5647 * thingatpt.el (thing-at-point-short-url-regexp): Require that
5648 short URLs have at least one dot in them (bug #7614).
5649
bb617717
LMI
5650 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5651 nil, because using a pty is apparently too slow (bug #895).
5652
2f31f37a
LMI
56532011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5654
5655 * mail/sendmail.el (sendmail-query-once): New function.
5656 (sendmail-query-once-function): New variable.
5657
3076b24e
GM
56582011-06-29 Glenn Morris <rgm@gnu.org>
5659
faf2a174
GM
5660 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5661
3076b24e
GM
5662 * ses.el (top-level): Require cl when compiling.
5663 (ses-set-localvars): Fix error statement.
5664 Call it at compile time to silence a storm of warnings.
5665
5386012d
MR
56662011-06-29 Martin Rudalics <rudalics@gmx.at>
5667
5668 * window.el (normalize-live-buffer): Rename to
5669 window-normalize-buffer.
5670 (normalize-live-frame): Rename to window-normalize-frame.
5671 (normalize-any-window): Rename to window-normalize-any-window.
5672 (normalize-live-window): Rename to window-normalize-live-window.
5673 (make-window-atom): Rename to window-make-atom.
5674 (window-resize-reset): Rename to window--resize-reset.
5675 (window-resize-reset-1): Rename to window--resize-reset-1.
5676 (resize-mini-window): Rename to window--resize-mini-window.
5677 (resize-subwindows-skip-p): Rename to
5678 window--resize-subwindows-skip-p.
5679 (resize-subwindows-normal): Rename to
5680 window--resize-subwindows-normal.
5681 (resize-subwindows): Rename to window--resize-subwindows.
5682 (resize-other-windows): Rename to window--resize-siblings.
5683 (resize-this-window): Rename to window--resize-this-window.
5684 (resize-root-window): Rename to window--resize-root-window.
5685 (resize-root-window-vertically): Rename to
5686 window--resize-root-window-vertically.
5687 (normalize-buffer-to-display): Rename to
5688 window-normalize-buffer-to-display.
5689 (normalize-buffer-to-switch-to): Rename to
5690 window-normalize-buffer-to-switch-to.
5691 Correspondingly update all callers of the functions listed
5692 above.
5693 (display-buffer-alist, display-buffer-normalize-arguments)
5694 (display-buffer-normalize-options, display-buffer)
5695 (display-buffer-alist-set): Use "function" instead of
5696 "fun-with-args".
5697
1176868d
CY
56982011-06-28 Chong Yidong <cyd@stupidchicken.com>
5699
5700 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5701 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
5702 debbugs.gnu.org. Mention acknowledgment email.
5703
20a7a65f
LMI
57042011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5705
5706 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5707 buffer multibyteness, since it shouldn't matter.
5708
5f45cca5
MR
57092011-06-28 Martin Rudalics <rudalics@gmx.at>
5710
5711 * window.el (display-buffer-in-side-window): Handle dedicated
5712 windows as in display-buffer-reuse-window.
5713 (display-buffer-normalize-alist): Use value of override
5714 specifier.
5715 (display-buffer-normalize-specifiers): Use value of
5716 other-window-means-other-frame specifier.
5717 (display-buffer-alist): Rewrite some texts in widgets.
5718 (display-buffer): Spread arguments when calling function
5719 specified by fun-with-args.
5720
ad85fe1f
DD
57212011-06-28 Deniz Dogan <deniz@dogan.se>
5722
1fa280a3
LM
5723 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5724 Unnest `let'.
da68c4c8 5725
ad85fe1f
DD
5726 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5727 selectors (Bug#5732).
ec49bd31 5728 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 5729
a08cc025
JA
57302011-06-27 Jari Aalto <jari.aalto@cante.net>
5731
5732 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5733 (eshell-ls-date-format): New defcustom.
5734 (eshell-ls-file): Use it.
5735
e2b551c5
SM
57362011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 * help-fns.el (describe-variable): Fix message for terminal-local vars.
5739
8982b231
KY
57402011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
5741
5742 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5743 (ange-ftp-make-tmp-name): New arg.
5744 (ange-ftp-file-local-copy): Use it.
5745
36c9fa27
J
57462011-06-27 Jambunathan K <kjambunathan@gmail.com>
5747
5748 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5749 no-conversion (Bug#8870).
5750
d68443dc
MR
57512011-06-27 Martin Rudalics <rudalics@gmx.at>
5752
5753 * window.el (window-right, window-left, window-child)
5754 (window-child-count, window-last-child)
5755 (window-iso-combination-p, walk-window-tree-1)
5756 (window-atom-check-1, window-tree-1, delete-window)
5757 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5758 new naming conventions - window-vchild, window-hchild,
5759 window-next and window-prev are now called window-top-child,
5760 window-left-child, window-next-sibling and window-prev-sibling
5761 respectively.
d615d6d2
MR
5762 (resize-window-reset): Rename to window-resize-reset.
5763 (resize-window-reset-1): Rename to window-resize-reset-1.
5764 (resize-window): Rename to window-resize.
5765 (window-min-height, window-min-width)
5766 (resize-mini-window, resize-this-window, resize-root-window)
5767 (resize-root-window-vertically, adjust-window-trailing-edge)
5768 (enlarge-window, shrink-window, maximize-window)
5769 (minimize-window, delete-window, quit-restore-window)
5770 (split-window, balance-windows, balance-windows-area-adjust)
5771 (balance-windows-area, window-state-put-2)
5772 (display-buffer-even-window-sizes, display-buffer-set-height)
5773 (display-buffer-set-width, set-window-text-height)
5774 (fit-window-to-buffer): Rename all "resize-window" prefixed
5775 calls to use the "window-resize" prefix convention.
5776 (display-buffer-alist): Fix symbol for label specifier.
5777 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5778 corresponding specifier.
5779 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 5780
b6458526
VB
57812011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5782
5783 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5784 convention.
5785 (ses-call-printer): Does not pass an empty string to formatter when the
5786 cell is empty to keep from barking printer Calc math-format-value.
5787
d31fd9ac
RS
57882011-06-27 Richard Stallman <rms@gnu.org>
5789
43d5bf84
RS
5790 * battery.el (battery-mode-line-limit): New variable.
5791 (battery-update): Handle it.
5792
d31fd9ac
RS
5793 * mail/rmailmm.el (rmail-mime-process-multipart):
5794 Handle truncated messages.
5795
819a6054
GM
57962011-06-27 Glenn Morris <rgm@gnu.org>
5797
5798 * progmodes/flymake.el (flymake-err-line-patterns):
5799 Allow for column numbers in the ant/javac pattern. (Bug#8866)
5800
cedc73f2
VB
58012011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5802
819a6054 5803 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
5804 (ses--clean-!, ses--clean-_): New functions.
5805 (ses-range): Add configurability of readout order, and conversion
5806 to Calc vector.
5807
5e5d49b6
VB
5808 * ses.el (ses-repair-cell-reference-all): New function.
5809 (ses-cell-symbol): Set macro as safe, so that it can be used in
5810 formulas.
5811
56e6cc31 5812 * ses.el: Update cycle detection algorithm.
90ca8b49 5813 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 5814 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
5815 (ses-set-localvars): New function.
5816 (ses-make-cell): Add property-list as a cell element.
5817 (ses-cell-property-get-fun, ses-cell-property-get)
5818 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
5819 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
5820 New functions.
90ca8b49
VB
5821 (ses-cell-property-set, ses-cell-property-pop)
5822 (ses-cell-property-get-handle): New macro.
5823 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
5824 New aliases, used for code readability.
5825 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
5826 cycle detection.
5827 (ses-self-reference-early-detection): New defcustom.
fac916bf 5828 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
5829 (ses-mode): Use ses-set-localvars.
5830 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
5831 before lauching the update processing.
5832 (ses-initialize-Dijkstra-attempt): New function.
5833 (ses-recalculate-cell): Update for cycle detection based on
5834 Dijkstra algorithm.
5835
2bb63e81
VB
5836 * ses.el: Fix commenting and indenting convention.
5837
c9d29fb8
SM
58382011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5839
5840 * bs.el (bs-cycle-next): Complete last change.
5841
d8e4b68b
JB
58422011-06-27 Drew Adams <drew.adams@oracle.com>
5843
5844 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
5845
40098786
LMI
58462011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5847
c9d29fb8
SM
5848 * net/network-stream.el (network-stream-open-starttls):
5849 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
5850 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
5851
40098786
LMI
5852 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
5853 to binary to possibly avoid line encoding issues on Windows (among
5854 other things).
5855
468d09d4
LMI
58562011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5857
5858 * net/network-stream.el (open-network-stream): Return an :error
5859 saying what the problem was, if possible.
5860
5861 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
5862 server.
5863
5864 * net/network-stream.el (network-stream-open-starttls): If we
5865 wanted to use STARTTLS, and the server offered it, but we weren't
5866 able to because we had no STARTTLS support, then close the connection.
5867 (open-network-stream): Return an :error element, if present.
5868
16f07dd7
CY
58692011-06-26 Chong Yidong <cyd@stupidchicken.com>
5870
88821ca0
CY
5871 * hl-line.el (hl-line-sticky-flag): Doc fix.
5872 (global-hl-line-sticky-flag): New option (Bug#8323).
5873 (global-hl-line-highlight): Obey it.
5874
16f07dd7
CY
5875 * vc/vc.el (vc-revert-show-diff): Default to t.
5876
6b5ccddf
KM
58772011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
5878
c9d29fb8
SM
5879 * allout-widgets.el (allout-widgets-post-command-business):
5880 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
5881 undecorated when an isearch is continued past, and isearch
5882 automatically collapses them. This leads to "widget leaks", where
5883 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
5884 hidden widgets can slow down cursor travel, substantially.
5885 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
5886 so we're doing without this nicety.
5887
5888 (allout-widgets-tally-string): Don't try to do a hash-table-count
5889 of allout-widgets-tally when it's nil. This eliminates spurious "Error
5890 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
5891 *Messages* when allout-widgets-maintain-tally is t.
5892
355f2e07
MR
58932011-06-26 Martin Rudalics <rudalics@gmx.at>
5894
5895 * window.el (display-buffer-normalize-argument): Rename to
5896 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
5897 LABEL argument. Respect special-display-function when popping up
5898 a new frame. Fix code searching for a window showing the buffer
5899 on another frame.
c9d29fb8
SM
5900 (display-buffer-normalize-specifiers):
5901 Call display-buffer-normalize-arguments.
355f2e07
MR
5902 (display-buffer-in-window): Don't undedicate the window if its
5903 buffer remains the same.
5904 Reported by Drew Adams <drew.adams@oracle.com>.
5905 (display-buffer-alist): Add choice for same-window macro
5906 specfier.
5907 (display-buffer): Mention special meaning of LABEL argument in
5908 doc-string. Fix quoting. Don't pop up a new frame even as
5909 fallback.
5910
7ca8fc42
JB
59112011-06-26 Juanma Barranquero <lekktu@gmail.com>
5912
5913 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
5914 avoid deleting the current window in some cases (bug#8911).
5915
bc312254
AS
59162011-06-26 Andreas Schwab <schwab@linux-m68k.org>
5917
5918 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
5919 (Bug#8934)
5920
2db18f3f
LMI
59212011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5922
c9d29fb8
SM
5923 * net/network-stream.el (network-stream-open-starttls):
5924 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
5925 (network-stream-open-tls): Ditto.
5926
6302e0d3
LL
59272011-06-26 Leo Liu <sdl.web@gmail.com>
5928
5929 * register.el (registerv): New struct.
5930 (registerv-make): New function.
c9d29fb8
SM
5931 (jump-to-register, describe-register-1, insert-register):
5932 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
5933 struct. (Bug#8415)
5934
5fdd4046
CY
59352011-06-26 Chong Yidong <cyd@stupidchicken.com>
5936
2afef60a
CY
5937 * vc/vc.el (vc-revert-show-diff): New defcustom.
5938 (vc-diff-internal): New arg specifying diff buffer.
5939 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
5940 reuse an existing *vc-diff* buffer (Bug#8927).
5941
5fdd4046
CY
5942 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
5943
e93db24a
GM
59442011-06-26 Glenn Morris <rgm@gnu.org>
5945
5946 * progmodes/f90.el (f90-critical-indent): New option.
5947 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
5948 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
5949 (f90-mode): Doc fix.
5950 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
5951 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
5952 (f90-beginning-of-block, f90-next-block, f90-indent-region)
5953 (f90-match-end): Handle block, critical.
5954
eefff499
GM
59552011-06-25 Glenn Morris <rgm@gnu.org>
5956
f6ba4cc9
GM
5957 * calendar/diary-lib.el (diary-included-files): Doc fix.
5958 (diary-include-files): New function, extracted from
5959 diary-include-other-diary-files and diary-mark-included-diary-files.
5960 (diary-include-other-diary-files, diary-mark-included-diary-files):
5961 Just call diary-include-files.
5962 (diary-mark-entries): Reset diary-included-files on first call.
5963
16712304
GM
5964 * calendar/diary-lib.el (diary-mark-entries)
5965 (diary-mark-included-diary-files):
5966 Visit included diary-files in temp buffers.
5967
5d8e0d43
GM
5968 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
5969 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
5970 (f90-start-block-re, f90-imenu-generic-expression)
5971 (f90-looking-at-program-block-start, f90-no-block-limit):
5972 Add support for submodules.
5973
ccf7a5d5
GM
5974 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5975 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 5976
11fdef7d 59772011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
5978
5979 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
5980 buffer-file-type before setting its value, to avoid disastrous
eefff499 5981 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 5982
74f53697
JB
59832011-06-25 Juanma Barranquero <lekktu@gmail.com>
5984
5985 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
5986
5987 * ses.el (ses-unload-function):
5988 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
5989
5990 * proced.el (proced-unload-function):
5991 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
5992
18a4ce5e
AR
59932011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
5994
5995 * server.el (server-create-window-system-frame): Add parameters arg.
5996 (server-process-filter): Doc fix. Handle frame-parameters.
5997
519d22cc
JB
59982011-06-25 Juanma Barranquero <lekktu@gmail.com>
5999
6000 Fix bug#8730, bug#8781.
6001
6002 * loadhist.el (unload--set-major-mode): New function.
6003 (unload-feature): Use it.
6004
6005 * progmodes/python.el (python-after-info-look): Add autoload cookie.
6006 (python-unload-function): New function.
6007
c206f5b0
SM
60082011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6009
6010 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
6011
f9ad64f3
GS
60122011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
6013
6014 * net/browse-url.el (browse-url-firefox-program): Add icecat to
6015 the candidates list.
6016
7d0da90e
JB
60172011-06-24 Juanma Barranquero <lekktu@gmail.com>
6018
6019 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
6020
14b4e83d
RS
60212011-06-23 Richard Stallman <rms@gnu.org>
6022
6023 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
6024 (rmail-variables): Set next-error-move-function.
6025 (rmail-what-message): Take argument POS.
6026 (rmail-next-error-move): New function.
6027
273d2baf
SM
60282011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6029
6030 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
6031 messages for adjacent non-terminals.
6032
56c2cc9a
RS
60332011-06-23 Richard Stallman <rms@gnu.org>
6034
6035 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 6036 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
6037 (rmail-start-mail): Don't specify use of rmail-mail-return;
6038 that's done by mail-bury now.
6039 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 6040
d59eb518
MA
60412011-06-23 Michael Albinus <michael.albinus@gmx.de>
6042
6043 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
6044 SIZE is a number.
6045
02cfc6d6
MR
60462011-06-23 Martin Rudalics <rudalics@gmx.at>
6047
6048 * window.el (get-lru-window, get-mru-window)
6049 (get-largest-window): Never return a minibuffer window.
6050 (display-buffer-pop-up-window): Fix a bug that could lead to
6051 reusing the minibuffer window.
6052 (display-buffer): Pass original specifier argument to
6053 display-buffer-function instead of the normalized one.
6054 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6055
4e323265
LL
60562011-06-22 Leo Liu <sdl.web@gmail.com>
6057
6058 * minibuffer.el (completing-read-function)
6059 (completing-read-default): Move from minibuf.c
6060
7a70468f
RS
60612011-06-22 Richard Stallman <rms@gnu.org>
6062
50718fc2
RS
6063 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
6064 to Rmail even if not started by a special Rmail command.
6065
7a70468f
RS
6066 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
6067 Copy the buffer currently showing just one message.
6068
297dde5a
RW
60692011-06-22 Roland Winkler <winkler@gnu.org>
6070
6071 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
6072 (bibtex-clean-entry): First delete the old key so that a
6073 customized algorithm for generating the new key does not get
6074 confused by the old key.
6075 (bibtex-url): Obey regexp of first step.
6076 (bibtex-search-entries): Do not use add-to-list with local
6077 list-var.
6078
97bb1093
LMI
60792011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6080
6081 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
6082 stored a user name, then query for the password first, instead of
6083 waiting for SMTP to give an error message and the trying again.
6084
1c0f1a19
JD
60852011-06-22 Lawrence Mitchell <wence@gmx.li>
6086
6087 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
6088 BUFFER in call-process.
6089
396f7c9d
LMI
60902011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6091
6092 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
6093 QUIT twice.
ddb7ffee
LMI
6094 (smtpmail-try-auth-methods): Require user name and password from
6095 auth-source.
396f7c9d 6096
8998d1b3
MR
60972011-06-22 Martin Rudalics <rudalics@gmx.at>
6098
6099 * window.el (display-buffer-default-specifiers)
6100 (display-buffer-alist): Remove entries for pop-up-frame-alist.
6101 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 6102 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
6103
6104 * frame.el (pop-up-frame-alist, pop-up-frame-function)
6105 (special-display-frame-alist, special-display-popup-frame):
6106 Remove duplicate declarations. These are now in window.el.
6107
4ea31e07
LMI
61082011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6109
c9d29fb8
SM
6110 * mail/smtpmail.el (smtpmail-via-smtp):
6111 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
6112 server supports it. SMTP servers that support STARTTLS commonly
6113 require it.
6114
6115 * net/network-stream.el (network-stream-open-starttls): Support
6116 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 6117 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 6118
95f41d9a
LMI
6119 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
6120 upgrades with `open-network-stream', and rely solely on
6121 auth-source for all credentials. Big changes throughout the file,
6122 but in particular:
c9d29fb8
SM
6123 (smtpmail-auth-credentials): Remove.
6124 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
6125 (smtpmail-via-smtp): Check for servers saying they want AUTH after
6126 MAIL FROM, too.
95f41d9a 6127
c9d29fb8
SM
6128 * net/network-stream.el (network-stream-open-starttls):
6129 Provide support for client certificates both for external and built-in
4ea31e07
LMI
6130 STARTTLS.
6131 (auth-source): Require.
6132 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
6133 (network-stream-certificate): Change cert-cert to cert and
6134 cert-key to key.
4ea31e07 6135
065ec2c7
MA
61362011-06-21 Michael Albinus <michael.albinus@gmx.de>
6137
6138 * net/tramp-cache.el (top): Don't load the persistency file when
6139 "emacs -Q" has been called.
6140
cd93b359
DR
61412011-06-21 Tim Harper <timcharper@gmail.com>
6142
d8e4b68b
JB
6143 * term/ns-win.el (ns-initialize-window-system):
6144 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
6145 resource to NO as it is not yet supported by the NS port.
6146
ae9c0411
JB
61472011-06-21 Juanma Barranquero <lekktu@gmail.com>
6148
6149 * misc.el (list-dynamic-libraries--refresh): Compute header here...
6150 (list-dynamic-libraries): ...not here.
6151
7f3f739f
LL
61522011-06-21 Leo Liu <sdl.web@gmail.com>
6153
6154 * subr.el (sha1): Implement sha1 using secure-hash.
6155
327c8fb1
MR
61562011-06-21 Martin Rudalics <rudalics@gmx.at>
6157
6158 * window.el (display-buffer-alist): In default value do not
6159 enforce searching a window on any but the selected frame.
6160 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6161 (display-buffer-select-window): Remove function.
6162 (display-buffer-in-window): When a window on another frame gets
6163 reused, do not select it any more but just raise its frame if
6164 necessary (Bug#8851) and (Bug#8856).
6165 (display-buffer-normalize-options): Handle pop-up-frames related
6166 options more faithfully.
6167 (pop-to-buffer): Don't rely on `display-buffer' selecting the
6168 window if it is on another frame.
c9d29fb8
SM
6169 (display-buffer-alist, display-buffer-default-specifiers):
6170 Don't make new frame unsplittable by default.
9e9de014
MR
6171 (display-buffer-normalize-argument): Fix doc-string typo and use
6172 'same-frame-other-window instead of 'other-window when associating
6173 with display-buffer-macro-specifiers.
327c8fb1 6174
7cf3f556
VB
61752011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
6176
6177 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6178 New functions.
6179 (5x5-mode-map, 5x5-mode-menu): Bind them.
6180 (5x5-draw-grid): Tweak the solver's rendering.
6181
60a406cf
SM
61822011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6185 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6186
d8e4b68b 61872011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
6188
6189 * menu-bar.el: Use function variable instead of switch-to-buffer.
6190 (menu-bar-select-buffer-function): New variable.
60a406cf 6191 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 6192
478d6f95
SM
61932011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6194
6195 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6196 variable's status.
6197
ca530739
JD
61982011-06-20 Jan Djärv <jan.h.d@swipnet.se>
6199
6200 * x-dnd.el (x-dnd-version-from-flags)
6201 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6202 and long as number (Bug#8899).
6203 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6204
bcd70d97
SM
62052011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6206
60a406cf 6207 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
6208 (completion-try-completion, completion-all-completions): Compute the
6209 metadata argument if it's missing; make it optional (bug#8795).
6210
60a406cf 6211 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
6212 (widget-complete): Use new :completion-function property.
6213 (widget-completions-at-point): New function.
6214 (default): Use :completion-function instead of :complete.
60a406cf
SM
6215 (widget-default-completions): Rename from widget-default-complete;
6216 Rewrite.
bcd70d97
SM
6217 (widget-string-complete, widget-file-complete, widget-color-complete):
6218 Remove functions.
6219 (file, symbol, function, variable, coding-system, color):
6220 * international/mule-cmds.el (default-input-method, charset)
6221 (language-info-custom-alist):
6222 * cus-edit.el (face): Use new property :completions.
6223
6224 * progmodes/pascal.el (pascal-completions-at-point): New function.
6225 (pascal-mode): Use it.
6226 (pascal-mode-map): Use completion-at-point.
6227 (pascal-toggle-completions): Make obsolete.
6228 (pascal-complete-word, pascal-show-completions):
6229 * progmodes/octave-mod.el (octave-complete-symbol):
6230 Redefine as obsolete alias.
6231 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6232 Signal absence of completion info for old Octave,
6233 (inferior-octave-complete): Redefine as obsolete alias.
6234 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6235 (meta-completions-at-point): Rename from meta-complete-symbol and
6236 adapt it for use on completion-at-point-functions.
6237 (meta-common-mode): Use it.
6238 (meta-looking-at-backward, meta-match-buffer): Remove.
6239 (meta-complete-symbol): Redefine as obsolete alias.
6240 (meta-common-mode-map): Use completion-at-point.
6241 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6242 (makefile-mode-map): Use completion-at-point.
6243 (makefile-completions-at-point): Rename from makefile-complete and
6244 adapt it for use on completion-at-point-functions.
6245 (makefile-mode): Use it.
6246 (makefile-complete): Redefine as obsolete alias.
6247
aebf69c8
DD
62482011-06-20 Deniz Dogan <deniz@dogan.se>
6249
6250 * net/rcirc.el: Delete trailing whitespaces once and for all.
6251
bfbbb27d
DC
62522011-06-20 Daniel Colascione <dan.colascione@gmail.com>
6253
6254 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6255
d264a46b
CY
62562011-06-19 Chong Yidong <cyd@stupidchicken.com>
6257
4ca009e5
CY
6258 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6259
d264a46b
CY
6260 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6261
fbf5b3ce
MR
62622011-06-19 Martin Rudalics <rudalics@gmx.at>
6263
6264 * window.el (display-buffer-other-window-means-other-frame):
6265 Call display-buffer-normalize-alist.
6266 (display-buffer-normalize-specifiers-1): Rename to
6267 display-buffer-normalize-argument. New argument other-frame.
6268 Rewrite.
6269 (display-buffer-normalize-specifiers-2): Rename to
6270 display-buffer-normalize-options.
6271 (display-buffer-normalize-alist-1): New function.
6272 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
6273 display-buffer-normalize-alist.
6274 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
6275 (display-buffer-normalize-options-inhibit): New variable.
6276 (display-buffer-normalize-specifiers): Rewrite calling
6277 display-buffer-normalize-alist,
6278 display-buffer-normalize-argument, and
6279 display-buffer-normalize-options. Don't call the latter if
6280 display-buffer-normalize-options-inhibit is non-nil.
6281 (frame-auto-delete): New option.
6282 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
6283 (window-list-no-nils, window-state-ignored-parameters)
6284 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
6285 (window-state-put-1, window-state-put-2, window-state-put):
6286 New functions.
9a028c23
MR
6287 (display-buffer-normalize-options): Move special-display-p group
6288 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 6289
6d10d800
CY
62902011-06-18 Chong Yidong <cyd@stupidchicken.com>
6291
6420d28b
CY
6292 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6293 groups (Bug#8776).
6294 (rx-submatch-n): New function.
6295 (rx): Document it.
6296
ddb8b596
CY
6297 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6298 (Bug#8768).
6299
6300 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6301
77080289
CY
6302 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6303
61dfb316
CY
6304 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6305 anytime existing face settings are present (Bug#8889).
6306
6d10d800
CY
6307 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6308 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6309 Remove unused argument.
6310
be3fb2b8
MR
63112011-06-18 Martin Rudalics <rudalics@gmx.at>
6312
bcd70d97
SM
6313 * window.el (display-buffer-default-specifiers):
6314 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
6315 pop-up-window-min-width, and another reuse-window specifier
6316 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
6317 (display-buffer-normalize-specifiers-2):
6318 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
6319 pop-up-windows is unset. Add a reuse-window specifier for the
6320 case popping up a new window fails.
6321 (special-display-popup-frame): Remove double quoting.
28dec25a 6322 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 6323
1c6d8c76
SM
63242011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * shell.el (shell-completion-vars): Set pcomplete-termination-string
6327 according to comint-completion-addsuffix.
6328
6329 * pcomplete.el: Convert to lexical binding and fix bug#8819.
6330 (pcomplete-suffix-list): Mark as obsolete.
6331 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6332 pcomplete-seen in the closure.
6333 (pcomplete-comint-setup): Setup completion-at-point as well.
6334 (pcomplete--entries): New function.
6335 (pcomplete--env-regexp): New var.
6336 (pcomplete-entries): Rewrite to work with partial-completion and
6337 without relying on pcomplete-suffix-list.
6338 (pcomplete-pare-list): Remove, unused.
6339
25aef8b8
MR
63402011-06-17 Martin Rudalics <rudalics@gmx.at>
6341
6342 * window.el (display-buffer-alist): Set pop-up-window-min-height
6343 and pop-up-window-min-width in default value. Reported by
6344 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
6345 other-window-means-other-frame.
6346 (display-buffer-macro-specifiers): Comment out entry for
6347 other-window specifier.
6348 (display-buffer-other-window-means-other-frame): New function.
6349 (display-buffer-normalize-specifiers-1): New arguments
6350 buffer-name and label. Treat other-window case specially.
6351 (display-buffer-normalize-specifiers-2): Treat other-window case
6352 specially.
6353 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
6354 (display-buffer-normalize-specifiers):
6355 Call display-buffer-normalize-specifiers-3.
25aef8b8 6356
dbad4f69
MR
63572011-06-17 Martin Rudalics <rudalics@gmx.at>
6358
6359 * window.el (same-window-p): Fix two typos introduced when
6360 adding with-no-warnings.
d1067961
MR
6361 (display-buffer-normalize-specifiers-1): Don't check
6362 pop-up-frames for 'unset initialization.
6363 (display-buffer-normalize-specifiers-2): Major rewrite using
6364 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6365 (pop-up-frames, display-buffer-reuse-frames)
6366 (display-buffer-mark-dedicated): Don't initialize to 'unset.
6367 Suggested by David Engster <deng@randomsample.de>.
6368 (even-window-heights): Initialize to 'unset.
6369 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
6370 (display-buffer-macro-specifiers): Don't pop up a new frame in the
6371 other window case.
dbad4f69 6372
9b9c9e3a
MR
63732011-06-16 Martin Rudalics <rudalics@gmx.at>
6374
bcd70d97
SM
6375 * window.el (display-buffer-normalize-specifiers-1):
6376 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 6377 second argument of display-buffer (Bug#8865).
981d5c09
MR
6378 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6379 (switch-to-buffer-other-window-same-frame)
6380 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
6381 Adams (Bug#8875).
9c2755e9
MR
6382 (display-buffer): Don't check noninteractive when calling
6383 display-buffer-pop-up-frame.
6384 (display-buffer-pop-up-frame): Never pop up a frame in
6385 noninteractive mode (Bug#8857).
67222e1d
MR
6386 (enlarge-window, shrink-window): Don't report an error when the
6387 window can't be resized as requested (Bug#8862).
9b9c9e3a 6388
2b75be67
SM
63892011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6390
9ffdd3ba
SM
6391 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6392
cb581a67
SM
6393 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6394
2b75be67
SM
6395 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6396
8c0e3589
AM
63972011-06-15 Alan Mackenzie <acm@muc.de>
6398
cb581a67
SM
6399 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6400 for declarators, disable knr checking to speed up for normal files.
6401 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 6402
b96e6cde
LMI
64032011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6404
4bba86e6
LMI
6405 * net/network-stream.el (open-network-stream): Add the keyword
6406 :always-query-capabilities for the case where you want to force a
6407 `plain' network connection, but the protocol still requires the
6408 capabilitiy command (i.e., SMTP and EHLO).
6409
2b75be67 6410 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
6411 consistency with other `-live-p' functions.
6412
efdcdbf8
SM
64132011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * window.el (same-window-buffer-names, same-window-regexps)
6416 (special-display-frame-alist, special-display-popup-frame)
6417 (special-display-function, special-display-buffer-names)
6418 (special-display-regexps, pop-up-frame-alist)
6419 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6420 (pop-up-windows, split-window-preferred-function)
6421 (split-height-threshold, split-width-threshold, even-window-heights)
6422 (display-buffer-mark-dedicated): Don't encourage the use of
6423 display-buffer-alist from Elisp code.
6424
c5cde042
DN
64252011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6426
6427 * progmodes/python.el (python-mode): Derive from prog-mode.
6428 * progmodes/ps-mode.el (ps-mode):
6429 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 6430 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
6431 * progmodes/ld-script.el (ld-script-mode): Likewise.
6432
baa1c9ab
MR
64332011-06-15 Martin Rudalics <rudalics@gmx.at>
6434
6435 * window.el (display-buffer-alist): Trim default value to avoid
6436 popping up a new frame (Bug#8857) or reusing an arbitrary window
6437 on another frame.
6438 (display-buffer): Do not fall back on popping up a new frame in
6439 batch mode (Bug#8857).
6440
c5dd5a51
CY
64412011-06-14 Chong Yidong <cyd@stupidchicken.com>
6442
6443 * cus-theme.el (describe-theme-1): Use custom-theme-p.
6444 (custom-theme-summary): New function.
6445 (customize-themes): Use it.
6446
d647b7c4
GM
64472011-06-13 Glenn Morris <rgm@gnu.org>
6448
6449 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6450
9481c002
MR
64512011-06-13 Martin Rudalics <rudalics@gmx.at>
6452
357f93d2
MR
6453 * help.el (help-window): Remove variable.
6454 (help-window-point-marker, temp-buffer-max-height)
6455 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6456 (help-print-return-message): Don't set help-window.
6457 (resize-temp-buffer-window): Rewrite cod eand doc-string.
6458 (help-window-setup-finish): Remove.
6459 (help-window-display-message, help-window-setup)
6460 (with-help-window): Major rewrite based on new
6461 display-buffer-window variable.
6462
6463 * help-mode.el (help-mode-finish): Remove help-window related
6464 code.
6465
6466 * view.el (view-exits-all-viewing-windows): Remove reference to
6467 view-return-to-alist in doc-string.
6468 (view-return-to-alist): Make obsolete.
6469 (view-buffer): Call pop-to-buffer-same-window and remove
6470 undo-window code.
6471 (view-buffer-other-window): Call pop-to-buffer-other-window and
6472 simplify code. Ignore second argument.
6473 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6474 simplify code. Ignore second argument.
6475 (view-return-to-alist-update): Make obsolete.
6476 (view-mode-enter): Rename second argument to QUIT-RESTORE.
6477 Rewrite using quit-restore window parameters.
2b75be67
SM
6478 (view-mode-exit): Rename second argument to EXIT-ONLY.
6479 Rewrite using quit-restore-window.
357f93d2
MR
6480 (View-exit, View-exit-and-edit, View-leave, View-quit)
6481 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6482 appropriate arguments.
6483 (view-end-message): Use quit-restore window parameter.
6484
9481c002
MR
6485 * window.el (display-buffer-function): Rewrite doc-string.
6486 (display-buffer-window, display-buffer-alist): New variables.
6487 (display-buffer-split-specifiers)
6488 (display-buffer-side-specifiers)
6489 (display-buffer-macro-specifiers): New constants.
6490 (display-buffer-even-window-sizes, display-buffer-set-height)
6491 (display-buffer-set-width, display-buffer-select-window)
6492 (display-buffer-in-window, display-buffer-reuse-window)
6493 (display-buffer-split-window-1, display-buffer-split-window)
6494 (display-buffer-split-atom-window, display-buffer-pop-up-window)
6495 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6496 (display-buffer-in-side-window, normalize-buffer-to-display)
6497 (display-buffer-normalize-specifiers-1)
6498 (display-buffer-normalize-specifiers-2)
2b75be67
SM
6499 (display-buffer-normalize-specifiers, display-buffer-frame):
6500 New functions.
9481c002
MR
6501 (display-buffer): Major rewrite.
6502 (display-buffer-other-window, display-buffer-other-frame)
6503 (pop-to-buffer, switch-to-buffer-other-window)
6504 (switch-to-buffer-other-frame): Rewrite.
6505 (display-buffer-same-window, display-buffer-same-frame)
6506 (display-buffer-same-frame-other-window)
6507 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6508 (pop-to-buffer-other-window)
6509 (pop-to-buffer-same-frame-other-window)
6510 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6511 (switch-to-buffer-other-window-same-frame): New functions.
6512 (same-window-p, special-display-p): Rewrite disabling warnings.
6513 Make obsolete.
6514 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6515 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6516 Make obsolete
6517 (same-window-buffer-names, same-window-regexps)
6518 (special-display-frame-alist, special-display-popup-frame)
6519 (special-display-function, special-display-buffer-names)
6520 (special-display-regexps, pop-up-frame-alist)
6521 (pop-up-frame-function, split-window-preferred-function)
6522 (split-height-threshold, split-width-threshold)
6523 (even-window-heights): Make obsolete.
6524
9db51aca
GM
65252011-06-12 Glenn Morris <rgm@gnu.org>
6526
6527 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 6528 Misc simplifications.
9db51aca 6529
39cffb44
MR
65302011-06-12 Martin Rudalics <rudalics@gmx.at>
6531
6532 * window.el (window-safely-shrinkable-p): Restore function which
6533 was inadvertently removed in change from 2011-06-11. Declare as
6534 obsolete.
6535
2b75be67
SM
6536 * calendar/calendar.el (calendar-generate-window):
6537 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
6538 window-safely-shrinkable-p.
6539
a8955be7
GM
65402011-06-12 Glenn Morris <rgm@gnu.org>
6541
6542 * progmodes/fortran.el (fortran-mode-syntax-table):
6543 * progmodes/f90.el (f90-mode-syntax-table):
6544 Set % to punctuation. (Bug#8820)
6545 (f90-find-tag-default): Remove, no longer needed.
6546
f0d4059d
DC
65472011-06-12 Daniel Colascione <dan.colascione@gmail.com>
6548
6549 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6550
1100a63c
CY
65512011-06-11 Chong Yidong <cyd@stupidchicken.com>
6552
6553 * image.el (image-animated-p): Return animation delay in seconds.
6554 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6555 (image-animate-timeout): Remove DELAY argument. Don't assume
6556 every subimage has the same delay; get it from image-animated-p.
6557 (image-animate): Caller changed.
6558
def722bf
MA
65592011-06-11 Michael Albinus <michael.albinus@gmx.de>
6560
6561 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6562 to ignored backtrace functions.
6563
0a2bb1a9
GM
65642011-06-11 Glenn Morris <rgm@gnu.org>
6565
6566 * calendar/appt.el (appt-disp-window-function): Doc fix.
6567 (appt-check): Handle overlapping appointments. (Bug#8337)
6568
6198ccd0
MR
65692011-06-11 Martin Rudalics <rudalics@gmx.at>
6570
6571 * window.el (window-tree-1, window-tree): New functions, moving
6572 the latter to window.el.
6573 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6574 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6575 (bw-refresh-edges): Remove.
6576 (balance-windows-1, balance-windows-2): New functions.
6577 (balance-windows): Rewrite in terms of window tree functions,
6578 balance-windows-1 and balance-windows-2.
6579 (bw-adjust-window): Remove.
6580 (balance-windows-area-adjust): New function with functionality of
6581 bw-adjust-window but using resize-window.
2b75be67
SM
6582 (set-window-text-height): Rewrite doc-string.
6583 Use normalize-live-window and resize-window.
6584 (enlarge-window-horizontally, shrink-window-horizontally):
6585 Rename argument to DELTA.
6198ccd0
MR
6586 (window-buffer-height): New function.
6587 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6588 Rewrite using new window resize routines.
2b75be67
SM
6589 (kill-buffer-and-window, mouse-autoselect-window-select):
6590 Use ignore-errors instead of condition-case.
6198ccd0
MR
6591 (quit-window): Call delete-frame instead of delete-windows-on
6592 for the only buffer on frame.
6593
9397e56f
MR
65942011-06-10 Martin Rudalics <rudalics@gmx.at>
6595
6596 * loadup.el (top-level): Load window before files for the sake
6597 of replace-buffer-in-windows.
6598
6599 * files.el (read-buffer-to-switch)
6600 (switch-to-buffer-other-window)
2b75be67
SM
6601 (switch-to-buffer-other-frame, display-buffer-other-frame):
6602 Move to window.el.
9397e56f
MR
6603
6604 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6605 (previous-buffer): Move to window.el.
6606
6607 * bindings.el (unbury-buffer): Move to window.el.
6608
6609 * window.el (delete-other-windows-vertically): Move after
6610 definition of delete-other-windows.
6611 (other-window, delete-windows-on, replace-buffer-in-windows):
6612 Move here from window.c.
6613 (record-window-buffer, unrecord-window-buffer)
6614 (set-window-buffer-start-and-point, switch-to-prev-buffer)
6615 (switch-to-next-buffer): New functions.
6616 (get-next-valid-buffer, last-buffer, next-buffer): Move here
6617 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
6618 (previous-buffer): Move here from simple.el.
6619 Call switch-to-prev-buffer.
9397e56f
MR
6620 (bury-buffer): Move here from buffer.c. Switch to previous
6621 buffer when window cannot be deleted.
6622 (unbury-buffer): Move here from bindings.el.
6623 (ctl-x-map): Move binding for other-window from window.c to
6624 here.
6625 (read-buffer-to-switch, switch-to-buffer-other-window)
6626 (switch-to-buffer-other-frame): Move here from files.el.
6627 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
6628 (switch-to-buffer): Move here from buffer.c.
6629 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 6630
562dd5e9
MR
66312011-06-10 Martin Rudalics <rudalics@gmx.at>
6632
6633 * window.el (window-min-height, window-min-width): Move here
6634 from window.c. Add defcustoms and rewrite doc-strings.
6635 (resize-mini-window, resize-window): New functions.
6636 (adjust-window-trailing-edge, enlarge-window, shrink-window):
6637 Move here from window.c.
6638 (maximize-window, minimize-window): New functions.
6639 (delete-window, delete-other-windows, split-window): Move here
6640 from window.c.
6641 (window-split-min-size): New function.
6642 (split-window-keep-point): Mention split-window-above-each-other
6643 instead of split-window-vertically.
2b75be67 6644 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
6645 Rename split-window-vertically to split-window-above-each-other
6646 and provide defalias for old definition.
6647 (split-window-side-by-side, split-window-horizontally):
6648 Rename split-window-horizontally to split-window-side-by-side
6649 and provide defalias for the old definition.
562dd5e9
MR
6650 (ctl-x-map): Move bindings for delete-window,
6651 delete-other-windows and enlarge-window here from window.c.
6652 Replace bindings for split-window-vertically and
6653 split-window-horizontally by bindings for
6654 split-window-above-each-other and split-window-side-by-side.
6655
6656 * cus-start.el (all): Remove entries for window-min-height and
6657 window-min-width. Add entries for window-splits and
6658 window-nest.
6659
f0da764a
GM
66602011-06-09 Glenn Morris <rgm@gnu.org>
6661
80675c21
GM
6662 * calendar/appt.el (appt-mode-line): New function.
6663 (appt-check, appt-disp-window): Use it.
6664
f0da764a
GM
6665 * files.el (hack-one-local-variable-eval-safep):
6666 Allow minor-modes with explicit +/-1 arguments.
6667
59f623b7
TZ
66682011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
6669
6670 * term/xterm.el (xterm): Add defgroup.
6671 (xterm-extra-capabilities): Add defcustom to supply known xterm
6672 capabilities, skip querying them, or query them (default).
6673 (terminal-init-xterm): Use it.
6674 (terminal-init-xterm-modify-other-keys): New function to set up
6675 modifyOtherKeys support to simplify `terminal-init-xterm'.
6676
9aab8e0d
MR
66772011-06-09 Martin Rudalics <rudalics@gmx.at>
6678
6679 * window.el (resize-window-reset, resize-window-reset-1)
6680 (resize-subwindows-skip-p, resize-subwindows-normal)
6681 (resize-subwindows, resize-other-windows, resize-this-window)
6682 (resize-root-window, resize-root-window-vertically)
6683 (window-deletable-p, window-or-subwindow-p)
6684 (frame-root-window-p): New functions.
6685
e8b08aee
GM
66862011-06-09 Glenn Morris <rgm@gnu.org>
6687
6688 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6689 (ange-ftp-get-files): Use it.
6690
254c37a5
AK
66912011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6692
6693 * mail/sendmail.el (mail-recover-1, mail-recover):
6694 * files.el (recover-file, recover-session):
6695 Handle dired-listing-switches not being just a single short option.
6696
35d7dbd3
GM
66972011-06-09 Glenn Morris <rgm@gnu.org>
6698
6699 * calendar/appt.el (appt-display-message, appt-disp-window):
6700 Handle lists of appointments.
6701
387522b2
MR
67022011-06-08 Martin Rudalics <rudalics@gmx.at>
6703
2b75be67
SM
6704 * window.el (one-window-p): Move down in code.
6705 Rewrite doc-string.
6706 (window-current-scroll-bars): Rewrite doc-string.
6707 Normalize live window argument.
387522b2
MR
6708 (walk-windows, get-window-with-predicate, count-windows):
6709 Rewrite doc-string. Use window-list-1.
6710 (window-in-direction-2, window-in-direction, get-mru-window):
6711 New functions.
6712
d8e4b68b 67132011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
6714
6715 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6716 Doc fix (Bug#8713).
6717
67182011-06-08 Chong Yidong <cyd@stupidchicken.com>
6719
6720 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6721
67222011-06-08 Juanma Barranquero <lekktu@gmail.com>
6723
6724 * loadhist.el (unload-feature-special-hooks):
6725 Add `comint-output-filter-functions'.
6726
0de12c52
IK
67272011-06-08 Ivan Kanis <gnu@kanis.fr>
6728
6729 * calendar/appt.el (appt-check): Move some initializations into the let.
6730
f3d1777e
MR
67312011-06-08 Martin Rudalics <rudalics@gmx.at>
6732
6733 * window.el (window-height): Defalias to window-total-height.
6734 (window-width): Defalias to window-body-width.
6735
18af70d0
CY
67362011-06-07 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * image-mode.el (image-toggle-animation): New command.
6739 (image-mode-map): Bind it to RET.
6740 (image-mode): Update message.
6741 (image-toggle-display-image): Avoid a spurious cache flush.
6742 (image-transform-rotation): Doc fix.
6743 (image-transform-properties): Return quickly in the normal case.
6744 (image-animate-loop): Rename from image-animate-max-time.
6745
2b75be67 6746 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
6747 (create-animated-image): Remove unnecessary function.
6748 (image-animate): Rename from image-animate-start. New arg.
2b75be67 6749 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
6750 (image-animate-timer): Use car-safe.
6751 (image-animate-timeout): Rename argument.
6752
190b47e6
MR
67532011-06-07 Martin Rudalics <rudalics@gmx.at>
6754
6755 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
6756 window.c. Rename first argument to ALL-FRAMES.
6757 Rephrase doc-strings.
6758 (get-buffer-window-list): Rewrite using window-list-1.
6759 Rephrase doc-string.
a1511caf
MR
6760 (window-safe-min-height, window-safe-min-width): New constants.
6761 (window-size-ignore, window-min-size, window-min-size-1)
6762 (window-sizable, window-sizable-p, window-size-fixed-1)
6763 (window-size-fixed-p, window-min-delta-1, window-min-delta)
6764 (window-max-delta-1, window-max-delta, window-resizable)
6765 (window-resizable-p, window-total-height, window-total-width)
6766 (window-body-width): New functions.
6767 (window-full-height-p, window-full-width-p): Rewrite using
6768 window-total-size.
6769 (window-body-height): Rewrite using window-body-size.
190b47e6 6770
85cc1f11
MR
67712011-06-06 Martin Rudalics <rudalics@gmx.at>
6772
6773 * window.el (window-right, window-left, window-child)
6774 (window-child-count, window-last-child, window-any-p)
6775 (normalize-live-buffer, normalize-live-frame)
6776 (normalize-any-window, normalize-live-window)
6777 (window-iso-combination-p, window-iso-combined-p)
6778 (window-iso-combinations)
6779 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6780 (windows-with-parameter, window-with-parameter)
6781 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
6782 (window-atom-check, window-side-check, window-check):
6783 New functions.
85cc1f11
MR
6784 (ignore-window-parameters, window-sides, window-sides-vertical)
6785 (window-sides-slots): New variables.
6786 (window-size-fixed): Move down in code. Minor doc-string fix.
6787
e7156492
AS
67882011-06-05 Andreas Schwab <schwab@linux-m68k.org>
6789
6790 * comint.el (comint-dynamic-complete-as-filename)
6791 (comint-dynamic-complete-filename): Correctly call
6792 completion-in-region.
6793
7e821d0d
DD
67942011-06-05 Deniz Dogan <deniz@dogan.se>
6795
6796 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
6797 in last change.
6798
ac09b8a1
DD
67992011-06-05 Deniz Dogan <deniz@dogan.se>
6800
6801 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
6802 (rcirc): Use it to prompt for encryption.
6803
34699b85
RW
68042011-06-05 Roland Winkler <winkler@gnu.org>
6805
6806 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
6807 (bibtex-search-entries): New command bound to C-c C-a.
6808 (bibtex-display-entries): New function.
6809
004dedd3
RW
68102011-06-05 Roland Winkler <winkler@gnu.org>
6811
6812 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
6813 (bibtex-insert-kill): After yanking insert newline if necessary.
6814 (bibtex-initialize): Call bibtex-string-files-init only once.
6815 (bibtex-mode): Do not call easy-menu-add.
6816 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
6817 (bibtex-yank): Set arg properly if nil.
6818
022fe7ce
RW
68192011-06-05 Roland Winkler <winkler@gnu.org>
6820
2b75be67
SM
6821 * textmodes/bibtex.el (bibtex-search-entry-globally):
6822 New variable.
022fe7ce
RW
6823 (bibtex-search-entry): Use it.
6824
b7c3692a
RW
68252011-06-05 Roland Winkler <winkler@gnu.org>
6826
6827 * textmodes/bibtex.el (bibtex-entry-format): New option
6828 sort-fields.
6829 (bibtex-format-entry, bibtex-reformat): Honor this option.
6830 (bibtex-parse-entry): Return fields in proper order.
6831
8eda563d
JB
68322011-06-05 Juanma Barranquero <lekktu@gmail.com>
6833
6834 * doc-view.el (doc-view-remove-if): Move computation of result out
6835 of `dolist' to silence misleading lexical-binding warning.
6836
7dbe3dbc
CY
68372011-06-04 Chong Yidong <cyd@stupidchicken.com>
6838
6839 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
6840 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
6841
0c33dd17
MA
68422011-06-04 Michael Albinus <michael.albinus@gmx.de>
6843
6844 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
6845 "SunOS 5.10".
6846
f8f91c2b
MA
68472011-06-04 Michael Albinus <michael.albinus@gmx.de>
6848
6849 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
6850 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
6851 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
6852 (tramp-parse-putty):
6853 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
6854 (tramp-completion-function-alist-ssh)
6855 (tramp-completion-function-alist-telnet)
6856 (tramp-completion-function-alist-su)
6857 (tramp-completion-function-alist-putty): Set `tramp-autoload'
6858 cookie.
6859
6860 * net/tramp-ftp.el:
6861 * net/tramp-sh.el:
6862 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
6863 load "tramp.el" `tramp-set-completion-function'.
6864
e17d9003
SM
68652011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6866
6867 * shell.el: Require and use pcomplete.
6868 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
6869 (shell-completion-vars): Set pcomplete-default-completion-function.
6870
6c4cab03
DD
68712011-06-04 Deniz Dogan <deniz@dogan.se>
6872
6873 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
6874 `memq' (Bug#8799).
6875
ea9fafe0
SM
68762011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
6879
b3e945d3
JB
68802011-06-02 Juanma Barranquero <lekktu@gmail.com>
6881
6882 * bs.el (bs--mark-unmark, bs--nth-wrapper):
6883 * mpc.el (mpc-select-extend, mpc-songpointer-context):
6884 * vc/log-view.el (log-view-beginning-of-defun):
6885 * vc/smerge-mode.el (smerge-apply-resolution-patch)
6886 (smerge-refine-forward, smerge-refine-chopup-region):
6887 Silence warning for unused `dotimes' counter variables.
6888
7d520089
SM
68892011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6890
6891 * net/tramp.el (tramp-with-progress-reporter): Rename from
6892 with-progress-reporter. Use `declare'.
6893 * net/tramp-smb.el:
6894 * net/tramp-sh.el:
6895 * net/tramp-gvfs.el: Update all uses.
6896
a1c2400f
JB
68972011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
6898
6899 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
6900 buffer isn't killed before making it current.
6901
2403c841
SM
69022011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 Silence various byte-compiler warnings.
6905 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
6906 `access-type' and new obsolescence format.
6907 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
6908 new format.
6909 (byte-compile-check-variable): New `access-type' argument.
6910 Only warn if the access-type is obsolete.
6911 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6912 (byte-compile-variable-set): Adjust callers.
6913 * help-fns.el (describe-variable): Adjust to new obsolescence format.
6914 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
6915 setting it as obsolete.
6916 * simple.el (minibuffer-completing-symbol):
6917 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
6918 access as obsolete.
6919 * minibuffer.el (minibuffer-completing-file-name): Don't make it
6920 obsolete yet.
6921 * international/quail.el (quail-mouse-choose-completion): Remove unused
6922 code referring to obsolete var.
6923 (quail-choose-completion-string): Remove.
6924 * server.el (server-clients-with, server-kill-buffer-query-function)
6925 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
6926 * proced.el (proced-send-signal):
6927 * emacs-lisp/lisp.el (lisp-complete-symbol):
6928 Replace completion-annotate-function with completion-extra-properties.
6929
2462470b
SM
69302011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6931
fb5b2591
SM
6932 * simple.el (goto-line): Use read-number.
6933 (overriding-map-is-bound): Remove.
6934 (saved-overriding-map): Change default.
6935 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
6936 Take the map as argument.
6937 (universal-argument, negative-argument, digit-argument): Use it.
6938 (restore-overriding-map): Adjust.
6939 (do-auto-fill): Use fill-forward-paragraph.
6940 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
6941
fd6fa53f
SM
6942 * minibuffer.el (minibuffer-inactive-mode-map): New var.
6943 (minibuffer-inactive-mode): New major mode.
6944 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
6945 the *Messages* buffer" hack.
6946 (mouse-popup-menubar): Don't burp if the event is a normal key.
6947
2462470b
SM
6948 Miscellaneous tweaks.
6949 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
6950 lexical scoping as in subr.el's dolist and dotimes.
6951 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
6952 Silence compiler warning.
6953 * thingatpt.el (forward-whitespace): Trivial coding style fix.
6954 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
6955 * international/ccl.el (ccl-compile): Trivial simplification.
6956 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
6957 * emacs-lisp/testcover.el (testcover-end): Remove spurious
6958 `printflag' argument.
6959 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6960 Purecopy the whole obsolescence data.
6961
108bf785
LL
69622011-06-01 Leo Liu <sdl.web@gmail.com>
6963
6964 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
6965 improve doc-string as suggested by Marco Pessotto
6966 <melmothx@gmail.com>.
6967 (rcirc-print): Fix last change.
6968
30a23501
SM
69692011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * minibuffer.el (complete-with-action): Return nil for the metadata and
6972 boundaries of non-functional tables.
6973 (completion-table-dynamic): Return nil for the metadata.
6974 (completion-table-with-terminator): Add default case, using
6975 complete-with-action.
6976 (completion--metadata): New function.
6977 (completion-all-sorted-completions, minibuffer-completion-help): Use it
6978 to try and avoid pathological performance problems.
6979 (completion--embedded-envvar-table): Return `category' metadata.
6980
bcd54f83
LMI
69812011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6982
6983 * subr.el (process-alive-p): New tiny convenience function.
6984
e227544d
SM
69852011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6986
6987 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
6988 content but also its previous major mode.
6989
e8296fdc
HE
69902011-05-31 Helmut Eller <eller.helmut@gmail.com>
6991
4d61f28d 6992 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
6993 *Backtrace* buffer when we exit with C-M-c.
6994
620c53a6
SM
69952011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6996
6997 * minibuffer.el: Add metadata method to completion tables.
6998 (completion-category-overrides): New defcustom.
6999 (completion-metadata, completion--field-metadata)
7000 (completion-metadata-get, completion--styles)
7001 (completion--cycle-threshold): New functions.
7002 (completion-try-completion, completion-all-completions):
7003 Add `metadata' argument to choose completion-styles.
7004 (completion--do-completion): Use metadata to choose cycling.
7005 (completion-all-sorted-completions): Use metadata for sorting.
7006 Remove :completion-cycle-penalty which is not needed any more.
7007 (completion--try-word-completion): Add `metadata' argument.
7008 (minibuffer-completion-help): Check metadata for annotation function
7009 and sorting.
7010 (completion-file-name-table): Return `category' metadata.
7011 (minibuffer-completing-file-name): Make obsolete.
7012 * simple.el (minibuffer-completing-symbol): Make obsolete.
7013 * icomplete.el (icomplete-completions): Pass new `metadata' param to
7014 completion-try-completion.
7015
1257e755
SM
70162011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
7019
3767e706
LL
70202011-05-30 Leo Liu <sdl.web@gmail.com>
7021
7022 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
7023 (rcirc-print): Decode all incoming messages (bug#8744).
7024 (rcirc-decode-coding-system): Allow value nil for automatic coding
7025 system detection.
3767e706 7026
d1a5d56a
GM
70272011-06-01 Glenn Morris <rgm@gnu.org>
7028
7029 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
7030
e8cbec34
CY
70312011-05-29 Chong Yidong <cyd@stupidchicken.com>
7032
7033 * image.el (image-animate-max-time): Allow nil and t values.
7034 Default to nil.
7035 (create-animated-image): Doc fix.
7036 (image-animate-start): Remove second arg; just use
7037 image-animate-max-time.
7038 (image-animate-timeout): Doc fix. Args changed.
7039
7040 * image-mode.el (image-toggle-display-image): Ensure that the
7041 image spec passed to the animate timer is the same object as in
58179cce 7042 the buffer's display property (Bug#6981).
e8cbec34
CY
7043 (image-transform-properties): Doc fix.
7044
7045 * image.el (image-animate-max-time): Default to nil.
7046
159daf87
MR
70472011-05-29 Martin Rudalics <rudalics@gmx.at>
7048
7049 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
7050 entire buffer list (Bug#8184).
7051
d66c4c7c
CY
70522011-05-29 Chong Yidong <cyd@stupidchicken.com>
7053
7054 * image.el (imagemagick-types-inhibit)
7055 (imagemagick-register-types): Doc fix.
7056
80aec780
DD
70572011-05-29 Deniz Dogan <deniz@dogan.se>
7058
7059 * net/rcirc.el (rcirc): Use the user's stored encryption method by
7060 default.
7061
1dd3c2d9
CY
70622011-05-29 Chong Yidong <cyd@stupidchicken.com>
7063
7064 * select.el: Don't perform clipboard-manager saving in hooks;
7065 leave the hooks empty.
7066
60e56523
LL
70672011-05-28 Leo Liu <sdl.web@gmail.com>
7068
7069 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
7070 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
7071 (occur-edit-mode): New major mode (Bug#8463).
7072 (occur-after-change-function): New function.
7073 (occur-engine): Give Occur tags a read-only property.
7074
2b1e1a22
KR
70752011-05-28 Kevin Ryde <user42@zip.com.au>
7076
7077 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
7078
5d344e88
CY
70792011-05-28 Chong Yidong <cyd@stupidchicken.com>
7080
8e6ca83d
CY
7081 * bindings.el (help-echo): Make the initial non-indicator dash
7082 empty on graphical terminals (Bug#7295).
7083
5d344e88
CY
7084 * files.el (auto-mode-alist): Move config rule after the
7085 in-stripping one (Bug#8547).
7086
bfbbace7
CY
7087 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
7088
fbeba6e2
CY
7089 * startup.el (normal-splash-screen): Remove gratuitous mode-line
7090 setting (Bug#8740).
7091
60ed8c72
AA
70922011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
7093
4ac619f0
AA
7094 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
7095 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
7096 (Bug#8539).
60ed8c72 7097
23db196e
CY
70982011-05-28 Chong Yidong <cyd@stupidchicken.com>
7099
7100 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
7101
5012f24c
DK
71022011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
7103
7104 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
7105 (hs-hide-block-at-point, hs-find-block-beginning)
7106 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
7107 (Bug#8279).
7108
6a639b16
GM
71092011-05-28 Glenn Morris <rgm@gnu.org>
7110
7111 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
7112
d43eaf2c
CY
71132011-05-28 Chong Yidong <cyd@stupidchicken.com>
7114
5199bde1
CY
7115 * help-fns.el (describe-function-1): If the function is a derived
7116 major mode, print the parent mode.
7117
d43eaf2c
CY
7118 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
7119 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
7120
423428a8
SM
71212011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7122
0ff8e1ba 7123 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 7124 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
7125 * progmodes/etags.el (tags-completion-at-point-function):
7126 * info-look.el (info-lookup-completions-at-point): Mark as
7127 non-exclusive.
7128 (info-complete): Adjust accordingly.
7129
423428a8
SM
7130 * info-look.el: Convert to lexical-binding and completion-at-point.
7131 (info-lookup-completions-at-point): New function.
7132 (info-complete): Use it and completion-in-region.
7133
b74aa22b
DA
71342011-05-28 Drew Adams <drew.adams@oracle.com>
7135
7136 * isearch.el: Let M-e start with point at the first mismatched char.
7137 (isearch-fail-pos): New function.
7138 (isearch-edit-string): Use it.
7139
66e2e71d
DK
71402011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7141
7142 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7143
eb95d01d
TC
71442009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7145
7146 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
7147 traversal functions for avl-trees.
7148 (avl-tree--stack): New struct.
7149 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7150 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
7151 (avl-tree--do-enter): Add optional `updatefun' arg.
7152 Change return value.
eb95d01d 7153 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
7154 (avl-tree--do-delete): Add `test' and `nilflag' args.
7155 Change return value.
eb95d01d
TC
7156 (avl-tree-member): Add optional `nilflag'
7157 (avl-tree-member-p): New function.
7158 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7159 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7160 (avl-tree-stack-empty-p): New functions.
7161
3769ddcf
TC
71622009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7163
7164 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7165 avl-tree--del-balance1 and make it work both ways.
7166 (avl-tree--del-balance2): Remove.
7167 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7168 make it work both ways.
7169 (avl-tree--enter-balance2): Remove.
7170 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7171 New macros.
7172 (avl-tree--mapc, avl-tree-map): Add direction argument.
7173
eb95d01d 71742011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
7175
7176 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7177
a9f737ee
CY
71782011-05-27 Chong Yidong <cyd@stupidchicken.com>
7179
7180 * select.el: Support clipboard managers with built-in function
7181 x-clipboard-manager-save, via delete-frame-functions and
7182 kill-emacs-hook.
7183 (xselect-convert-to-targets): Add MULTIPLE target to list.
7184 (xselect-convert-to-save-targets): New function.
7185
c92a1e54
KH
71862011-05-27 Kenichi Handa <handa@m17n.org>
7187
7188 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7189 let-binding rfc2047-encode-encoded-words to nil.
7190
e145f188
GM
71912011-05-27 Glenn Morris <rgm@gnu.org>
7192
5ec8a862
GM
7193 * mail/emacsbug.el: Don't require url-util.
7194
4b29d9fb
GM
7195 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
7196
e145f188
GM
7197 * files.el (set-auto-mode):
7198 Also respect mode: entries at the end of the file. (Bug#8586)
7199
7d15102b
GM
72002011-05-26 Glenn Morris <rgm@gnu.org>
7201
98f593b8
GM
7202 * files.el (hack-local-variables-prop-line, hack-local-variables):
7203 Downcase mode names, as seems to be traditional.
27b48e63 7204 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 7205
7d15102b
GM
7206 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7207 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
7208
51d5b4ec
JD
72092011-05-25 Julien Danjou <julien@danjou.info>
7210
7211 * textmodes/rst.el (rst-define-level-faces): Do not define face
7212 symbol if it is already defined.
7213
91513f63
VB
72142011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
7215
7216 * play/5x5.el (5x5-new-game, 5x5-randomize):
7217 Reset 5x5-solver-output to nil when a new grid is cast.
7218 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7219 these debugging traces, as defmacro breaks the compiled code.
7220
4d90d6d0
DK
72212011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7222
7223 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7224
e1b90ef6
LL
72252011-05-24 Leo Liu <sdl.web@gmail.com>
7226
7227 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7228 (vc-bzr-sha1): Adapt.
7229
d8e4b68b 7230 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
7231
7232 * bindings.el: Provide sha1 feature.
7233
db0406bb 72342011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
7235
7236 * mail/sendmail.el: Require `rfc2047'.
7237 (mail-insert-from-field): Do not perform RFC2047 encoding.
7238 (mail-encode-header): New function.
7239 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
7240 buffer to the return value of select-message-coding-system.
7241 Call mail-encode-header.
b8d747b9
KH
7242
7243 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7244
db0406bb 72452011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 7246
4d90d6d0
DK
7247 * mail/supercite.el (sc-default-cite-frame):
7248 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 7249
eb8a5e9b
GM
72502011-05-24 Glenn Morris <rgm@gnu.org>
7251
f8630703
GM
7252 * progmodes/python.el (brm-menu): Declare.
7253
8831bbed
GM
7254 * emulation/viper.el (viper-set-hooks): Declare.
7255
eb8a5e9b
GM
7256 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7257 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7258 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7259 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7260 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7261 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7262
a2a25d24
SM
72632011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 Add an :exit-function for completion-at-point.
7266
7267 * minibuffer.el (completion--done): New fun.
7268 (completion--do-completion): Use it. New arg `expect-exact'.
7269 (minibuffer-complete, minibuffer-complete-word): Don't output message,
7270 since completion--do-completion does it for us now.
7271 (minibuffer-force-complete): Use completion--done and
7272 completion--replace. Handle sole-completion case with more care.
7273 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7274 (completion-extra-properties): New var.
7275 (completion-annotate-function): Make obsolete.
7276 (minibuffer-completion-help): Adjust accordingly.
7277 Use completion-list-insert-choice-function.
7278 (completion-at-point, completion-help-at-point):
7279 Bind completion-extra-properties.
7280 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7281 * simple.el (completion-list-insert-choice-function): New var.
7282 (completion-setup-function): Preserve it.
7283 (choose-completion): Pay attention to it, shuffle the code a bit.
7284 (choose-completion-string): New arg `insert-function'.
7285
7286 * textmodes/bibtex.el: Convert to lexical binding.
7287 (bibtex-mode-map): Use completion-at-point.
7288 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7289 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7290 (bibtex-complete): Define as obsolete alias.
7291 (bibtex-complete-internal): Remove.
7292 (bibtex-format-entry): Remove unused sub-group in regexp.
7293 * shell.el (shell--command-completion-data)
7294 (shell-environment-variable-completion):
7295 * pcomplete.el (pcomplete-completions-at-point):
7296 * comint.el (comint--complete-file-name-data): Use :exit-function
7297 instead of completion-table-with-terminator so it also works for
7298 choose-completion.
7299
e44e373d
SM
73002011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7301
4f91a816
SM
7302 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7303
782fc819
SM
7304 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7305 (bug#8710).
7306
e44e373d
SM
7307 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7308
381987c3
KM
73092011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
7310
7311 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7312 customization variable and implement: If non-nil, auto-fill will
7313 be inhibited while on topic's header line.
7314
b776bc70
VB
73152011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
7316
7317 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 7318 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
7319 always have a solution in grid size = 5 cases.
7320 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7321 (5x5-solver-output, 5x5-log-buffer): New vars.
7322 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7323 Make these variables buffer local to achieve 5x5 multi-session-ness.
7324 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7325 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7326 (5x5-solve-suggest): New funs.
7327 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7328 randomize a grid so that we ensure that there is always a solution.
7329 (5x5-make-random-grid): Allow other movement than flipping.
7330
7de88b6e
KR
73312011-05-23 Kevin Ryde <user42@zip.com.au>
7332
7333 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 7334 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
7335 advice and passes PREDICATE.
7336
b1ef1257
SM
73372011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7338
bbca48fe
SM
7339 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7340 byte-compile-lambda if it's actually a lambda.
7341
b1ef1257
SM
7342 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7343 Fix function quoting. Use backquote better.
7344
92a9cc65
YS
73452011-05-22 Yuanle Song <sylecn@gmail.com>
7346
7347 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7348 matching (Bug#8516).
7349
f0fb8059
JA
73502011-01-22 Jari Aalto <jari.aalto@cante.net>
7351
7352 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7353 different face (Bug#8178).
7354
d5b44c93
CY
73552011-05-22 Chong Yidong <cyd@stupidchicken.com>
7356
7357 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7358 defface (Bug#8144).
7359
79106a44
SM
73602011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7361
9c848d8a
SM
7362 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7363 funcall as well (bug#8712). Warn when performing those conversions.
7364 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7365
79106a44
SM
7366 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7367
88dfa756
GM
73682011-05-22 Glenn Morris <rgm@gnu.org>
7369
7370 * files.el (hack-local-variables-prop-line): Small simplifications.
7371 (hack-local-variables, hack-local-variables-prop-line):
7372 If MODE-ONLY, return the mode, rather than just `t'.
7373
b7cf2c79
SM
73742011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7377
3f1a8558
GM
73782011-05-21 Glenn Morris <rgm@gnu.org>
7379
7e4ccca3
GM
7380 * files.el (hack-local-variables-prop-line, hack-local-variables):
7381 If only interested in the mode, don't bother doing the other stuff.
7382
637d46ca
GM
7383 * image-mode.el (image-after-revert-hook):
7384 Redraw all frames on which the image is visible. (Bug#8567)
7385
973d955b
GM
7386 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
7387
3f1a8558
GM
7388 * wid-edit.el (widget-checklist-match-inline):
7389 Fix 2011-04-19 change. (Bug#8649)
7390
96479927
SM
73912011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7392
1dcf791f
SM
7393 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7394 Also allow singlespace after single-letter capitals followed by a dot.
7395
96479927
SM
7396 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7397 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7398
35fd0881
N
73992011-05-20 Nix <nix@esperi.org.uk>
7400
7401 * files.el (basic-save-buffer-2):
7402 Fix handling of break-hardlink-on-save with non-existent files.
7403
82745640
DD
74042011-05-19 Deniz Dogan <deniz@dogan.se>
7405
7406 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 7407 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 7408
4a720484
GM
74092011-05-19 Glenn Morris <rgm@gnu.org>
7410
d1f21341
GM
7411 * progmodes/f90.el (f90-type-def-re):
7412 Handle "type, bind(c)". (Bug#8691)
7413
4a720484
GM
7414 * emacs-lisp/autoload.el (batch-update-autoloads):
7415 Set autoload-excludes by parsing loadup.el rather than Makefiles.
7416
2fb0a219
MA
74172011-05-18 Michael Albinus <michael.albinus@gmx.de>
7418
7419 * net/tramp.el (tramp-process-actions): Set "first-password-request"
7420 property for the correct connection in case of multihops.
7421
e565dd37
GM
74222011-05-18 Glenn Morris <rgm@gnu.org>
7423
c2571358 7424 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
7425 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7426
e565dd37
GM
7427 Rationalize calendar handling of day and month abbrev-arrays.
7428 * calendar/calendar.el (calendar-customized-p): New function.
7429 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7430 (calendar-day-name-array, calendar-month-name-array): Doc fix.
7431 Add :set function.
7432 (calendar-abbrev-length, calendar-day-abbrev-array)
7433 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7434 (calendar-day-abbrev-array, calendar-month-abbrev-array):
7435 Elements may no longer be nil.
7436 (calendar-day-name, calendar-month-name):
7437 Update for changed nature of abbrev arrays.
7438 * calendar/diary-lib.el (diary-name-pattern):
7439 Update for changed nature of abbrev arrays.
7440 (diary-mark-entries-1): Update calendar-make-alist calls.
7441 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7442 * calendar/cal-html.el (cal-html-day-abbrev-array):
7443 Simply inherit from calendar-day-abbrev-array.
7444
1d99a745
SM
74452011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7446
7447 * progmodes/grep.el (grep-mode): Disable default
7448 compilation-directory-matcher setting (bug#8684).
7449
7c1d9aa0
MA
74502011-05-17 Michael Albinus <michael.albinus@gmx.de>
7451
7452 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7453 instead of "head" and "tail". There were problems with SunOS 5.9,
7454 and it performs better.
7455
3952e9d8
GM
74562011-05-17 Glenn Morris <rgm@gnu.org>
7457
2dd12e7f
GM
7458 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7459
e4157b9c
GM
7460 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7461 Replace obsolete function.
7462
8e249bbd
GM
7463 * shell.el (pcomplete-parse-arguments-function): Declare.
7464
3952e9d8
GM
7465 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7466 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7467 (appt-check): Doc fixes.
7468 (appt-disp-window-function, appt-delete-window-function):
7469 Remove needless special case in custom :type.
7470 (appt-display-count): Default to 0, not nil.
7471 (appt-check): Reset appt-display-count to 0, not nil.
7472
c71a0d48 74732011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 7474
c71a0d48
GM
7475 * progmodes/python.el (python-font-lock-keywords):
7476 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 7477
31d55be9
SM
74782011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7481
3bfacb2f
KR
74822011-05-16 Kevin Ryde <user42@zip.com.au>
7483
7484 * info-look.el (makefile-automake-mode): New setups, looking in
7485 automake manual, then makefile-mode.
7486 (makefile-mode): Remove automake manual, have it just in
7487 makefile-automake-mode since there's various things different or
7488 not relevant to plain make.
7489 (makefile-mode): Remove "other-modes" non-existent automake-mode,
7490 believe a hypothetical automake-mode would go to makefile-mode,
7491 not the other way around.
7492
c8e83751
CY
74932011-05-15 Chong Yidong <cyd@stupidchicken.com>
7494
5e9e35cd
CY
7495 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7496 hunk-end tags (Bug#8672).
7497
c8e83751
CY
7498 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7499 vc-annotate-show-diff-revision-at-line (Bug#8671).
7500
50b23e5a
GM
75012011-05-14 Glenn Morris <rgm@gnu.org>
7502
7210a739
GM
7503 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7504 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
7505 (change-log-font-lock-keywords): Also handle multiple author lines
7506 with leading tabs. (Bug#8644)
7210a739 7507
4691905a
GM
7508 * calendar/appt.el (appt-check): Rename some local variables.
7509 Some simplification/reordering.
7510
50b23e5a
GM
7511 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7512 (feedmail-sendmail-f-doesnt-sell-me-out)
7513 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7514 (feedmail-debug-sit-for, feedmail-queue-express-hook)
7515 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
7516 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7517 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
7518 (feedmail-binmail-gnulinuxish-template):
7519 Rename from feedmail-binmail-linuxish-template.
7520 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7521 Use insert-buffer-substring.
7522
215cda7c
BC
75232011-05-14 Bill Carpenter <bill@carpenter.org>
7524
7525 * mail/feedmail.el (feedmail-patch-level): Increase.
7526 (feedmail-debug): New custom group.
7527 (feedmail-confirm-outgoing-timeout)
7528 (feedmail-sendmail-f-doesnt-sell-me-out)
7529 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7530 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7531 (feedmail-sender-line, feedmail-from-line)
7532 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 7533 (feedmail-spray-this-address)
215cda7c
BC
7534 (feedmail-spray-address-fiddle-plex-list)
7535 (feedmail-queue-use-send-time-for-date)
7536 (feedmail-queue-use-send-time-for-message-id)
7537 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7538 (feedmail-buffer-eating-function):
7539 Doc fixes.
7540 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7541 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7542 (feedmail-message-action-scroll-down): New functions.
7543 (feedmail-queue-directory, feedmail-queue-draft-directory):
7544 Use expand-file-name.
7545 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7546 Remove C-v help entry.
7547 (feedmail-queue-buffer-file-name): New variable.
7548 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7549 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7550 (feedmail-message-action-send-strong, feedmail-message-action-edit)
7551 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7552 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7553 (feedmail-message-action-toggle-spray)
7554 (feedmail-run-the-queue-no-prompts)
7555 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7556 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7557 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7558 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7559 (feedmail-envelope-deducer, feedmail-fiddle-from)
7560 (feedmail-fiddle-sender, feedmail-default-date-generator)
7561 (feedmail-fiddle-date, feedmail-fiddle-message-id)
7562 (feedmail-fiddle-spray-address)
7563 (feedmail-fiddle-list-of-spray-fiddle-plexes)
7564 (feedmail-fiddle-list-of-fiddle-plexes)
7565 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7566 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7567 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7568 Change default. Doc fix.
7569 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7570 (feedmail-binmail-linuxish-template): New constant.
7571 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
7572 Respect feedmail-sendmail-f-doesnt-sell-me-out.
7573 (feedmail-send-it): Add debug call.
7574 Use feedmail-queue-buffer-file-name, and
7575 feedmail-send-it-immediately-wrapper.
7576 (feedmail-message-action-send): Add debug call.
7577 Use feedmail-send-it-immediately-wrapper.
7578 (feedmail-queue-express-to-queue): Add debug call.
7579 Run feedmail-queue-express-hook.
7580 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
7581 (feedmail-message-action-help-blat):
7582 Rename from feedmail-queue-send-edit-prompt-help-first.
7583 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
7584 Check line-endings. Handle errors better.
7585 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7586 Doc fix. Add debug call.
7587 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
7588 Use feedmail-queue-send-edit-prompt-inner.
7589 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7590 (feedmail-queue-send-edit-prompt-inner): New function, extracted
7591 from feedmail-queue-send-edit-prompt.
7592 (feedmail-queue-send-edit-prompt-help)
7593 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7594 (feedmail-tidy-up-slug): Add debug call.
7595 Respect feedmail-queue-slug-suspect-regexp.
7596 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7597 (feedmail-dump-message-to-queue): Add debug call.
7598 Expand queue-directory.
7599 (feedmail-dump-message-to-queue): Change message slightly.
7600 Use feedmail-say-chatter.
7601 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
7602 (feedmail-send-it-immediately-wrapper): New function.
7603 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
7604 Insert empty string rather than newline. Handle full-frame case.
7605 Use catch/throw. Use feedmail-say-chatter.
7606 (feedmail-fiddle-from): Try mail-host-address.
7607 (feedmail-default-message-id-generator): Doc fix.
7608 Bind system-time-locale. Handle missing end.
7609 (feedmail-fiddle-x-mailer): Add debug call.
7610 Handle feedmail-x-mailer-line being nil.
7611 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7612 Add debug call. Use buffer-substring-no-properties.
7613 (feedmail-say-debug, feedmail-say-chatter): New functions.
7614 (feedmail-find-eoh): Give an explicit error.
7615
42c7e61e
UJ
76162011-05-13 Ulf Jasper <ulf.jasper@web.de>
7617
c2571358 7618 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 7619 family from helvetica to sans.
c2571358 7620 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7621 etc/images/newsticker.
7622
c2571358 7623 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
7624 family from helvetica to sans.
7625
7626 * net/newst-plainview.el (newsticker-new-item-face)
7627 (newsticker-old-item-face, newsticker-immortal-item-face)
7628 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 7629 (newsticker-statistics-face): Change default family from
42c7e61e 7630 helvetica to sans.
c2571358 7631 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7632 etc/images/newsticker.
7633
7634 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7635 (newsticker--process-auto-mark-filter-match): : Tell user about
7636 auto-marking.
7637
8497a297
DV
76382011-05-13 Didier Verna <didier@xemacs.org>
7639
7640 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
7641 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7642 TODO entries.
8497a297
DV
7643 (lisp-lambda-list-keyword-parameter-indentation)
7644 (lisp-lambda-list-keyword-parameter-alignment)
7645 (lisp-lambda-list-keyword-alignment): New customizable user options.
7646 (lisp-indent-defun-method): Improve docstring.
7647 (extended-loop-p): Fix comment.
7648 (lisp-indent-lambda-list-keywords-regexp): New variable.
7649 (lisp-indent-lambda-list): New function.
7650 (lisp-indent-259): Use it.
7651 (lisp-indent-defmethod): Support for more than one
7652 method qualifier and properly indent methods lambda-lists.
7653 (defgeneric): Provide a missing common-lisp-indent-function property.
7654
f278f87f
SM
76552011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7658 bounds for the empty string (bug#8667).
7659
5233edd7
GM
76602011-05-13 Glenn Morris <rgm@gnu.org>
7661
5237a44f
GM
7662 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7663
8340026c 7664 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 7665 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 7666
5233edd7 7667 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 7668 (appt-time-msg-list): Doc fix.
a5464014 7669 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 7670
92d10796
AS
76712011-05-12 Andreas Schwab <schwab@linux-m68k.org>
7672
7673 * progmodes/ld-script.el (ld-script-keywords)
7674 (ld-script-builtins): Update keywords list.
7675
914a0ae1
SM
76762011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7677
c89be45f
SM
7678 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7679
914a0ae1
SM
7680 * shell.el (shell-completion-vars): New function.
7681 (shell-mode):
7682 * simple.el (read-shell-command): Use it.
7683 (blink-matching-open): No need for " [...]" in minibuffer-message.
7684
98dc3df3
GM
76852011-05-12 Glenn Morris <rgm@gnu.org>
7686
7687 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7688 (appt-check): Simplify.
7689
d2fc7e3d 76902011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 7691
4d61f28d 7692 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
7693 literal "/dev/null".
7694
d2fc7e3d 76952011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
7696
7697 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7698 Fix typo.
7699
d2fc7e3d 77002011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 7701
3f254caa
SM
7702 * progmodes/which-func.el (which-function):
7703 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
7704 which might not be defined (Bug#8260).
7705
d45885f7
GM
77062011-05-12 Glenn Morris <rgm@gnu.org>
7707
7708 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7709 Let byte-compile-initial-macro-environment always take precedence.
7710
488086f4
SM
77112011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7712
7713 * net/rcirc.el: Add support for SSL/TLS connections.
7714 (rcirc-server-alist): New field `encryption'.
7715 (rcirc): Check `encryption' settings.
7716 (rcirc-connect): New arg `encryption'. Use open-network-stream.
7717 Merge make-local-variable into `set'.
7718 (rcirc--connection-open-p): New function.
7719 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7720 the process is not a network process (e.g. running gnutls-cli).
7721 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7722 Make rcirc-(en|de)code-coding-system local here.
7723 (rcirc-mode): Merge make-local-variable into `set'.
7724 (rcirc-parent-buffer): Make permanent buffer-local.
7725 (rcirc-multiline-minor-mode): Don't do it here.
7726 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7727 there's no server buffer.
7728
7d3b9d44
GM
77292011-05-11 Glenn Morris <rgm@gnu.org>
7730
f64049c6
GM
7731 * newcomment.el (comment-kill): Prefix "unused" local.
7732
93c9df73
GM
7733 * term/w32console.el (get-screen-color): Declare.
7734
7d3b9d44
GM
7735 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7736 Handle symbol elements of byte-compile-initial-macro-environment.
7737
9e2dd53f
LL
77382011-05-10 Leo Liu <sdl.web@gmail.com>
7739
488086f4
SM
7740 * bookmark.el (bookmark-bmenu-mode-map):
7741 Bind bookmark-bmenu-search to `/'.
8b340240 7742
9e2dd53f 7743 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
7744 (footnote-unicode-string, footnote-unicode-regexp): New variable.
7745 (Footnote-unicode): New function.
7746 (footnote-style-alist): Add unicode style to the list.
7747 (footnote-style): Doc fix.
9e2dd53f 7748
79b70037
GM
77492011-05-10 Jim Meyering <meyering@redhat.com>
7750
7751 Fix doubled-word typos.
7752 * international/quail.el (quail-insert-kbd-layout): and and -> and
7753 * kermit.el: and and -> and
7754 * net/ldap.el (ldap-search-internal): to to -> to
7755 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7756 * progmodes/js.el (js-mode): and and -> and
7757 * textmodes/artist.el (artist-move-to-xy): at at -> at
7758 (artist-draw-region-trim-line-endings): if if -> if
7759 And Safetyc -> Safety.
7760 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7761
b8f82dc1 77622011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 7763 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
7764
7765 * files.el (hack-one-local-variable-eval-safep):
7766 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
7767
4f99f44b
GM
77682011-05-10 Glenn Morris <rgm@gnu.org>
7769
7770 * calendar/diary-lib.el (diary-list-entries-hook)
7771 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7772 (diary-nongregorian-marking-hook, diary-list-entries)
7773 (diary-include-other-diary-files, diary-mark-entries)
7774 (diary-mark-included-diary-files): Doc fixes.
7775
84f29e6b
JB
77762011-05-09 Juanma Barranquero <lekktu@gmail.com>
7777
7778 * misc.el: Require tabulated-list.el during compilation.
7779
9bedd73a
CY
77802011-05-09 Chong Yidong <cyd@stupidchicken.com>
7781
488086f4
SM
7782 * progmodes/compile.el (compilation-start):
7783 Run compilation-filter-hook for the async case too.
9bedd73a
CY
7784 (compilation-filter-hook): Doc fix.
7785
797c735c
DD
77862011-05-09 Deniz Dogan <deniz@dogan.se>
7787
7788 * wdired.el: Remove outdated installation comment. Fix usage
7789 comment.
7790
5f4b1dfe
JB
77912011-05-09 Juanma Barranquero <lekktu@gmail.com>
7792
7793 * misc.el: Implement new command `list-dynamic-libraries'.
7794 (list-dynamic-libraries--loaded-only-p): New variable.
7795 (list-dynamic-libraries--refresh): New function.
7796 (list-dynamic-libraries): New command.
7797
4c44026c
CY
77982011-05-09 Chong Yidong <cyd@stupidchicken.com>
7799
488086f4
SM
7800 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7801 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
7802 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
7803 higher priority to avoid clobbering by gnu.
7804
027f966d
CY
78052011-05-08 Chong Yidong <cyd@stupidchicken.com>
7806
7807 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
7808 if the face has existing theme settings (Bug#8454).
7809
085f5d7d
CY
78102011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
7811
488086f4
SM
7812 * progmodes/perl-mode.el (perl-imenu-generic-expression):
7813 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 7814
2a86a00c
RS
7815 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
7816 special file names `.' and `..' (Bug#8259).
7817
d9c54a06
CY
78182011-05-08 Chong Yidong <cyd@stupidchicken.com>
7819
488086f4
SM
7820 * progmodes/grep.el (grep-mode-font-lock-keywords):
7821 Remove buffer-changing entries.
d9c54a06
CY
7822 (grep-filter): New function.
7823 (grep-mode): Add it to compilation-filter-hook.
7824
7825 * progmodes/compile.el (compilation-filter-hook)
7826 (compilation-filter-start): New defvars.
7827 (compilation-filter): Call compilation-filter-hook prior to
7828 updating the process mark.
7829
c4662635
SM
78302011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
7833
b0512a1d
EZ
78342011-05-07 Eli Zaretskii <eliz@gnu.org>
7835
605c9376
EZ
7836 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
7837 mailclient-send-it even if window-system is nil. (Bug#8595)
7838
c4662635
SM
7839 * term/w32console.el (terminal-init-w32console):
7840 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
7841 background-mode. (Bug#8597)
7842
d1dc2cc2
SM
78432011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7844
7845 Make bytecomp.el understand that defmethod defines funs (bug#8631).
7846 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
7847 New functions.
7848 (defgeneric, eieio--defmethod): Use them.
7849 (eieio-defgeneric): Remove.
7850 (defmethod): Call defgeneric in a way visible to the byte-compiler.
7851
915d1300
GM
78522011-05-07 Glenn Morris <rgm@gnu.org>
7853
a3961c3e
GM
7854 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
7855 Use let rather than let*.
7856 (timeclock-find-discrep): Remove unused local.
7857
314347b9
GM
7858 * calendar/diary-lib.el (diary-comment-start): Doc fix.
7859
915d1300
GM
7860 * calendar/appt.el (appt-time-msg-list): Doc fix.
7861
275b59b0
NF
78622011-05-06 Noah Friedman <friedman@splode.com>
7863
7864 * apropos.el (apropos-print-doc): Only use
7865 emacs-lisp-docstring-fill-column when it is bound to an integer,
7866 per that variable's documentation.
7867
6c19f744
SM
78682011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 7871 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 7872
60f884b2
GM
78732011-05-06 Glenn Morris <rgm@gnu.org>
7874
5006e634
GM
7875 * calendar/appt.el (appt-message-warning-time): Doc fix.
7876 (appt-warning-time-regexp): New option.
7877 (appt-make-list): Respect appt-message-warning-time.
7878
548d0a63
GM
7879 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
7880 New options.
7881 (diary-add-to-list): Strip comments from the displayed string.
7882 (diary-mode): Set comment-start and comment-end.
7883
60f884b2
GM
7884 * vc/diff-mode.el (smerge-refine-subst): Declare.
7885 (diff-refine-hunk): Don't require smerge-mode when compiling.
7886
989681bb
JB
78872011-05-06 Juanma Barranquero <lekktu@gmail.com>
7888
7889 * simple.el (list-processes): Return nil as the docstring says.
7890
a6bc05e1
MA
78912011-05-05 Michael Albinus <michael.albinus@gmx.de>
7892
7893 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
7894 to "".
7895 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7896 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
7897 determining of binary transfer. (Bug#7383)
7898
23c22e9a
MA
78992011-05-05 Michael Albinus <michael.albinus@gmx.de>
7900
c4662635
SM
7901 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7902 Fix port computation bug. (Bug#8618)
23c22e9a 7903
0bff894f
GM
79042011-05-05 Glenn Morris <rgm@gnu.org>
7905
b8296902
GM
7906 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
7907
1f522ce8
GM
7908 * simple.el (shell-dynamic-complete-functions)
7909 (comint-dynamic-complete-functions): Declare.
7910
cf5bee67
GM
7911 * net/network-stream.el (gnutls-negotiate):
7912 * simple.el (tabulated-list-print): Fix declarations.
7913
7914 * progmodes/gud.el (syntax-symbol, syntax-point):
7915 Remove unnecessary and incorrect declarations.
7916
0bff894f
GM
7917 * emacs-lisp/check-declare.el (check-declare-scan):
7918 Handle byte-compile-initial-macro-environment in bytecomp.el
7919
9869b3ae
SM
79202011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7921
7922 Fix earlier half-done eieio-defmethod change (bug#8338).
7923 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
7924 Streamline and change calling convention.
7925 (defmethod): Adjust accordingly and simplify.
7926 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
7927 new eieio--defmethod.
7928 (slot-boundp): Minor CSE simplification.
7929
9c1d5ac5
MZ
79302011-05-05 Milan Zamazal <pdm@zamazal.org>
7931
7932 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
7933 (glasses-make-readable): Use glasses-separate-capital-groups.
7934
455c834e
JB
79352011-05-05 Juanma Barranquero <lekktu@gmail.com>
7936
7937 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
7938 (warning-series): Doc fix.
7939 (display-warning): Don't try to create the buffer if we just found it.
7940
9ed7c8cb
CY
79412011-05-04 Chong Yidong <cyd@stupidchicken.com>
7942
7943 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
7944 (autoload-find-generated-file): New function.
7945 (generate-file-autoloads): Bind generated-autoload-file to
7946 buffer-file-name.
9869b3ae
SM
7947 (update-file-autoloads, update-directory-autoloads):
7948 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
7949 output file (Bug#7989).
7950 (batch-update-autoloads): Doc fix.
7951
0898ca10
JB
79522011-05-04 Juanma Barranquero <lekktu@gmail.com>
7953
7954 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
7955
31dfb76c
GM
79562011-05-04 Glenn Morris <rgm@gnu.org>
7957
f330b642
GM
7958 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
7959 function, so it follows changes in calendar-date-style.
7960 (diary-fancy-date-matcher): New function.
7961 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
7962 (diary-fancy-font-lock-fontify-region-function):
7963 Use diary-fancy-date-pattern as a function.
7964
31dfb76c
GM
7965 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
7966 non-numbers for `year' etc pseudo-variables. (Bug#8583)
7967
48e79d6a
TZ
79682011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
7969
7970 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
7971 instead of positional arguments. Allow :keylist and :crlfiles
7972 arguments.
7973 (open-gnutls-stream): Call it.
7974
7975 * net/network-stream.el (network-stream-open-starttls): Adjust to
7976 call `gnutls-negotiate' with :process and :hostname arguments.
7977
dd5a5ee0
SM
79782011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7979
ef80fc09
SM
7980 * minibuffer.el (completion--message): New function.
7981 (completion--do-completion, minibuffer-complete)
7982 (minibuffer-force-complete, minibuffer-complete-word): Use it.
7983 (completion--do-completion): Don't ignore completion-auto-help when in
7984 icomplete-mode.
7985
dd5a5ee0
SM
7986 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
7987 internal encoding (e.g. tibetan zero is not whitespace).
7988 (global-whitespace-mode): Prefer save-current-buffer.
7989 (whitespace-trailing-regexp): Remove useless save-match-data.
7990 (whitespace-empty-at-bob-regexp): Minor simplification.
7991
b7d22a83
CY
79922011-05-03 Chong Yidong <cyd@stupidchicken.com>
7993
7994 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
7995
5192af46
AM
79962011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7997
7998 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 7999 Use `concat' to create string for insertion.
5192af46 8000
5767d190
SM
80012011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
8004 Avoid open-line which runs post-self-insert-hook.
8005 (bibtex-fill-entry): Remove unused `end' var.
8006
bf242939
AM
80072011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
8008
5767d190
SM
8009 * textmodes/ispell.el (ispell-add-per-file-word-list):
8010 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 8011
25666126
LL
80122011-05-03 Leo Liu <sdl.web@gmail.com>
8013
8014 * isearch.el (isearch-yank-pop): New command.
5767d190 8015 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
8016 (isearch-forward): Mention it.
8017
52d3c2d0
SM
80182011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8019
1bcace58
SM
8020 * simple.el (minibuffer-complete-shell-command): Remove.
8021 (minibuffer-local-shell-command-map): Use completion-at-point.
8022 (read-shell-command): Setup completion vars here instead.
8023 (read-expression-map): Bind TAB to symbol completion.
8024
52d3c2d0
SM
8025 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
8026 error directly rather via storing it into `results'.
8027
35813471
LL
80282011-05-02 Leo Liu <sdl.web@gmail.com>
8029
8030 * vc/diff.el: Fix description.
8031
e793a940
LMI
80322011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8033
8034 * server.el (server-eval-at): New function.
8035
8de66e05
LMI
80362011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8037
8038 * net/network-stream.el (open-network-stream): Take a :nowait
8039 parameter and pass it on to `make-network-process'.
8040 (network-stream-open-plain): Ditto.
8041
dcb79f20
AS
80422011-04-30 Andreas Schwab <schwab@linux-m68k.org>
8043
8044 * faces.el (face-spec-set-match-display): Don't match toolkit
8045 options on terminal frames.
8046
14a7fbd8
SM
80472011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8048
7eabc1be
SM
8049 * progmodes/pascal.el: Use lexical binding.
8050 (pascal-mode-map): Remove author preferences.
8051
14a7fbd8
SM
8052 * pcomplete.el (pcomplete-std-complete): Don't abuse
8053 completion-at-point.
8054
50f84510
JB
80552011-04-28 Juanma Barranquero <lekktu@gmail.com>
8056
6e087a44
JB
8057 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
8058 removing code that has been dead since 1991 or so.
8059
50f84510
JB
8060 * startup.el (command-line): When warning about "_emacs", use a
8061 delayed warning to allow the user to filter it out.
8062
0ba690bd
DD
80632011-04-28 Deniz Dogan <deniz@dogan.se>
8064
8065 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
8066 user has not joined.
8067
08abfaad
SM
80682011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8069
8070 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
8071 aren't any completions at point.
8072
638f053a
JB
80732011-04-28 Juanma Barranquero <lekktu@gmail.com>
8074
8075 * subr.el (display-delayed-warnings): New function.
8076 (delayed-warnings-hook): New variable.
8077
8fff8daa
SM
80782011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8079
08abfaad
SM
8080 * minibuffer.el (completion-at-point, completion-help-at-point):
8081 Don't presume that a given completion-at-point-function will always
8082 use the same calling convention.
8083
8fff8daa
SM
8084 * pcomplete.el (pcomplete-completions-at-point):
8085 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
8086 pcomplete-seen is non-nil.
8087 (pcomplete-comint-setup): Also recognize the new comint/shell
8088 completion functions.
8089 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
8090 pcomplete-seen is non-nil.
8091
841a1577 80922011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 8093
841a1577 8094 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 8095 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 8096 the first character in the entry. This allows for code to add its
211ec907
UJ
8097 own uid to the entry.
8098 (icalendar--convert-float-to-ical): Add export of
8099 `diary-float'-entries save for those with the optional DAY
8100 argument.
8101
2a782793
DC
81022011-04-27 Daniel Colascione <dan.colascione@gmail.com>
8103
8104 * subr.el (shell-quote-argument): Use alternate escaping strategy
8105 when we spot a variable reference in a string.
8106
0438ce91
DC
81072011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8108
8109 * cus-start.el (all): Define customization for debug-on-event.
8110
841a1577 81112011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
8112
8113 * subr.el (shell-quote-argument): Escape correctly under Windows.
8114
d090ed6c
SM
81152011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
8118
bfd31217
MA
81192011-04-25 Michael Albinus <michael.albinus@gmx.de>
8120
d090ed6c
SM
8121 * net/tramp.el (tramp-process-actions): Add POS argument.
8122 Delete region between POS and (pos).
bfd31217 8123
d090ed6c
SM
8124 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8125 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
8126 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
8127
8128 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
8129 position in `tramp-process-actions' call.
8130
8131 * net/trampver.el: Update release number.
8132
e92f3bd3
SM
81332011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8134
850256b5
SM
8135 * custom.el (defcustom): Obey lexical-binding.
8136
e92f3bd3
SM
8137 Fix octave-inf completion problems reported by Alexander Klimov.
8138 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8139 Inherit from octave-mode-syntax-table.
8140 (inferior-octave-mode): Set info-lookup-mode.
8141 (inferior-octave-completion-at-point): New function.
8142 (inferior-octave-complete): Use it and completion-in-region.
8143 (inferior-octave-dynamic-complete-functions): Use it as well, and use
8144 comint-filename-completion.
8145 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8146 symbol elements which shouldn't be word elements.
8147 (octave-font-lock-keywords, octave-beginning-of-defun)
8148 (octave-function-header-regexp): Adjust regexps accordingly.
8149 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8150
cd22b309
JB
81512011-04-25 Juanma Barranquero <lekktu@gmail.com>
8152
8153 * net/gnutls.el (gnutls-errorp): Declare before first use.
8154
8b492194
TZ
81552011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
8156
8157 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8158 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 8159 default trustfile exists before going to use it. Add missing
5a5fa834 8160 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
8161 Reported by Claudio Bley <claudio.bley@gmail.com>.
8162 (open-gnutls-stream): Add usage example.
8163
8164 * net/network-stream.el (network-stream-open-starttls): Give host
8165 parameter to `gnutls-negotiate'.
8166 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 8167 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 8168
841a1577 81692011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 8170
cd22b309
JB
8171 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8172 Use correct match group (bug#8438).
05842630 8173
3ba7869c
CY
81742011-04-24 Chong Yidong <cyd@stupidchicken.com>
8175
512e3ae1
CY
8176 * emacs-lisp/package.el (package-built-in-p): Fix typo.
8177 (package-menu--generate): New arg specifying packages to show.
8178 (package-menu-refresh, package-menu-execute, list-packages):
8179 Callers changed.
8180 (package-show-package-list): New function, replacing deleted
8181 package--list-packages (renamed because it is non-internal).
8182
8183 * finder.el (finder-list-matches): Use package-show-package-list
8184 instead of deleted package--list-packages.
8185
e92f3bd3
SM
8186 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8187 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
8188 (vc-annotate-mode-map): Bind it to RET.
8189
7031be6d
UR
81902011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8191
8192 * progmodes/etags.el (next-file): Don't use set-buffer to change
8193 buffers (Bug#8478).
8194
4ef177aa
CY
81952011-04-24 Chong Yidong <cyd@stupidchicken.com>
8196
c8d173eb
CY
8197 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8198
4ef177aa
CY
8199 * apropos.el (apropos-label-face): Avoid variable-pitch face.
8200 (apropos-accumulator): Doc fix.
8201 (apropos-function, apropos-macro, apropos-command)
8202 (apropos-variable, apropos-face, apropos-group, apropos-widget)
8203 (apropos-plist): Add face property.
8204 (apropos-symbols-internal): Fix indentation.
8205 (apropos-print): Simplify help, and recognize apropos-multi-type.
8206 (apropos-print-doc): Use button-type-get to extract the button's
8207 face property. Fill docstring (Bug#8352).
8208
4ffd0d6b 82092011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
8210
8211 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8212
c6c32125 8213 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 8214 (mpuz-mode-map): Use mapc.
c6c32125
JB
8215 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8216 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8217 Fix typos in docstrings.
8218
58d468b4
JB
8219 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8220 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8221
6470c3c6
JB
8222 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8223
4ffd0d6b 82242011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
8225
8226 * minibuffer.el (completion--do-completion): Avoid the "Next char
8227 not unique" prompt if icomplete-mode is enabled (Bug#5849).
8228
3ad8bad0
CY
8229 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8230 mouse-2 into unread-command-events, it is interpreted correctly.
8231
71d73c9c 8232 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 8233 (image-toggle-display): Doc fix.
71d73c9c 8234
841a1577 82352011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 8236
4ffd0d6b
GM
8237 * textmodes/page.el (what-page): Use line-number-at-pos to
8238 calculate line number (Bug#6825).
6e1dbaa9 8239
c2fb1b60
JB
82402011-04-22 Juanma Barranquero <lekktu@gmail.com>
8241
8242 * eshell/esh-mode.el (find-tag-interactive): Declare function.
8243 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8244 Pass argument NO-DEFAULT to `find-tag-interactive'.
8245
e02f48d7
JB
82462011-04-22 Juanma Barranquero <lekktu@gmail.com>
8247
8248 Lexical-binding cleanup.
8249
8250 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8251 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8252 * progmodes/ada-prj.el (ada-prj-initialize-values)
8253 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8254 (ada-prj-show-value):
8255 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8256 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8257 (antlr-invalidate-context-cache, antlr-options-menu-filter)
8258 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8259 * progmodes/bug-reference.el (bug-reference-push-button):
8260 * progmodes/fortran.el (fortran-line-length):
8261 * progmodes/glasses.el (glasses-change):
8262 * progmodes/octave-mod.el (octave-fill-paragraph):
8263 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8264 (python-pdbtrack-grub-for-buffer, python-sentinel):
8265 * progmodes/sql.el (sql-save-connection):
8266 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8267 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8268 Mark unused parameters.
8269
8270 * progmodes/compile.el (compilation--flush-directory-cache)
8271 (compilation--flush-parse, compile-internal): Mark unused parameters.
8272 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8273 (compilation-next-error-function): Remove unused variable `timestamp'.
8274
8275 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8276 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8277
8278 * progmodes/dcl-mode.el (dcl-end-of-command):
8279 Remove unused variable `start'.
8280 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8281 (dcl-option-value-basic, dcl-option-value-offset)
8282 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8283 Mark unused parameters.
8284 (dcl-save-local-variable): Remove unused variable `val'.
8285 (mode): Declare.
8286
8287 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8288 Mark unused parameters.
8289 (delphi-ignore-changes): Move before first use.
8290 (delphi-charset-token-at): Remove unused variable `start'.
8291 (delphi-else-start): Remove unused variable `if-count'.
8292 (delphi-comment-block-start, delphi-comment-block-end):
8293 Remove unused variable `kind'.
8294 (delphi-indent-line): Remove unused variable `new-point'.
8295
8296 * progmodes/ebrowse.el (ebrowse-files-list)
8297 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8298 Mark unused parameters. Don't quote `lambda'.
8299 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8300 Don't quote `lambda'.
8301 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8302 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8303 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8304 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8305 Use `ignore-errors'.
8306 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8307 (ebrowse-view/find-file-and-search-pattern)
8308 (ebrowse-view/find-member-declaration/definition):
8309 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8310 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8311 Rename parameter PREFIX-ARG to PREFIX.
8312 (ebrowse-tags-read-name): Remove unused variables `start' and
8313 `member-info'.
8314 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8315 to `tags-file'.
8316
8317 * progmodes/etags.el (local-find-tag-hook): Declare.
8318 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8319 Mark unused parameters.
8320
8321 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8322 (executable-interpret): Mark unused parameter.
8323
8324 * progmodes/flymake.el (flymake-process-sentinel)
8325 (flymake-after-change-function)
8326 (flymake-create-temp-with-folder-structure)
8327 (flymake-get-include-dirs-dot): Mark unused parameters.
8328 (flymake-safe-delete-directory): Remove unused variable `err'.
8329
8330 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8331 (speedbar-timer-fn, speedbar-line-text)
8332 (speedbar-change-expand-button-char, speedbar-delete-subblock)
8333 (speedbar-center-buffer-smartly): Declare functions.
8334 (gdb-find-watch-expression): Remove unused variable `array'.
8335 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8336 (gdb-starting): Mark unused parameters.
8337 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8338 (gdb-table-string): Remove unused variable `res'.
8339 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8340 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8341 (gdb-display-buffer): Remove unused variable `cur-size'.
8342
8343 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8344 allow lexical-binding compilation.
8345 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8346 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8347 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8348 Mark unused parameters.
8349 (gud-gdb-marker-filter): Remove unused variable `match'.
8350 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8351 lambda expressions and funcall them, instead of using `fset'.
8352
8353 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8354 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8355
8356 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8357 variable `header-beg'; use `let'.
8358
8359 * progmodes/icon.el (indent-icon-exp): Remove unused variables
8360 `restart', `last-sexp' and `at-do'.
8361
8362 * progmodes/js.el (js--debug): Mark unused parameter.
8363 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8364 (js--splice-into-items): Remove unused variable `item'.
8365 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8366
8367 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8368 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8369 (makefile-complete): Remove unused variable `try'.
8370 (makefile-fill-paragraph, makefile-match-function-end):
8371 Mark unused parameters.
8372
8373 * progmodes/octave-inf.el (inferior-octave-complete):
8374 Remove unused variable `proc'.
8375 (inferior-octave-output-digest): Mark unused parameter.
8376
8377 * progmodes/perl-mode.el (perl-calculate-indent):
8378 Remove unused variable `err'.
8379
8380 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8381 (prolog-indent-line): Mark unused parameters.
8382 (prolog-indent-line): Remove unused variable `beg'.
8383
8384 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8385 (reporter-dont-compact-list): Declare.
8386
8387 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8388 Remove unused variable `char'.
8389 (sh-debug): Mark unused parameter.
8390 (sh-get-indent-info): Remove unused variable `start'.
8391 (sh-calculate-indent): Remove unused variable `var'.
8392
8393 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8394 (simula-electric-keyword): Remove unused variable `null'.
8395 (simula-search-backward, simula-search-forward): Remove unused
8396 variables `begin' and `end'.
8397
8398 * progmodes/vera-mode.el (vera-guess-basic-syntax):
8399 Remove unused variable `pos'.
8400 (vera-electric-tab, vera-comment-uncomment-region):
8401 Mark unused parameters.
8402 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8403
7ede3b65
CY
84042011-04-22 Chong Yidong <cyd@stupidchicken.com>
8405
8406 * emacs-lisp/package.el (package--builtins, package-alist)
8407 (package-load-descriptor, package-built-in-p, package-activate)
8408 (define-package, package-installed-p)
8409 (package-compute-transaction, package-buffer-info)
8410 (package--push): Doc fix. Distinguish more clearly between
8411 version strings and version lists.
8412
121656e9
JB
84132011-04-21 Juanma Barranquero <lekktu@gmail.com>
8414
8415 Lexical-binding cleanup.
8416
8417 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8418 (5x5-make-mutate-best):
8419 * play/fortune.el (fortune-in-buffer):
8420 * play/gomoku.el (gomoku-init-display):
8421 * play/solitaire.el (solitaire, solitaire-do-check):
8422 * play/tetris.el (tetris-default-update-speed-function):
8423 Mark unused parameters.
8424
8425 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8426 (bubbles--shift): Remove unused variable `char-org'.
8427 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
8428 (bubbles--show-images): Remove unused variable `char'.
8429
8430 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8431 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8432 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8433 (decipher-analyze-buffer): Use ?\s.
8434 (decipher-make-checkpoint): Remove unused variable `mapping'.
8435
8436 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8437
8438 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8439 Remove unused variable `result'; use `let'.
8440
8441 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8442 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8443 (gametree-children-shown-p, gametree-compute-reduced-score):
8444 Use `ignore-errors'.
8445
8446 * play/handwrite.el (ps-lpr-switches): Declare.
8447 (handwrite): Remove unused variables `pmin' and `lastp'.
8448
8449 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8450
8451 * play/landmark.el (landmark-init-display)
8452 (landmark-update-naught-weights): Mark unused parameters.
8453 (landmark-y): Remove unused variable `noise'. Simplify.
8454 (landmark-human-plays): Remove unused variable `score'.
8455
8456 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8457 (mpuz-try-proposal): Remove unused variable `game'.
8458
8459 * play/zone.el (life-patterns): Declare.
8460
80f499c7
JB
84612011-04-20 Juanma Barranquero <lekktu@gmail.com>
8462
8463 * vc/vc.el (ediff-vc-internal): Declare function.
8464
024ff170
SM
84652011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8466
c0a193ea
SM
8467 * shell.el: Use lexical-binding and std completion UI.
8468 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8469 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8470 comint-preoutput-filter-functions rather than on
8471 comint-output-filter-functions.
8472 (shell-command-completion, shell--command-completion-data)
8473 (shell-filename-completion, shell-environment-variable-completion)
8474 (shell-c-a-p-replace-by-expanded-directory): New functions.
8475 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8476 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8477 (shell-dynamic-complete-environment-variable): Use them.
8478 (shell-dynamic-complete-as-environment-variable)
8479 (shell-dynamic-complete-as-command): Remove.
8480 (shell-match-partial-variable): Match past point.
8481 * comint.el: Clean up use of completion-at-point-functions.
8482 (comint-completion-at-point): New function.
8483 (comint-mode): Use it completion-at-point-functions.
8484 (comint-dynamic-complete): Make it obsolete.
8485 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8486 (comint-c-a-p-replace-by-expanded-history): New function.
8487 (comint-dynamic-complete-functions)
8488 (comint-replace-by-expanded-history): Use it.
8489 * minibuffer.el (completion-table-with-terminator): Allow dynamic
8490 termination strings. Try harder to avoid second try-completion.
8491 (completion-in-region-mode-map): Disable bindings that don't work yet.
8492
2dbaa080
SM
8493 * comint.el: Use lexical-binding. Require CL.
8494 (comint-dynamic-complete-functions): Use comint-filename-completion.
8495 (comint-completion-addsuffix): Tweak custom type.
8496 (comint-filename-completion, comint--common-suffix)
8497 (comint--common-quoted-suffix, comint--table-subvert)
8498 (comint--complete-file-name-data): New functions.
8499 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8500 (comint-dynamic-list-filename-completions): Use them.
8501 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 8502
2dbaa080
SM
8503 * minibuffer.el (completion-in-region-mode):
8504 Keep completion-in-region-mode--predicate global.
8505 (completion-in-region--postch):
8506 Assume completion-in-region-mode--predicate is not null.
8507
c79a6f38
SM
8508 * progmodes/flymake.el (flymake-start-syntax-check-process):
8509 Obey `dir'. Simplify.
8510
024ff170
SM
8511 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8512 we're in VC after all.
8513
1c6c854e
CS
85142011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
8515
8516 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 8517 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
8518 (vc-version-diff): Use vc-diff-build-argument-list-internal.
8519
bed7f140
SM
85202011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8521
332e62ab
SM
8522 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8523 add sanity check.
8524
bed7f140
SM
8525 * obsolete/erc-hecomplete.el: Make obsolete.
8526 * obsolete/: Standardize obsolescence info in the header.
8527
f195c582
GM
85282011-04-20 Glenn Morris <rgm@gnu.org>
8529
8530 * calendar/solar.el (solar-horizontal-coordinates):
8531 Use the longitude argument rather than `calendar-longitude'.
8532 (solar-date-next-longitude): Remove unused locals.
8533
cb79b8c0
VJL
85342011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8535
8536 * whitespace.el: New version 13.2.1.
8537
85382011-04-20 felix <EmacsWiki> (tiny change)
8539
d8e4b68b 8540 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
8541 switching between major modes on a file.
8542
602ea69d
SM
85432011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8546 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8547 multi-line comments as well.
8548
06b60517
JB
85492011-04-19 Juanma Barranquero <lekktu@gmail.com>
8550
8551 Lexical-binding cleanup.
8552
8553 * arc-mode.el (archive-mode-revert):
8554 * cmuscheme.el (scheme-interactively-start-process):
8555 * custom.el (custom-initialize-delay):
8556 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8557 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8558 * emacs-lock.el (emacs-lock-clear-sentinel):
8559 * ezimage.el (defezimage):
8560 * follow.el (follow-avoid-tail-recenter):
8561 * fringe.el (set-fringe-mode-1):
8562 * generic-x.el (bat-generic-mode-compile):
8563 * help-mode.el (help-info-variable, help-do-xref)
8564 (help-mode-revert-buffer):
8565 * help.el (view-emacs-todo):
8566 * iswitchb.el (iswitchb-completion-help):
8567 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8568 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8569 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8570 * locate.el (locate-update):
8571 * longlines.el (longlines-encode-region)
8572 (longlines-after-change-function):
8573 * outline.el (outline-isearch-open-invisible):
8574 * ps-def.el (declare-function, charset-dimension, char-width)
8575 (encode-char):
8576 * ps-mule.el (ps-mule-plot-string):
8577 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8578 (recentf-edit-list-select, recentf-edit-list-validate)
8579 (recentf-open-files-action):
8580 * rect.el (delete-whitespace-rectangle-line)
8581 (rectangle-number-line-callback):
8582 * register.el (window-configuration-to-register)
8583 (frame-configuration-to-register):
8584 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8585 * select.el (xselect-convert-to-string, xselect-convert-to-length)
8586 (xselect-convert-to-targets, xselect-convert-to-delete)
8587 (xselect-convert-to-filename, xselect-convert-to-charpos)
8588 (xselect-convert-to-lineno, xselect-convert-to-colno)
8589 (xselect-convert-to-os, xselect-convert-to-host)
8590 (xselect-convert-to-user, xselect-convert-to-class)
8591 (xselect-convert-to-name, xselect-convert-to-integer)
8592 (xselect-convert-to-atom, xselect-convert-to-identity):
8593 * subr.el (declare, ignore, process-kill-without-query)
8594 (text-clone-maintain):
8595 * terminal.el (te-get-char, te-tic-sentinel):
8596 * tool-bar.el (tool-bar-make-keymap):
8597 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8598 * type-break.el (type-break-mode, type-break-noninteractive-query):
8599 * view.el (View-back-to-mark):
8600 * wid-browse.el (widget-browse-action, widget-browse-widget)
8601 (widget-browse-widgets, widget-browse-sexp):
8602 * widget.el (define-widget-keywords):
8603 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8604 Mark unused parameters.
8605
8606 * align.el (align-adjust-col-for-rule): Mark unused parameter.
8607 (align-areas): Remove unused variable `look'.
8608 (align-region): Remove unused variables `real-end' and `pos-list'.
8609
8610 * apropos.el (apropos-score-doc): Remove unused variable `i'.
8611
8612 * bindings.el (mode-line-modified, mode-line-remote):
8613 Mark unused parameters.
8614 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8615
8616 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8617 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8618
8619 * comint.el (comint-history-isearch-pop-state)
8620 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8621 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8622 (comint-substitute-in-file-name): Doc fix.
8623
8624 * completion.el (cmpl-statistics-block): Mark unused parameter.
8625 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8626 (save-completions-to-file, load-completions-from-file):
8627 Remove unused local variable `e'.
8628
8629 * composite.el (compose-chars): Remove unused variable `len'.
8630 (lgstring-insert-glyph): Remove unused variable `g'.
8631 (compose-glyph-string): Remove unused variables `ascent',
8632 `descent', `lbearing' and `rbearing'.
8633 (compose-glyph-string-relative): Remove unused variables
8634 `lbearing', `rbearing' and `wadjust'.
8635 (compose-gstring-for-graphic): Remove unused variables `header',
8636 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
8637 (compose-gstring-for-terminal): Remove unused variables `header'
8638 and `nchars'. Use `let', not `let*'.
8639
8640 * cus-edit.el (Custom-set, Custom-save, custom-reset)
8641 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8642 (Custom-buffer-done, custom-buffer-create-internal)
8643 (custom-browse-visibility-action, custom-browse-group-tag-action)
8644 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8645 (widget-magic-mouse-down-action, custom-toggle-parent)
8646 (custom-add-parent-links, custom-toggle-hide-variable)
8647 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8648 (custom-toggle-hide-face, face, hook, custom-group-link-action)
8649 (custom-face-menu-create, custom-variable-menu-create, get)
8650 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8651 (custom-reset-standard-save-and-update): Remove unused variable `value'.
8652 (customize-apropos): Remove unused variable `tests'.
8653 (custom-group-value-create): Remove unused variable `hidden-p'.
8654 (sort-fold-case): Declare.
8655
8656 * cus-theme.el (custom-reset-standard-faces-list)
8657 (custom-reset-standard-variables-list): Declare.
8658 (customize-create-theme, custom-theme-revert, custom-theme-write)
8659 (custom-theme-choose-mode, customize-themes, custom-theme-save):
8660 Mark unused parameters.
8661
8662 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8663
8664 * delim-col.el (delimit-columns-max): Move defvar before first use.
8665
8666 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 8667 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
8668
8669 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8670 (auto-insert): Declare.
8671 (desktop-restore-file-buffer): Rename desktop-* parameters;
8672 mark unused ones.
8673 (desktop-create-buffer): Rename desktop-* parameters and bind them.
8674 (desktop-buffer): Rename desktop-* parameters.
8675
8676 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8677 (dframe-reposition-frame-xemacs, dframe-help-echo)
8678 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8679 Mark unused parameters.
8680
8681 * dired-aux.el (backup-extract-version-start, overwrite-query)
8682 (overwrite-backup-query, rename-regexp-query)
8683 (rename-non-directory-query): Declare.
8684 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8685 (dired-add-entry): Remove unused variable `orig-file-name'.
8686 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8687 Use parameter PRESERVE-TIME instead of accessing dynamic variable
8688 `dired-copy-preserve-time' directly.
8689 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8690 (dired-insert-subdir-newpos): Rename unused variable `pos'.
8691
8692 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8693 (dired-virtual-revert, dired-make-relative-symlink):
8694 Mark unused parameters.
8695 (manual-program): Declare.
8696 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8697 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8698 wrapped in `with-no-warnings' to avoid replacing one warning by another.
8699
8700 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8701
8702 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8703
8704 * echistory.el (electric-history-in-progress, Helper-return-blurb):
8705 Declare.
8706
8707 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8708
8709 * electric.el (Electric-command-loop): Rename parameter
8710 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8711
8712 * expand.el (expand-in-literal): Remove unused variable `here'.
8713
8714 * facemenu.el (facemenu-add-new-color):
8715 Remove unused variable `docstring'.
8716
8717 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8718 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8719 (face-attr-construct): Mark unused parameter. Doc fix.
8720 (read-color): Remove unused variable `hex-string'.
8721
8722 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8723 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8724 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8725 (display-buffer-other-frame): Remove unused variable `old-window'.
8726 (kill-buffer-hook): Declare.
8727 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8728 Mark unused parameters.
8729 (after-find-file): Pass 1 to `auto-save-mode', not t.
8730
8731 * files-x.el (auto-insert): Declare.
8732 (modify-file-local-variable-prop-line): Remove unused variable `val'.
8733
8734 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 8735 variable `buf'. Mark unused parameter.
06b60517
JB
8736 (find-lisp-insert-directory): Mark unused parameter.
8737
8738 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8739 (format-encode-region): Remove unused variables `cur-buf' and `result'.
8740 (format-common-tail): Remove, unused.
8741 (format-deannotate-region): Remove unused variable `loc'.
8742 (format-annotate-region): Remove unused variable `p'.
8743 (format-annotate-single-property-change): Remove unused variables
8744 `default' and `tail'.
8745
8746 * forms.el (read-file-filter): Declare.
8747 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8748
8749 * frame.el (frame-creation-function-alist): Mark unused parameter.
8750 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8751
8752 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8753 Remove unused parameters.
8754 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8755 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8756
8757 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8758 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8759 (hfy-prepare-tag-map): Mark unused parameters.
8760 (htmlfontify-buffer): Use `called-interactively-p'.
8761
8762 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8763 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8764 (ibuffer-do-occur): Mark unused parameters.
8765 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8766 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8767
8768 * ibuffer.el: Don't quote `lambda'.
8769 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8770 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8771 Mark unused parameters.
8772
8773 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8774 (ido-completing-read): Mark unused parameters.
8775 (ido-copy-current-word): Mark unused parameters;
8776 remove unused variable `name'.
8777 (ido-sort-merged-list): Remove unused parameter `dirs'.
8778
8779 * ielm.el (ielm-input-sender): Mark unused parameter.
8780 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8781 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8782 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8783 `ielm-string' as a dynamic variable accessible from the IELM prompt.
8784 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
8785
8786 * image-dired.el (image-dired-display-thumbs): Remove unused
8787 variables `curr-file' and `count'.
8788 (image-dired-remove-tag): Remove unused variable `start'.
8789 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8790 variable `curr-file'
8791 (image-dired-rotate-original): Remove unused variable `temp-file'.
8792 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
8793 Remove unused variable `file'.
8794 (image-dired-gallery-generate): Remove unused variable `curr'.
8795 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
8796
8797 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
8798
8799 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
8800
8801 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
8802
8803 * isearch.el (minibuffer-history-symbol): Declare.
8804 (isearch-edit-string): Remove unused variable `err'.
8805 (isearch-message-prefix, isearch-message-suffix):
8806 Mark unused parameters.
8807
8808 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
8809
8810 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
8811
8812 * makesum.el (double-column): Remove unused variable `cnt'.
8813
8814 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
8815 (ido-ignore-item-temp-list): Declare.
8816
8817 * mouse-drag.el (mouse-drag-throw): Remove unused variables
8818 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
8819 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
8820 (mouse-drag-drag): Remove unused variables `mouse-delta' and
8821 `mouse-col-delta'.
8822
8823 * mouse-sel.el (mouse-extend-internal):
8824 Remove unused variable `orig-window-frame'.
8825
8826 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
8827 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
8828 Move declarations before first use.
8829 (pcomplete-opt): Mark unused parameters; doc fix.
8830
8831 * proced.el (proced-revert): Mark unused parameter.
8832 (proced-send-signal): Remove unused variable `err'.
8833
8834 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
8835 Rename parameter PREFIX-ARG to ARG.
8836 (ps-basic-plot-string, ps-basic-plot-whitespace):
8837 Mark unused parameters.
8838
8839 * replace.el (replace-count): Define.
8840 (occur-revert-function): Mark unused parameters.
8841 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
8842 (isearch-case-fold-search, isearch-string): Declare.
8843 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
8844 bind `case-fold-search'. Remove unused variables `beg' and `end',
8845 and simplify.
8846 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
8847 COUNT and bind `replace-count'.
8848 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
8849 to COUNT.
8850
8851 * savehist.el (print-readably, print-string-length): Declare.
8852
8853 * shadowfile.el (shadow-expand-cluster-in-file-name):
8854 Remove unused variable `cluster'.
8855 (shadow-copy-file): Remove unused variable `i'.
8856 (shadow-noquery, shadow-clusters, shadow-site-cluster)
8857 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
8858 (shadow-define-literal-group, shadow-define-regexp-group)
8859 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
8860
8861 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
8862 (shell): Use `called-interactively-p'.
8863 (shell-directory-tracker): Remove unused variable `chdir-failure'.
8864
8865 * simple.el (compilation-context-lines, comint-file-name-quote-list)
8866 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
8867 (delete-backward-char): Remove unused variable `ocol'.
8868 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
8869 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
8870 (event-apply-hyper-modifier, event-apply-shift-modifier)
8871 (event-apply-control-modifier, event-apply-meta-modifier):
8872 Mark unused parameters.
8873 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
8874 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
8875
8876 * speedbar.el (speedbar-ignored-directory-expressions)
8877 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
8878 (speedbar-find-file, speedbar-dir-follow)
8879 (speedbar-directory-buttons-follow, speedbar-tag-find)
8880 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8881 (speedbar-buffers-line-directory, speedbar-buffer-click):
8882 Mark unused parameters.
8883 (speedbar-tag-file): Remove unused variable `mode'.
8884 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
8885
8886 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
8887
8888 * talk.el (talk): Remove unused variable `display'.
8889
8890 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
8891 (tar-write-region-annotate): Mark unused parameter.
8892
8893 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
8894 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
8895 Declare them, wrapped in `with-no-warnings' to avoid replacing one
8896 warning by another.
8897
8898 * time-stamp.el (time-stamp-string-preprocess):
8899 Remove unused variable `require-padding'.
8900
8901 * tree-widget.el (widget-glyph-enable): Declare.
8902 (tree-widget-action): Mark unused parameter.
8903
8904 * w32-fns.el (x-get-selection): Mark unused parameter.
8905 (autoload-make-program, generated-autoload-file): Declare.
8906
8907 * wdired.el (wdired-revert): Mark unused parameters.
8908 (wdired-xcase-word): Remove unused variable `err'.
8909
8910 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
8911 (whitespace-help-scroll): Remove unused variable `data-help'.
8912
8913 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
8914 (widget-image-insert, widget-after-change, default)
8915 (widget-default-format-handler, widget-default-notify)
8916 (widget-default-prompt-value, widget-info-link-action)
8917 (widget-url-link-action, widget-function-link-action)
8918 (widget-variable-link-action, widget-file-link-action)
8919 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
8920 (widget-field-prompt-internal, widget-field-action, widget-field-match)
8921 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
8922 (widget-insert-button-action, widget-delete-button-action, visibility)
8923 (widget-documentation-link-action, widget-documentation-string-action)
8924 (widget-const-prompt-value, widget-regexp-match, symbol)
8925 (widget-coding-system-prompt-value)
8926 (widget-key-sequence-value-to-external, sexp)
8927 (widget-sexp-value-to-internal, character, vector, cons)
8928 (widget-choice-prompt-value, widget-boolean-prompt-value)
8929 (widget-color--choose-action): Mark unused parameters.
8930 (widget-item-match-inline, widget-choice-match-inline)
8931 (widget-checklist-match, widget-checklist-match-inline)
8932 (widget-group-match): Rename parameter VALUES to VALS.
8933 (widget-field-value-set): Remove unused variable `size'.
8934 (widget-color-action): Remove unused variables `value' and `start'.
8935
8936 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 8937 variable `dir'. Doc fix.
06b60517
JB
8938 (windmove-find-other-window): Don't pass it.
8939
8940 * window.el (count-windows): Mark unused parameter.
8941 (bw-adjust-window): Remove unused variable `err'.
8942
8943 * woman.el (woman-file-name): Remove unused variable `default'.
8944 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
8945 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
8946 (global-font-lock-mode): Declare.
8947 (woman-decode-region): Mark unused parameter.
8948 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
8949
8950 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
8951 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
8952 (x-dnd-handle-moz-url): Remove unused variable `title'.
8953 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
8954
8955 * xml.el (xml-parse-tag, xml-parse-attlist):
8956 Remove unused variable `pos'.
8957
bc4f7f3d
GM
89582011-04-19 Glenn Morris <rgm@gnu.org>
8959
8960 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
8961 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8962 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8963 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
8964 * calendar/cal-html.el (cal-html-insert-minical):
8965 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
8966 (calendar-mark-date-pattern):
8967 Prefix "unused" locals.
8968
8969 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
8970 optional argument `style'.
8971
8972 * calendar/appt.el (appt-make-list):
8973 * calendar/cal-china.el (calendar-chinese-date-string):
8974 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
8975 (diary-hebrew-yahrzeit):
8976 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
8977 * calendar/calendar.el (calendar-generate-window):
8978 * calendar/time-date.el (time-to-days):
8979 Remove unused local variables.
8980
16a43933
CY
89812011-04-18 Chong Yidong <cyd@stupidchicken.com>
8982
8983 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
8984 glyphless-char-display table.
8985 (tabulated-list-glyphless-char-display): New var.
8986
7eed1860
SS
89872011-04-18 Sam Steingold <sds@gnu.org>
8988
8989 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
8990 to acknowledgments.
8991
4d2d1ccd
GM
89922011-04-17 Glenn Morris <rgm@gnu.org>
8993
8994 * calendar/diary-lib.el (diary-sexp-entry):
8995 * calendar/holidays.el (holiday-sexp):
8996 Set debug-on-error rather than the removed stack-trace-on-error.
8997
239da61d
GM
89982011-04-16 Glenn Morris <rgm@gnu.org>
8999
9000 * progmodes/f90.el: Use lexical-binding.
9001 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
9002
8b05752a
SM
90032011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9004
daca8ba5
SM
9005 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
9006 (mail-mode): Setup mailalias completion here instead.
9007 * mail/mailalias.el: Use lexical-binding.
9008 (pattern, mailalias-done): Declare dynamic.
9009 (mail-completion-at-point-function): New function, from mail-complete.
9010 (mail-complete): Use it.
9011 (mail-completion-expand): New function.
9012 (mail-get-names): Use it.
9013 (mail-directory, mail-directory-process, mail-directory-stream):
9014 Don't use `pattern' for lexically bound arg.
9015
6f542485
SM
9016 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
9017
037e7c3f
SM
9018 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
9019 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
9020 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
9021
8b05752a
SM
9022 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
9023 (byte-save-window-excursion, byte-temp-output-buffer-setup)
9024 (byte-interactive-p): Define them again, for use when inlining
9025 old code.
9026
49093f60
JB
90272011-04-15 Juanma Barranquero <lekktu@gmail.com>
9028
9029 * loadup.el: Use `string-to-number', not `string-to-int'.
9030
b5b8e7de
SM
90312011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
9034 gud-gdb-complete-command.
9035 (gud-gdb-completions): New function, from gud-gdb-complete-command.
9036 (gud-gdb-completion-at-point): New function.
9037 (gud-gdb-completions): Remove.
9038
f42efeb5
MA
90392011-04-14 Michael Albinus <michael.albinus@gmx.de>
9040
49093f60
JB
9041 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
9042 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
9043 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
9044 whether `executable-find' is bound.
f42efeb5
MA
9045
9046 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
9047
e240cc21
SM
90482011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * minibuffer.el (completion-in-region-mode-predicate)
9051 (completion-in-region-mode--predicate): New vars.
9052 (completion-in-region, completion-in-region--postch)
9053 (completion-in-region-mode): Use them.
9054 (completion--capf-wrapper): Also return the hook function.
9055 (completion-at-point, completion-help-at-point):
9056 Adjust and provide a predicate.
c2bd2ab0
SM
9057
9058 Preserve arg names for advice of subr and lexical functions (bug#8457).
9059 * help-fns.el (help-function-arglist): Consolidate the subr and
9060 new-byte-code cases. Add argument `preserve-names' to extract names
9061 from the docstring when needed.
9062 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
9063 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9064 (ad-arglist): Use help-function-arglist's new arg.
9065 (ad-definition-type): Use cond.
9066
c183f693
JB
90672011-04-13 Juanma Barranquero <lekktu@gmail.com>
9068
06641a47
JB
9069 * autorevert.el (auto-revert-handler):
9070 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
9071 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
9072 Don't quote lambda.
9073
c183f693
JB
9074 * image-mode.el (image-transform-set-scale):
9075 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
9076
1e3b6001
G
90772011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9078
9079 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 9080 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
9081 Upgrades via gnutls-cli are too slow to be done opportunistically.
9082
2d6af8dd
JB
90832011-04-12 Juanma Barranquero <lekktu@gmail.com>
9084
9085 * dframe.el (dframe-current-frame): Remove spurious quote.
9086
c0749a51
GM
90872011-04-12 Glenn Morris <rgm@gnu.org>
9088
088d0d61
GM
9089 * calendar/cal-tex.el (cal-tex-end-document):
9090 Try to automatically use latin1 input if needed.
9091
c0749a51
GM
9092 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
9093 Don't try to cons a mark onto an empty element.
9094
5c90fde0
LL
90952011-04-11 Leo Liu <sdl.web@gmail.com>
9096
9097 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
9098 buffers.
9099 (ido-kill-buffer-at-head): Support killing virtual buffers.
9100
369e974d
CY
91012011-04-10 Chong Yidong <cyd@stupidchicken.com>
9102
9103 * minibuffer.el (completion-show-inline-help): New var.
9104 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
9105 (minibuffer-force-complete, minibuffer-complete-word):
9106 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
9107
9108 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
9109 to avoid interference from inline help (Bug#5849).
9110
37f1c930
LL
91112011-04-10 Leo Liu <sdl.web@gmail.com>
9112
099c39a4
JB
9113 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9114 Fix typo.
37f1c930 9115
a32d4040
CY
91162011-04-09 Chong Yidong <cyd@stupidchicken.com>
9117
9118 * image-mode.el (image-toggle-display-image): Signal an error if
9119 not in Image mode.
9120 (image-transform-mode, image-transform-resize)
9121 (image-transform-set-rotation): Doc fix.
daca8ba5 9122 (image-transform-set-resize): Delete.
a32d4040
CY
9123 (image-transform-set-scale, image-transform-fit-to-height)
9124 (image-transform-fit-to-width): Handle image-toggle-display-image
9125 and image-transform-resize directly.
9126
099c39a4 91272011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
9128
9129 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
9130 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
9131 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
9132 (doc-view-mode-map): Add bindings for the new functions.
9133
099c39a4 91342011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 9135
4d61f28d 9136 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
9137 Fix typo in docstring.
9138
3726838a
EZ
91392011-04-08 Eli Zaretskii <eliz@gnu.org>
9140
04f33f1e
EZ
9141 * files.el (file-size-human-readable): Produce one digit after
9142 decimal, like "ls -lh" does.
9143
9144 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9145 the file size representation.
9146
3726838a
EZ
9147 * simple.el (list-processes): If async subprocesses are not
9148 available, error out with a clear error message.
9149
cbb59342
CY
91502011-04-08 Chong Yidong <cyd@stupidchicken.com>
9151
9152 * help.el (help-form-show): New function, to be called from C.
9153 Put help-form output in a buffer named differently than *Help*.
9154
e3971c44
EZ
91552011-04-08 Eli Zaretskii <eliz@gnu.org>
9156
9157 * files.el (file-size-human-readable): New function.
9158
9159 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9160 computing the representation inline. Don't require `cl'.
9161
12544bbe
GM
91622011-04-08 Glenn Morris <rgm@gnu.org>
9163
a1de6c6a
GM
9164 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9165
3c4671f4
GM
9166 * net/browse-url.el (browse-url-firefox):
9167 Test system-type, not system-configuration.
9168
b605679c
GM
9169 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9170 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9171 Use log-edit-empty-buffer-p. (Bug#7598)
9172
56442f0c
GM
9173 * net/rlogin.el (rlogin-process-connection-type): Simplify.
9174 (rlogin-mode-map): Initialize in the defvar.
9175 (rlogin): Use ignore-errors.
9176
12544bbe
GM
9177 * replace.el (occur-mode-map): Some fixes for menu items.
9178
eb237b0f
AH
91792011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9180
9181 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
9182
7d668f2c
CY
91832011-04-06 Chong Yidong <cyd@stupidchicken.com>
9184
e67a13ab
CY
9185 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9186 issuing unused warnings.
9187
9188 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9189 macro directly.
9190
7d668f2c
CY
9191 * simple.el: Lisp reimplement of list-processes. Based on an
9192 earlier reimplementation by Leo Liu, but using tabulated-list.el.
9193 (process-menu-mode): New major mode.
9194 (list-processes--refresh, list-processes):
9195 (process-menu-visit-buffer): New functions.
9196
9197 * files.el (save-buffers-kill-emacs): Don't assume any return
9198 value of list-processes, which is undocumented anyway.
9199
a83ec3c9
CY
92002011-04-06 Chong Yidong <cyd@stupidchicken.com>
9201
9202 * emacs-lisp/tabulated-list.el: New file.
9203
e91a96fe
CY
9204 * emacs-lisp/package.el: Use Tabulated List mode.
9205 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9206 (package-menu-mode): Derive from tabulated-list-mode. Set up the
9207 table format using Tabulated List mode variables.
9208 (package--push): New macro, replacing package-list-maybe-add.
9209 (package-menu--generate): Use package--push. Renamed from
9210 package--generate-package-list.
9211 (package-menu-refresh, list-packages): Use it.
daca8ba5 9212 (package-menu--print-info): Rename from package-print-package.
e91a96fe 9213 Return insertion data instead of inserting it directly.
099c39a4
JB
9214 (package-menu-describe-package, package-menu-execute):
9215 Use tabulated-list-get-id.
e91a96fe
CY
9216 (package-menu-mark-delete, package-menu-mark-install)
9217 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
9218 (package-menu-mark-obsolete-for-deletion):
9219 Use tabulated-list-put-tag.
e91a96fe
CY
9220 (package--list-packages, package-menu-revert)
9221 (package-menu-get-package, package-menu-get-version)
9222 (package-menu-sort-by-column): Functions deleted.
9223 (package-menu-package-list, package-menu-sort-key): Vars deleted.
9224 (package-menu--status-predicate, package-menu--version-predicate)
9225 (package-menu--name-predicate)
9226 (package-menu--description-predicate): Handle arguments in the
9227 Tabulated List format.
9228 (package-list-packages-no-fetch): Call list-packages.
9229
3e214b50
JB
92302011-04-06 Juanma Barranquero <lekktu@gmail.com>
9231
9232 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 9233 (after-find-file): Don't bind it.
3e214b50
JB
9234 (revert-buffer-in-progress-p): New variable.
9235 (revert-buffer): Bind it.
9236 Pass nil for `after-find-file-from-revert-buffer'.
9237
9238 * saveplace.el (save-place-find-file-hook): Use new variable
9239 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9240
3f0f1700
GM
92412011-04-06 Glenn Morris <rgm@gnu.org>
9242
c0274801
GM
9243 * Makefile.in (AUTOGEN_VCS): New variable.
9244 (autoloads): Use $AUTOGEN_VCS.
9245
3f0f1700
GM
9246 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9247 * calendar/calendar.el (calendar-mode-map):
9248 Check for toolkit scroll bars. (Bug#8305)
9249
41ea9e48
CY
92502011-04-05 Chong Yidong <cyd@stupidchicken.com>
9251
9252 * minibuffer.el (completion-in-region--postch)
9253 (completion-in-region-mode): Remove unnecessary messages.
9254
6194c800
JB
92552011-04-05 Juanma Barranquero <lekktu@gmail.com>
9256
33256f14
JB
9257 * font-lock.el (font-lock-refresh-defaults):
9258 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9259 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9260
6194c800
JB
9261 * info.el (Info-directory-list, Info-read-node-name-2)
9262 (Info-split-parameter-string): Doc fixes.
9263 (Info-virtual-nodes): Reflow docstring.
9264 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9265 (Info-apropos-toc-nodes, info-finder, Info-get-token)
9266 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9267 Fix typos in docstrings.
9268 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9269 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9270 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9271 (Info-restore-desktop-buffer): Mark unused parameters.
9272 (Info-directory-find-file, Info-directory-find-node)
9273 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9274 (Info-virtual-index-find-node, Info-apropos-find-file)
9275 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 9276 Mark unused parameters; fix typos in docstrings.
6194c800
JB
9277 (Info-virtual-index): Remove unused local variable `nodename'.
9278
b87a8200 92792011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 9280
b87a8200
DD
9281 * net/rcirc.el: Update my e-mail address.
9282 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 9283
3b2ff876
CY
92842011-04-05 Chong Yidong <cyd@stupidchicken.com>
9285
9286 * startup.el (command-line): Save the cursor's theme-face
9287 directly, instead of using face-override-spec.
9288
9289 * custom.el (load-theme): Minor optimization in assigning faces.
9290
8d17e7ca
JB
92912011-04-04 Juanma Barranquero <lekktu@gmail.com>
9292
9293 * help-fns.el (describe-variable): Complete all variables having
9294 documentation, including keywords.
9295 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9296
2fbc1934
JB
92972011-04-04 Juanma Barranquero <lekktu@gmail.com>
9298
9299 Convert to lexical-binding.
9300
9301 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9302 (bs--get-marked-string, bs--get-modified-string)
9303 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9304 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9305 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9306
9307 * ehelp.el (electric-help-execute-extended)
9308 (electric-help-ctrl-x-prefix):
9309 * hexl.el (hexl-revert-buffer-function):
9310 * linum.el (linum-after-change, linum-after-scroll):
9311 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9312
9313 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9314
74f50695
DU
93152011-04-04 Daiki Ueno <ueno@unixuser.org>
9316
9317 * epa-dired.el:
9318 * epa-mail.el:
9319 * epa-hook.el:
9320 * epa-file.el:
9321 * epa.el:
9322 * epg.el: Use lexical binding.
9323
c11325f7
CY
93242011-04-03 Chong Yidong <cyd@stupidchicken.com>
9325
0d9e9a12
CY
9326 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9327
c11325f7 9328 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
9329 dictionary case for flyspell-mark-duplications-exceptions.
9330 Use regexp matching for languages.
c11325f7
CY
9331 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9332 default dictionary (Bug#7926).
9333
da91b5f2
CY
93342011-04-02 Chong Yidong <cyd@stupidchicken.com>
9335
099c39a4
JB
9336 * emacs-lisp/package.el (package--with-work-buffer):
9337 Recognize https URLs.
da91b5f2 9338
099c39a4
JB
9339 * net/network-stream.el: Move from gnus/proto-stream.el.
9340 Change prefix to network-stream throughout.
da91b5f2
CY
9341 (open-protocol-stream): Merge into open-network-stream, leaving
9342 open-protocol-stream as an alias. Handle nil BUFFER args.
9343
9344 * subr.el (open-network-stream): Move to net/network-stream.el.
9345
afa8e9f6
GM
93462011-04-02 Glenn Morris <rgm@gnu.org>
9347
1d2e369d
GM
9348 * find-dired.el (find-exec-terminator): New option.
9349 (find-ls-option): Test for -ls support.
9350 (find-ls-subdir-switches): Test for -b in find-ls-option.
9351 (find-dired, find-grep-dired): Doc fixes.
9352 (find-dired): Use find-exec-terminator.
9353
8abb7da8 9354 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
9355 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9356 (find-name-arg): Remove purecopy.
8abb7da8 9357
f3ca7378
GM
9358 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9359 (grep-compute-defaults): Check for `-exec COMMAND +' support.
9360 Set grep-find-use-xargs, grep-find-command, and grep-find-template
9361 accordingly. Don't add the null-device if not needed.
9362
afa8e9f6
GM
9363 * files.el (save-some-buffers): Doc fix.
9364
35eae264
EZ
93652011-04-02 Eli Zaretskii <eliz@gnu.org>
9366
9367 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9368
26b51db5
JB
93692011-04-01 Juanma Barranquero <lekktu@gmail.com>
9370
9371 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9372 Use `dolist' rather than `mapcar'.
9373
7200d79c
SM
93742011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9375
03408648 9376 Add lexical binding.
7200d79c 9377
03408648
SM
9378 * subr.el (apply-partially): Use new closures rather than CL.
9379 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9380 (dolist, dotimes): Use slightly different expansion for lexical code.
9381 (functionp): Move to C.
9382 (letrec): New macro.
9383 (with-wrapper-hook): Use it and apply-partially instead of CL.
9384 (eval-after-load): Preserve lexical-binding.
9385 (save-window-excursion, with-output-to-temp-buffer): Turn them
9386 into macros.
7200d79c 9387
03408648
SM
9388 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9389
9390 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9391 than the arglist.
9392 (help-add-fundoc-usage): Don't add `Not documented'.
9393 (help-function-arglist): Handle closures, subroutines, and new
9394 byte-code-functions.
9395 (help-make-usage): Remove leading underscores.
9396 (describe-function-1): Handle closures.
9397 (describe-variable): Use special-variable-p for completion.
9398
9399 * files.el (lexical-binding): Declare safe.
f488fb65 9400
03408648
SM
9401 * emacs-lisp/pcase.el: Don't use destructuring-bind.
9402 (pcase--memoize): Rename from pcase-memoize. Change weakness.
9403 (pcase): Add `let' pattern.
9404 Change memoization so it actually works.
9405 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9406 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9407 <let>: New case.
f488fb65 9408
03408648
SM
9409 * emacs-lisp/macroexp.el: Use lexical binding.
9410 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
9411 Don't convert ' to #' without checking that it's indeed quoting
9412 a lambda.
9413
9414 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 9415 Use eval-sexp-add-defvars.
03408648
SM
9416 (eval-sexp-add-defvars): New fun.
9417
9418 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9419
9420 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9421 Don't autoload.
9422 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9423 than the internal `byte-compile-lambda'.
9424 (defmethod): Don't hide code under quotes.
9425 (eieio-defmethod): New `code' argument.
9426
9427 * emacs-lisp/eieio-comp.el: Remove.
9428
9429 * emacs-lisp/edebug.el (edebug-eval-defun)
9430 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9431 (edebug-toggle): Avoid `eval'.
9432
9433 * emacs-lisp/disass.el (disassemble-internal): Handle new
9434 `closure' objects.
9435 (disassemble-1): Handle new byte codes.
9436
9437 * emacs-lisp/cl.el (pushnew): Silence warning.
9438
9439 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9440 (cl-byte-compile-throw): Remove.
9441 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9442
9443 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9444 closures.
9445
9446 * emacs-lisp/cconv.el: New file.
9447
9448 * emacs-lisp/bytecomp.el: Use lexical binding instead of
9449 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
9450 (byte-compile-initial-macro-environment):
9451 Handle declare-function here.
9452 (byte-compile--lexical-environment): New var.
9453 (byte-stack-ref, byte-stack-set, byte-discardN)
9454 (byte-discardN-preserve-tos): New lap codes.
9455 (byte-interactive-p): Don't use any more.
9456 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9457 New macros.
9458 (byte-compile-lapcode): Use them and handle new lap codes.
9459 (byte-compile-obsolete): Remove.
9460 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9461 (byte-compile-arglist-warn): Check late def of inlinable funs.
9462 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9463 since they should have been expanded by now.
9464 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9465 (byte-compile-from-buffer): Remove unused second arg.
9466 (byte-compile-preprocess): New function.
9467 (byte-compile-toplevel-file-form): New function to distinguish
9468 file-form calls from outside from file-form calls from hunk-handlers.
9469 (byte-compile-file-form): Simplify.
9470 (byte-compile-file-form-defsubst): Remove.
9471 (byte-compile-file-form-defmumble): Simplify now that
9472 byte-compile-lambda always returns a byte-code-function.
9473 (byte-compile): Preprocess.
9474 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9475 Remove, not used any more.
9476 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9477 (byte-compile-make-args-desc): New funs.
9478 (byte-compile-lambda): Handle lexical functions. Always return
9479 a byte-code-function.
9480 (byte-compile-reserved-constants): New var, to make up room for
9481 closed-over variables.
9482 (byte-compile-constants-vector): Obey it.
9483 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9484 (byte-compile-macroexpand-declare-function): New function.
9485 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9486 byte-code-functions.
9487 (byte-compile-form): Check obsolescence here.
9488 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9489 (byte-compile-variable-ref): Remove.
9490 (byte-compile-dynamic-variable-op): New fun.
9491 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9492 (byte-compile-variable-set): New funs.
9493 (byte-compile-discard): Add 2 args.
9494 (byte-compile-stack-ref, byte-compile-stack-set)
9495 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9496 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9497 macroexpand-all instead.
9498 (byte-compile-quote-form): Remove.
9499 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9500 (byte-compile-bind, byte-compile-unbind): New funs.
9501 (byte-compile-let): Handle let* and lexical binding.
9502 (byte-compile-let*): Remove.
9503 (byte-compile-catch, byte-compile-unwind-protect)
9504 (byte-compile-track-mouse, byte-compile-condition-case):
9505 Handle a new :fun-body form, used for lexical scoping.
9506 (byte-compile-save-window-excursion)
9507 (byte-compile-with-output-to-temp-buffer): Remove.
9508 (byte-compile-defun): Simplify.
9509 (byte-compile-stack-adjustment): New fun.
9510 (byte-compile-out): Use it.
9511 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9512
9513 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9514 handler any more.
9515
9516 * emacs-lisp/byte-opt.el: Use lexical binding.
9517 (byte-inline-lapcode): Remove (to bytecomp).
9518 (byte-compile-inline-expand): Pay attention to inlining to/from
9519 lexically bound code.
9520 (byte-compile-unfold-lambda): Don't handle byte-code-functions
9521 any more.
9522 (byte-optimize-form-code-walker): Don't handle save-window-excursion
9523 any more and don't call compiler-macros.
9524 (byte-compile-splice-in-already-compiled-code): Remove.
9525 (byte-code): Don't inline any more.
9526 (disassemble-offset): Receive `bytes' as argument rather than via
9527 dynamic scoping.
9528 (byte-compile-tag-number): Declare before first use.
9529 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9530 `return' even if make-spliceable.
9531 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9532 obsolete interactive-p.
9533 (byte-optimize-lapcode): Optimize new lap-codes.
9534 Don't trip up on new form of `byte-constant' lap code.
9535
9536 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9537
9538 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9539
9540 * custom.el (custom-initialize-default, custom-declare-variable):
9541 Use `defvar'.
9542
9543 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9544 New variables.
9545 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9546 (COMPILE_FIRST): Add macroexp and cconv.
9547 * makefile.w32-in: Mirror changes in Makefile.in.
9548
9549 * vc/cvs-status.el:
9550 * vc/diff-mode.el:
9551 * vc/log-edit.el:
9552 * vc/log-view.el:
9553 * vc/smerge-mode.el:
9554 * textmodes/bibtex-style.el:
9555 * textmodes/css.el:
9556 * startup.el:
9557 * uniquify.el:
da91b5f2
CY
9558 * minibuffer.el:
9559 * newcomment.el:
9560 * reveal.el:
9561 * server.el:
9562 * mpc.el:
9563 * emacs-lisp/smie.el:
9564 * doc-view.el:
9565 * dired.el:
03408648
SM
9566 * abbrev.el: Use lexical binding.
9567
0f0c1f27
EZ
95682011-04-01 Eli Zaretskii <eliz@gnu.org>
9569
9570 * info.el (info-display-manual): New function.
9571
c82b2579
SM
95722011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9575
221ddf68
TH
95762011-03-31 Tassilo Horn <tassilo@member.fsf.org>
9577
9578 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 9579 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 9580
cba6e77e
GM
95812011-03-31 Glenn Morris <rgm@gnu.org>
9582
e040639f
GM
9583 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9584
cba6e77e
GM
9585 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9586
6d0f1c9e
CS
95872011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
9588
9589 * progmodes/python.el (python-default-interpreter)
9590 (python-python-command-args, python-jython-command-args)
9591 (python-which-shell, python-which-args, python-which-bufname)
9592 (python-file-queue, python-comint-output-filter-function)
9593 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9594 variables and functions.
9595
3e2d70fd
SM
95962011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9597
9598 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9599 (completion-in-region-mode): New minor mode.
9600 (completion-in-region): Use it.
9601 (completion-in-region--data, completion-in-region-mode-map): New vars.
9602 (completion-in-region--postch): New function.
9603 (completion--capf-misbehave-funs, completion--capf-safe-funs):
9604 New vars.
9605 (completion--capf-wrapper): New function.
9606 (completion-at-point): Use it to track well-behavedness of
9607 hook functions.
9608 (completion-help-at-point): New command.
9609
f3e4086c
JM
96102011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
9611
9612 * vc/add-log.el (add-change-log-entry): Don't use whitespace
9613 syntax class to search for whitespace on a single line
9614 (Message-ID: <4D938140.4030905@redhat.com>).
9615
eb7ffc14
LL
96162011-03-30 Leo Liu <sdl.web@gmail.com>
9617
9618 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9619 New commands.
9620 (edit-abbrevs-map): Bind them here.
9621 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
9622
d806ab68
KM
96232011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
9624
9625 * allout.el (allout-hide-by-annotation, allout-flag-region):
9626 Reduce possibility of overlay leakage by making them volatile.
9627
9628 * allout-widgets.el (allout-widgets-tally): Define as nil so the
9629 hash is not shared between buffers. Mode initialization is
9630 responsible for giving it a useful starting value.
9631 (allout-item-span): Reduce possibility of overlay leakage by
9632 making them volatile.
9633 (allout-widgets-count-buttons-in-region): Add diagnostic function
9634 for tracking down button overlay leaks.
9635
ea622834
LL
96362011-03-29 Leo Liu <sdl.web@gmail.com>
9637
9638 * ido.el (ido-read-internal): Use the default history var
9639 minibuffer-history if no HISTORY is specified.
9640
b62f8267
G
96412011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
9642
03408648
SM
9643 * net/imap.el (imap-shell-open, imap-process-connection-type):
9644 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
9645 Kerberos, SSL, other subprocesses.
9646
947b6566
LL
96472011-03-28 Leo Liu <sdl.web@gmail.com>
9648
9649 * abbrev.el (abbrev-table-empty-p): New function.
9650 (prepare-abbrev-list-buffer): Place empty abbrev tables after
9651 nonempty ones. (Bug#5937)
9652
5ffb62aa
JD
96532011-03-27 Jan Djärv <jan.h.d@swipnet.se>
9654
9655 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9656
7a097943
LL
96572011-03-27 Leo Liu <sdl.web@gmail.com>
9658
9659 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9660 for foreground and background colors.
9661 (ansi-color-make-color-map): Adapt.
9662
c5b40130
LL
96632011-03-25 Leo Liu <sdl.web@gmail.com>
9664
1f48f7d2
LL
9665 * midnight.el (midnight-time-float): Remove. Note it calculates
9666 the microsecond component incorrectly and seconds-to-time does the
9667 same job.
625897ec 9668 Remove redundant (require 'timer).
1f48f7d2 9669
c5b40130
LL
9670 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9671 (ido-completions): Remove unused arguments. (Bug#8329)
9672
d86d2721
SM
96732011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * minibuffer.el (completion--flush-all-sorted-completions):
9676 Remove itself from hook.
9677 (completion-at-point): Let the functions perform the completion
9678 immediately and return nil or t.
9679 * comint.el (comint-dynamic-complete-functions): Now identical to
9680 completion-at-point-functions.
9681 (comint-dynamic-list-input-ring): Remove unused var `index'.
9682 (comint--match-partial-filename, comint--unquote&expand-filename):
9683 New funs, split from comint-match-partial-filename.
9684 (comint-dynamic-complete): Use completion-at-point.
9685 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9686
e8974c48
DA
96872011-03-24 Drew Adams <drew.adams@oracle.com>
9688
9689 * thingatpt.el: Support `defun'.
9690
def71b5e
LL
96912011-03-23 Leo Liu <sdl.web@gmail.com>
9692
cb5af48e
LL
9693 * abbrevlist.el: Move to obsolete/abbrevlist.el.
9694
def71b5e
LL
9695 * help-mode.el (help-mode-finish): Tweak regexp.
9696
927c53e7
GM
96972011-03-23 Glenn Morris <rgm@gnu.org>
9698
18d05bed
GM
9699 * eshell/esh-opt.el (eshell-eval-using-options):
9700 Do not bind unused local variable `eshell-option-stub'.
9701
927c53e7
GM
9702 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9703
9d0da923
JB
97042011-03-22 Juanma Barranquero <lekktu@gmail.com>
9705
9706 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9707 keymap variable in `with-no-warnings' to avoid a warning when the
9708 keymap has been already `defconst'ed.
9709
4b978a67
LL
97102011-03-22 Leo Liu <sdl.web@gmail.com>
9711
9712 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9713 encode all chars in abbrevs; otherwise use emacs-mule or
9714 utf-8-emacs. (Bug#8308)
9715
5fd62452
JB
97162011-03-22 Juanma Barranquero <lekktu@gmail.com>
9717
0b1596c6
JB
9718 * simple.el (backward-delete-char-untabify):
9719 Avoid warning about using `delete-backward-char'.
9720
5fd62452
JB
9721 * image.el (image-type-file-name-regexps): Make it variable.
9722 `imagemagick-register-types' modifies it, and the user may want
9723 to add new extensions for known image types.
9724 (imagemagick-register-types): Throw error if not using ImageMagick.
9725
0b4e93f1
LL
97262011-03-22 Leo Liu <sdl.web@gmail.com>
9727
9728 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9729 located before rcirc-prompt-end-marker.
9730 (rcirc-complete): Error if point is not after rcirc prompt.
9731 Handle the case when table is nil.
9882e214 9732 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 9733
fccee4ab
CY
97342011-03-22 Chong Yidong <cyd@stupidchicken.com>
9735
9736 * custom.el (custom--inhibit-theme-enable): Make it affect only
9737 custom-theme-set-variables and custom-theme-set-faces.
9738 (provide-theme): Ignore custom--inhibit-theme-enable.
9739 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9740 (custom-enabling-themes): Delete variable.
d86d2721
SM
9741 (enable-theme): Accept only loaded themes as arguments.
9742 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
9743 (custom-enabled-themes): Forbid themes from setting this.
9744 Eliminate use of custom-enabling-themes.
9745 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 9746
af896da6
LL
97472011-03-21 Leo Liu <sdl.web@gmail.com>
9748
9749 * ido.el (ido-read-internal): Add ido-selected to history instead
9750 of user input.
9751
78f64af0
SM
97522011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9753
9754 * subr.el (deferred-action-list, deferred-action-function):
9755 Mark obsolete.
9756
b16ac1ec
LL
97572011-03-21 Leo Liu <sdl.web@gmail.com>
9758
810f7698
LL
9759 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9760 change on 2011-02-13 (bug#8309).
9761
b16ac1ec
LL
9762 * minibuffer.el (read-file-name-function): Change default value.
9763 (read-file-name--defaults): Rename from read-file-name-defaults.
9764 (read-file-name-default): Rename from read-file-name.
9765 (read-file-name): Call read-file-name-function.
9766
4e05e67e
GM
97672011-03-21 Glenn Morris <rgm@gnu.org>
9768
9769 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9770 Doc fixes.
9771
4359915b
CY
97722011-03-21 Chong Yidong <cyd@stupidchicken.com>
9773
9774 * cus-theme.el: Add missing provide statement.
9775 (customize-create-theme): Extract theme value correctly.
9776 (custom-theme-visit-theme): Autoload.
9777 (customize-create-theme): Prompt before inserting default faces.
9778
1fe275ee
JB
97792011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9780
9781 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9782 units and musical notes.
9783
cd394be1 97842011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
9785
9786 * ido.el (ido-read-internal): Use completing-read-default.
9787 (ido-completing-read): Fix compatibility with completing-read.
9788
7d476bde
CO
97892011-03-20 Christian Ohler <ohler@gnu.org>
9790
9791 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9792 (ert-delete-all-tests): Use `called-interactively-p' rather than
9793 `interactive-p'.
9794 (ert--make-xrefs-region): Respect END.
9795
fe0fb33e
CY
97962011-03-19 Chong Yidong <cyd@stupidchicken.com>
9797
ff854b0b
CY
9798 * dired-aux.el (dired-create-directory): Signal an error if the
9799 directory already exists (Bug#8246).
9800
fe0fb33e
CY
9801 * facemenu.el (list-colors-display): Call list-faces-display
9802 inside with-help-window.
9803 (list-colors-print): Use display property to align the final
9804 column, instead of checking window-width.
9805
576bce32
EZ
98062011-03-19 Eli Zaretskii <eliz@gnu.org>
9807
4d61f28d 9808 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
9809 windows-nt systems.
9810 (emerge-protect-metachars): Quote correctly for ms-dos and
9811 windows-nt systems.
9812
89c41d68 98132011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
9814
9815 * info.el (info-initialize): Replace all uses of `:' with
9816 path-separator for compatibility with non-Unix systems.
9817 Cache quoting of path-separator. (Bug#8258)
9818
b14e3e21 98192011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
9820
9821 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
9822 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
9823 (mouse-avoidance-mode): Fix typos in docstrings.
9824
4525ce3e
CY
98252011-03-19 Chong Yidong <cyd@stupidchicken.com>
9826
9827 * startup.el (package-subdirectory-regexp): Move from package.el.
9828 Omit \\` and \\', and let callers add them.
9829
9830 * emacs-lisp/package.el (package-strip-version)
9831 (package-load-all-descriptors): Add \\` and \\' to
9832 package-subdirectory-regexp before using it.
9833 (package-untar-buffer): New arg DIR; ensure that file untars only
9834 into this expected directory. Remove superfluous delete-region.
9835 (package-unpack): Caller changed.
9836 (package-tar-file-info): Use package-subdirectory-regexp.
9837
a904a09a 98382011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 9839
a904a09a
SM
9840 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
9841 diff-mode-shared-map (bug#8284).
9842 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
9843
98442011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9845
9846 * calendar/time-date.el (format-seconds): Use assoc instead of
9847 assoc-string, since assoc-string doesn't exist in XEmacs.
9848
171fc304
JB
98492011-03-17 Juanma Barranquero <lekktu@gmail.com>
9850
9851 * custom.el (custom-known-themes): Reflow docstring.
9852 (custom-theme-load-path): Fix typo in docstring.
9853 (load-theme): Fix typo in error message.
9854 (custom-available-themes, custom-variable-theme-value):
9855 Use `let', not `let*'.
9856
d71990a1
JB
98572011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9858
9859 * calc/README: Mention inclusion of musical notes.
9860
9861 * calc/calc-units.el (calc-lu-quant): Rename from
9862 `calc-logunits-quantity'.
9863 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
9864 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
9865 (calc-db): Rename from `calc-dblevel'.
9866 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
9867 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
9868 (calc-np): Rename from `calc-nplevel'.
9869 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
9870 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
9871 (calc-lu-plus): Rename from `calc-logunits-add'.
9872 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
9873 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
9874 (calc-lu-minus): Rename from `calc-logunits-sub'.
9875 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
9876 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
9877 (calc-lu-times): Rename from `calc-logunits-mul'.
9878 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
9879 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
9880 (calc-lu-divide): Rename from `calc-logunits-div'.
9881 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
9882 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
9883
9884 * calc/calc-ext.el (calc-init-extensions): Update the names of the
9885 functions being autoloaded.
9886
9887 * calc/calc.el (calc-lu-power-reference): Rename from
9888 `calc-logunits-power-reference'.
9889 (calc-lu-field-reference): Rename from
9890 `calc-logunits-field-reference'.
9891
9892 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
9893
40c2934b
SM
98942011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9895
9896 * minibuffer.el (completion-all-sorted-completions):
9897 Use :completion-cycle-penalty text property if present.
9898
b0911414
KM
98992011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
9900
9901 * allout.el (allout-yank-processing): Adjust for new rebulleting
9902 regime so bullet being yanked is used without prompting the user
9903 for a choice.
9904
8a05b668
JB
99052011-03-16 Juanma Barranquero <lekktu@gmail.com>
9906
9907 * startup.el (command-line): Warn the user that _emacs is deprecated.
9908
5ba5fb81
JB
99092011-03-16 Juanma Barranquero <lekktu@gmail.com>
9910
9911 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
9912 (delphi-verbose, delphi-comment-face, delphi-string-face)
9913 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
9914 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
9915 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
9916 (delphi-new-comment-line, delphi-font-lock-defaults)
9917 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
9918 Fix typos in docstrings.
9919
2dab465b
KM
99202011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
9921
5ba5fb81 9922 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
9923 Invert the roles of character and string values for INSTEAD, so a
9924 string is used for the more common case of a defaulting prompt.
9925
0adf5618
SM
99262011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * progmodes/ruby-mode.el (ruby-backward-sexp):
9929 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
9930 * play/gamegrid.el (gamegrid-make-face):
9931 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
9932 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
9933 * notifications.el (notifications-notify):
9934 * net/xesam.el (xesam-search-engines):
9935 * net/quickurl.el (quickurl-list-insert):
9936 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
9937
d72700e5
CY
99382011-03-15 Chong Yidong <cyd@stupidchicken.com>
9939
9940 * startup.el (command-line): Update package subdirectory regexp.
9941
49c5410a
SM
99422011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9943
c6eee9aa
SM
9944 * allout.el (allout-abbreviate-flattened-numbering)
9945 (allout-mode-deactivate-hook): Fix up obsolescence "date".
9946
49c5410a
SM
9947 * subr.el (read-char-choice): Only show the cursor after the prompt,
9948 not after the answer.
9949
047b2bb9
KR
99502011-03-15 Kevin Ryde <user42@zip.com.au>
9951
9952 * help-fns.el (variable-at-point): Skip leading quotes, if any
9953 (bug#8253).
9954
0a57d256
SM
99552011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
9958 warning message.
9959
77c992bc
MA
99602011-03-14 Michael Albinus <michael.albinus@gmx.de>
9961
9962 * shell.el (shell): When called interactively, offer to change the
9963 shell file name on remote hosts.
9964
eebc475d
TZ
99652011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9966
9967 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
9968 integration for LDAP parameters. The host, base, user or binddn,
9969 and secret tokens can be specified in a netrc file, for instance.
9970 This is optional because an `auth-source' parameter must be
9971 specified in the search attributes.
9972
9d05d1ba
JB
99732011-03-13 Juanma Barranquero <lekktu@gmail.com>
9974
9975 * help.el (describe-mode): Link to the mode's definition (bug#8185).
9976
09d9db2c
GM
99772011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
9980 into declaration. Remove redundant and harmful binding.
9981
99822011-03-12 Eli Zaretskii <eliz@gnu.org>
9983
9984 * files.el (file-ownership-preserved-p): Pass `integer' as an
9985 explicit 2nd argument to `file-attributes'. If the file's owner
9986 is the Administrators group on Windows, and the current user is
9987 Administrator, consider that a match.
9988
9989 * server.el (server-ensure-safe-dir): Consider server directory
9990 safe on MS-Windows if its owner is the Administrators group while
9991 the current Emacs user is Administrator. Use `=' to compare
9992 numerical UIDs, since they could be integers or floats.
9993
219bd536
JB
99942011-03-12 Juanma Barranquero <lekktu@gmail.com>
9995
9996 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
9997
f3afd36b
MA
99982011-03-12 Michael Albinus <michael.albinus@gmx.de>
9999
10000 Sync with Tramp 2.2.1.
10001
10002 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
10003
10004 * net/trampver.el: Update release number.
10005
3aaaa6f1
SM
100062011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10007
94642599
SM
10008 * progmodes/compile.el (compilation--previous-directory): Fix up
10009 various nil/dead-marker mismatches (bug#8014).
10010 (compilation-directory-properties, compilation-error-properties):
10011 Don't call it at a position past the one we're about to change.
10012
3aaaa6f1
SM
10013 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
10014 Disable obsolescence warnings in the file that declares it.
10015
14239447
KM
100162011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
10017
099c39a4
JB
10018 * allout-widgets.el (allout-widgets-tally):
10019 Initialize allout-widgets-tally as a hash table rather than nil to
10020 prevent mode-line redisplay warnings. Also, clarify the module
10021 description and fix a comment typo.
14239447 10022
135e287c
JB
100232011-03-11 Juanma Barranquero <lekktu@gmail.com>
10024
10025 * help-fns.el (describe-variable): Don't complete keywords.
10026 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
10027
ffbf300e
CY
100282011-03-10 Chong Yidong <cyd@stupidchicken.com>
10029
ba08b241
CY
10030 * emacs-lisp/package.el (package-version-join): Impose a standard
10031 string representation for pre/alpha/beta version lists.
10032 (package-unpack-single): Standardize the directory name by passing
10033 it through package-version-join.
10034 (package-strip-rcs-id): Accept any version string that does not
10035 signal an error in version-to-list.
ffbf300e 10036
f346fd6b
MA
100372011-03-10 Michael Albinus <michael.albinus@gmx.de>
10038
10039 * simple.el (delete-trailing-whitespace): Return nil for the
10040 benefit of `write-file-functions'.
10041
ccb55d27
GM
100422011-03-10 Glenn Morris <rgm@gnu.org>
10043
5ceaac0c
GM
10044 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
10045
02da65ff
GM
10046 * vc/vc-git.el (vc-git-program): New option.
10047 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
10048 (vc-git--call): Use it.
10049
b2f603cc
GM
10050 * eshell/esh-util.el (eshell-condition-case): Doc fix.
10051
5772caab
GM
10052 * cus-edit.el (Custom-newline): If no button at point, look
10053 for a subgroup button at start-of-line. (Bug#2298)
10054
ccb55d27
GM
10055 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
10056
ec6ecaed
JD
100572011-03-10 Julien Danjou <julien@danjou.info>
10058
10059 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
10060 `cursor-type' is nil.
10061
9d5aa01d
JB
100622011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
10063
10064 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
10065
b6a5875b
KM
100662011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
10067
10068 * allout.el Summary: Change so yank of distinctive-bullet items
10069 preserves the existing header prefix, rebulleting it if necessary,
10070 rather than replacing it. This is necessary for proper operation
10071 of cooperative addons like allout-widgets.
1154d12e
JB
10072 (allout-make-topic-prefix, allout-rebullet-heading):
10073 Change SOLICIT arg to INSTEAD, and interpret additionally a string
10074 value as alternate bullet to be used, instead of prompting the user
10075 for a bullet character.
b6a5875b 10076
ee545c35
MA
100772011-03-09 Michael Albinus <michael.albinus@gmx.de>
10078
d86d2721
SM
10079 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10080 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
10081 `tramp-default-port'.
10082
c47971d7
DD
100832011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10084
10085 * net/rcirc.el (rcirc-handler-001): Remove useless
10086 with-rcirc-process-buffer.
10087 (rcirc-check-auth-status): Swap arguments to string-match.
10088
13522cb4
GM
100892011-03-09 Glenn Morris <rgm@gnu.org>
10090
0be6f4f1
GM
10091 * shell.el (shell-mode):
10092 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
10093
13522cb4
GM
10094 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
10095 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
10096
515de2e3
CY
100972011-03-08 Chong Yidong <cyd@stupidchicken.com>
10098
10099 * emacs-lisp/package.el (package-refresh-contents)
10100 (package-menu-execute): Use condition-case-no-debug.
10101
b511b994
MA
101022011-03-08 Michael Albinus <michael.albinus@gmx.de>
10103
10104 * simple.el (shell-command-to-string): Use `process-file'.
10105
10106 * emacs-lisp/package.el (package-tar-file-info): Handle also
10107 remote files.
10108
d86d2721
SM
10109 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10110 Use `equal' for upload base check.
b511b994 10111
25bbfb31
AM
101122011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
10113
10114 * textmodes/texinfo.el (texinfo-environments):
10115 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
10116
be996521
GM
101172011-03-08 Glenn Morris <rgm@gnu.org>
10118
e9c8529f
GM
10119 * cus-start.el (cursor-in-non-selected-windows):
10120 Fix :set quoting oddness. (Bug#8192)
10121
be996521
GM
10122 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
10123 in some setf expressions. (Bug#2159)
10124
2bb5649e
CY
101252011-03-08 Chong Yidong <cyd@stupidchicken.com>
10126
10127 * custom.el (custom-available-themes): Return themes in
10128 alphabetical order.
10129
33383987 10130See ChangeLog.15 for earlier changes.
e3d51b27
MR
10131
10132;; Local Variables:
10133;; coding: utf-8
e3d51b27
MR
10134;; End:
10135
acaf905b 10136 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
10137
10138 This file is part of GNU Emacs.
10139
10140 GNU Emacs is free software: you can redistribute it and/or modify
10141 it under the terms of the GNU General Public License as published by
10142 the Free Software Foundation, either version 3 of the License, or
10143 (at your option) any later version.
10144
10145 GNU Emacs is distributed in the hope that it will be useful,
10146 but WITHOUT ANY WARRANTY; without even the implied warranty of
10147 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10148 GNU General Public License for more details.
10149
10150 You should have received a copy of the GNU General Public License
10151 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.