Document inhibit-local-variables-regexps in the lispref.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
dd6f2a63
JB
12012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
4 default unit.
5
7b447e9b
GM
62012-01-21 Glenn Morris <rgm@gnu.org>
7
117a9ea1
GM
8 * international/mule.el (auto-coding-alist): Add .tbz.
9
7b447e9b
GM
10 * files.el (local-enable-local-variables): Doc fix.
11 (inhibit-local-variables-regexps): Rename from
12 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
13 Doc fix. Add some extensions from auto-coding-alist.
14 (inhibit-local-variables-suffixes):
15 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16 (inhibit-local-variables-p):
17 New function, extracted from set-auto-mode-1.
18 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
19 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
20 (hack-local-variables): Doc fix. Make the mode-only case
21 respect enable-local-variables and friends.
22 Respect inhibit-local-variables-regexps for file-locals, but
23 not for directory-locals.
24 (set-visited-file-name):
25 Take account of inhibit-local-variables-regexps.
26 Whether it applies may change as the file name is changed.
27 * jka-cmpr-hook.el (jka-compr-install):
28 * jka-compr.el (jka-compr-uninstall):
29 Update for inhibit-first-line-modes-suffixes name change.
30
dd6e3cdd
MR
312012-01-20 Martin Rudalics <rudalics@gmx.at>
32
33 * help-macro.el (make-help-screen): Temporarily restore original
34 binding for minor-mode-map-alist (Bug#10454).
35
0d0deb38
JD
362012-01-19 Julien Danjou <julien@danjou.info>
37
38 * color.el (color-name-to-rgb): Use the white color to find the max
39 color component value and return correctly computed values.
40 (color-name-to-rgb): Add missing float conversion for max value.
41
34a02f46
MR
422012-01-19 Martin Rudalics <rudalics@gmx.at>
43
44 * window.el (window--state-get-1, window-state-get): Do not use
45 special state value for window-persistent-parameters. Rename
46 argument IGNORE to WRITABLE. Rewrite doc-string.
47 (window--state-put-2): Reset all window parameters to nil before
48 assigning values of persistent parameters.
49
606c44c4
AM
502012-01-18 Alan Mackenzie <acm@muc.de>
51
52 Eliminate sluggishness and hangs in fontification of "semicolon
53 deserts".
54
55 * progmodes/cc-engine.el (c-state-nonlit-pos-interval): change
56 value 10000 -> 3000.
57 (c-state-safe-place): Reformulate so it doesn't stack up an
58 infinite number of wrong entries in c-state-nonlit-pos-cache.
59 (c-determine-limit-get-base, c-determine-limit): New functions to
60 determine backward search limits disregarding literals.
61 (c-find-decl-spots): Amend commenting.
62 (c-cheap-inside-bracelist-p): New function which detects "={".
63
64 * progmodes/cc-fonts.el
65 (c-make-font-lock-BO-decl-search-function): Give a limit to a
66 backward search.
67 (c-font-lock-declarations): Fix an occurrence of point being
68 undefined. Check additionally for point being in a bracelist or
69 near a macro invocation without a semicolon so as to avoid a
70 fruitless time consuming search for a declarator. Give a more
71 precise search limit for declarators using the new
72 c-determine-limit.
73
f3860cea
GM
742012-01-18 Glenn Morris <rgm@gnu.org>
75
76 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
77 (set-auto-mode): Doc fixes.
78
1db03b16
GM
792012-01-17 Glenn Morris <rgm@gnu.org>
80
0e6038be
GM
81 * isearch.el (search-nonincremental-instead): Fix doc typo.
82
1db03b16
GM
83 * dired.el (dired-insert-directory): Handle newlines in directory name.
84 (dired-build-subdir-alist): Unescape newlines in directory name.
85
4cb0aa75
MA
862012-01-17 Michael Albinus <michael.albinus@gmx.de>
87
88 * net/tramp.el (tramp-local-end-of-line): New defcustom.
89 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
90 (tramp-action-terminal): Use it. (Bug#10530)
91
1d00653d
SM
922012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * minibuffer.el (completion--replace): Strip properties (bug#10062).
95
6a6ee00d
MR
962012-01-16 Martin Rudalics <rudalics@gmx.at>
97
98 * window.el (window-state-ignored-parameters): Remove variable.
99 (window--state-get-1): Rename argument MARKERS to IGNORE.
100 Handle persistent window parameters. Make copy of clone-of
101 parameter only if requested. (Bug#10348)
102 (window--state-put-2): Install a window parameter only if it has
103 a non-nil value or an existing parameter shall be overwritten.
104
97912def
MA
1052012-01-15 Michael Albinus <michael.albinus@gmx.de>
106
107 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
108
688070a5
EZ
1092012-01-14 Eli Zaretskii <eliz@gnu.org>
110
111 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
112 don't pass the (nil) value of `upnode' to string-match.
113
301afadc
CY
1142012-01-14 Chong Yidong <cyd@gnu.org>
115
116 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 117 Fix values recognized by the cursorBlink resource.
301afadc 118
9e5788aa
PE
1192012-01-14 Paul Eggert <eggert@cs.ucla.edu>
120
121 * epg.el (epg--make-temp-file): Avoid permission race condition
122 when running on old Emacs versions (bug#10403).
123
3cdb7f5a
GM
1242012-01-14 Glenn Morris <rgm@gnu.org>
125
126 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
127
8c82b1b4
AM
1282012-01-13 Alan Mackenzie <acm@muc.de>
129
130 Fix filling for when filladapt mode is enabled.
131
132 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
133 c-mask-paragraph, pass in `fill-paragraph' rather than
134 `fill-region-as-paragraph'. (This is a reversion of a previous
135 change.)
136 * progmodes/cc-mode.el (c-basic-common-init): Make
137 fill-paragraph-handle-comment buffer local and set it to nil.
138
e517eda4
GM
1392012-01-13 Glenn Morris <rgm@gnu.org>
140
1498536e
GM
141 * dired.el (dired-switches-escape-p): New function.
142 (dired-insert-directory): Use dired-switches-escape-p.
143 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
144
e517eda4
GM
145 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
146
328f984d
GM
1472012-01-12 Glenn Morris <rgm@gnu.org>
148
149 * mail/sendmail.el (mail-mode): Update paragraph-separate for
150 changes in adaptive-fill-regexp. (Bug#10276)
151
2cc769a8
AM
1522012-01-11 Alan Mackenzie <acm@muc.de>
153
154 Fix Emacs bug #10463 - put `widen's around the critical spots.
155
1d00653d 156 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
157 widen around each invocation of c-state-pp-to-literal. Remove an
158 unused let variable.
159
e52c37fa
GM
1602012-01-11 Glenn Morris <rgm@gnu.org>
161
162 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 163 Doc fix.
e52c37fa 164
96f8741e
CY
1652012-01-10 Chong Yidong <cyd@gnu.org>
166
1d00653d
SM
167 * net/network-stream.el (network-stream-open-starttls):
168 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
169 response to the capability command.
170
b09a806e
GM
1712012-01-10 Glenn Morris <rgm@gnu.org>
172
173 * mail/unrmail.el (unrmail): Tweak previous change.
174
7655cb66
CY
1752012-01-09 Chong Yidong <cyd@gnu.org>
176
177 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
178
9d5a8f0b
AM
1792012-01-08 Alan Mackenzie <acm@muc.de>
180
181 Optimise font locking in long enum definitions.
182
183 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
184 arm to a cond form to handle enums.
185 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
186 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
187
9a0115ab 1882012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
189
190 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 191 (Bug#10401)
6bb72cbd 192
f186bb95
LMI
1932012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
194
29232a68
LMI
195 * faces.el (set-face-attribute): Clarify the meaning of the nil
196 frame (bug#10294).
197
4e5d086d
LMI
198 * subr.el (with-selected-frame): Mention that the selected frame
199 is restored (bug#9980).
200
8e66aebe
LMI
201 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
202 (bug#9759).
203
cd394be1 204 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
205 (password-read): Don't autoload unused function.
206
adf4e762
JB
2072012-01-07 Juanma Barranquero <lekktu@gmail.com>
208
209 * progmodes/which-func.el (which-func-mode): Turn into a
210 non-interactive function and mark as obsolete (bug#10428).
211
89bd9ccd
CY
2122012-01-06 Chong Yidong <cyd@gnu.org>
213
214 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
215 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
216 functions, along with 1 and -1.
217
4afee9d5
EZ
2182012-01-06 Eli Zaretskii <eliz@gnu.org>
219
220 * time.el (display-time-load-average)
221 (display-time-default-load-average): Doc fixes. See the thread
222 starting at
223 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
224 for the details.
225
536aea70
GM
2262012-01-06 Glenn Morris <rgm@gnu.org>
227
665ae865
GM
228 * mail/unrmail.el (unrmail): Give an explicit error if the input file
229 has no messages. (Bug#10377)
230
c869783d
GM
231 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
232 than Info-edit. (Bug#10385)
233
2bb4227e
GM
234 * time.el (display-time-load-average, display-time-next-load-average):
235 Doc fixes.
236
7d5944b9
GM
237 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
238 local setting of buffer-read-only to the input buffer. (Bug#10419)
239
536aea70
GM
240 * calendar/calendar.el (calendar-mode):
241 Locally set scroll-margin to 0. (Bug#10379)
242
7dccca16
UM
2432012-01-06 Ulrich Mueller <ulm@gentoo.org>
244
245 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
246
afbb7930
GM
2472012-01-05 Glenn Morris <rgm@gnu.org>
248
249 * eshell/em-unix.el (diff-no-select): Autoload it.
250 (eshell/diff): Use diff-no-select. (Bug#10420)
251
04482335
CY
2522012-01-05 Chong Yidong <cyd@gnu.org>
253
7baca3bc
CY
254 * shell.el (shell-dynamic-complete-functions): Revert last change.
255 (shell-command-completion-function): New function.
256 (shell-completion-vars): Use it to implement
257 shell-completion-execonly (Bug#10417).
258
04482335
CY
259 * custom.el (enable-theme): Don't set custom-safe-themes.
260
1d00653d
SM
261 * cus-theme.el (custom-theme-merge-theme):
262 Ignore custom-enabled-themes and custom-safe-themes.
04482335 263
bb5aa5d6
MM
2642012-01-05 Michael R. Mauger <mmaug@yahoo.com>
265
266 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
267 first prompt in `sql-interacive-mode'.
268 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 269 keywords.
bb5aa5d6
MM
270 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
271 (sql-product-interactive): Bug fix: Set `sql-buffer' in
272 context of original buffer. Invoke `sql-login-hook'.
273
a7183d7c
EZ
2742012-01-04 Eli Zaretskii <eliz@gnu.org>
275
276 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
277 letters in cite-prefix.
278
a1eacd1e
LMI
2792012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
280
281 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
282
787cdb34
CY
2832012-01-03 Chong Yidong <cyd@gnu.org>
284
1d00653d
SM
285 * shell.el (shell-dynamic-complete-functions):
286 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
287 comint-filename-completion first (Bug#10417).
288
30710442
RS
2892012-01-02 Richard Stallman <rms@gnu.org>
290
291 * battery.el (battery-status-function):
292 Detect when to use battery-yeeloong-sysfs.
293 (battery-echo-area-format): Add string for Yeeloong.
294 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
295 (battery-yeeloong-sysfs): New function.
296
f75bfc33
CY
2972012-01-02 Chong Yidong <cyd@gnu.org>
298
299 * dirtrack.el (dirtrack-list): Eliminate unused third element.
300 (dirtrack): Merge code for handling relative filenames in prompt
301 from shell-dir-cookie-watcher.
302 (dirtrack-debug-message): New arg to avoid excess format calls.
303
304 * shell.el (shell-dir-cookie-re): Variable deleted.
305 (shell-dir-cookie-watcher): Function deleted.
306 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
307 with dirtrack-mode.
308
651e947e
EZ
3092012-01-01 Eli Zaretskii <eliz@gnu.org>
310
1d00653d
SM
311 * term/w32-win.el (dynamic-library-alist) <gnutls>:
312 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
313 libgnutls-26.dll.
314
94d4c7dc
AS
3152011-12-31 Andreas Schwab <schwab@linux-m68k.org>
316
317 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
318
8d43f3cd
EZ
3192011-12-31 Eli Zaretskii <eliz@gnu.org>
320
321 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
322 headers of non-MIME messages, when rmail-enable-mime is non-nil.
323
98c8795a
MA
3242011-12-29 Michael Albinus <michael.albinus@gmx.de>
325
326 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
327 also for alternative shells.
328 (tramp-open-connection-setup-interactive-shell): Check, whether
329 the shell is a busybox.
330 (tramp-send-command): Don't suppress multiple prompts for
331 busyboxes, it hurts.
332
51281b32
CY
3332011-12-28 Chong Yidong <cyd@gnu.org>
334
335 * progmodes/gdb-mi.el (gdb-get-source-file-list)
336 (gdb-get-source-file): Move mode line update to
337 gdb-get-source-file (Bug#10087).
338
2170cb53
CY
3392011-12-25 Chong Yidong <cyd@gnu.org>
340
341 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
342 gud-gdb-marker-filter without taking it as an argument.
343 (gud-gdb-run-command-fetch-lines): Caller changed.
344 (gud-gdb-completion-function): New variable.
345 (gud-gdb-completion-at-point): Use it.
346 (gud-gdb-completions-1): Split from gud-gdb-completions.
347
348 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
349 function as separate arguments.
350 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
351 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
352 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
353 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
354 (gdb-stopped, def-gdb-auto-update-trigger)
355 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
356 (gdb-get-changed-registers, gdb-get-main-selected-frame):
357 Callers changed.
2170cb53
CY
358 (gud-gdbmi-completions): New function.
359 (gdb): Use it for generating the completion table.
360
be8b11bb
AM
3612011-12-24 Alan Mackenzie <acm@muc.de>
362
363 Introduce a mechanism to widen the region used in context font
1d00653d 364 locking. Use this to protect declarations from losing their contexts.
be8b11bb 365
1d00653d
SM
366 * progmodes/cc-langs.el (c-before-font-lock-functions):
367 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 368 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
369 functions to be run just before context (etc.) font locking.
370
371 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 372 New, functionality extracted from
be8b11bb 373 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 374 (c-in-after-change-fontification): New variable.
be8b11bb
AM
375 (c-after-change): Set c-in-after-change-fontification.
376 (c-set-fl-decl-start): Rejig its interface, so it can be called
377 from both after-change and context fontifying.
b81d40f0
JB
378 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
379 New functions.
380 (c-standard-font-lock-fontify-region-function): New variable.
381 (c-font-lock-fontify-region): New function.
be8b11bb 382
341cf6ac
JL
3832011-12-24 Juri Linkov <juri@jurta.org>
384
385 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
386 (Bug#10348)
387
bffcee0a
MA
3882011-12-23 Michael Albinus <michael.albinus@gmx.de>
389
390 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
391 existence of source file. (Bug#10325)
392
cb5e207c
AM
3932011-12-23 Alan Mackenzie <acm@muc.de>
394
395 Fix unstable fontification inside templates.
396
b81d40f0
JB
397 * progmodes/cc-langs.el (c-before-font-lock-functions):
398 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
399 additionally has c-set-fl-decl-start. The other languages (apart
400 from AWK) have that as a single entry.
401
b81d40f0
JB
402 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
403 The functionality for "local" declarations has been extracted to
cb5e207c
AM
404 c-set-fl-decl-start.
405
b81d40f0
JB
406 * progmodes/cc-mode.el (c-common-init, c-after-change):
407 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
408 (c-set-fl-decl-start): New function, extracted from
409 c-font-lock-enclosing-decls and enhanced.
410
60ff536c
JB
4112011-12-23 Juanma Barranquero <lekktu@gmail.com>
412
413 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
414
1c4757d6
JL
4152011-12-22 Juri Linkov <juri@jurta.org>
416
417 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
418
d031f2c7
CY
4192011-12-22 Chong Yidong <cyd@gnu.org>
420
421 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
422
bace743a
DA
4232011-12-21 Drew Adams <drew.adams@oracle.com>
424
425 * files.el (file-remote-p): Fix docstring. (Bug#10319)
426
728a1f2b
JC
4272011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
428
429 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
430
0d373f73
TZ
4312011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
432
fec0aaa4
TZ
433 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
434 highlighting and support. Fix up comments for capitalization.
435 (cfengine-mode-debug): New var.
436 (cfengine3-mode): Change the modeline indicator to "CFE3".
437 (cfengine3-font-lock-keywords): Improve defun highlighting.
438 (cfengine2-actions): Rename from `cfengine-actions'.
439 (cfengine2-font-lock-keywords): Rename from
440 `cfengine-font-lock-keywords'.
441 (cfengine2-imenu-expression): Rename from
442 `cfengine-imenu-expression'.
443 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
444 (cfengine2-beginning-of-defun): Rename from
445 `cfengine-beginning-of-defun'.
446 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
447 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
448 (cfengine2-mode): Rename from `cfengine-mode'. Change the
449 modeline indicator to "CFE2".
450 (cfengine-mode): Defalias to `cfengine-auto-mode'.
451 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 452
bc86f573
CY
4532011-12-21 Chong Yidong <cyd@gnu.org>
454
455 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
456 filename argument.
457
d45ba96b
MR
4582011-12-20 Martin Rudalics <rudalics@gmx.at>
459
460 * window.el (window-normalize-buffer-to-display): Remove.
461 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
462
a6198c90
CY
4632011-12-19 Chong Yidong <cyd@gnu.org>
464
465 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
466 Don't signal an error in a predicate function; return non-nil.
467 (vc-dir-mark-file): Move the error here.
468 (vc-dir-mark-unmark): If acting on the region, keep going if one
469 of the entries cannot be marked/unmarked.
470 (vc-dir-mark-all-files): If current entry is a directory, mark
471 only child files, as documented.
472
34c5fb55
VB
4732011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
474
475 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
476 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
477 addition.
478
c803b2b7
JD
4792011-12-18 Jan Djärv <jan.h.d@swipnet.se>
480
481 * term/ns-win.el (ns-get-selection-internal)
482 (ns-store-selection-internal): Declare.
1154d12e
JB
483 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
484 Declare as obsolete.
485 (ns-get-pasteboard, ns-paste-secondary):
486 Use ns-get-selection-internal.
487 (ns-set-pasteboard, ns-copy-including-secondary):
488 Use ns-store-selection-internal.
c803b2b7 489
9cff91f8 4902011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
491
492 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 493 (vc-deduce-fileset): Doc fix.
99a289d9 494
f16c898a
AS
4952011-12-16 Andreas Schwab <schwab@linux-m68k.org>
496
497 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
498
763237c4
SS
4992011-12-13 Sam Steingold <sds@gnu.org>
500
501 * man.el (Man-getpage-in-background): When running under a
502 window-system, ignore $MANWIDTH and $COLUMNS.
503
5fc1c122
KH
5042011-12-15 Kenichi Handa <handa@m17n.org>
505
506 * language/ethio-util.el: Change coding tag to utf-8-emacs.
507 (setup-ethiopic-environment-internal): Comment out key-binding for
508 ethio-toggle-punctuation.
509
13d49cbb
AM
5102011-12-13 Alan Mackenzie <acm@muc.de>
511
898169a2
AM
512 Add the switch statement to AWK Mode.
513
514 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
515 "default" to the keywords regexp.
516
517 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
518 expression as the rest.
1d00653d
SM
519 (c-nonlabel-token-key): Allow string literals for AWK.
520 Refactor for the other modes.
898169a2 521
13d49cbb 522 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 523 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
524 routines. Limit backward searching in c-font-lock-enclosing.decl.
525
526 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
527 pp-state and literal type in addition to the limits.
1d00653d 528 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 529 (c-state-literal-at): Use the above new defun.
1d00653d
SM
530 (c-slow-in-literal, c-fast-in-literal): Remove.
531 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
532
533 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
534 being in a literal. Add a limit for backward searching.
535
536 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
537 c-slow-in-literal.
538
15e0efc7
SM
5392011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
542
454592a6
MR
5432011-12-13 Martin Rudalics <rudalics@gmx.at>
544
545 * window.el (delete-other-windows): Use correct frame in call to
546 window-with-parameter.
547
87393f26
DP
5482011-12-12 Daniel Pfeiffer <occitan@t-online.de>
549
550 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
551 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
552 (makefile-gmake-statements, makefile-makepp-statements):
553 Use it and add new makepp keywords.
554 (makefile-makepp-font-lock-keywords): Add new patterns.
555 (makefile-match-function-end): Match new [...] and [[...]].
556
11636b22
JB
5572011-12-11 Juanma Barranquero <lekktu@gmail.com>
558
559 * ses.el (ses-call-printer-return, ses-cell-property-get)
560 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
561 (ses-create-cell-variable, ses-reset-header-string)
562 (ses-cell-set-formula, ses-repair-cell-reference-all)
563 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
564 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
565 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
566 (ses-aset-with-undo, ses-load, ses-truncate-cell)
567 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
568 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
569 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
570 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
571 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
572 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
573 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
574 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
575
cf018193
VB
5762011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
577
578 * ses.el: The overall change is to add cell renaming, that is
579 setting fancy names for cell symbols other than name matching
580 "\\`[A-Z]+[0-9]+\\'" regexp .
581 (ses-create-cell-variable): New defun.
582 (ses-relocate-formula): Relocate formulas only for cells the
583 symbols of which are not renamed, i.e. symbols whose names do not
584 match regexp "\\`[A-Z]+[0-9]+\\'".
585 (ses-relocate-all): Relocate values only for cells the symbols of
586 which are not renamed.
587 (ses-load): Create cells variables as the (ses-cell ...) are read,
588 in order to check row col consistency with cell symbol name only
589 for cells that are not renamed.
590 (ses-replace-name-in-formula): New defun.
591 (ses-rename-cell): New defun.
592
ee957461
CY
5932011-12-11 Chong Yidong <cyd@gnu.org>
594
595 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
596 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
597
9a9e9ef0
MR
5982011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
599
600 * window.el (other-window): Fix docstring.
601
92a8eba5
EZ
6022011-12-10 Eli Zaretskii <eliz@gnu.org>
603
604 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
605 `from' or `to' address before taking its substring.
606 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
607 encoded name is chopped in the middle of the encoded string, and
608 thus displayed encoded.
609
e152e577
JB
6102011-12-10 Juanma Barranquero <lekktu@gmail.com>
611
612 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
613
e5d84bfe
EZ
6142011-12-10 Eli Zaretskii <eliz@gnu.org>
615
616 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
617 to use texinfo-update-node and commands that call it if the
618 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 619 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
620 (texinfo-all-menus-update, texinfo-master-menu)
621 (texinfo-update-node, texinfo-every-node-update)
622 (texinfo-multiple-files-update): Doc fix. Warn against updating
623 all the @node lines.
624 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
625 argument is numeric. Explain better in the doc string what the
626 function really does.
627 (texinfo-insert-master-menu-list): Improve the error message
628 displayed if there's no menu in the Top node.
629 (Bug#2975) See also this thread:
e5d84bfe
EZ
630 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
631
1d84e9bb
MG
6322011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
633
634 * speedbar.el (speedbar-supported-extension-expressions):
635 Add .adb and .ads, commonly used for Ada source code (bug#10256).
636
382c953b
JB
6372011-12-09 Juanma Barranquero <lekktu@gmail.com>
638
639 * printing.el (pr-mode-alist):
640 * simple.el (filter-buffer-substring-functions)
641 (completion-list-insert-choice-function):
642 * window.el (window-with-parameter, window-atom-root)
643 (window-sides-slots, window-size-fixed, window-min-delta)
644 (window-max-delta, window--resize-mini-window)
645 (window--resize-child-windows-normal, window-tree)
646 (delete-other-windows, quit-window, split-window)
647 (display-buffer-record-window, special-display-buffer-names)
648 (special-display-regexps, special-display-popup-frame)
649 (same-window-p, split-window-sensibly)
650 (display-buffer-overriding-action, display-buffer-alist)
651 (display-buffer-base-action, display-buffer, switch-to-buffer)
652 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
653 (fit-window-to-buffer, recenter-positions)
654 (mouse-autoselect-window-state, mouse-autoselect-window-select):
655 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
656 and remove unneeded backslashes in docstrings.
657
39c9faef
SM
6582011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
659
98449af8
SM
660 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
661
39c9faef
SM
662 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
663 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
664 end in ".mk".
665 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
666 when reading the makefile (bug#10116).
667
86ed9fdc
SM
6682011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
671 (bug#10116).
672
5580f89d
GM
6732011-12-06 Glenn Morris <rgm@gnu.org>
674
675 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
676
28d3917c
CY
6772011-12-06 Chong Yidong <cyd@gnu.org>
678
679 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
680
a98edce9
JB
6812011-12-06 Juanma Barranquero <lekktu@gmail.com>
682
683 * textmodes/table.el (table-shorten-cell): Fix typo.
684
e65adfac
CG
6852011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
686
687 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
688
71cc0b74
EZ
6892011-12-05 Eli Zaretskii <eliz@gnu.org>
690
691 * descr-text.el (describe-char): Fix display of strong
692 right-to-left characters and directional embeddings and overrides.
693
694 * simple.el (what-cursor-position): Fix display of codepoints of
695 strong right-to-left characters.
696
315bc30d
CY
6972011-12-05 Chong Yidong <cyd@gnu.org>
698
699 * faces.el (read-color): Doc fix.
700
58a70b94
GM
7012011-12-05 Glenn Morris <rgm@gnu.org>
702
703 * align.el (align--set-marker): Add doc-string.
704 Don't try to move something that is not a marker. (Bug#10216)
705
5158face
GM
7062011-12-04 Glenn Morris <rgm@gnu.org>
707
708 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
709 overly zealous deletion of trailing whitespace.
710
520fca41
JB
7112011-12-04 Juanma Barranquero <lekktu@gmail.com>
712
713 * server.el (server-delete-client): On Windows, do not try to delete
714 the only terminal.
715 (server-process-filter): On Windows, treat requests for a tty frame as
716 if they were for a GUI frame if the running server is in GUI mode.
717
5e605a2e
GM
7182011-12-03 Glenn Morris <rgm@gnu.org>
719
720 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
721
5c3fe83f
SM
7222011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
723
6f5e57e7
SM
724 * electric.el: Streamline electric-indent's hook.
725 (electric-indent-chars): Revert to simple list.
726 (electric-indent-functions): New var.
727 (electric-indent-post-self-insert-function): Use it.
728
5c3fe83f
SM
729 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
730 there's no inferior buffer (bug#10196).
731 (prolog-consult-compile): Don't use toggle-read-only.
732
6bdac736
MA
7332011-12-02 Michael Albinus <michael.albinus@gmx.de>
734
735 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
736 interrupt. (Bug#10187)
737
6131ba7f
SM
7382011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
739
99c79fee
SM
740 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
741 (bug#9160).
742
6131ba7f
SM
743 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
744 (bug#10191).
745
cb0a02ea
JL
7462011-12-02 Juri Linkov <juri@jurta.org>
747
748 * info.el (Info-search): Display "end of manual" when Isearch
749 reaches the end of single-file Info manual. (Bug#9918)
750
66e0570c
EZ
7512011-12-02 Eli Zaretskii <eliz@gnu.org>
752
753 * isearch.el (isearch-message-prefix): Run the input method part
754 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
755
02b16839
JL
7562011-12-02 Juri Linkov <juri@jurta.org>
757
758 * isearch.el (isearch-occur): Use `word-search-regexp' for
759 `isearch-word'.
760 (isearch-search-and-update): Add condition for `isearch-word' and
761 call `word-search-regexp'. (Bug#10145)
762
0b950688
GM
7632011-12-01 Glenn Morris <rgm@gnu.org>
764
765 * eshell/em-hist.el (eshell-hist-initialize):
766 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 767 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 768
9505c3c7
SM
7692011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
772
1bbe96b2 7732011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 774
a1beca85
SM
775 * progmodes/verilog-mode.el (verilog-pretty-expr):
776 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
777 verilog, such as += *= and the like.
778 (verilog-assignment-operator-re): Regular expression to find the
779 assigment operator in a verilog assignment.
780 (verilog-assignment-operation-re): Regular expression to find an
781 assignment statement for pretty-expr.
782 (verilog-in-attribute-p): Query returns true if point is in an
783 attribute context; used to skip these for expression line up from
784 pretty-expr.
785 (verilog-in-parameter-p): Query returns true if point is in an
786 parameter definition context; used to skip these for expression
787 line up from pretty-expr.
788 (verilog-in-parenthesis-p): Query returns true if point is in a
789 parenthetical expression, specifically ( ) but not [ ] or { };
790 used by pretty-expr.
791 (verilog-just-one-space): If there is no space, don't add one.
792 (verilog-get-lineup-indent-2): Specifically skip just attribute
793 contexts for expression lineup, rather than skipping all
794 parenthetical expressions.
795 (verilog-calculate-indent): Fix comment, and fix indent.
796 (verilog-do-indent): Indent declarations in lists (suggested by
797 Joachim Lechner).
798 (verilog-mode-abbrev-table): Populate abbrev mode with the various
799 skeleton items.
800 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
801 by Alain Mellan).
802
1bbe96b2 8032011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
804
805 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
806 parameters with embedded comments. Reported by Ray Stevens.
807 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
808 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
809 Reported by Tim Holt.
810 (verilog-auto): Fix AUTOing a upper module then AUTOing module
811 instantiated by upper module causing wrong expansion until AUTOed a
812 second time. Reported by K C Buckenmaier.
813 (verilog-diff-auto): Fix showing .* as a difference when
814 `verilog-auto-star-save' off. Reported by Dan Dever.
815 (verilog-auto-reset, verilog-read-always-signals)
816 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
817 temporary signals in reset list if
818 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
819 style to each signal's assignment type, bug381.
820 Reported by Thomas Esposito.
6288f0ca
WS
821 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
822 (verilog-uvm-statement-re): Support UVM indentation and
823 highlighting, with old OVM keywords only.
a1beca85 824 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
825 Support AUTOTIEOFF creating non-wire data types.
826 Suggested by Jonathan Greenlaw.
6288f0ca
WS
827 (verilog-auto-insert-lisp, verilog-delete-to-paren)
828 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
829 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
830 (verilog-read-sub-decls, verilog-read-sub-decls-line):
831 Fix mismatching parenthesis inside commented out code when deleting
382c953b 832 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
833 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
834 non-numeric vector width. Reported by Alex Reed.
835 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 836 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
837 (verilog-auto-delete-trailing-whitespace):
838 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
839 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
840 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
841 Fix verilog-scan-cache corruption when running user AUTO expansion
842 hooks that call indentation routines.
843 (verilog-simplify-range-expression): Fix typo ignoring lower case
844 identifiers.
845 (verilog-delete-auto): Fix delete-autos to also remove user created
846 automatics, as long as they start with AUTO.
847 (verilog-batch-diff-auto, verilog-diff-auto)
848 (verilog-diff-function): Add `verilog-diff-auto' and bind to
849 "C-c?" to report differences in AUTO expansion, ignoring spaces.
850 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
851 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
852 (verilog-re-search-forward-quick, verilog-syntax-ppss):
853 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
854 is disabled and its cache will get corrupt, causing AUTOS not to
855 expand. Instead use only -quick functions.
856 (verilog-scan-region): Fix scanning over escaped quotes.
857 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
858 (verilog-re-search-backward-quick)
859 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
860 related functions now ignore strings, to fix misparsing of strings
861 with magic comments embedded in them.
a1beca85
SM
862 (verilog-read-auto-template):
863 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
864 Reported by Brad Dobbie.
865 (verilog-read-auto-template):
866 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 867 Reported by Brad Dobbie.
6288f0ca
WS
868 (verilog-auto-inst, verilog-auto-inst-param)
869 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
870 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
871 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
872 debugging templates without merge conflicts, bug357.
873 Reported by Brad Dobbie.
874 (verilog-read-auto-template):
875 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
876 Reported by Brad Dobbie.
877 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
878 abbrevs so user won't be asked to save.
879 (verilog-read-auto-lisp-present): Fix to start at beginning of
880 buffer in case called outside of verilog-auto.
881 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
882 to "X-2". Reported by Matthew Myers.
883 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
884 all inputs from module templates. Reported by Leith Johnson.
885 (verilog-module-inside-filename-p): Fix locating programs as with
886 modules.
887 (verilog-auto-inst-port): Fix vl-width expressions when using
888 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
889 (verilog-decls-get-regs, verilog-decls-get-signals,
890 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
891 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
892 verilog-read-decls): Combine reg and wire structures into one var
893 structure to represent SystemVerilog concepts.
894 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
895 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
896 (verilog-auto-wire-type, verilog-insert-definition):
897 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
898 SystemVerilog "logic" keyword instead of "wire"/"reg".
899 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
900 to declares outputs that also have assignments (presumably in an
a1beca85
SM
901 ifdef or generate if so there's not a driver conflict).
902 Reported by Matthew Myers.
903 (verilog-auto-declare-nettype, verilog-insert-definition):
904 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
905 `default_nettype none. Reported by Julian Gorfajn.
906 (verilog-read-always-signals-recurse, verilog-read-decls)
907 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
908 malformed end statement, bug325. Reported by Joshua Wise and
909 Andrew Drake.
910 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
911 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
912 when expanding .* in interfaces, bug320.
913 Reported by Pierre-David Pfister.
6288f0ca 914 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
915 name and open parenthesis, bug317.
916 Reported by Pierre-David Pfister.
6288f0ca
WS
917 (verilog-simplify-range-expression): Fix simplification of
918 multiplications inside AUTOWIRE connections, bug303.
919 (verilog-auto-inst-port): Support parameter expansion in
920 multidimensional arrays.
921 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
922 after "assert property". Reported by Julian Gorfajn.
923 (verilog-simplify-range-expression): Fix "couldn't merge" errors
924 with multiplication, bug303.
925 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
926 Reported by Jan Frode Lonnum.
927
1bbe96b2
GM
9282011-11-30 Juanma Barranquero <lekktu@gmail.com>
929
930 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
931 (hfy-shell-file-name, hfy-shell):
932 * international/fontset.el (x-decompose-font-name): Fix typos.
933
9342011-11-29 Ken Brown <kbrown@cornell.edu>
935
936 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
937 (gdb-version): Remove defvar.
938 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
939 (gdb-gud-context-command, gdb-non-stop-handler)
940 (gdb-current-context-command, gdb-stopped): Use it.
941 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
942 (gdb-non-stop-handler): Don't enable pretty-printing here.
943 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
944 non-stop mode. Use the following.
945 (gdb-check-target-async): New defun.
946 (gud-watch, gdb-stopped): Fix whitespace.
947 (gdb-get-source-file): Don't try to display the source file if
948 `gdb-main-file' is nil.
949
9502011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
951
952 * align.el: Try to generate fewer markers (bug#10047).
953 (align--set-marker): New macro.
954 (align-region): Use it.
955
c935221f
SM
9562011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
959
e70b5064
CY
9602011-11-29 Chong Yidong <cyd@gnu.org>
961
962 * indent.el (indent-for-tab-command, indent-according-to-mode):
963 Doc fix.
964 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
965
f3af92b7
MA
9662011-11-29 Michael Albinus <michael.albinus@gmx.de>
967
968 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
969 aware of remote file names. (Bug#10124)
970
ed472be9
CY
9712011-11-29 Chong Yidong <cyd@gnu.org>
972
973 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
974
24510c22
SM
9752011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * files.el (find-file): Don't use force-same-window (bug#10144).
978 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
979 use pop-to-buffer if the selected window can't be used.
980 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
981
c60c3703
EZ
9822011-11-28 Eli Zaretskii <eliz@gnu.org>
983
984 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
985 special-mode-map.
986
e95def75
CY
9872011-11-28 Chong Yidong <cyd@gnu.org>
988
989 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
990
c3f1c606
NR
9912011-11-27 Nick Roberts <nickrob@snap.net.nz>
992
993 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
994 gdb-get-source-file-list on gdb-create-source-file-list.
995
00db469c
EZ
9962011-11-26 Eli Zaretskii <eliz@gnu.org>
997
998 * whitespace.el (whitespace-newline): Use a different foreground
999 color for 16-color light-background displays.
1000
4ad3bc2a
CY
10012011-11-24 Chong Yidong <cyd@gnu.org>
1002
1003 * window.el (display-buffer--special-action): Doc fix.
1004
e9fce1ac
JB
10052011-11-25 Juanma Barranquero <lekktu@gmail.com>
1006
1007 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
1008 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
1009 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
1010 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
1011 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
1012 (avl-tree-stack-first):
1013 * emacs-lisp/cconv.el (cconv--analyse-use):
1014 * net/gnutls.el (gnutls-negotiate): Fix typos.
1015
cb825e5d
GM
10162011-11-24 Glenn Morris <rgm@gnu.org>
1017
3adbe224
GM
1018 * lpr.el (lpr-windows-system, lpr-lp-system):
1019 * mail/binhex.el (binhex-begin-line):
1020 * progmodes/grep.el (grep-history, grep-find-history):
1021 * textmodes/flyspell.el:
1022 * vc/pcvs-defs.el (cvs-global-menu):
1023 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
1024 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
1025 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
1026
321decc8
GM
1027 * net/tls.el: Fix case of "GnuTLS".
1028
420b63ad
GM
1029 * paths.el (rmail-file-name): Format doc-string for make-docfile.
1030
cb825e5d
GM
1031 * version.el (emacs-build-system): Give it a doc-string.
1032
a0649f08
JL
10332011-11-24 Juri Linkov <juri@jurta.org>
1034
1035 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
1036
c0bc0fd4
GM
10372011-11-24 Glenn Morris <rgm@gnu.org>
1038
1039 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
1040 if called on a non-mime message just toggle the headers. (Bug#8006)
1041
20db1522
JB
10422011-11-24 Juanma Barranquero <lekktu@gmail.com>
1043
1044 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
1045 (allout-lead-with-comment-string, allout-structure-deleted-hook)
1046 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
1047 (allout-rebullet-heading, allout-open-sibtopic)
1048 (allout-toggle-current-subtree-encryption)
1049 (allout-toggle-subtree-encryption, allout-encrypt-string)
1050 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
1051 (allout-distinctive-bullets-string, allout-auto-activation):
1052 * window.el (window-normalize-buffer-to-display):
1053 * progmodes/verilog-mode.el (verilog-batch-indent):
1054 * textmodes/bibtex.el (bibtex-field-braces-opt)
1055 (bibtex-field-strings-opt):
1056 * vc/cvs-status.el (cvs-tree-merge):
1057 Fix typos.
1058
7262a87c
MA
10592011-11-23 Michael Albinus <michael.albinus@gmx.de>
1060
1061 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
1062 `non-essential' to t, in order to avoid remote connections.
1063
283430a1
EZ
10642011-11-23 Eli Zaretskii <eliz@gnu.org>
1065
a1beca85
SM
1066 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1067 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
1068 case-insensitively.
1069
d2992a38
ML
10702011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1071
1072 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
1073
50419064
GM
10742011-11-23 Glenn Morris <rgm@gnu.org>
1075
da94eca1
GM
1076 * paths.el (rmail-file-name): Reformat the doc-string so that it
1077 is picked up.
1078
9aac4de2
GM
1079 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
1080 (rmail-auto-file): Ignore case in the "special" field names,
1081 as mail-fetch-field does for all others.
1082
8038d2d2
GM
1083 * mail/rmail.el (rmail-forward):
1084 * mail/rmailkwd.el (rmail-set-label):
1085 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1086 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
1087
f3fe222a
GM
1088 * mail/rmail.el (rmail-current-message): Doc fix.
1089
50419064
GM
1090 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
1091
28109f49
SM
10922011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 * server.el (server-eval-and-print): Allow C-g (bug#6585).
1095
394c65f1
GM
10962011-11-22 Glenn Morris <rgm@gnu.org>
1097
1098 * mail/rmailmm.el (test-rmail-mime-handler)
1099 (test-rmail-mime-bulk-handler)
1100 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1101
f2a0aa3a
JL
11022011-11-21 Juri Linkov <juri@jurta.org>
1103
1154d12e
JB
1104 * calc/calc.el (calc-read-key-sequence):
1105 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 1106
9c34a344
LMI
11072011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1108
1109 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1110 Tell the caller that the next line needs recomputation, even
1111 though it doesn't start a sexp (bug#10094).
1112
f04a3be9
SM
11132011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1116
7978747f
SM
11172011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1118
f04a3be9
SM
1119 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1120 Use force-same-window.
7978747f 1121
fe7a3057
JB
11222011-11-20 Juanma Barranquero <lekktu@gmail.com>
1123
1124 * descr-text.el (describe-char-unicode-data):
1125 * json.el (json-string-escape):
1126 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1127 (Footnote-unicode, Footnote-style-p):
1128 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1129
24901d61
CY
11302011-11-20 Chong Yidong <cyd@gnu.org>
1131
1132 * window.el (replace-buffer-in-windows): Restore interactive spec.
1133
bac7ff22
SM
11342011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1135
24f3d7b9
SM
1136 * electric.el (electric-indent-mode): Fix last change (too optimistic).
1137
bac7ff22
SM
1138 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1139 (byte-compile-global-not-obsolete-vars): New var.
1140 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1141 Use it.
1142 (byte-compile-warn-obsolete): Align text with the one in *Help*.
1143
cd1181db
JB
11442011-11-20 Juanma Barranquero <lekktu@gmail.com>
1145
1146 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1147 * progmodes/pascal.el (electric-pascal-equal):
1148 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1149 * xml.el (xml-substitute-special): Fix typos.
1150
7fb18e9e
GM
11512011-11-20 Glenn Morris <rgm@gnu.org>
1152
1153 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1154 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1155 Doc fixes.
1156 (rmail-decode-mime-charset): Mark as obsolete.
1157
1158 * mail/rmailsum.el (rmail-message-regexp-p-1):
1159 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1160 Before using mime functions, check they are set. (Bug#10077)
1161
d5a6b3ba
JL
11622011-11-19 Juri Linkov <juri@jurta.org>
1163
1164 * info.el (Info-finder-find-node): Use `package--builtins' instead
1165 of `package-alist'. Use node names formed by the pattern "Keyword "
1166 and the keyword name.
1167
e981b61f
AS
11682011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1169
1d00653d 1170 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 1171
3ffbc301
JL
11722011-11-19 Juri Linkov <juri@jurta.org>
1173
1174 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1175 that calls `revert-buffer' on all Info buffers. (Bug#9915)
1176 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1177 `old-history', `old-history-forward'. Add let-binding
1178 `window-selected'. Remove calls to `kill-buffer',
1179 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
1180 before calling `Info-find-node', so `Info-find-node-2' will reread
1181 the Info file. Restore window positions only when `window-selected'
1182 is non-nil.
1183
30c62133
JL
11842011-11-19 Juri Linkov <juri@jurta.org>
1185
1186 * isearch.el (isearch-lazy-highlight-new-loop):
1187 Remove condition `(not isearch-error)'. (Bug#9918)
1188
1189 * misearch.el (multi-isearch-search-fun): Add condition
1190 `(not bound)' to ignore lazy-highlighting search.
1191 Add the search-failed message "end of multi" when the end of
1192 multi-sequence is reached. Uncapitalize the search-failed
1193 message "Repeat for next buffer".
1194
1195 * info.el (Info-search): Add the search-failed message
1196 "end of the manual" when the end of the manual is reached
1197 in Isearch mode.
1198
645ca9cf
JL
11992011-11-19 Juri Linkov <juri@jurta.org>
1200
1201 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1202 Use non-destructive `remove' instead of `delete' because
1203 `Info-history-list' stored to `Info-isearch-initial-history-list' in
1204 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1205
df754f66
JL
12062011-11-19 Juri Linkov <juri@jurta.org>
1207
1208 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1209 to nil instead of binding `search-ring' and `regexp-search-ring'.
1210 (Bug#9185)
1211
0e23d96a
EZ
12122011-11-19 Eli Zaretskii <eliz@gnu.org>
1213
1214 * simple.el (line-move): Force movement by logical lines for any
1215 hscrolled window, not only when auto-hscroll-mode is on.
1216 (line-move-visual): Update doc string to that effect. (Bug#10076)
1217
8a6ccb66
AS
12182011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1219
1220 * language/european.el (macintosh): Define as alias for mac-roman.
1221
49ae5b39
EZ
12222011-11-19 Eli Zaretskii <eliz@gnu.org>
1223
1224 * mail/rmailmm.el (rmail-mime-display-header)
1225 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1226 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1227 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1228 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1229 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1230 of a raw aref.
1231 (rmail-mime-entity-segment): To get past the tagline, move forward
1232 2 more lines, to account for the 2 empty lines that precede and
1233 follow the line with the buttons.
1234 (rmail-mime-update-tagline): Move one more line, to get past the
1235 empty line that follows the buttons in the tagline. (Bug#9520)
1236
c56cad4a
MR
12372011-11-19 Martin Rudalics <rudalics@gmx.at>
1238
1239 * window.el (window-max-delta-1, window-min-delta-1)
1240 (window-min-size-1, window-state-get-1, window-state-put-1)
1241 (window-state-put-2): Use "window--" prefix.
1242
cbe71af3
SM
12432011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1244
2ad52c60
SM
1245 * emacs-lisp/smie.el: Improve warnings and conflict detection.
1246 (smie-warning-count): New var.
1247 (smie-set-prec2tab): Use it.
1248 (smie-bnf->prec2): Improve warnings. Add docstring.
1249 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1250 (smie-bnf--set-class): New function.
1251 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
1252 corner case.
1253
6944dbc1
SM
1254 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1255 (compilation-error-properties, compilation-move-to-column):
1256 Handle compilation-first-column while in the target buffer.
1257
c400c4d7
SM
1258 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1259 Don't hardcode point-min==1.
1260
6dbe3e96
SM
1261 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1262 (eshell-rewrite-for-command): Remove workaround.
1263 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1264 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1265 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1266
cbe71af3
SM
1267 * files-x.el (modify-file-local-variable): Obey commenting conventions.
1268
a8e1496d
GM
12692011-11-17 Glenn Morris <rgm@gnu.org>
1270
1271 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1272 Ignore buffer-local generated-autoload-file if it is the same
1273 as the global value. (Bug#10049)
1274
df85d315
JB
12752011-11-17 Juanma Barranquero <lekktu@gmail.com>
1276
1277 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1278 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1279 (reftex-toc-previous-heading, reftex-toc-max-level)
1280 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1281 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1282 (reftex-toc-do-promote, reftex-toc-promote-prepare)
1283 (reftex-toc-promote-action, reftex-toc-extract-section-number)
1284 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1285 (reftex-toc-rename-label, reftex-toc-visit-location)
1286 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1287 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1288 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1289 leaving "*toc*" only for references to the buffer.
1290
a0c2d0ae
MR
12912011-11-17 Martin Rudalics <rudalics@gmx.at>
1292
1293 * window.el (window-resize, delete-window, split-window):
1294 Replace window-splits by window-combination-resize.
1d00653d 1295 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 1296
35c0bac8
GM
12972011-11-17 Glenn Morris <rgm@gnu.org>
1298
1299 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1300 Make bash entry derive from sh entry, not shell entry.
1301
d0c8fc8a
MA
13022011-11-16 Michael Albinus <michael.albinus@gmx.de>
1303
d0c8fc8a
MA
1304 * net/tramp-cache.el (tramp-flush-file-property): Flush also
1305 properties of linked files. (Bug#9879)
1306
7262a87c
MA
1307 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1308 local file name.
1309
7877f373
JB
13102011-11-16 Juanma Barranquero <lekktu@gmail.com>
1311
1312 * menu-bar.el (menu-bar-file-menu):
1313 * printing.el (pr-ps-utility):
1314 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1315 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1316 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1317 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1318 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1319 (icalendar--convert-cyclic-to-ical)
1320 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1321 (icalendar--convert-ical-to-diary)
1322 (icalendar--convert-recurring-to-diary)
1323 (icalendar--convert-non-recurring-all-day-to-diary)
1324 (icalendar-import-format-sample):
1325 * progmodes/idlw-shell.el (idlwave-shell-mode):
1326 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1327 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1328 (vhdl-ps-print-init): Fix typos.
1329
10649b82
KM
13302011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
1331
9d0cfcd6
GM
1332 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1333 FSF and collapse date sequence, obscure author/maintainer email address
1334 better, remove extra version line, track relocation of author's webpage.
10649b82 1335
9d0cfcd6
GM
1336 * progmodes/python.el (python-pdbtrack-input-prompt)
1337 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1338 regular python pdb prompts. Adjustments shamelessly taken exactly as
1339 suggested in EmacsWiki page (tiny change):
1340 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 1341
58179cce
JB
13422011-11-16 Juanma Barranquero <lekktu@gmail.com>
1343
1344 * expand.el (expand-pos, expand-index, expand-point):
1345 Remove redundant info from docstring.
1346 (expand-add-abbrevs): Doc fix.
1347 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1348 (expand-sample-perl-mode-expand-list): Fix typos.
1349
1350 * net/dbus.el (dbus-event-member-name):
1351 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1352 * term/pc-win.el (msdos-create-frame-with-faces):
1353 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1354
b6f67890
MR
13552011-11-16 Martin Rudalics <rudalics@gmx.at>
1356
1357 * window.el (split-window, window-state-get-1)
1358 (window-state-put-1, window-state-put-2): Rename occurrences of
1359 window-nest to window-combination-limit.
1d00653d 1360 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 1361
ce7ddba0
CY
13622011-11-16 Chong Yidong <cyd@gnu.org>
1363
1364 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1365 regexp (Bug#10033).
1366
3ae704f4
SM
13672011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1370 `completing-read' will remove *Completions* and will preserve
1371 current-buffer for us.
1372 (tmm-add-prompt): Users of *Completions* will always (re)set its
1373 major mode.
1374 (tmm-old-comp-map): Remove.
1375
6ad1cdde
GM
13762011-11-16 Glenn Morris <rgm@gnu.org>
1377
1378 * mail/rmailedit.el: Require rmailmm when compiling.
1379 (rmail-old-mime-state): New declaration.
1380 (rmail-edit-current-message): If editing a mime message,
1381 edit the "raw" message from the mbox buffer.
1382 (rmail-cease-edit): Handle mime messages. (Bug#9840)
1383
d20faa20
GM
13842011-11-15 Glenn Morris <rgm@gnu.org>
1385
1386 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1387 which wasn't being used. Add optional arg to force given state.
1388 (rmail-mime): Add optional arg to force given state.
1389
c7015153
JB
13902011-11-15 Juanma Barranquero <lekktu@gmail.com>
1391
1392 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1393 * frame.el (display-mm-dimensions-alist):
1394 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1395 (outline-move-subtree-down):
1396 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1397 (newsticker--treeview-do-get-node):
1398 * net/quickurl.el (quickurl-list-buffer-name):
1399 * progmodes/dcl-mode.el (dcl-mode):
1400 * progmodes/gdb-mi.el (gdb-mapcar*):
1401 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1402
45261b50
GM
14032011-11-15 Glenn Morris <rgm@gnu.org>
1404
1405 * mail/rmail.el (rmail-file-coding-system): It's only ever used
1406 in a boolean sense, so just make it a boolean, and fix the doc.
1407 (rmail-show-mime-function, rmail-mime-feature)
1408 (rmail-require-mime-maybe): Doc fixes.
1409 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1410
1411 * mail/rmailmm.el (rmail-show-mime): Doc fix.
1412
0d26e0b6
JB
14132011-11-15 Juanma Barranquero <lekktu@gmail.com>
1414
1415 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1416 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1417 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1418 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1419
447f30f6
GM
14202011-11-15 Glenn Morris <rgm@gnu.org>
1421
672b871d
GM
1422 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1423 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1424 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1425 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1426 (rmail-mime, rmail-show-mime): Doc fixes.
1427
f6aa5bb1
GM
1428 * term/ns-win.el (mode-line-frame-identification):
1429 Leave it alone. (Bug#10051)
1430
947cd66b
GM
1431 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
1432
447f30f6
GM
1433 * mail/rmailout.el (rmail-output-to-rmail-buffer):
1434 Handle empty buffers. (Bug#9978)
1435
0b381c7e
JB
14362011-11-14 Juanma Barranquero <lekktu@gmail.com>
1437
1438 * international/mule.el (define-charset):
1439 * mail/rmailmm.el (rmail-mime-find-header-encoding):
1440 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1441 * progmodes/verilog-mode.el (verilog-backward-token):
1442 * textmodes/ispell.el (lookup-words):
1443 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1444
71e027ac
GM
14452011-11-14 Glenn Morris <rgm@gnu.org>
1446
56632ce4
GM
1447 * progmodes/executable.el
1448 (executable-make-buffer-file-executable-if-script-p):
1449 Handle file-modes returning nil.
1450
40500957
GM
1451 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1452 message - not necessary, and causes problems. (Bug#9831)
1453
071c2340
GM
1454 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1455
d3cfca60
GM
1456 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1457
71e027ac
GM
1458 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1459 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
1460 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1461
89d61221
MR
14622011-11-12 Martin Rudalics <rudalics@gmx.at>
1463
1464 * window.el (window-resize, delete-window): Use window-splits
1465 variable instead of function.
1466 (window-state-get-1, window-state-put-2, window-state-put):
1467 Don't deal with windows' splits status.
1468
98282f6f
GM
14692011-11-12 Glenn Morris <rgm@gnu.org>
1470
1471 * apropos.el (apropos-do-all, apropos-library, apropos-value)
1472 (apropos-documentation): Doc fixes.
1473
40a8bdf6
JB
14742011-11-11 Juanma Barranquero <lekktu@gmail.com>
1475
1476 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1477 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1478
65bd19ff
SM
14792011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * electric.el (electric-indent-post-self-insert-function): Make it
1482 possible for a char to only indent in some circumstances.
1483 (electric-indent-mode): Simplify.
1484
54f9154c
MR
14852011-11-11 Martin Rudalics <rudalics@gmx.at>
1486
1487 * window.el (windows-with-parameter): Remove unused function.
1488 (windows-at-side): Rename to window-at-side-list.
1489 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
1490 (window-side-check, window-size-ignore, window-size-fixed-1)
1491 (window-in-direction-2): Prefix with "window--".
1492 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 1493
68cbc58b
GM
14942011-11-11 Glenn Morris <rgm@gnu.org>
1495
1496 * subr.el (eval-after-load): If FILE is already loaded,
1497 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
1498
b2621720
GM
14992011-11-10 Glenn Morris <rgm@gnu.org>
1500
9a4de110
GM
1501 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1502 Call svn via vc-svn-command rather than vc-do-command.
1503 (vc-svn-command): Add --non-interactive. (Bug#9993)
1504 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1505
b2621720
GM
1506 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1507 Add toggle-read-only. (Bug#7292)
1508 * files.el (toggle-read-only): Mention that it should only
1509 be used interactively. (Bug#10006)
1510
1dce7193
SM
15112011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1512
d9ac1a1e
SM
1513 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1514 Adjust regexp for OCaml warnings.
1515
0c325082
SM
1516 * electric.el (electric-pair-post-self-insert-function): Let user
1517 turn it off buffer-locally (bug#9932).
1518
90132c14
SM
1519 * progmodes/python.el (python-beginning-of-statement):
1520 Rewrite (bug#2703).
1521
1dce7193
SM
1522 * progmodes/compile.el: Better handle TABs (bug#9749).
1523 (compilation-internal-error-properties)
1524 (compilation-next-error-function): Obey the target buffer's
1525 compilation-error-screen-columns.
1526
c4e7c63a
JB
15272011-11-09 Juanma Barranquero <lekktu@gmail.com>
1528
1529 * progmodes/meta-mode.el: Remove obsolete comments.
1530 (meta-right-comment-regexp, meta-ignore-comment-regexp):
1531 Fix typos in docstrings.
1532
2cffd681
MR
15332011-11-09 Martin Rudalics <rudalics@gmx.at>
1534
1535 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 1536 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
1537 (window--resizable): New function. Make all callers of
1538 window-resizable call window--resizable instead.
1539 (window-resizable): Rewrite in terms of window--resizable.
1540
0edcba87
GM
15412011-11-08 Glenn Morris <rgm@gnu.org>
1542
1543 * progmodes/delphi.el (delphi-mode-syntax-table):
1544 Let define-derived-mode define a proper syntax table. (Bug#9994)
1545
4b0d61e3
SM
15462011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1547
1548 * window.el: Stay away from defsubst.
1549 (window-list-no-nils): Remove.
1550 (window-state-get-1, window-state-get): Use backquote instead.
1551
cd394be1 15522011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 1553
4b0d61e3 1554 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 1555 Fix incorrect use of default argument in `completing-read'.
1556
e1c2c6f2
MR
15572011-11-08 Martin Rudalics <rudalics@gmx.at>
1558
1559 * window.el (display-buffer-function, special-display-function):
1560 Mention display-buffer-record-window but do not mention
1561 help-setup parameter in doc-strings.
b3f4a882 1562 (window-min-delta): Fix doc-string typo.
e1c2c6f2 1563
105216ed
CY
15642011-11-08 Chong Yidong <cyd@gnu.org>
1565
1566 * window.el (window-total-height, window-total-width): Doc fix.
1567 (window-body-size): Move from C.
1568 (window-body-height, window-body-width): Move to C.
1569
0a9f9ab5
SM
15702011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * window.el: Make special-display like display-buffer-alist (bug#9532).
1573 (display-buffer--special-action): New function, morphed
1574 from display-buffer--special.
1575 (display-buffer): Use it to handle special-display-buffers at higher
1576 priority (just after display-buffer-alist).
1577 (display-buffer-fallback-action, display-buffer--other-frame-action)
1578 (pop-to-buffer-same-window): Remove display-buffer--special.
1579
a769dd15
GM
15802011-11-07 Glenn Morris <rgm@gnu.org>
1581
1582 * calendar/cal-menu.el (cal-menu-set-date-title):
1583 Do nothing if not in a calendar. (Bug#9976)
1584
05a61ee3
SM
15852011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * files.el (find-file): Always use selected-window.
1588
be7f5545
MR
15892011-11-07 Martin Rudalics <rudalics@gmx.at>
1590
1591 * window.el (window-combinations): Make WINDOW argument
1592 mandatory. Rewrite doc-string.
1593 (walk-window-subtree, window-atom-check, window-min-delta)
1594 (window-max-delta, window--resize-this-window)
1595 (window--resize-root-window-vertically, window-tree)
1596 (balance-windows, window-state-put): Rewrite doc-strings as to
1597 not mention the term "subwindow".
1598 (window--resize-subwindows-skip-p): Rename to
1599 window--resize-child-windows-skip-p.
1600 (window--resize-subwindows-normal): Rename to
1601 window--resize-child-windows-normal.
1602 (window--resize-subwindows): Rename to
1603 window--resize-child-windows.
1604 (window-or-subwindow-p): Rename to window--in-subtree-p.
1605
3c6702ef
ML
16062011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1607
1608 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1609 Ensure that mbox format messages end in two newlines (Bug#9974).
1610
49745b39
CY
16112011-11-06 Chong Yidong <cyd@gnu.org>
1612
1613 * window.el (window-combination-p): Function deleted; its
1614 side-effect is not used in any existing code.
1615 (window-combinations, window-combined-p): Call window-*-child
1616 directly.
1617
24300f5f
CY
16182011-11-05 Chong Yidong <cyd@gnu.org>
1619
1620 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
1621 (window-size-ignore, window-state-get): Callers changed.
1622 (window-normalize-window): Rename from window-normalize-any-window.
1623 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 1624 (window-normalize-live-window): Delete.
447f16b8
CY
1625 (window-combination-p, window-combined-p, window-combinations)
1626 (walk-window-subtree, window-atom-root, window-min-size)
1627 (window-sizable, window-sizable-p, window-size-fixed-p)
1628 (window-min-delta, window-max-delta, window-resizable)
1629 (window-resizable-p, window-full-height-p, window-full-width-p)
1630 (window-current-scroll-bars, window-point-1, set-window-point-1)
1631 (window-at-side-p, window-in-direction, window-resize)
1632 (adjust-window-trailing-edge, maximize-window, minimize-window)
1633 (window-deletable-p, delete-window, delete-other-windows)
1634 (record-window-buffer, unrecord-window-buffer)
1635 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1636 (quit-window, split-window, window-state-put)
1637 (set-window-text-height, fit-window-to-buffer)
1638 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 1639
89bd5ee1
EZ
16402011-11-04 Eli Zaretskii <eliz@gnu.org>
1641
53479029
EZ
1642 * mail/rmail.el (rmail-simplified-subject): Decode subject with
1643 rfc2047-decode-string.
1644 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1645 warnings.
1646
89bd5ee1
EZ
1647 * window.el (window-body-height, window-body-width): Mention in
1648 the doc string that the return values are in frame's canonical
1649 units. (Bug#9949)
1650
bd17fdee
AM
16512011-11-03 Alan Mackenzie <acm@muc.de>
1652
1653 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1654 change in cc-engine.el.
1655
acc825c5
SM
16562011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * window.el (switch-to-buffer): Use `force-same-window' interactively.
1659
1885e5b8
MR
16602011-11-02 Martin Rudalics <rudalics@gmx.at>
1661
1662 * window.el (quit-window): Call unrecord-window-buffer after
1663 showing another buffer in the window. (Bug#9937)
acc825c5 1664 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 1665
ebe06da9
JB
16662011-11-02 Juanma Barranquero <lekktu@gmail.com>
1667
1668 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1669 Accept status with more than 9 shelves. (Bug#9935)
1670 Reported by Colin D Bennett <colin@gibibit.com>.
1671
4ee88440
MR
16722011-11-01 Martin Rudalics <rudalics@gmx.at>
1673
1674 * help.el (with-help-window): Don't reference
1675 temp-buffer-show-specifiers in doc-string.
1676
08e1d82c
AS
16772011-10-31 Andreas Schwab <schwab@linux-m68k.org>
1678
1679 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1680 menu-item.
1681
84bd6e9e
VJL
16822011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1683
1684 * whitespace.el: New version 13.2.2.
1685 (whitespace-newline-mode): Disable properly. Reported by Sarah
1686 <EmacsWiki>.
1687
dba0634a
UJ
16882011-10-30 Ulf Jasper <ulf.jasper@web.de>
1689
1690 * net/newst-treeview.el: Remove "Time-stamp".
1691 (newsticker--group-manage-orphan-feeds): Do not call
1692 newsticker--treeview-tree-update.
db22a3c2
JB
1693 (newsticker-treeview-update, newsticker-treeview):
1694 Call newsticker--treeview-tree-update if necessary.
dba0634a 1695
3d8daefe
MR
16962011-10-30 Martin Rudalics <rudalics@gmx.at>
1697
1698 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
1699 (window-iso-combinations): Remove "iso-" infix.
1700 Suggested by Chong Yidong.
3d8daefe
MR
1701 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1702 (window-max-delta-1, window-resize, window--resize-siblings)
1703 (window--resize-this-window, adjust-window-trailing-edge)
1704 (split-window, balance-windows-1)
1705 (shrink-window-if-larger-than-buffer):
1706 * calendar/calendar.el (calendar-generate-window):
db22a3c2 1707 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 1708
1bc4c3ae
SM
17092011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1710
1711 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1712 in place (bug#9907).
1713 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1714 (eshell-rewrite-if-command, eshell-rewrite-for-command)
1715 (eshell-structure-basic-command, eshell-rewrite-while-command)
1716 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1717 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1718 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1719 (eshell-do-pipelines-synchronously, eshell-eval-command):
1720 Use backquotes and prefer setq to set.
1721 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1722 (eshell-macrop): Use functionp.
c1e2f5fa 1723 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 1724
30b65d9c
CY
17252011-10-30 Chong Yidong <cyd@gnu.org>
1726
1727 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1728 instead of set-mark (Bug#9810).
1729
2d197ffb
CY
17302011-10-30 Chong Yidong <cyd@gnu.org>
1731
1732 * window.el (split-window-below, split-window-right): Rename from
1733 split-window-above-each-other and split-window-side-by-side
1734 respectively. All callers changed.
1735 (split-window-sensibly, split-window-sensibly): Use them.
1736 (split-window-keep-point): Doc fix.
1737
1738 * isearch.el: Add isearch-scroll property to split-window-below
1739 and split-window-right.
1740
1741 * follow.el (follow-mode):
1742 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1743 * progmodes/ada-xref.el (ada-gdb-application):
1744 * emulation/vip.el (vip-buffer-in-two-windows):
1745 * image-dired.el (image-dired-dired-with-window-configuration):
1746 * dired-x.el (dired-do-find-marked-files):
1747 * dired.el (dired-pop-to-buffer):
1748 * bs.el (bs--show-with-configuration):
1749 * vc/emerge.el (emerge-setup-windows):
1750 * textmodes/two-column.el (2C-two-columns):
1751 * textmodes/reftex-toc.el (reftex-toc):
1752 * progmodes/gdb-mi.el (gdb-setup-windows):
1753 * progmodes/fortran.el (fortran-window-create):
1754 * net/newst-treeview.el (newsticker--treeview-window-init):
1755 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
1756 * emulation/tpu-edt.el (tpu-gold-map):
1757 * emulation/crisp.el (crisp-mode-map):
1758 * calendar/calendar.el (calendar-basic-setup): Callers changed.
1759
38bb2ca8
CY
17602011-10-29 Chong Yidong <cyd@gnu.org>
1761
aa4de341
CY
1762 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
1763
e1eb5385
CY
1764 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
1765
5d2ece3c
CY
1766 * textmodes/flyspell.el (flyspell-word): Fix char offset for
1767 forged Ispell output (Bug#7904).
1768
38bb2ca8
CY
1769 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
1770
d0af9f77
SM
17712011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1772
1773 * doc-view.el: Avoid ugly errors about not finding nil.
1774 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1775 (doc-view-dvipdf-program, doc-view-unoconv-program)
1776 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
1777 Avoid nil or absolute file name as default value.
1778 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
1779
52bedd34
AM
17802011-10-28 Alan Mackenzie <acm@muc.de>
1781
db22a3c2 1782 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 1783
7e43cfa5
AM
17842011-10-28 Alan Mackenzie <acm@muc.de>
1785
1786 Amend the handling of c-beginning/end-of-defun in nested declaration
1787 scopes.
1788
52bedd34
AM
1789 * progmodes/cc-vars.el (c-defun-tactic): Move here from
1790 cc-langs.el. Change it to a defcustom.
7e43cfa5 1791
52bedd34
AM
1792 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
1793 cc-vars.el.
7e43cfa5 1794
d0af9f77
SM
1795 * progmodes/cc-engine.el (c-beginning-of-statement-1):
1796 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 1797
52bedd34 1798 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 1799 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
1800 (c-widen-to-enclosing-decl-scope): New function.
1801 (c-while-widening-to-decl-block): New macro.
1802 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
1803 outward for defun boundaries, and correspondingly change symbol
1804 `respect-enclosure' to `go-outward'.
1805 (c-declaration-limits): Change algorithm to report only the "innermost"
1806 defun's boundaries.
1807
1a2ce9ee
DD
18082011-10-28 Deniz Dogan <deniz@dogan.se>
1809
1810 * net/rcirc.el (rcirc-mode): Use hard newlines.
1811
bc97a826
AM
18122011-10-28 Alan Mackenzie <acm@muc.de>
1813
1814 Amend to indent and fontify macros "which include their own semicolon"
1815 correctly, using the "virtual semicolon" mechanism.
1816
52bedd34 1817 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 1818
d0af9f77 1819 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 1820 Recode to scan one line at a time rather than having \n and \r
58179cce 1821 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 1822 (c-forward-label): Amend for virtual semicolons.
58179cce 1823 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 1824
52bedd34
AM
1825 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
1826 of the new C macros.
bc97a826 1827
52bedd34 1828 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
1829 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
1830 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
1831 (c-opt-cpp-macro-define): Make into a full language variable.
1832 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
1833 AWK Mode (including \n, \r) removed, no longer needed.
1834
d0af9f77
SM
1835 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
1836 Invoke c-make-macro-with-semi-re.
bc97a826 1837
52bedd34
AM
1838 * progmodes/cc-vars.el (c-macro-with-semi-re):
1839 (c-macro-names-with-semicolon): New variables.
58179cce 1840 (c-make-macro-with-semi-re): New function.
bc97a826 1841
7a6c0941
SM
18422011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * vc/log-edit.el: Fill empty field rather than adding new one.
1845 (log-edit-add-field): New function.
1846 (log-edit-insert-changelog): Use it.
1847
b0c4cdcf
ML
18482011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1849
1850 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
1851
ee1f1da9
SM
18522011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1853
1854 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
1855 (gdb--check-interpreter): New function.
1856 (gdb): Use it.
1857
51bc5f8b
GM
18582011-10-27 Glenn Morris <rgm@gnu.org>
1859
416a2c45
GM
1860 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
1861 (least-positive-float, least-negative-float)
1862 (least-positive-normalized-float, least-negative-normalized-float)
1863 (float-epsilon, float-negative-epsilon):
1864 Remove unnecessary declarations.
1865
1866 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
1867 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
1868 (least-positive-float, least-negative-float)
1869 (least-positive-normalized-float, least-negative-normalized-float)
1870 (float-epsilon, float-negative-epsilon): Add doc-strings,
1871 based on those in cl.texi.
1872
51bc5f8b
GM
1873 * files.el (set-visited-file-name): If the major-mode changed,
1874 reload the local variables. (Bug#9796)
1875
15de15c6
CY
18762011-10-27 Chong Yidong <cyd@gnu.org>
1877
1878 * subr.el (change-major-mode-after-body-hook): New hook.
1879 (run-mode-hooks): Run it.
1880
ee1f1da9
SM
1881 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1882 Use change-major-mode-before-body-hook.
15de15c6
CY
1883
1884 * simple.el (fundamental-mode):
1885 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
1886 change introducing fundamental-mode-hook.
1887
5430d399
JB
18882011-10-26 Juanma Barranquero <lekktu@gmail.com>
1889
acc825c5 1890 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 1891
ad74a69e
MA
18922011-10-26 Michael Albinus <michael.albinus@gmx.de>
1893
1894 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 1895 tramp.el explicitly. (Bug#7583)
ad74a69e 1896
71d4c2a5
SM
18972011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * progmodes/octave-mod.el:
1900 * progmodes/octave-inf.el: Update maintainer.
1901
b1f6fa26
CY
19022011-10-26 Chong Yidong <cyd@gnu.org>
1903
1904 * subr.el (with-wrapper-hook): Rewrite doc.
1905
3f04efd6
MA
19062011-10-25 Michael Albinus <michael.albinus@gmx.de>
1907
1908 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 1909 filenames "/method:foo:". (Bug#9793)
3f04efd6 1910
410488d3
SM
19112011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
1914 (bug#9865).
1915
c1ebb47e
GM
19162011-10-24 Glenn Morris <rgm@gnu.org>
1917
1918 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
1919
7f5c46c7
MA
19202011-10-24 Michael Albinus <michael.albinus@gmx.de>
1921
1922 * notifications.el: Add the requirement of a running D-Bus session
1923 bus to the Commentary.
1924
db2440b6
JL
19252011-10-24 Juri Linkov <juri@jurta.org>
1926
1927 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1928 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
1929 (Bug#9364)
1930
feecf435
JL
19312011-10-24 Juri Linkov <juri@jurta.org>
1932
1933 * info.el (Info-following-node-name-re): Add newline to the list
1934 of allowed characters for leading space. (Bug#9824)
1935
a3839de2
SM
19362011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1937
acc825c5
SM
1938 * progmodes/octave-inf.el (inferior-octave-mode-map):
1939 Fix C-c C-h binding.
a3839de2
SM
1940 * progmodes/octave-mod.el (octave-help): Remove.
1941
09388e76
MA
19422011-10-23 Michael Albinus <michael.albinus@gmx.de>
1943
1944 Sync with Tramp 2.2.3.
1945
1946 * net/tramp-cache.el (top): Pacify byte-compiler using
1947 `init-file-user' and `site-run-file'.
1948
1949 * net/trampver.el: Update release number.
1950
86c60681
CY
19512011-10-23 Chong Yidong <cyd@gnu.org>
1952
1953 * files.el (toggle-read-only): Remove obsolete comment about
1954 version control.
1955
1956 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
1957 for toggle-read-only. Note that this hasn't called vc-next-action
1958 since 2008-05-02, though it wasn't documented at the time.
1959
a3839de2
SM
1960 * vc/ediff-init.el (ediff-toggle-read-only-function):
1961 Use toggle-read-only.
86c60681 1962
cd5495ff
AM
19632011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
1964
1965 Fix bug #9560, sporadic wrong indentation; improve instrumentation
1966 of c-parse-state.
1967
00b77525 1968 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 1969 correct faulty logical expression.
cd5495ff
AM
1970 (c-parse-state-state, c-record-parse-state-state):
1971 (c-replay-parse-state-state): New defvar/defuns.
1972 (c-debug-parse-state): Use new functions.
1973
42ee24ed
MR
19742011-10-22 Martin Rudalics <rudalics@gmx.at>
1975
1976 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 1977 last fix. Use window-in-direction correctly.
42ee24ed 1978
a7dee7e7
CY
19792011-10-21 Chong Yidong <cyd@gnu.org>
1980
1981 * progmodes/idlwave.el (idlwave-mode):
1982 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
1983 require-final-newline; that's done in prog-mode.
1984 Suggested by Stefan Monnier.
a7dee7e7 1985
e07b9a6d
MR
19862011-10-21 Martin Rudalics <rudalics@gmx.at>
1987
1988 * mouse.el (mouse-drag-window-above)
1989 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
1990 (mouse-drag-mode-line-1, mouse-drag-header-line)
1991 (mouse-drag-vertical-line-rightward-window): Remove.
1992 (mouse-drag-line): New function.
1993 (mouse-drag-mode-line, mouse-drag-header-line)
1994 (mouse-drag-vertical-line): Call mouse-drag-line.
1995 * window.el (window-at-side-p, windows-at-side): New functions.
1996
7e1361d9
UM
19972011-10-21 Ulrich Mueller <ulm@gentoo.org>
1998
1999 * tar-mode.el (tar-grind-file-mode):
2000 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
2001
30fcaf3a
CY
20022011-10-21 Chong Yidong <cyd@gnu.org>
2003
2004 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
2005 * progmodes/vera-mode.el (vera-mode):
2006 Use mode-require-final-newline.
30fcaf3a 2007
516eddb0
GM
20082011-10-20 Glenn Morris <rgm@gnu.org>
2009
db22a3c2 2010 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 2011
10d5f513
CS
20122011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
2013
2014 * emulation/cua-base.el (cua-set-mark): Fix case of string.
2015
ac6c8639
CY
20162011-10-20 Chong Yidong <cyd@gnu.org>
2017
2018 * emulation/cua-base.el (cua-mode):
2019 * mail/footnote.el (footnote-mode):
2020 * mail/mailabbrev.el (mail-abbrevs-mode):
2021 * net/xesam.el (xesam-minor-mode):
2022 * progmodes/bug-reference.el (bug-reference-mode):
2023 * progmodes/cap-words.el (capitalized-words-mode):
2024 * progmodes/compile.el (compilation-minor-mode)
2025 (compilation-shell-minor-mode):
2026 * progmodes/gud.el (gud-tooltip-mode):
2027 * progmodes/hideif.el (hide-ifdef-mode):
2028 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2029 * progmodes/subword.el (subword-mode):
2030 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2031 * progmodes/which-func.el (which-function-mode):
2032 * term/tvi970.el (tvi970-set-keypad-mode):
2033 * term/vt100.el (vt100-wide-mode):
2034 * textmodes/flyspell.el (flyspell-mode):
2035 * textmodes/ispell.el (ispell-minor-mode):
2036 * textmodes/nroff-mode.el (nroff-electric-mode):
2037 * textmodes/paragraphs.el (use-hard-newlines):
2038 * textmodes/refill.el (refill-mode):
2039 * textmodes/reftex.el (reftex-mode):
2040 * textmodes/rst.el (rst-minor-mode):
2041 * textmodes/sgml-mode.el (html-autoview-mode)
2042 (sgml-electric-tag-pair-mode):
2043 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
2044 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
2045 * emulation/crisp.el (crisp-mode):
2046 * emacs-lisp/eldoc.el (eldoc-mode):
2047 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
2048 minor mode behavior.
2049
aa42ab43
JL
20502011-10-19 Juri Linkov <juri@jurta.org>
2051
2052 * descr-text.el (describe-char): Add #x2010 and #x2011 to
2053 the list of hard-coded chars with escape-glyph face.
2054
89400f1d
SM
20552011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
2058
305c07f6
MA
20592011-10-19 Michael Albinus <michael.albinus@gmx.de>
2060
2061 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
2062 running process.
2063
13754b54
GM
20642011-10-19 Glenn Morris <rgm@gnu.org>
2065
2066 * vc/vc-bzr.el (vc-bzr-after-dir-status):
2067 Ignore ignored files. (Bug#9726)
2068
06e21633
CY
20692011-10-19 Chong Yidong <cyd@gnu.org>
2070
2071 Doc fix for minor modes, stating that an omitted argument enables
2072 the mode unconditionally when called from Lisp.
2073
2074 * abbrev.el (abbrev-mode):
2075 * allout.el (allout-mode):
2076 * autoinsert.el (auto-insert-mode):
2077 * autoarg.el (autoarg-mode, autoarg-kp-mode):
2078 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2079 (global-auto-revert-mode):
2080 * battery.el (display-battery-mode):
2081 * composite.el (global-auto-composition-mode)
2082 (auto-composition-mode):
2083 * delsel.el (delete-selection-mode):
2084 * desktop.el (desktop-save-mode):
2085 * dired-x.el (dired-omit-mode):
2086 * dirtrack.el (dirtrack-mode):
2087 * doc-view.el (doc-view-minor-mode):
2088 * double.el (double-mode):
2089 * electric.el (electric-indent-mode, electric-pair-mode):
2090 * emacs-lock.el (emacs-lock-mode):
2091 * epa-hook.el (auto-encryption-mode):
2092 * follow.el (follow-mode):
2093 * font-core.el (font-lock-mode):
2094 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2095 * help.el (temp-buffer-resize-mode):
2096 * hilit-chg.el (highlight-changes-mode)
2097 (highlight-changes-visible-mode):
2098 * hi-lock.el (hi-lock-mode):
2099 * hl-line.el (hl-line-mode, global-hl-line-mode):
2100 * icomplete.el (icomplete-mode):
2101 * ido.el (ido-everywhere):
2102 * image-file.el (auto-image-file-mode):
2103 * image-mode.el (image-minor-mode):
2104 * iswitchb.el (iswitchb-mode):
2105 * jka-cmpr-hook.el (auto-compression-mode):
2106 * linum.el (linum-mode):
2107 * longlines.el (longlines-mode):
2108 * master.el (master-mode):
2109 * mb-depth.el (minibuffer-depth-indicate-mode):
2110 * menu-bar.el (menu-bar-mode):
2111 * minibuf-eldef.el (minibuffer-electric-default-mode):
2112 * mouse-sel.el (mouse-sel-mode):
2113 * msb.el (msb-mode):
2114 * mwheel.el (mouse-wheel-mode):
2115 * outline.el (outline-minor-mode):
2116 * paren.el (show-paren-mode):
2117 * recentf.el (recentf-mode):
2118 * reveal.el (reveal-mode, global-reveal-mode):
2119 * rfn-eshadow.el (file-name-shadow-mode):
2120 * ruler-mode.el (ruler-mode):
2121 * savehist.el (savehist-mode):
2122 * scroll-all.el (scroll-all-mode):
2123 * scroll-bar.el (scroll-bar-mode):
2124 * server.el (server-mode):
2125 * shell.el (shell-dirtrack-mode):
2126 * simple.el (auto-fill-mode, transient-mark-mode)
2127 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2128 (line-number-mode, column-number-mode, size-indication-mode)
2129 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2130 * strokes.el (strokes-mode):
2131 * time.el (display-time-mode):
2132 * t-mouse.el (gpm-mouse-mode):
2133 * tool-bar.el (tool-bar-mode):
2134 * tooltip.el (tooltip-mode):
2135 * type-break.el (type-break-mode-line-message-mode)
2136 (type-break-query-mode):
2137 * view.el (view-mode):
2138 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2139 (global-whitespace-mode, global-whitespace-newline-mode):
2140 * xt-mouse.el (xterm-mouse-mode): Doc fix.
2141
a3839de2
SM
2142 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2143 Fix autogenerated docstring.
06e21633 2144
5214e501
JL
21452011-10-19 Juri Linkov <juri@jurta.org>
2146
2147 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2148 by checking environment variables "DESKTOP_SESSION" and
2149 "XDG_CURRENT_DESKTOP". (Bug#9779)
2150
195f8db9
JL
21512011-10-19 Juri Linkov <juri@jurta.org>
2152
2153 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2154 (browse-url-chromium-program, browse-url-chromium-arguments):
2155 New defcustoms.
2156 (browse-url-default-browser): Check for `browse-url-chromium' and
2157 call `browse-url-chromium-program'.
2158 (browse-url-chromium): New command. (Bug#9779)
2159
343a34ff
JB
21602011-10-18 Juanma Barranquero <lekktu@gmail.com>
2161
2162 * facemenu.el (list-colors-duplicates): On Windows, detect more
2163 duplicates by assuming that only colors matching "^System" are
2164 special "system colors". (Bug#9722)
2165
6978a151
SM
21662011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2167
2168 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2169 to distinguish the author from the committer.
2170
6a80b297
MA
21712011-10-18 Michael Albinus <michael.albinus@gmx.de>
2172
2173 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2174
b31a5677
JK
21752011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
2176
2177 * international/mule.el (sgml-html-meta-auto-coding-function):
2178 Add support for detecting encoding in HTML5 specified only as
2179 <meta charset="UTF-8">. Implementation just makes http-equiv and
2180 content-type parts from HTML4 encoding string optional. (Bug#9716)
2181
80c6d77f
GM
21822011-10-18 Glenn Morris <rgm@gnu.org>
2183
2184 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
2185
08b0fee8
CY
21862011-10-18 Chong Yidong <cyd@gnu.org>
2187
2188 * faces.el (cursor): Doc fix.
2189
67e729a5
CY
21902011-10-17 Chong Yidong <cyd@gnu.org>
2191
2192 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2193
343a34ff 21942011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
2195
2196 * dirtrack.el (dirtrack): Support shell buffers with path
2197 prefixes, e.g. tramp-based remote shells. (Bug#9647)
2198
0bc06380
TZ
21992011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
2200
2201 * json.el: Bump version to 1.3 and note change in History.
2202 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2203
8b79f3e0
SM
22042011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2205
5a7c536b
SM
2206 * comint.el (comint-insert-input, comint-send-input)
2207 (comint-get-old-input-default, comint-backward-matching-input)
2208 (comint-next-prompt): Use nil instead of `input' for field property of
2209 past user input (bug#114).
2210
96a8a0df
SM
2211 * minibuffer.el (completion--replace): Inherit surrounding properties
2212 (bug#114).
2213 (minibuffer-complete-and-exit): Use it.
2214
8b79f3e0
SM
2215 * comint.el (comint--table-subvert): Quote the all-completions output
2216 (bug#9160).
2217
b8f7ff0d
MR
22182011-10-17 Martin Rudalics <rudalics@gmx.at>
2219
8b79f3e0 2220 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 2221
b8f7ff0d 2222 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 2223 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
2224 entries and separate them from frame entries.
2225
c235b555
GM
22262011-10-15 Glenn Morris <rgm@gnu.org>
2227
2228 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2229 Doc fixes.
2230
6bbfa6e1
CY
22312011-10-15 Chong Yidong <cyd@stupidchicken.com>
2232
8b79f3e0
SM
2233 * net/network-stream.el (network-stream-open-starttls):
2234 Improve detection of failure due to lack of TLS support.
ec5c990d 2235
6bbfa6e1
CY
2236 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2237 putting the input text in front and in bold.
2238
98488977
SM
22392011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2240
3d1337be
SM
2241 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2242
ee0b45e4
SM
2243 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2244 empty buffer.
2245
98488977
SM
2246 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2247 unread-command-events rather than pushing yet-another event.
2248
186f4720
EZ
22492011-10-14 Eli Zaretskii <eliz@gnu.org>
2250
2251 * mail/sendmail.el (sendmail-query-once): Improve the wording of
2252 the explanation of the possible choices. Make the options passed
2253 to completing-read shorter.
2254
8b7a997c
AM
22552011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2256
2257 * textmodes/flyspell.el (flyspell-large-region): Make sure
2258 extended character mode is used if defined (Bug#1339).
2259
12587bbb
EZ
22602011-10-13 Eli Zaretskii <eliz@gnu.org>
2261
2262 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
2263 character info for LRE, LRO, RLE, and RLO characters by appending
2264 an invisible PDF.
12587bbb 2265
bad41229
SM
22662011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2269 even in case of error; add debug spec; simplify data flow.
2270 (with-timeout-handler): Remove.
2271
28dbc92f
MA
22722011-10-12 Michael Albinus <michael.albinus@gmx.de>
2273
2274 Fix Bug#6019, Bug#9315.
2275
2276 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2277 complete `buffer-file-name', the local file name part could look
2278 remotely (for example on VMS).
2279
2280 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2281 `tramp-run-real-handler'.
2282 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2283 already quoted by '"'.
2284
2285 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2286 Let `file-name-handler-alist' be nil, the local file name part
2287 could look remotely (for example on VMS).
2288
e1b0b23a
SM
22892011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2290
2291 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2292 from here...
2293 (flyspell-post-command-hook): ...to here.
2294
a120bde9
SM
22952011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2296
2297 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2298 if not needed.
2299 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
2300 using completion. Protect against "slow" callers.
2301 Remove the "message hack".
2302
7ce7717b
JL
23032011-10-11 Juri Linkov <juri@jurta.org>
2304
2305 * isearch.el (isearch-lazy-highlight-word): New variable.
2306 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2307 Use it. (Bug#9727)
2308
c02ee9d6
GM
23092011-10-11 Glenn Morris <rgm@gnu.org>
2310
2311 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2312 like f90-previous-statement does.
2313
93e616fd 23142011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2315
1f190e73 2316 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
2317 only in interactive use, to avoid error.
2318
af7b6078
SM
23192011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 * minibuffer.el (completion-file-name-table): Fix last change,
2322 i.e. ignore normal errors but not the other ones.
2323
0563dae9
MR
23242011-10-10 Martin Rudalics <rudalics@gmx.at>
2325
2326 * window.el (special-display-buffer-names)
2327 (special-display-regexps): Remove some remnants of earlier
2328 changes from doc-strings.
366ca7f3
MR
2329 (quit-windows-on): New function.
2330
2331 * vc/vc.el (vc-revert, vc-rollback):
2332 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2333 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 2334 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 2335
49677495
MR
23362011-10-09 Martin Rudalics <rudalics@gmx.at>
2337
2338 * window.el (frame-auto-hide-function): Add version tag.
2339 (Bug#9699)
2340
56f2d1e1
MA
23412011-10-09 Michael Albinus <michael.albinus@gmx.de>
2342
2343 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2344 condition.
2345
112a6592
LL
23462011-10-09 Leo Liu <sdl.web@gmail.com>
2347
2348 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2349 (Bug#9701)
2350
0812589b
GM
23512011-10-08 Glenn Morris <rgm@gnu.org>
2352
2353 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2354 before the first code statement zero indent. (Bug#9690)
2355
b2b0776e
CY
23562011-10-08 Chong Yidong <cyd@stupidchicken.com>
2357
2358 * simple.el (count-words-region): Always count in the region.
2359 Report the number of lines and characters too.
2360 (count-words): New command, which counts in the buffer if the
2361 region is inactive, as count-words-region used to.
2362 (count-words--message): New function. Handle plurals.
2363 (count-lines-region): Make it an alias for count-words-region.
2364
2365 * bindings.el (esc-map): Replace count-lines-region with
2366 count-words-region.
2367
c557cd6b
MR
23682011-10-08 Martin Rudalics <rudalics@gmx.at>
2369
2370 * window.el (window--delete): Delete dedicated frame
2371 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 2372 (switch-to-buffer): Fix doc-string typo.
c557cd6b 2373
61a57ef4 23742011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2375
2376 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2377
c3833279
CY
23782011-10-07 Chong Yidong <cyd@stupidchicken.com>
2379
2380 * bindings.el ([M-left],[M-right]): Bind to left-word and
2381 right-word respectively.
2382
21ce8245
GM
23832011-10-07 Glenn Morris <rgm@gnu.org>
2384
2385 * cus-start.el (debug-on-quit): Fix custom type.
2386
6d823bb2
LMI
23872011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2388
0181e193
LMI
2389 * subr.el (define-key-after): Clarify that the function is not
2390 useful for non-menu keymaps.
2391
6d823bb2
LMI
2392 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2393
8e3459ce 23942011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2395
21ce8245 2396 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 2397 in current minibuffer (Fix bug with recursive minibuffers).
2398
a1c2d21e
CY
23992011-10-06 Chong Yidong <cyd@stupidchicken.com>
2400
2401 * progmodes/gdb-mi.el (gdb): Doc fix.
2402
5a4cf282
MR
24032011-10-05 Martin Rudalics <rudalics@gmx.at>
2404
2405 * window.el (frame-auto-hide-function): New option replacing
2406 frame-auto-delete. Suggested by Stefan Monnier.
2407 (window--delete): Call frame-auto-hide-function instead of
2408 investigating frame-auto-delete.
c96111ea
MR
2409 (window-point-1, set-window-point-1): New functions.
2410 (window-in-direction, record-window-buffer, window-state-get-1)
2411 (display-buffer-record-window): Use window-point-1 instead of
2412 window-point.
2413 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 2414
9854542e
SM
24152011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2416
2417 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2418
8943cfb0
GM
24192011-10-05 Glenn Morris <rgm@gnu.org>
2420
2421 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2422 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
2423
647ab967
LL
24242011-10-05 Leo Liu <sdl.web@gmail.com>
2425
2426 * subr.el (read-char-choice): Fix argument to buffer-live-p which
2427 works with buffer object.
2428
3ddfbced
SM
24292011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2430
2431 * mpc.el (mpc-tool-bar-map): Add labels.
2432
bdfa5dd2
GM
24332011-10-04 Glenn Morris <rgm@gnu.org>
2434
2435 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2436
0e2070b5
MR
24372011-10-04 Martin Rudalics <rudalics@gmx.at>
2438
2439 * window.el (window--delete): New function.
2440 (frame-auto-delete): Resuscitate option.
2441 (bury-buffer, replace-buffer-in-windows)
2442 (quit-window): Rewrite using window--delete.
2443 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2444 Pass display-buffer-mark-dedicated to window--display-buffer-2
2445 (Bug#9639).
2446
3dc61a09
SM
24472011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2448
915a9b64
SM
2449 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2450 returns a list (bug#9554). Add remote file name completion.
2451 * comint.el (comint--table-subvert): Curry and get quote&unquote
2452 functions as arguments.
2453 (comint--complete-file-name-data): Adjust call accordingly.
2454 * pcomplete.el (pcomplete--table-subvert): Remove.
2455 (pcomplete-completions-at-point): Use comint--table-subvert instead.
2456
3dc61a09
SM
2457 * minibuffer.el (completion-table-case-fold): Use currying.
2458 (completion--styles-type, completion--cycling-threshold-type):
2459 New constants.
2460 (completion-styles, completion-category-overrides)
2461 (completion-cycle-threshold): Use them.
2462 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2463 completion-table-case-fold.
2464
8ea0a993
SB
24652011-10-03 Stephen Berman <stephen.berman@gmx.net>
2466
2467 * minibuffer.el (completion-category-overrides): Fix type of styles
2468 and add more user friendly tags (bug#9660).
2469
8c24b7f6
SM
24702011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2471
2472 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2473 (mule-input-method-string): New widget.
2474 (default-input-method, language-info-custom-alist): Use it.
2475
428fe61a
SM
24762011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2477
32c1fffd
SM
2478 * pcomplete.el: Require comint.
2479 (pcomplete--common-suffix): Remove.
2480 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2481 (pcomplete--table-subvert): Sync with comint--table-subvert.
2482 (pcomplete--entries): Use comint-completion-file-name-table.
2483 * comint.el (comint-unquote-filename): Simplify.
2484 (comint-completion-file-name-table): New function (bug#9616).
2485 (comint--complete-file-name-data): Use it.
2486
428fe61a
SM
2487 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2488 (pcmpl-gnu-tar-buffer): Remove.
2489 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
2490 around. Make sure pcomplete-suffix-list is only changed temporarily.
2491 Don't look inside the tar's file if it's too large.
428fe61a 2492
04c52e2f
CY
24932011-10-01 Chong Yidong <cyd@stupidchicken.com>
2494
ce3cefcc
CY
2495 * cus-edit.el (custom-mode-map):
2496 * epa.el (epa-key-list-mode-map):
2497 * man.el (Man-mode-map):
2498 * startup.el (splash-screen-keymap):
2499 * simple.el (special-mode-map): Use scroll-up-command and
2500 scroll-down-command.
2501
2502 * progmodes/idlw-help.el (idlwave-help-mode-map):
2503 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2504 * net/newst-plainview.el (newsticker-mode-map):
2505 * emulation/ws-mode.el (wordstar-mode-map):
2506 * emulation/vi.el (vi-com-map):
2507 * calc/calc-graph.el (calc-graph-show-dumb):
2508 * term/sun.el (terminal-init-sun):
2509 * term/ns-win.el (global-map):
2510 * progmodes/grep.el (grep-mode-map):
2511 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2512 * mail/rmail.el (rmail-mode-map):
2513 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2514
04c52e2f
CY
2515 * custom.el (custom-safe-themes, load-theme): Treat value of t for
2516 custom-safe-themes as special.
2517
79adf8c8
JD
25182011-10-01 Julien Danjou <julien@danjou.info>
2519
2520 * notifications.el (notifications-notify): Fix docstring.
2521
63bd50d3
PS
25222011-10-01 Per Starbäck <per@starback.se>
2523
2524 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
2525
199e4c7e
MR
25262011-09-30 Martin Rudalics <rudalics@gmx.at>
2527
2528 * startup.el (command-line-1): Fix last fix by inserting
2529 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 2530 (Bug#9605) and (Bug#9636)
199e4c7e 2531
fe5f08dd
EZ
25322011-09-29 Eli Zaretskii <eliz@gnu.org>
2533
2534 * simple.el (line-move): If auto-hscroll-mode is disabled and the
2535 window is hscrolled, move by logical lines. (Bug#9607)
2536 (line-move-visual): Update the doc string to the above effect.
2537
b5516bbd
MR
25382011-09-29 Martin Rudalics <rudalics@gmx.at>
2539
ccee00c0
MR
2540 * window.el (display-buffer-record-window): When WINDOW is the
2541 selected window use `point' instead of `window-point'. (Bug#9626)
2542
b5516bbd
MR
2543 * startup.el (command-line-1): Use insert-before-markers when
2544 inserting initial-scratch-message. (Bug#9605)
ccee00c0 2545
b5516bbd
MR
2546 * help.el (help-window): Remove variable.
2547
52aa0014
GM
25482011-09-29 Glenn Morris <rgm@gnu.org>
2549
2550 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2551
df9a7357
JB
25522011-09-29 Juanma Barranquero <lekktu@gmail.com>
2553
2554 * descr-text.el (describe-char-categories): Accept category
2555 descriptions more than one line long.
2556
a8406c20
SM
25572011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2558
88d9610c
SM
2559 * simple.el (delete-trailing-whitespace): Fix last change.
2560
a5daf810
SM
2561 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2562 Don't confuse "y => 3" as the beginning of a `y' operation.
2563
a8406c20
SM
2564 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2565 object has more than 4 slots (bug#9613).
2566
a239d4e9
JB
25672011-09-28 Juanma Barranquero <lekktu@gmail.com>
2568
2569 * subr.el (with-output-to-temp-buffer):
2570 * net/quickurl.el (quickurl, quickurl-browse-url):
2571 Fix typos in docstrings.
2572
693fbdb6
EZ
25732011-09-27 Eli Zaretskii <eliz@gnu.org>
2574
2575 * minibuffer.el (completion-styles)
2576 (completion-category-overrides): Cross reference each other in doc
2577 strings.
2578
8b457e28
GM
25792011-09-27 Glenn Morris <rgm@gnu.org>
2580
2581 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2582 to split-string. (Bug#9606)
2583
85a16208
LMI
25842011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2585
2586 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2587 (bug#9615).
2588
502f9ebd
CY
25892011-09-27 Chong Yidong <cyd@stupidchicken.com>
2590
2591 * emacs-lisp/package.el (list-packages): Fix echo area message.
2592
7690bdea
LL
25932011-09-27 Leo Liu <sdl.web@gmail.com>
2594
2595 * ido.el (ido-read-internal): Accept cons cell HIST arg.
2596
e2ee6f30
MA
25972011-09-25 Michael Albinus <michael.albinus@gmx.de>
2598
2599 * net/dbus.el (dbus-unregister-object): Don't release services for
2600 registered signals. (Bug#9581)
2601
f3f98342
TZ
26022011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2603
2604 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2605 function that picks between cfengine 2 and 3 support
2606 automatically. Update docs accordingly.
2607
dd7aa8dd
KH
26082011-09-22 Kenichi Handa <handa@m17n.org>
2609
2610 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2611 ZERO.
2612 (indian-itrans-v5-table-for-tamil): New variable.
2613 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2614
3f2b07f8
KM
26152011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
2616
2617 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2618 that's true if the current command involved collapsing of text.
2619 It's reset to false at the beginning of the next command.
2620 (allout-post-command-business): Move the cursor to the beginning
2621 of entry if the cursor is hidden and collapsing activity just
2622 happened.
2623
371d6a61
CY
26242011-09-24 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2627 tracking (Bug#9541).
2628
2ac2721a
UJ
26292011-09-24 Ulf Jasper <ulf.jasper@web.de>
2630
2631 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
2632 (newsticker-show-news): Automatically load html rendering package
2633 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
2634 because w3m-fill-column is let-bound" and the error "Symbol's value
2635 as variable is void: w3m-fill-column".
2ac2721a 2636
fac7ae53
MA
26372011-09-24 Michael Albinus <michael.albinus@gmx.de>
2638
2639 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2640 Release services only if they are defined. (Bug#9581)
2641
e08b633b
RS
26422011-09-23 Richard Stallman <rms@gnu.org>
2643
e488d29c
RS
2644 * textmodes/paragraphs.el (forward-sentence): For backwards case,
2645 distinguish start of paragraph from start of its text.
2646
19c38752
RS
2647 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2648
e08b633b
RS
2649 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2650 (rmail-generate-viewer-buffer): Put that hook on view buffer.
2651 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2652
0a39f27e
AS
26532011-09-23 Andreas Schwab <schwab@linux-m68k.org>
2654
2655 * international/mule-diag.el (mule-diag): Insert a newline after
2656 each fontset description.
2657
db4e950d
SM
26582011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * simple.el (delete-trailing-whitespace):
2661 Document last change; simplify.
2662
eca3f3ea
PW
26632011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
2664
d68e189a
PW
2665 * simple.el (delete-trailing-whitespace): Also delete
2666 extra newlines at the end of the buffer.
2667
eca3f3ea
PW
2668 * textmodes/picture.el: Make motion commands obey shift-select-mode.
2669 (picture-newline): Use forward-line so as to ignore fields.
2670
01c157cc
SM
26712011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * subr.el (with-wrapper-hook): Fix edebug spec.
2674
022de23e
LMI
26752011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2676
2677 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2678 (bug#4538).
2679
91683089
MA
26802011-09-23 Michael Albinus <michael.albinus@gmx.de>
2681
eca3f3ea
PW
2682 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2683 Fix nasty bug using wrong cached values.
91683089 2684
5bdd6fa4
AM
26852011-09-23 Alan Mackenzie <acm@muc.de>
2686
2687 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2688
97adfb97
CY
26892011-09-23 Chong Yidong <cyd@stupidchicken.com>
2690
2691 * window.el (pop-to-buffer): Ensure right window is selected if we
2692 chose another frame.
2693
d4ef2b50
EZ
26942011-09-22 Eli Zaretskii <eliz@gnu.org>
2695
2696 * simple.el (what-cursor-position): Use get-char-property-change
2697 and next-single-char-property-change, to be able to show display
2698 properties that come from overlays as well as text properties.
2699
72258fe5
CY
27002011-09-22 Chong Yidong <cyd@stupidchicken.com>
2701
2702 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2703
2704 * cmuscheme.el (run-scheme, switch-to-scheme):
2705 * cus-edit.el (customize-group, custom-buffer-create)
2706 (customize-browse):
2707 * info.el (info):
2708 * shell.el (shell):
2709 * mail/sendmail.el (mail):
2710 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2711
8f098516
RS
27122011-09-22 Richard Stallman <rms@gnu.org>
2713
2714 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2715 move back only to line beg, don't move back over blank lines.
2716
e74f1bb6
MA
27172011-09-22 Michael Albinus <michael.albinus@gmx.de>
2718
2719 * files.el (copy-directory): Set directory attributes only in case
2720 they could be retrieved from the source directory. (Bug#9565)
2721
bfeef8b6
DK
27222011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
2723
2724 * progmodes/hideshow.el (hs-looking-at-block-start-p)
2725 (hs-find-block-beginning, hs-hide-level-recursive):
2726 Ignore strings as well as comments. (Bug#9502)
2727
7e423bb8
AS
27282011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
2729
2730 * progmodes/sql.el (sql-comint-postgres):
2731 Convert port number to a string. (Bug#9566)
2732
b4d72fcf
MR
27332011-09-22 Martin Rudalics <rudalics@gmx.at>
2734
2735 * window.el (quit-window): Undedicate window when switching to
2736 previous buffer. Reported by Thierry Volpiatto
2737 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
2738 (special-display-popup-frame): When popping up a new frame reset
2739 its previous buffers to nil. Simplify code.
b4d72fcf 2740
a7b88dc6
MA
27412011-09-21 Michael Albinus <michael.albinus@gmx.de>
2742
2743 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
2744 and process filter, as done also in `shell-command'.
2745
cf4eacfd
MR
27462011-09-21 Martin Rudalics <rudalics@gmx.at>
2747
eca3f3ea 2748 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
2749 Call set-window-start with NOFORCE argument t.
2750 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
2751 (quit-window): Reword doc-string. Handle new format of
2752 quit-restore parameter. Don't delete window if it has a
2753 previous buffer we can show instead of the present one.
2754 (display-buffer-record-window): Rewrite using a new format for
2755 the quit-restore window parameter
2756 (special-display-popup-frame, display-buffer-same-window)
2757 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2758 (display-buffer-pop-up-window, display-buffer-use-some-window):
2759 Adapt symbol passed to display-buffer-record-window.
2760 * help.el (help-window-setup): Handle new format of quit-restore
2761 parameter.
2762
8d28cb95
SM
27632011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2764
94ab793f
SM
2765 * faces.el (face-list): Fix docstring (bug#9564).
2766
8d28cb95
SM
2767 * window.el (display-buffer--action-function-custom-type):
2768 Don't include internal functions in the Custom interface.
2769
3820edeb
JL
27702011-09-20 Juri Linkov <juri@jurta.org>
2771
2772 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
2773 (Info-forward-node, Info-backward-node, Info-next-preorder)
2774 (Info-last-preorder): Use it. (Bug#9528)
2775
5147931d
JL
27762011-09-20 Juri Linkov <juri@jurta.org>
2777
2778 * info.el (Info-last-preorder): Visit last menu item only when
2779 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
2780
cf499a1a
JD
27812011-09-20 Julien Danjou <julien@danjou.info>
2782
2783 * password-cache.el (password-cache-remove): Remove entries even if the
2784 value is nil, so that password with a nil value (negative caching) is
2785 possible to invalidate.
2786
f84e2fe2
LM
27872011-09-20 Lawrence Mitchell <wence@gmx.li>
2788
2789 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
2790 all whitespace around breakpoint. (Bug#9553)
2791 (f90-find-breakpoint): Only break at whitespace inside a comment.
2792
78054a46
SM
27932011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * minibuffer.el (completion-file-name-table): Keep track of errors.
2796 (completion-table-with-predicate): Handle the case where pred1 is nil.
2797 * pcomplete.el (pcomplete-completions-at-point): Simplify.
2798
345083b2
SM
27992011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2800
e24e27be
SM
2801 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
2802 (debugger-return-value): Signal an error if the debugging context does
2803 not await any return value.
2804
345083b2
SM
2805 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
2806 * image-mode.el (image-toggle-display-text)
2807 (image-toggle-display-image): Stay away from evil `intangible'.
2808
08d355e3
LL
28092011-09-19 Leo Liu <sdl.web@gmail.com>
2810
2811 * replace.el (occur-revert-arguments): Make it permanent-local.
2812 (occur-mode): Don't call font-lock-defontify.
2813
f01da43f
CY
28142011-09-19 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * net/ldap.el (ldap-search-internal): Don't push empty search
2817 result (Bug#9508).
2818
b6072fa6
SM
28192011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
2822
443d6696
MA
28232011-09-19 Michael Albinus <michael.albinus@gmx.de>
2824
2825 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
2826 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
2827
7cc6e154
JL
28282011-09-18 Juri Linkov <juri@jurta.org>
2829
2830 * buff-menu.el (Buffer-menu-mode-map):
2831 * dired.el (dired-mode-map):
2832 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
2833 (lisp-interaction-mode-map):
2834 * emacs-lisp/package.el (package-menu-mode-map):
2835 * epa.el (epa-key-list-mode-map):
2836 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
2837 (menu-bar-options-menu):
2838 * outline.el (outline-mode-menu-bar-map):
2839 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
2840 * vc/vc-dir.el (vc-dir-menu-map):
2841 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
2842 Capitalize non-function content words in menu item strings.
2843
2844 * dired.el (dired-mode-map): Add menu item for
2845 `image-dired-dired-toggle-marked-thumbs'.
2846
80302a81
JL
28472011-09-18 Juri Linkov <juri@jurta.org>
2848
2849 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
2850 to `isearch-case-fold-search' and restore its original value
2851 after the `isearch-mode' call.
2852
46c5cf66
JL
28532011-09-18 Juri Linkov <juri@jurta.org>
2854
2855 * progmodes/grep.el (grep-process-setup): Don't check code for 1
2856 because `zgrep' returns 1 for successful matches (bug#9226).
2857
d18b513b
JL
28582011-09-18 Juri Linkov <juri@jurta.org>
2859
2860 * info.el (Info-extract-menu-node-name): Check the second match
2861 for empty string (second test-case of bug#9528).
2862 (Info-last-preorder): Let-bind `Info-history' to nil to not add
2863 intermediate nodes to the history (first test-case of bug#9528).
2864
72753f87
JL
28652011-09-18 Juri Linkov <juri@jurta.org>
2866
2867 * info.el (Info-mode-syntax-table): New variable.
1154d12e 2868 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 2869
c9384295
JL
28702011-09-18 Juri Linkov <juri@jurta.org>
2871
1154d12e
JB
2872 * info.el (Info-file-supports-index-cookies):
2873 Increment line-beginning-position's arg from 3 to 4 because makeinfo
2874 outputs one more line for long file names (bug#4142).
c9384295 2875
d473dce8
CY
28762011-09-18 Chong Yidong <cyd@stupidchicken.com>
2877
2878 * newcomment.el (comment-normalize-vars): If prompting for
2879 comment-start, set comment-start-skip too (Bug#8424).
2880
2176854d
JB
28812011-09-18 Johan Bockgård <bojohan@gnu.org>
2882
2883 * icomplete.el: Fix previous fix of Bug#5849.
2884 (icomplete-mode): Don't set completion-show-inline-help.
2885 (icomplete-minibuffer-setup): Set completion-show-inline-help
2886 locally during icompletion.
2887
3aace4e4
CY
28882011-09-18 Chong Yidong <cyd@stupidchicken.com>
2889
c940224f
CY
2890 * woman.el (woman2-process-escapes): Don't delete unrecognized
2891 escapes (Bug#7843).
2892
3aace4e4
CY
2893 * files.el (inhibit-first-line-modes-regexps): Add image files.
2894 (hack-local-variables-prop-line): Return nil for malformed
2895 prop-lines (Bug#9044).
2896
710dec63
MA
28972011-09-18 Michael Albinus <michael.albinus@gmx.de>
2898
2899 * net/tramp.el (top): Don't require 'shell.
2900 (tramp-methods): Fix docstring.
2901 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
2902 Return complete remote file name. Handle "smb" case.
2903 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
2904 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
2905
2906 * net/tramp-compat.el (top): Require 'shell.
2907
2908 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2909 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
2910 `tramp-current-host'.
2911 (tramp-get-remote-tmpdir): Remove.
2912
2913 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
2914 `tramp-tmpdir' entries.
2915 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
2916 (tramp-smb-handle-file-attributes): Ignore errors.
2917 (tramp-smb-wait-for-output): Check also for process end.
2918
5d5ac8ec
LMI
29192011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2920
2921 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
2922 when sending QUIT (bug#9312).
2923
8c0f49f0
CY
29242011-09-17 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
2927 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
2928 occur-mode-display-occurrence.
2929 (occur-edit-mode): Add usage message.
2930 (occur-cease-edit): New command.
2931 (occur-after-change-function): Use text properties to find the
2932 position of the prefix text.
2933 (occur-engine): Set stickiness of prefix text properties.
2934
8f1383f7
GM
29352011-09-17 Glenn Morris <rgm@gnu.org>
2936
2937 * progmodes/etags.el (complete-tag):
2938 Fix call to completion-in-region. (Bug#9526)
2939
744ba0e3
JL
29402011-09-17 Juri Linkov <juri@jurta.org>
2941
2942 * textmodes/ispell.el (ispell-word): Add to the error message
2943 the word, ispell program name and current dictionary (bug#9121).
2944 (ispell-tex-arg-end): Capitalize "error" in the error message.
2945
d9bbf400
AS
29462011-09-17 Andreas Schwab <schwab@linux-m68k.org>
2947
2948 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
2949 check. (Bug#4251)
2950
8da11505
JL
29512011-09-17 Juri Linkov <juri@jurta.org>
2952
2953 * window.el (window-safe-min-height, window-safe-min-width):
2954 Fix typos (followup to bug#9522).
2955
a91adc7e
SJ
29562011-09-17 Sven Joachim <svenjoac@gmx.de>
2957
2958 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
2959
064f328a
EZ
29602011-09-16 Eli Zaretskii <eliz@gnu.org>
2961
2962 * simple.el (line-move): If goal-column is set, move by logical
2963 lines, not by display lines. (Bug#971)
2964 (next-line, previous-line, goal-column, line-move-visual): Doc fix
2965 to reflect the above change.
2966
e69df516
SM
29672011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * image.el (imagemagick-register-types): Use regexp-opt.
2970
cbb0f9ab
CY
29712011-09-15 Chong Yidong <cyd@stupidchicken.com>
2972
2973 * window.el (display-buffer-base-action): Rename from
2974 display-buffer-default-action. Make default value empty.
2975 (display-buffer-overriding-action): Convert to defvar.
2976 (display-buffer-fallback-action): New var.
2977
25322144
CY
29782011-09-15 Chong Yidong <cyd@stupidchicken.com>
2979
2980 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
2981 declaration.
2982 (package--add-to-archive-contents): If there is a duplicate entry
2983 with an older version, remove it.
2984 (package-menu-mark-delete, package-menu-mark-install)
2985 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
2986 (package-menu-mark-obsolete-for-deletion):
2987 Use package-menu-get-status instead of a regexp search.
25322144
CY
2988 (package-menu-get-status): Use tabulated-list-entry.
2989 (package-menu-mark-upgrades): New command.
d770725a 2990 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
2991 (package-menu-execute): Do installation before deletion.
2992 (package-menu-refresh, package-menu-execute): Use derived-mode-p
2993 instead of checking major-mode.
2994 (package-menu--find-upgrades): New function.
2995
7520339c
LMI
29962011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2997
2998 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
2999 passwords in the log buffer.
65a046c4
LMI
3000 (smtpmail-process-filter): Update the process marker so that the
3001 "broken by peer" status message is inserted in the right place.
7520339c 3002
d3c30954
SM
30032011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3fe48822
SM
3005 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
3006 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
3007 bibtex-completion-at-point-function.
3008 (bibtex-completion-at-point-function): Use them.
3009
1b8b3954
SM
3010 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
3011
d3c30954
SM
3012 * mpc.el (mpc-constraints-tag-lookup): New function.
3013 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
3014 also to browser "album|playlist".
3015
72779976
JL
30162011-09-14 Juri Linkov <juri@jurta.org>
3017
3018 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
3019 (isearch-edit-string): Use length of `isearch-string' when
3020 `isearch-fail-pos' returns nil.
3021 (isearch-message): Remove duplicate code and call
3022 `isearch-fail-pos' with arg `t'.
3023
a0bf2bcd
CY
30242011-09-14 Chong Yidong <cyd@stupidchicken.com>
3025
17bb0a2d
CY
3026 * replace.el (occur-mode-goto-occurrence): Don't force using other
3027 window (Bug#9499).
3028
a0bf2bcd
CY
3029 * dired-aux.el (dired-do-chmod): Don't provide initial input.
3030
f678e0b6
MR
30312011-09-14 Martin Rudalics <rudalics@gmx.at>
3032
3033 * window.el (display-buffer-window): Remove.
3034 (display-buffer-record-window): Use help-setup window parameter
3035 instead of variable display-buffer-window.
3036 (display-buffer-function, special-display-buffer-names)
3037 (special-display-function): Mention help-setup parameter instead
3038 of display-buffer-window in doc-string.
d3c30954
SM
3039 * help.el (help-window-setup): New argument help-window.
3040 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
3041 Reword some messages.
3042 (with-help-window): Pass window used for displaying the buffer
3043 to help-window-setup. Don't set display-buffer-window.
3044
8e39b2e8
GM
30452011-09-13 Glenn Morris <rgm@gnu.org>
3046
3047 * emacs-lisp/debug.el (debugger-make-xrefs):
3048 Preserve point. (Bug#9462)
3049
85e9c04b
CY
30502011-09-13 Chong Yidong <cyd@stupidchicken.com>
3051
3052 * window.el (window-deletable-p): Use next-frame.
3053
1b36ed6a
MR
30542011-09-13 Martin Rudalics <rudalics@gmx.at>
3055
3056 * window.el (window-auto-delete): Remove.
3057 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 3058 dedication and previous buffers.
1b36ed6a
MR
3059 (switch-to-prev-buffer): Don't delete window.
3060 (delete-windows-on): Delete a window's frame if and only if the
3061 window is dedicated.
3062 (replace-buffer-in-windows): Delete buffer's window or frame if
3063 and only if window is dedicated.
3064 (quit-window): Handle quit-restore as before last change.
4d61f28d 3065 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 3066
ef8ef9fb
CY
30672011-09-13 Chong Yidong <cyd@stupidchicken.com>
3068
3069 * window.el (window-deletable-p): Never delete the last frame on a
3070 given terminal.
3071
b2cba41e
GM
30722011-09-13 Glenn Morris <rgm@gnu.org>
3073
3074 * help.el (describe-key-briefly): Copy previous standard-output change.
3075
51553db6 30762011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
3077
3078 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
3079
b7556719
GM
30802011-09-13 Glenn Morris <rgm@gnu.org>
3081
3082 * emacs-lisp/lisp-mode.el (lisp-indent-function):
3083 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
3084
64b51947
CY
30852011-09-12 Chong Yidong <cyd@stupidchicken.com>
3086
3087 * dired-aux.el (dired-mark-read-string): Don't return default
3088 value on empty input (Bug#9361).
3089 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3090 Omit initial minibuffer contents.
3091 (dired-do-chmod): Signal an error on empty input.
3092 (dired-mark-read-string): Don't return default on empty input.
3093
3094 * files.el (file-modes-symbolic-to-number): Doc fix.
3095
393a301e
SM
30962011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3097
3098 * international/mule-cmds.el (ucs-completions): Remove.
3099 (read-char-by-name): Use complete-with-action instead; add metadata.
3100
fa5660f9
CY
31012011-09-11 Chong Yidong <cyd@stupidchicken.com>
3102
3103 * window.el (display-buffer--action-function-custom-type)
3104 (display-buffer--action-custom-type): New vars.
3105 (display-buffer-alist, display-buffer-default-action)
3106 (display-buffer-overriding-action): Add defcustom types.
3107
4a592f66
CY
3108 * frame.el (delete-other-frames): Doc fix (Bug#276).
3109
73d56dbd
LMI
31102011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3111
3112 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3113
37ac18a3
CY
31142011-09-11 Chong Yidong <cyd@stupidchicken.com>
3115
3116 Change modes that used same-window-* vars to use switch-to-buffer.
3117
3118 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3119 Use switch-to-buffer.
3120
3121 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
3122 (customize-browse, custom-buffer-create-other-window):
3123 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
3124
3125 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3126 (Info-prev, Info-up, Info-speedbar-goto-node)
3127 (info-display-manual): Use switch-to-buffer.
3128 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3129
3130 * mail/sendmail.el (mail): Use switch-to-buffer.
3131 (mail-recover): Use switch-to-buffer-other-window.
3132
3133 * cmuscheme.el (run-scheme, switch-to-scheme):
3134 * ielm.el (ielm):
3135 * shell.el (shell):
3136 * net/rlogin.el (rlogin):
3137 * net/telnet.el (telnet, rsh):
3138 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3139
10195bd6
AS
31402011-09-11 Andreas Schwab <schwab@linux-m68k.org>
3141
3142 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3143
b322f63a
LMI
31442011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3145
39d7fed6
LMI
3146 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3147 so don't mention it (bug#9301).
ba5a81f1 3148 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 3149
ee0e9f11
LMI
3150 * faces.el (face-spec-set-match-display): Make `(type graphic)'
3151 match `x', `w32' and `ns', like the manual says (bug#9029).
3152
0b1c89c1 3153 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
3154 (process-kill-buffer-query-function): Mention the buffer name in
3155 the query.
0b1c89c1 3156
77549ea8
LMI
3157 * image-mode.el (image-next-line): The line parameter is mandatory
3158 (bug#9258).
3159
803ef892
LMI
3160 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3161 which can be useful (bug#9301).
3162
12980837
LMI
3163 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3164
91054f8f
LMI
3165 * subr.el (match-string): Mention that the current buffer should
3166 be the same as the search was done in (bug#9282).
3167
b322f63a
LMI
3168 * facemenu.el: Disable the remove-* commands if the mark isn't
3169 active (bug#9162).
3170
3199b96f
CY
31712011-09-10 Chong Yidong <cyd@stupidchicken.com>
3172
3173 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3174 of display-buffer.
3175 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3176
3177 * replace.el (occur-mode-goto-occurrence)
3178 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3179 and display-buffer.
3180
3181 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3182 display-buffer.
3183
3184 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3185 special-display and same-window variables.
3186 (mail-other-window): Use switch-to-buffer-other-window.
3187 (mail-other-frame): USe switch-to-buffer-other-frame.
3188
393a301e
SM
3189 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3190 Use display-buffer-other-frame.
3199b96f
CY
3191 (gdb-display-gdb-buffer): Use pop-to-buffer.
3192
3193 * progmodes/gud.el (gud-goto-info): Use info-other-window.
3194
3195 * progmodes/python.el: Don't set same-window-buffer-names.
3196
3197 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3198
3199 * window.el (display-buffer-alist): Add *Python*.
3200
8319e0bf
CY
32012011-09-10 Chong Yidong <cyd@stupidchicken.com>
3202
3203 * window.el (display-buffer-alist): Add entry for buffers
3204 previously handled same-window-*.
3205 (display-buffer-alist, display-buffer-default-action)
3206 (display-buffer-overriding-action): Mark as risky.
3207 (display-buffer-alist): Document action function changes.
3208 (display-buffer--same-window-action)
3209 (display-buffer--other-frame-action): New variables.
3210 (switch-to-buffer, display-buffer-other-frame): Use them.
3211 (display-buffer): Rename reuse-frame entry to reusable-frames.
3212 (display-buffer-reuse-selected-window): Function deleted.
3213 (display-buffer-reuse-window): Handle reusable-frames alist entry.
3214 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3215 (display-buffer-special): New function.
3216 (display-buffer--maybe-pop-up-frame-or-window): Rename from
3217 display-buffer-reuse-or-pop-window. Split off special-display
3218 part into display-buffer-special.
3219 (display-buffer-use-some-window): Don't perform any special
3220 pop-up-frames handling.
3221 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 3222 (display-buffer--maybe-same-window): Rename from
0d3ff375 3223 display-buffer-maybe-same-window.
8319e0bf 3224
919a69aa
CY
3225 * info.el: Don't set same-window-regexps.
3226 (info-setup): New function.
3227 (info-other-window, info): Call it.
3228
3229 * cus-edit.el: Don't set same-window-regexps.
3230 (customize-group): New argument.
3231 (customize-group-other-window): Use it.
3232 (customize-face, customize-face-other-window): Likewise.
3233 (custom-buffer-create-other-window): Use pop-to-buffer directly.
3234
8319e0bf
CY
3235 * net/rlogin.el:
3236 * net/telnet.el:
3237 * progmodes/gud.el: Don't set same-window-regexps.
3238
3239 * cmuscheme.el:
3240 * ielm.el:
3241 * shell.el:
3242 * mail/sendmail.el:
3243 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3244
25173000
JL
32452011-09-10 Juri Linkov <juri@jurta.org>
3246
3247 * isearch.el (isearch-edit-string): Remove obsolete mention of
3248 `C-w' (`isearch-yank-word-or-char') from docstring.
3249 (isearch-query-replace): Fix typo in docstring (bug#9466).
3250
056e44ef
JL
32512011-09-10 Juri Linkov <juri@jurta.org>
3252
3253 * paren.el (show-paren-function): Don't show escaped parens.
3254 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
3255
c3760c17
EZ
32562011-09-10 Eli Zaretskii <eliz@gnu.org>
3257
3258 * mail/sendmail.el (mml-to-mime, mml-attach-file)
3259 (mm-default-file-encoding): Remove autoload forms, they are
3260 replaced with autoload cookies in mml.el and mm-encode.el.
3261 (mail-add-attachment): New command.
3262 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3263 (mail-mode): Mention mail-insert-file and mail-add-attachment in
3264 the doc string.
3265 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3266
fece895e
RT
32672011-09-10 Reuben Thomas <rrt@sc3d.org>
3268
e69df516
SM
3269 * simple.el (count-words-region): Use buffer if there's no region
3270 (bug#9429).
fece895e 3271
5e68ce4a
JL
32722011-09-09 Juri Linkov <juri@jurta.org>
3273
3274 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3275 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3276 (wdired-isearch-filter-read-only): New function. (Bug#6362)
3277
0a6b9622
AM
32782011-09-09 Alan Mackenzie <acm@muc.de>
3279
3280 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3281 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
3282
14a29deb
EZ
32832011-09-09 Eli Zaretskii <eliz@gnu.org>
3284
3285 Fix for Savannah bug#9392.
3286 * simple.el (mail-encode-mml): New defvar.
3287
3288 * mail/rmail.el (mail-encode-mml): Add a defvar.
3289 (rmail-enable-mime-composing): Default to t.
3290 (rmail-forward): Use MIME method of forwarding only if both
3291 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3292 Set mail-encode-mml non-nil if the MIME method was used.
3293
3294 * mail/sendmail.el (mml-to-mime): Add autoload form.
3295 (mail-encode-mml): Add a defvar.
3296 (mail-mode): Make mail-encode-mml buffer-local and initialize it
3297 to nil.
3298 (mail-send): If mail-encode-mml is non-nil, run the outgoing
3299 message through mml-to-mime, and reset mail-encode-mml to nil.
3300
28c45130
GM
33012011-09-09 Glenn Morris <rgm@gnu.org>
3302
3303 * woman.el (woman-if-body): When processing an .el block,
3304 do not delete the next .el block as well. (Bug#9447)
69f4b618 3305 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 3306
9b1c252e
MR
33072011-09-08 Martin Rudalics <rudalics@gmx.at>
3308
3309 * window.el (window-deletable-p): Make sure window is live before
3310 invoking window-prev-buffers.
3311
567457e3
LL
33122011-09-08 Leo Liu <sdl.web@gmail.com>
3313
3314 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
3315
97f05794
JL
33162011-09-08 Juri Linkov <juri@jurta.org>
3317
3318 * progmodes/compile.el (compilation-environment): Make it
3319 a defcustom (bug#8340).
3320
8b0874b5
MR
33212011-09-08 Martin Rudalics <rudalics@gmx.at>
3322
3323 * window.el (frame-auto-delete): Rename to window-auto-delete.
3324 Make it control auto-deletion of windows and/or frames.
3325 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 3326 for deleting window/frame. (Bug#9419)
8b0874b5
MR
3327 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3328 Rewrite handling of case when window/frame can be deleted.
3329 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 3330 argument t. (Bug#9456)
8b0874b5 3331
4feb6e73
CY
33322011-09-07 Chong Yidong <cyd@stupidchicken.com>
3333
3334 * help-mode.el (help-mode): Restore autoload.
3335
91ab9c13
JL
33362011-09-07 Juri Linkov <juri@jurta.org>
3337
3338 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3339 `compilation-environment'. Set buffer-local
3340 `compilation-environment' to `thisenv' later after (funcall mode).
3341 (Bug#8340)
3342
3343 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
3344 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3345 instead of replacing its value. (Bug#8340)
3346
0527e251
JL
33472011-09-07 Juri Linkov <juri@jurta.org>
3348
3349 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3350 based on text properties put by `grep-filter' instead of matching
3351 escape sequences.
3352 (grep-mode): Set buffer-local `compilation-error-screen-columns'
3353 to the value of `grep-error-screen-columns' (bug#9438).
3354
249f792c
JL
33552011-09-07 Juri Linkov <juri@jurta.org>
3356
3357 * simple.el (next-error-highlight, next-error-highlight-no-select):
3358 Doc fix (bug#9432).
3359
ff7271b9
OT
33602011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3361
3362 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3363 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
3364
183fc730
LL
33652011-09-07 Leo Liu <sdl.web@gmail.com>
3366
3367 * net/rcirc.el (rcirc-mode): Conditionally initialize
3368 rcirc-input-ring.
3369
77694924
SM
33702011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3371
3372 * emacs-lisp/find-func.el (find-function-C-source): Only set
3373 find-function-C-source-directory after checking that we found a source
3374 file there (bug#9440).
3375
d809b8eb
AM
33762011-09-06 Alan Mackenzie <acm@muc.de>
3377
3378 * isearch.el (isearch-other-meta-char): Wherever a key list is
3379 unread, "unread" the prefix arg, too. This fixes bug #8901.
3380
453de99f
OG
33812011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3382
3383 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3384
90439906
JL
33852011-09-05 Juri Linkov <juri@jurta.org>
3386
3387 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3388
f62bd846
JL
33892011-09-05 Juri Linkov <juri@jurta.org>
3390
3391 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3392 keeping point where processing of grep matches begins, and
3393 continue to delete remaining escape sequences from the same point.
3394 (grep-filter): Make leading zero optional in "0?1;31m" because
3395 git-grep emits "\033[1;31m" escape sequences unlike expected
3396 "\033[01;31m" as GNU Grep does (bug#9408).
3397 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3398
045820ec
JL
33992011-09-05 Juri Linkov <juri@jurta.org>
3400
3401 * subr.el (y-or-n-p): Capitalize "yes".
3402
f5e29b9b
MA
34032011-09-04 Michael Albinus <michael.albinus@gmx.de>
3404
3405 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
3406 `tramp-cache-unload-hook' where appropriate.
3407 (tramp-methods): Rename `tramp-remote-sh' to
3408 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
3409 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3410
3411 * net/tramp-sh.el (top): Don't require 'shell.
3412 (tramp-methods): Add `tramp-remote-shell' and
3413 `tramp-remote-shell-args' entries.
3414 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3415 (tramp-sh-handle-shell-command): Remove.
3416 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3417 Use `tramp-remote-shell'.
3418
2784c434
CY
34192011-09-03 Chong Yidong <cyd@stupidchicken.com>
3420
393a301e 3421 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
3422 (sendmail-query-once): Save directly to send-mail-function.
3423 Update message-send-mail-function too.
3424
3425 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3426
464cdf56
CS
34272011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3428
3429 * progmodes/python.el (python-mode-map): Use correct function to
3430 start python interpreter from menu-bar (as reported by Geert
3431 Kloosterman).
3432 (inferior-python-mode-map): Fix typo.
393a301e 3433 (python-shell-map): Remove.
464cdf56 3434
d37e5c87
DD
34352011-09-03 Deniz Dogan <deniz@dogan.se>
3436
3437 * net/rcirc.el (rcirc-print): Simplify code for
3438 rcirc-scroll-show-maximum-output. There is no need to walk
3439 through all windows to find the right one.
3440
f3ada0ee
CS
34412011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3442
3443 * help.el (help-return-method): Doc fix.
3444
1f3c99ca
MR
34452011-09-03 Martin Rudalics <rudalics@gmx.at>
3446
3447 * window.el (window-deletable-p): Don't return a non-nil value
3448 when there's a buffer that was shown in the window before.
3449 (Bug#9419)
393a301e
SM
3450 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3451 Set window's previous buffers to nil.
1f3c99ca 3452
a3cf097f
EZ
34532011-09-03 Eli Zaretskii <eliz@gnu.org>
3454
3455 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3456 newline before and after the tag line, so it doesn't interfere
3457 with determining the paragraph direction of bidirectional text.
3458
3d03de90
LL
34592011-09-03 Leo Liu <sdl.web@gmail.com>
3460
3461 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
3462
c3313451
CY
34632011-09-02 Chong Yidong <cyd@stupidchicken.com>
3464
393a301e 3465 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
3466 (pop-to-buffer): Change interactive spec. Pass second argument
3467 directly to display-buffer.
3468 (display-buffer): Fix interactive spec. Use functionp to
3469 distinguish between a function and a list of functions.
3470
3471 * abbrev.el (edit-abbrevs):
3472 * arc-mode.el (archive-extract):
3473 * autoinsert.el (auto-insert):
3474 * bookmark.el (bookmark-bmenu-list):
3475 * files.el (find-file):
3476 * view.el (view-buffer):
3477 * progmodes/compile.el (compilation-goto-locus):
3478 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3479
89894cd8
CY
34802011-09-02 Chong Yidong <cyd@stupidchicken.com>
3481
3482 * window.el (display-buffer-alist): Doc fix.
3483 (display-buffer): Add docstring. Don't treat
3484 display-buffer-default specially.
3485 (display-buffer-reuse-selected-window)
3486 (display-buffer-same-window, display-buffer-maybe-same-window)
3487 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3488 (display-buffer-pop-up-window)
3489 (display-buffer-reuse-or-pop-window)
3490 (display-buffer-use-some-window): New functions.
3491 (display-buffer-default-action): Use them.
393a301e 3492 (display-buffer-default): Delete.
89894cd8
CY
3493 (pop-to-buffer-1): Fix choice of actions.
3494
ae0bc9fb
SM
34952011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * minibuffer.el (completion--insert-strings): Don't get confused by
3498 completion entries that end with an LF char.
3499
e9d90883
EZ
35002011-09-01 Eli Zaretskii <eliz@gnu.org>
3501
3502 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3503
437014c8
CY
35042011-09-01 Chong Yidong <cyd@stupidchicken.com>
3505
3506 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
3507 (display-buffer-same-window, display-buffer-other-window):
3508 New functions.
437014c8
CY
3509 (pop-to-buffer-1): New function. Use the above.
3510 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 3511 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
3512
3513 * view.el (view-buffer-other-window, view-buffer-other-frame):
3514 Just use pop-to-buffer.
3515
a5e063d5
TV
35162011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3517
3518 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
3519
793d32bb
WH
35202011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
3521
3522 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
3523
d65e4c15
RS
35242011-08-31 Richard Stallman <rms@gnu.org>
3525
3526 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3527 of the separation of rmail-view-buffer from rmail-buffer.
3528 If you say no to "replace original", the decrypt is in the
3529 view buffer. If you say yes, the decrypt goes into the
3530 rmail buffer also.
3531
f818cd2a
MR
35322011-08-31 Martin Rudalics <rudalics@gmx.at>
3533
3534 * window.el (display-buffer-window): Rewrite doc-string.
3535 (display-buffer-record-window): New function.
3536 (display-buffer-macro-specifiers)
3537 (display-buffer-even-window-sizes, display-buffer-set-height)
3538 (display-buffer-set-width, display-buffer-in-window)
3539 (display-buffer-reuse-window, display-buffer-split-specifiers)
3540 (display-buffer-side-specifiers, display-buffer-split-window-1)
3541 (display-buffer-split-window, display-buffer-split-atom-window)
3542 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3543 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3544 (display-buffer-other-window-means-other-frame)
3545 (display-buffer-normalize-special)
3546 (display-buffer-normalize-default)
3547 (display-buffer-normalize-argument)
3548 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3549 (display-buffer-normalize-specifiers, display-buffer-frame)
3550 (display-buffer-same-window, display-buffer-same-frame)
3551 (display-buffer-other-window)
3552 (display-buffer-same-frame-other-window)
3553 (display-buffer-other-frame, pop-to-buffer-same-window)
3554 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3555 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3556 (switch-to-buffer-same-frame)
3557 (switch-to-buffer-other-window-same-frame)
3558 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3559 (display-buffer-alist-set-1, display-buffer-alist-set-2)
3560 (display-buffer-alist-set): Remove.
3561 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
3562 (special-display-regexps, special-display-function):
3563 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
3564 parameter.
3565 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3566 (special-display-frame-alist, special-display-popup-frame)
3567 (same-window-buffer-names, same-window-regexps, same-window-p)
3568 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3569 (split-window-preferred-function, split-height-threshold)
3570 (split-width-threshold, window-splittable-p)
3571 (split-window-sensibly, window--try-to-split-window)
3572 (window--frame-usable-p, even-window-heights)
3573 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
3574 (window--display-buffer-2, display-buffer-other-frame):
3575 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
3576 (display-buffer-default, display-buffer-assq-regexp): New functions.
3577 (display-buffer-alist): Rewrite doc-string.
3578 (display-buffer-default-action)
3579 (display-buffer-overriding-action): New variables.
3580 (display-buffer, switch-to-buffer): Rewrite.
3581 (pop-to-buffer): Restore Emacs 23 behavior but use
3582 window-normalize-buffer-to-display.
3583 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3584 Restore Emacs 23 behavior but use
3585 window-normalize-buffer-to-switch-to.
3586 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
3587 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3588 Rewrite using Emacs 23 options.
f818cd2a 3589
5bc3b51d
MA
35902011-08-31 Michael Albinus <michael.albinus@gmx.de>
3591
3592 * net/tramp.el (tramp-root-regexp): Remove.
3593 (tramp-completion-file-name-regexp-unified)
3594 (tramp-completion-file-name-regexp-separate)
3595 (tramp-completion-file-name-regexp-url): Don't use leading volume
3596 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
3597 (tramp-drop-volume-letter): Simplify definition.
3598 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 3599
b1a4f8e1
SM
36002011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3603 (bug#9356).
3604
5664fa7b
RT
36052011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
3606
b1a4f8e1 3607 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 3608
9a45d6c3
JL
36092011-08-29 Juri Linkov <juri@jurta.org>
3610
3611 * isearch.el (isearch-done): Don't display message "Mark saved"
3612 when arg `edit' is non-nil to prevent its flicker in the echo area.
3613
fb87e0fb
CY
36142011-08-28 Chong Yidong <cyd@stupidchicken.com>
3615
3616 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3617 obsolete packages for deletion.
3618
09ac1c2a
CS
36192011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
3620
3621 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 3622 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
3623 view-mode from help-mode.
3624 (help-xref-override-view-map): Remove.
3625 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3626 view-mode is not used anymore.
3627
7a1ff57f
CY
36282011-08-28 Chong Yidong <cyd@stupidchicken.com>
3629
3630 * server.el (server-port): Doc fix.
3631
b9696605
CY
3632 * cus-theme.el (custom-theme-choose-mode): Inherit from
3633 special-mode (Bug#9124).
3634 (custom-theme-choose-mode-map): Add special-mode to parent.
3635
ef8cdf8c
AM
36362011-08-28 Alan Mackenzie <acm@muc.de>
3637
3638 * progmodes/cc-fonts.el
3639 (c-make-font-lock-BO-decl-search-function): New function.
3640 (c-basic-matchers-after - "Fontify the clauses after various
3641 keywords"): Extract the three keyword lists for the 3 erroneous
3642 constructs from the list of four, and use the new function above
3643 in place of an old one.
3644
27de4e20
DD
36452011-08-28 Deniz Dogan <deniz@dogan.se>
3646
3647 * net/rcirc.el (rcirc-insert-prev-input)
3648 (rcirc-insert-next-input): Remove unused argument.
3649
356a3681
SM
36502011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3651
3652 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3653
3fc9b218
AM
36542011-08-27 Alan Mackenzie <acm@muc.de>
3655
3656 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3657 handle function pointer parameters properly.
3658
538a061c
MR
36592011-08-27 Martin Rudalics <rudalics@gmx.at>
3660
3661 * window.el (display-buffer-reuse-window): Fix case where
3662 selected window was reused with non-nil OTHER-WINDOW argument.
3663 (Bug#9381)
3664
35b1c40c
DD
36652011-08-27 Deniz Dogan <deniz@dogan.se>
3666
3667 * net/rcirc.el (rcirc-check-auth-status): Adding support for
3668 oftc's NickServ messages.
3669
2f6a3e79
GM
36702011-08-27 Glenn Morris <rgm@gnu.org>
3671
3672 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
3673
7254299e
CY
36742011-08-26 Chong Yidong <cyd@stupidchicken.com>
3675
3676 * emacs-lisp/package.el (package-install): Call package-initialize
3677 if called interactively.
3678
f8ccf167
LL
36792011-08-26 Leo Liu <sdl.web@gmail.com>
3680
3681 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
3682
3e8cd5ce
JL
36832011-08-25 Juri Linkov <juri@jurta.org>
3684
3685 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3686 `search-whitespace-regexp' (bug#9364).
3687
93eb7113
JL
36882011-08-25 Juri Linkov <juri@jurta.org>
3689
3690 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3691 `regexp-search-ring' to their global values to protect from
3692 updating by `read-from-minibuffer' (bug#9185).
3693
f65d1611
JL
36942011-08-25 Juri Linkov <juri@jurta.org>
3695
3696 * textmodes/ispell.el (ispell-command-loop): Add newline
3697 at the end of the "Use option `i'..." line.
3698
f1cf7a31
JL
36992011-08-25 Juri Linkov <juri@jurta.org>
3700
3701 * battery.el (display-battery-mode): If `battery-status-function'
3702 or `battery-mode-line-format' is nil, display the message and set
3703 `display-battery-mode' to nil (bug#9363).
3704
0c95fcf7
EZ
37052011-08-25 Eli Zaretskii <eliz@gnu.org>
3706
3707 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3708 bidi-string-mark-left-to-right; they are unnecessary now.
3709
a2ebe600
DD
37102011-08-25 Deniz Dogan <deniz@dogan.se>
3711
3712 * net/quickurl.el: Documentation typo fixes.
3713
e4ed06f1
CY
37142011-08-25 Chong Yidong <cyd@stupidchicken.com>
3715
3716 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3717
e5f1c99e
GM
37182011-08-25 Glenn Morris <rgm@gnu.org>
3719
b2948976
GM
3720 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3721
e5f1c99e
GM
3722 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3723 (smtpmail-via-smtp): Handle nil response from smtp.
3724
f22f4808
JL
37252011-08-24 Juri Linkov <juri@jurta.org>
3726
3727 * proced.el (proced-marked): Inherit from `error' instead of
3728 `font-lock-warning-face'.
3729
3730 * ibuffer.el (ibuffer-marked-face): Change default face from
3731 `font-lock-warning-face' to `warning'.
3732 (ibuffer-deletion-face): Change default face from
3733 `font-lock-type-face' to `error'.
3734
3735 * battery.el (battery-update): Use the face `error' instead of
3736 `font-lock-warning-face' (bug#6117).
3737
6a93965e
JL
37382011-08-24 Juri Linkov <juri@jurta.org>
3739
3740 * faces.el (success): Change face color from "Green3" to
3741 "ForestGreen" on light background (bug#9353).
3742
1ed43b09
CY
37432011-08-24 Chong Yidong <cyd@stupidchicken.com>
3744
5664fa7b
RT
3745 * window.el (quit-window): Rename from quit-restore-window.
3746 Use same arglist as old quit-window.
1ed43b09
CY
3747 (frame-auto-delete): Doc fix.
3748
3749 * view.el (view-mode-exit): Use quit-window.
3750
11dcdbb2
JL
37512011-08-24 Juri Linkov <juri@jurta.org>
3752
3753 * isearch.el (isearch-ring-adjust1): Start visiting previous
3754 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
3755 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
3756 for empty search string (when the last search string is reused
3757 automatically) to adjust the isearch ring to the last element and
3758 prepare the correct index for further M-p commands (bug#9185).
3759
de62b4df
KH
37602011-08-24 Kenichi Handa <handa@m17n.org>
3761
3762 * international/ucs-normalize.el: If decomposition property of
3763 CHAR is the default one (i.e. a list of CHAR itself), treat it as
3764 nil.
3765 (nfd, nfkd): Likewise.
3766
963b492b
SM
37672011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
3770 from process filters aren't reliably transmitted to the surrounding
3771 accept-process-output.
3772 (mpc-proc-check): New function.
3773 (mpc-proc-sync): Use it (bug#8293)
3774
93b6b5e1
SM
37752011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
3778 Add compatibility functions (bug#9313).
3779
bca633fb
EZ
37802011-08-23 Eli Zaretskii <eliz@gnu.org>
3781
b177498a
EZ
3782 * cus-start.el (all): Add entry for bidi-paragraph-direction.
3783
bca633fb
EZ
3784 * international/uni-bidi.el: Regenerated.
3785
0902a04e
KH
37862011-08-23 Kenichi Handa <handa@m17n.org>
3787
3788 * international/charprop.el:
3789 * international/uni-bidi.el:
3790 * international/uni-category.el:
3791 * international/uni-combining.el:
3792 * international/uni-comment.el:
3793 * international/uni-decimal.el:
3794 * international/uni-decomposition.el:
3795 * international/uni-digit.el:
3796 * international/uni-lowercase.el:
3797 * international/uni-mirrored.el:
3798 * international/uni-name.el:
3799 * international/uni-numeric.el:
3800 * international/uni-old-name.el:
3801 * international/uni-titlecase.el:
3802 * international/uni-uppercase.el: Regenerate.
3803
3bbf23bc
MR
38042011-08-23 Martin Rudalics <rudalics@gmx.at>
3805
3806 * help.el (help-window-setup): Fix message displayed when other
3807 window is reused. (Bug#9341)
3808
b3fd59bd
SM
38092011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3810
1802e444
SM
3811 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
3812 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
3813
b3fd59bd
SM
3814 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
3815 Mark obsolete.
3816 * shell.el (shell-parse-pcomplete-arguments): New function.
3817 (shell-completion-vars): Use it instead (bug#9160).
3818
4eb61348
SM
38192011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3820
867cab74
SM
3821 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
3822 strings and comments (bug#9333).
3823
4eb61348
SM
3824 * emacs-lisp/debug.el (debug-arglist): New function.
3825 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
3826 (debug-on-entry-1): Handle interpreted closures (bug#9120).
3827
262a1439
JL
38282011-08-22 Juri Linkov <juri@jurta.org>
3829
56ee679c
JL
3830 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3831 Revert regexp that highlights output switches to its old
3832 pre-2010-10-28 value and remove one `?' from it (bug#9319).
3833
262a1439
JL
3834 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
3835 to check for empty output (bug#9226).
3836
f13f86fb
CY
38372011-08-22 Chong Yidong <cyd@stupidchicken.com>
3838
3839 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
3840 symbol-constituent as the default, as that stops font-lock from
3841 working properly (Bug#8843).
3842
c65c9622
LMI
38432011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3844
3845 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
3846 `coding-system-for-*' around the process open call to avoid
3847 auth-source side effects.
e7f2c178 3848 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
3849 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
3850 probe hangs.
c65c9622 3851
23a8a5ab
CY
38522011-08-21 Chong Yidong <cyd@stupidchicken.com>
3853
ff98b2dd
CY
3854 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
3855
23a8a5ab
CY
3856 * emacs-lisp/find-func.el (find-function-noselect): New arg
3857 lisp-only.
3858
3859 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
3860 signal an error for built-in functions (Bug#6664).
3861
f5e3c598
LMI
38622011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3863
3864 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
3865 (smtpmail-try-auth-methods): Use it.
3866
a3f2468a
CY
38672011-08-21 Chong Yidong <cyd@stupidchicken.com>
3868
2c34e8da
CY
3869 * font-lock.el (font-lock-fontify-region)
3870 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
3871 (font-lock-default-unfontify-buffer)
3872 (font-lock-default-fontify-region)
3873 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
3874
b3fd59bd
SM
3875 * progmodes/compile.el (compilation-error-properties):
3876 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
3877 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
3878 `ant' regexp.
ee31aabc 3879
a3f2468a
CY
3880 * net/browse-url.el (browse-url-firefox): Don't call
3881 browse-url-firefox-sentinel unless using -remote (Bug#9328).
3882
8e999f70
GM
38832011-08-20 Glenn Morris <rgm@gnu.org>
3884
c21a496a
GM
3885 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
3886
59ee0542
GM
3887 * tutorial.el (tutorial--default-keys): Update some default bindings.
3888
8e999f70
GM
3889 * files.el (hack-local-variables): Fully ignore case for "mode:".
3890
e3715033
AM
38912011-08-20 Alan Mackenzie <acm@muc.de>
3892
3893 Resolve invalid use of a regexp in regexp-opt.
3894
4d61f28d
JB
3895 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
3896 detection for a java annotation.
e3715033 3897
4d61f28d 3898 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
3899 detection for a java annotation.
3900
4d61f28d
JB
3901 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
3902 handling for java.
e3715033
AM
3903 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
3904
04ed2e9c
CY
39052011-08-20 Chong Yidong <cyd@stupidchicken.com>
3906
3907 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
3908 (Bug#9274).
3909
826cee64
AM
39102011-08-20 Alan Mackenzie <acm@muc.de>
3911
58179cce 3912 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
3913 such a construct. Mainly for when jit-lock etc. starts a chunk
3914 here.
3915
58179cce 3916 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 3917 variable.
58179cce 3918 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
3919 c-make-font-lock-search-function.
3920 (c-make-font-lock-search-function): Use the above function.
3921 (c-make-font-lock-context-search-function): New function.
3922 (c-cpp-matchers): Enhance the preprocessor expression case with
3923 the above function
3924 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
3925 which takes an expression.
3926
3927 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
3928
13009bd8
MR
39292011-08-20 Martin Rudalics <rudalics@gmx.at>
3930
3931 * window.el (display-buffer-reuse-window)
3932 (display-buffer-pop-up-window): Don't reuse or split a side
3933 window.
3934
9234ff7f
GM
39352011-08-19 Glenn Morris <rgm@gnu.org>
3936
3937 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 3938 Downcase "Mode:". (Bug#9331)
9234ff7f 3939
f635daa1
CY
39402011-08-18 Chong Yidong <cyd@stupidchicken.com>
3941
3942 * international/characters.el: Add L and R categories.
3943
3944 * subr.el (bidi-string-mark-left-to-right): Rename from
3945 string-mark-left-to-right. Use category search.
3946
3947 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
3948
bc987f8b
JL
39492011-08-18 Juri Linkov <juri@jurta.org>
3950
3951 * faces.el (error, warning, success): New faces with definitions
3952 copied from old default values of `font-lock-warning-face',
3953 `compilation-warning', `compilation-info' (bug#6117).
3954
3955 * font-lock.el (font-lock-warning-face): Inherit from `error'.
3956
3957 * progmodes/compile.el (compilation-error): Inherit from `error'.
3958 (compilation-warning): Inherit from `warning'.
3959 (compilation-info): Inherit from `success'.
3960
3961 * dired.el (dired-marked): Inherit from `warning'.
3962 (dired-flagged): Inherit from `error'.
3963
57173b96
LMI
39642011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3965
3e79eb87
LMI
3966 * mail/smtpmail.el (auth-source): Require to avoid problems with
3967 binding variables (bug#9298). Also clean up some unused
3968 autoloads.
3969
b3fd59bd
SM
3970 * net/network-stream.el (network-stream-open-starttls):
3971 Support using starttls.el without using gnutls-cli.
57173b96 3972
02b404de
JL
39732011-08-17 Juri Linkov <juri@jurta.org>
3974
3975 * progmodes/grep.el (rgrep): Handle the case when
3976 `grep-find-command' is a cons cell (bug#9278).
3977
8c9177f2
MR
39782011-08-17 Martin Rudalics <rudalics@gmx.at>
3979
3980 * window.el (display-buffer-pop-up-frame): Run frame creation
3981 function with BUFFER current (as special-display-popup-frame
3982 does). Reported by Drew Adams.
3983
3644a0ab
DU
39842011-08-17 Daiki Ueno <ueno@unixuser.org>
3985
3986 * epa-mail.el: Simplify GnuPG group expansion using
3987 epg-expand-group.
3988 (epa-mail-group-alist, epa-mail-group-modtime)
3989 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
3990 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
3991 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
3992 Remove.
3993
5e617bc2 39942011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
3995
3996 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
3997
9c4aeabf
AM
39982011-08-16 Alan Mackenzie <acm@muc.de>
3999
4000 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
4001 Correct, to avoid the inside of macros.
4002
3a99bf64
RS
40032011-08-16 Richard Stallman <rms@gnu.org>
4004
04963aa8
RS
4005 * epa-mail.el: Handle GnuPG group definitions.
4006 (epa-mail-group-alist, epa-mail-group-modtime)
4007 (epa-mail-gnupg-conf-file): New variables.
4008 (epa-mail-parse-groups, epa-mail-sync-groups)
4009 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
4010 (epa-mail-expand-recipients): New functions.
4011 (epa-mail-encrypt): Call epa-mail-expand-recipients.
4012
177549d0
RS
4013 * mail/rmail.el (rmail-epa-decrypt): New command.
4014
fe38beef
RS
4015 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4016 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
4017 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
4018 (epa-decrypt-armor-in-region): Make error message clearer.
4019
934eacb9
SM
40202011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4021
4022 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
4023 and "a2b" to "ab" for `prefix'.
4024
d024fb4e
CY
40252011-08-14 Chong Yidong <cyd@stupidchicken.com>
4026
4027 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
4028 filter groups.
de148fee
CY
4029 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
4030 Fourquet (Bug#8804).
d024fb4e 4031
62f1ca49
JB
40322011-08-12 Juanma Barranquero <lekktu@gmail.com>
4033
4034 * startup.el (argi): Declare as global variable (bug#9275).
4035
9ccaaa4b
CY
40362011-08-12 Chong Yidong <cyd@stupidchicken.com>
4037
4038 * subr.el (string-mark-left-to-right): Search the entire string
4039 for RTL script, not just the terminating character. Doc fix.
4040
a3dae87a
SM
40412011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4042
6cd18349
SM
4043 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
4044 New function.
4045 (js--regexp-literal, js-syntax-propertize-function): Remove.
4046 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
4047 (js-mode-map): Don't rebind electric keys.
4048 (js-insert-and-indent): Remove.
4049 (js-mode): Setup electric-layout and electric-indent instead.
4050
a3dae87a
SM
4051 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4052
9d5cb631
DU
40532011-08-12 Daiki Ueno <ueno@unixuser.org>
4054
4055 * epa.el (epa-progress-callback-function): Fix the logic of
4056 displaying progress.
4057 * epa-file.el (epa-file-insert-file-contents): Make progress
4058 display more user-friendly.
4059 (epa-file-write-region): Ditto.
4060
3e26a4a2
CY
40612011-08-10 Chong Yidong <cyd@stupidchicken.com>
4062
4063 * subr.el (string-mark-left-to-right): New function.
4064
4065 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
4066 Use string-mark-left-to-right.
4067 (list-buffers-noselect): Caller changed.
4068
a3dae87a
SM
4069 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4070 Use string-mark-left-to-right.
3e26a4a2
CY
4071 (tabulated-list-print): Recenter after moving point.
4072
ac8cf6e6
JL
40732011-08-10 Juri Linkov <juri@jurta.org>
4074
4075 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
4076 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
4077 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
4078
8d96c9a4
CY
40792011-08-09 Chong Yidong <cyd@stupidchicken.com>
4080
4081 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
4082 (Bug#7554).
4083
7be1c708 40842011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
4085
4086 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4087 character. (Bug#6594)
4088
37e11a63
CY
40892011-08-08 Chong Yidong <cyd@stupidchicken.com>
4090
839dde57
CY
4091 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4092 (image-dired--with-db-file): New macro.
4093 (image-dired-write-tags, image-dired-remove-tag)
4094 (image-dired-create-gallery-lists, image-dired-write-comments)
4095 (image-dired-get-comment, image-dired-mark-tagged-files)
4096 (image-dired-list-tags, image-dired-gallery-generate): Use it.
4097 (image-dired-gallery-generate): Use insert-file-contents.
4098
37e11a63
CY
4099 * time.el (display-time-world-list, display-time-world-display):
4100 * time-stamp.el (time-stamp-string):
4101 * vc/add-log.el (add-change-log-entry): Use setenv instead of
4102 set-time-zone-rule (Bug#7337).
4103
0b4946c4
DU
41042011-08-08 Daiki Ueno <ueno@unixuser.org>
4105
4106 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4107 (epg-error-to-string, epg-errors-to-string): New function.
4108 (epg-wait-for-completion): Reverse errors list.
4109 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4110 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4111 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4112 (epg-sign-keys, epg-generate-key-from-file)
4113 (epg-generate-key-from-string): Format errors by using
4114 epg-errors-to-string (bug#9255).
4115 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4116
75bfc667
JL
41172011-08-07 Juri Linkov <juri@jurta.org>
4118
4119 * faces.el (list-faces-display): Remove extra angle bracket
4120 from `help-mode-map'.
4121
4122 * info.el (Info-history-toc-nodes): Doc fix.
4123
4124 * longlines.el (longlines-mode): Doc fix.
4125
673e08bb
SM
41262011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4640dd88
SM
4128 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4129 of statements and in a few more cases (bug#9183).
4130
673e08bb
SM
4131 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4132 New functions.
4133 (cl-transform-lambda): Use them (bug#9239).
4134
89b3f019
MR
41352011-08-05 Martin Rudalics <rudalics@gmx.at>
4136
4137 * window.el (display-buffer-same-window)
4138 (display-buffer-same-frame, display-buffer-other-window)
4139 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4140 (pop-to-buffer-other-window)
4141 (pop-to-buffer-same-frame-other-window)
4142 (pop-to-buffer-other-frame): Make them defuns.
4143 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4144
640c8776
SM
41452011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * subr.el (make-composed-keymap): Move from C. Change calling
4148 convention, and improve docstring to bring attention to a subtle point.
4149 * minibuffer.el (completing-read-default): Adjust accordingly.
4150
63648a95
MA
41512011-08-03 Michael Albinus <michael.albinus@gmx.de>
4152
4153 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4154 (tramp-open-shell): Use `tramp-shell-quote-argument'.
4155
4156 * net/trampver.el: Update release number.
4157
b796c9b7
SM
41582011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4159
4160 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4161 "in" (bug#9190).
4162
2239d7d5
LMI
41632011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4164
e07dd7c3
LMI
4165 * mail/sendmail.el (sendmail-query-once): Restore the current
4166 buffer after querying (bug#9074).
4167
0e6a2bd7
LMI
4168 * dired.el (dired-flagged): Use different faces for marked and
4169 flagged files (bug#6117).
4170
ce887515
LMI
4171 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4172 (bug#4433).
4173
92f2affc
LMI
4174 * ido.el (ido-mode): Switch off the message if called
4175 non-interactively.
4176
57d5aff0
LMI
4177 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4178 before 587, since it appears that that's more likely to work for
4179 more people.
4180
98cd6c18 4181 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 4182 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
4183 exist.
4184
b96dec83
LMI
4185 * info.el: Remove the `Info-beginning-of-buffer' function
4186 (bug#8325).
4187
b796c9b7
SM
4188 * net/network-stream.el (network-stream-open-starttls):
4189 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 4190
d90e2ea0
MR
41912011-08-01 Martin Rudalics <rudalics@gmx.at>
4192
4193 * window.el (display-buffer-in-window): Don't set dedicated status
4194 of window here (Bug#9215).
4195 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4196 (display-buffer-pop-up-side-window)
b796c9b7 4197 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 4198
cca09170
SM
41992011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4202 before binding generated-autoload-file.
4203
027b979c
DD
42042011-08-01 Deniz Dogan <deniz@dogan.se>
4205
4206 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4207
3c7ee4f3
MA
42082011-07-30 Michael Albinus <michael.albinus@gmx.de>
4209
4210 Sync with Tramp 2.2.2.
4211
4212 * net/trampver.el: Update release number.
4213
2cc8e51a
JL
42142011-07-30 Juri Linkov <juri@jurta.org>
4215
4216 * dired-aux.el (dired-touch-initial): Remove function.
4217 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4218 current time, and `default' to the last modification time of the
4219 current marked file (bug#6887).
4220
a514d856
JM
42212011-07-28 Jose E. Marchesi <jemarch@gnu.org>
4222
4223 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 4224 numeric argument to read-number (bug#9163).
a514d856 4225
8a7eddd7
MA
42262011-07-27 Michael Albinus <michael.albinus@gmx.de>
4227
4228 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4229 connection process, it could be nil.
4230
1ddd96f5
LL
42312011-07-27 Leo Liu <sdl.web@gmail.com>
4232
4233 Simplify url handling in rcirc-mode.
4234
4235 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4236 (rcirc-browse-url-at-mouse): Remove.
4237 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4238
b248a85d
AM
42392011-07-26 Alan Mackenzie <acm@muc.de>
4240
4241 Fontify bitfield declarations properly.
4242
4243 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4244 (c-symbol-chars): Now exported as a lang variable.
4245 (c-not-primitive-type-keywords): New lang variable.
4246
4247 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4248 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 4249 parsed as a bitfield declaration.
b248a85d 4250
b796c9b7
SM
4251 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4252 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
4253 (c-punctuation-in): New function.
4254 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4255 declarations properly.
4256
68575ab0
UJ
42572011-07-26 Ulf Jasper <ulf.jasper@web.de>
4258
4259 * calendar/icalendar.el (icalendar--all-events): Take care of
4260 multiple vcalendars in a single file.
b796c9b7 4261 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 4262
0f0a88b9
DD
42632011-07-25 Deniz Dogan <deniz@dogan.se>
4264
4265 * image.el (insert-image): Clarifying docstring.
4266
0b3f36df
MA
42672011-07-24 Michael Albinus <michael.albinus@gmx.de>
4268
4269 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4270 `tramp-send-command-and-check' if there is no error.
4271 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4272
a9901f61
AM
42732011-07-22 Alan Mackenzie <acm@muc.de>
4274
4275 Prevent cc-langs.elc being loaded at run time.
4276
4277 * progmodes/cc-mode.el: Remove two autoload forms which loaded
4278 cc-langs.
4279
4d61f28d 4280 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
4281 "(require 'cc-langs)". Quote a form so it will evaluate at
4282 (cc-mode's) compilation time.
4283
11d074b2
MA
42842011-07-22 Michael Albinus <michael.albinus@gmx.de>
4285
4286 * net/tramp.el (tramp-file-name-handler): Avoid recursive
4287 loading. (Bug#9114)
4288
938b94c8
MR
42892011-07-21 Martin Rudalics <rudalics@gmx.at>
4290
4291 * window.el (display-buffer-pop-up-window)
4292 (display-buffer-pop-up-side-window)
4293 (display-buffer-in-side-window): Call display-buffer-set-height
4294 and display-buffer-set-width after setting the new window's
b796c9b7 4295 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 4296
bfa4f190
SS
42972011-07-20 Sam Steingold <sds@gnu.org>
4298
4299 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4300 (etags-tags-included-tables): Call `convert-standard-filename' on
4301 the file names contained in TAGS so that windows Emacs can handle
4302 TAGS files created by cygwin ctags.
4303
8ca42262
LMI
43042011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4305
4306 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4307 which apparently didn't work.
4308
5db2afd2 43092011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 4310
5db2afd2
RW
4311 * proced.el (proced-send-signal): For *Marked Processes* buffer
4312 put point at beginning of buffer.
4313
92e15d10
SB
43142011-07-19 Stephen Berman <stephen.berman@gmx.net>
4315
4316 * proced.el (proced-format): Make header lines align with the text
4317 (bug#1779).
4318
1bfd59e5
LMI
43192011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4320
4321 * view.el (view-buffer): Allow running in `special' modes if we're
4322 visiting a file (bug#8615).
4323
f5aae37c
MR
43242011-07-19 Martin Rudalics <rudalics@gmx.at>
4325
4326 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
4327 (display-buffer-alist-set-1, display-buffer-alist-set-2):
4328 New functions.
f5aae37c
MR
4329 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4330 more accurately.
4331
bf2c1571
AM
43322011-07-18 Alan Mackenzie <acm@muc.de>
4333
4334 Fontify declarators properly when, e.g., a jit-lock chunk begins
4335 inside a declaration.
4336
4337 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4338
b796c9b7
SM
4339 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4340 New function.
bf2c1571
AM
4341 (c-complex-decl-matchers): Insert reference to
4342 c-font-lock-enclosing-decls.
4343
4344 * progmodes/cc-engine.el (c-backward-single-comment):
4345 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4346 to nil around calls to (forward-comment -1).
4347
4e190b80
LMI
43482011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4349
12dc863d
LMI
4350 * image.el (put-image): Doc typo fix.
4351
a762e966
LMI
4352 * progmodes/etags.el (tags-search): Doc typo fix.
4353
4e190b80
LMI
4354 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4355 password if we get errors 550 to 554.
4356
f019fb21
LMI
43572011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4358
b796c9b7 4359 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 4360
81746738
LMI
4361 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4362 indentation character (bug#6380).
4363
3ee3a1b5
LMI
4364 * files.el (buffer-offer-save): Made permanently local (bug#6241).
4365
c82f64de
LMI
4366 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4367 to clarify what the problem is (bug#4291).
4368
f019fb21
LMI
4369 * simple.el (current-kill): Clarify what
4370 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
4371 (auto-fill-mode): Document `auto-fill-function' in relation to
4372 `auto-fill-mode' (bug#2470).
f019fb21 4373
0794775d
LM
43742011-07-16 Lawrence Mitchell <wence@gmx.li>
4375
4376 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4377 method if slot is read-only (bug#9035).
4378
be39b8cc
MR
43792011-07-16 Martin Rudalics <rudalics@gmx.at>
4380
b796c9b7 4381 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 4382 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
4383 selected before, see discussion of (Bug#8615), (Bug#6954).
4384 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 4385
6ccf7859
GM
43862011-07-15 Glenn Morris <rgm@gnu.org>
4387
4388 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 4389 Respect help-form.
6ccf7859 4390
87e86684
LM
43912011-07-09 Lawrence Mitchell <wence@gmx.li>
4392
4393 * net/gnutls.el (gnutls-min-prime-bits): New variable.
4394 (gnutls-negotiate): Use it.
4395
d6066239
LMI
43962011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4397
b796c9b7
SM
4398 * net/gnutls.el (gnutls-negotiate):
4399 Upcase `gnutls-algorithm-priority'.
d6066239 4400
bd23ebc0
GM
44012011-07-15 Glenn Morris <rgm@gnu.org>
4402
c65bca65
GM
4403 * jka-compr.el (jka-compr-verbose): Move from here...
4404 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
4405 Add missing :version tag.
4406 * info.el: No need to require jka-compr when compiling.
bd23ebc0 4407
478615cc
LMI
44082011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4409
7b41decb
LMI
4410 * net/gnutls.el (gnutls-algorithm-priority): New variable.
4411 (gnutls-negotiate): Use it.
4412
dbc44fcd
LMI
4413 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4414
06789f97
LMI
4415 * info.el (Info-beginning-of-buffer): New command.
4416 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4417 announcing `b' as the key (bug#8325).
ab896c37 4418 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 4419
c39da690
LMI
4420 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4421
3aa5f34b
LMI
4422 * international/mule-cmds.el
4423 (describe-specified-language-support): Make the error message
4424 clearer (bug#8905).
4425
4bf0979f
LMI
4426 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4427
478615cc
LMI
4428 * isearch.el (isearch-barrier): Add a doc string, since it's
4429 mentioned in a function doc string (bug#8678).
4430
75c68aa1
MR
44312011-07-15 Martin Rudalics <rudalics@gmx.at>
4432
4433 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4434 buffer argument (Bug#9083) and self-identifying label argument.
4435
a7c33da2
GM
44362011-07-15 Glenn Morris <rgm@gnu.org>
4437
4438 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
4439
2f5c6024
LMI
44402011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4441
4442 * man.el (Man-fontify-manpage): Fix message when formatting the
4443 man page (bug#7929).
4444
0bb23927 44452011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
4446
4447 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4448 argument LRM; if non-nil, append an invisible LRM character to the
4449 buffer name.
4450 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4451 last argument non-nil, when formatting buffer names.
0bb23927
EZ
4452 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4453 paragraph direction.
cce4b0a7 4454
621ef9ab
LMI
44552011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4456
d1583c48
LMI
4457 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4458 the man page name (bug#7929).
4459
6a57fb5f
LMI
4460 * image.el (put-image): Mention the `put-image' overlay property
4461 (bug#7834).
4462
d7956b14
LMI
4463 * scroll-bar.el (set-scroll-bar-mode): Mention that
4464 `scroll-bar-mode' lists the values (bug#7772).
4465
5b2d4a66
LMI
4466 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4467 command (bug#7729).
4468
7509a874
LMI
4469 * rect.el (apply-on-rectangle): Return the point after the last
4470 operation.
4471 (string-rectangle): Go to the point after the last operation
4472 (bug#7522).
4473
4fe74b19
LMI
4474 * printing.el (pr-toggle-region): Clarify the documentation
4475 slightly (bug#7493).
4476
b796c9b7
SM
4477 * time.el (display-time-update):
4478 Allow `display-time-mail-function' to return nil (bug#7158).
4479 Fix suggested by Detlev Zundel.
ab283561 4480
fc233c9d
LMI
4481 * vc/diff.el (diff): Clarify the order the file names are read
4482 (bug#7111).
4483
43f5740b
LMI
4484 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4485 the doc string (bug#7015).
4486
f2182a76
LMI
4487 * font-lock.el (font-lock-maximum-decoration): Mention what
4488 numeric levels mean (bug#6935).
4489
621ef9ab
LMI
4490 * startup.el (initial-buffer-choice): Don't mention the `none'
4491 selection, which is against policy.
4492
adc47434
MR
44932011-07-14 Martin Rudalics <rudalics@gmx.at>
4494
b796c9b7
SM
4495 * window.el (display-buffer-normalize-special):
4496 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 4497
7e5bfb8f
EZ
44982011-07-14 Eli Zaretskii <eliz@gnu.org>
4499
4500 * subr.el (version<, version<=, version=): Mention "-CVS" and
4501 "-12345" alpha version numbers.
4502
27fa387a
CY
45032011-07-14 Chong Yidong <cyd@stupidchicken.com>
4504
4505 * bindings.el: Add advertised binding for set-mark-command
4506 (Bug#5772).
4507
8bdfa064
CY
45082011-07-14 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * bindings.el (mode-line-other-buffer):
4511 * bookmark.el (bookmark-bmenu-2-window):
4512 * bs.el (bs-cycle-next, bs-cycle-previous):
4513 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4514 switch-to-buffer.
4515
4516 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 4517 Delete.
8bdfa064 4518
5eba16a3
JB
45192011-07-14 Juanma Barranquero <lekktu@gmail.com>
4520
4521 * follow.el (follow-debug-message, follow-redisplay):
4522 * jka-cmpr-hook.el (with-auto-compression-mode):
4523 Fix typos in docstrings.
4524
15853710
LMI
45252011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4526
a28e4607
LMI
4527 * subr.el (with-silent-modifications): Clarify somewhat what the
4528 macro inhibits (bug#6525).
4529
15853710
LMI
4530 * simple.el (eval-expression): Note what it does if called
4531 interactively (bug#6495).
4532
bee0fcef
CY
45332011-07-13 Chong Yidong <cyd@stupidchicken.com>
4534
b796c9b7
SM
4535 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4536 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
4537
4538 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4539 Remove switch-to-buffer.
4540
58274504
LMI
45412011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4542
bd2fcc8d
LMI
4543 * files.el (make-directory): Clarify that an error will be raised
4544 if there's an error (bug#6397).
4545
0f04b32c
LMI
4546 * startup.el (initial-buffer-choice): Add `none' as a choice
4547 (bug#6234).
4548
465c5fc8
LMI
4549 * subr.el (add-hook): Clarify section about buffer-local hooks
4550 (bug#6218).
4551
58274504
LMI
4552 * dired.el (dired-flagged): Clarify doc string (bug#6117).
4553
bead9a43
JB
45542011-07-13 Juanma Barranquero <lekktu@gmail.com>
4555
4556 * tabify.el (untabify): Preserve the current column so that point
4557 doesn't move (bug#6032).
4558
3af98a7b
LMI
45592011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4560
b796c9b7
SM
4561 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4562 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 4563
6240145a
GM
45642011-07-13 Glenn Morris <rgm@gnu.org>
4565
4566 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
4567 (dired-insert-directory): Give a message the first time
4568 if ls is found not to support --dired.
4569
1d8c2ccc
LMI
45702011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4571
4572 * simple.el (toggle-truncate-lines): Clarify what is toggled
4573 (bug#5580). Text by Drew Adams.
4574
5fc4038e
CY
45752011-07-13 Chong Yidong <cyd@stupidchicken.com>
4576
4577 * simple.el (blink-matching-open): Make the error message from the
4578 last change less verbose.
4579
bf6012e5
DN
45802011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4581
4582 * font-lock.el (font-lock-comment-face): Use the high contrast
4583 "yellow" color for font-lock-comment-face on low color terminals
4584 using a dark background color (bug#4221).
4585
343c3b5a
LMI
45862011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4587
7e9505c5
LMI
4588 * dired.el (dired-insert-set-properties): Make the doc string
4589 reflect what it does now (bug#5325).
4590
c26fdcf5
LMI
4591 * simple.el (blink-matching-open): Say that we were unable to find
4592 the match within the limit, if we're limited (bug#5122).
4593
bb388cc5
LMI
4594 * international/mule-cmds.el (prefer-coding-system): Add an
4595 example (bug#4869).
4596
343c3b5a
LMI
4597 * progmodes/etags.el (tags-search): Document `file-list-form'
4598 (bug#4731).
4599
2a517d45
LM
46002011-07-13 Lawrence Mitchell <wence@gmx.li>
4601
4602 * net/browse-url.el (browse-url-default-browser)
4603 (browse-url-browser-function): Make the default browser choice a
4604 bit more logical (bug#4300). Also clean up the doc string.
4605
b6c78ef2
JB
46062011-07-13 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4609 binary endings (bug#4440).
4610
1c4dd947
LMI
46112011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4612
a2014063
LMI
4613 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4614 which can be pretty annoying (bug#8971).
4615
9c9c2d88
LMI
4616 * jka-compr.el (jka-compr-verbose): New variable, and use
4617 throughout (bug#8971).
4618
1c4dd947
LMI
4619 * info.el (Info-find-file): Fall back on the installation
4620 directory if we can't find the info node anywhere else.
4621
a1c9f41b
SO
46222011-07-13 Sergei Organov <osv@javad.com> (tiny change)
4623
4624 * vc/vc.el (vc-revert-file):
4625 Don't set file time-stamp in the past. (Bug#5181)
4626
536f3d36
LMI
46272011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4628
7152b011
LMI
4629 * files.el (after-find-file): Give a better error message when
4630 trying to find a symlink that points to a file that doesn't exist
4631 (bug#4398).
4632
536f3d36
LMI
4633 * progmodes/cc-vars.el: Remove (probably) misleading comment
4634 (bug#4396).
4635
460c0fba
JB
46362011-07-12 Johan Bockgård <bojohan@gnu.org>
4637
4638 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4639
7a6bda45
CY
46402011-07-12 Chong Yidong <cyd@stupidchicken.com>
4641
4642 * mouse-sel.el: Hack restoring functionality, while keeping
4643 compatibility with 2010-07-03 changes to mouse selection.
4644 (mouse-sel-primary-overlay): New var.
4645 (mouse-sel-selection-alist): Use it.
4646 (mouse-sel-mode): Doc fix; remove points that are default features
4647 of mouse.el.
4648
c79598ef
JB
46492011-07-12 Johan Bockgård <bojohan@gnu.org>
4650
4651 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4652 Fix previous fix (bug#2490).
4653
ff8be6ef
RW
46542011-07-12 Roland Winkler <winkler@gnu.org>
4655
b796c9b7
SM
4656 * textmodes/bibtex.el (bibtex-initialize):
4657 Use pop-to-buffer-same-window.
ff8be6ef
RW
4658 (bibtex-search-entries): Fix interactive call.
4659
296ba3ee
LMI
46602011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4661
f5242a02 4662 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
4663 Fontise bytecomp Error lines more correctly (bug#2490).
4664 Fix suggested by Johan Bockgård.
f5242a02 4665
296ba3ee
LMI
4666 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4667
4668 * dired-x.el (dired-guess-default): Use `delete-dups'.
4669
f69fd0d2
CY
46702011-07-12 Chong Yidong <cyd@stupidchicken.com>
4671
4672 * dired.el (dired-mark-prompt):
4673 * dired-aux.el (dired-read-shell-command): Doc fix.
4674
eab5dc07
LMI
46752011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4676
b796c9b7
SM
4677 * mail/sendmail.el (sendmail-query-once):
4678 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
4679 emacs -Q.
4680
4681 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4682
eab5dc07
LMI
4683 * cus-edit.el (custom-file): Take an optional no-error variable.
4684 (customize-save-variable): Set the variable, and give a warning if
4685 running under "emacs -q".
4686
a1e65d42
JB
46872011-07-11 Juanma Barranquero <lekktu@gmail.com>
4688
4689 * loadhist.el (unload-feature-special-hooks):
4690 Add `auto-coding-functions', `fill-nobreak-predicate' and
4691 `find-directory-functions' (bug#5327).
4692
1d52da10
LMI
46932011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4694
be958f1d
LMI
4695 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4696
5bedb26c
LMI
4697 * cus-edit.el (custom-guess-name-alist): -alist variables should
4698 use the `alist' type (bug#3120). Suggested by Drew Adams.
4699
1d52da10
LMI
4700 * printing.el: Add documentation to all the `pr-toggle-' commands.
4701
cd394be1 47022011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
4703
4704 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4705 backends where it makes sense (bug#2623).
4706
dcc88d8a
LMI
47072011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4708
c3de9feb
LMI
4709 * dired-x.el (dired-guess-default): Remove duplicate shell command
4710 entries (bug#2028).
8a93078b 4711 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 4712 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 4713
dcc88d8a
LMI
4714 * subr.el (remove-duplicates): New conveniency function.
4715
505e3645
LMI
47162011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4717
4718 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4719 (bug#1526).
4720
47212011-07-10 Martin Rudalics <rudalics@gmx.at>
4722
4723 * window.el (display-buffer-normalize-default): Don't invert
4724 meaning of even-window-heights. Reported by Eli Zaretskii
4725 <eliz@gnu.org>.
4726
455e4fa1
BR
47272011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
4728
4729 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4730
8e0bc3e9
CY
47312011-07-10 Chong Yidong <cyd@stupidchicken.com>
4732
4733 * window.el (display-buffer): Fix arguments to
4734 display-buffer-reuse-window in last change.
4735
fa7c3228
CY
4736 * faces.el (link): Use a less saturated blue on light backgrounds.
4737
4738 * startup.el (fancy-startup-text, fancy-about-text)
4739 (fancy-startup-tail): Use font-lock faces, for background safety.
4740
c0a7f300
BN
47412011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
4742
b796c9b7
SM
4743 * emulation/viper-cmd.el (viper-change-state-to-vi):
4744 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 4745
4dc2a129
MR
47462011-07-09 Martin Rudalics <rudalics@gmx.at>
4747
4748 * window.el (display-buffer-default-specifiers): Remove.
4749 (display-buffer-macro-specifiers): Remove default specifiers.
4750 (display-buffer-alist): Default to nil.
b796c9b7 4751 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
4752 (display-buffer-pop-up-window): Allow splitting internal
4753 windows. Check whether a live window was created.
4754 (display-buffer-other-window-means-other-frame)
4755 (display-buffer-normalize-arguments): Rename to
4756 display-buffer-normalize-argument and rewrite. Set the
4757 other-window specifier.
4758 (display-buffer-normalize-special): New function.
4759 (display-buffer-normalize-options): Rename to
4760 display-buffer-normalize-default and rewrite.
4761 (display-buffer-normalize-options-inhibit): Remove.
4762 (display-buffer-normalize-specifiers): Rewrite.
4763 (display-buffer): Process other-window specifier and call
4764 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
4765 more faithfully.
b796c9b7 4766 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 4767 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
4768 (display-buffer-in-window, display-buffer-alist-set):
4769 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
4770 <tassilo@member.fsf.org>.
4771
2d43b8c9
LL
47722011-07-09 Leo Liu <sdl.web@gmail.com>
4773
4774 * register.el (insert-register): Restore accidental change on
4775 2011-06-26. (Bug#9028)
4776
7f9b7c53
GM
47772011-07-09 Glenn Morris <rgm@gnu.org>
4778
4779 * subr.el (remq): Handle the empty list. (Bug#9024)
4780
f042cfd8
AS
47812011-07-08 Andreas Schwab <schwab@linux-m68k.org>
4782
4783 * mail/sendmail.el (send-mail-function): No longer delay custom
4784 initialization.
4785 * custom.el (custom-initialize-delay): Doc fix.
4786
856b2f11
SM
47872011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
4790
afae1d68
MA
47912011-07-08 Michael Albinus <michael.albinus@gmx.de>
4792
4793 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
4794 human-friendly prompt.
4795
0757af94
SM
47962011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
4799 provided by a particular plugin.
4800
d760b731
LMI
48012011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4802
4803 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
4804 save customizations (with "emacs -Q"), just set the variable
4805 instead of erroring out.
4806
4807 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4808
cd79ce90
JL
48092011-07-08 Juri Linkov <juri@jurta.org>
4810
4811 * arc-mode.el (archive-zip-expunge, archive-zip-update)
4812 (archive-zip-update-case): Use 7z if found by `executable-find'.
4813 The order of searching the available programs is the same as in
4814 `archive-zip-extract' (bug#8968).
4815
14cc04aa
CY
48162011-07-07 Chong Yidong <cyd@stupidchicken.com>
4817
4818 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
4819 (menu-bar-options-menu): Tweak descriptions.
4820
0a1848ec
LMI
48212011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4822
4823 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
4824 menu items into verb phrases (bug#1421). Also refill to fit under
4825 80 columns.
4826
f5bd0689
CY
48272011-07-07 Chong Yidong <cyd@stupidchicken.com>
4828
538e85c6
CY
4829 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
4830 (Info-read-node-name): Doc fix (Bug#1084).
4831
f5bd0689
CY
4832 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
4833 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
4834 (end-of-sexp, beginning-of-sexp)
4835 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
4836 (forward-symbol, forward-same-syntax, word-at-point)
4837 (sentence-at-point): Doc fix (Bug#1144).
4838
56ec5115
LMI
48392011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4840
f3f8e37f
LMI
4841 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
4842 should cover it (bug#1281).
4843
0757af94 4844 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 4845
e9fce1ac 4846 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
4847 negotiation fails, then possibly try again with a non-encrypted
4848 connection (bug#9017).
4849
56ec5115
LMI
4850 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
4851 be used.
4852
c2f9aec8
RS
48532011-07-07 Richard Stallman <rms@gnu.org>
4854
4855 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
4856 property, and handle its changed format.
4857 Look for the correct line number.
4858 Use file's line contents (but not past first =) to find
4859 correct line in message.
4860
ef7b981d 48612011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
4862
4863 * international/characters.el (build-unicode-category-table):
4864 Delete it.
0757af94 4865 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 4866
0757af94 4867 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
4868 to src/chartab.c.
4869 (get-char-code-property): Call unicode-property-table-internal to
4870 load a file. Call get-unicode-property-internal where necessary.
4871 (put-char-code-property): Call unicode-property-table-internal to
4872 load a file. Call put-unicode-property-internal where necessary.
4873 put-unicode-property-internal where necessary.
0757af94
SM
4874 (char-code-property-description):
4875 Call unicode-property-table-internal to load a file.
c805dec0
KH
4876
4877 * international/charprop.el:
4878 * international/uni-bidi.el:
4879 * international/uni-category.el:
4880 * international/uni-combining.el:
4881 * international/uni-comment.el:
4882 * international/uni-decimal.el:
4883 * international/uni-decomposition.el:
4884 * international/uni-digit.el:
4885 * international/uni-lowercase.el:
4886 * international/uni-mirrored.el:
4887 * international/uni-name.el:
4888 * international/uni-numeric.el:
4889 * international/uni-old-name.el:
4890 * international/uni-titlecase.el:
4891 * international/uni-uppercase.el: Regenerate.
4892
4893 * loadup.el: Load international/charprop.el before
4894 international/characters.
4895
e14b388a
CY
48962011-07-07 Chong Yidong <cyd@stupidchicken.com>
4897
4898 * window.el (next-buffer, previous-buffer): Signal an error if
4899 called from a minibuffer window.
4900
4901 * bindings.el: Revert 2011-07-04 change.
4902
354cf0ba
RS
49032011-07-06 Richard Stallman <rms@gnu.org>
4904
4905 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
4906 (rmail-mime-insert-bulk, rmail-mime-insert-text):
4907 Treat markers like ints.
4908 (rmail-mime-entity): Doc fix.
4909
a48868a7
LMI
49102011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4911
4906cd3d
LMI
4912 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
4913 defcustom again for backwards compatibility.
4914
e0457abe
LMI
4915 * simple.el (shell-command-on-region): Fill.
4916
d67f7e1f
LMI
4917 * dired-aux.el (dired-kill-line): Add a doc string.
4918
fe204702
LMI
4919 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
4920 to "\\sw\\|\\s_" (bug#358).
4921
a48868a7
LMI
4922 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
4923 (dired-unmark-backward): Ditto.
4924 (dired-flag-backup-files): Ditto.
4925
4926 * dired-x.el (dired-mark-sexp): Ditto.
4927
aa8a705c
RS
49282011-07-06 Richard Stallman <rms@gnu.org>
4929
4930 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
4931 (rmail-mime-entity): New arg TRUNCATED.
4932 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
4933 New functions.
4934 (rmail-mime-save): Warn if entity is truncated.
4935 (rmail-mime-toggle-hidden): Likewise, for showing.
4936 (rmail-mime-process-multipart): Record when an entity is truncated.
4937
a9a936b9
RS
4938 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
4939 if ENTITY is a string.
4940
1f2b92cb
LMI
49412011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4942
f4f73198 4943 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
4944 of faces when `M-C-x'-ing their definitions (bug#8378).
4945 Also clean up the code slightly.
f4f73198 4946
12b16734 4947 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 4948 because that makes the colors go away.
12b16734 4949
f0691d22
LMI
4950 * mail/sendmail.el (send-mail-function): Change the default to
4951 `sendmail-query-once'.
9e87df06 4952 (sendmail-query-once): Add an autoload cookie.
f0691d22 4953
1f2b92cb
LMI
4954 * net/network-stream.el (network-stream-open-starttls): Try using
4955 a plain connection even if the server offered STARTTLS, and we
4956 kinda wanted to use it, if Emacs doesn't have any STARTTLS
4957 capability. This should make smtpmail.el work in slightly more
4958 configurations.
4959
1cdd2a1b
MA
49602011-07-06 Michael Albinus <michael.albinus@gmx.de>
4961
4962 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4963 New defun.
4964 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
4965
fbcc67e2
MM
49662011-07-06 Michael R. Mauger <mmaug@yahoo.com>
4967
4968 * progmodes/sql.el: Version 3.0
0757af94 4969 (sql-product-alist): Add product :completion-object,
fbcc67e2 4970 :completion-column, and :statement attributes.
0757af94 4971 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 4972 (sql-mode-syntax-table): Mark all punctuation.
0757af94 4973 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
4974 ansi keywords.
4975 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 4976 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
4977 (sql-oracle-show-reserved-words): New function for development.
4978 (sql-product-font-lock): Simplify for source code buffers.
4979 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
4980 New functions.
4981 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
4982 (sql-mode-map): Add statement movement functions.
4983 (sql-ansi-statement-starters, sql-oracle-statement-starters):
4984 New variable.
fbcc67e2
MM
4985 (sql-statement-regexp, sql-beginning-of-statement)
4986 (sql-end-of-statement, sql-signum): New functions.
0757af94 4987 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
4988 (sql-show-sqli-buffer): Bug fix.
4989 (sql-interactive-mode): Store connection data as buffer local.
0757af94 4990 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
4991 with sql-interactive-mode.
4992 (sql-save-connection): Save buffer local settings.
0757af94 4993 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
4994 (sql-product-interactive): Bug fix.
4995 (sql-preoutput-hold): New variable.
4996 (sql-interactive-remove-continuation-prompt): Bug fixes.
4997 (sql-debug-redirect): New variable.
4998 (sql-str-literal): New function.
4999 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 5000 Redesign.
fbcc67e2
MM
5001 (sql-oracle-save-settings, sql-oracle-restore-settings)
5002 (sql-oracle-list-all, sql-oracle-list-table): New functions.
5003 (sql-completion-object, sql-completion-column)
5004 (sql-completion-sqlbuf): New variables.
5005 (sql-build-completions-1, sql-build-completions)
5006 (sql-try-completion): New functions.
5007 (sql-read-table-name): Use them.
5008 (sql-contains-names): New buffer local variable.
5009 (sql-list-all, sql-list-table): Use it.
5010 (sql-oracle-completion-types): New variable.
5011 (sql-oracle-completion-object, sql-sqlite-completion-object)
5012 (sql-postgres-completion-object): New functions.
5013
d4eaeab1
GM
50142011-07-06 Glenn Morris <rgm@gnu.org>
5015
5016 * window.el (pop-to-buffer): Doc fix.
5017
322b7dab 50182011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
5019
5020 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
5021
322b7dab 50222011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 5023
322b7dab 5024 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 5025
322b7dab 5026 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 5027
605dd5bf
CY
50282011-07-05 Chong Yidong <cyd@stupidchicken.com>
5029
5030 * button.el (button): Inherit from link face. Suggested by Dan
5031 Nicolaescu.
5032
7dbfa719
SM
50332011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5034
3db614b0
SM
5035 * progmodes/gdb-mi.el: Fit in 80 columns.
5036 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
5037 switch-to-buffer.
5038
7dbfa719
SM
5039 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
5040 if imenu is simply not configured (bug#8941).
5041
919d884a
KM
50422011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
5043
5044 * allout.el (allout-post-undo-hook): New allout outline-change
5045 event hook to signal undo activity.
5046 (allout-post-command-business): Run allout-post-undo-hook if an
5047 undo just occurred.
7dbfa719
SM
5048 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
5049 * allout-widgets.el (allout-widgets-after-undo-function):
5050 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
5051 in the vicinity of an undo.
5052 (allout-widgets-mode): Include allout-widgets-after-undo-function
5053 on the new allout-post-undo-hook.
5054
450a0f09
SM
50552011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5056
5057 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
5058 Let define-derived-mode define it.
5059 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
5060 cycles of abbrev-table inheritance (bug#8998).
5061
2de69e00
RW
50622011-07-05 Roland Winkler <winkler@gnu.org>
5063
5064 * textmodes/bibtex.el: Add support for biblatex.
5065 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
5066 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
5067 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
5068 (bibtex-entry-alist, bibtex-field-alist): New variables.
5069 (bibtex-entry-field-alist): Obsolete alias for
5070 bibtex-BibTeX-entry-alist.
5071 (bibtex-entry-alist, bibtex-field-alist): New widgets.
5072 (bibtex-set-dialect): New command.
5073 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
5074 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
5075 Bind via bibtex-set-dialect.
2de69e00
RW
5076 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
5077 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
5078 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
5079 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
5080 Define via bibtex-set-dialect.
450a0f09
SM
5081 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
5082 Obey bibtex-no-opt-remove-re.
2de69e00
RW
5083 (bibtex-vec-push, bibtex-vec-incr): New functions.
5084 (bibtex-format-entry, bibtex-field-list)
5085 (bibtex-print-help-message, bibtex-validate)
5086 (bibtex-search-entries): Use new format of bibtex-entry-alist.
5087
2dcdbdd9
SM
50882011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 * progmodes/compile.el (compilation-goto-locus):
5091 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5092 * bs.el (bs-cycle-next, bs-cycle-previous):
5093 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5094 * bindings.el (mode-line-other-buffer):
5095 * autoinsert.el (auto-insert):
5096 * arc-mode.el (archive-extract):
5097 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5098
b27640fe
JB
50992011-07-05 Juanma Barranquero <lekktu@gmail.com>
5100
5101 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5102 Fix check of `emacs-lock-unlockable-modes'.
5103 Coerce true values of `emacs-lock--try-unlocking' to t.
5104
53bbe3ad
JB
51052011-07-05 Juanma Barranquero <lekktu@gmail.com>
5106
5107 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5108 * emacs-lock.el: New file.
5109
1d3cdbc7
JD
51102011-07-05 Julien Danjou <julien@danjou.info>
5111
5112 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5113 than `boundp' to check if face is set.
5114
9173deec
JB
51152011-07-05 Juanma Barranquero <lekktu@gmail.com>
5116
5117 * register.el (registerv-make):
5118 * window.el (window-min-height): Fix typos in docstrings.
5119
869795d6
JD
51202011-07-05 Jan Djärv <jan.h.d@swipnet.se>
5121
9173deec 5122 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
5123 Update doc string.
5124
b768cdcd
JB
51252011-07-04 Juanma Barranquero <lekktu@gmail.com>
5126
5127 * server.el (server-execute): Catch quit and call
5128 `server-return-error' to pass the error back to emacsclient and
5129 close the connection (bug#8942).
5130
13aa217b
KM
51312011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
5132
5133 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5134 insecure exception for current topic. Also note that auto-saves
5135 are handled differently.
5136
5137 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5138 State variables for tracking auto-save inhibition situation.
5139
5140 (allout-write-contents-hook-handler): Rename from
5141 'allout-write-file-hook-handler', and describe how it depends on
5142 write-contents-functions sensitivity to non-nil value to prevent
5143 file write.
5144
5145 (allout-auto-save-hook-handler): Remove. auto-save does not check
5146 this in individual buffers, only in the starting buffer, so this
5147 is not the right way for us to inhibit auto-save in a buffer
5148 according to its condition.
5149
5150 (allout-mode): Use new allout-write-contents-hook-handler, and
5151 only with write-contents-functions. Remove auto-save provisions -
5152 they're implemented elsewhere.
5153
5154 (allout-before-change-handler): If undo is in progress, note that
5155 for attention of allout-post-command-business.
5156
5157 (allout-post-command-business): If the command we're following was
5158 an undo, check for change in the status of encrypted items and
5159 adjust auto-save inhibitions accordingly.
5160
5161 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5162 according to whether there are or aren't any plain-text topics
5163 pending encryption.
5164
2dcdbdd9 5165 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
5166 Adjust buffer-saved-size and some allout state to inhibit auto-saves
5167 if there are plain-text topics pending encryption.
13aa217b
KM
5168
5169 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5170 buffer-saved-size and some allout state to not inhibit auto-saves
5171 if there are no longer any plain-text topics pending encryption.
5172
0757af94
SM
5173 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5174 No longer provide for exemption of the current topic.
13aa217b 5175
ac89b32c
JL
51762011-07-04 Juri Linkov <juri@jurta.org>
5177
5178 Add 7z operations to delete and save changed members (bug#8968).
5179 * arc-mode.el (archive-7z-expunge, archive-7z-update):
5180 New defcustoms.
5181 (archive-7z-write-file-member): New function.
5182 (archive-7z-summarize): Fix the number of dashes in the
5183 listing output.
5184
8fa39615
SM
51852011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5186
5187 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5188 (bug#8958).
5189
2f11b3f1
CY
51902011-07-04 Chong Yidong <cyd@stupidchicken.com>
5191
d66fef2b
CY
5192 * bindings.el: Ignore next-buffer and previous-buffer in
5193 minibuffer-local-map.
5194
2f11b3f1
CY
5195 * font-lock.el (font-lock-builtin-face): Change light background
5196 color to dark slate blue (Bug#6693).
5197
f932a347
WD
51982011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5199
5200 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5201
c8af70e1
SM
52022011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5205 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5206 Add switch-to-buffer.
5207
f158badc
LMI
52082011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5209
5210 * isearch.el (isearch-search-fun-function): Clarify further the
5211 meaning of the function returned.
5212
6d95bd46
MA
52132011-07-04 Michael Albinus <michael.albinus@gmx.de>
5214
5215 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5216
5217 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5218 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5219 Use it.
5220 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
5221 `tramp-default-remote-path' does not exist.
5222 (tramp-send-command-and-read): New optional argument NOERROR.
5223 (tramp-open-connection-setup-interactive-shell)
5224 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5225 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5226 (tramp-process-sentinel): Flush also process' connection property.
5227 (tramp-sh-handle-start-file-process): Do not set process
5228 sentinel. It is done now ...
5229 (tramp-maybe-open-connection): ... here. (Bug#8929)
5230
909e6b67
MK
52312011-07-04 MON KEY <monkey@sandpframing.com>
5232
5233 * play/animate.el (animate-string): Doc fixes and allow changing
5234 the buffer name (bug#5417).
5235
52362011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5237
c8af70e1 5238 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 5239
f34755dc
PE
52402011-07-04 Paul Eggert <eggert@cs.ucla.edu>
5241
396cec72
PE
5242 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5243 This is simpler and helps future-proof the code.
5244 (timer-until): Use time-subtract and float-time.
08235028 5245 (timer--time-less-p): Use time-less-p.
f34755dc 5246
56e6cc31
JB
52472011-07-04 Juanma Barranquero <lekktu@gmail.com>
5248
3abb79e5
JB
5249 * type-break.el (timep): Use the value of `float-time' to avoid a
5250 byte-compiler warning.
5251
56e6cc31
JB
5252 * server.el (server-eval-and-print): Return any result, even nil.
5253
7b9430b4
PE
52542011-07-03 Paul Eggert <eggert@cs.ucla.edu>
5255
5256 * type-break.el: Accept time formats that the builtins accept.
5257 (timep, type-break-time-difference): Accept any format that
5258 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5259 This is simpler and helps future-proof the code.
5260 (type-break-time-difference): Round rather than ignoring
5261 subseconds components.
5262
3034e9e7
LMI
52632011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5264
5265 * info.el (Info-apropos-matches): Make non-interactive, since it
5266 doesn't seem to do anything useful as a command (bug#8829).
5267
1485f4c0
CY
52682011-07-03 Chong Yidong <cyd@stupidchicken.com>
5269
5270 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 5271 Move from faces.el.
1485f4c0
CY
5272 (frame-default-terminal-background): New function.
5273
5274 * custom.el (custom-push-theme): Don't record faces in `changed'
5275 theme; this doesn't work correctly for per-frame face settings.
5276 (disable-theme): Use face-set-after-frame-default to reset faces.
5277 (custom--frame-color-default): New function.
5278
9fa3dd45
LMI
52792011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5280
c8af70e1 5281 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
5282 (bug#8769).
5283
6cbbc20c
KR
52842011-03-29 Kevin Ryde <user42@zip.com.au>
5285
5286 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5287 `perl-Test2' extend to match possible "fail #N" rep count
5288 (bug#8377).
5289
c7f98048
LMI
52902011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5291
65676592
LMI
5292 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5293 `smtpmail-via-smtp' now returns the error instead of nil.
5294
c7f98048
LMI
5295 * isearch.el (isearch-search-fun-function): Clarify the doc string
5296 (bug#8101).
5297
56e6cc31 52982011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
5299
5300 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5301 unnecessary spaces (bug#8987).
5302
2b216704
LMI
53032011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5304
5305 * net/network-stream.el (open-network-stream): Use the
5306 :end-of-capability command thoughout.
5307
53082011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5309
5310 * net/network-stream.el (open-network-stream): Add the
5311 :end-of-capability command parameter, used by pop3.el.
5312
36adf6ce
LMI
53132011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5314
1ca0da0e
LMI
5315 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5316
fc00f69c
LMI
5317 * fringe.el (fringe-query-style): Remove redundant text " (type ?
5318 for list)" (bug#6475).
5319
28fd8759 5320 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 5321 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
5322 an error (bug#6297).
5323
0dd8b6da
LMI
5324 * man.el (Man-reference-regexp): Allow matching possible
5325 word-wrapped references (bug#6289).
5326
ce1438d6
LMI
5327 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5328 for consistency with the other vc buffers (bug#6197).
5329 (vc-checkin): Ditto.
5330
5331 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5332
36adf6ce
LMI
5333 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5334
e83cc1f7
LMI
53352011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5336
8a20ca4c
LMI
5337 * custom.el (defcustom): Clarify that :set is only used in the
5338 Customize user interface (bug#6089).
5339
83319045
LMI
5340 * progmodes/flymake.el (flymake-mode): If the buffer isn't
5341 associated with a file, refuse to run instead of erroring out
5342 (bug#6084).
5343
a8392169
LMI
5344 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5345 the doc string, since it appears that using `fill-column' always
5346 controls the width (bug#7845).
5347
e83cc1f7
LMI
5348 * simple.el (shell-command-on-region): Say where the error output
5349 went if `shell-command-default-error-buffer' is set (bug#6857).
5350
e47ca23b
KM
53512011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
5352
5353 * allout.el (allout-yank-processing): Adjust cursor position for
5354 backwards-deleted space.
5355
5356 (allout-rebullet-heading): Register changes with
5357 allout-exposure-changed-hook, so the modified topic is properly
5358 decorated.
5359
5cf56143
LMI
53602011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5361
08549772
LMI
5362 * minibuffer.el (completion-in-region): Document PREDICATE
5363 (bug#7136).
5364
48e96771
LMI
5365 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5366 of keyword/argument pairs (bug#6904).
5367
c8af70e1
SM
5368 * replace.el (multi-occur):
5369 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 5370
e17d05e2
LMI
53712011-07-02 Drew Adams <drew.adams@oracle.com>
5372
5373 * dired.el (dired-mark-if): Make the message about whether it's
5374 marking or unmarking clearer (bug#8523).
5375
063b0e45
LMI
53762011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5377
5378 * disp-table.el (display-table-print-array): New function.
5379 (describe-display-table): Use it to print the vectors more pretty
5380 (Bug#8859).
5381
28545e04
MR
53822011-07-02 Martin Rudalics <rudalics@gmx.at>
5383
5384 * window.el (window-state-get-1): Don't assign clone numbers.
5385 Add clone-of item to list of window parameters.
5386 (window-state-put-2): Don't process clone numbers.
5387 (display-buffer-alist): Fix doc-string.
5388
3349e122
SM
53892011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * subr.el (remq): Don't allocate if it's not needed.
5392 (keymap--menu-item-binding, keymap--menu-item-with-binding)
5393 (keymap--merge-bindings): New functions.
5394 (keymap-canonicalize): Use them to refine the canonicalization.
5395 * minibuffer.el (minibuffer-local-completion-map)
5396 (minibuffer-local-must-match-map): Move initialization from C.
5397 (minibuffer-local-filename-completion-map): Move initialization from C;
5398 don't inherit from anything here.
5399 (minibuffer-local-filename-must-match-map): Make obsolete.
5400 (completing-read-default): Use make-composed-keymap to combine
5401 minibuffer-local-filename-completion-map with either
5402 minibuffer-local-must-match-map or
5403 minibuffer-local-filename-completion-map.
5404
d224ac83
GM
54052011-07-01 Glenn Morris <rgm@gnu.org>
5406
3de63bf8
GM
5407 * type-break.el (type-break-time-sum): Use dolist.
5408
d224ac83
GM
5409 * textmodes/flyspell.el (flyspell-word-search-backward):
5410 Replace CL function.
5411
1a1e3f32
SM
54122011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5413
fe3f64d5
SM
5414 * mouse.el (mouse--strip-first-event): New function.
5415 (function-key-map): Use it to map fringe clicks to normal clicks
5416 by default.
5417
eb604e34
SM
5418 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5419 (vc-bzr-revision-completion-table): Add support for annotate and date.
5420
1a1e3f32
SM
5421 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5422 inherit from parent.
5423
5bd35902
LMI
54242011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5425
ace6c69c 5426 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 5427 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 5428
191e2bed
LMI
5429 * dired.el (dired-mode): Fix up the doc string as suggested by
5430 Drew Adams (bug#8817).
5431
5bd35902
LMI
5432 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5433 cookie, since the manual says that it should be possible to add
5434 this function to `find-file-hook' (bug#8709).
5435
eee8207a
TZ
54362011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5437
5438 * progmodes/cfengine.el: Moved all cfengine3.el functionality
5439 here. Noted Ted Zlatanov as the maintainer.
5440 (cfengine-common-settings, cfengine-common-syntax): New functions
5441 to set up common things between `cfengine-mode' and
5442 `cfengine3-mode'.
5443 (cfengine3-mode): New mode.
5444 (cfengine3-defuns cfengine3-defuns-regex
5445 (cfengine3-class-selector-regex cfengine3-category-regex)
5446 (cfengine3-vartypes cfengine3-font-lock-keywords)
5447 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 5448 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 5449
36b148cf
MA
54502011-07-01 Michael Albinus <michael.albinus@gmx.de>
5451
5452 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5453
5454 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5455
0bf4ba9a
MR
54562011-07-01 Martin Rudalics <rudalics@gmx.at>
5457
5458 * window.el (same-window-buffer-names, same-window-regexps)
5459 (same-window-p, special-display-frame-alist)
5460 (special-display-popup-frame, special-display-function)
5461 (special-display-buffer-names, special-display-regexps)
5462 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5463 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5464 (split-window-preferred-function, split-height-threshold)
5465 (split-width-threshold, even-window-heights)
5466 (display-buffer-mark-dedicated, window-splittable-p)
5467 (split-window-sensibly, window-safely-shrinkable-p):
5468 Un-obsolete.
5469 (display-buffer): Don't spread args with function specifier
5470 because special-display-popup-frame won't like it.
5471
35837f51
PE
54722011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5473
d0672f86
PE
5474 Time-stamp simplifications and fixes.
5475 These improve accuracy slightly, and future-proof the code
5476 against some potential changes to current-time format.
5477
b9444d97
PE
5478 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5479 by using time-since and float-time.
5480
0ef923dc
PE
5481 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5482 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
5483 + NNN microseconds".
5484
2f81380d
PE
5485 * type-break.el (type-break-time-sum): Rewrite using time-add.
5486
845b5c3e
PE
5487 * play/hanoi.el (hanoi-current-time-float): Remove.
5488 All uses replaced by float-time.
5489
ee6f1be0
PE
5490 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5491 This yields a more-accurate answer.
5492 (rng-time-to-float): Remove; no longer needed.
5493
fe955043
PE
5494 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5495
5777162a
PE
5496 * calendar/timeclock.el (timeclock-seconds-to-time):
5497 Defalias to seconds-to-time, since they're the same thing.
5498
3103f8b6 5499 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 5500 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
5501 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5502
0e61a35f
SM
55032011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * window.el (bury-buffer): Don't iconify the only frame.
5506 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5507 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
5508
ddd63a1e
CY
55092011-07-01 Chong Yidong <cyd@stupidchicken.com>
5510
0e61a35f
SM
5511 * eshell/em-smart.el (eshell-smart-display-navigate-list):
5512 Add mouse-yank-primary.
ddd63a1e 5513
055f4923
TZ
55142011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5515
5516 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5517
6a2fb145
SM
55182011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * emacs-lisp/find-func.el (find-library--load-name): New fun.
5521 (find-library-name): Use it to find relative load names when provided
5522 absolute file name (bug#8803).
5523
fd4983f2
LMI
55242011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5525
887d14ad
LMI
5526 * textmodes/flyspell.el (flyspell-word): Consider words that
5527 differ only in case as potential doublons (bug#5687).
5528
c53dc7fc
LMI
5529 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5530 Remove two rather uninteresting debugging-like messages to make
5531 debbugs.el more silent.
5532
fd4983f2
LMI
5533 * comint.el (comint-password-prompt-regexp): Accept "Response" as
5534 a password-like phrase.
5535
b14c0c55
AM
55362011-06-30 Mastake YAMATO <yamato@redhat.com>
5537
5538 * progmodes/cc-guess.el: New file.
5539
6a2fb145 5540 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
5541
5542 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5543 derived from `c-basic-common-init'.
5544
5545 * progmodes/cc-mode.el (top-level): Require cc-guess.
5546 (c-basic-common-init): Use `cc-choose-style-for-mode'.
5547
1fa280a3
LM
55482011-06-30 Lawrence Mitchell <wence@gmx.li>
5549
5550 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5551
e6597158
AM
55522011-06-30 Alan Mackenzie <acm@muc.de>
5553
1fa280a3
LM
5554 * progmodes/cc-engine.el (c-guess-continued-construct):
5555 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
5556 lock is disabled. Name this case as "CASE G".
5557
68ba37fb
KM
55582011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
5559
5560 * allout.el (allout-yank-processing): Fix injection of extra space
5561 between bullet and non-whitespace character in first topic when
5562 pasting, ensuring that the actual spacing in the pasted topic
5563 following the bullet char is preserved. This extra space was
5564 causing pasted encrypted topics to get a decrypted status even
5565 when the content was actually still encrypted. Now the decryption
5566 status from before the paste is preserved.
5567
5568 (allout-flag-region): Set all allout overlays so they evaporate
5569 when reduced to zero length (evanescent), to prevent overlay
5570 leakage.
5571
887a0b34
GM
55722011-06-30 Glenn Morris <rgm@gnu.org>
5573
94b9acce
GM
5574 * w32-fns.el (w32-charset-info-alist): Declare.
5575
1d9b46d4
GM
5576 * find-dired.el (find-grep-options): Simplify.
5577
cc232200
GM
5578 * term/ns-win.el (ns-set-resource): Declare.
5579
28e77c46
GM
5580 * ses.el (row, col): Declare dynamic variables honestly.
5581
887a0b34
GM
5582 * textmodes/reftex-parse.el (index-tags): Declare.
5583
658d8eb8
CY
55842011-06-30 Chong Yidong <cyd@stupidchicken.com>
5585
5586 * cus-edit.el (customize-push-and-save): New function.
5587
5588 * files.el (hack-local-variables-confirm): Use it.
5589
1fa280a3
LM
5590 * custom.el (load-theme): New arg NO-CONFIRM.
5591 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
5592 (custom-enabled-themes): Doc fix.
5593
5594 * cus-theme.el (customize-create-theme)
5595 (custom-theme-merge-theme): Callers to load-theme changed.
5596
bb617717
LMI
55972011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5598
d61bdd5d
LMI
5599 * thingatpt.el (thing-at-point-short-url-regexp): Require that
5600 short URLs have at least one dot in them (bug #7614).
5601
bb617717
LMI
5602 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5603 nil, because using a pty is apparently too slow (bug #895).
5604
2f31f37a
LMI
56052011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5606
5607 * mail/sendmail.el (sendmail-query-once): New function.
5608 (sendmail-query-once-function): New variable.
5609
3076b24e
GM
56102011-06-29 Glenn Morris <rgm@gnu.org>
5611
faf2a174
GM
5612 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5613
3076b24e
GM
5614 * ses.el (top-level): Require cl when compiling.
5615 (ses-set-localvars): Fix error statement.
5616 Call it at compile time to silence a storm of warnings.
5617
5386012d
MR
56182011-06-29 Martin Rudalics <rudalics@gmx.at>
5619
5620 * window.el (normalize-live-buffer): Rename to
5621 window-normalize-buffer.
5622 (normalize-live-frame): Rename to window-normalize-frame.
5623 (normalize-any-window): Rename to window-normalize-any-window.
5624 (normalize-live-window): Rename to window-normalize-live-window.
5625 (make-window-atom): Rename to window-make-atom.
5626 (window-resize-reset): Rename to window--resize-reset.
5627 (window-resize-reset-1): Rename to window--resize-reset-1.
5628 (resize-mini-window): Rename to window--resize-mini-window.
5629 (resize-subwindows-skip-p): Rename to
5630 window--resize-subwindows-skip-p.
5631 (resize-subwindows-normal): Rename to
5632 window--resize-subwindows-normal.
5633 (resize-subwindows): Rename to window--resize-subwindows.
5634 (resize-other-windows): Rename to window--resize-siblings.
5635 (resize-this-window): Rename to window--resize-this-window.
5636 (resize-root-window): Rename to window--resize-root-window.
5637 (resize-root-window-vertically): Rename to
5638 window--resize-root-window-vertically.
5639 (normalize-buffer-to-display): Rename to
5640 window-normalize-buffer-to-display.
5641 (normalize-buffer-to-switch-to): Rename to
5642 window-normalize-buffer-to-switch-to.
5643 Correspondingly update all callers of the functions listed
5644 above.
5645 (display-buffer-alist, display-buffer-normalize-arguments)
5646 (display-buffer-normalize-options, display-buffer)
5647 (display-buffer-alist-set): Use "function" instead of
5648 "fun-with-args".
5649
1176868d
CY
56502011-06-28 Chong Yidong <cyd@stupidchicken.com>
5651
5652 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5653 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
5654 debbugs.gnu.org. Mention acknowledgment email.
5655
20a7a65f
LMI
56562011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5657
5658 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5659 buffer multibyteness, since it shouldn't matter.
5660
5f45cca5
MR
56612011-06-28 Martin Rudalics <rudalics@gmx.at>
5662
5663 * window.el (display-buffer-in-side-window): Handle dedicated
5664 windows as in display-buffer-reuse-window.
5665 (display-buffer-normalize-alist): Use value of override
5666 specifier.
5667 (display-buffer-normalize-specifiers): Use value of
5668 other-window-means-other-frame specifier.
5669 (display-buffer-alist): Rewrite some texts in widgets.
5670 (display-buffer): Spread arguments when calling function
5671 specified by fun-with-args.
5672
ad85fe1f
DD
56732011-06-28 Deniz Dogan <deniz@dogan.se>
5674
1fa280a3
LM
5675 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5676 Unnest `let'.
da68c4c8 5677
ad85fe1f
DD
5678 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5679 selectors (Bug#5732).
ec49bd31 5680 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 5681
a08cc025
JA
56822011-06-27 Jari Aalto <jari.aalto@cante.net>
5683
5684 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5685 (eshell-ls-date-format): New defcustom.
5686 (eshell-ls-file): Use it.
5687
e2b551c5
SM
56882011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5689
5690 * help-fns.el (describe-variable): Fix message for terminal-local vars.
5691
8982b231
KY
56922011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
5693
5694 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5695 (ange-ftp-make-tmp-name): New arg.
5696 (ange-ftp-file-local-copy): Use it.
5697
36c9fa27
J
56982011-06-27 Jambunathan K <kjambunathan@gmail.com>
5699
5700 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5701 no-conversion (Bug#8870).
5702
d68443dc
MR
57032011-06-27 Martin Rudalics <rudalics@gmx.at>
5704
5705 * window.el (window-right, window-left, window-child)
5706 (window-child-count, window-last-child)
5707 (window-iso-combination-p, walk-window-tree-1)
5708 (window-atom-check-1, window-tree-1, delete-window)
5709 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5710 new naming conventions - window-vchild, window-hchild,
5711 window-next and window-prev are now called window-top-child,
5712 window-left-child, window-next-sibling and window-prev-sibling
5713 respectively.
d615d6d2
MR
5714 (resize-window-reset): Rename to window-resize-reset.
5715 (resize-window-reset-1): Rename to window-resize-reset-1.
5716 (resize-window): Rename to window-resize.
5717 (window-min-height, window-min-width)
5718 (resize-mini-window, resize-this-window, resize-root-window)
5719 (resize-root-window-vertically, adjust-window-trailing-edge)
5720 (enlarge-window, shrink-window, maximize-window)
5721 (minimize-window, delete-window, quit-restore-window)
5722 (split-window, balance-windows, balance-windows-area-adjust)
5723 (balance-windows-area, window-state-put-2)
5724 (display-buffer-even-window-sizes, display-buffer-set-height)
5725 (display-buffer-set-width, set-window-text-height)
5726 (fit-window-to-buffer): Rename all "resize-window" prefixed
5727 calls to use the "window-resize" prefix convention.
5728 (display-buffer-alist): Fix symbol for label specifier.
5729 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5730 corresponding specifier.
5731 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 5732
b6458526
VB
57332011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5734
5735 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5736 convention.
5737 (ses-call-printer): Does not pass an empty string to formatter when the
5738 cell is empty to keep from barking printer Calc math-format-value.
5739
d31fd9ac
RS
57402011-06-27 Richard Stallman <rms@gnu.org>
5741
43d5bf84
RS
5742 * battery.el (battery-mode-line-limit): New variable.
5743 (battery-update): Handle it.
5744
d31fd9ac
RS
5745 * mail/rmailmm.el (rmail-mime-process-multipart):
5746 Handle truncated messages.
5747
819a6054
GM
57482011-06-27 Glenn Morris <rgm@gnu.org>
5749
5750 * progmodes/flymake.el (flymake-err-line-patterns):
5751 Allow for column numbers in the ant/javac pattern. (Bug#8866)
5752
cedc73f2
VB
57532011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5754
819a6054 5755 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
5756 (ses--clean-!, ses--clean-_): New functions.
5757 (ses-range): Add configurability of readout order, and conversion
5758 to Calc vector.
5759
5e5d49b6
VB
5760 * ses.el (ses-repair-cell-reference-all): New function.
5761 (ses-cell-symbol): Set macro as safe, so that it can be used in
5762 formulas.
5763
56e6cc31 5764 * ses.el: Update cycle detection algorithm.
90ca8b49 5765 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 5766 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
5767 (ses-set-localvars): New function.
5768 (ses-make-cell): Add property-list as a cell element.
5769 (ses-cell-property-get-fun, ses-cell-property-get)
5770 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
5771 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
5772 New functions.
90ca8b49
VB
5773 (ses-cell-property-set, ses-cell-property-pop)
5774 (ses-cell-property-get-handle): New macro.
5775 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
5776 New aliases, used for code readability.
5777 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
5778 cycle detection.
5779 (ses-self-reference-early-detection): New defcustom.
fac916bf 5780 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
5781 (ses-mode): Use ses-set-localvars.
5782 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
5783 before lauching the update processing.
5784 (ses-initialize-Dijkstra-attempt): New function.
5785 (ses-recalculate-cell): Update for cycle detection based on
5786 Dijkstra algorithm.
5787
2bb63e81
VB
5788 * ses.el: Fix commenting and indenting convention.
5789
c9d29fb8
SM
57902011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5791
5792 * bs.el (bs-cycle-next): Complete last change.
5793
d8e4b68b
JB
57942011-06-27 Drew Adams <drew.adams@oracle.com>
5795
5796 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
5797
40098786
LMI
57982011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5799
c9d29fb8
SM
5800 * net/network-stream.el (network-stream-open-starttls):
5801 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
5802 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
5803
40098786
LMI
5804 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
5805 to binary to possibly avoid line encoding issues on Windows (among
5806 other things).
5807
468d09d4
LMI
58082011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5809
5810 * net/network-stream.el (open-network-stream): Return an :error
5811 saying what the problem was, if possible.
5812
5813 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
5814 server.
5815
5816 * net/network-stream.el (network-stream-open-starttls): If we
5817 wanted to use STARTTLS, and the server offered it, but we weren't
5818 able to because we had no STARTTLS support, then close the connection.
5819 (open-network-stream): Return an :error element, if present.
5820
16f07dd7
CY
58212011-06-26 Chong Yidong <cyd@stupidchicken.com>
5822
88821ca0
CY
5823 * hl-line.el (hl-line-sticky-flag): Doc fix.
5824 (global-hl-line-sticky-flag): New option (Bug#8323).
5825 (global-hl-line-highlight): Obey it.
5826
16f07dd7
CY
5827 * vc/vc.el (vc-revert-show-diff): Default to t.
5828
6b5ccddf
KM
58292011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
5830
c9d29fb8
SM
5831 * allout-widgets.el (allout-widgets-post-command-business):
5832 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
5833 undecorated when an isearch is continued past, and isearch
5834 automatically collapses them. This leads to "widget leaks", where
5835 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
5836 hidden widgets can slow down cursor travel, substantially.
5837 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
5838 so we're doing without this nicety.
5839
5840 (allout-widgets-tally-string): Don't try to do a hash-table-count
5841 of allout-widgets-tally when it's nil. This eliminates spurious "Error
5842 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
5843 *Messages* when allout-widgets-maintain-tally is t.
5844
355f2e07
MR
58452011-06-26 Martin Rudalics <rudalics@gmx.at>
5846
5847 * window.el (display-buffer-normalize-argument): Rename to
5848 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
5849 LABEL argument. Respect special-display-function when popping up
5850 a new frame. Fix code searching for a window showing the buffer
5851 on another frame.
c9d29fb8
SM
5852 (display-buffer-normalize-specifiers):
5853 Call display-buffer-normalize-arguments.
355f2e07
MR
5854 (display-buffer-in-window): Don't undedicate the window if its
5855 buffer remains the same.
5856 Reported by Drew Adams <drew.adams@oracle.com>.
5857 (display-buffer-alist): Add choice for same-window macro
5858 specfier.
5859 (display-buffer): Mention special meaning of LABEL argument in
5860 doc-string. Fix quoting. Don't pop up a new frame even as
5861 fallback.
5862
7ca8fc42
JB
58632011-06-26 Juanma Barranquero <lekktu@gmail.com>
5864
5865 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
5866 avoid deleting the current window in some cases (bug#8911).
5867
bc312254
AS
58682011-06-26 Andreas Schwab <schwab@linux-m68k.org>
5869
5870 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
5871 (Bug#8934)
5872
2db18f3f
LMI
58732011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5874
c9d29fb8
SM
5875 * net/network-stream.el (network-stream-open-starttls):
5876 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
5877 (network-stream-open-tls): Ditto.
5878
6302e0d3
LL
58792011-06-26 Leo Liu <sdl.web@gmail.com>
5880
5881 * register.el (registerv): New struct.
5882 (registerv-make): New function.
c9d29fb8
SM
5883 (jump-to-register, describe-register-1, insert-register):
5884 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
5885 struct. (Bug#8415)
5886
5fdd4046
CY
58872011-06-26 Chong Yidong <cyd@stupidchicken.com>
5888
2afef60a
CY
5889 * vc/vc.el (vc-revert-show-diff): New defcustom.
5890 (vc-diff-internal): New arg specifying diff buffer.
5891 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
5892 reuse an existing *vc-diff* buffer (Bug#8927).
5893
5fdd4046
CY
5894 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
5895
e93db24a
GM
58962011-06-26 Glenn Morris <rgm@gnu.org>
5897
5898 * progmodes/f90.el (f90-critical-indent): New option.
5899 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
5900 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
5901 (f90-mode): Doc fix.
5902 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
5903 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
5904 (f90-beginning-of-block, f90-next-block, f90-indent-region)
5905 (f90-match-end): Handle block, critical.
5906
eefff499
GM
59072011-06-25 Glenn Morris <rgm@gnu.org>
5908
f6ba4cc9
GM
5909 * calendar/diary-lib.el (diary-included-files): Doc fix.
5910 (diary-include-files): New function, extracted from
5911 diary-include-other-diary-files and diary-mark-included-diary-files.
5912 (diary-include-other-diary-files, diary-mark-included-diary-files):
5913 Just call diary-include-files.
5914 (diary-mark-entries): Reset diary-included-files on first call.
5915
16712304
GM
5916 * calendar/diary-lib.el (diary-mark-entries)
5917 (diary-mark-included-diary-files):
5918 Visit included diary-files in temp buffers.
5919
5d8e0d43
GM
5920 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
5921 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
5922 (f90-start-block-re, f90-imenu-generic-expression)
5923 (f90-looking-at-program-block-start, f90-no-block-limit):
5924 Add support for submodules.
5925
ccf7a5d5
GM
5926 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5927 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 5928
11fdef7d 59292011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
5930
5931 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
5932 buffer-file-type before setting its value, to avoid disastrous
eefff499 5933 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 5934
74f53697
JB
59352011-06-25 Juanma Barranquero <lekktu@gmail.com>
5936
5937 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
5938
5939 * ses.el (ses-unload-function):
5940 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
5941
5942 * proced.el (proced-unload-function):
5943 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
5944
18a4ce5e
AR
59452011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
5946
5947 * server.el (server-create-window-system-frame): Add parameters arg.
5948 (server-process-filter): Doc fix. Handle frame-parameters.
5949
519d22cc
JB
59502011-06-25 Juanma Barranquero <lekktu@gmail.com>
5951
5952 Fix bug#8730, bug#8781.
5953
5954 * loadhist.el (unload--set-major-mode): New function.
5955 (unload-feature): Use it.
5956
5957 * progmodes/python.el (python-after-info-look): Add autoload cookie.
5958 (python-unload-function): New function.
5959
c206f5b0
SM
59602011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
5963
f9ad64f3
GS
59642011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
5965
5966 * net/browse-url.el (browse-url-firefox-program): Add icecat to
5967 the candidates list.
5968
7d0da90e
JB
59692011-06-24 Juanma Barranquero <lekktu@gmail.com>
5970
5971 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
5972
14b4e83d
RS
59732011-06-23 Richard Stallman <rms@gnu.org>
5974
5975 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
5976 (rmail-variables): Set next-error-move-function.
5977 (rmail-what-message): Take argument POS.
5978 (rmail-next-error-move): New function.
5979
273d2baf
SM
59802011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
5983 messages for adjacent non-terminals.
5984
56c2cc9a
RS
59852011-06-23 Richard Stallman <rms@gnu.org>
5986
5987 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 5988 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
5989 (rmail-start-mail): Don't specify use of rmail-mail-return;
5990 that's done by mail-bury now.
5991 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 5992
d59eb518
MA
59932011-06-23 Michael Albinus <michael.albinus@gmx.de>
5994
5995 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
5996 SIZE is a number.
5997
02cfc6d6
MR
59982011-06-23 Martin Rudalics <rudalics@gmx.at>
5999
6000 * window.el (get-lru-window, get-mru-window)
6001 (get-largest-window): Never return a minibuffer window.
6002 (display-buffer-pop-up-window): Fix a bug that could lead to
6003 reusing the minibuffer window.
6004 (display-buffer): Pass original specifier argument to
6005 display-buffer-function instead of the normalized one.
6006 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6007
4e323265
LL
60082011-06-22 Leo Liu <sdl.web@gmail.com>
6009
6010 * minibuffer.el (completing-read-function)
6011 (completing-read-default): Move from minibuf.c
6012
7a70468f
RS
60132011-06-22 Richard Stallman <rms@gnu.org>
6014
50718fc2
RS
6015 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
6016 to Rmail even if not started by a special Rmail command.
6017
7a70468f
RS
6018 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
6019 Copy the buffer currently showing just one message.
6020
297dde5a
RW
60212011-06-22 Roland Winkler <winkler@gnu.org>
6022
6023 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
6024 (bibtex-clean-entry): First delete the old key so that a
6025 customized algorithm for generating the new key does not get
6026 confused by the old key.
6027 (bibtex-url): Obey regexp of first step.
6028 (bibtex-search-entries): Do not use add-to-list with local
6029 list-var.
6030
97bb1093
LMI
60312011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6032
6033 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
6034 stored a user name, then query for the password first, instead of
6035 waiting for SMTP to give an error message and the trying again.
6036
1c0f1a19
JD
60372011-06-22 Lawrence Mitchell <wence@gmx.li>
6038
6039 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
6040 BUFFER in call-process.
6041
396f7c9d
LMI
60422011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6043
6044 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
6045 QUIT twice.
ddb7ffee
LMI
6046 (smtpmail-try-auth-methods): Require user name and password from
6047 auth-source.
396f7c9d 6048
8998d1b3
MR
60492011-06-22 Martin Rudalics <rudalics@gmx.at>
6050
6051 * window.el (display-buffer-default-specifiers)
6052 (display-buffer-alist): Remove entries for pop-up-frame-alist.
6053 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 6054 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
6055
6056 * frame.el (pop-up-frame-alist, pop-up-frame-function)
6057 (special-display-frame-alist, special-display-popup-frame):
6058 Remove duplicate declarations. These are now in window.el.
6059
4ea31e07
LMI
60602011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6061
c9d29fb8
SM
6062 * mail/smtpmail.el (smtpmail-via-smtp):
6063 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
6064 server supports it. SMTP servers that support STARTTLS commonly
6065 require it.
6066
6067 * net/network-stream.el (network-stream-open-starttls): Support
6068 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 6069 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 6070
95f41d9a
LMI
6071 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
6072 upgrades with `open-network-stream', and rely solely on
6073 auth-source for all credentials. Big changes throughout the file,
6074 but in particular:
c9d29fb8
SM
6075 (smtpmail-auth-credentials): Remove.
6076 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
6077 (smtpmail-via-smtp): Check for servers saying they want AUTH after
6078 MAIL FROM, too.
95f41d9a 6079
c9d29fb8
SM
6080 * net/network-stream.el (network-stream-open-starttls):
6081 Provide support for client certificates both for external and built-in
4ea31e07
LMI
6082 STARTTLS.
6083 (auth-source): Require.
6084 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
6085 (network-stream-certificate): Change cert-cert to cert and
6086 cert-key to key.
4ea31e07 6087
065ec2c7
MA
60882011-06-21 Michael Albinus <michael.albinus@gmx.de>
6089
6090 * net/tramp-cache.el (top): Don't load the persistency file when
6091 "emacs -Q" has been called.
6092
cd93b359
DR
60932011-06-21 Tim Harper <timcharper@gmail.com>
6094
d8e4b68b
JB
6095 * term/ns-win.el (ns-initialize-window-system):
6096 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
6097 resource to NO as it is not yet supported by the NS port.
6098
ae9c0411
JB
60992011-06-21 Juanma Barranquero <lekktu@gmail.com>
6100
6101 * misc.el (list-dynamic-libraries--refresh): Compute header here...
6102 (list-dynamic-libraries): ...not here.
6103
7f3f739f
LL
61042011-06-21 Leo Liu <sdl.web@gmail.com>
6105
6106 * subr.el (sha1): Implement sha1 using secure-hash.
6107
327c8fb1
MR
61082011-06-21 Martin Rudalics <rudalics@gmx.at>
6109
6110 * window.el (display-buffer-alist): In default value do not
6111 enforce searching a window on any but the selected frame.
6112 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6113 (display-buffer-select-window): Remove function.
6114 (display-buffer-in-window): When a window on another frame gets
6115 reused, do not select it any more but just raise its frame if
6116 necessary (Bug#8851) and (Bug#8856).
6117 (display-buffer-normalize-options): Handle pop-up-frames related
6118 options more faithfully.
6119 (pop-to-buffer): Don't rely on `display-buffer' selecting the
6120 window if it is on another frame.
c9d29fb8
SM
6121 (display-buffer-alist, display-buffer-default-specifiers):
6122 Don't make new frame unsplittable by default.
9e9de014
MR
6123 (display-buffer-normalize-argument): Fix doc-string typo and use
6124 'same-frame-other-window instead of 'other-window when associating
6125 with display-buffer-macro-specifiers.
327c8fb1 6126
7cf3f556
VB
61272011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
6128
6129 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6130 New functions.
6131 (5x5-mode-map, 5x5-mode-menu): Bind them.
6132 (5x5-draw-grid): Tweak the solver's rendering.
6133
60a406cf
SM
61342011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6135
6136 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6137 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6138
d8e4b68b 61392011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
6140
6141 * menu-bar.el: Use function variable instead of switch-to-buffer.
6142 (menu-bar-select-buffer-function): New variable.
60a406cf 6143 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 6144
478d6f95
SM
61452011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6148 variable's status.
6149
ca530739
JD
61502011-06-20 Jan Djärv <jan.h.d@swipnet.se>
6151
6152 * x-dnd.el (x-dnd-version-from-flags)
6153 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6154 and long as number (Bug#8899).
6155 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6156
bcd70d97
SM
61572011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6158
60a406cf 6159 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
6160 (completion-try-completion, completion-all-completions): Compute the
6161 metadata argument if it's missing; make it optional (bug#8795).
6162
60a406cf 6163 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
6164 (widget-complete): Use new :completion-function property.
6165 (widget-completions-at-point): New function.
6166 (default): Use :completion-function instead of :complete.
60a406cf
SM
6167 (widget-default-completions): Rename from widget-default-complete;
6168 Rewrite.
bcd70d97
SM
6169 (widget-string-complete, widget-file-complete, widget-color-complete):
6170 Remove functions.
6171 (file, symbol, function, variable, coding-system, color):
6172 * international/mule-cmds.el (default-input-method, charset)
6173 (language-info-custom-alist):
6174 * cus-edit.el (face): Use new property :completions.
6175
6176 * progmodes/pascal.el (pascal-completions-at-point): New function.
6177 (pascal-mode): Use it.
6178 (pascal-mode-map): Use completion-at-point.
6179 (pascal-toggle-completions): Make obsolete.
6180 (pascal-complete-word, pascal-show-completions):
6181 * progmodes/octave-mod.el (octave-complete-symbol):
6182 Redefine as obsolete alias.
6183 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6184 Signal absence of completion info for old Octave,
6185 (inferior-octave-complete): Redefine as obsolete alias.
6186 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6187 (meta-completions-at-point): Rename from meta-complete-symbol and
6188 adapt it for use on completion-at-point-functions.
6189 (meta-common-mode): Use it.
6190 (meta-looking-at-backward, meta-match-buffer): Remove.
6191 (meta-complete-symbol): Redefine as obsolete alias.
6192 (meta-common-mode-map): Use completion-at-point.
6193 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6194 (makefile-mode-map): Use completion-at-point.
6195 (makefile-completions-at-point): Rename from makefile-complete and
6196 adapt it for use on completion-at-point-functions.
6197 (makefile-mode): Use it.
6198 (makefile-complete): Redefine as obsolete alias.
6199
aebf69c8
DD
62002011-06-20 Deniz Dogan <deniz@dogan.se>
6201
6202 * net/rcirc.el: Delete trailing whitespaces once and for all.
6203
bfbbb27d
DC
62042011-06-20 Daniel Colascione <dan.colascione@gmail.com>
6205
6206 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6207
d264a46b
CY
62082011-06-19 Chong Yidong <cyd@stupidchicken.com>
6209
4ca009e5
CY
6210 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6211
d264a46b
CY
6212 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6213
fbf5b3ce
MR
62142011-06-19 Martin Rudalics <rudalics@gmx.at>
6215
6216 * window.el (display-buffer-other-window-means-other-frame):
6217 Call display-buffer-normalize-alist.
6218 (display-buffer-normalize-specifiers-1): Rename to
6219 display-buffer-normalize-argument. New argument other-frame.
6220 Rewrite.
6221 (display-buffer-normalize-specifiers-2): Rename to
6222 display-buffer-normalize-options.
6223 (display-buffer-normalize-alist-1): New function.
6224 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
6225 display-buffer-normalize-alist.
6226 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
6227 (display-buffer-normalize-options-inhibit): New variable.
6228 (display-buffer-normalize-specifiers): Rewrite calling
6229 display-buffer-normalize-alist,
6230 display-buffer-normalize-argument, and
6231 display-buffer-normalize-options. Don't call the latter if
6232 display-buffer-normalize-options-inhibit is non-nil.
6233 (frame-auto-delete): New option.
6234 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
6235 (window-list-no-nils, window-state-ignored-parameters)
6236 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
6237 (window-state-put-1, window-state-put-2, window-state-put):
6238 New functions.
9a028c23
MR
6239 (display-buffer-normalize-options): Move special-display-p group
6240 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 6241
6d10d800
CY
62422011-06-18 Chong Yidong <cyd@stupidchicken.com>
6243
6420d28b
CY
6244 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6245 groups (Bug#8776).
6246 (rx-submatch-n): New function.
6247 (rx): Document it.
6248
ddb8b596
CY
6249 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6250 (Bug#8768).
6251
6252 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6253
77080289
CY
6254 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6255
61dfb316
CY
6256 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6257 anytime existing face settings are present (Bug#8889).
6258
6d10d800
CY
6259 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6260 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6261 Remove unused argument.
6262
be3fb2b8
MR
62632011-06-18 Martin Rudalics <rudalics@gmx.at>
6264
bcd70d97
SM
6265 * window.el (display-buffer-default-specifiers):
6266 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
6267 pop-up-window-min-width, and another reuse-window specifier
6268 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
6269 (display-buffer-normalize-specifiers-2):
6270 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
6271 pop-up-windows is unset. Add a reuse-window specifier for the
6272 case popping up a new window fails.
6273 (special-display-popup-frame): Remove double quoting.
28dec25a 6274 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 6275
1c6d8c76
SM
62762011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6277
6278 * shell.el (shell-completion-vars): Set pcomplete-termination-string
6279 according to comint-completion-addsuffix.
6280
6281 * pcomplete.el: Convert to lexical binding and fix bug#8819.
6282 (pcomplete-suffix-list): Mark as obsolete.
6283 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6284 pcomplete-seen in the closure.
6285 (pcomplete-comint-setup): Setup completion-at-point as well.
6286 (pcomplete--entries): New function.
6287 (pcomplete--env-regexp): New var.
6288 (pcomplete-entries): Rewrite to work with partial-completion and
6289 without relying on pcomplete-suffix-list.
6290 (pcomplete-pare-list): Remove, unused.
6291
25aef8b8
MR
62922011-06-17 Martin Rudalics <rudalics@gmx.at>
6293
6294 * window.el (display-buffer-alist): Set pop-up-window-min-height
6295 and pop-up-window-min-width in default value. Reported by
6296 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
6297 other-window-means-other-frame.
6298 (display-buffer-macro-specifiers): Comment out entry for
6299 other-window specifier.
6300 (display-buffer-other-window-means-other-frame): New function.
6301 (display-buffer-normalize-specifiers-1): New arguments
6302 buffer-name and label. Treat other-window case specially.
6303 (display-buffer-normalize-specifiers-2): Treat other-window case
6304 specially.
6305 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
6306 (display-buffer-normalize-specifiers):
6307 Call display-buffer-normalize-specifiers-3.
25aef8b8 6308
dbad4f69
MR
63092011-06-17 Martin Rudalics <rudalics@gmx.at>
6310
6311 * window.el (same-window-p): Fix two typos introduced when
6312 adding with-no-warnings.
d1067961
MR
6313 (display-buffer-normalize-specifiers-1): Don't check
6314 pop-up-frames for 'unset initialization.
6315 (display-buffer-normalize-specifiers-2): Major rewrite using
6316 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6317 (pop-up-frames, display-buffer-reuse-frames)
6318 (display-buffer-mark-dedicated): Don't initialize to 'unset.
6319 Suggested by David Engster <deng@randomsample.de>.
6320 (even-window-heights): Initialize to 'unset.
6321 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
6322 (display-buffer-macro-specifiers): Don't pop up a new frame in the
6323 other window case.
dbad4f69 6324
9b9c9e3a
MR
63252011-06-16 Martin Rudalics <rudalics@gmx.at>
6326
bcd70d97
SM
6327 * window.el (display-buffer-normalize-specifiers-1):
6328 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 6329 second argument of display-buffer (Bug#8865).
981d5c09
MR
6330 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6331 (switch-to-buffer-other-window-same-frame)
6332 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
6333 Adams (Bug#8875).
9c2755e9
MR
6334 (display-buffer): Don't check noninteractive when calling
6335 display-buffer-pop-up-frame.
6336 (display-buffer-pop-up-frame): Never pop up a frame in
6337 noninteractive mode (Bug#8857).
67222e1d
MR
6338 (enlarge-window, shrink-window): Don't report an error when the
6339 window can't be resized as requested (Bug#8862).
9b9c9e3a 6340
2b75be67
SM
63412011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6342
9ffdd3ba
SM
6343 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6344
cb581a67
SM
6345 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6346
2b75be67
SM
6347 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6348
8c0e3589
AM
63492011-06-15 Alan Mackenzie <acm@muc.de>
6350
cb581a67
SM
6351 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6352 for declarators, disable knr checking to speed up for normal files.
6353 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 6354
b96e6cde
LMI
63552011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6356
4bba86e6
LMI
6357 * net/network-stream.el (open-network-stream): Add the keyword
6358 :always-query-capabilities for the case where you want to force a
6359 `plain' network connection, but the protocol still requires the
6360 capabilitiy command (i.e., SMTP and EHLO).
6361
2b75be67 6362 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
6363 consistency with other `-live-p' functions.
6364
efdcdbf8
SM
63652011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * window.el (same-window-buffer-names, same-window-regexps)
6368 (special-display-frame-alist, special-display-popup-frame)
6369 (special-display-function, special-display-buffer-names)
6370 (special-display-regexps, pop-up-frame-alist)
6371 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6372 (pop-up-windows, split-window-preferred-function)
6373 (split-height-threshold, split-width-threshold, even-window-heights)
6374 (display-buffer-mark-dedicated): Don't encourage the use of
6375 display-buffer-alist from Elisp code.
6376
c5cde042
DN
63772011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6378
6379 * progmodes/python.el (python-mode): Derive from prog-mode.
6380 * progmodes/ps-mode.el (ps-mode):
6381 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 6382 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
6383 * progmodes/ld-script.el (ld-script-mode): Likewise.
6384
baa1c9ab
MR
63852011-06-15 Martin Rudalics <rudalics@gmx.at>
6386
6387 * window.el (display-buffer-alist): Trim default value to avoid
6388 popping up a new frame (Bug#8857) or reusing an arbitrary window
6389 on another frame.
6390 (display-buffer): Do not fall back on popping up a new frame in
6391 batch mode (Bug#8857).
6392
c5dd5a51
CY
63932011-06-14 Chong Yidong <cyd@stupidchicken.com>
6394
6395 * cus-theme.el (describe-theme-1): Use custom-theme-p.
6396 (custom-theme-summary): New function.
6397 (customize-themes): Use it.
6398
d647b7c4
GM
63992011-06-13 Glenn Morris <rgm@gnu.org>
6400
6401 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6402
9481c002
MR
64032011-06-13 Martin Rudalics <rudalics@gmx.at>
6404
357f93d2
MR
6405 * help.el (help-window): Remove variable.
6406 (help-window-point-marker, temp-buffer-max-height)
6407 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6408 (help-print-return-message): Don't set help-window.
6409 (resize-temp-buffer-window): Rewrite cod eand doc-string.
6410 (help-window-setup-finish): Remove.
6411 (help-window-display-message, help-window-setup)
6412 (with-help-window): Major rewrite based on new
6413 display-buffer-window variable.
6414
6415 * help-mode.el (help-mode-finish): Remove help-window related
6416 code.
6417
6418 * view.el (view-exits-all-viewing-windows): Remove reference to
6419 view-return-to-alist in doc-string.
6420 (view-return-to-alist): Make obsolete.
6421 (view-buffer): Call pop-to-buffer-same-window and remove
6422 undo-window code.
6423 (view-buffer-other-window): Call pop-to-buffer-other-window and
6424 simplify code. Ignore second argument.
6425 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6426 simplify code. Ignore second argument.
6427 (view-return-to-alist-update): Make obsolete.
6428 (view-mode-enter): Rename second argument to QUIT-RESTORE.
6429 Rewrite using quit-restore window parameters.
2b75be67
SM
6430 (view-mode-exit): Rename second argument to EXIT-ONLY.
6431 Rewrite using quit-restore-window.
357f93d2
MR
6432 (View-exit, View-exit-and-edit, View-leave, View-quit)
6433 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6434 appropriate arguments.
6435 (view-end-message): Use quit-restore window parameter.
6436
9481c002
MR
6437 * window.el (display-buffer-function): Rewrite doc-string.
6438 (display-buffer-window, display-buffer-alist): New variables.
6439 (display-buffer-split-specifiers)
6440 (display-buffer-side-specifiers)
6441 (display-buffer-macro-specifiers): New constants.
6442 (display-buffer-even-window-sizes, display-buffer-set-height)
6443 (display-buffer-set-width, display-buffer-select-window)
6444 (display-buffer-in-window, display-buffer-reuse-window)
6445 (display-buffer-split-window-1, display-buffer-split-window)
6446 (display-buffer-split-atom-window, display-buffer-pop-up-window)
6447 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6448 (display-buffer-in-side-window, normalize-buffer-to-display)
6449 (display-buffer-normalize-specifiers-1)
6450 (display-buffer-normalize-specifiers-2)
2b75be67
SM
6451 (display-buffer-normalize-specifiers, display-buffer-frame):
6452 New functions.
9481c002
MR
6453 (display-buffer): Major rewrite.
6454 (display-buffer-other-window, display-buffer-other-frame)
6455 (pop-to-buffer, switch-to-buffer-other-window)
6456 (switch-to-buffer-other-frame): Rewrite.
6457 (display-buffer-same-window, display-buffer-same-frame)
6458 (display-buffer-same-frame-other-window)
6459 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6460 (pop-to-buffer-other-window)
6461 (pop-to-buffer-same-frame-other-window)
6462 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6463 (switch-to-buffer-other-window-same-frame): New functions.
6464 (same-window-p, special-display-p): Rewrite disabling warnings.
6465 Make obsolete.
6466 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6467 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6468 Make obsolete
6469 (same-window-buffer-names, same-window-regexps)
6470 (special-display-frame-alist, special-display-popup-frame)
6471 (special-display-function, special-display-buffer-names)
6472 (special-display-regexps, pop-up-frame-alist)
6473 (pop-up-frame-function, split-window-preferred-function)
6474 (split-height-threshold, split-width-threshold)
6475 (even-window-heights): Make obsolete.
6476
9db51aca
GM
64772011-06-12 Glenn Morris <rgm@gnu.org>
6478
6479 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 6480 Misc simplifications.
9db51aca 6481
39cffb44
MR
64822011-06-12 Martin Rudalics <rudalics@gmx.at>
6483
6484 * window.el (window-safely-shrinkable-p): Restore function which
6485 was inadvertently removed in change from 2011-06-11. Declare as
6486 obsolete.
6487
2b75be67
SM
6488 * calendar/calendar.el (calendar-generate-window):
6489 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
6490 window-safely-shrinkable-p.
6491
a8955be7
GM
64922011-06-12 Glenn Morris <rgm@gnu.org>
6493
6494 * progmodes/fortran.el (fortran-mode-syntax-table):
6495 * progmodes/f90.el (f90-mode-syntax-table):
6496 Set % to punctuation. (Bug#8820)
6497 (f90-find-tag-default): Remove, no longer needed.
6498
f0d4059d
DC
64992011-06-12 Daniel Colascione <dan.colascione@gmail.com>
6500
6501 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6502
1100a63c
CY
65032011-06-11 Chong Yidong <cyd@stupidchicken.com>
6504
6505 * image.el (image-animated-p): Return animation delay in seconds.
6506 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6507 (image-animate-timeout): Remove DELAY argument. Don't assume
6508 every subimage has the same delay; get it from image-animated-p.
6509 (image-animate): Caller changed.
6510
def722bf
MA
65112011-06-11 Michael Albinus <michael.albinus@gmx.de>
6512
6513 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6514 to ignored backtrace functions.
6515
0a2bb1a9
GM
65162011-06-11 Glenn Morris <rgm@gnu.org>
6517
6518 * calendar/appt.el (appt-disp-window-function): Doc fix.
6519 (appt-check): Handle overlapping appointments. (Bug#8337)
6520
6198ccd0
MR
65212011-06-11 Martin Rudalics <rudalics@gmx.at>
6522
6523 * window.el (window-tree-1, window-tree): New functions, moving
6524 the latter to window.el.
6525 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6526 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6527 (bw-refresh-edges): Remove.
6528 (balance-windows-1, balance-windows-2): New functions.
6529 (balance-windows): Rewrite in terms of window tree functions,
6530 balance-windows-1 and balance-windows-2.
6531 (bw-adjust-window): Remove.
6532 (balance-windows-area-adjust): New function with functionality of
6533 bw-adjust-window but using resize-window.
2b75be67
SM
6534 (set-window-text-height): Rewrite doc-string.
6535 Use normalize-live-window and resize-window.
6536 (enlarge-window-horizontally, shrink-window-horizontally):
6537 Rename argument to DELTA.
6198ccd0
MR
6538 (window-buffer-height): New function.
6539 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6540 Rewrite using new window resize routines.
2b75be67
SM
6541 (kill-buffer-and-window, mouse-autoselect-window-select):
6542 Use ignore-errors instead of condition-case.
6198ccd0
MR
6543 (quit-window): Call delete-frame instead of delete-windows-on
6544 for the only buffer on frame.
6545
9397e56f
MR
65462011-06-10 Martin Rudalics <rudalics@gmx.at>
6547
6548 * loadup.el (top-level): Load window before files for the sake
6549 of replace-buffer-in-windows.
6550
6551 * files.el (read-buffer-to-switch)
6552 (switch-to-buffer-other-window)
2b75be67
SM
6553 (switch-to-buffer-other-frame, display-buffer-other-frame):
6554 Move to window.el.
9397e56f
MR
6555
6556 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6557 (previous-buffer): Move to window.el.
6558
6559 * bindings.el (unbury-buffer): Move to window.el.
6560
6561 * window.el (delete-other-windows-vertically): Move after
6562 definition of delete-other-windows.
6563 (other-window, delete-windows-on, replace-buffer-in-windows):
6564 Move here from window.c.
6565 (record-window-buffer, unrecord-window-buffer)
6566 (set-window-buffer-start-and-point, switch-to-prev-buffer)
6567 (switch-to-next-buffer): New functions.
6568 (get-next-valid-buffer, last-buffer, next-buffer): Move here
6569 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
6570 (previous-buffer): Move here from simple.el.
6571 Call switch-to-prev-buffer.
9397e56f
MR
6572 (bury-buffer): Move here from buffer.c. Switch to previous
6573 buffer when window cannot be deleted.
6574 (unbury-buffer): Move here from bindings.el.
6575 (ctl-x-map): Move binding for other-window from window.c to
6576 here.
6577 (read-buffer-to-switch, switch-to-buffer-other-window)
6578 (switch-to-buffer-other-frame): Move here from files.el.
6579 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
6580 (switch-to-buffer): Move here from buffer.c.
6581 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 6582
562dd5e9
MR
65832011-06-10 Martin Rudalics <rudalics@gmx.at>
6584
6585 * window.el (window-min-height, window-min-width): Move here
6586 from window.c. Add defcustoms and rewrite doc-strings.
6587 (resize-mini-window, resize-window): New functions.
6588 (adjust-window-trailing-edge, enlarge-window, shrink-window):
6589 Move here from window.c.
6590 (maximize-window, minimize-window): New functions.
6591 (delete-window, delete-other-windows, split-window): Move here
6592 from window.c.
6593 (window-split-min-size): New function.
6594 (split-window-keep-point): Mention split-window-above-each-other
6595 instead of split-window-vertically.
2b75be67 6596 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
6597 Rename split-window-vertically to split-window-above-each-other
6598 and provide defalias for old definition.
6599 (split-window-side-by-side, split-window-horizontally):
6600 Rename split-window-horizontally to split-window-side-by-side
6601 and provide defalias for the old definition.
562dd5e9
MR
6602 (ctl-x-map): Move bindings for delete-window,
6603 delete-other-windows and enlarge-window here from window.c.
6604 Replace bindings for split-window-vertically and
6605 split-window-horizontally by bindings for
6606 split-window-above-each-other and split-window-side-by-side.
6607
6608 * cus-start.el (all): Remove entries for window-min-height and
6609 window-min-width. Add entries for window-splits and
6610 window-nest.
6611
f0da764a
GM
66122011-06-09 Glenn Morris <rgm@gnu.org>
6613
80675c21
GM
6614 * calendar/appt.el (appt-mode-line): New function.
6615 (appt-check, appt-disp-window): Use it.
6616
f0da764a
GM
6617 * files.el (hack-one-local-variable-eval-safep):
6618 Allow minor-modes with explicit +/-1 arguments.
6619
59f623b7
TZ
66202011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
6621
6622 * term/xterm.el (xterm): Add defgroup.
6623 (xterm-extra-capabilities): Add defcustom to supply known xterm
6624 capabilities, skip querying them, or query them (default).
6625 (terminal-init-xterm): Use it.
6626 (terminal-init-xterm-modify-other-keys): New function to set up
6627 modifyOtherKeys support to simplify `terminal-init-xterm'.
6628
9aab8e0d
MR
66292011-06-09 Martin Rudalics <rudalics@gmx.at>
6630
6631 * window.el (resize-window-reset, resize-window-reset-1)
6632 (resize-subwindows-skip-p, resize-subwindows-normal)
6633 (resize-subwindows, resize-other-windows, resize-this-window)
6634 (resize-root-window, resize-root-window-vertically)
6635 (window-deletable-p, window-or-subwindow-p)
6636 (frame-root-window-p): New functions.
6637
e8b08aee
GM
66382011-06-09 Glenn Morris <rgm@gnu.org>
6639
6640 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6641 (ange-ftp-get-files): Use it.
6642
254c37a5
AK
66432011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6644
6645 * mail/sendmail.el (mail-recover-1, mail-recover):
6646 * files.el (recover-file, recover-session):
6647 Handle dired-listing-switches not being just a single short option.
6648
35d7dbd3
GM
66492011-06-09 Glenn Morris <rgm@gnu.org>
6650
6651 * calendar/appt.el (appt-display-message, appt-disp-window):
6652 Handle lists of appointments.
6653
387522b2
MR
66542011-06-08 Martin Rudalics <rudalics@gmx.at>
6655
2b75be67
SM
6656 * window.el (one-window-p): Move down in code.
6657 Rewrite doc-string.
6658 (window-current-scroll-bars): Rewrite doc-string.
6659 Normalize live window argument.
387522b2
MR
6660 (walk-windows, get-window-with-predicate, count-windows):
6661 Rewrite doc-string. Use window-list-1.
6662 (window-in-direction-2, window-in-direction, get-mru-window):
6663 New functions.
6664
d8e4b68b 66652011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
6666
6667 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6668 Doc fix (Bug#8713).
6669
66702011-06-08 Chong Yidong <cyd@stupidchicken.com>
6671
6672 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6673
66742011-06-08 Juanma Barranquero <lekktu@gmail.com>
6675
6676 * loadhist.el (unload-feature-special-hooks):
6677 Add `comint-output-filter-functions'.
6678
0de12c52
IK
66792011-06-08 Ivan Kanis <gnu@kanis.fr>
6680
6681 * calendar/appt.el (appt-check): Move some initializations into the let.
6682
f3d1777e
MR
66832011-06-08 Martin Rudalics <rudalics@gmx.at>
6684
6685 * window.el (window-height): Defalias to window-total-height.
6686 (window-width): Defalias to window-body-width.
6687
18af70d0
CY
66882011-06-07 Chong Yidong <cyd@stupidchicken.com>
6689
6690 * image-mode.el (image-toggle-animation): New command.
6691 (image-mode-map): Bind it to RET.
6692 (image-mode): Update message.
6693 (image-toggle-display-image): Avoid a spurious cache flush.
6694 (image-transform-rotation): Doc fix.
6695 (image-transform-properties): Return quickly in the normal case.
6696 (image-animate-loop): Rename from image-animate-max-time.
6697
2b75be67 6698 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
6699 (create-animated-image): Remove unnecessary function.
6700 (image-animate): Rename from image-animate-start. New arg.
2b75be67 6701 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
6702 (image-animate-timer): Use car-safe.
6703 (image-animate-timeout): Rename argument.
6704
190b47e6
MR
67052011-06-07 Martin Rudalics <rudalics@gmx.at>
6706
6707 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
6708 window.c. Rename first argument to ALL-FRAMES.
6709 Rephrase doc-strings.
6710 (get-buffer-window-list): Rewrite using window-list-1.
6711 Rephrase doc-string.
a1511caf
MR
6712 (window-safe-min-height, window-safe-min-width): New constants.
6713 (window-size-ignore, window-min-size, window-min-size-1)
6714 (window-sizable, window-sizable-p, window-size-fixed-1)
6715 (window-size-fixed-p, window-min-delta-1, window-min-delta)
6716 (window-max-delta-1, window-max-delta, window-resizable)
6717 (window-resizable-p, window-total-height, window-total-width)
6718 (window-body-width): New functions.
6719 (window-full-height-p, window-full-width-p): Rewrite using
6720 window-total-size.
6721 (window-body-height): Rewrite using window-body-size.
190b47e6 6722
85cc1f11
MR
67232011-06-06 Martin Rudalics <rudalics@gmx.at>
6724
6725 * window.el (window-right, window-left, window-child)
6726 (window-child-count, window-last-child, window-any-p)
6727 (normalize-live-buffer, normalize-live-frame)
6728 (normalize-any-window, normalize-live-window)
6729 (window-iso-combination-p, window-iso-combined-p)
6730 (window-iso-combinations)
6731 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6732 (windows-with-parameter, window-with-parameter)
6733 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
6734 (window-atom-check, window-side-check, window-check):
6735 New functions.
85cc1f11
MR
6736 (ignore-window-parameters, window-sides, window-sides-vertical)
6737 (window-sides-slots): New variables.
6738 (window-size-fixed): Move down in code. Minor doc-string fix.
6739
e7156492
AS
67402011-06-05 Andreas Schwab <schwab@linux-m68k.org>
6741
6742 * comint.el (comint-dynamic-complete-as-filename)
6743 (comint-dynamic-complete-filename): Correctly call
6744 completion-in-region.
6745
7e821d0d
DD
67462011-06-05 Deniz Dogan <deniz@dogan.se>
6747
6748 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
6749 in last change.
6750
ac09b8a1
DD
67512011-06-05 Deniz Dogan <deniz@dogan.se>
6752
6753 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
6754 (rcirc): Use it to prompt for encryption.
6755
34699b85
RW
67562011-06-05 Roland Winkler <winkler@gnu.org>
6757
6758 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
6759 (bibtex-search-entries): New command bound to C-c C-a.
6760 (bibtex-display-entries): New function.
6761
004dedd3
RW
67622011-06-05 Roland Winkler <winkler@gnu.org>
6763
6764 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
6765 (bibtex-insert-kill): After yanking insert newline if necessary.
6766 (bibtex-initialize): Call bibtex-string-files-init only once.
6767 (bibtex-mode): Do not call easy-menu-add.
6768 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
6769 (bibtex-yank): Set arg properly if nil.
6770
022fe7ce
RW
67712011-06-05 Roland Winkler <winkler@gnu.org>
6772
2b75be67
SM
6773 * textmodes/bibtex.el (bibtex-search-entry-globally):
6774 New variable.
022fe7ce
RW
6775 (bibtex-search-entry): Use it.
6776
b7c3692a
RW
67772011-06-05 Roland Winkler <winkler@gnu.org>
6778
6779 * textmodes/bibtex.el (bibtex-entry-format): New option
6780 sort-fields.
6781 (bibtex-format-entry, bibtex-reformat): Honor this option.
6782 (bibtex-parse-entry): Return fields in proper order.
6783
8eda563d
JB
67842011-06-05 Juanma Barranquero <lekktu@gmail.com>
6785
6786 * doc-view.el (doc-view-remove-if): Move computation of result out
6787 of `dolist' to silence misleading lexical-binding warning.
6788
7dbe3dbc
CY
67892011-06-04 Chong Yidong <cyd@stupidchicken.com>
6790
6791 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
6792 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
6793
0c33dd17
MA
67942011-06-04 Michael Albinus <michael.albinus@gmx.de>
6795
6796 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
6797 "SunOS 5.10".
6798
f8f91c2b
MA
67992011-06-04 Michael Albinus <michael.albinus@gmx.de>
6800
6801 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
6802 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
6803 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
6804 (tramp-parse-putty):
6805 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
6806 (tramp-completion-function-alist-ssh)
6807 (tramp-completion-function-alist-telnet)
6808 (tramp-completion-function-alist-su)
6809 (tramp-completion-function-alist-putty): Set `tramp-autoload'
6810 cookie.
6811
6812 * net/tramp-ftp.el:
6813 * net/tramp-sh.el:
6814 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
6815 load "tramp.el" `tramp-set-completion-function'.
6816
e17d9003
SM
68172011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6818
6819 * shell.el: Require and use pcomplete.
6820 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
6821 (shell-completion-vars): Set pcomplete-default-completion-function.
6822
6c4cab03
DD
68232011-06-04 Deniz Dogan <deniz@dogan.se>
6824
6825 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
6826 `memq' (Bug#8799).
6827
ea9fafe0
SM
68282011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6829
6830 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
6831
b3e945d3
JB
68322011-06-02 Juanma Barranquero <lekktu@gmail.com>
6833
6834 * bs.el (bs--mark-unmark, bs--nth-wrapper):
6835 * mpc.el (mpc-select-extend, mpc-songpointer-context):
6836 * vc/log-view.el (log-view-beginning-of-defun):
6837 * vc/smerge-mode.el (smerge-apply-resolution-patch)
6838 (smerge-refine-forward, smerge-refine-chopup-region):
6839 Silence warning for unused `dotimes' counter variables.
6840
7d520089
SM
68412011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * net/tramp.el (tramp-with-progress-reporter): Rename from
6844 with-progress-reporter. Use `declare'.
6845 * net/tramp-smb.el:
6846 * net/tramp-sh.el:
6847 * net/tramp-gvfs.el: Update all uses.
6848
a1c2400f
JB
68492011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
6850
6851 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
6852 buffer isn't killed before making it current.
6853
2403c841
SM
68542011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6855
6856 Silence various byte-compiler warnings.
6857 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
6858 `access-type' and new obsolescence format.
6859 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
6860 new format.
6861 (byte-compile-check-variable): New `access-type' argument.
6862 Only warn if the access-type is obsolete.
6863 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6864 (byte-compile-variable-set): Adjust callers.
6865 * help-fns.el (describe-variable): Adjust to new obsolescence format.
6866 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
6867 setting it as obsolete.
6868 * simple.el (minibuffer-completing-symbol):
6869 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
6870 access as obsolete.
6871 * minibuffer.el (minibuffer-completing-file-name): Don't make it
6872 obsolete yet.
6873 * international/quail.el (quail-mouse-choose-completion): Remove unused
6874 code referring to obsolete var.
6875 (quail-choose-completion-string): Remove.
6876 * server.el (server-clients-with, server-kill-buffer-query-function)
6877 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
6878 * proced.el (proced-send-signal):
6879 * emacs-lisp/lisp.el (lisp-complete-symbol):
6880 Replace completion-annotate-function with completion-extra-properties.
6881
2462470b
SM
68822011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6883
fb5b2591
SM
6884 * simple.el (goto-line): Use read-number.
6885 (overriding-map-is-bound): Remove.
6886 (saved-overriding-map): Change default.
6887 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
6888 Take the map as argument.
6889 (universal-argument, negative-argument, digit-argument): Use it.
6890 (restore-overriding-map): Adjust.
6891 (do-auto-fill): Use fill-forward-paragraph.
6892 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
6893
fd6fa53f
SM
6894 * minibuffer.el (minibuffer-inactive-mode-map): New var.
6895 (minibuffer-inactive-mode): New major mode.
6896 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
6897 the *Messages* buffer" hack.
6898 (mouse-popup-menubar): Don't burp if the event is a normal key.
6899
2462470b
SM
6900 Miscellaneous tweaks.
6901 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
6902 lexical scoping as in subr.el's dolist and dotimes.
6903 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
6904 Silence compiler warning.
6905 * thingatpt.el (forward-whitespace): Trivial coding style fix.
6906 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
6907 * international/ccl.el (ccl-compile): Trivial simplification.
6908 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
6909 * emacs-lisp/testcover.el (testcover-end): Remove spurious
6910 `printflag' argument.
6911 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6912 Purecopy the whole obsolescence data.
6913
108bf785
LL
69142011-06-01 Leo Liu <sdl.web@gmail.com>
6915
6916 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
6917 improve doc-string as suggested by Marco Pessotto
6918 <melmothx@gmail.com>.
6919 (rcirc-print): Fix last change.
6920
30a23501
SM
69212011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * minibuffer.el (complete-with-action): Return nil for the metadata and
6924 boundaries of non-functional tables.
6925 (completion-table-dynamic): Return nil for the metadata.
6926 (completion-table-with-terminator): Add default case, using
6927 complete-with-action.
6928 (completion--metadata): New function.
6929 (completion-all-sorted-completions, minibuffer-completion-help): Use it
6930 to try and avoid pathological performance problems.
6931 (completion--embedded-envvar-table): Return `category' metadata.
6932
bcd54f83
LMI
69332011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6934
6935 * subr.el (process-alive-p): New tiny convenience function.
6936
e227544d
SM
69372011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
6940 content but also its previous major mode.
6941
e8296fdc
HE
69422011-05-31 Helmut Eller <eller.helmut@gmail.com>
6943
4d61f28d 6944 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
6945 *Backtrace* buffer when we exit with C-M-c.
6946
620c53a6
SM
69472011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6948
6949 * minibuffer.el: Add metadata method to completion tables.
6950 (completion-category-overrides): New defcustom.
6951 (completion-metadata, completion--field-metadata)
6952 (completion-metadata-get, completion--styles)
6953 (completion--cycle-threshold): New functions.
6954 (completion-try-completion, completion-all-completions):
6955 Add `metadata' argument to choose completion-styles.
6956 (completion--do-completion): Use metadata to choose cycling.
6957 (completion-all-sorted-completions): Use metadata for sorting.
6958 Remove :completion-cycle-penalty which is not needed any more.
6959 (completion--try-word-completion): Add `metadata' argument.
6960 (minibuffer-completion-help): Check metadata for annotation function
6961 and sorting.
6962 (completion-file-name-table): Return `category' metadata.
6963 (minibuffer-completing-file-name): Make obsolete.
6964 * simple.el (minibuffer-completing-symbol): Make obsolete.
6965 * icomplete.el (icomplete-completions): Pass new `metadata' param to
6966 completion-try-completion.
6967
1257e755
SM
69682011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6969
6970 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
6971
3767e706
LL
69722011-05-30 Leo Liu <sdl.web@gmail.com>
6973
6974 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
6975 (rcirc-print): Decode all incoming messages (bug#8744).
6976 (rcirc-decode-coding-system): Allow value nil for automatic coding
6977 system detection.
3767e706 6978
d1a5d56a
GM
69792011-06-01 Glenn Morris <rgm@gnu.org>
6980
6981 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
6982
e8cbec34
CY
69832011-05-29 Chong Yidong <cyd@stupidchicken.com>
6984
6985 * image.el (image-animate-max-time): Allow nil and t values.
6986 Default to nil.
6987 (create-animated-image): Doc fix.
6988 (image-animate-start): Remove second arg; just use
6989 image-animate-max-time.
6990 (image-animate-timeout): Doc fix. Args changed.
6991
6992 * image-mode.el (image-toggle-display-image): Ensure that the
6993 image spec passed to the animate timer is the same object as in
58179cce 6994 the buffer's display property (Bug#6981).
e8cbec34
CY
6995 (image-transform-properties): Doc fix.
6996
6997 * image.el (image-animate-max-time): Default to nil.
6998
159daf87
MR
69992011-05-29 Martin Rudalics <rudalics@gmx.at>
7000
7001 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
7002 entire buffer list (Bug#8184).
7003
d66c4c7c
CY
70042011-05-29 Chong Yidong <cyd@stupidchicken.com>
7005
7006 * image.el (imagemagick-types-inhibit)
7007 (imagemagick-register-types): Doc fix.
7008
80aec780
DD
70092011-05-29 Deniz Dogan <deniz@dogan.se>
7010
7011 * net/rcirc.el (rcirc): Use the user's stored encryption method by
7012 default.
7013
1dd3c2d9
CY
70142011-05-29 Chong Yidong <cyd@stupidchicken.com>
7015
7016 * select.el: Don't perform clipboard-manager saving in hooks;
7017 leave the hooks empty.
7018
60e56523
LL
70192011-05-28 Leo Liu <sdl.web@gmail.com>
7020
7021 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
7022 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
7023 (occur-edit-mode): New major mode (Bug#8463).
7024 (occur-after-change-function): New function.
7025 (occur-engine): Give Occur tags a read-only property.
7026
2b1e1a22
KR
70272011-05-28 Kevin Ryde <user42@zip.com.au>
7028
7029 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
7030
5d344e88
CY
70312011-05-28 Chong Yidong <cyd@stupidchicken.com>
7032
8e6ca83d
CY
7033 * bindings.el (help-echo): Make the initial non-indicator dash
7034 empty on graphical terminals (Bug#7295).
7035
5d344e88
CY
7036 * files.el (auto-mode-alist): Move config rule after the
7037 in-stripping one (Bug#8547).
7038
bfbbace7
CY
7039 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
7040
fbeba6e2
CY
7041 * startup.el (normal-splash-screen): Remove gratuitous mode-line
7042 setting (Bug#8740).
7043
60ed8c72
AA
70442011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
7045
4ac619f0
AA
7046 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
7047 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
7048 (Bug#8539).
60ed8c72 7049
23db196e
CY
70502011-05-28 Chong Yidong <cyd@stupidchicken.com>
7051
7052 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
7053
5012f24c
DK
70542011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
7055
7056 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
7057 (hs-hide-block-at-point, hs-find-block-beginning)
7058 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
7059 (Bug#8279).
7060
6a639b16
GM
70612011-05-28 Glenn Morris <rgm@gnu.org>
7062
7063 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
7064
d43eaf2c
CY
70652011-05-28 Chong Yidong <cyd@stupidchicken.com>
7066
5199bde1
CY
7067 * help-fns.el (describe-function-1): If the function is a derived
7068 major mode, print the parent mode.
7069
d43eaf2c
CY
7070 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
7071 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
7072
423428a8
SM
70732011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7074
0ff8e1ba 7075 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 7076 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
7077 * progmodes/etags.el (tags-completion-at-point-function):
7078 * info-look.el (info-lookup-completions-at-point): Mark as
7079 non-exclusive.
7080 (info-complete): Adjust accordingly.
7081
423428a8
SM
7082 * info-look.el: Convert to lexical-binding and completion-at-point.
7083 (info-lookup-completions-at-point): New function.
7084 (info-complete): Use it and completion-in-region.
7085
b74aa22b
DA
70862011-05-28 Drew Adams <drew.adams@oracle.com>
7087
7088 * isearch.el: Let M-e start with point at the first mismatched char.
7089 (isearch-fail-pos): New function.
7090 (isearch-edit-string): Use it.
7091
66e2e71d
DK
70922011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7093
7094 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7095
eb95d01d
TC
70962009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7097
7098 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
7099 traversal functions for avl-trees.
7100 (avl-tree--stack): New struct.
7101 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7102 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
7103 (avl-tree--do-enter): Add optional `updatefun' arg.
7104 Change return value.
eb95d01d 7105 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
7106 (avl-tree--do-delete): Add `test' and `nilflag' args.
7107 Change return value.
eb95d01d
TC
7108 (avl-tree-member): Add optional `nilflag'
7109 (avl-tree-member-p): New function.
7110 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7111 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7112 (avl-tree-stack-empty-p): New functions.
7113
3769ddcf
TC
71142009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7115
7116 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7117 avl-tree--del-balance1 and make it work both ways.
7118 (avl-tree--del-balance2): Remove.
7119 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7120 make it work both ways.
7121 (avl-tree--enter-balance2): Remove.
7122 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7123 New macros.
7124 (avl-tree--mapc, avl-tree-map): Add direction argument.
7125
eb95d01d 71262011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
7127
7128 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7129
a9f737ee
CY
71302011-05-27 Chong Yidong <cyd@stupidchicken.com>
7131
7132 * select.el: Support clipboard managers with built-in function
7133 x-clipboard-manager-save, via delete-frame-functions and
7134 kill-emacs-hook.
7135 (xselect-convert-to-targets): Add MULTIPLE target to list.
7136 (xselect-convert-to-save-targets): New function.
7137
c92a1e54
KH
71382011-05-27 Kenichi Handa <handa@m17n.org>
7139
7140 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7141 let-binding rfc2047-encode-encoded-words to nil.
7142
e145f188
GM
71432011-05-27 Glenn Morris <rgm@gnu.org>
7144
5ec8a862
GM
7145 * mail/emacsbug.el: Don't require url-util.
7146
4b29d9fb
GM
7147 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
7148
e145f188
GM
7149 * files.el (set-auto-mode):
7150 Also respect mode: entries at the end of the file. (Bug#8586)
7151
7d15102b
GM
71522011-05-26 Glenn Morris <rgm@gnu.org>
7153
98f593b8
GM
7154 * files.el (hack-local-variables-prop-line, hack-local-variables):
7155 Downcase mode names, as seems to be traditional.
27b48e63 7156 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 7157
7d15102b
GM
7158 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7159 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
7160
51d5b4ec
JD
71612011-05-25 Julien Danjou <julien@danjou.info>
7162
7163 * textmodes/rst.el (rst-define-level-faces): Do not define face
7164 symbol if it is already defined.
7165
91513f63
VB
71662011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
7167
7168 * play/5x5.el (5x5-new-game, 5x5-randomize):
7169 Reset 5x5-solver-output to nil when a new grid is cast.
7170 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7171 these debugging traces, as defmacro breaks the compiled code.
7172
4d90d6d0
DK
71732011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7174
7175 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7176
e1b90ef6
LL
71772011-05-24 Leo Liu <sdl.web@gmail.com>
7178
7179 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7180 (vc-bzr-sha1): Adapt.
7181
d8e4b68b 7182 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
7183
7184 * bindings.el: Provide sha1 feature.
7185
db0406bb 71862011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
7187
7188 * mail/sendmail.el: Require `rfc2047'.
7189 (mail-insert-from-field): Do not perform RFC2047 encoding.
7190 (mail-encode-header): New function.
7191 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
7192 buffer to the return value of select-message-coding-system.
7193 Call mail-encode-header.
b8d747b9
KH
7194
7195 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7196
db0406bb 71972011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 7198
4d90d6d0
DK
7199 * mail/supercite.el (sc-default-cite-frame):
7200 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 7201
eb8a5e9b
GM
72022011-05-24 Glenn Morris <rgm@gnu.org>
7203
f8630703
GM
7204 * progmodes/python.el (brm-menu): Declare.
7205
8831bbed
GM
7206 * emulation/viper.el (viper-set-hooks): Declare.
7207
eb8a5e9b
GM
7208 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7209 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7210 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7211 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7212 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7213 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7214
a2a25d24
SM
72152011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7216
7217 Add an :exit-function for completion-at-point.
7218
7219 * minibuffer.el (completion--done): New fun.
7220 (completion--do-completion): Use it. New arg `expect-exact'.
7221 (minibuffer-complete, minibuffer-complete-word): Don't output message,
7222 since completion--do-completion does it for us now.
7223 (minibuffer-force-complete): Use completion--done and
7224 completion--replace. Handle sole-completion case with more care.
7225 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7226 (completion-extra-properties): New var.
7227 (completion-annotate-function): Make obsolete.
7228 (minibuffer-completion-help): Adjust accordingly.
7229 Use completion-list-insert-choice-function.
7230 (completion-at-point, completion-help-at-point):
7231 Bind completion-extra-properties.
7232 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7233 * simple.el (completion-list-insert-choice-function): New var.
7234 (completion-setup-function): Preserve it.
7235 (choose-completion): Pay attention to it, shuffle the code a bit.
7236 (choose-completion-string): New arg `insert-function'.
7237
7238 * textmodes/bibtex.el: Convert to lexical binding.
7239 (bibtex-mode-map): Use completion-at-point.
7240 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7241 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7242 (bibtex-complete): Define as obsolete alias.
7243 (bibtex-complete-internal): Remove.
7244 (bibtex-format-entry): Remove unused sub-group in regexp.
7245 * shell.el (shell--command-completion-data)
7246 (shell-environment-variable-completion):
7247 * pcomplete.el (pcomplete-completions-at-point):
7248 * comint.el (comint--complete-file-name-data): Use :exit-function
7249 instead of completion-table-with-terminator so it also works for
7250 choose-completion.
7251
e44e373d
SM
72522011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7253
4f91a816
SM
7254 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7255
782fc819
SM
7256 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7257 (bug#8710).
7258
e44e373d
SM
7259 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7260
381987c3
KM
72612011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
7262
7263 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7264 customization variable and implement: If non-nil, auto-fill will
7265 be inhibited while on topic's header line.
7266
b776bc70
VB
72672011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
7268
7269 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 7270 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
7271 always have a solution in grid size = 5 cases.
7272 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7273 (5x5-solver-output, 5x5-log-buffer): New vars.
7274 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7275 Make these variables buffer local to achieve 5x5 multi-session-ness.
7276 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7277 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7278 (5x5-solve-suggest): New funs.
7279 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7280 randomize a grid so that we ensure that there is always a solution.
7281 (5x5-make-random-grid): Allow other movement than flipping.
7282
7de88b6e
KR
72832011-05-23 Kevin Ryde <user42@zip.com.au>
7284
7285 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 7286 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
7287 advice and passes PREDICATE.
7288
b1ef1257
SM
72892011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7290
bbca48fe
SM
7291 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7292 byte-compile-lambda if it's actually a lambda.
7293
b1ef1257
SM
7294 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7295 Fix function quoting. Use backquote better.
7296
92a9cc65
YS
72972011-05-22 Yuanle Song <sylecn@gmail.com>
7298
7299 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7300 matching (Bug#8516).
7301
f0fb8059
JA
73022011-01-22 Jari Aalto <jari.aalto@cante.net>
7303
7304 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7305 different face (Bug#8178).
7306
d5b44c93
CY
73072011-05-22 Chong Yidong <cyd@stupidchicken.com>
7308
7309 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7310 defface (Bug#8144).
7311
79106a44
SM
73122011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7313
9c848d8a
SM
7314 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7315 funcall as well (bug#8712). Warn when performing those conversions.
7316 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7317
79106a44
SM
7318 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7319
88dfa756
GM
73202011-05-22 Glenn Morris <rgm@gnu.org>
7321
7322 * files.el (hack-local-variables-prop-line): Small simplifications.
7323 (hack-local-variables, hack-local-variables-prop-line):
7324 If MODE-ONLY, return the mode, rather than just `t'.
7325
b7cf2c79
SM
73262011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7329
3f1a8558
GM
73302011-05-21 Glenn Morris <rgm@gnu.org>
7331
7e4ccca3
GM
7332 * files.el (hack-local-variables-prop-line, hack-local-variables):
7333 If only interested in the mode, don't bother doing the other stuff.
7334
637d46ca
GM
7335 * image-mode.el (image-after-revert-hook):
7336 Redraw all frames on which the image is visible. (Bug#8567)
7337
973d955b
GM
7338 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
7339
3f1a8558
GM
7340 * wid-edit.el (widget-checklist-match-inline):
7341 Fix 2011-04-19 change. (Bug#8649)
7342
96479927
SM
73432011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7344
1dcf791f
SM
7345 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7346 Also allow singlespace after single-letter capitals followed by a dot.
7347
96479927
SM
7348 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7349 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7350
35fd0881
N
73512011-05-20 Nix <nix@esperi.org.uk>
7352
7353 * files.el (basic-save-buffer-2):
7354 Fix handling of break-hardlink-on-save with non-existent files.
7355
82745640
DD
73562011-05-19 Deniz Dogan <deniz@dogan.se>
7357
7358 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 7359 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 7360
4a720484
GM
73612011-05-19 Glenn Morris <rgm@gnu.org>
7362
d1f21341
GM
7363 * progmodes/f90.el (f90-type-def-re):
7364 Handle "type, bind(c)". (Bug#8691)
7365
4a720484
GM
7366 * emacs-lisp/autoload.el (batch-update-autoloads):
7367 Set autoload-excludes by parsing loadup.el rather than Makefiles.
7368
2fb0a219
MA
73692011-05-18 Michael Albinus <michael.albinus@gmx.de>
7370
7371 * net/tramp.el (tramp-process-actions): Set "first-password-request"
7372 property for the correct connection in case of multihops.
7373
e565dd37
GM
73742011-05-18 Glenn Morris <rgm@gnu.org>
7375
c2571358 7376 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
7377 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7378
e565dd37
GM
7379 Rationalize calendar handling of day and month abbrev-arrays.
7380 * calendar/calendar.el (calendar-customized-p): New function.
7381 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7382 (calendar-day-name-array, calendar-month-name-array): Doc fix.
7383 Add :set function.
7384 (calendar-abbrev-length, calendar-day-abbrev-array)
7385 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7386 (calendar-day-abbrev-array, calendar-month-abbrev-array):
7387 Elements may no longer be nil.
7388 (calendar-day-name, calendar-month-name):
7389 Update for changed nature of abbrev arrays.
7390 * calendar/diary-lib.el (diary-name-pattern):
7391 Update for changed nature of abbrev arrays.
7392 (diary-mark-entries-1): Update calendar-make-alist calls.
7393 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7394 * calendar/cal-html.el (cal-html-day-abbrev-array):
7395 Simply inherit from calendar-day-abbrev-array.
7396
1d99a745
SM
73972011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7398
7399 * progmodes/grep.el (grep-mode): Disable default
7400 compilation-directory-matcher setting (bug#8684).
7401
7c1d9aa0
MA
74022011-05-17 Michael Albinus <michael.albinus@gmx.de>
7403
7404 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7405 instead of "head" and "tail". There were problems with SunOS 5.9,
7406 and it performs better.
7407
3952e9d8
GM
74082011-05-17 Glenn Morris <rgm@gnu.org>
7409
2dd12e7f
GM
7410 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7411
e4157b9c
GM
7412 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7413 Replace obsolete function.
7414
8e249bbd
GM
7415 * shell.el (pcomplete-parse-arguments-function): Declare.
7416
3952e9d8
GM
7417 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7418 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7419 (appt-check): Doc fixes.
7420 (appt-disp-window-function, appt-delete-window-function):
7421 Remove needless special case in custom :type.
7422 (appt-display-count): Default to 0, not nil.
7423 (appt-check): Reset appt-display-count to 0, not nil.
7424
c71a0d48 74252011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 7426
c71a0d48
GM
7427 * progmodes/python.el (python-font-lock-keywords):
7428 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 7429
31d55be9
SM
74302011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7433
3bfacb2f
KR
74342011-05-16 Kevin Ryde <user42@zip.com.au>
7435
7436 * info-look.el (makefile-automake-mode): New setups, looking in
7437 automake manual, then makefile-mode.
7438 (makefile-mode): Remove automake manual, have it just in
7439 makefile-automake-mode since there's various things different or
7440 not relevant to plain make.
7441 (makefile-mode): Remove "other-modes" non-existent automake-mode,
7442 believe a hypothetical automake-mode would go to makefile-mode,
7443 not the other way around.
7444
c8e83751
CY
74452011-05-15 Chong Yidong <cyd@stupidchicken.com>
7446
5e9e35cd
CY
7447 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7448 hunk-end tags (Bug#8672).
7449
c8e83751
CY
7450 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7451 vc-annotate-show-diff-revision-at-line (Bug#8671).
7452
50b23e5a
GM
74532011-05-14 Glenn Morris <rgm@gnu.org>
7454
7210a739
GM
7455 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7456 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
7457 (change-log-font-lock-keywords): Also handle multiple author lines
7458 with leading tabs. (Bug#8644)
7210a739 7459
4691905a
GM
7460 * calendar/appt.el (appt-check): Rename some local variables.
7461 Some simplification/reordering.
7462
50b23e5a
GM
7463 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7464 (feedmail-sendmail-f-doesnt-sell-me-out)
7465 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7466 (feedmail-debug-sit-for, feedmail-queue-express-hook)
7467 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
7468 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7469 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
7470 (feedmail-binmail-gnulinuxish-template):
7471 Rename from feedmail-binmail-linuxish-template.
7472 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7473 Use insert-buffer-substring.
7474
215cda7c
BC
74752011-05-14 Bill Carpenter <bill@carpenter.org>
7476
7477 * mail/feedmail.el (feedmail-patch-level): Increase.
7478 (feedmail-debug): New custom group.
7479 (feedmail-confirm-outgoing-timeout)
7480 (feedmail-sendmail-f-doesnt-sell-me-out)
7481 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7482 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7483 (feedmail-sender-line, feedmail-from-line)
7484 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 7485 (feedmail-spray-this-address)
215cda7c
BC
7486 (feedmail-spray-address-fiddle-plex-list)
7487 (feedmail-queue-use-send-time-for-date)
7488 (feedmail-queue-use-send-time-for-message-id)
7489 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7490 (feedmail-buffer-eating-function):
7491 Doc fixes.
7492 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7493 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7494 (feedmail-message-action-scroll-down): New functions.
7495 (feedmail-queue-directory, feedmail-queue-draft-directory):
7496 Use expand-file-name.
7497 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7498 Remove C-v help entry.
7499 (feedmail-queue-buffer-file-name): New variable.
7500 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7501 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7502 (feedmail-message-action-send-strong, feedmail-message-action-edit)
7503 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7504 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7505 (feedmail-message-action-toggle-spray)
7506 (feedmail-run-the-queue-no-prompts)
7507 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7508 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7509 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7510 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7511 (feedmail-envelope-deducer, feedmail-fiddle-from)
7512 (feedmail-fiddle-sender, feedmail-default-date-generator)
7513 (feedmail-fiddle-date, feedmail-fiddle-message-id)
7514 (feedmail-fiddle-spray-address)
7515 (feedmail-fiddle-list-of-spray-fiddle-plexes)
7516 (feedmail-fiddle-list-of-fiddle-plexes)
7517 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7518 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7519 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7520 Change default. Doc fix.
7521 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7522 (feedmail-binmail-linuxish-template): New constant.
7523 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
7524 Respect feedmail-sendmail-f-doesnt-sell-me-out.
7525 (feedmail-send-it): Add debug call.
7526 Use feedmail-queue-buffer-file-name, and
7527 feedmail-send-it-immediately-wrapper.
7528 (feedmail-message-action-send): Add debug call.
7529 Use feedmail-send-it-immediately-wrapper.
7530 (feedmail-queue-express-to-queue): Add debug call.
7531 Run feedmail-queue-express-hook.
7532 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
7533 (feedmail-message-action-help-blat):
7534 Rename from feedmail-queue-send-edit-prompt-help-first.
7535 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
7536 Check line-endings. Handle errors better.
7537 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7538 Doc fix. Add debug call.
7539 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
7540 Use feedmail-queue-send-edit-prompt-inner.
7541 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7542 (feedmail-queue-send-edit-prompt-inner): New function, extracted
7543 from feedmail-queue-send-edit-prompt.
7544 (feedmail-queue-send-edit-prompt-help)
7545 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7546 (feedmail-tidy-up-slug): Add debug call.
7547 Respect feedmail-queue-slug-suspect-regexp.
7548 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7549 (feedmail-dump-message-to-queue): Add debug call.
7550 Expand queue-directory.
7551 (feedmail-dump-message-to-queue): Change message slightly.
7552 Use feedmail-say-chatter.
7553 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
7554 (feedmail-send-it-immediately-wrapper): New function.
7555 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
7556 Insert empty string rather than newline. Handle full-frame case.
7557 Use catch/throw. Use feedmail-say-chatter.
7558 (feedmail-fiddle-from): Try mail-host-address.
7559 (feedmail-default-message-id-generator): Doc fix.
7560 Bind system-time-locale. Handle missing end.
7561 (feedmail-fiddle-x-mailer): Add debug call.
7562 Handle feedmail-x-mailer-line being nil.
7563 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7564 Add debug call. Use buffer-substring-no-properties.
7565 (feedmail-say-debug, feedmail-say-chatter): New functions.
7566 (feedmail-find-eoh): Give an explicit error.
7567
42c7e61e
UJ
75682011-05-13 Ulf Jasper <ulf.jasper@web.de>
7569
c2571358 7570 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 7571 family from helvetica to sans.
c2571358 7572 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7573 etc/images/newsticker.
7574
c2571358 7575 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
7576 family from helvetica to sans.
7577
7578 * net/newst-plainview.el (newsticker-new-item-face)
7579 (newsticker-old-item-face, newsticker-immortal-item-face)
7580 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 7581 (newsticker-statistics-face): Change default family from
42c7e61e 7582 helvetica to sans.
c2571358 7583 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7584 etc/images/newsticker.
7585
7586 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7587 (newsticker--process-auto-mark-filter-match): : Tell user about
7588 auto-marking.
7589
8497a297
DV
75902011-05-13 Didier Verna <didier@xemacs.org>
7591
7592 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
7593 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7594 TODO entries.
8497a297
DV
7595 (lisp-lambda-list-keyword-parameter-indentation)
7596 (lisp-lambda-list-keyword-parameter-alignment)
7597 (lisp-lambda-list-keyword-alignment): New customizable user options.
7598 (lisp-indent-defun-method): Improve docstring.
7599 (extended-loop-p): Fix comment.
7600 (lisp-indent-lambda-list-keywords-regexp): New variable.
7601 (lisp-indent-lambda-list): New function.
7602 (lisp-indent-259): Use it.
7603 (lisp-indent-defmethod): Support for more than one
7604 method qualifier and properly indent methods lambda-lists.
7605 (defgeneric): Provide a missing common-lisp-indent-function property.
7606
f278f87f
SM
76072011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7610 bounds for the empty string (bug#8667).
7611
5233edd7
GM
76122011-05-13 Glenn Morris <rgm@gnu.org>
7613
5237a44f
GM
7614 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7615
8340026c 7616 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 7617 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 7618
5233edd7 7619 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 7620 (appt-time-msg-list): Doc fix.
a5464014 7621 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 7622
92d10796
AS
76232011-05-12 Andreas Schwab <schwab@linux-m68k.org>
7624
7625 * progmodes/ld-script.el (ld-script-keywords)
7626 (ld-script-builtins): Update keywords list.
7627
914a0ae1
SM
76282011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7629
c89be45f
SM
7630 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7631
914a0ae1
SM
7632 * shell.el (shell-completion-vars): New function.
7633 (shell-mode):
7634 * simple.el (read-shell-command): Use it.
7635 (blink-matching-open): No need for " [...]" in minibuffer-message.
7636
98dc3df3
GM
76372011-05-12 Glenn Morris <rgm@gnu.org>
7638
7639 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7640 (appt-check): Simplify.
7641
d2fc7e3d 76422011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 7643
4d61f28d 7644 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
7645 literal "/dev/null".
7646
d2fc7e3d 76472011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
7648
7649 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7650 Fix typo.
7651
d2fc7e3d 76522011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 7653
3f254caa
SM
7654 * progmodes/which-func.el (which-function):
7655 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
7656 which might not be defined (Bug#8260).
7657
d45885f7
GM
76582011-05-12 Glenn Morris <rgm@gnu.org>
7659
7660 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7661 Let byte-compile-initial-macro-environment always take precedence.
7662
488086f4
SM
76632011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7664
7665 * net/rcirc.el: Add support for SSL/TLS connections.
7666 (rcirc-server-alist): New field `encryption'.
7667 (rcirc): Check `encryption' settings.
7668 (rcirc-connect): New arg `encryption'. Use open-network-stream.
7669 Merge make-local-variable into `set'.
7670 (rcirc--connection-open-p): New function.
7671 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7672 the process is not a network process (e.g. running gnutls-cli).
7673 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7674 Make rcirc-(en|de)code-coding-system local here.
7675 (rcirc-mode): Merge make-local-variable into `set'.
7676 (rcirc-parent-buffer): Make permanent buffer-local.
7677 (rcirc-multiline-minor-mode): Don't do it here.
7678 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7679 there's no server buffer.
7680
7d3b9d44
GM
76812011-05-11 Glenn Morris <rgm@gnu.org>
7682
f64049c6
GM
7683 * newcomment.el (comment-kill): Prefix "unused" local.
7684
93c9df73
GM
7685 * term/w32console.el (get-screen-color): Declare.
7686
7d3b9d44
GM
7687 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7688 Handle symbol elements of byte-compile-initial-macro-environment.
7689
9e2dd53f
LL
76902011-05-10 Leo Liu <sdl.web@gmail.com>
7691
488086f4
SM
7692 * bookmark.el (bookmark-bmenu-mode-map):
7693 Bind bookmark-bmenu-search to `/'.
8b340240 7694
9e2dd53f 7695 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
7696 (footnote-unicode-string, footnote-unicode-regexp): New variable.
7697 (Footnote-unicode): New function.
7698 (footnote-style-alist): Add unicode style to the list.
7699 (footnote-style): Doc fix.
9e2dd53f 7700
79b70037
GM
77012011-05-10 Jim Meyering <meyering@redhat.com>
7702
7703 Fix doubled-word typos.
7704 * international/quail.el (quail-insert-kbd-layout): and and -> and
7705 * kermit.el: and and -> and
7706 * net/ldap.el (ldap-search-internal): to to -> to
7707 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7708 * progmodes/js.el (js-mode): and and -> and
7709 * textmodes/artist.el (artist-move-to-xy): at at -> at
7710 (artist-draw-region-trim-line-endings): if if -> if
7711 And Safetyc -> Safety.
7712 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7713
b8f82dc1 77142011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 7715 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
7716
7717 * files.el (hack-one-local-variable-eval-safep):
7718 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
7719
4f99f44b
GM
77202011-05-10 Glenn Morris <rgm@gnu.org>
7721
7722 * calendar/diary-lib.el (diary-list-entries-hook)
7723 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7724 (diary-nongregorian-marking-hook, diary-list-entries)
7725 (diary-include-other-diary-files, diary-mark-entries)
7726 (diary-mark-included-diary-files): Doc fixes.
7727
84f29e6b
JB
77282011-05-09 Juanma Barranquero <lekktu@gmail.com>
7729
7730 * misc.el: Require tabulated-list.el during compilation.
7731
9bedd73a
CY
77322011-05-09 Chong Yidong <cyd@stupidchicken.com>
7733
488086f4
SM
7734 * progmodes/compile.el (compilation-start):
7735 Run compilation-filter-hook for the async case too.
9bedd73a
CY
7736 (compilation-filter-hook): Doc fix.
7737
797c735c
DD
77382011-05-09 Deniz Dogan <deniz@dogan.se>
7739
7740 * wdired.el: Remove outdated installation comment. Fix usage
7741 comment.
7742
5f4b1dfe
JB
77432011-05-09 Juanma Barranquero <lekktu@gmail.com>
7744
7745 * misc.el: Implement new command `list-dynamic-libraries'.
7746 (list-dynamic-libraries--loaded-only-p): New variable.
7747 (list-dynamic-libraries--refresh): New function.
7748 (list-dynamic-libraries): New command.
7749
4c44026c
CY
77502011-05-09 Chong Yidong <cyd@stupidchicken.com>
7751
488086f4
SM
7752 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7753 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
7754 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
7755 higher priority to avoid clobbering by gnu.
7756
027f966d
CY
77572011-05-08 Chong Yidong <cyd@stupidchicken.com>
7758
7759 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
7760 if the face has existing theme settings (Bug#8454).
7761
085f5d7d
CY
77622011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
7763
488086f4
SM
7764 * progmodes/perl-mode.el (perl-imenu-generic-expression):
7765 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 7766
2a86a00c
RS
7767 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
7768 special file names `.' and `..' (Bug#8259).
7769
d9c54a06
CY
77702011-05-08 Chong Yidong <cyd@stupidchicken.com>
7771
488086f4
SM
7772 * progmodes/grep.el (grep-mode-font-lock-keywords):
7773 Remove buffer-changing entries.
d9c54a06
CY
7774 (grep-filter): New function.
7775 (grep-mode): Add it to compilation-filter-hook.
7776
7777 * progmodes/compile.el (compilation-filter-hook)
7778 (compilation-filter-start): New defvars.
7779 (compilation-filter): Call compilation-filter-hook prior to
7780 updating the process mark.
7781
c4662635
SM
77822011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
7785
b0512a1d
EZ
77862011-05-07 Eli Zaretskii <eliz@gnu.org>
7787
605c9376
EZ
7788 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
7789 mailclient-send-it even if window-system is nil. (Bug#8595)
7790
c4662635
SM
7791 * term/w32console.el (terminal-init-w32console):
7792 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
7793 background-mode. (Bug#8597)
7794
d1dc2cc2
SM
77952011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7796
7797 Make bytecomp.el understand that defmethod defines funs (bug#8631).
7798 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
7799 New functions.
7800 (defgeneric, eieio--defmethod): Use them.
7801 (eieio-defgeneric): Remove.
7802 (defmethod): Call defgeneric in a way visible to the byte-compiler.
7803
915d1300
GM
78042011-05-07 Glenn Morris <rgm@gnu.org>
7805
a3961c3e
GM
7806 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
7807 Use let rather than let*.
7808 (timeclock-find-discrep): Remove unused local.
7809
314347b9
GM
7810 * calendar/diary-lib.el (diary-comment-start): Doc fix.
7811
915d1300
GM
7812 * calendar/appt.el (appt-time-msg-list): Doc fix.
7813
275b59b0
NF
78142011-05-06 Noah Friedman <friedman@splode.com>
7815
7816 * apropos.el (apropos-print-doc): Only use
7817 emacs-lisp-docstring-fill-column when it is bound to an integer,
7818 per that variable's documentation.
7819
6c19f744
SM
78202011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7821
7822 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 7823 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 7824
60f884b2
GM
78252011-05-06 Glenn Morris <rgm@gnu.org>
7826
5006e634
GM
7827 * calendar/appt.el (appt-message-warning-time): Doc fix.
7828 (appt-warning-time-regexp): New option.
7829 (appt-make-list): Respect appt-message-warning-time.
7830
548d0a63
GM
7831 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
7832 New options.
7833 (diary-add-to-list): Strip comments from the displayed string.
7834 (diary-mode): Set comment-start and comment-end.
7835
60f884b2
GM
7836 * vc/diff-mode.el (smerge-refine-subst): Declare.
7837 (diff-refine-hunk): Don't require smerge-mode when compiling.
7838
989681bb
JB
78392011-05-06 Juanma Barranquero <lekktu@gmail.com>
7840
7841 * simple.el (list-processes): Return nil as the docstring says.
7842
a6bc05e1
MA
78432011-05-05 Michael Albinus <michael.albinus@gmx.de>
7844
7845 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
7846 to "".
7847 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7848 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
7849 determining of binary transfer. (Bug#7383)
7850
23c22e9a
MA
78512011-05-05 Michael Albinus <michael.albinus@gmx.de>
7852
c4662635
SM
7853 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7854 Fix port computation bug. (Bug#8618)
23c22e9a 7855
0bff894f
GM
78562011-05-05 Glenn Morris <rgm@gnu.org>
7857
b8296902
GM
7858 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
7859
1f522ce8
GM
7860 * simple.el (shell-dynamic-complete-functions)
7861 (comint-dynamic-complete-functions): Declare.
7862
cf5bee67
GM
7863 * net/network-stream.el (gnutls-negotiate):
7864 * simple.el (tabulated-list-print): Fix declarations.
7865
7866 * progmodes/gud.el (syntax-symbol, syntax-point):
7867 Remove unnecessary and incorrect declarations.
7868
0bff894f
GM
7869 * emacs-lisp/check-declare.el (check-declare-scan):
7870 Handle byte-compile-initial-macro-environment in bytecomp.el
7871
9869b3ae
SM
78722011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 Fix earlier half-done eieio-defmethod change (bug#8338).
7875 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
7876 Streamline and change calling convention.
7877 (defmethod): Adjust accordingly and simplify.
7878 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
7879 new eieio--defmethod.
7880 (slot-boundp): Minor CSE simplification.
7881
9c1d5ac5
MZ
78822011-05-05 Milan Zamazal <pdm@zamazal.org>
7883
7884 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
7885 (glasses-make-readable): Use glasses-separate-capital-groups.
7886
455c834e
JB
78872011-05-05 Juanma Barranquero <lekktu@gmail.com>
7888
7889 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
7890 (warning-series): Doc fix.
7891 (display-warning): Don't try to create the buffer if we just found it.
7892
9ed7c8cb
CY
78932011-05-04 Chong Yidong <cyd@stupidchicken.com>
7894
7895 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
7896 (autoload-find-generated-file): New function.
7897 (generate-file-autoloads): Bind generated-autoload-file to
7898 buffer-file-name.
9869b3ae
SM
7899 (update-file-autoloads, update-directory-autoloads):
7900 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
7901 output file (Bug#7989).
7902 (batch-update-autoloads): Doc fix.
7903
0898ca10
JB
79042011-05-04 Juanma Barranquero <lekktu@gmail.com>
7905
7906 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
7907
31dfb76c
GM
79082011-05-04 Glenn Morris <rgm@gnu.org>
7909
f330b642
GM
7910 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
7911 function, so it follows changes in calendar-date-style.
7912 (diary-fancy-date-matcher): New function.
7913 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
7914 (diary-fancy-font-lock-fontify-region-function):
7915 Use diary-fancy-date-pattern as a function.
7916
31dfb76c
GM
7917 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
7918 non-numbers for `year' etc pseudo-variables. (Bug#8583)
7919
48e79d6a
TZ
79202011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
7921
7922 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
7923 instead of positional arguments. Allow :keylist and :crlfiles
7924 arguments.
7925 (open-gnutls-stream): Call it.
7926
7927 * net/network-stream.el (network-stream-open-starttls): Adjust to
7928 call `gnutls-negotiate' with :process and :hostname arguments.
7929
dd5a5ee0
SM
79302011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7931
ef80fc09
SM
7932 * minibuffer.el (completion--message): New function.
7933 (completion--do-completion, minibuffer-complete)
7934 (minibuffer-force-complete, minibuffer-complete-word): Use it.
7935 (completion--do-completion): Don't ignore completion-auto-help when in
7936 icomplete-mode.
7937
dd5a5ee0
SM
7938 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
7939 internal encoding (e.g. tibetan zero is not whitespace).
7940 (global-whitespace-mode): Prefer save-current-buffer.
7941 (whitespace-trailing-regexp): Remove useless save-match-data.
7942 (whitespace-empty-at-bob-regexp): Minor simplification.
7943
b7d22a83
CY
79442011-05-03 Chong Yidong <cyd@stupidchicken.com>
7945
7946 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
7947
5192af46
AM
79482011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7949
7950 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 7951 Use `concat' to create string for insertion.
5192af46 7952
5767d190
SM
79532011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7954
7955 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
7956 Avoid open-line which runs post-self-insert-hook.
7957 (bibtex-fill-entry): Remove unused `end' var.
7958
bf242939
AM
79592011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
7960
5767d190
SM
7961 * textmodes/ispell.el (ispell-add-per-file-word-list):
7962 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 7963
25666126
LL
79642011-05-03 Leo Liu <sdl.web@gmail.com>
7965
7966 * isearch.el (isearch-yank-pop): New command.
5767d190 7967 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
7968 (isearch-forward): Mention it.
7969
52d3c2d0
SM
79702011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7971
1bcace58
SM
7972 * simple.el (minibuffer-complete-shell-command): Remove.
7973 (minibuffer-local-shell-command-map): Use completion-at-point.
7974 (read-shell-command): Setup completion vars here instead.
7975 (read-expression-map): Bind TAB to symbol completion.
7976
52d3c2d0
SM
7977 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
7978 error directly rather via storing it into `results'.
7979
35813471
LL
79802011-05-02 Leo Liu <sdl.web@gmail.com>
7981
7982 * vc/diff.el: Fix description.
7983
e793a940
LMI
79842011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7985
7986 * server.el (server-eval-at): New function.
7987
8de66e05
LMI
79882011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7989
7990 * net/network-stream.el (open-network-stream): Take a :nowait
7991 parameter and pass it on to `make-network-process'.
7992 (network-stream-open-plain): Ditto.
7993
dcb79f20
AS
79942011-04-30 Andreas Schwab <schwab@linux-m68k.org>
7995
7996 * faces.el (face-spec-set-match-display): Don't match toolkit
7997 options on terminal frames.
7998
14a7fbd8
SM
79992011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8000
7eabc1be
SM
8001 * progmodes/pascal.el: Use lexical binding.
8002 (pascal-mode-map): Remove author preferences.
8003
14a7fbd8
SM
8004 * pcomplete.el (pcomplete-std-complete): Don't abuse
8005 completion-at-point.
8006
50f84510
JB
80072011-04-28 Juanma Barranquero <lekktu@gmail.com>
8008
6e087a44
JB
8009 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
8010 removing code that has been dead since 1991 or so.
8011
50f84510
JB
8012 * startup.el (command-line): When warning about "_emacs", use a
8013 delayed warning to allow the user to filter it out.
8014
0ba690bd
DD
80152011-04-28 Deniz Dogan <deniz@dogan.se>
8016
8017 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
8018 user has not joined.
8019
08abfaad
SM
80202011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8021
8022 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
8023 aren't any completions at point.
8024
638f053a
JB
80252011-04-28 Juanma Barranquero <lekktu@gmail.com>
8026
8027 * subr.el (display-delayed-warnings): New function.
8028 (delayed-warnings-hook): New variable.
8029
8fff8daa
SM
80302011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8031
08abfaad
SM
8032 * minibuffer.el (completion-at-point, completion-help-at-point):
8033 Don't presume that a given completion-at-point-function will always
8034 use the same calling convention.
8035
8fff8daa
SM
8036 * pcomplete.el (pcomplete-completions-at-point):
8037 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
8038 pcomplete-seen is non-nil.
8039 (pcomplete-comint-setup): Also recognize the new comint/shell
8040 completion functions.
8041 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
8042 pcomplete-seen is non-nil.
8043
841a1577 80442011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 8045
841a1577 8046 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 8047 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 8048 the first character in the entry. This allows for code to add its
211ec907
UJ
8049 own uid to the entry.
8050 (icalendar--convert-float-to-ical): Add export of
8051 `diary-float'-entries save for those with the optional DAY
8052 argument.
8053
2a782793
DC
80542011-04-27 Daniel Colascione <dan.colascione@gmail.com>
8055
8056 * subr.el (shell-quote-argument): Use alternate escaping strategy
8057 when we spot a variable reference in a string.
8058
0438ce91
DC
80592011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8060
8061 * cus-start.el (all): Define customization for debug-on-event.
8062
841a1577 80632011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
8064
8065 * subr.el (shell-quote-argument): Escape correctly under Windows.
8066
d090ed6c
SM
80672011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
8070
bfd31217
MA
80712011-04-25 Michael Albinus <michael.albinus@gmx.de>
8072
d090ed6c
SM
8073 * net/tramp.el (tramp-process-actions): Add POS argument.
8074 Delete region between POS and (pos).
bfd31217 8075
d090ed6c
SM
8076 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8077 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
8078 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
8079
8080 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
8081 position in `tramp-process-actions' call.
8082
8083 * net/trampver.el: Update release number.
8084
e92f3bd3
SM
80852011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8086
850256b5
SM
8087 * custom.el (defcustom): Obey lexical-binding.
8088
e92f3bd3
SM
8089 Fix octave-inf completion problems reported by Alexander Klimov.
8090 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8091 Inherit from octave-mode-syntax-table.
8092 (inferior-octave-mode): Set info-lookup-mode.
8093 (inferior-octave-completion-at-point): New function.
8094 (inferior-octave-complete): Use it and completion-in-region.
8095 (inferior-octave-dynamic-complete-functions): Use it as well, and use
8096 comint-filename-completion.
8097 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8098 symbol elements which shouldn't be word elements.
8099 (octave-font-lock-keywords, octave-beginning-of-defun)
8100 (octave-function-header-regexp): Adjust regexps accordingly.
8101 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8102
cd22b309
JB
81032011-04-25 Juanma Barranquero <lekktu@gmail.com>
8104
8105 * net/gnutls.el (gnutls-errorp): Declare before first use.
8106
8b492194
TZ
81072011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
8108
8109 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8110 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 8111 default trustfile exists before going to use it. Add missing
5a5fa834 8112 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
8113 Reported by Claudio Bley <claudio.bley@gmail.com>.
8114 (open-gnutls-stream): Add usage example.
8115
8116 * net/network-stream.el (network-stream-open-starttls): Give host
8117 parameter to `gnutls-negotiate'.
8118 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 8119 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 8120
841a1577 81212011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 8122
cd22b309
JB
8123 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8124 Use correct match group (bug#8438).
05842630 8125
3ba7869c
CY
81262011-04-24 Chong Yidong <cyd@stupidchicken.com>
8127
512e3ae1
CY
8128 * emacs-lisp/package.el (package-built-in-p): Fix typo.
8129 (package-menu--generate): New arg specifying packages to show.
8130 (package-menu-refresh, package-menu-execute, list-packages):
8131 Callers changed.
8132 (package-show-package-list): New function, replacing deleted
8133 package--list-packages (renamed because it is non-internal).
8134
8135 * finder.el (finder-list-matches): Use package-show-package-list
8136 instead of deleted package--list-packages.
8137
e92f3bd3
SM
8138 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8139 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
8140 (vc-annotate-mode-map): Bind it to RET.
8141
7031be6d
UR
81422011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8143
8144 * progmodes/etags.el (next-file): Don't use set-buffer to change
8145 buffers (Bug#8478).
8146
4ef177aa
CY
81472011-04-24 Chong Yidong <cyd@stupidchicken.com>
8148
c8d173eb
CY
8149 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8150
4ef177aa
CY
8151 * apropos.el (apropos-label-face): Avoid variable-pitch face.
8152 (apropos-accumulator): Doc fix.
8153 (apropos-function, apropos-macro, apropos-command)
8154 (apropos-variable, apropos-face, apropos-group, apropos-widget)
8155 (apropos-plist): Add face property.
8156 (apropos-symbols-internal): Fix indentation.
8157 (apropos-print): Simplify help, and recognize apropos-multi-type.
8158 (apropos-print-doc): Use button-type-get to extract the button's
8159 face property. Fill docstring (Bug#8352).
8160
4ffd0d6b 81612011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
8162
8163 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8164
c6c32125 8165 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 8166 (mpuz-mode-map): Use mapc.
c6c32125
JB
8167 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8168 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8169 Fix typos in docstrings.
8170
58d468b4
JB
8171 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8172 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8173
6470c3c6
JB
8174 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8175
4ffd0d6b 81762011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
8177
8178 * minibuffer.el (completion--do-completion): Avoid the "Next char
8179 not unique" prompt if icomplete-mode is enabled (Bug#5849).
8180
3ad8bad0
CY
8181 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8182 mouse-2 into unread-command-events, it is interpreted correctly.
8183
71d73c9c 8184 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 8185 (image-toggle-display): Doc fix.
71d73c9c 8186
841a1577 81872011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 8188
4ffd0d6b
GM
8189 * textmodes/page.el (what-page): Use line-number-at-pos to
8190 calculate line number (Bug#6825).
6e1dbaa9 8191
c2fb1b60
JB
81922011-04-22 Juanma Barranquero <lekktu@gmail.com>
8193
8194 * eshell/esh-mode.el (find-tag-interactive): Declare function.
8195 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8196 Pass argument NO-DEFAULT to `find-tag-interactive'.
8197
e02f48d7
JB
81982011-04-22 Juanma Barranquero <lekktu@gmail.com>
8199
8200 Lexical-binding cleanup.
8201
8202 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8203 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8204 * progmodes/ada-prj.el (ada-prj-initialize-values)
8205 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8206 (ada-prj-show-value):
8207 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8208 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8209 (antlr-invalidate-context-cache, antlr-options-menu-filter)
8210 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8211 * progmodes/bug-reference.el (bug-reference-push-button):
8212 * progmodes/fortran.el (fortran-line-length):
8213 * progmodes/glasses.el (glasses-change):
8214 * progmodes/octave-mod.el (octave-fill-paragraph):
8215 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8216 (python-pdbtrack-grub-for-buffer, python-sentinel):
8217 * progmodes/sql.el (sql-save-connection):
8218 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8219 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8220 Mark unused parameters.
8221
8222 * progmodes/compile.el (compilation--flush-directory-cache)
8223 (compilation--flush-parse, compile-internal): Mark unused parameters.
8224 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8225 (compilation-next-error-function): Remove unused variable `timestamp'.
8226
8227 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8228 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8229
8230 * progmodes/dcl-mode.el (dcl-end-of-command):
8231 Remove unused variable `start'.
8232 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8233 (dcl-option-value-basic, dcl-option-value-offset)
8234 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8235 Mark unused parameters.
8236 (dcl-save-local-variable): Remove unused variable `val'.
8237 (mode): Declare.
8238
8239 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8240 Mark unused parameters.
8241 (delphi-ignore-changes): Move before first use.
8242 (delphi-charset-token-at): Remove unused variable `start'.
8243 (delphi-else-start): Remove unused variable `if-count'.
8244 (delphi-comment-block-start, delphi-comment-block-end):
8245 Remove unused variable `kind'.
8246 (delphi-indent-line): Remove unused variable `new-point'.
8247
8248 * progmodes/ebrowse.el (ebrowse-files-list)
8249 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8250 Mark unused parameters. Don't quote `lambda'.
8251 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8252 Don't quote `lambda'.
8253 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8254 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8255 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8256 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8257 Use `ignore-errors'.
8258 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8259 (ebrowse-view/find-file-and-search-pattern)
8260 (ebrowse-view/find-member-declaration/definition):
8261 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8262 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8263 Rename parameter PREFIX-ARG to PREFIX.
8264 (ebrowse-tags-read-name): Remove unused variables `start' and
8265 `member-info'.
8266 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8267 to `tags-file'.
8268
8269 * progmodes/etags.el (local-find-tag-hook): Declare.
8270 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8271 Mark unused parameters.
8272
8273 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8274 (executable-interpret): Mark unused parameter.
8275
8276 * progmodes/flymake.el (flymake-process-sentinel)
8277 (flymake-after-change-function)
8278 (flymake-create-temp-with-folder-structure)
8279 (flymake-get-include-dirs-dot): Mark unused parameters.
8280 (flymake-safe-delete-directory): Remove unused variable `err'.
8281
8282 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8283 (speedbar-timer-fn, speedbar-line-text)
8284 (speedbar-change-expand-button-char, speedbar-delete-subblock)
8285 (speedbar-center-buffer-smartly): Declare functions.
8286 (gdb-find-watch-expression): Remove unused variable `array'.
8287 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8288 (gdb-starting): Mark unused parameters.
8289 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8290 (gdb-table-string): Remove unused variable `res'.
8291 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8292 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8293 (gdb-display-buffer): Remove unused variable `cur-size'.
8294
8295 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8296 allow lexical-binding compilation.
8297 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8298 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8299 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8300 Mark unused parameters.
8301 (gud-gdb-marker-filter): Remove unused variable `match'.
8302 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8303 lambda expressions and funcall them, instead of using `fset'.
8304
8305 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8306 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8307
8308 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8309 variable `header-beg'; use `let'.
8310
8311 * progmodes/icon.el (indent-icon-exp): Remove unused variables
8312 `restart', `last-sexp' and `at-do'.
8313
8314 * progmodes/js.el (js--debug): Mark unused parameter.
8315 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8316 (js--splice-into-items): Remove unused variable `item'.
8317 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8318
8319 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8320 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8321 (makefile-complete): Remove unused variable `try'.
8322 (makefile-fill-paragraph, makefile-match-function-end):
8323 Mark unused parameters.
8324
8325 * progmodes/octave-inf.el (inferior-octave-complete):
8326 Remove unused variable `proc'.
8327 (inferior-octave-output-digest): Mark unused parameter.
8328
8329 * progmodes/perl-mode.el (perl-calculate-indent):
8330 Remove unused variable `err'.
8331
8332 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8333 (prolog-indent-line): Mark unused parameters.
8334 (prolog-indent-line): Remove unused variable `beg'.
8335
8336 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8337 (reporter-dont-compact-list): Declare.
8338
8339 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8340 Remove unused variable `char'.
8341 (sh-debug): Mark unused parameter.
8342 (sh-get-indent-info): Remove unused variable `start'.
8343 (sh-calculate-indent): Remove unused variable `var'.
8344
8345 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8346 (simula-electric-keyword): Remove unused variable `null'.
8347 (simula-search-backward, simula-search-forward): Remove unused
8348 variables `begin' and `end'.
8349
8350 * progmodes/vera-mode.el (vera-guess-basic-syntax):
8351 Remove unused variable `pos'.
8352 (vera-electric-tab, vera-comment-uncomment-region):
8353 Mark unused parameters.
8354 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8355
7ede3b65
CY
83562011-04-22 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * emacs-lisp/package.el (package--builtins, package-alist)
8359 (package-load-descriptor, package-built-in-p, package-activate)
8360 (define-package, package-installed-p)
8361 (package-compute-transaction, package-buffer-info)
8362 (package--push): Doc fix. Distinguish more clearly between
8363 version strings and version lists.
8364
121656e9
JB
83652011-04-21 Juanma Barranquero <lekktu@gmail.com>
8366
8367 Lexical-binding cleanup.
8368
8369 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8370 (5x5-make-mutate-best):
8371 * play/fortune.el (fortune-in-buffer):
8372 * play/gomoku.el (gomoku-init-display):
8373 * play/solitaire.el (solitaire, solitaire-do-check):
8374 * play/tetris.el (tetris-default-update-speed-function):
8375 Mark unused parameters.
8376
8377 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8378 (bubbles--shift): Remove unused variable `char-org'.
8379 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
8380 (bubbles--show-images): Remove unused variable `char'.
8381
8382 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8383 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8384 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8385 (decipher-analyze-buffer): Use ?\s.
8386 (decipher-make-checkpoint): Remove unused variable `mapping'.
8387
8388 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8389
8390 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8391 Remove unused variable `result'; use `let'.
8392
8393 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8394 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8395 (gametree-children-shown-p, gametree-compute-reduced-score):
8396 Use `ignore-errors'.
8397
8398 * play/handwrite.el (ps-lpr-switches): Declare.
8399 (handwrite): Remove unused variables `pmin' and `lastp'.
8400
8401 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8402
8403 * play/landmark.el (landmark-init-display)
8404 (landmark-update-naught-weights): Mark unused parameters.
8405 (landmark-y): Remove unused variable `noise'. Simplify.
8406 (landmark-human-plays): Remove unused variable `score'.
8407
8408 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8409 (mpuz-try-proposal): Remove unused variable `game'.
8410
8411 * play/zone.el (life-patterns): Declare.
8412
80f499c7
JB
84132011-04-20 Juanma Barranquero <lekktu@gmail.com>
8414
8415 * vc/vc.el (ediff-vc-internal): Declare function.
8416
024ff170
SM
84172011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8418
c0a193ea
SM
8419 * shell.el: Use lexical-binding and std completion UI.
8420 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8421 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8422 comint-preoutput-filter-functions rather than on
8423 comint-output-filter-functions.
8424 (shell-command-completion, shell--command-completion-data)
8425 (shell-filename-completion, shell-environment-variable-completion)
8426 (shell-c-a-p-replace-by-expanded-directory): New functions.
8427 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8428 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8429 (shell-dynamic-complete-environment-variable): Use them.
8430 (shell-dynamic-complete-as-environment-variable)
8431 (shell-dynamic-complete-as-command): Remove.
8432 (shell-match-partial-variable): Match past point.
8433 * comint.el: Clean up use of completion-at-point-functions.
8434 (comint-completion-at-point): New function.
8435 (comint-mode): Use it completion-at-point-functions.
8436 (comint-dynamic-complete): Make it obsolete.
8437 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8438 (comint-c-a-p-replace-by-expanded-history): New function.
8439 (comint-dynamic-complete-functions)
8440 (comint-replace-by-expanded-history): Use it.
8441 * minibuffer.el (completion-table-with-terminator): Allow dynamic
8442 termination strings. Try harder to avoid second try-completion.
8443 (completion-in-region-mode-map): Disable bindings that don't work yet.
8444
2dbaa080
SM
8445 * comint.el: Use lexical-binding. Require CL.
8446 (comint-dynamic-complete-functions): Use comint-filename-completion.
8447 (comint-completion-addsuffix): Tweak custom type.
8448 (comint-filename-completion, comint--common-suffix)
8449 (comint--common-quoted-suffix, comint--table-subvert)
8450 (comint--complete-file-name-data): New functions.
8451 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8452 (comint-dynamic-list-filename-completions): Use them.
8453 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 8454
2dbaa080
SM
8455 * minibuffer.el (completion-in-region-mode):
8456 Keep completion-in-region-mode--predicate global.
8457 (completion-in-region--postch):
8458 Assume completion-in-region-mode--predicate is not null.
8459
c79a6f38
SM
8460 * progmodes/flymake.el (flymake-start-syntax-check-process):
8461 Obey `dir'. Simplify.
8462
024ff170
SM
8463 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8464 we're in VC after all.
8465
1c6c854e
CS
84662011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
8467
8468 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 8469 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
8470 (vc-version-diff): Use vc-diff-build-argument-list-internal.
8471
bed7f140
SM
84722011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8473
332e62ab
SM
8474 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8475 add sanity check.
8476
bed7f140
SM
8477 * obsolete/erc-hecomplete.el: Make obsolete.
8478 * obsolete/: Standardize obsolescence info in the header.
8479
f195c582
GM
84802011-04-20 Glenn Morris <rgm@gnu.org>
8481
8482 * calendar/solar.el (solar-horizontal-coordinates):
8483 Use the longitude argument rather than `calendar-longitude'.
8484 (solar-date-next-longitude): Remove unused locals.
8485
cb79b8c0
VJL
84862011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8487
8488 * whitespace.el: New version 13.2.1.
8489
84902011-04-20 felix <EmacsWiki> (tiny change)
8491
d8e4b68b 8492 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
8493 switching between major modes on a file.
8494
602ea69d
SM
84952011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8498 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8499 multi-line comments as well.
8500
06b60517
JB
85012011-04-19 Juanma Barranquero <lekktu@gmail.com>
8502
8503 Lexical-binding cleanup.
8504
8505 * arc-mode.el (archive-mode-revert):
8506 * cmuscheme.el (scheme-interactively-start-process):
8507 * custom.el (custom-initialize-delay):
8508 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8509 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8510 * emacs-lock.el (emacs-lock-clear-sentinel):
8511 * ezimage.el (defezimage):
8512 * follow.el (follow-avoid-tail-recenter):
8513 * fringe.el (set-fringe-mode-1):
8514 * generic-x.el (bat-generic-mode-compile):
8515 * help-mode.el (help-info-variable, help-do-xref)
8516 (help-mode-revert-buffer):
8517 * help.el (view-emacs-todo):
8518 * iswitchb.el (iswitchb-completion-help):
8519 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8520 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8521 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8522 * locate.el (locate-update):
8523 * longlines.el (longlines-encode-region)
8524 (longlines-after-change-function):
8525 * outline.el (outline-isearch-open-invisible):
8526 * ps-def.el (declare-function, charset-dimension, char-width)
8527 (encode-char):
8528 * ps-mule.el (ps-mule-plot-string):
8529 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8530 (recentf-edit-list-select, recentf-edit-list-validate)
8531 (recentf-open-files-action):
8532 * rect.el (delete-whitespace-rectangle-line)
8533 (rectangle-number-line-callback):
8534 * register.el (window-configuration-to-register)
8535 (frame-configuration-to-register):
8536 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8537 * select.el (xselect-convert-to-string, xselect-convert-to-length)
8538 (xselect-convert-to-targets, xselect-convert-to-delete)
8539 (xselect-convert-to-filename, xselect-convert-to-charpos)
8540 (xselect-convert-to-lineno, xselect-convert-to-colno)
8541 (xselect-convert-to-os, xselect-convert-to-host)
8542 (xselect-convert-to-user, xselect-convert-to-class)
8543 (xselect-convert-to-name, xselect-convert-to-integer)
8544 (xselect-convert-to-atom, xselect-convert-to-identity):
8545 * subr.el (declare, ignore, process-kill-without-query)
8546 (text-clone-maintain):
8547 * terminal.el (te-get-char, te-tic-sentinel):
8548 * tool-bar.el (tool-bar-make-keymap):
8549 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8550 * type-break.el (type-break-mode, type-break-noninteractive-query):
8551 * view.el (View-back-to-mark):
8552 * wid-browse.el (widget-browse-action, widget-browse-widget)
8553 (widget-browse-widgets, widget-browse-sexp):
8554 * widget.el (define-widget-keywords):
8555 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8556 Mark unused parameters.
8557
8558 * align.el (align-adjust-col-for-rule): Mark unused parameter.
8559 (align-areas): Remove unused variable `look'.
8560 (align-region): Remove unused variables `real-end' and `pos-list'.
8561
8562 * apropos.el (apropos-score-doc): Remove unused variable `i'.
8563
8564 * bindings.el (mode-line-modified, mode-line-remote):
8565 Mark unused parameters.
8566 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8567
8568 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8569 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8570
8571 * comint.el (comint-history-isearch-pop-state)
8572 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8573 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8574 (comint-substitute-in-file-name): Doc fix.
8575
8576 * completion.el (cmpl-statistics-block): Mark unused parameter.
8577 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8578 (save-completions-to-file, load-completions-from-file):
8579 Remove unused local variable `e'.
8580
8581 * composite.el (compose-chars): Remove unused variable `len'.
8582 (lgstring-insert-glyph): Remove unused variable `g'.
8583 (compose-glyph-string): Remove unused variables `ascent',
8584 `descent', `lbearing' and `rbearing'.
8585 (compose-glyph-string-relative): Remove unused variables
8586 `lbearing', `rbearing' and `wadjust'.
8587 (compose-gstring-for-graphic): Remove unused variables `header',
8588 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
8589 (compose-gstring-for-terminal): Remove unused variables `header'
8590 and `nchars'. Use `let', not `let*'.
8591
8592 * cus-edit.el (Custom-set, Custom-save, custom-reset)
8593 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8594 (Custom-buffer-done, custom-buffer-create-internal)
8595 (custom-browse-visibility-action, custom-browse-group-tag-action)
8596 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8597 (widget-magic-mouse-down-action, custom-toggle-parent)
8598 (custom-add-parent-links, custom-toggle-hide-variable)
8599 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8600 (custom-toggle-hide-face, face, hook, custom-group-link-action)
8601 (custom-face-menu-create, custom-variable-menu-create, get)
8602 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8603 (custom-reset-standard-save-and-update): Remove unused variable `value'.
8604 (customize-apropos): Remove unused variable `tests'.
8605 (custom-group-value-create): Remove unused variable `hidden-p'.
8606 (sort-fold-case): Declare.
8607
8608 * cus-theme.el (custom-reset-standard-faces-list)
8609 (custom-reset-standard-variables-list): Declare.
8610 (customize-create-theme, custom-theme-revert, custom-theme-write)
8611 (custom-theme-choose-mode, customize-themes, custom-theme-save):
8612 Mark unused parameters.
8613
8614 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8615
8616 * delim-col.el (delimit-columns-max): Move defvar before first use.
8617
8618 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 8619 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
8620
8621 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8622 (auto-insert): Declare.
8623 (desktop-restore-file-buffer): Rename desktop-* parameters;
8624 mark unused ones.
8625 (desktop-create-buffer): Rename desktop-* parameters and bind them.
8626 (desktop-buffer): Rename desktop-* parameters.
8627
8628 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8629 (dframe-reposition-frame-xemacs, dframe-help-echo)
8630 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8631 Mark unused parameters.
8632
8633 * dired-aux.el (backup-extract-version-start, overwrite-query)
8634 (overwrite-backup-query, rename-regexp-query)
8635 (rename-non-directory-query): Declare.
8636 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8637 (dired-add-entry): Remove unused variable `orig-file-name'.
8638 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8639 Use parameter PRESERVE-TIME instead of accessing dynamic variable
8640 `dired-copy-preserve-time' directly.
8641 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8642 (dired-insert-subdir-newpos): Rename unused variable `pos'.
8643
8644 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8645 (dired-virtual-revert, dired-make-relative-symlink):
8646 Mark unused parameters.
8647 (manual-program): Declare.
8648 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8649 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8650 wrapped in `with-no-warnings' to avoid replacing one warning by another.
8651
8652 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8653
8654 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8655
8656 * echistory.el (electric-history-in-progress, Helper-return-blurb):
8657 Declare.
8658
8659 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8660
8661 * electric.el (Electric-command-loop): Rename parameter
8662 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8663
8664 * expand.el (expand-in-literal): Remove unused variable `here'.
8665
8666 * facemenu.el (facemenu-add-new-color):
8667 Remove unused variable `docstring'.
8668
8669 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8670 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8671 (face-attr-construct): Mark unused parameter. Doc fix.
8672 (read-color): Remove unused variable `hex-string'.
8673
8674 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8675 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8676 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8677 (display-buffer-other-frame): Remove unused variable `old-window'.
8678 (kill-buffer-hook): Declare.
8679 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8680 Mark unused parameters.
8681 (after-find-file): Pass 1 to `auto-save-mode', not t.
8682
8683 * files-x.el (auto-insert): Declare.
8684 (modify-file-local-variable-prop-line): Remove unused variable `val'.
8685
8686 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 8687 variable `buf'. Mark unused parameter.
06b60517
JB
8688 (find-lisp-insert-directory): Mark unused parameter.
8689
8690 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8691 (format-encode-region): Remove unused variables `cur-buf' and `result'.
8692 (format-common-tail): Remove, unused.
8693 (format-deannotate-region): Remove unused variable `loc'.
8694 (format-annotate-region): Remove unused variable `p'.
8695 (format-annotate-single-property-change): Remove unused variables
8696 `default' and `tail'.
8697
8698 * forms.el (read-file-filter): Declare.
8699 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8700
8701 * frame.el (frame-creation-function-alist): Mark unused parameter.
8702 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8703
8704 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8705 Remove unused parameters.
8706 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8707 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8708
8709 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8710 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8711 (hfy-prepare-tag-map): Mark unused parameters.
8712 (htmlfontify-buffer): Use `called-interactively-p'.
8713
8714 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8715 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8716 (ibuffer-do-occur): Mark unused parameters.
8717 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8718 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8719
8720 * ibuffer.el: Don't quote `lambda'.
8721 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8722 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8723 Mark unused parameters.
8724
8725 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8726 (ido-completing-read): Mark unused parameters.
8727 (ido-copy-current-word): Mark unused parameters;
8728 remove unused variable `name'.
8729 (ido-sort-merged-list): Remove unused parameter `dirs'.
8730
8731 * ielm.el (ielm-input-sender): Mark unused parameter.
8732 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8733 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8734 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8735 `ielm-string' as a dynamic variable accessible from the IELM prompt.
8736 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
8737
8738 * image-dired.el (image-dired-display-thumbs): Remove unused
8739 variables `curr-file' and `count'.
8740 (image-dired-remove-tag): Remove unused variable `start'.
8741 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8742 variable `curr-file'
8743 (image-dired-rotate-original): Remove unused variable `temp-file'.
8744 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
8745 Remove unused variable `file'.
8746 (image-dired-gallery-generate): Remove unused variable `curr'.
8747 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
8748
8749 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
8750
8751 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
8752
8753 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
8754
8755 * isearch.el (minibuffer-history-symbol): Declare.
8756 (isearch-edit-string): Remove unused variable `err'.
8757 (isearch-message-prefix, isearch-message-suffix):
8758 Mark unused parameters.
8759
8760 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
8761
8762 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
8763
8764 * makesum.el (double-column): Remove unused variable `cnt'.
8765
8766 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
8767 (ido-ignore-item-temp-list): Declare.
8768
8769 * mouse-drag.el (mouse-drag-throw): Remove unused variables
8770 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
8771 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
8772 (mouse-drag-drag): Remove unused variables `mouse-delta' and
8773 `mouse-col-delta'.
8774
8775 * mouse-sel.el (mouse-extend-internal):
8776 Remove unused variable `orig-window-frame'.
8777
8778 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
8779 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
8780 Move declarations before first use.
8781 (pcomplete-opt): Mark unused parameters; doc fix.
8782
8783 * proced.el (proced-revert): Mark unused parameter.
8784 (proced-send-signal): Remove unused variable `err'.
8785
8786 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
8787 Rename parameter PREFIX-ARG to ARG.
8788 (ps-basic-plot-string, ps-basic-plot-whitespace):
8789 Mark unused parameters.
8790
8791 * replace.el (replace-count): Define.
8792 (occur-revert-function): Mark unused parameters.
8793 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
8794 (isearch-case-fold-search, isearch-string): Declare.
8795 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
8796 bind `case-fold-search'. Remove unused variables `beg' and `end',
8797 and simplify.
8798 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
8799 COUNT and bind `replace-count'.
8800 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
8801 to COUNT.
8802
8803 * savehist.el (print-readably, print-string-length): Declare.
8804
8805 * shadowfile.el (shadow-expand-cluster-in-file-name):
8806 Remove unused variable `cluster'.
8807 (shadow-copy-file): Remove unused variable `i'.
8808 (shadow-noquery, shadow-clusters, shadow-site-cluster)
8809 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
8810 (shadow-define-literal-group, shadow-define-regexp-group)
8811 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
8812
8813 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
8814 (shell): Use `called-interactively-p'.
8815 (shell-directory-tracker): Remove unused variable `chdir-failure'.
8816
8817 * simple.el (compilation-context-lines, comint-file-name-quote-list)
8818 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
8819 (delete-backward-char): Remove unused variable `ocol'.
8820 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
8821 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
8822 (event-apply-hyper-modifier, event-apply-shift-modifier)
8823 (event-apply-control-modifier, event-apply-meta-modifier):
8824 Mark unused parameters.
8825 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
8826 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
8827
8828 * speedbar.el (speedbar-ignored-directory-expressions)
8829 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
8830 (speedbar-find-file, speedbar-dir-follow)
8831 (speedbar-directory-buttons-follow, speedbar-tag-find)
8832 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8833 (speedbar-buffers-line-directory, speedbar-buffer-click):
8834 Mark unused parameters.
8835 (speedbar-tag-file): Remove unused variable `mode'.
8836 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
8837
8838 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
8839
8840 * talk.el (talk): Remove unused variable `display'.
8841
8842 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
8843 (tar-write-region-annotate): Mark unused parameter.
8844
8845 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
8846 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
8847 Declare them, wrapped in `with-no-warnings' to avoid replacing one
8848 warning by another.
8849
8850 * time-stamp.el (time-stamp-string-preprocess):
8851 Remove unused variable `require-padding'.
8852
8853 * tree-widget.el (widget-glyph-enable): Declare.
8854 (tree-widget-action): Mark unused parameter.
8855
8856 * w32-fns.el (x-get-selection): Mark unused parameter.
8857 (autoload-make-program, generated-autoload-file): Declare.
8858
8859 * wdired.el (wdired-revert): Mark unused parameters.
8860 (wdired-xcase-word): Remove unused variable `err'.
8861
8862 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
8863 (whitespace-help-scroll): Remove unused variable `data-help'.
8864
8865 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
8866 (widget-image-insert, widget-after-change, default)
8867 (widget-default-format-handler, widget-default-notify)
8868 (widget-default-prompt-value, widget-info-link-action)
8869 (widget-url-link-action, widget-function-link-action)
8870 (widget-variable-link-action, widget-file-link-action)
8871 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
8872 (widget-field-prompt-internal, widget-field-action, widget-field-match)
8873 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
8874 (widget-insert-button-action, widget-delete-button-action, visibility)
8875 (widget-documentation-link-action, widget-documentation-string-action)
8876 (widget-const-prompt-value, widget-regexp-match, symbol)
8877 (widget-coding-system-prompt-value)
8878 (widget-key-sequence-value-to-external, sexp)
8879 (widget-sexp-value-to-internal, character, vector, cons)
8880 (widget-choice-prompt-value, widget-boolean-prompt-value)
8881 (widget-color--choose-action): Mark unused parameters.
8882 (widget-item-match-inline, widget-choice-match-inline)
8883 (widget-checklist-match, widget-checklist-match-inline)
8884 (widget-group-match): Rename parameter VALUES to VALS.
8885 (widget-field-value-set): Remove unused variable `size'.
8886 (widget-color-action): Remove unused variables `value' and `start'.
8887
8888 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 8889 variable `dir'. Doc fix.
06b60517
JB
8890 (windmove-find-other-window): Don't pass it.
8891
8892 * window.el (count-windows): Mark unused parameter.
8893 (bw-adjust-window): Remove unused variable `err'.
8894
8895 * woman.el (woman-file-name): Remove unused variable `default'.
8896 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
8897 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
8898 (global-font-lock-mode): Declare.
8899 (woman-decode-region): Mark unused parameter.
8900 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
8901
8902 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
8903 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
8904 (x-dnd-handle-moz-url): Remove unused variable `title'.
8905 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
8906
8907 * xml.el (xml-parse-tag, xml-parse-attlist):
8908 Remove unused variable `pos'.
8909
bc4f7f3d
GM
89102011-04-19 Glenn Morris <rgm@gnu.org>
8911
8912 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
8913 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8914 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8915 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
8916 * calendar/cal-html.el (cal-html-insert-minical):
8917 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
8918 (calendar-mark-date-pattern):
8919 Prefix "unused" locals.
8920
8921 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
8922 optional argument `style'.
8923
8924 * calendar/appt.el (appt-make-list):
8925 * calendar/cal-china.el (calendar-chinese-date-string):
8926 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
8927 (diary-hebrew-yahrzeit):
8928 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
8929 * calendar/calendar.el (calendar-generate-window):
8930 * calendar/time-date.el (time-to-days):
8931 Remove unused local variables.
8932
16a43933
CY
89332011-04-18 Chong Yidong <cyd@stupidchicken.com>
8934
8935 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
8936 glyphless-char-display table.
8937 (tabulated-list-glyphless-char-display): New var.
8938
7eed1860
SS
89392011-04-18 Sam Steingold <sds@gnu.org>
8940
8941 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
8942 to acknowledgments.
8943
4d2d1ccd
GM
89442011-04-17 Glenn Morris <rgm@gnu.org>
8945
8946 * calendar/diary-lib.el (diary-sexp-entry):
8947 * calendar/holidays.el (holiday-sexp):
8948 Set debug-on-error rather than the removed stack-trace-on-error.
8949
239da61d
GM
89502011-04-16 Glenn Morris <rgm@gnu.org>
8951
8952 * progmodes/f90.el: Use lexical-binding.
8953 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
8954
8b05752a
SM
89552011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8956
daca8ba5
SM
8957 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
8958 (mail-mode): Setup mailalias completion here instead.
8959 * mail/mailalias.el: Use lexical-binding.
8960 (pattern, mailalias-done): Declare dynamic.
8961 (mail-completion-at-point-function): New function, from mail-complete.
8962 (mail-complete): Use it.
8963 (mail-completion-expand): New function.
8964 (mail-get-names): Use it.
8965 (mail-directory, mail-directory-process, mail-directory-stream):
8966 Don't use `pattern' for lexically bound arg.
8967
6f542485
SM
8968 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
8969
037e7c3f
SM
8970 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
8971 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
8972 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
8973
8b05752a
SM
8974 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
8975 (byte-save-window-excursion, byte-temp-output-buffer-setup)
8976 (byte-interactive-p): Define them again, for use when inlining
8977 old code.
8978
49093f60
JB
89792011-04-15 Juanma Barranquero <lekktu@gmail.com>
8980
8981 * loadup.el: Use `string-to-number', not `string-to-int'.
8982
b5b8e7de
SM
89832011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8984
8985 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
8986 gud-gdb-complete-command.
8987 (gud-gdb-completions): New function, from gud-gdb-complete-command.
8988 (gud-gdb-completion-at-point): New function.
8989 (gud-gdb-completions): Remove.
8990
f42efeb5
MA
89912011-04-14 Michael Albinus <michael.albinus@gmx.de>
8992
49093f60
JB
8993 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
8994 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
8995 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
8996 whether `executable-find' is bound.
f42efeb5
MA
8997
8998 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
8999
e240cc21
SM
90002011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * minibuffer.el (completion-in-region-mode-predicate)
9003 (completion-in-region-mode--predicate): New vars.
9004 (completion-in-region, completion-in-region--postch)
9005 (completion-in-region-mode): Use them.
9006 (completion--capf-wrapper): Also return the hook function.
9007 (completion-at-point, completion-help-at-point):
9008 Adjust and provide a predicate.
c2bd2ab0
SM
9009
9010 Preserve arg names for advice of subr and lexical functions (bug#8457).
9011 * help-fns.el (help-function-arglist): Consolidate the subr and
9012 new-byte-code cases. Add argument `preserve-names' to extract names
9013 from the docstring when needed.
9014 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
9015 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9016 (ad-arglist): Use help-function-arglist's new arg.
9017 (ad-definition-type): Use cond.
9018
c183f693
JB
90192011-04-13 Juanma Barranquero <lekktu@gmail.com>
9020
06641a47
JB
9021 * autorevert.el (auto-revert-handler):
9022 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
9023 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
9024 Don't quote lambda.
9025
c183f693
JB
9026 * image-mode.el (image-transform-set-scale):
9027 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
9028
1e3b6001
G
90292011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9030
9031 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 9032 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
9033 Upgrades via gnutls-cli are too slow to be done opportunistically.
9034
2d6af8dd
JB
90352011-04-12 Juanma Barranquero <lekktu@gmail.com>
9036
9037 * dframe.el (dframe-current-frame): Remove spurious quote.
9038
c0749a51
GM
90392011-04-12 Glenn Morris <rgm@gnu.org>
9040
088d0d61
GM
9041 * calendar/cal-tex.el (cal-tex-end-document):
9042 Try to automatically use latin1 input if needed.
9043
c0749a51
GM
9044 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
9045 Don't try to cons a mark onto an empty element.
9046
5c90fde0
LL
90472011-04-11 Leo Liu <sdl.web@gmail.com>
9048
9049 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
9050 buffers.
9051 (ido-kill-buffer-at-head): Support killing virtual buffers.
9052
369e974d
CY
90532011-04-10 Chong Yidong <cyd@stupidchicken.com>
9054
9055 * minibuffer.el (completion-show-inline-help): New var.
9056 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
9057 (minibuffer-force-complete, minibuffer-complete-word):
9058 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
9059
9060 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
9061 to avoid interference from inline help (Bug#5849).
9062
37f1c930
LL
90632011-04-10 Leo Liu <sdl.web@gmail.com>
9064
099c39a4
JB
9065 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9066 Fix typo.
37f1c930 9067
a32d4040
CY
90682011-04-09 Chong Yidong <cyd@stupidchicken.com>
9069
9070 * image-mode.el (image-toggle-display-image): Signal an error if
9071 not in Image mode.
9072 (image-transform-mode, image-transform-resize)
9073 (image-transform-set-rotation): Doc fix.
daca8ba5 9074 (image-transform-set-resize): Delete.
a32d4040
CY
9075 (image-transform-set-scale, image-transform-fit-to-height)
9076 (image-transform-fit-to-width): Handle image-toggle-display-image
9077 and image-transform-resize directly.
9078
099c39a4 90792011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
9080
9081 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
9082 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
9083 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
9084 (doc-view-mode-map): Add bindings for the new functions.
9085
099c39a4 90862011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 9087
4d61f28d 9088 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
9089 Fix typo in docstring.
9090
3726838a
EZ
90912011-04-08 Eli Zaretskii <eliz@gnu.org>
9092
04f33f1e
EZ
9093 * files.el (file-size-human-readable): Produce one digit after
9094 decimal, like "ls -lh" does.
9095
9096 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9097 the file size representation.
9098
3726838a
EZ
9099 * simple.el (list-processes): If async subprocesses are not
9100 available, error out with a clear error message.
9101
cbb59342
CY
91022011-04-08 Chong Yidong <cyd@stupidchicken.com>
9103
9104 * help.el (help-form-show): New function, to be called from C.
9105 Put help-form output in a buffer named differently than *Help*.
9106
e3971c44
EZ
91072011-04-08 Eli Zaretskii <eliz@gnu.org>
9108
9109 * files.el (file-size-human-readable): New function.
9110
9111 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9112 computing the representation inline. Don't require `cl'.
9113
12544bbe
GM
91142011-04-08 Glenn Morris <rgm@gnu.org>
9115
a1de6c6a
GM
9116 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9117
3c4671f4
GM
9118 * net/browse-url.el (browse-url-firefox):
9119 Test system-type, not system-configuration.
9120
b605679c
GM
9121 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9122 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9123 Use log-edit-empty-buffer-p. (Bug#7598)
9124
56442f0c
GM
9125 * net/rlogin.el (rlogin-process-connection-type): Simplify.
9126 (rlogin-mode-map): Initialize in the defvar.
9127 (rlogin): Use ignore-errors.
9128
12544bbe
GM
9129 * replace.el (occur-mode-map): Some fixes for menu items.
9130
eb237b0f
AH
91312011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9132
9133 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
9134
7d668f2c
CY
91352011-04-06 Chong Yidong <cyd@stupidchicken.com>
9136
e67a13ab
CY
9137 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9138 issuing unused warnings.
9139
9140 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9141 macro directly.
9142
7d668f2c
CY
9143 * simple.el: Lisp reimplement of list-processes. Based on an
9144 earlier reimplementation by Leo Liu, but using tabulated-list.el.
9145 (process-menu-mode): New major mode.
9146 (list-processes--refresh, list-processes):
9147 (process-menu-visit-buffer): New functions.
9148
9149 * files.el (save-buffers-kill-emacs): Don't assume any return
9150 value of list-processes, which is undocumented anyway.
9151
a83ec3c9
CY
91522011-04-06 Chong Yidong <cyd@stupidchicken.com>
9153
9154 * emacs-lisp/tabulated-list.el: New file.
9155
e91a96fe
CY
9156 * emacs-lisp/package.el: Use Tabulated List mode.
9157 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9158 (package-menu-mode): Derive from tabulated-list-mode. Set up the
9159 table format using Tabulated List mode variables.
9160 (package--push): New macro, replacing package-list-maybe-add.
9161 (package-menu--generate): Use package--push. Renamed from
9162 package--generate-package-list.
9163 (package-menu-refresh, list-packages): Use it.
daca8ba5 9164 (package-menu--print-info): Rename from package-print-package.
e91a96fe 9165 Return insertion data instead of inserting it directly.
099c39a4
JB
9166 (package-menu-describe-package, package-menu-execute):
9167 Use tabulated-list-get-id.
e91a96fe
CY
9168 (package-menu-mark-delete, package-menu-mark-install)
9169 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
9170 (package-menu-mark-obsolete-for-deletion):
9171 Use tabulated-list-put-tag.
e91a96fe
CY
9172 (package--list-packages, package-menu-revert)
9173 (package-menu-get-package, package-menu-get-version)
9174 (package-menu-sort-by-column): Functions deleted.
9175 (package-menu-package-list, package-menu-sort-key): Vars deleted.
9176 (package-menu--status-predicate, package-menu--version-predicate)
9177 (package-menu--name-predicate)
9178 (package-menu--description-predicate): Handle arguments in the
9179 Tabulated List format.
9180 (package-list-packages-no-fetch): Call list-packages.
9181
3e214b50
JB
91822011-04-06 Juanma Barranquero <lekktu@gmail.com>
9183
9184 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 9185 (after-find-file): Don't bind it.
3e214b50
JB
9186 (revert-buffer-in-progress-p): New variable.
9187 (revert-buffer): Bind it.
9188 Pass nil for `after-find-file-from-revert-buffer'.
9189
9190 * saveplace.el (save-place-find-file-hook): Use new variable
9191 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9192
3f0f1700
GM
91932011-04-06 Glenn Morris <rgm@gnu.org>
9194
c0274801
GM
9195 * Makefile.in (AUTOGEN_VCS): New variable.
9196 (autoloads): Use $AUTOGEN_VCS.
9197
3f0f1700
GM
9198 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9199 * calendar/calendar.el (calendar-mode-map):
9200 Check for toolkit scroll bars. (Bug#8305)
9201
41ea9e48
CY
92022011-04-05 Chong Yidong <cyd@stupidchicken.com>
9203
9204 * minibuffer.el (completion-in-region--postch)
9205 (completion-in-region-mode): Remove unnecessary messages.
9206
6194c800
JB
92072011-04-05 Juanma Barranquero <lekktu@gmail.com>
9208
33256f14
JB
9209 * font-lock.el (font-lock-refresh-defaults):
9210 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9211 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9212
6194c800
JB
9213 * info.el (Info-directory-list, Info-read-node-name-2)
9214 (Info-split-parameter-string): Doc fixes.
9215 (Info-virtual-nodes): Reflow docstring.
9216 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9217 (Info-apropos-toc-nodes, info-finder, Info-get-token)
9218 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9219 Fix typos in docstrings.
9220 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9221 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9222 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9223 (Info-restore-desktop-buffer): Mark unused parameters.
9224 (Info-directory-find-file, Info-directory-find-node)
9225 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9226 (Info-virtual-index-find-node, Info-apropos-find-file)
9227 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 9228 Mark unused parameters; fix typos in docstrings.
6194c800
JB
9229 (Info-virtual-index): Remove unused local variable `nodename'.
9230
b87a8200 92312011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 9232
b87a8200
DD
9233 * net/rcirc.el: Update my e-mail address.
9234 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 9235
3b2ff876
CY
92362011-04-05 Chong Yidong <cyd@stupidchicken.com>
9237
9238 * startup.el (command-line): Save the cursor's theme-face
9239 directly, instead of using face-override-spec.
9240
9241 * custom.el (load-theme): Minor optimization in assigning faces.
9242
8d17e7ca
JB
92432011-04-04 Juanma Barranquero <lekktu@gmail.com>
9244
9245 * help-fns.el (describe-variable): Complete all variables having
9246 documentation, including keywords.
9247 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9248
2fbc1934
JB
92492011-04-04 Juanma Barranquero <lekktu@gmail.com>
9250
9251 Convert to lexical-binding.
9252
9253 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9254 (bs--get-marked-string, bs--get-modified-string)
9255 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9256 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9257 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9258
9259 * ehelp.el (electric-help-execute-extended)
9260 (electric-help-ctrl-x-prefix):
9261 * hexl.el (hexl-revert-buffer-function):
9262 * linum.el (linum-after-change, linum-after-scroll):
9263 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9264
9265 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9266
74f50695
DU
92672011-04-04 Daiki Ueno <ueno@unixuser.org>
9268
9269 * epa-dired.el:
9270 * epa-mail.el:
9271 * epa-hook.el:
9272 * epa-file.el:
9273 * epa.el:
9274 * epg.el: Use lexical binding.
9275
c11325f7
CY
92762011-04-03 Chong Yidong <cyd@stupidchicken.com>
9277
0d9e9a12
CY
9278 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9279
c11325f7 9280 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
9281 dictionary case for flyspell-mark-duplications-exceptions.
9282 Use regexp matching for languages.
c11325f7
CY
9283 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9284 default dictionary (Bug#7926).
9285
da91b5f2
CY
92862011-04-02 Chong Yidong <cyd@stupidchicken.com>
9287
099c39a4
JB
9288 * emacs-lisp/package.el (package--with-work-buffer):
9289 Recognize https URLs.
da91b5f2 9290
099c39a4
JB
9291 * net/network-stream.el: Move from gnus/proto-stream.el.
9292 Change prefix to network-stream throughout.
da91b5f2
CY
9293 (open-protocol-stream): Merge into open-network-stream, leaving
9294 open-protocol-stream as an alias. Handle nil BUFFER args.
9295
9296 * subr.el (open-network-stream): Move to net/network-stream.el.
9297
afa8e9f6
GM
92982011-04-02 Glenn Morris <rgm@gnu.org>
9299
1d2e369d
GM
9300 * find-dired.el (find-exec-terminator): New option.
9301 (find-ls-option): Test for -ls support.
9302 (find-ls-subdir-switches): Test for -b in find-ls-option.
9303 (find-dired, find-grep-dired): Doc fixes.
9304 (find-dired): Use find-exec-terminator.
9305
8abb7da8 9306 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
9307 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9308 (find-name-arg): Remove purecopy.
8abb7da8 9309
f3ca7378
GM
9310 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9311 (grep-compute-defaults): Check for `-exec COMMAND +' support.
9312 Set grep-find-use-xargs, grep-find-command, and grep-find-template
9313 accordingly. Don't add the null-device if not needed.
9314
afa8e9f6
GM
9315 * files.el (save-some-buffers): Doc fix.
9316
35eae264
EZ
93172011-04-02 Eli Zaretskii <eliz@gnu.org>
9318
9319 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9320
26b51db5
JB
93212011-04-01 Juanma Barranquero <lekktu@gmail.com>
9322
9323 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9324 Use `dolist' rather than `mapcar'.
9325
7200d79c
SM
93262011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9327
03408648 9328 Add lexical binding.
7200d79c 9329
03408648
SM
9330 * subr.el (apply-partially): Use new closures rather than CL.
9331 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9332 (dolist, dotimes): Use slightly different expansion for lexical code.
9333 (functionp): Move to C.
9334 (letrec): New macro.
9335 (with-wrapper-hook): Use it and apply-partially instead of CL.
9336 (eval-after-load): Preserve lexical-binding.
9337 (save-window-excursion, with-output-to-temp-buffer): Turn them
9338 into macros.
7200d79c 9339
03408648
SM
9340 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9341
9342 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9343 than the arglist.
9344 (help-add-fundoc-usage): Don't add `Not documented'.
9345 (help-function-arglist): Handle closures, subroutines, and new
9346 byte-code-functions.
9347 (help-make-usage): Remove leading underscores.
9348 (describe-function-1): Handle closures.
9349 (describe-variable): Use special-variable-p for completion.
9350
9351 * files.el (lexical-binding): Declare safe.
f488fb65 9352
03408648
SM
9353 * emacs-lisp/pcase.el: Don't use destructuring-bind.
9354 (pcase--memoize): Rename from pcase-memoize. Change weakness.
9355 (pcase): Add `let' pattern.
9356 Change memoization so it actually works.
9357 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9358 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9359 <let>: New case.
f488fb65 9360
03408648
SM
9361 * emacs-lisp/macroexp.el: Use lexical binding.
9362 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
9363 Don't convert ' to #' without checking that it's indeed quoting
9364 a lambda.
9365
9366 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 9367 Use eval-sexp-add-defvars.
03408648
SM
9368 (eval-sexp-add-defvars): New fun.
9369
9370 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9371
9372 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9373 Don't autoload.
9374 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9375 than the internal `byte-compile-lambda'.
9376 (defmethod): Don't hide code under quotes.
9377 (eieio-defmethod): New `code' argument.
9378
9379 * emacs-lisp/eieio-comp.el: Remove.
9380
9381 * emacs-lisp/edebug.el (edebug-eval-defun)
9382 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9383 (edebug-toggle): Avoid `eval'.
9384
9385 * emacs-lisp/disass.el (disassemble-internal): Handle new
9386 `closure' objects.
9387 (disassemble-1): Handle new byte codes.
9388
9389 * emacs-lisp/cl.el (pushnew): Silence warning.
9390
9391 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9392 (cl-byte-compile-throw): Remove.
9393 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9394
9395 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9396 closures.
9397
9398 * emacs-lisp/cconv.el: New file.
9399
9400 * emacs-lisp/bytecomp.el: Use lexical binding instead of
9401 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
9402 (byte-compile-initial-macro-environment):
9403 Handle declare-function here.
9404 (byte-compile--lexical-environment): New var.
9405 (byte-stack-ref, byte-stack-set, byte-discardN)
9406 (byte-discardN-preserve-tos): New lap codes.
9407 (byte-interactive-p): Don't use any more.
9408 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9409 New macros.
9410 (byte-compile-lapcode): Use them and handle new lap codes.
9411 (byte-compile-obsolete): Remove.
9412 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9413 (byte-compile-arglist-warn): Check late def of inlinable funs.
9414 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9415 since they should have been expanded by now.
9416 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9417 (byte-compile-from-buffer): Remove unused second arg.
9418 (byte-compile-preprocess): New function.
9419 (byte-compile-toplevel-file-form): New function to distinguish
9420 file-form calls from outside from file-form calls from hunk-handlers.
9421 (byte-compile-file-form): Simplify.
9422 (byte-compile-file-form-defsubst): Remove.
9423 (byte-compile-file-form-defmumble): Simplify now that
9424 byte-compile-lambda always returns a byte-code-function.
9425 (byte-compile): Preprocess.
9426 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9427 Remove, not used any more.
9428 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9429 (byte-compile-make-args-desc): New funs.
9430 (byte-compile-lambda): Handle lexical functions. Always return
9431 a byte-code-function.
9432 (byte-compile-reserved-constants): New var, to make up room for
9433 closed-over variables.
9434 (byte-compile-constants-vector): Obey it.
9435 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9436 (byte-compile-macroexpand-declare-function): New function.
9437 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9438 byte-code-functions.
9439 (byte-compile-form): Check obsolescence here.
9440 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9441 (byte-compile-variable-ref): Remove.
9442 (byte-compile-dynamic-variable-op): New fun.
9443 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9444 (byte-compile-variable-set): New funs.
9445 (byte-compile-discard): Add 2 args.
9446 (byte-compile-stack-ref, byte-compile-stack-set)
9447 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9448 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9449 macroexpand-all instead.
9450 (byte-compile-quote-form): Remove.
9451 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9452 (byte-compile-bind, byte-compile-unbind): New funs.
9453 (byte-compile-let): Handle let* and lexical binding.
9454 (byte-compile-let*): Remove.
9455 (byte-compile-catch, byte-compile-unwind-protect)
9456 (byte-compile-track-mouse, byte-compile-condition-case):
9457 Handle a new :fun-body form, used for lexical scoping.
9458 (byte-compile-save-window-excursion)
9459 (byte-compile-with-output-to-temp-buffer): Remove.
9460 (byte-compile-defun): Simplify.
9461 (byte-compile-stack-adjustment): New fun.
9462 (byte-compile-out): Use it.
9463 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9464
9465 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9466 handler any more.
9467
9468 * emacs-lisp/byte-opt.el: Use lexical binding.
9469 (byte-inline-lapcode): Remove (to bytecomp).
9470 (byte-compile-inline-expand): Pay attention to inlining to/from
9471 lexically bound code.
9472 (byte-compile-unfold-lambda): Don't handle byte-code-functions
9473 any more.
9474 (byte-optimize-form-code-walker): Don't handle save-window-excursion
9475 any more and don't call compiler-macros.
9476 (byte-compile-splice-in-already-compiled-code): Remove.
9477 (byte-code): Don't inline any more.
9478 (disassemble-offset): Receive `bytes' as argument rather than via
9479 dynamic scoping.
9480 (byte-compile-tag-number): Declare before first use.
9481 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9482 `return' even if make-spliceable.
9483 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9484 obsolete interactive-p.
9485 (byte-optimize-lapcode): Optimize new lap-codes.
9486 Don't trip up on new form of `byte-constant' lap code.
9487
9488 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9489
9490 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9491
9492 * custom.el (custom-initialize-default, custom-declare-variable):
9493 Use `defvar'.
9494
9495 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9496 New variables.
9497 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9498 (COMPILE_FIRST): Add macroexp and cconv.
9499 * makefile.w32-in: Mirror changes in Makefile.in.
9500
9501 * vc/cvs-status.el:
9502 * vc/diff-mode.el:
9503 * vc/log-edit.el:
9504 * vc/log-view.el:
9505 * vc/smerge-mode.el:
9506 * textmodes/bibtex-style.el:
9507 * textmodes/css.el:
9508 * startup.el:
9509 * uniquify.el:
da91b5f2
CY
9510 * minibuffer.el:
9511 * newcomment.el:
9512 * reveal.el:
9513 * server.el:
9514 * mpc.el:
9515 * emacs-lisp/smie.el:
9516 * doc-view.el:
9517 * dired.el:
03408648
SM
9518 * abbrev.el: Use lexical binding.
9519
0f0c1f27
EZ
95202011-04-01 Eli Zaretskii <eliz@gnu.org>
9521
9522 * info.el (info-display-manual): New function.
9523
c82b2579
SM
95242011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9525
9526 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9527
221ddf68
TH
95282011-03-31 Tassilo Horn <tassilo@member.fsf.org>
9529
9530 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 9531 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 9532
cba6e77e
GM
95332011-03-31 Glenn Morris <rgm@gnu.org>
9534
e040639f
GM
9535 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9536
cba6e77e
GM
9537 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9538
6d0f1c9e
CS
95392011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
9540
9541 * progmodes/python.el (python-default-interpreter)
9542 (python-python-command-args, python-jython-command-args)
9543 (python-which-shell, python-which-args, python-which-bufname)
9544 (python-file-queue, python-comint-output-filter-function)
9545 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9546 variables and functions.
9547
3e2d70fd
SM
95482011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9551 (completion-in-region-mode): New minor mode.
9552 (completion-in-region): Use it.
9553 (completion-in-region--data, completion-in-region-mode-map): New vars.
9554 (completion-in-region--postch): New function.
9555 (completion--capf-misbehave-funs, completion--capf-safe-funs):
9556 New vars.
9557 (completion--capf-wrapper): New function.
9558 (completion-at-point): Use it to track well-behavedness of
9559 hook functions.
9560 (completion-help-at-point): New command.
9561
f3e4086c
JM
95622011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
9563
9564 * vc/add-log.el (add-change-log-entry): Don't use whitespace
9565 syntax class to search for whitespace on a single line
9566 (Message-ID: <4D938140.4030905@redhat.com>).
9567
eb7ffc14
LL
95682011-03-30 Leo Liu <sdl.web@gmail.com>
9569
9570 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9571 New commands.
9572 (edit-abbrevs-map): Bind them here.
9573 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
9574
d806ab68
KM
95752011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
9576
9577 * allout.el (allout-hide-by-annotation, allout-flag-region):
9578 Reduce possibility of overlay leakage by making them volatile.
9579
9580 * allout-widgets.el (allout-widgets-tally): Define as nil so the
9581 hash is not shared between buffers. Mode initialization is
9582 responsible for giving it a useful starting value.
9583 (allout-item-span): Reduce possibility of overlay leakage by
9584 making them volatile.
9585 (allout-widgets-count-buttons-in-region): Add diagnostic function
9586 for tracking down button overlay leaks.
9587
ea622834
LL
95882011-03-29 Leo Liu <sdl.web@gmail.com>
9589
9590 * ido.el (ido-read-internal): Use the default history var
9591 minibuffer-history if no HISTORY is specified.
9592
b62f8267
G
95932011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
9594
03408648
SM
9595 * net/imap.el (imap-shell-open, imap-process-connection-type):
9596 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
9597 Kerberos, SSL, other subprocesses.
9598
947b6566
LL
95992011-03-28 Leo Liu <sdl.web@gmail.com>
9600
9601 * abbrev.el (abbrev-table-empty-p): New function.
9602 (prepare-abbrev-list-buffer): Place empty abbrev tables after
9603 nonempty ones. (Bug#5937)
9604
5ffb62aa
JD
96052011-03-27 Jan Djärv <jan.h.d@swipnet.se>
9606
9607 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9608
7a097943
LL
96092011-03-27 Leo Liu <sdl.web@gmail.com>
9610
9611 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9612 for foreground and background colors.
9613 (ansi-color-make-color-map): Adapt.
9614
c5b40130
LL
96152011-03-25 Leo Liu <sdl.web@gmail.com>
9616
1f48f7d2
LL
9617 * midnight.el (midnight-time-float): Remove. Note it calculates
9618 the microsecond component incorrectly and seconds-to-time does the
9619 same job.
625897ec 9620 Remove redundant (require 'timer).
1f48f7d2 9621
c5b40130
LL
9622 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9623 (ido-completions): Remove unused arguments. (Bug#8329)
9624
d86d2721
SM
96252011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9626
9627 * minibuffer.el (completion--flush-all-sorted-completions):
9628 Remove itself from hook.
9629 (completion-at-point): Let the functions perform the completion
9630 immediately and return nil or t.
9631 * comint.el (comint-dynamic-complete-functions): Now identical to
9632 completion-at-point-functions.
9633 (comint-dynamic-list-input-ring): Remove unused var `index'.
9634 (comint--match-partial-filename, comint--unquote&expand-filename):
9635 New funs, split from comint-match-partial-filename.
9636 (comint-dynamic-complete): Use completion-at-point.
9637 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9638
e8974c48
DA
96392011-03-24 Drew Adams <drew.adams@oracle.com>
9640
9641 * thingatpt.el: Support `defun'.
9642
def71b5e
LL
96432011-03-23 Leo Liu <sdl.web@gmail.com>
9644
cb5af48e
LL
9645 * abbrevlist.el: Move to obsolete/abbrevlist.el.
9646
def71b5e
LL
9647 * help-mode.el (help-mode-finish): Tweak regexp.
9648
927c53e7
GM
96492011-03-23 Glenn Morris <rgm@gnu.org>
9650
18d05bed
GM
9651 * eshell/esh-opt.el (eshell-eval-using-options):
9652 Do not bind unused local variable `eshell-option-stub'.
9653
927c53e7
GM
9654 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9655
9d0da923
JB
96562011-03-22 Juanma Barranquero <lekktu@gmail.com>
9657
9658 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9659 keymap variable in `with-no-warnings' to avoid a warning when the
9660 keymap has been already `defconst'ed.
9661
4b978a67
LL
96622011-03-22 Leo Liu <sdl.web@gmail.com>
9663
9664 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9665 encode all chars in abbrevs; otherwise use emacs-mule or
9666 utf-8-emacs. (Bug#8308)
9667
5fd62452
JB
96682011-03-22 Juanma Barranquero <lekktu@gmail.com>
9669
0b1596c6
JB
9670 * simple.el (backward-delete-char-untabify):
9671 Avoid warning about using `delete-backward-char'.
9672
5fd62452
JB
9673 * image.el (image-type-file-name-regexps): Make it variable.
9674 `imagemagick-register-types' modifies it, and the user may want
9675 to add new extensions for known image types.
9676 (imagemagick-register-types): Throw error if not using ImageMagick.
9677
0b4e93f1
LL
96782011-03-22 Leo Liu <sdl.web@gmail.com>
9679
9680 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9681 located before rcirc-prompt-end-marker.
9682 (rcirc-complete): Error if point is not after rcirc prompt.
9683 Handle the case when table is nil.
9882e214 9684 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 9685
fccee4ab
CY
96862011-03-22 Chong Yidong <cyd@stupidchicken.com>
9687
9688 * custom.el (custom--inhibit-theme-enable): Make it affect only
9689 custom-theme-set-variables and custom-theme-set-faces.
9690 (provide-theme): Ignore custom--inhibit-theme-enable.
9691 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9692 (custom-enabling-themes): Delete variable.
d86d2721
SM
9693 (enable-theme): Accept only loaded themes as arguments.
9694 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
9695 (custom-enabled-themes): Forbid themes from setting this.
9696 Eliminate use of custom-enabling-themes.
9697 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 9698
af896da6
LL
96992011-03-21 Leo Liu <sdl.web@gmail.com>
9700
9701 * ido.el (ido-read-internal): Add ido-selected to history instead
9702 of user input.
9703
78f64af0
SM
97042011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * subr.el (deferred-action-list, deferred-action-function):
9707 Mark obsolete.
9708
b16ac1ec
LL
97092011-03-21 Leo Liu <sdl.web@gmail.com>
9710
810f7698
LL
9711 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9712 change on 2011-02-13 (bug#8309).
9713
b16ac1ec
LL
9714 * minibuffer.el (read-file-name-function): Change default value.
9715 (read-file-name--defaults): Rename from read-file-name-defaults.
9716 (read-file-name-default): Rename from read-file-name.
9717 (read-file-name): Call read-file-name-function.
9718
4e05e67e
GM
97192011-03-21 Glenn Morris <rgm@gnu.org>
9720
9721 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9722 Doc fixes.
9723
4359915b
CY
97242011-03-21 Chong Yidong <cyd@stupidchicken.com>
9725
9726 * cus-theme.el: Add missing provide statement.
9727 (customize-create-theme): Extract theme value correctly.
9728 (custom-theme-visit-theme): Autoload.
9729 (customize-create-theme): Prompt before inserting default faces.
9730
1fe275ee
JB
97312011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9732
9733 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9734 units and musical notes.
9735
cd394be1 97362011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
9737
9738 * ido.el (ido-read-internal): Use completing-read-default.
9739 (ido-completing-read): Fix compatibility with completing-read.
9740
7d476bde
CO
97412011-03-20 Christian Ohler <ohler@gnu.org>
9742
9743 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9744 (ert-delete-all-tests): Use `called-interactively-p' rather than
9745 `interactive-p'.
9746 (ert--make-xrefs-region): Respect END.
9747
fe0fb33e
CY
97482011-03-19 Chong Yidong <cyd@stupidchicken.com>
9749
ff854b0b
CY
9750 * dired-aux.el (dired-create-directory): Signal an error if the
9751 directory already exists (Bug#8246).
9752
fe0fb33e
CY
9753 * facemenu.el (list-colors-display): Call list-faces-display
9754 inside with-help-window.
9755 (list-colors-print): Use display property to align the final
9756 column, instead of checking window-width.
9757
576bce32
EZ
97582011-03-19 Eli Zaretskii <eliz@gnu.org>
9759
4d61f28d 9760 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
9761 windows-nt systems.
9762 (emerge-protect-metachars): Quote correctly for ms-dos and
9763 windows-nt systems.
9764
89c41d68 97652011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
9766
9767 * info.el (info-initialize): Replace all uses of `:' with
9768 path-separator for compatibility with non-Unix systems.
9769 Cache quoting of path-separator. (Bug#8258)
9770
b14e3e21 97712011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
9772
9773 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
9774 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
9775 (mouse-avoidance-mode): Fix typos in docstrings.
9776
4525ce3e
CY
97772011-03-19 Chong Yidong <cyd@stupidchicken.com>
9778
9779 * startup.el (package-subdirectory-regexp): Move from package.el.
9780 Omit \\` and \\', and let callers add them.
9781
9782 * emacs-lisp/package.el (package-strip-version)
9783 (package-load-all-descriptors): Add \\` and \\' to
9784 package-subdirectory-regexp before using it.
9785 (package-untar-buffer): New arg DIR; ensure that file untars only
9786 into this expected directory. Remove superfluous delete-region.
9787 (package-unpack): Caller changed.
9788 (package-tar-file-info): Use package-subdirectory-regexp.
9789
a904a09a 97902011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 9791
a904a09a
SM
9792 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
9793 diff-mode-shared-map (bug#8284).
9794 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
9795
97962011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9797
9798 * calendar/time-date.el (format-seconds): Use assoc instead of
9799 assoc-string, since assoc-string doesn't exist in XEmacs.
9800
171fc304
JB
98012011-03-17 Juanma Barranquero <lekktu@gmail.com>
9802
9803 * custom.el (custom-known-themes): Reflow docstring.
9804 (custom-theme-load-path): Fix typo in docstring.
9805 (load-theme): Fix typo in error message.
9806 (custom-available-themes, custom-variable-theme-value):
9807 Use `let', not `let*'.
9808
d71990a1
JB
98092011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9810
9811 * calc/README: Mention inclusion of musical notes.
9812
9813 * calc/calc-units.el (calc-lu-quant): Rename from
9814 `calc-logunits-quantity'.
9815 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
9816 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
9817 (calc-db): Rename from `calc-dblevel'.
9818 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
9819 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
9820 (calc-np): Rename from `calc-nplevel'.
9821 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
9822 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
9823 (calc-lu-plus): Rename from `calc-logunits-add'.
9824 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
9825 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
9826 (calc-lu-minus): Rename from `calc-logunits-sub'.
9827 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
9828 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
9829 (calc-lu-times): Rename from `calc-logunits-mul'.
9830 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
9831 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
9832 (calc-lu-divide): Rename from `calc-logunits-div'.
9833 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
9834 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
9835
9836 * calc/calc-ext.el (calc-init-extensions): Update the names of the
9837 functions being autoloaded.
9838
9839 * calc/calc.el (calc-lu-power-reference): Rename from
9840 `calc-logunits-power-reference'.
9841 (calc-lu-field-reference): Rename from
9842 `calc-logunits-field-reference'.
9843
9844 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
9845
40c2934b
SM
98462011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * minibuffer.el (completion-all-sorted-completions):
9849 Use :completion-cycle-penalty text property if present.
9850
b0911414
KM
98512011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
9852
9853 * allout.el (allout-yank-processing): Adjust for new rebulleting
9854 regime so bullet being yanked is used without prompting the user
9855 for a choice.
9856
8a05b668
JB
98572011-03-16 Juanma Barranquero <lekktu@gmail.com>
9858
9859 * startup.el (command-line): Warn the user that _emacs is deprecated.
9860
5ba5fb81
JB
98612011-03-16 Juanma Barranquero <lekktu@gmail.com>
9862
9863 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
9864 (delphi-verbose, delphi-comment-face, delphi-string-face)
9865 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
9866 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
9867 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
9868 (delphi-new-comment-line, delphi-font-lock-defaults)
9869 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
9870 Fix typos in docstrings.
9871
2dab465b
KM
98722011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
9873
5ba5fb81 9874 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
9875 Invert the roles of character and string values for INSTEAD, so a
9876 string is used for the more common case of a defaulting prompt.
9877
0adf5618
SM
98782011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9879
9880 * progmodes/ruby-mode.el (ruby-backward-sexp):
9881 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
9882 * play/gamegrid.el (gamegrid-make-face):
9883 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
9884 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
9885 * notifications.el (notifications-notify):
9886 * net/xesam.el (xesam-search-engines):
9887 * net/quickurl.el (quickurl-list-insert):
9888 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
9889
d72700e5
CY
98902011-03-15 Chong Yidong <cyd@stupidchicken.com>
9891
9892 * startup.el (command-line): Update package subdirectory regexp.
9893
49c5410a
SM
98942011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9895
c6eee9aa
SM
9896 * allout.el (allout-abbreviate-flattened-numbering)
9897 (allout-mode-deactivate-hook): Fix up obsolescence "date".
9898
49c5410a
SM
9899 * subr.el (read-char-choice): Only show the cursor after the prompt,
9900 not after the answer.
9901
047b2bb9
KR
99022011-03-15 Kevin Ryde <user42@zip.com.au>
9903
9904 * help-fns.el (variable-at-point): Skip leading quotes, if any
9905 (bug#8253).
9906
0a57d256
SM
99072011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
9910 warning message.
9911
77c992bc
MA
99122011-03-14 Michael Albinus <michael.albinus@gmx.de>
9913
9914 * shell.el (shell): When called interactively, offer to change the
9915 shell file name on remote hosts.
9916
eebc475d
TZ
99172011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9918
9919 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
9920 integration for LDAP parameters. The host, base, user or binddn,
9921 and secret tokens can be specified in a netrc file, for instance.
9922 This is optional because an `auth-source' parameter must be
9923 specified in the search attributes.
9924
9d05d1ba
JB
99252011-03-13 Juanma Barranquero <lekktu@gmail.com>
9926
9927 * help.el (describe-mode): Link to the mode's definition (bug#8185).
9928
09d9db2c
GM
99292011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
9932 into declaration. Remove redundant and harmful binding.
9933
99342011-03-12 Eli Zaretskii <eliz@gnu.org>
9935
9936 * files.el (file-ownership-preserved-p): Pass `integer' as an
9937 explicit 2nd argument to `file-attributes'. If the file's owner
9938 is the Administrators group on Windows, and the current user is
9939 Administrator, consider that a match.
9940
9941 * server.el (server-ensure-safe-dir): Consider server directory
9942 safe on MS-Windows if its owner is the Administrators group while
9943 the current Emacs user is Administrator. Use `=' to compare
9944 numerical UIDs, since they could be integers or floats.
9945
219bd536
JB
99462011-03-12 Juanma Barranquero <lekktu@gmail.com>
9947
9948 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
9949
f3afd36b
MA
99502011-03-12 Michael Albinus <michael.albinus@gmx.de>
9951
9952 Sync with Tramp 2.2.1.
9953
9954 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
9955
9956 * net/trampver.el: Update release number.
9957
3aaaa6f1
SM
99582011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9959
94642599
SM
9960 * progmodes/compile.el (compilation--previous-directory): Fix up
9961 various nil/dead-marker mismatches (bug#8014).
9962 (compilation-directory-properties, compilation-error-properties):
9963 Don't call it at a position past the one we're about to change.
9964
3aaaa6f1
SM
9965 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
9966 Disable obsolescence warnings in the file that declares it.
9967
14239447
KM
99682011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
9969
099c39a4
JB
9970 * allout-widgets.el (allout-widgets-tally):
9971 Initialize allout-widgets-tally as a hash table rather than nil to
9972 prevent mode-line redisplay warnings. Also, clarify the module
9973 description and fix a comment typo.
14239447 9974
135e287c
JB
99752011-03-11 Juanma Barranquero <lekktu@gmail.com>
9976
9977 * help-fns.el (describe-variable): Don't complete keywords.
9978 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
9979
ffbf300e
CY
99802011-03-10 Chong Yidong <cyd@stupidchicken.com>
9981
ba08b241
CY
9982 * emacs-lisp/package.el (package-version-join): Impose a standard
9983 string representation for pre/alpha/beta version lists.
9984 (package-unpack-single): Standardize the directory name by passing
9985 it through package-version-join.
9986 (package-strip-rcs-id): Accept any version string that does not
9987 signal an error in version-to-list.
ffbf300e 9988
f346fd6b
MA
99892011-03-10 Michael Albinus <michael.albinus@gmx.de>
9990
9991 * simple.el (delete-trailing-whitespace): Return nil for the
9992 benefit of `write-file-functions'.
9993
ccb55d27
GM
99942011-03-10 Glenn Morris <rgm@gnu.org>
9995
5ceaac0c
GM
9996 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
9997
02da65ff
GM
9998 * vc/vc-git.el (vc-git-program): New option.
9999 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
10000 (vc-git--call): Use it.
10001
b2f603cc
GM
10002 * eshell/esh-util.el (eshell-condition-case): Doc fix.
10003
5772caab
GM
10004 * cus-edit.el (Custom-newline): If no button at point, look
10005 for a subgroup button at start-of-line. (Bug#2298)
10006
ccb55d27
GM
10007 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
10008
ec6ecaed
JD
100092011-03-10 Julien Danjou <julien@danjou.info>
10010
10011 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
10012 `cursor-type' is nil.
10013
9d5aa01d
JB
100142011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
10015
10016 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
10017
b6a5875b
KM
100182011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
10019
10020 * allout.el Summary: Change so yank of distinctive-bullet items
10021 preserves the existing header prefix, rebulleting it if necessary,
10022 rather than replacing it. This is necessary for proper operation
10023 of cooperative addons like allout-widgets.
1154d12e
JB
10024 (allout-make-topic-prefix, allout-rebullet-heading):
10025 Change SOLICIT arg to INSTEAD, and interpret additionally a string
10026 value as alternate bullet to be used, instead of prompting the user
10027 for a bullet character.
b6a5875b 10028
ee545c35
MA
100292011-03-09 Michael Albinus <michael.albinus@gmx.de>
10030
d86d2721
SM
10031 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10032 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
10033 `tramp-default-port'.
10034
c47971d7
DD
100352011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10036
10037 * net/rcirc.el (rcirc-handler-001): Remove useless
10038 with-rcirc-process-buffer.
10039 (rcirc-check-auth-status): Swap arguments to string-match.
10040
13522cb4
GM
100412011-03-09 Glenn Morris <rgm@gnu.org>
10042
0be6f4f1
GM
10043 * shell.el (shell-mode):
10044 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
10045
13522cb4
GM
10046 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
10047 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
10048
515de2e3
CY
100492011-03-08 Chong Yidong <cyd@stupidchicken.com>
10050
10051 * emacs-lisp/package.el (package-refresh-contents)
10052 (package-menu-execute): Use condition-case-no-debug.
10053
b511b994
MA
100542011-03-08 Michael Albinus <michael.albinus@gmx.de>
10055
10056 * simple.el (shell-command-to-string): Use `process-file'.
10057
10058 * emacs-lisp/package.el (package-tar-file-info): Handle also
10059 remote files.
10060
d86d2721
SM
10061 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10062 Use `equal' for upload base check.
b511b994 10063
25bbfb31
AM
100642011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
10065
10066 * textmodes/texinfo.el (texinfo-environments):
10067 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
10068
be996521
GM
100692011-03-08 Glenn Morris <rgm@gnu.org>
10070
e9c8529f
GM
10071 * cus-start.el (cursor-in-non-selected-windows):
10072 Fix :set quoting oddness. (Bug#8192)
10073
be996521
GM
10074 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
10075 in some setf expressions. (Bug#2159)
10076
2bb5649e
CY
100772011-03-08 Chong Yidong <cyd@stupidchicken.com>
10078
10079 * custom.el (custom-available-themes): Return themes in
10080 alphabetical order.
10081
33383987 10082See ChangeLog.15 for earlier changes.
e3d51b27
MR
10083
10084;; Local Variables:
10085;; coding: utf-8
e3d51b27
MR
10086;; End:
10087
acaf905b 10088 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
10089
10090 This file is part of GNU Emacs.
10091
10092 GNU Emacs is free software: you can redistribute it and/or modify
10093 it under the terms of the GNU General Public License as published by
10094 the Free Software Foundation, either version 3 of the License, or
10095 (at your option) any later version.
10096
10097 GNU Emacs is distributed in the hope that it will be useful,
10098 but WITHOUT ANY WARRANTY; without even the implied warranty of
10099 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10100 GNU General Public License for more details.
10101
10102 You should have received a copy of the GNU General Public License
10103 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.