Update the ChangeLog.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
4cb0aa75
MA
12012-01-17 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-local-end-of-line): New defcustom.
4 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
5 (tramp-action-terminal): Use it. (Bug#10530)
6
1d00653d
SM
72012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * minibuffer.el (completion--replace): Strip properties (bug#10062).
10
6a6ee00d
MR
112012-01-16 Martin Rudalics <rudalics@gmx.at>
12
13 * window.el (window-state-ignored-parameters): Remove variable.
14 (window--state-get-1): Rename argument MARKERS to IGNORE.
15 Handle persistent window parameters. Make copy of clone-of
16 parameter only if requested. (Bug#10348)
17 (window--state-put-2): Install a window parameter only if it has
18 a non-nil value or an existing parameter shall be overwritten.
19
97912def
MA
202012-01-15 Michael Albinus <michael.albinus@gmx.de>
21
22 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
23
688070a5
EZ
242012-01-14 Eli Zaretskii <eliz@gnu.org>
25
26 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
27 don't pass the (nil) value of `upnode' to string-match.
28
301afadc
CY
292012-01-14 Chong Yidong <cyd@gnu.org>
30
31 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 32 Fix values recognized by the cursorBlink resource.
301afadc 33
9e5788aa
PE
342012-01-14 Paul Eggert <eggert@cs.ucla.edu>
35
36 * epg.el (epg--make-temp-file): Avoid permission race condition
37 when running on old Emacs versions (bug#10403).
38
3cdb7f5a
GM
392012-01-14 Glenn Morris <rgm@gnu.org>
40
41 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
42
8c82b1b4
AM
432012-01-13 Alan Mackenzie <acm@muc.de>
44
45 Fix filling for when filladapt mode is enabled.
46
47 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
48 c-mask-paragraph, pass in `fill-paragraph' rather than
49 `fill-region-as-paragraph'. (This is a reversion of a previous
50 change.)
51 * progmodes/cc-mode.el (c-basic-common-init): Make
52 fill-paragraph-handle-comment buffer local and set it to nil.
53
e517eda4
GM
542012-01-13 Glenn Morris <rgm@gnu.org>
55
1498536e
GM
56 * dired.el (dired-switches-escape-p): New function.
57 (dired-insert-directory): Use dired-switches-escape-p.
58 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
59
e517eda4
GM
60 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
61
328f984d
GM
622012-01-12 Glenn Morris <rgm@gnu.org>
63
64 * mail/sendmail.el (mail-mode): Update paragraph-separate for
65 changes in adaptive-fill-regexp. (Bug#10276)
66
2cc769a8
AM
672012-01-11 Alan Mackenzie <acm@muc.de>
68
69 Fix Emacs bug #10463 - put `widen's around the critical spots.
70
1d00653d 71 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
72 widen around each invocation of c-state-pp-to-literal. Remove an
73 unused let variable.
74
e52c37fa
GM
752012-01-11 Glenn Morris <rgm@gnu.org>
76
77 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 78 Doc fix.
e52c37fa 79
96f8741e
CY
802012-01-10 Chong Yidong <cyd@gnu.org>
81
1d00653d
SM
82 * net/network-stream.el (network-stream-open-starttls):
83 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
84 response to the capability command.
85
b09a806e
GM
862012-01-10 Glenn Morris <rgm@gnu.org>
87
88 * mail/unrmail.el (unrmail): Tweak previous change.
89
7655cb66
CY
902012-01-09 Chong Yidong <cyd@gnu.org>
91
92 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
93
9d5a8f0b
AM
942012-01-08 Alan Mackenzie <acm@muc.de>
95
96 Optimise font locking in long enum definitions.
97
98 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
99 arm to a cond form to handle enums.
100 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
101 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
102
9a0115ab 1032012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
104
105 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 106 (Bug#10401)
6bb72cbd 107
f186bb95
LMI
1082012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
109
29232a68
LMI
110 * faces.el (set-face-attribute): Clarify the meaning of the nil
111 frame (bug#10294).
112
4e5d086d
LMI
113 * subr.el (with-selected-frame): Mention that the selected frame
114 is restored (bug#9980).
115
8e66aebe
LMI
116 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
117 (bug#9759).
118
cd394be1 119 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
120 (password-read): Don't autoload unused function.
121
adf4e762
JB
1222012-01-07 Juanma Barranquero <lekktu@gmail.com>
123
124 * progmodes/which-func.el (which-func-mode): Turn into a
125 non-interactive function and mark as obsolete (bug#10428).
126
89bd9ccd
CY
1272012-01-06 Chong Yidong <cyd@gnu.org>
128
129 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
130 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
131 functions, along with 1 and -1.
132
4afee9d5
EZ
1332012-01-06 Eli Zaretskii <eliz@gnu.org>
134
135 * time.el (display-time-load-average)
136 (display-time-default-load-average): Doc fixes. See the thread
137 starting at
138 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
139 for the details.
140
536aea70
GM
1412012-01-06 Glenn Morris <rgm@gnu.org>
142
665ae865
GM
143 * mail/unrmail.el (unrmail): Give an explicit error if the input file
144 has no messages. (Bug#10377)
145
c869783d
GM
146 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
147 than Info-edit. (Bug#10385)
148
2bb4227e
GM
149 * time.el (display-time-load-average, display-time-next-load-average):
150 Doc fixes.
151
7d5944b9
GM
152 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
153 local setting of buffer-read-only to the input buffer. (Bug#10419)
154
536aea70
GM
155 * calendar/calendar.el (calendar-mode):
156 Locally set scroll-margin to 0. (Bug#10379)
157
7dccca16
UM
1582012-01-06 Ulrich Mueller <ulm@gentoo.org>
159
160 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
161
afbb7930
GM
1622012-01-05 Glenn Morris <rgm@gnu.org>
163
164 * eshell/em-unix.el (diff-no-select): Autoload it.
165 (eshell/diff): Use diff-no-select. (Bug#10420)
166
04482335
CY
1672012-01-05 Chong Yidong <cyd@gnu.org>
168
7baca3bc
CY
169 * shell.el (shell-dynamic-complete-functions): Revert last change.
170 (shell-command-completion-function): New function.
171 (shell-completion-vars): Use it to implement
172 shell-completion-execonly (Bug#10417).
173
04482335
CY
174 * custom.el (enable-theme): Don't set custom-safe-themes.
175
1d00653d
SM
176 * cus-theme.el (custom-theme-merge-theme):
177 Ignore custom-enabled-themes and custom-safe-themes.
04482335 178
bb5aa5d6
MM
1792012-01-05 Michael R. Mauger <mmaug@yahoo.com>
180
181 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
182 first prompt in `sql-interacive-mode'.
183 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 184 keywords.
bb5aa5d6
MM
185 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
186 (sql-product-interactive): Bug fix: Set `sql-buffer' in
187 context of original buffer. Invoke `sql-login-hook'.
188
a7183d7c
EZ
1892012-01-04 Eli Zaretskii <eliz@gnu.org>
190
191 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
192 letters in cite-prefix.
193
a1eacd1e
LMI
1942012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
195
196 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
197
787cdb34
CY
1982012-01-03 Chong Yidong <cyd@gnu.org>
199
1d00653d
SM
200 * shell.el (shell-dynamic-complete-functions):
201 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
202 comint-filename-completion first (Bug#10417).
203
30710442
RS
2042012-01-02 Richard Stallman <rms@gnu.org>
205
206 * battery.el (battery-status-function):
207 Detect when to use battery-yeeloong-sysfs.
208 (battery-echo-area-format): Add string for Yeeloong.
209 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
210 (battery-yeeloong-sysfs): New function.
211
f75bfc33
CY
2122012-01-02 Chong Yidong <cyd@gnu.org>
213
214 * dirtrack.el (dirtrack-list): Eliminate unused third element.
215 (dirtrack): Merge code for handling relative filenames in prompt
216 from shell-dir-cookie-watcher.
217 (dirtrack-debug-message): New arg to avoid excess format calls.
218
219 * shell.el (shell-dir-cookie-re): Variable deleted.
220 (shell-dir-cookie-watcher): Function deleted.
221 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
222 with dirtrack-mode.
223
651e947e
EZ
2242012-01-01 Eli Zaretskii <eliz@gnu.org>
225
1d00653d
SM
226 * term/w32-win.el (dynamic-library-alist) <gnutls>:
227 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
228 libgnutls-26.dll.
229
94d4c7dc
AS
2302011-12-31 Andreas Schwab <schwab@linux-m68k.org>
231
232 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
233
8d43f3cd
EZ
2342011-12-31 Eli Zaretskii <eliz@gnu.org>
235
236 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
237 headers of non-MIME messages, when rmail-enable-mime is non-nil.
238
98c8795a
MA
2392011-12-29 Michael Albinus <michael.albinus@gmx.de>
240
241 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
242 also for alternative shells.
243 (tramp-open-connection-setup-interactive-shell): Check, whether
244 the shell is a busybox.
245 (tramp-send-command): Don't suppress multiple prompts for
246 busyboxes, it hurts.
247
51281b32
CY
2482011-12-28 Chong Yidong <cyd@gnu.org>
249
250 * progmodes/gdb-mi.el (gdb-get-source-file-list)
251 (gdb-get-source-file): Move mode line update to
252 gdb-get-source-file (Bug#10087).
253
2170cb53
CY
2542011-12-25 Chong Yidong <cyd@gnu.org>
255
256 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
257 gud-gdb-marker-filter without taking it as an argument.
258 (gud-gdb-run-command-fetch-lines): Caller changed.
259 (gud-gdb-completion-function): New variable.
260 (gud-gdb-completion-at-point): Use it.
261 (gud-gdb-completions-1): Split from gud-gdb-completions.
262
263 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
264 function as separate arguments.
265 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
266 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
267 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
268 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
269 (gdb-stopped, def-gdb-auto-update-trigger)
270 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
271 (gdb-get-changed-registers, gdb-get-main-selected-frame):
272 Callers changed.
2170cb53
CY
273 (gud-gdbmi-completions): New function.
274 (gdb): Use it for generating the completion table.
275
be8b11bb
AM
2762011-12-24 Alan Mackenzie <acm@muc.de>
277
278 Introduce a mechanism to widen the region used in context font
1d00653d 279 locking. Use this to protect declarations from losing their contexts.
be8b11bb 280
1d00653d
SM
281 * progmodes/cc-langs.el (c-before-font-lock-functions):
282 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 283 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
284 functions to be run just before context (etc.) font locking.
285
286 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 287 New, functionality extracted from
be8b11bb 288 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 289 (c-in-after-change-fontification): New variable.
be8b11bb
AM
290 (c-after-change): Set c-in-after-change-fontification.
291 (c-set-fl-decl-start): Rejig its interface, so it can be called
292 from both after-change and context fontifying.
b81d40f0
JB
293 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
294 New functions.
295 (c-standard-font-lock-fontify-region-function): New variable.
296 (c-font-lock-fontify-region): New function.
be8b11bb 297
341cf6ac
JL
2982011-12-24 Juri Linkov <juri@jurta.org>
299
300 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
301 (Bug#10348)
302
bffcee0a
MA
3032011-12-23 Michael Albinus <michael.albinus@gmx.de>
304
305 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
306 existence of source file. (Bug#10325)
307
cb5e207c
AM
3082011-12-23 Alan Mackenzie <acm@muc.de>
309
310 Fix unstable fontification inside templates.
311
b81d40f0
JB
312 * progmodes/cc-langs.el (c-before-font-lock-functions):
313 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
314 additionally has c-set-fl-decl-start. The other languages (apart
315 from AWK) have that as a single entry.
316
b81d40f0
JB
317 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
318 The functionality for "local" declarations has been extracted to
cb5e207c
AM
319 c-set-fl-decl-start.
320
b81d40f0
JB
321 * progmodes/cc-mode.el (c-common-init, c-after-change):
322 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
323 (c-set-fl-decl-start): New function, extracted from
324 c-font-lock-enclosing-decls and enhanced.
325
60ff536c
JB
3262011-12-23 Juanma Barranquero <lekktu@gmail.com>
327
328 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
329
1c4757d6
JL
3302011-12-22 Juri Linkov <juri@jurta.org>
331
332 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
333
d031f2c7
CY
3342011-12-22 Chong Yidong <cyd@gnu.org>
335
336 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
337
bace743a
DA
3382011-12-21 Drew Adams <drew.adams@oracle.com>
339
340 * files.el (file-remote-p): Fix docstring. (Bug#10319)
341
728a1f2b
JC
3422011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
343
344 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
345
0d373f73
TZ
3462011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
347
fec0aaa4
TZ
348 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
349 highlighting and support. Fix up comments for capitalization.
350 (cfengine-mode-debug): New var.
351 (cfengine3-mode): Change the modeline indicator to "CFE3".
352 (cfengine3-font-lock-keywords): Improve defun highlighting.
353 (cfengine2-actions): Rename from `cfengine-actions'.
354 (cfengine2-font-lock-keywords): Rename from
355 `cfengine-font-lock-keywords'.
356 (cfengine2-imenu-expression): Rename from
357 `cfengine-imenu-expression'.
358 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
359 (cfengine2-beginning-of-defun): Rename from
360 `cfengine-beginning-of-defun'.
361 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
362 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
363 (cfengine2-mode): Rename from `cfengine-mode'. Change the
364 modeline indicator to "CFE2".
365 (cfengine-mode): Defalias to `cfengine-auto-mode'.
366 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 367
bc86f573
CY
3682011-12-21 Chong Yidong <cyd@gnu.org>
369
370 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
371 filename argument.
372
d45ba96b
MR
3732011-12-20 Martin Rudalics <rudalics@gmx.at>
374
375 * window.el (window-normalize-buffer-to-display): Remove.
376 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
377
a6198c90
CY
3782011-12-19 Chong Yidong <cyd@gnu.org>
379
380 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
381 Don't signal an error in a predicate function; return non-nil.
382 (vc-dir-mark-file): Move the error here.
383 (vc-dir-mark-unmark): If acting on the region, keep going if one
384 of the entries cannot be marked/unmarked.
385 (vc-dir-mark-all-files): If current entry is a directory, mark
386 only child files, as documented.
387
34c5fb55
VB
3882011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
389
390 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
391 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
392 addition.
393
c803b2b7
JD
3942011-12-18 Jan Djärv <jan.h.d@swipnet.se>
395
396 * term/ns-win.el (ns-get-selection-internal)
397 (ns-store-selection-internal): Declare.
1154d12e
JB
398 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
399 Declare as obsolete.
400 (ns-get-pasteboard, ns-paste-secondary):
401 Use ns-get-selection-internal.
402 (ns-set-pasteboard, ns-copy-including-secondary):
403 Use ns-store-selection-internal.
c803b2b7 404
9cff91f8 4052011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
406
407 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 408 (vc-deduce-fileset): Doc fix.
99a289d9 409
f16c898a
AS
4102011-12-16 Andreas Schwab <schwab@linux-m68k.org>
411
412 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
413
763237c4
SS
4142011-12-13 Sam Steingold <sds@gnu.org>
415
416 * man.el (Man-getpage-in-background): When running under a
417 window-system, ignore $MANWIDTH and $COLUMNS.
418
5fc1c122
KH
4192011-12-15 Kenichi Handa <handa@m17n.org>
420
421 * language/ethio-util.el: Change coding tag to utf-8-emacs.
422 (setup-ethiopic-environment-internal): Comment out key-binding for
423 ethio-toggle-punctuation.
424
13d49cbb
AM
4252011-12-13 Alan Mackenzie <acm@muc.de>
426
898169a2
AM
427 Add the switch statement to AWK Mode.
428
429 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
430 "default" to the keywords regexp.
431
432 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
433 expression as the rest.
1d00653d
SM
434 (c-nonlabel-token-key): Allow string literals for AWK.
435 Refactor for the other modes.
898169a2 436
13d49cbb 437 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 438 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
439 routines. Limit backward searching in c-font-lock-enclosing.decl.
440
441 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
442 pp-state and literal type in addition to the limits.
1d00653d 443 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 444 (c-state-literal-at): Use the above new defun.
1d00653d
SM
445 (c-slow-in-literal, c-fast-in-literal): Remove.
446 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
447
448 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
449 being in a literal. Add a limit for backward searching.
450
451 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
452 c-slow-in-literal.
453
15e0efc7
SM
4542011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
457
454592a6
MR
4582011-12-13 Martin Rudalics <rudalics@gmx.at>
459
460 * window.el (delete-other-windows): Use correct frame in call to
461 window-with-parameter.
462
87393f26
DP
4632011-12-12 Daniel Pfeiffer <occitan@t-online.de>
464
465 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
466 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
467 (makefile-gmake-statements, makefile-makepp-statements):
468 Use it and add new makepp keywords.
469 (makefile-makepp-font-lock-keywords): Add new patterns.
470 (makefile-match-function-end): Match new [...] and [[...]].
471
11636b22
JB
4722011-12-11 Juanma Barranquero <lekktu@gmail.com>
473
474 * ses.el (ses-call-printer-return, ses-cell-property-get)
475 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
476 (ses-create-cell-variable, ses-reset-header-string)
477 (ses-cell-set-formula, ses-repair-cell-reference-all)
478 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
479 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
480 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
481 (ses-aset-with-undo, ses-load, ses-truncate-cell)
482 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
483 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
484 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
485 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
486 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
487 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
488 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
489 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
490
cf018193
VB
4912011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
492
493 * ses.el: The overall change is to add cell renaming, that is
494 setting fancy names for cell symbols other than name matching
495 "\\`[A-Z]+[0-9]+\\'" regexp .
496 (ses-create-cell-variable): New defun.
497 (ses-relocate-formula): Relocate formulas only for cells the
498 symbols of which are not renamed, i.e. symbols whose names do not
499 match regexp "\\`[A-Z]+[0-9]+\\'".
500 (ses-relocate-all): Relocate values only for cells the symbols of
501 which are not renamed.
502 (ses-load): Create cells variables as the (ses-cell ...) are read,
503 in order to check row col consistency with cell symbol name only
504 for cells that are not renamed.
505 (ses-replace-name-in-formula): New defun.
506 (ses-rename-cell): New defun.
507
ee957461
CY
5082011-12-11 Chong Yidong <cyd@gnu.org>
509
510 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
511 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
512
9a9e9ef0
MR
5132011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
514
515 * window.el (other-window): Fix docstring.
516
92a8eba5
EZ
5172011-12-10 Eli Zaretskii <eliz@gnu.org>
518
519 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
520 `from' or `to' address before taking its substring.
521 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
522 encoded name is chopped in the middle of the encoded string, and
523 thus displayed encoded.
524
e152e577
JB
5252011-12-10 Juanma Barranquero <lekktu@gmail.com>
526
527 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
528
e5d84bfe
EZ
5292011-12-10 Eli Zaretskii <eliz@gnu.org>
530
531 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
532 to use texinfo-update-node and commands that call it if the
533 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 534 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
535 (texinfo-all-menus-update, texinfo-master-menu)
536 (texinfo-update-node, texinfo-every-node-update)
537 (texinfo-multiple-files-update): Doc fix. Warn against updating
538 all the @node lines.
539 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
540 argument is numeric. Explain better in the doc string what the
541 function really does.
542 (texinfo-insert-master-menu-list): Improve the error message
543 displayed if there's no menu in the Top node.
544 (Bug#2975) See also this thread:
e5d84bfe
EZ
545 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
546
1d84e9bb
MG
5472011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
548
549 * speedbar.el (speedbar-supported-extension-expressions):
550 Add .adb and .ads, commonly used for Ada source code (bug#10256).
551
382c953b
JB
5522011-12-09 Juanma Barranquero <lekktu@gmail.com>
553
554 * printing.el (pr-mode-alist):
555 * simple.el (filter-buffer-substring-functions)
556 (completion-list-insert-choice-function):
557 * window.el (window-with-parameter, window-atom-root)
558 (window-sides-slots, window-size-fixed, window-min-delta)
559 (window-max-delta, window--resize-mini-window)
560 (window--resize-child-windows-normal, window-tree)
561 (delete-other-windows, quit-window, split-window)
562 (display-buffer-record-window, special-display-buffer-names)
563 (special-display-regexps, special-display-popup-frame)
564 (same-window-p, split-window-sensibly)
565 (display-buffer-overriding-action, display-buffer-alist)
566 (display-buffer-base-action, display-buffer, switch-to-buffer)
567 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
568 (fit-window-to-buffer, recenter-positions)
569 (mouse-autoselect-window-state, mouse-autoselect-window-select):
570 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
571 and remove unneeded backslashes in docstrings.
572
39c9faef
SM
5732011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
574
98449af8
SM
575 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
576
39c9faef
SM
577 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
578 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
579 end in ".mk".
580 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
581 when reading the makefile (bug#10116).
582
86ed9fdc
SM
5832011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
586 (bug#10116).
587
5580f89d
GM
5882011-12-06 Glenn Morris <rgm@gnu.org>
589
590 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
591
28d3917c
CY
5922011-12-06 Chong Yidong <cyd@gnu.org>
593
594 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
595
a98edce9
JB
5962011-12-06 Juanma Barranquero <lekktu@gmail.com>
597
598 * textmodes/table.el (table-shorten-cell): Fix typo.
599
e65adfac
CG
6002011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
601
602 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
603
71cc0b74
EZ
6042011-12-05 Eli Zaretskii <eliz@gnu.org>
605
606 * descr-text.el (describe-char): Fix display of strong
607 right-to-left characters and directional embeddings and overrides.
608
609 * simple.el (what-cursor-position): Fix display of codepoints of
610 strong right-to-left characters.
611
315bc30d
CY
6122011-12-05 Chong Yidong <cyd@gnu.org>
613
614 * faces.el (read-color): Doc fix.
615
58a70b94
GM
6162011-12-05 Glenn Morris <rgm@gnu.org>
617
618 * align.el (align--set-marker): Add doc-string.
619 Don't try to move something that is not a marker. (Bug#10216)
620
5158face
GM
6212011-12-04 Glenn Morris <rgm@gnu.org>
622
623 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
624 overly zealous deletion of trailing whitespace.
625
520fca41
JB
6262011-12-04 Juanma Barranquero <lekktu@gmail.com>
627
628 * server.el (server-delete-client): On Windows, do not try to delete
629 the only terminal.
630 (server-process-filter): On Windows, treat requests for a tty frame as
631 if they were for a GUI frame if the running server is in GUI mode.
632
5e605a2e
GM
6332011-12-03 Glenn Morris <rgm@gnu.org>
634
635 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
636
5c3fe83f
SM
6372011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
638
6f5e57e7
SM
639 * electric.el: Streamline electric-indent's hook.
640 (electric-indent-chars): Revert to simple list.
641 (electric-indent-functions): New var.
642 (electric-indent-post-self-insert-function): Use it.
643
5c3fe83f
SM
644 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
645 there's no inferior buffer (bug#10196).
646 (prolog-consult-compile): Don't use toggle-read-only.
647
6bdac736
MA
6482011-12-02 Michael Albinus <michael.albinus@gmx.de>
649
650 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
651 interrupt. (Bug#10187)
652
6131ba7f
SM
6532011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
654
99c79fee
SM
655 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
656 (bug#9160).
657
6131ba7f
SM
658 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
659 (bug#10191).
660
cb0a02ea
JL
6612011-12-02 Juri Linkov <juri@jurta.org>
662
663 * info.el (Info-search): Display "end of manual" when Isearch
664 reaches the end of single-file Info manual. (Bug#9918)
665
66e0570c
EZ
6662011-12-02 Eli Zaretskii <eliz@gnu.org>
667
668 * isearch.el (isearch-message-prefix): Run the input method part
669 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
670
02b16839
JL
6712011-12-02 Juri Linkov <juri@jurta.org>
672
673 * isearch.el (isearch-occur): Use `word-search-regexp' for
674 `isearch-word'.
675 (isearch-search-and-update): Add condition for `isearch-word' and
676 call `word-search-regexp'. (Bug#10145)
677
0b950688
GM
6782011-12-01 Glenn Morris <rgm@gnu.org>
679
680 * eshell/em-hist.el (eshell-hist-initialize):
681 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 682 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 683
9505c3c7
SM
6842011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
685
686 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
687
1bbe96b2 6882011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 689
a1beca85
SM
690 * progmodes/verilog-mode.el (verilog-pretty-expr):
691 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
692 verilog, such as += *= and the like.
693 (verilog-assignment-operator-re): Regular expression to find the
694 assigment operator in a verilog assignment.
695 (verilog-assignment-operation-re): Regular expression to find an
696 assignment statement for pretty-expr.
697 (verilog-in-attribute-p): Query returns true if point is in an
698 attribute context; used to skip these for expression line up from
699 pretty-expr.
700 (verilog-in-parameter-p): Query returns true if point is in an
701 parameter definition context; used to skip these for expression
702 line up from pretty-expr.
703 (verilog-in-parenthesis-p): Query returns true if point is in a
704 parenthetical expression, specifically ( ) but not [ ] or { };
705 used by pretty-expr.
706 (verilog-just-one-space): If there is no space, don't add one.
707 (verilog-get-lineup-indent-2): Specifically skip just attribute
708 contexts for expression lineup, rather than skipping all
709 parenthetical expressions.
710 (verilog-calculate-indent): Fix comment, and fix indent.
711 (verilog-do-indent): Indent declarations in lists (suggested by
712 Joachim Lechner).
713 (verilog-mode-abbrev-table): Populate abbrev mode with the various
714 skeleton items.
715 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
716 by Alain Mellan).
717
1bbe96b2 7182011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
719
720 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
721 parameters with embedded comments. Reported by Ray Stevens.
722 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
723 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
724 Reported by Tim Holt.
725 (verilog-auto): Fix AUTOing a upper module then AUTOing module
726 instantiated by upper module causing wrong expansion until AUTOed a
727 second time. Reported by K C Buckenmaier.
728 (verilog-diff-auto): Fix showing .* as a difference when
729 `verilog-auto-star-save' off. Reported by Dan Dever.
730 (verilog-auto-reset, verilog-read-always-signals)
731 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
732 temporary signals in reset list if
733 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
734 style to each signal's assignment type, bug381.
735 Reported by Thomas Esposito.
6288f0ca
WS
736 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
737 (verilog-uvm-statement-re): Support UVM indentation and
738 highlighting, with old OVM keywords only.
a1beca85 739 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
740 Support AUTOTIEOFF creating non-wire data types.
741 Suggested by Jonathan Greenlaw.
6288f0ca
WS
742 (verilog-auto-insert-lisp, verilog-delete-to-paren)
743 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
744 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
745 (verilog-read-sub-decls, verilog-read-sub-decls-line):
746 Fix mismatching parenthesis inside commented out code when deleting
382c953b 747 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
748 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
749 non-numeric vector width. Reported by Alex Reed.
750 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 751 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
752 (verilog-auto-delete-trailing-whitespace):
753 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
754 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
755 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
756 Fix verilog-scan-cache corruption when running user AUTO expansion
757 hooks that call indentation routines.
758 (verilog-simplify-range-expression): Fix typo ignoring lower case
759 identifiers.
760 (verilog-delete-auto): Fix delete-autos to also remove user created
761 automatics, as long as they start with AUTO.
762 (verilog-batch-diff-auto, verilog-diff-auto)
763 (verilog-diff-function): Add `verilog-diff-auto' and bind to
764 "C-c?" to report differences in AUTO expansion, ignoring spaces.
765 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
766 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
767 (verilog-re-search-forward-quick, verilog-syntax-ppss):
768 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
769 is disabled and its cache will get corrupt, causing AUTOS not to
770 expand. Instead use only -quick functions.
771 (verilog-scan-region): Fix scanning over escaped quotes.
772 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
773 (verilog-re-search-backward-quick)
774 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
775 related functions now ignore strings, to fix misparsing of strings
776 with magic comments embedded in them.
a1beca85
SM
777 (verilog-read-auto-template):
778 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
779 Reported by Brad Dobbie.
780 (verilog-read-auto-template):
781 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 782 Reported by Brad Dobbie.
6288f0ca
WS
783 (verilog-auto-inst, verilog-auto-inst-param)
784 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
785 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
786 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
787 debugging templates without merge conflicts, bug357.
788 Reported by Brad Dobbie.
789 (verilog-read-auto-template):
790 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
791 Reported by Brad Dobbie.
792 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
793 abbrevs so user won't be asked to save.
794 (verilog-read-auto-lisp-present): Fix to start at beginning of
795 buffer in case called outside of verilog-auto.
796 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
797 to "X-2". Reported by Matthew Myers.
798 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
799 all inputs from module templates. Reported by Leith Johnson.
800 (verilog-module-inside-filename-p): Fix locating programs as with
801 modules.
802 (verilog-auto-inst-port): Fix vl-width expressions when using
803 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
804 (verilog-decls-get-regs, verilog-decls-get-signals,
805 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
806 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
807 verilog-read-decls): Combine reg and wire structures into one var
808 structure to represent SystemVerilog concepts.
809 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
810 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
811 (verilog-auto-wire-type, verilog-insert-definition):
812 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
813 SystemVerilog "logic" keyword instead of "wire"/"reg".
814 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
815 to declares outputs that also have assignments (presumably in an
a1beca85
SM
816 ifdef or generate if so there's not a driver conflict).
817 Reported by Matthew Myers.
818 (verilog-auto-declare-nettype, verilog-insert-definition):
819 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
820 `default_nettype none. Reported by Julian Gorfajn.
821 (verilog-read-always-signals-recurse, verilog-read-decls)
822 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
823 malformed end statement, bug325. Reported by Joshua Wise and
824 Andrew Drake.
825 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
826 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
827 when expanding .* in interfaces, bug320.
828 Reported by Pierre-David Pfister.
6288f0ca 829 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
830 name and open parenthesis, bug317.
831 Reported by Pierre-David Pfister.
6288f0ca
WS
832 (verilog-simplify-range-expression): Fix simplification of
833 multiplications inside AUTOWIRE connections, bug303.
834 (verilog-auto-inst-port): Support parameter expansion in
835 multidimensional arrays.
836 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
837 after "assert property". Reported by Julian Gorfajn.
838 (verilog-simplify-range-expression): Fix "couldn't merge" errors
839 with multiplication, bug303.
840 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
841 Reported by Jan Frode Lonnum.
842
1bbe96b2
GM
8432011-11-30 Juanma Barranquero <lekktu@gmail.com>
844
845 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
846 (hfy-shell-file-name, hfy-shell):
847 * international/fontset.el (x-decompose-font-name): Fix typos.
848
8492011-11-29 Ken Brown <kbrown@cornell.edu>
850
851 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
852 (gdb-version): Remove defvar.
853 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
854 (gdb-gud-context-command, gdb-non-stop-handler)
855 (gdb-current-context-command, gdb-stopped): Use it.
856 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
857 (gdb-non-stop-handler): Don't enable pretty-printing here.
858 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
859 non-stop mode. Use the following.
860 (gdb-check-target-async): New defun.
861 (gud-watch, gdb-stopped): Fix whitespace.
862 (gdb-get-source-file): Don't try to display the source file if
863 `gdb-main-file' is nil.
864
8652011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * align.el: Try to generate fewer markers (bug#10047).
868 (align--set-marker): New macro.
869 (align-region): Use it.
870
c935221f
SM
8712011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
874
e70b5064
CY
8752011-11-29 Chong Yidong <cyd@gnu.org>
876
877 * indent.el (indent-for-tab-command, indent-according-to-mode):
878 Doc fix.
879 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
880
f3af92b7
MA
8812011-11-29 Michael Albinus <michael.albinus@gmx.de>
882
883 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
884 aware of remote file names. (Bug#10124)
885
ed472be9
CY
8862011-11-29 Chong Yidong <cyd@gnu.org>
887
888 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
889
24510c22
SM
8902011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * files.el (find-file): Don't use force-same-window (bug#10144).
893 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
894 use pop-to-buffer if the selected window can't be used.
895 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
896
c60c3703
EZ
8972011-11-28 Eli Zaretskii <eliz@gnu.org>
898
899 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
900 special-mode-map.
901
e95def75
CY
9022011-11-28 Chong Yidong <cyd@gnu.org>
903
904 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
905
c3f1c606
NR
9062011-11-27 Nick Roberts <nickrob@snap.net.nz>
907
908 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
909 gdb-get-source-file-list on gdb-create-source-file-list.
910
00db469c
EZ
9112011-11-26 Eli Zaretskii <eliz@gnu.org>
912
913 * whitespace.el (whitespace-newline): Use a different foreground
914 color for 16-color light-background displays.
915
4ad3bc2a
CY
9162011-11-24 Chong Yidong <cyd@gnu.org>
917
918 * window.el (display-buffer--special-action): Doc fix.
919
e9fce1ac
JB
9202011-11-25 Juanma Barranquero <lekktu@gmail.com>
921
922 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
923 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
924 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
925 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
926 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
927 (avl-tree-stack-first):
928 * emacs-lisp/cconv.el (cconv--analyse-use):
929 * net/gnutls.el (gnutls-negotiate): Fix typos.
930
cb825e5d
GM
9312011-11-24 Glenn Morris <rgm@gnu.org>
932
3adbe224
GM
933 * lpr.el (lpr-windows-system, lpr-lp-system):
934 * mail/binhex.el (binhex-begin-line):
935 * progmodes/grep.el (grep-history, grep-find-history):
936 * textmodes/flyspell.el:
937 * vc/pcvs-defs.el (cvs-global-menu):
938 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
939 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
940 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
941
321decc8
GM
942 * net/tls.el: Fix case of "GnuTLS".
943
420b63ad
GM
944 * paths.el (rmail-file-name): Format doc-string for make-docfile.
945
cb825e5d
GM
946 * version.el (emacs-build-system): Give it a doc-string.
947
a0649f08
JL
9482011-11-24 Juri Linkov <juri@jurta.org>
949
950 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
951
c0bc0fd4
GM
9522011-11-24 Glenn Morris <rgm@gnu.org>
953
954 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
955 if called on a non-mime message just toggle the headers. (Bug#8006)
956
20db1522
JB
9572011-11-24 Juanma Barranquero <lekktu@gmail.com>
958
959 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
960 (allout-lead-with-comment-string, allout-structure-deleted-hook)
961 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
962 (allout-rebullet-heading, allout-open-sibtopic)
963 (allout-toggle-current-subtree-encryption)
964 (allout-toggle-subtree-encryption, allout-encrypt-string)
965 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
966 (allout-distinctive-bullets-string, allout-auto-activation):
967 * window.el (window-normalize-buffer-to-display):
968 * progmodes/verilog-mode.el (verilog-batch-indent):
969 * textmodes/bibtex.el (bibtex-field-braces-opt)
970 (bibtex-field-strings-opt):
971 * vc/cvs-status.el (cvs-tree-merge):
972 Fix typos.
973
7262a87c
MA
9742011-11-23 Michael Albinus <michael.albinus@gmx.de>
975
976 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
977 `non-essential' to t, in order to avoid remote connections.
978
283430a1
EZ
9792011-11-23 Eli Zaretskii <eliz@gnu.org>
980
a1beca85
SM
981 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
982 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
983 case-insensitively.
984
d2992a38
ML
9852011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
986
987 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
988
50419064
GM
9892011-11-23 Glenn Morris <rgm@gnu.org>
990
da94eca1
GM
991 * paths.el (rmail-file-name): Reformat the doc-string so that it
992 is picked up.
993
9aac4de2
GM
994 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
995 (rmail-auto-file): Ignore case in the "special" field names,
996 as mail-fetch-field does for all others.
997
8038d2d2
GM
998 * mail/rmail.el (rmail-forward):
999 * mail/rmailkwd.el (rmail-set-label):
1000 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1001 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
1002
f3fe222a
GM
1003 * mail/rmail.el (rmail-current-message): Doc fix.
1004
50419064
GM
1005 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
1006
28109f49
SM
10072011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * server.el (server-eval-and-print): Allow C-g (bug#6585).
1010
394c65f1
GM
10112011-11-22 Glenn Morris <rgm@gnu.org>
1012
1013 * mail/rmailmm.el (test-rmail-mime-handler)
1014 (test-rmail-mime-bulk-handler)
1015 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1016
f2a0aa3a
JL
10172011-11-21 Juri Linkov <juri@jurta.org>
1018
1154d12e
JB
1019 * calc/calc.el (calc-read-key-sequence):
1020 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 1021
9c34a344
LMI
10222011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1023
1024 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1025 Tell the caller that the next line needs recomputation, even
1026 though it doesn't start a sexp (bug#10094).
1027
f04a3be9
SM
10282011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1029
1030 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1031
7978747f
SM
10322011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1033
f04a3be9
SM
1034 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1035 Use force-same-window.
7978747f 1036
fe7a3057
JB
10372011-11-20 Juanma Barranquero <lekktu@gmail.com>
1038
1039 * descr-text.el (describe-char-unicode-data):
1040 * json.el (json-string-escape):
1041 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1042 (Footnote-unicode, Footnote-style-p):
1043 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1044
24901d61
CY
10452011-11-20 Chong Yidong <cyd@gnu.org>
1046
1047 * window.el (replace-buffer-in-windows): Restore interactive spec.
1048
bac7ff22
SM
10492011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1050
24f3d7b9
SM
1051 * electric.el (electric-indent-mode): Fix last change (too optimistic).
1052
bac7ff22
SM
1053 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1054 (byte-compile-global-not-obsolete-vars): New var.
1055 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1056 Use it.
1057 (byte-compile-warn-obsolete): Align text with the one in *Help*.
1058
cd1181db
JB
10592011-11-20 Juanma Barranquero <lekktu@gmail.com>
1060
1061 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1062 * progmodes/pascal.el (electric-pascal-equal):
1063 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1064 * xml.el (xml-substitute-special): Fix typos.
1065
7fb18e9e
GM
10662011-11-20 Glenn Morris <rgm@gnu.org>
1067
1068 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1069 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1070 Doc fixes.
1071 (rmail-decode-mime-charset): Mark as obsolete.
1072
1073 * mail/rmailsum.el (rmail-message-regexp-p-1):
1074 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1075 Before using mime functions, check they are set. (Bug#10077)
1076
d5a6b3ba
JL
10772011-11-19 Juri Linkov <juri@jurta.org>
1078
1079 * info.el (Info-finder-find-node): Use `package--builtins' instead
1080 of `package-alist'. Use node names formed by the pattern "Keyword "
1081 and the keyword name.
1082
e981b61f
AS
10832011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1084
1d00653d 1085 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 1086
3ffbc301
JL
10872011-11-19 Juri Linkov <juri@jurta.org>
1088
1089 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1090 that calls `revert-buffer' on all Info buffers. (Bug#9915)
1091 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1092 `old-history', `old-history-forward'. Add let-binding
1093 `window-selected'. Remove calls to `kill-buffer',
1094 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
1095 before calling `Info-find-node', so `Info-find-node-2' will reread
1096 the Info file. Restore window positions only when `window-selected'
1097 is non-nil.
1098
30c62133
JL
10992011-11-19 Juri Linkov <juri@jurta.org>
1100
1101 * isearch.el (isearch-lazy-highlight-new-loop):
1102 Remove condition `(not isearch-error)'. (Bug#9918)
1103
1104 * misearch.el (multi-isearch-search-fun): Add condition
1105 `(not bound)' to ignore lazy-highlighting search.
1106 Add the search-failed message "end of multi" when the end of
1107 multi-sequence is reached. Uncapitalize the search-failed
1108 message "Repeat for next buffer".
1109
1110 * info.el (Info-search): Add the search-failed message
1111 "end of the manual" when the end of the manual is reached
1112 in Isearch mode.
1113
645ca9cf
JL
11142011-11-19 Juri Linkov <juri@jurta.org>
1115
1116 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1117 Use non-destructive `remove' instead of `delete' because
1118 `Info-history-list' stored to `Info-isearch-initial-history-list' in
1119 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1120
df754f66
JL
11212011-11-19 Juri Linkov <juri@jurta.org>
1122
1123 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1124 to nil instead of binding `search-ring' and `regexp-search-ring'.
1125 (Bug#9185)
1126
0e23d96a
EZ
11272011-11-19 Eli Zaretskii <eliz@gnu.org>
1128
1129 * simple.el (line-move): Force movement by logical lines for any
1130 hscrolled window, not only when auto-hscroll-mode is on.
1131 (line-move-visual): Update doc string to that effect. (Bug#10076)
1132
8a6ccb66
AS
11332011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1134
1135 * language/european.el (macintosh): Define as alias for mac-roman.
1136
49ae5b39
EZ
11372011-11-19 Eli Zaretskii <eliz@gnu.org>
1138
1139 * mail/rmailmm.el (rmail-mime-display-header)
1140 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1141 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1142 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1143 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1144 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1145 of a raw aref.
1146 (rmail-mime-entity-segment): To get past the tagline, move forward
1147 2 more lines, to account for the 2 empty lines that precede and
1148 follow the line with the buttons.
1149 (rmail-mime-update-tagline): Move one more line, to get past the
1150 empty line that follows the buttons in the tagline. (Bug#9520)
1151
c56cad4a
MR
11522011-11-19 Martin Rudalics <rudalics@gmx.at>
1153
1154 * window.el (window-max-delta-1, window-min-delta-1)
1155 (window-min-size-1, window-state-get-1, window-state-put-1)
1156 (window-state-put-2): Use "window--" prefix.
1157
cbe71af3
SM
11582011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1159
2ad52c60
SM
1160 * emacs-lisp/smie.el: Improve warnings and conflict detection.
1161 (smie-warning-count): New var.
1162 (smie-set-prec2tab): Use it.
1163 (smie-bnf->prec2): Improve warnings. Add docstring.
1164 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1165 (smie-bnf--set-class): New function.
1166 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
1167 corner case.
1168
6944dbc1
SM
1169 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1170 (compilation-error-properties, compilation-move-to-column):
1171 Handle compilation-first-column while in the target buffer.
1172
c400c4d7
SM
1173 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1174 Don't hardcode point-min==1.
1175
6dbe3e96
SM
1176 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1177 (eshell-rewrite-for-command): Remove workaround.
1178 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1179 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1180 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1181
cbe71af3
SM
1182 * files-x.el (modify-file-local-variable): Obey commenting conventions.
1183
a8e1496d
GM
11842011-11-17 Glenn Morris <rgm@gnu.org>
1185
1186 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1187 Ignore buffer-local generated-autoload-file if it is the same
1188 as the global value. (Bug#10049)
1189
df85d315
JB
11902011-11-17 Juanma Barranquero <lekktu@gmail.com>
1191
1192 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1193 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1194 (reftex-toc-previous-heading, reftex-toc-max-level)
1195 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1196 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1197 (reftex-toc-do-promote, reftex-toc-promote-prepare)
1198 (reftex-toc-promote-action, reftex-toc-extract-section-number)
1199 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1200 (reftex-toc-rename-label, reftex-toc-visit-location)
1201 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1202 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1203 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1204 leaving "*toc*" only for references to the buffer.
1205
a0c2d0ae
MR
12062011-11-17 Martin Rudalics <rudalics@gmx.at>
1207
1208 * window.el (window-resize, delete-window, split-window):
1209 Replace window-splits by window-combination-resize.
1d00653d 1210 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 1211
35c0bac8
GM
12122011-11-17 Glenn Morris <rgm@gnu.org>
1213
1214 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1215 Make bash entry derive from sh entry, not shell entry.
1216
d0c8fc8a
MA
12172011-11-16 Michael Albinus <michael.albinus@gmx.de>
1218
d0c8fc8a
MA
1219 * net/tramp-cache.el (tramp-flush-file-property): Flush also
1220 properties of linked files. (Bug#9879)
1221
7262a87c
MA
1222 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1223 local file name.
1224
7877f373
JB
12252011-11-16 Juanma Barranquero <lekktu@gmail.com>
1226
1227 * menu-bar.el (menu-bar-file-menu):
1228 * printing.el (pr-ps-utility):
1229 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1230 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1231 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1232 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1233 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1234 (icalendar--convert-cyclic-to-ical)
1235 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1236 (icalendar--convert-ical-to-diary)
1237 (icalendar--convert-recurring-to-diary)
1238 (icalendar--convert-non-recurring-all-day-to-diary)
1239 (icalendar-import-format-sample):
1240 * progmodes/idlw-shell.el (idlwave-shell-mode):
1241 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1242 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1243 (vhdl-ps-print-init): Fix typos.
1244
10649b82
KM
12452011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
1246
9d0cfcd6
GM
1247 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1248 FSF and collapse date sequence, obscure author/maintainer email address
1249 better, remove extra version line, track relocation of author's webpage.
10649b82 1250
9d0cfcd6
GM
1251 * progmodes/python.el (python-pdbtrack-input-prompt)
1252 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1253 regular python pdb prompts. Adjustments shamelessly taken exactly as
1254 suggested in EmacsWiki page (tiny change):
1255 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 1256
58179cce
JB
12572011-11-16 Juanma Barranquero <lekktu@gmail.com>
1258
1259 * expand.el (expand-pos, expand-index, expand-point):
1260 Remove redundant info from docstring.
1261 (expand-add-abbrevs): Doc fix.
1262 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1263 (expand-sample-perl-mode-expand-list): Fix typos.
1264
1265 * net/dbus.el (dbus-event-member-name):
1266 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1267 * term/pc-win.el (msdos-create-frame-with-faces):
1268 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1269
b6f67890
MR
12702011-11-16 Martin Rudalics <rudalics@gmx.at>
1271
1272 * window.el (split-window, window-state-get-1)
1273 (window-state-put-1, window-state-put-2): Rename occurrences of
1274 window-nest to window-combination-limit.
1d00653d 1275 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 1276
ce7ddba0
CY
12772011-11-16 Chong Yidong <cyd@gnu.org>
1278
1279 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1280 regexp (Bug#10033).
1281
3ae704f4
SM
12822011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1283
1284 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1285 `completing-read' will remove *Completions* and will preserve
1286 current-buffer for us.
1287 (tmm-add-prompt): Users of *Completions* will always (re)set its
1288 major mode.
1289 (tmm-old-comp-map): Remove.
1290
6ad1cdde
GM
12912011-11-16 Glenn Morris <rgm@gnu.org>
1292
1293 * mail/rmailedit.el: Require rmailmm when compiling.
1294 (rmail-old-mime-state): New declaration.
1295 (rmail-edit-current-message): If editing a mime message,
1296 edit the "raw" message from the mbox buffer.
1297 (rmail-cease-edit): Handle mime messages. (Bug#9840)
1298
d20faa20
GM
12992011-11-15 Glenn Morris <rgm@gnu.org>
1300
1301 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1302 which wasn't being used. Add optional arg to force given state.
1303 (rmail-mime): Add optional arg to force given state.
1304
c7015153
JB
13052011-11-15 Juanma Barranquero <lekktu@gmail.com>
1306
1307 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1308 * frame.el (display-mm-dimensions-alist):
1309 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1310 (outline-move-subtree-down):
1311 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1312 (newsticker--treeview-do-get-node):
1313 * net/quickurl.el (quickurl-list-buffer-name):
1314 * progmodes/dcl-mode.el (dcl-mode):
1315 * progmodes/gdb-mi.el (gdb-mapcar*):
1316 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1317
45261b50
GM
13182011-11-15 Glenn Morris <rgm@gnu.org>
1319
1320 * mail/rmail.el (rmail-file-coding-system): It's only ever used
1321 in a boolean sense, so just make it a boolean, and fix the doc.
1322 (rmail-show-mime-function, rmail-mime-feature)
1323 (rmail-require-mime-maybe): Doc fixes.
1324 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1325
1326 * mail/rmailmm.el (rmail-show-mime): Doc fix.
1327
0d26e0b6
JB
13282011-11-15 Juanma Barranquero <lekktu@gmail.com>
1329
1330 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1331 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1332 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1333 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1334
447f30f6
GM
13352011-11-15 Glenn Morris <rgm@gnu.org>
1336
672b871d
GM
1337 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1338 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1339 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1340 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1341 (rmail-mime, rmail-show-mime): Doc fixes.
1342
f6aa5bb1
GM
1343 * term/ns-win.el (mode-line-frame-identification):
1344 Leave it alone. (Bug#10051)
1345
947cd66b
GM
1346 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
1347
447f30f6
GM
1348 * mail/rmailout.el (rmail-output-to-rmail-buffer):
1349 Handle empty buffers. (Bug#9978)
1350
0b381c7e
JB
13512011-11-14 Juanma Barranquero <lekktu@gmail.com>
1352
1353 * international/mule.el (define-charset):
1354 * mail/rmailmm.el (rmail-mime-find-header-encoding):
1355 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1356 * progmodes/verilog-mode.el (verilog-backward-token):
1357 * textmodes/ispell.el (lookup-words):
1358 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1359
71e027ac
GM
13602011-11-14 Glenn Morris <rgm@gnu.org>
1361
56632ce4
GM
1362 * progmodes/executable.el
1363 (executable-make-buffer-file-executable-if-script-p):
1364 Handle file-modes returning nil.
1365
40500957
GM
1366 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1367 message - not necessary, and causes problems. (Bug#9831)
1368
071c2340
GM
1369 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1370
d3cfca60
GM
1371 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1372
71e027ac
GM
1373 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1374 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
1375 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1376
89d61221
MR
13772011-11-12 Martin Rudalics <rudalics@gmx.at>
1378
1379 * window.el (window-resize, delete-window): Use window-splits
1380 variable instead of function.
1381 (window-state-get-1, window-state-put-2, window-state-put):
1382 Don't deal with windows' splits status.
1383
98282f6f
GM
13842011-11-12 Glenn Morris <rgm@gnu.org>
1385
1386 * apropos.el (apropos-do-all, apropos-library, apropos-value)
1387 (apropos-documentation): Doc fixes.
1388
40a8bdf6
JB
13892011-11-11 Juanma Barranquero <lekktu@gmail.com>
1390
1391 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1392 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1393
65bd19ff
SM
13942011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * electric.el (electric-indent-post-self-insert-function): Make it
1397 possible for a char to only indent in some circumstances.
1398 (electric-indent-mode): Simplify.
1399
54f9154c
MR
14002011-11-11 Martin Rudalics <rudalics@gmx.at>
1401
1402 * window.el (windows-with-parameter): Remove unused function.
1403 (windows-at-side): Rename to window-at-side-list.
1404 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
1405 (window-side-check, window-size-ignore, window-size-fixed-1)
1406 (window-in-direction-2): Prefix with "window--".
1407 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 1408
68cbc58b
GM
14092011-11-11 Glenn Morris <rgm@gnu.org>
1410
1411 * subr.el (eval-after-load): If FILE is already loaded,
1412 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
1413
b2621720
GM
14142011-11-10 Glenn Morris <rgm@gnu.org>
1415
9a4de110
GM
1416 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1417 Call svn via vc-svn-command rather than vc-do-command.
1418 (vc-svn-command): Add --non-interactive. (Bug#9993)
1419 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1420
b2621720
GM
1421 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1422 Add toggle-read-only. (Bug#7292)
1423 * files.el (toggle-read-only): Mention that it should only
1424 be used interactively. (Bug#10006)
1425
1dce7193
SM
14262011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1427
d9ac1a1e
SM
1428 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1429 Adjust regexp for OCaml warnings.
1430
0c325082
SM
1431 * electric.el (electric-pair-post-self-insert-function): Let user
1432 turn it off buffer-locally (bug#9932).
1433
90132c14
SM
1434 * progmodes/python.el (python-beginning-of-statement):
1435 Rewrite (bug#2703).
1436
1dce7193
SM
1437 * progmodes/compile.el: Better handle TABs (bug#9749).
1438 (compilation-internal-error-properties)
1439 (compilation-next-error-function): Obey the target buffer's
1440 compilation-error-screen-columns.
1441
c4e7c63a
JB
14422011-11-09 Juanma Barranquero <lekktu@gmail.com>
1443
1444 * progmodes/meta-mode.el: Remove obsolete comments.
1445 (meta-right-comment-regexp, meta-ignore-comment-regexp):
1446 Fix typos in docstrings.
1447
2cffd681
MR
14482011-11-09 Martin Rudalics <rudalics@gmx.at>
1449
1450 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 1451 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
1452 (window--resizable): New function. Make all callers of
1453 window-resizable call window--resizable instead.
1454 (window-resizable): Rewrite in terms of window--resizable.
1455
0edcba87
GM
14562011-11-08 Glenn Morris <rgm@gnu.org>
1457
1458 * progmodes/delphi.el (delphi-mode-syntax-table):
1459 Let define-derived-mode define a proper syntax table. (Bug#9994)
1460
4b0d61e3
SM
14612011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * window.el: Stay away from defsubst.
1464 (window-list-no-nils): Remove.
1465 (window-state-get-1, window-state-get): Use backquote instead.
1466
cd394be1 14672011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 1468
4b0d61e3 1469 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 1470 Fix incorrect use of default argument in `completing-read'.
1471
e1c2c6f2
MR
14722011-11-08 Martin Rudalics <rudalics@gmx.at>
1473
1474 * window.el (display-buffer-function, special-display-function):
1475 Mention display-buffer-record-window but do not mention
1476 help-setup parameter in doc-strings.
b3f4a882 1477 (window-min-delta): Fix doc-string typo.
e1c2c6f2 1478
105216ed
CY
14792011-11-08 Chong Yidong <cyd@gnu.org>
1480
1481 * window.el (window-total-height, window-total-width): Doc fix.
1482 (window-body-size): Move from C.
1483 (window-body-height, window-body-width): Move to C.
1484
0a9f9ab5
SM
14852011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * window.el: Make special-display like display-buffer-alist (bug#9532).
1488 (display-buffer--special-action): New function, morphed
1489 from display-buffer--special.
1490 (display-buffer): Use it to handle special-display-buffers at higher
1491 priority (just after display-buffer-alist).
1492 (display-buffer-fallback-action, display-buffer--other-frame-action)
1493 (pop-to-buffer-same-window): Remove display-buffer--special.
1494
a769dd15
GM
14952011-11-07 Glenn Morris <rgm@gnu.org>
1496
1497 * calendar/cal-menu.el (cal-menu-set-date-title):
1498 Do nothing if not in a calendar. (Bug#9976)
1499
05a61ee3
SM
15002011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * files.el (find-file): Always use selected-window.
1503
be7f5545
MR
15042011-11-07 Martin Rudalics <rudalics@gmx.at>
1505
1506 * window.el (window-combinations): Make WINDOW argument
1507 mandatory. Rewrite doc-string.
1508 (walk-window-subtree, window-atom-check, window-min-delta)
1509 (window-max-delta, window--resize-this-window)
1510 (window--resize-root-window-vertically, window-tree)
1511 (balance-windows, window-state-put): Rewrite doc-strings as to
1512 not mention the term "subwindow".
1513 (window--resize-subwindows-skip-p): Rename to
1514 window--resize-child-windows-skip-p.
1515 (window--resize-subwindows-normal): Rename to
1516 window--resize-child-windows-normal.
1517 (window--resize-subwindows): Rename to
1518 window--resize-child-windows.
1519 (window-or-subwindow-p): Rename to window--in-subtree-p.
1520
3c6702ef
ML
15212011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1522
1523 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1524 Ensure that mbox format messages end in two newlines (Bug#9974).
1525
49745b39
CY
15262011-11-06 Chong Yidong <cyd@gnu.org>
1527
1528 * window.el (window-combination-p): Function deleted; its
1529 side-effect is not used in any existing code.
1530 (window-combinations, window-combined-p): Call window-*-child
1531 directly.
1532
24300f5f
CY
15332011-11-05 Chong Yidong <cyd@gnu.org>
1534
1535 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
1536 (window-size-ignore, window-state-get): Callers changed.
1537 (window-normalize-window): Rename from window-normalize-any-window.
1538 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 1539 (window-normalize-live-window): Delete.
447f16b8
CY
1540 (window-combination-p, window-combined-p, window-combinations)
1541 (walk-window-subtree, window-atom-root, window-min-size)
1542 (window-sizable, window-sizable-p, window-size-fixed-p)
1543 (window-min-delta, window-max-delta, window-resizable)
1544 (window-resizable-p, window-full-height-p, window-full-width-p)
1545 (window-current-scroll-bars, window-point-1, set-window-point-1)
1546 (window-at-side-p, window-in-direction, window-resize)
1547 (adjust-window-trailing-edge, maximize-window, minimize-window)
1548 (window-deletable-p, delete-window, delete-other-windows)
1549 (record-window-buffer, unrecord-window-buffer)
1550 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1551 (quit-window, split-window, window-state-put)
1552 (set-window-text-height, fit-window-to-buffer)
1553 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 1554
89bd5ee1
EZ
15552011-11-04 Eli Zaretskii <eliz@gnu.org>
1556
53479029
EZ
1557 * mail/rmail.el (rmail-simplified-subject): Decode subject with
1558 rfc2047-decode-string.
1559 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1560 warnings.
1561
89bd5ee1
EZ
1562 * window.el (window-body-height, window-body-width): Mention in
1563 the doc string that the return values are in frame's canonical
1564 units. (Bug#9949)
1565
bd17fdee
AM
15662011-11-03 Alan Mackenzie <acm@muc.de>
1567
1568 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1569 change in cc-engine.el.
1570
acc825c5
SM
15712011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 * window.el (switch-to-buffer): Use `force-same-window' interactively.
1574
1885e5b8
MR
15752011-11-02 Martin Rudalics <rudalics@gmx.at>
1576
1577 * window.el (quit-window): Call unrecord-window-buffer after
1578 showing another buffer in the window. (Bug#9937)
acc825c5 1579 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 1580
ebe06da9
JB
15812011-11-02 Juanma Barranquero <lekktu@gmail.com>
1582
1583 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1584 Accept status with more than 9 shelves. (Bug#9935)
1585 Reported by Colin D Bennett <colin@gibibit.com>.
1586
4ee88440
MR
15872011-11-01 Martin Rudalics <rudalics@gmx.at>
1588
1589 * help.el (with-help-window): Don't reference
1590 temp-buffer-show-specifiers in doc-string.
1591
08e1d82c
AS
15922011-10-31 Andreas Schwab <schwab@linux-m68k.org>
1593
1594 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1595 menu-item.
1596
84bd6e9e
VJL
15972011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1598
1599 * whitespace.el: New version 13.2.2.
1600 (whitespace-newline-mode): Disable properly. Reported by Sarah
1601 <EmacsWiki>.
1602
dba0634a
UJ
16032011-10-30 Ulf Jasper <ulf.jasper@web.de>
1604
1605 * net/newst-treeview.el: Remove "Time-stamp".
1606 (newsticker--group-manage-orphan-feeds): Do not call
1607 newsticker--treeview-tree-update.
db22a3c2
JB
1608 (newsticker-treeview-update, newsticker-treeview):
1609 Call newsticker--treeview-tree-update if necessary.
dba0634a 1610
3d8daefe
MR
16112011-10-30 Martin Rudalics <rudalics@gmx.at>
1612
1613 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
1614 (window-iso-combinations): Remove "iso-" infix.
1615 Suggested by Chong Yidong.
3d8daefe
MR
1616 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1617 (window-max-delta-1, window-resize, window--resize-siblings)
1618 (window--resize-this-window, adjust-window-trailing-edge)
1619 (split-window, balance-windows-1)
1620 (shrink-window-if-larger-than-buffer):
1621 * calendar/calendar.el (calendar-generate-window):
db22a3c2 1622 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 1623
1bc4c3ae
SM
16242011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1627 in place (bug#9907).
1628 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1629 (eshell-rewrite-if-command, eshell-rewrite-for-command)
1630 (eshell-structure-basic-command, eshell-rewrite-while-command)
1631 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1632 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1633 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1634 (eshell-do-pipelines-synchronously, eshell-eval-command):
1635 Use backquotes and prefer setq to set.
1636 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1637 (eshell-macrop): Use functionp.
c1e2f5fa 1638 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 1639
30b65d9c
CY
16402011-10-30 Chong Yidong <cyd@gnu.org>
1641
1642 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1643 instead of set-mark (Bug#9810).
1644
2d197ffb
CY
16452011-10-30 Chong Yidong <cyd@gnu.org>
1646
1647 * window.el (split-window-below, split-window-right): Rename from
1648 split-window-above-each-other and split-window-side-by-side
1649 respectively. All callers changed.
1650 (split-window-sensibly, split-window-sensibly): Use them.
1651 (split-window-keep-point): Doc fix.
1652
1653 * isearch.el: Add isearch-scroll property to split-window-below
1654 and split-window-right.
1655
1656 * follow.el (follow-mode):
1657 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1658 * progmodes/ada-xref.el (ada-gdb-application):
1659 * emulation/vip.el (vip-buffer-in-two-windows):
1660 * image-dired.el (image-dired-dired-with-window-configuration):
1661 * dired-x.el (dired-do-find-marked-files):
1662 * dired.el (dired-pop-to-buffer):
1663 * bs.el (bs--show-with-configuration):
1664 * vc/emerge.el (emerge-setup-windows):
1665 * textmodes/two-column.el (2C-two-columns):
1666 * textmodes/reftex-toc.el (reftex-toc):
1667 * progmodes/gdb-mi.el (gdb-setup-windows):
1668 * progmodes/fortran.el (fortran-window-create):
1669 * net/newst-treeview.el (newsticker--treeview-window-init):
1670 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
1671 * emulation/tpu-edt.el (tpu-gold-map):
1672 * emulation/crisp.el (crisp-mode-map):
1673 * calendar/calendar.el (calendar-basic-setup): Callers changed.
1674
38bb2ca8
CY
16752011-10-29 Chong Yidong <cyd@gnu.org>
1676
aa4de341
CY
1677 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
1678
e1eb5385
CY
1679 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
1680
5d2ece3c
CY
1681 * textmodes/flyspell.el (flyspell-word): Fix char offset for
1682 forged Ispell output (Bug#7904).
1683
38bb2ca8
CY
1684 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
1685
d0af9f77
SM
16862011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * doc-view.el: Avoid ugly errors about not finding nil.
1689 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1690 (doc-view-dvipdf-program, doc-view-unoconv-program)
1691 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
1692 Avoid nil or absolute file name as default value.
1693 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
1694
52bedd34
AM
16952011-10-28 Alan Mackenzie <acm@muc.de>
1696
db22a3c2 1697 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 1698
7e43cfa5
AM
16992011-10-28 Alan Mackenzie <acm@muc.de>
1700
1701 Amend the handling of c-beginning/end-of-defun in nested declaration
1702 scopes.
1703
52bedd34
AM
1704 * progmodes/cc-vars.el (c-defun-tactic): Move here from
1705 cc-langs.el. Change it to a defcustom.
7e43cfa5 1706
52bedd34
AM
1707 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
1708 cc-vars.el.
7e43cfa5 1709
d0af9f77
SM
1710 * progmodes/cc-engine.el (c-beginning-of-statement-1):
1711 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 1712
52bedd34 1713 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 1714 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
1715 (c-widen-to-enclosing-decl-scope): New function.
1716 (c-while-widening-to-decl-block): New macro.
1717 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
1718 outward for defun boundaries, and correspondingly change symbol
1719 `respect-enclosure' to `go-outward'.
1720 (c-declaration-limits): Change algorithm to report only the "innermost"
1721 defun's boundaries.
1722
1a2ce9ee
DD
17232011-10-28 Deniz Dogan <deniz@dogan.se>
1724
1725 * net/rcirc.el (rcirc-mode): Use hard newlines.
1726
bc97a826
AM
17272011-10-28 Alan Mackenzie <acm@muc.de>
1728
1729 Amend to indent and fontify macros "which include their own semicolon"
1730 correctly, using the "virtual semicolon" mechanism.
1731
52bedd34 1732 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 1733
d0af9f77 1734 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 1735 Recode to scan one line at a time rather than having \n and \r
58179cce 1736 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 1737 (c-forward-label): Amend for virtual semicolons.
58179cce 1738 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 1739
52bedd34
AM
1740 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
1741 of the new C macros.
bc97a826 1742
52bedd34 1743 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
1744 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
1745 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
1746 (c-opt-cpp-macro-define): Make into a full language variable.
1747 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
1748 AWK Mode (including \n, \r) removed, no longer needed.
1749
d0af9f77
SM
1750 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
1751 Invoke c-make-macro-with-semi-re.
bc97a826 1752
52bedd34
AM
1753 * progmodes/cc-vars.el (c-macro-with-semi-re):
1754 (c-macro-names-with-semicolon): New variables.
58179cce 1755 (c-make-macro-with-semi-re): New function.
bc97a826 1756
7a6c0941
SM
17572011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * vc/log-edit.el: Fill empty field rather than adding new one.
1760 (log-edit-add-field): New function.
1761 (log-edit-insert-changelog): Use it.
1762
b0c4cdcf
ML
17632011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1764
1765 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
1766
ee1f1da9
SM
17672011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
1770 (gdb--check-interpreter): New function.
1771 (gdb): Use it.
1772
51bc5f8b
GM
17732011-10-27 Glenn Morris <rgm@gnu.org>
1774
416a2c45
GM
1775 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
1776 (least-positive-float, least-negative-float)
1777 (least-positive-normalized-float, least-negative-normalized-float)
1778 (float-epsilon, float-negative-epsilon):
1779 Remove unnecessary declarations.
1780
1781 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
1782 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
1783 (least-positive-float, least-negative-float)
1784 (least-positive-normalized-float, least-negative-normalized-float)
1785 (float-epsilon, float-negative-epsilon): Add doc-strings,
1786 based on those in cl.texi.
1787
51bc5f8b
GM
1788 * files.el (set-visited-file-name): If the major-mode changed,
1789 reload the local variables. (Bug#9796)
1790
15de15c6
CY
17912011-10-27 Chong Yidong <cyd@gnu.org>
1792
1793 * subr.el (change-major-mode-after-body-hook): New hook.
1794 (run-mode-hooks): Run it.
1795
ee1f1da9
SM
1796 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1797 Use change-major-mode-before-body-hook.
15de15c6
CY
1798
1799 * simple.el (fundamental-mode):
1800 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
1801 change introducing fundamental-mode-hook.
1802
5430d399
JB
18032011-10-26 Juanma Barranquero <lekktu@gmail.com>
1804
acc825c5 1805 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 1806
ad74a69e
MA
18072011-10-26 Michael Albinus <michael.albinus@gmx.de>
1808
1809 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 1810 tramp.el explicitly. (Bug#7583)
ad74a69e 1811
71d4c2a5
SM
18122011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * progmodes/octave-mod.el:
1815 * progmodes/octave-inf.el: Update maintainer.
1816
b1f6fa26
CY
18172011-10-26 Chong Yidong <cyd@gnu.org>
1818
1819 * subr.el (with-wrapper-hook): Rewrite doc.
1820
3f04efd6
MA
18212011-10-25 Michael Albinus <michael.albinus@gmx.de>
1822
1823 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 1824 filenames "/method:foo:". (Bug#9793)
3f04efd6 1825
410488d3
SM
18262011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
1829 (bug#9865).
1830
c1ebb47e
GM
18312011-10-24 Glenn Morris <rgm@gnu.org>
1832
1833 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
1834
7f5c46c7
MA
18352011-10-24 Michael Albinus <michael.albinus@gmx.de>
1836
1837 * notifications.el: Add the requirement of a running D-Bus session
1838 bus to the Commentary.
1839
db2440b6
JL
18402011-10-24 Juri Linkov <juri@jurta.org>
1841
1842 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1843 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
1844 (Bug#9364)
1845
feecf435
JL
18462011-10-24 Juri Linkov <juri@jurta.org>
1847
1848 * info.el (Info-following-node-name-re): Add newline to the list
1849 of allowed characters for leading space. (Bug#9824)
1850
a3839de2
SM
18512011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1852
acc825c5
SM
1853 * progmodes/octave-inf.el (inferior-octave-mode-map):
1854 Fix C-c C-h binding.
a3839de2
SM
1855 * progmodes/octave-mod.el (octave-help): Remove.
1856
09388e76
MA
18572011-10-23 Michael Albinus <michael.albinus@gmx.de>
1858
1859 Sync with Tramp 2.2.3.
1860
1861 * net/tramp-cache.el (top): Pacify byte-compiler using
1862 `init-file-user' and `site-run-file'.
1863
1864 * net/trampver.el: Update release number.
1865
86c60681
CY
18662011-10-23 Chong Yidong <cyd@gnu.org>
1867
1868 * files.el (toggle-read-only): Remove obsolete comment about
1869 version control.
1870
1871 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
1872 for toggle-read-only. Note that this hasn't called vc-next-action
1873 since 2008-05-02, though it wasn't documented at the time.
1874
a3839de2
SM
1875 * vc/ediff-init.el (ediff-toggle-read-only-function):
1876 Use toggle-read-only.
86c60681 1877
cd5495ff
AM
18782011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
1879
1880 Fix bug #9560, sporadic wrong indentation; improve instrumentation
1881 of c-parse-state.
1882
00b77525 1883 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 1884 correct faulty logical expression.
cd5495ff
AM
1885 (c-parse-state-state, c-record-parse-state-state):
1886 (c-replay-parse-state-state): New defvar/defuns.
1887 (c-debug-parse-state): Use new functions.
1888
42ee24ed
MR
18892011-10-22 Martin Rudalics <rudalics@gmx.at>
1890
1891 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 1892 last fix. Use window-in-direction correctly.
42ee24ed 1893
a7dee7e7
CY
18942011-10-21 Chong Yidong <cyd@gnu.org>
1895
1896 * progmodes/idlwave.el (idlwave-mode):
1897 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
1898 require-final-newline; that's done in prog-mode.
1899 Suggested by Stefan Monnier.
a7dee7e7 1900
e07b9a6d
MR
19012011-10-21 Martin Rudalics <rudalics@gmx.at>
1902
1903 * mouse.el (mouse-drag-window-above)
1904 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
1905 (mouse-drag-mode-line-1, mouse-drag-header-line)
1906 (mouse-drag-vertical-line-rightward-window): Remove.
1907 (mouse-drag-line): New function.
1908 (mouse-drag-mode-line, mouse-drag-header-line)
1909 (mouse-drag-vertical-line): Call mouse-drag-line.
1910 * window.el (window-at-side-p, windows-at-side): New functions.
1911
7e1361d9
UM
19122011-10-21 Ulrich Mueller <ulm@gentoo.org>
1913
1914 * tar-mode.el (tar-grind-file-mode):
1915 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
1916
30fcaf3a
CY
19172011-10-21 Chong Yidong <cyd@gnu.org>
1918
1919 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
1920 * progmodes/vera-mode.el (vera-mode):
1921 Use mode-require-final-newline.
30fcaf3a 1922
516eddb0
GM
19232011-10-20 Glenn Morris <rgm@gnu.org>
1924
db22a3c2 1925 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 1926
10d5f513
CS
19272011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
1928
1929 * emulation/cua-base.el (cua-set-mark): Fix case of string.
1930
ac6c8639
CY
19312011-10-20 Chong Yidong <cyd@gnu.org>
1932
1933 * emulation/cua-base.el (cua-mode):
1934 * mail/footnote.el (footnote-mode):
1935 * mail/mailabbrev.el (mail-abbrevs-mode):
1936 * net/xesam.el (xesam-minor-mode):
1937 * progmodes/bug-reference.el (bug-reference-mode):
1938 * progmodes/cap-words.el (capitalized-words-mode):
1939 * progmodes/compile.el (compilation-minor-mode)
1940 (compilation-shell-minor-mode):
1941 * progmodes/gud.el (gud-tooltip-mode):
1942 * progmodes/hideif.el (hide-ifdef-mode):
1943 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1944 * progmodes/subword.el (subword-mode):
1945 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1946 * progmodes/which-func.el (which-function-mode):
1947 * term/tvi970.el (tvi970-set-keypad-mode):
1948 * term/vt100.el (vt100-wide-mode):
1949 * textmodes/flyspell.el (flyspell-mode):
1950 * textmodes/ispell.el (ispell-minor-mode):
1951 * textmodes/nroff-mode.el (nroff-electric-mode):
1952 * textmodes/paragraphs.el (use-hard-newlines):
1953 * textmodes/refill.el (refill-mode):
1954 * textmodes/reftex.el (reftex-mode):
1955 * textmodes/rst.el (rst-minor-mode):
1956 * textmodes/sgml-mode.el (html-autoview-mode)
1957 (sgml-electric-tag-pair-mode):
1958 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
1959 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
1960 * emulation/crisp.el (crisp-mode):
1961 * emacs-lisp/eldoc.el (eldoc-mode):
1962 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
1963 minor mode behavior.
1964
aa42ab43
JL
19652011-10-19 Juri Linkov <juri@jurta.org>
1966
1967 * descr-text.el (describe-char): Add #x2010 and #x2011 to
1968 the list of hard-coded chars with escape-glyph face.
1969
89400f1d
SM
19702011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1971
1972 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
1973
305c07f6
MA
19742011-10-19 Michael Albinus <michael.albinus@gmx.de>
1975
1976 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
1977 running process.
1978
13754b54
GM
19792011-10-19 Glenn Morris <rgm@gnu.org>
1980
1981 * vc/vc-bzr.el (vc-bzr-after-dir-status):
1982 Ignore ignored files. (Bug#9726)
1983
06e21633
CY
19842011-10-19 Chong Yidong <cyd@gnu.org>
1985
1986 Doc fix for minor modes, stating that an omitted argument enables
1987 the mode unconditionally when called from Lisp.
1988
1989 * abbrev.el (abbrev-mode):
1990 * allout.el (allout-mode):
1991 * autoinsert.el (auto-insert-mode):
1992 * autoarg.el (autoarg-mode, autoarg-kp-mode):
1993 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1994 (global-auto-revert-mode):
1995 * battery.el (display-battery-mode):
1996 * composite.el (global-auto-composition-mode)
1997 (auto-composition-mode):
1998 * delsel.el (delete-selection-mode):
1999 * desktop.el (desktop-save-mode):
2000 * dired-x.el (dired-omit-mode):
2001 * dirtrack.el (dirtrack-mode):
2002 * doc-view.el (doc-view-minor-mode):
2003 * double.el (double-mode):
2004 * electric.el (electric-indent-mode, electric-pair-mode):
2005 * emacs-lock.el (emacs-lock-mode):
2006 * epa-hook.el (auto-encryption-mode):
2007 * follow.el (follow-mode):
2008 * font-core.el (font-lock-mode):
2009 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2010 * help.el (temp-buffer-resize-mode):
2011 * hilit-chg.el (highlight-changes-mode)
2012 (highlight-changes-visible-mode):
2013 * hi-lock.el (hi-lock-mode):
2014 * hl-line.el (hl-line-mode, global-hl-line-mode):
2015 * icomplete.el (icomplete-mode):
2016 * ido.el (ido-everywhere):
2017 * image-file.el (auto-image-file-mode):
2018 * image-mode.el (image-minor-mode):
2019 * iswitchb.el (iswitchb-mode):
2020 * jka-cmpr-hook.el (auto-compression-mode):
2021 * linum.el (linum-mode):
2022 * longlines.el (longlines-mode):
2023 * master.el (master-mode):
2024 * mb-depth.el (minibuffer-depth-indicate-mode):
2025 * menu-bar.el (menu-bar-mode):
2026 * minibuf-eldef.el (minibuffer-electric-default-mode):
2027 * mouse-sel.el (mouse-sel-mode):
2028 * msb.el (msb-mode):
2029 * mwheel.el (mouse-wheel-mode):
2030 * outline.el (outline-minor-mode):
2031 * paren.el (show-paren-mode):
2032 * recentf.el (recentf-mode):
2033 * reveal.el (reveal-mode, global-reveal-mode):
2034 * rfn-eshadow.el (file-name-shadow-mode):
2035 * ruler-mode.el (ruler-mode):
2036 * savehist.el (savehist-mode):
2037 * scroll-all.el (scroll-all-mode):
2038 * scroll-bar.el (scroll-bar-mode):
2039 * server.el (server-mode):
2040 * shell.el (shell-dirtrack-mode):
2041 * simple.el (auto-fill-mode, transient-mark-mode)
2042 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2043 (line-number-mode, column-number-mode, size-indication-mode)
2044 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2045 * strokes.el (strokes-mode):
2046 * time.el (display-time-mode):
2047 * t-mouse.el (gpm-mouse-mode):
2048 * tool-bar.el (tool-bar-mode):
2049 * tooltip.el (tooltip-mode):
2050 * type-break.el (type-break-mode-line-message-mode)
2051 (type-break-query-mode):
2052 * view.el (view-mode):
2053 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2054 (global-whitespace-mode, global-whitespace-newline-mode):
2055 * xt-mouse.el (xterm-mouse-mode): Doc fix.
2056
a3839de2
SM
2057 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2058 Fix autogenerated docstring.
06e21633 2059
5214e501
JL
20602011-10-19 Juri Linkov <juri@jurta.org>
2061
2062 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2063 by checking environment variables "DESKTOP_SESSION" and
2064 "XDG_CURRENT_DESKTOP". (Bug#9779)
2065
195f8db9
JL
20662011-10-19 Juri Linkov <juri@jurta.org>
2067
2068 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2069 (browse-url-chromium-program, browse-url-chromium-arguments):
2070 New defcustoms.
2071 (browse-url-default-browser): Check for `browse-url-chromium' and
2072 call `browse-url-chromium-program'.
2073 (browse-url-chromium): New command. (Bug#9779)
2074
343a34ff
JB
20752011-10-18 Juanma Barranquero <lekktu@gmail.com>
2076
2077 * facemenu.el (list-colors-duplicates): On Windows, detect more
2078 duplicates by assuming that only colors matching "^System" are
2079 special "system colors". (Bug#9722)
2080
6978a151
SM
20812011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2084 to distinguish the author from the committer.
2085
6a80b297
MA
20862011-10-18 Michael Albinus <michael.albinus@gmx.de>
2087
2088 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2089
b31a5677
JK
20902011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
2091
2092 * international/mule.el (sgml-html-meta-auto-coding-function):
2093 Add support for detecting encoding in HTML5 specified only as
2094 <meta charset="UTF-8">. Implementation just makes http-equiv and
2095 content-type parts from HTML4 encoding string optional. (Bug#9716)
2096
80c6d77f
GM
20972011-10-18 Glenn Morris <rgm@gnu.org>
2098
2099 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
2100
08b0fee8
CY
21012011-10-18 Chong Yidong <cyd@gnu.org>
2102
2103 * faces.el (cursor): Doc fix.
2104
67e729a5
CY
21052011-10-17 Chong Yidong <cyd@gnu.org>
2106
2107 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2108
343a34ff 21092011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
2110
2111 * dirtrack.el (dirtrack): Support shell buffers with path
2112 prefixes, e.g. tramp-based remote shells. (Bug#9647)
2113
0bc06380
TZ
21142011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
2115
2116 * json.el: Bump version to 1.3 and note change in History.
2117 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2118
8b79f3e0
SM
21192011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2120
5a7c536b
SM
2121 * comint.el (comint-insert-input, comint-send-input)
2122 (comint-get-old-input-default, comint-backward-matching-input)
2123 (comint-next-prompt): Use nil instead of `input' for field property of
2124 past user input (bug#114).
2125
96a8a0df
SM
2126 * minibuffer.el (completion--replace): Inherit surrounding properties
2127 (bug#114).
2128 (minibuffer-complete-and-exit): Use it.
2129
8b79f3e0
SM
2130 * comint.el (comint--table-subvert): Quote the all-completions output
2131 (bug#9160).
2132
b8f7ff0d
MR
21332011-10-17 Martin Rudalics <rudalics@gmx.at>
2134
8b79f3e0 2135 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 2136
b8f7ff0d 2137 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 2138 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
2139 entries and separate them from frame entries.
2140
c235b555
GM
21412011-10-15 Glenn Morris <rgm@gnu.org>
2142
2143 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2144 Doc fixes.
2145
6bbfa6e1
CY
21462011-10-15 Chong Yidong <cyd@stupidchicken.com>
2147
8b79f3e0
SM
2148 * net/network-stream.el (network-stream-open-starttls):
2149 Improve detection of failure due to lack of TLS support.
ec5c990d 2150
6bbfa6e1
CY
2151 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2152 putting the input text in front and in bold.
2153
98488977
SM
21542011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2155
3d1337be
SM
2156 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2157
ee0b45e4
SM
2158 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2159 empty buffer.
2160
98488977
SM
2161 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2162 unread-command-events rather than pushing yet-another event.
2163
186f4720
EZ
21642011-10-14 Eli Zaretskii <eliz@gnu.org>
2165
2166 * mail/sendmail.el (sendmail-query-once): Improve the wording of
2167 the explanation of the possible choices. Make the options passed
2168 to completing-read shorter.
2169
8b7a997c
AM
21702011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2171
2172 * textmodes/flyspell.el (flyspell-large-region): Make sure
2173 extended character mode is used if defined (Bug#1339).
2174
12587bbb
EZ
21752011-10-13 Eli Zaretskii <eliz@gnu.org>
2176
2177 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
2178 character info for LRE, LRO, RLE, and RLO characters by appending
2179 an invisible PDF.
12587bbb 2180
bad41229
SM
21812011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2184 even in case of error; add debug spec; simplify data flow.
2185 (with-timeout-handler): Remove.
2186
28dbc92f
MA
21872011-10-12 Michael Albinus <michael.albinus@gmx.de>
2188
2189 Fix Bug#6019, Bug#9315.
2190
2191 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2192 complete `buffer-file-name', the local file name part could look
2193 remotely (for example on VMS).
2194
2195 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2196 `tramp-run-real-handler'.
2197 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2198 already quoted by '"'.
2199
2200 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2201 Let `file-name-handler-alist' be nil, the local file name part
2202 could look remotely (for example on VMS).
2203
e1b0b23a
SM
22042011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2205
2206 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2207 from here...
2208 (flyspell-post-command-hook): ...to here.
2209
a120bde9
SM
22102011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2213 if not needed.
2214 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
2215 using completion. Protect against "slow" callers.
2216 Remove the "message hack".
2217
7ce7717b
JL
22182011-10-11 Juri Linkov <juri@jurta.org>
2219
2220 * isearch.el (isearch-lazy-highlight-word): New variable.
2221 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2222 Use it. (Bug#9727)
2223
c02ee9d6
GM
22242011-10-11 Glenn Morris <rgm@gnu.org>
2225
2226 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2227 like f90-previous-statement does.
2228
93e616fd 22292011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2230
1f190e73 2231 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
2232 only in interactive use, to avoid error.
2233
af7b6078
SM
22342011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * minibuffer.el (completion-file-name-table): Fix last change,
2237 i.e. ignore normal errors but not the other ones.
2238
0563dae9
MR
22392011-10-10 Martin Rudalics <rudalics@gmx.at>
2240
2241 * window.el (special-display-buffer-names)
2242 (special-display-regexps): Remove some remnants of earlier
2243 changes from doc-strings.
366ca7f3
MR
2244 (quit-windows-on): New function.
2245
2246 * vc/vc.el (vc-revert, vc-rollback):
2247 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2248 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 2249 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 2250
49677495
MR
22512011-10-09 Martin Rudalics <rudalics@gmx.at>
2252
2253 * window.el (frame-auto-hide-function): Add version tag.
2254 (Bug#9699)
2255
56f2d1e1
MA
22562011-10-09 Michael Albinus <michael.albinus@gmx.de>
2257
2258 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2259 condition.
2260
112a6592
LL
22612011-10-09 Leo Liu <sdl.web@gmail.com>
2262
2263 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2264 (Bug#9701)
2265
0812589b
GM
22662011-10-08 Glenn Morris <rgm@gnu.org>
2267
2268 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2269 before the first code statement zero indent. (Bug#9690)
2270
b2b0776e
CY
22712011-10-08 Chong Yidong <cyd@stupidchicken.com>
2272
2273 * simple.el (count-words-region): Always count in the region.
2274 Report the number of lines and characters too.
2275 (count-words): New command, which counts in the buffer if the
2276 region is inactive, as count-words-region used to.
2277 (count-words--message): New function. Handle plurals.
2278 (count-lines-region): Make it an alias for count-words-region.
2279
2280 * bindings.el (esc-map): Replace count-lines-region with
2281 count-words-region.
2282
c557cd6b
MR
22832011-10-08 Martin Rudalics <rudalics@gmx.at>
2284
2285 * window.el (window--delete): Delete dedicated frame
2286 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 2287 (switch-to-buffer): Fix doc-string typo.
c557cd6b 2288
61a57ef4 22892011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2290
2291 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2292
c3833279
CY
22932011-10-07 Chong Yidong <cyd@stupidchicken.com>
2294
2295 * bindings.el ([M-left],[M-right]): Bind to left-word and
2296 right-word respectively.
2297
21ce8245
GM
22982011-10-07 Glenn Morris <rgm@gnu.org>
2299
2300 * cus-start.el (debug-on-quit): Fix custom type.
2301
6d823bb2
LMI
23022011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2303
0181e193
LMI
2304 * subr.el (define-key-after): Clarify that the function is not
2305 useful for non-menu keymaps.
2306
6d823bb2
LMI
2307 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2308
8e3459ce 23092011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2310
21ce8245 2311 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 2312 in current minibuffer (Fix bug with recursive minibuffers).
2313
a1c2d21e
CY
23142011-10-06 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * progmodes/gdb-mi.el (gdb): Doc fix.
2317
5a4cf282
MR
23182011-10-05 Martin Rudalics <rudalics@gmx.at>
2319
2320 * window.el (frame-auto-hide-function): New option replacing
2321 frame-auto-delete. Suggested by Stefan Monnier.
2322 (window--delete): Call frame-auto-hide-function instead of
2323 investigating frame-auto-delete.
c96111ea
MR
2324 (window-point-1, set-window-point-1): New functions.
2325 (window-in-direction, record-window-buffer, window-state-get-1)
2326 (display-buffer-record-window): Use window-point-1 instead of
2327 window-point.
2328 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 2329
9854542e
SM
23302011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2331
2332 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2333
8943cfb0
GM
23342011-10-05 Glenn Morris <rgm@gnu.org>
2335
2336 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2337 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
2338
647ab967
LL
23392011-10-05 Leo Liu <sdl.web@gmail.com>
2340
2341 * subr.el (read-char-choice): Fix argument to buffer-live-p which
2342 works with buffer object.
2343
3ddfbced
SM
23442011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * mpc.el (mpc-tool-bar-map): Add labels.
2347
bdfa5dd2
GM
23482011-10-04 Glenn Morris <rgm@gnu.org>
2349
2350 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2351
0e2070b5
MR
23522011-10-04 Martin Rudalics <rudalics@gmx.at>
2353
2354 * window.el (window--delete): New function.
2355 (frame-auto-delete): Resuscitate option.
2356 (bury-buffer, replace-buffer-in-windows)
2357 (quit-window): Rewrite using window--delete.
2358 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2359 Pass display-buffer-mark-dedicated to window--display-buffer-2
2360 (Bug#9639).
2361
3dc61a09
SM
23622011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2363
915a9b64
SM
2364 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2365 returns a list (bug#9554). Add remote file name completion.
2366 * comint.el (comint--table-subvert): Curry and get quote&unquote
2367 functions as arguments.
2368 (comint--complete-file-name-data): Adjust call accordingly.
2369 * pcomplete.el (pcomplete--table-subvert): Remove.
2370 (pcomplete-completions-at-point): Use comint--table-subvert instead.
2371
3dc61a09
SM
2372 * minibuffer.el (completion-table-case-fold): Use currying.
2373 (completion--styles-type, completion--cycling-threshold-type):
2374 New constants.
2375 (completion-styles, completion-category-overrides)
2376 (completion-cycle-threshold): Use them.
2377 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2378 completion-table-case-fold.
2379
8ea0a993
SB
23802011-10-03 Stephen Berman <stephen.berman@gmx.net>
2381
2382 * minibuffer.el (completion-category-overrides): Fix type of styles
2383 and add more user friendly tags (bug#9660).
2384
8c24b7f6
SM
23852011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2388 (mule-input-method-string): New widget.
2389 (default-input-method, language-info-custom-alist): Use it.
2390
428fe61a
SM
23912011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2392
32c1fffd
SM
2393 * pcomplete.el: Require comint.
2394 (pcomplete--common-suffix): Remove.
2395 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2396 (pcomplete--table-subvert): Sync with comint--table-subvert.
2397 (pcomplete--entries): Use comint-completion-file-name-table.
2398 * comint.el (comint-unquote-filename): Simplify.
2399 (comint-completion-file-name-table): New function (bug#9616).
2400 (comint--complete-file-name-data): Use it.
2401
428fe61a
SM
2402 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2403 (pcmpl-gnu-tar-buffer): Remove.
2404 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
2405 around. Make sure pcomplete-suffix-list is only changed temporarily.
2406 Don't look inside the tar's file if it's too large.
428fe61a 2407
04c52e2f
CY
24082011-10-01 Chong Yidong <cyd@stupidchicken.com>
2409
ce3cefcc
CY
2410 * cus-edit.el (custom-mode-map):
2411 * epa.el (epa-key-list-mode-map):
2412 * man.el (Man-mode-map):
2413 * startup.el (splash-screen-keymap):
2414 * simple.el (special-mode-map): Use scroll-up-command and
2415 scroll-down-command.
2416
2417 * progmodes/idlw-help.el (idlwave-help-mode-map):
2418 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2419 * net/newst-plainview.el (newsticker-mode-map):
2420 * emulation/ws-mode.el (wordstar-mode-map):
2421 * emulation/vi.el (vi-com-map):
2422 * calc/calc-graph.el (calc-graph-show-dumb):
2423 * term/sun.el (terminal-init-sun):
2424 * term/ns-win.el (global-map):
2425 * progmodes/grep.el (grep-mode-map):
2426 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2427 * mail/rmail.el (rmail-mode-map):
2428 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2429
04c52e2f
CY
2430 * custom.el (custom-safe-themes, load-theme): Treat value of t for
2431 custom-safe-themes as special.
2432
79adf8c8
JD
24332011-10-01 Julien Danjou <julien@danjou.info>
2434
2435 * notifications.el (notifications-notify): Fix docstring.
2436
63bd50d3
PS
24372011-10-01 Per Starbäck <per@starback.se>
2438
2439 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
2440
199e4c7e
MR
24412011-09-30 Martin Rudalics <rudalics@gmx.at>
2442
2443 * startup.el (command-line-1): Fix last fix by inserting
2444 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 2445 (Bug#9605) and (Bug#9636)
199e4c7e 2446
fe5f08dd
EZ
24472011-09-29 Eli Zaretskii <eliz@gnu.org>
2448
2449 * simple.el (line-move): If auto-hscroll-mode is disabled and the
2450 window is hscrolled, move by logical lines. (Bug#9607)
2451 (line-move-visual): Update the doc string to the above effect.
2452
b5516bbd
MR
24532011-09-29 Martin Rudalics <rudalics@gmx.at>
2454
ccee00c0
MR
2455 * window.el (display-buffer-record-window): When WINDOW is the
2456 selected window use `point' instead of `window-point'. (Bug#9626)
2457
b5516bbd
MR
2458 * startup.el (command-line-1): Use insert-before-markers when
2459 inserting initial-scratch-message. (Bug#9605)
ccee00c0 2460
b5516bbd
MR
2461 * help.el (help-window): Remove variable.
2462
52aa0014
GM
24632011-09-29 Glenn Morris <rgm@gnu.org>
2464
2465 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2466
df9a7357
JB
24672011-09-29 Juanma Barranquero <lekktu@gmail.com>
2468
2469 * descr-text.el (describe-char-categories): Accept category
2470 descriptions more than one line long.
2471
a8406c20
SM
24722011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2473
88d9610c
SM
2474 * simple.el (delete-trailing-whitespace): Fix last change.
2475
a5daf810
SM
2476 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2477 Don't confuse "y => 3" as the beginning of a `y' operation.
2478
a8406c20
SM
2479 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2480 object has more than 4 slots (bug#9613).
2481
a239d4e9
JB
24822011-09-28 Juanma Barranquero <lekktu@gmail.com>
2483
2484 * subr.el (with-output-to-temp-buffer):
2485 * net/quickurl.el (quickurl, quickurl-browse-url):
2486 Fix typos in docstrings.
2487
693fbdb6
EZ
24882011-09-27 Eli Zaretskii <eliz@gnu.org>
2489
2490 * minibuffer.el (completion-styles)
2491 (completion-category-overrides): Cross reference each other in doc
2492 strings.
2493
8b457e28
GM
24942011-09-27 Glenn Morris <rgm@gnu.org>
2495
2496 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2497 to split-string. (Bug#9606)
2498
85a16208
LMI
24992011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2500
2501 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2502 (bug#9615).
2503
502f9ebd
CY
25042011-09-27 Chong Yidong <cyd@stupidchicken.com>
2505
2506 * emacs-lisp/package.el (list-packages): Fix echo area message.
2507
7690bdea
LL
25082011-09-27 Leo Liu <sdl.web@gmail.com>
2509
2510 * ido.el (ido-read-internal): Accept cons cell HIST arg.
2511
e2ee6f30
MA
25122011-09-25 Michael Albinus <michael.albinus@gmx.de>
2513
2514 * net/dbus.el (dbus-unregister-object): Don't release services for
2515 registered signals. (Bug#9581)
2516
f3f98342
TZ
25172011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2518
2519 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2520 function that picks between cfengine 2 and 3 support
2521 automatically. Update docs accordingly.
2522
dd7aa8dd
KH
25232011-09-22 Kenichi Handa <handa@m17n.org>
2524
2525 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2526 ZERO.
2527 (indian-itrans-v5-table-for-tamil): New variable.
2528 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2529
3f2b07f8
KM
25302011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
2531
2532 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2533 that's true if the current command involved collapsing of text.
2534 It's reset to false at the beginning of the next command.
2535 (allout-post-command-business): Move the cursor to the beginning
2536 of entry if the cursor is hidden and collapsing activity just
2537 happened.
2538
371d6a61
CY
25392011-09-24 Chong Yidong <cyd@stupidchicken.com>
2540
2541 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2542 tracking (Bug#9541).
2543
2ac2721a
UJ
25442011-09-24 Ulf Jasper <ulf.jasper@web.de>
2545
2546 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
2547 (newsticker-show-news): Automatically load html rendering package
2548 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
2549 because w3m-fill-column is let-bound" and the error "Symbol's value
2550 as variable is void: w3m-fill-column".
2ac2721a 2551
fac7ae53
MA
25522011-09-24 Michael Albinus <michael.albinus@gmx.de>
2553
2554 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2555 Release services only if they are defined. (Bug#9581)
2556
e08b633b
RS
25572011-09-23 Richard Stallman <rms@gnu.org>
2558
e488d29c
RS
2559 * textmodes/paragraphs.el (forward-sentence): For backwards case,
2560 distinguish start of paragraph from start of its text.
2561
19c38752
RS
2562 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2563
e08b633b
RS
2564 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2565 (rmail-generate-viewer-buffer): Put that hook on view buffer.
2566 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2567
0a39f27e
AS
25682011-09-23 Andreas Schwab <schwab@linux-m68k.org>
2569
2570 * international/mule-diag.el (mule-diag): Insert a newline after
2571 each fontset description.
2572
db4e950d
SM
25732011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * simple.el (delete-trailing-whitespace):
2576 Document last change; simplify.
2577
eca3f3ea
PW
25782011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
2579
d68e189a
PW
2580 * simple.el (delete-trailing-whitespace): Also delete
2581 extra newlines at the end of the buffer.
2582
eca3f3ea
PW
2583 * textmodes/picture.el: Make motion commands obey shift-select-mode.
2584 (picture-newline): Use forward-line so as to ignore fields.
2585
01c157cc
SM
25862011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * subr.el (with-wrapper-hook): Fix edebug spec.
2589
022de23e
LMI
25902011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2591
2592 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2593 (bug#4538).
2594
91683089
MA
25952011-09-23 Michael Albinus <michael.albinus@gmx.de>
2596
eca3f3ea
PW
2597 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2598 Fix nasty bug using wrong cached values.
91683089 2599
5bdd6fa4
AM
26002011-09-23 Alan Mackenzie <acm@muc.de>
2601
2602 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2603
97adfb97
CY
26042011-09-23 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * window.el (pop-to-buffer): Ensure right window is selected if we
2607 chose another frame.
2608
d4ef2b50
EZ
26092011-09-22 Eli Zaretskii <eliz@gnu.org>
2610
2611 * simple.el (what-cursor-position): Use get-char-property-change
2612 and next-single-char-property-change, to be able to show display
2613 properties that come from overlays as well as text properties.
2614
72258fe5
CY
26152011-09-22 Chong Yidong <cyd@stupidchicken.com>
2616
2617 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2618
2619 * cmuscheme.el (run-scheme, switch-to-scheme):
2620 * cus-edit.el (customize-group, custom-buffer-create)
2621 (customize-browse):
2622 * info.el (info):
2623 * shell.el (shell):
2624 * mail/sendmail.el (mail):
2625 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2626
8f098516
RS
26272011-09-22 Richard Stallman <rms@gnu.org>
2628
2629 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2630 move back only to line beg, don't move back over blank lines.
2631
e74f1bb6
MA
26322011-09-22 Michael Albinus <michael.albinus@gmx.de>
2633
2634 * files.el (copy-directory): Set directory attributes only in case
2635 they could be retrieved from the source directory. (Bug#9565)
2636
bfeef8b6
DK
26372011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
2638
2639 * progmodes/hideshow.el (hs-looking-at-block-start-p)
2640 (hs-find-block-beginning, hs-hide-level-recursive):
2641 Ignore strings as well as comments. (Bug#9502)
2642
7e423bb8
AS
26432011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
2644
2645 * progmodes/sql.el (sql-comint-postgres):
2646 Convert port number to a string. (Bug#9566)
2647
b4d72fcf
MR
26482011-09-22 Martin Rudalics <rudalics@gmx.at>
2649
2650 * window.el (quit-window): Undedicate window when switching to
2651 previous buffer. Reported by Thierry Volpiatto
2652 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
2653 (special-display-popup-frame): When popping up a new frame reset
2654 its previous buffers to nil. Simplify code.
b4d72fcf 2655
a7b88dc6
MA
26562011-09-21 Michael Albinus <michael.albinus@gmx.de>
2657
2658 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
2659 and process filter, as done also in `shell-command'.
2660
cf4eacfd
MR
26612011-09-21 Martin Rudalics <rudalics@gmx.at>
2662
eca3f3ea 2663 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
2664 Call set-window-start with NOFORCE argument t.
2665 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
2666 (quit-window): Reword doc-string. Handle new format of
2667 quit-restore parameter. Don't delete window if it has a
2668 previous buffer we can show instead of the present one.
2669 (display-buffer-record-window): Rewrite using a new format for
2670 the quit-restore window parameter
2671 (special-display-popup-frame, display-buffer-same-window)
2672 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2673 (display-buffer-pop-up-window, display-buffer-use-some-window):
2674 Adapt symbol passed to display-buffer-record-window.
2675 * help.el (help-window-setup): Handle new format of quit-restore
2676 parameter.
2677
8d28cb95
SM
26782011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2679
94ab793f
SM
2680 * faces.el (face-list): Fix docstring (bug#9564).
2681
8d28cb95
SM
2682 * window.el (display-buffer--action-function-custom-type):
2683 Don't include internal functions in the Custom interface.
2684
3820edeb
JL
26852011-09-20 Juri Linkov <juri@jurta.org>
2686
2687 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
2688 (Info-forward-node, Info-backward-node, Info-next-preorder)
2689 (Info-last-preorder): Use it. (Bug#9528)
2690
5147931d
JL
26912011-09-20 Juri Linkov <juri@jurta.org>
2692
2693 * info.el (Info-last-preorder): Visit last menu item only when
2694 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
2695
cf499a1a
JD
26962011-09-20 Julien Danjou <julien@danjou.info>
2697
2698 * password-cache.el (password-cache-remove): Remove entries even if the
2699 value is nil, so that password with a nil value (negative caching) is
2700 possible to invalidate.
2701
f84e2fe2
LM
27022011-09-20 Lawrence Mitchell <wence@gmx.li>
2703
2704 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
2705 all whitespace around breakpoint. (Bug#9553)
2706 (f90-find-breakpoint): Only break at whitespace inside a comment.
2707
78054a46
SM
27082011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2709
2710 * minibuffer.el (completion-file-name-table): Keep track of errors.
2711 (completion-table-with-predicate): Handle the case where pred1 is nil.
2712 * pcomplete.el (pcomplete-completions-at-point): Simplify.
2713
345083b2
SM
27142011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2715
e24e27be
SM
2716 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
2717 (debugger-return-value): Signal an error if the debugging context does
2718 not await any return value.
2719
345083b2
SM
2720 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
2721 * image-mode.el (image-toggle-display-text)
2722 (image-toggle-display-image): Stay away from evil `intangible'.
2723
08d355e3
LL
27242011-09-19 Leo Liu <sdl.web@gmail.com>
2725
2726 * replace.el (occur-revert-arguments): Make it permanent-local.
2727 (occur-mode): Don't call font-lock-defontify.
2728
f01da43f
CY
27292011-09-19 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * net/ldap.el (ldap-search-internal): Don't push empty search
2732 result (Bug#9508).
2733
b6072fa6
SM
27342011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2735
2736 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
2737
443d6696
MA
27382011-09-19 Michael Albinus <michael.albinus@gmx.de>
2739
2740 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
2741 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
2742
7cc6e154
JL
27432011-09-18 Juri Linkov <juri@jurta.org>
2744
2745 * buff-menu.el (Buffer-menu-mode-map):
2746 * dired.el (dired-mode-map):
2747 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
2748 (lisp-interaction-mode-map):
2749 * emacs-lisp/package.el (package-menu-mode-map):
2750 * epa.el (epa-key-list-mode-map):
2751 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
2752 (menu-bar-options-menu):
2753 * outline.el (outline-mode-menu-bar-map):
2754 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
2755 * vc/vc-dir.el (vc-dir-menu-map):
2756 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
2757 Capitalize non-function content words in menu item strings.
2758
2759 * dired.el (dired-mode-map): Add menu item for
2760 `image-dired-dired-toggle-marked-thumbs'.
2761
80302a81
JL
27622011-09-18 Juri Linkov <juri@jurta.org>
2763
2764 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
2765 to `isearch-case-fold-search' and restore its original value
2766 after the `isearch-mode' call.
2767
46c5cf66
JL
27682011-09-18 Juri Linkov <juri@jurta.org>
2769
2770 * progmodes/grep.el (grep-process-setup): Don't check code for 1
2771 because `zgrep' returns 1 for successful matches (bug#9226).
2772
d18b513b
JL
27732011-09-18 Juri Linkov <juri@jurta.org>
2774
2775 * info.el (Info-extract-menu-node-name): Check the second match
2776 for empty string (second test-case of bug#9528).
2777 (Info-last-preorder): Let-bind `Info-history' to nil to not add
2778 intermediate nodes to the history (first test-case of bug#9528).
2779
72753f87
JL
27802011-09-18 Juri Linkov <juri@jurta.org>
2781
2782 * info.el (Info-mode-syntax-table): New variable.
1154d12e 2783 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 2784
c9384295
JL
27852011-09-18 Juri Linkov <juri@jurta.org>
2786
1154d12e
JB
2787 * info.el (Info-file-supports-index-cookies):
2788 Increment line-beginning-position's arg from 3 to 4 because makeinfo
2789 outputs one more line for long file names (bug#4142).
c9384295 2790
d473dce8
CY
27912011-09-18 Chong Yidong <cyd@stupidchicken.com>
2792
2793 * newcomment.el (comment-normalize-vars): If prompting for
2794 comment-start, set comment-start-skip too (Bug#8424).
2795
2176854d
JB
27962011-09-18 Johan Bockgård <bojohan@gnu.org>
2797
2798 * icomplete.el: Fix previous fix of Bug#5849.
2799 (icomplete-mode): Don't set completion-show-inline-help.
2800 (icomplete-minibuffer-setup): Set completion-show-inline-help
2801 locally during icompletion.
2802
3aace4e4
CY
28032011-09-18 Chong Yidong <cyd@stupidchicken.com>
2804
c940224f
CY
2805 * woman.el (woman2-process-escapes): Don't delete unrecognized
2806 escapes (Bug#7843).
2807
3aace4e4
CY
2808 * files.el (inhibit-first-line-modes-regexps): Add image files.
2809 (hack-local-variables-prop-line): Return nil for malformed
2810 prop-lines (Bug#9044).
2811
710dec63
MA
28122011-09-18 Michael Albinus <michael.albinus@gmx.de>
2813
2814 * net/tramp.el (top): Don't require 'shell.
2815 (tramp-methods): Fix docstring.
2816 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
2817 Return complete remote file name. Handle "smb" case.
2818 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
2819 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
2820
2821 * net/tramp-compat.el (top): Require 'shell.
2822
2823 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2824 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
2825 `tramp-current-host'.
2826 (tramp-get-remote-tmpdir): Remove.
2827
2828 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
2829 `tramp-tmpdir' entries.
2830 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
2831 (tramp-smb-handle-file-attributes): Ignore errors.
2832 (tramp-smb-wait-for-output): Check also for process end.
2833
5d5ac8ec
LMI
28342011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2835
2836 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
2837 when sending QUIT (bug#9312).
2838
8c0f49f0
CY
28392011-09-17 Chong Yidong <cyd@stupidchicken.com>
2840
2841 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
2842 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
2843 occur-mode-display-occurrence.
2844 (occur-edit-mode): Add usage message.
2845 (occur-cease-edit): New command.
2846 (occur-after-change-function): Use text properties to find the
2847 position of the prefix text.
2848 (occur-engine): Set stickiness of prefix text properties.
2849
8f1383f7
GM
28502011-09-17 Glenn Morris <rgm@gnu.org>
2851
2852 * progmodes/etags.el (complete-tag):
2853 Fix call to completion-in-region. (Bug#9526)
2854
744ba0e3
JL
28552011-09-17 Juri Linkov <juri@jurta.org>
2856
2857 * textmodes/ispell.el (ispell-word): Add to the error message
2858 the word, ispell program name and current dictionary (bug#9121).
2859 (ispell-tex-arg-end): Capitalize "error" in the error message.
2860
d9bbf400
AS
28612011-09-17 Andreas Schwab <schwab@linux-m68k.org>
2862
2863 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
2864 check. (Bug#4251)
2865
8da11505
JL
28662011-09-17 Juri Linkov <juri@jurta.org>
2867
2868 * window.el (window-safe-min-height, window-safe-min-width):
2869 Fix typos (followup to bug#9522).
2870
a91adc7e
SJ
28712011-09-17 Sven Joachim <svenjoac@gmx.de>
2872
2873 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
2874
064f328a
EZ
28752011-09-16 Eli Zaretskii <eliz@gnu.org>
2876
2877 * simple.el (line-move): If goal-column is set, move by logical
2878 lines, not by display lines. (Bug#971)
2879 (next-line, previous-line, goal-column, line-move-visual): Doc fix
2880 to reflect the above change.
2881
e69df516
SM
28822011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2883
2884 * image.el (imagemagick-register-types): Use regexp-opt.
2885
cbb0f9ab
CY
28862011-09-15 Chong Yidong <cyd@stupidchicken.com>
2887
2888 * window.el (display-buffer-base-action): Rename from
2889 display-buffer-default-action. Make default value empty.
2890 (display-buffer-overriding-action): Convert to defvar.
2891 (display-buffer-fallback-action): New var.
2892
25322144
CY
28932011-09-15 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
2896 declaration.
2897 (package--add-to-archive-contents): If there is a duplicate entry
2898 with an older version, remove it.
2899 (package-menu-mark-delete, package-menu-mark-install)
2900 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
2901 (package-menu-mark-obsolete-for-deletion):
2902 Use package-menu-get-status instead of a regexp search.
25322144
CY
2903 (package-menu-get-status): Use tabulated-list-entry.
2904 (package-menu-mark-upgrades): New command.
d770725a 2905 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
2906 (package-menu-execute): Do installation before deletion.
2907 (package-menu-refresh, package-menu-execute): Use derived-mode-p
2908 instead of checking major-mode.
2909 (package-menu--find-upgrades): New function.
2910
7520339c
LMI
29112011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2912
2913 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
2914 passwords in the log buffer.
65a046c4
LMI
2915 (smtpmail-process-filter): Update the process marker so that the
2916 "broken by peer" status message is inserted in the right place.
7520339c 2917
d3c30954
SM
29182011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2919
3fe48822
SM
2920 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
2921 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
2922 bibtex-completion-at-point-function.
2923 (bibtex-completion-at-point-function): Use them.
2924
1b8b3954
SM
2925 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
2926
d3c30954
SM
2927 * mpc.el (mpc-constraints-tag-lookup): New function.
2928 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
2929 also to browser "album|playlist".
2930
72779976
JL
29312011-09-14 Juri Linkov <juri@jurta.org>
2932
2933 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
2934 (isearch-edit-string): Use length of `isearch-string' when
2935 `isearch-fail-pos' returns nil.
2936 (isearch-message): Remove duplicate code and call
2937 `isearch-fail-pos' with arg `t'.
2938
a0bf2bcd
CY
29392011-09-14 Chong Yidong <cyd@stupidchicken.com>
2940
17bb0a2d
CY
2941 * replace.el (occur-mode-goto-occurrence): Don't force using other
2942 window (Bug#9499).
2943
a0bf2bcd
CY
2944 * dired-aux.el (dired-do-chmod): Don't provide initial input.
2945
f678e0b6
MR
29462011-09-14 Martin Rudalics <rudalics@gmx.at>
2947
2948 * window.el (display-buffer-window): Remove.
2949 (display-buffer-record-window): Use help-setup window parameter
2950 instead of variable display-buffer-window.
2951 (display-buffer-function, special-display-buffer-names)
2952 (special-display-function): Mention help-setup parameter instead
2953 of display-buffer-window in doc-string.
d3c30954
SM
2954 * help.el (help-window-setup): New argument help-window.
2955 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
2956 Reword some messages.
2957 (with-help-window): Pass window used for displaying the buffer
2958 to help-window-setup. Don't set display-buffer-window.
2959
8e39b2e8
GM
29602011-09-13 Glenn Morris <rgm@gnu.org>
2961
2962 * emacs-lisp/debug.el (debugger-make-xrefs):
2963 Preserve point. (Bug#9462)
2964
85e9c04b
CY
29652011-09-13 Chong Yidong <cyd@stupidchicken.com>
2966
2967 * window.el (window-deletable-p): Use next-frame.
2968
1b36ed6a
MR
29692011-09-13 Martin Rudalics <rudalics@gmx.at>
2970
2971 * window.el (window-auto-delete): Remove.
2972 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 2973 dedication and previous buffers.
1b36ed6a
MR
2974 (switch-to-prev-buffer): Don't delete window.
2975 (delete-windows-on): Delete a window's frame if and only if the
2976 window is dedicated.
2977 (replace-buffer-in-windows): Delete buffer's window or frame if
2978 and only if window is dedicated.
2979 (quit-window): Handle quit-restore as before last change.
4d61f28d 2980 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 2981
ef8ef9fb
CY
29822011-09-13 Chong Yidong <cyd@stupidchicken.com>
2983
2984 * window.el (window-deletable-p): Never delete the last frame on a
2985 given terminal.
2986
b2cba41e
GM
29872011-09-13 Glenn Morris <rgm@gnu.org>
2988
2989 * help.el (describe-key-briefly): Copy previous standard-output change.
2990
51553db6 29912011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
2992
2993 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
2994
b7556719
GM
29952011-09-13 Glenn Morris <rgm@gnu.org>
2996
2997 * emacs-lisp/lisp-mode.el (lisp-indent-function):
2998 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
2999
64b51947
CY
30002011-09-12 Chong Yidong <cyd@stupidchicken.com>
3001
3002 * dired-aux.el (dired-mark-read-string): Don't return default
3003 value on empty input (Bug#9361).
3004 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3005 Omit initial minibuffer contents.
3006 (dired-do-chmod): Signal an error on empty input.
3007 (dired-mark-read-string): Don't return default on empty input.
3008
3009 * files.el (file-modes-symbolic-to-number): Doc fix.
3010
393a301e
SM
30112011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * international/mule-cmds.el (ucs-completions): Remove.
3014 (read-char-by-name): Use complete-with-action instead; add metadata.
3015
fa5660f9
CY
30162011-09-11 Chong Yidong <cyd@stupidchicken.com>
3017
3018 * window.el (display-buffer--action-function-custom-type)
3019 (display-buffer--action-custom-type): New vars.
3020 (display-buffer-alist, display-buffer-default-action)
3021 (display-buffer-overriding-action): Add defcustom types.
3022
4a592f66
CY
3023 * frame.el (delete-other-frames): Doc fix (Bug#276).
3024
73d56dbd
LMI
30252011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3026
3027 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3028
37ac18a3
CY
30292011-09-11 Chong Yidong <cyd@stupidchicken.com>
3030
3031 Change modes that used same-window-* vars to use switch-to-buffer.
3032
3033 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3034 Use switch-to-buffer.
3035
3036 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
3037 (customize-browse, custom-buffer-create-other-window):
3038 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
3039
3040 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3041 (Info-prev, Info-up, Info-speedbar-goto-node)
3042 (info-display-manual): Use switch-to-buffer.
3043 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3044
3045 * mail/sendmail.el (mail): Use switch-to-buffer.
3046 (mail-recover): Use switch-to-buffer-other-window.
3047
3048 * cmuscheme.el (run-scheme, switch-to-scheme):
3049 * ielm.el (ielm):
3050 * shell.el (shell):
3051 * net/rlogin.el (rlogin):
3052 * net/telnet.el (telnet, rsh):
3053 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3054
10195bd6
AS
30552011-09-11 Andreas Schwab <schwab@linux-m68k.org>
3056
3057 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3058
b322f63a
LMI
30592011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3060
39d7fed6
LMI
3061 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3062 so don't mention it (bug#9301).
ba5a81f1 3063 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 3064
ee0e9f11
LMI
3065 * faces.el (face-spec-set-match-display): Make `(type graphic)'
3066 match `x', `w32' and `ns', like the manual says (bug#9029).
3067
0b1c89c1 3068 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
3069 (process-kill-buffer-query-function): Mention the buffer name in
3070 the query.
0b1c89c1 3071
77549ea8
LMI
3072 * image-mode.el (image-next-line): The line parameter is mandatory
3073 (bug#9258).
3074
803ef892
LMI
3075 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3076 which can be useful (bug#9301).
3077
12980837
LMI
3078 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3079
91054f8f
LMI
3080 * subr.el (match-string): Mention that the current buffer should
3081 be the same as the search was done in (bug#9282).
3082
b322f63a
LMI
3083 * facemenu.el: Disable the remove-* commands if the mark isn't
3084 active (bug#9162).
3085
3199b96f
CY
30862011-09-10 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3089 of display-buffer.
3090 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3091
3092 * replace.el (occur-mode-goto-occurrence)
3093 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3094 and display-buffer.
3095
3096 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3097 display-buffer.
3098
3099 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3100 special-display and same-window variables.
3101 (mail-other-window): Use switch-to-buffer-other-window.
3102 (mail-other-frame): USe switch-to-buffer-other-frame.
3103
393a301e
SM
3104 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3105 Use display-buffer-other-frame.
3199b96f
CY
3106 (gdb-display-gdb-buffer): Use pop-to-buffer.
3107
3108 * progmodes/gud.el (gud-goto-info): Use info-other-window.
3109
3110 * progmodes/python.el: Don't set same-window-buffer-names.
3111
3112 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3113
3114 * window.el (display-buffer-alist): Add *Python*.
3115
8319e0bf
CY
31162011-09-10 Chong Yidong <cyd@stupidchicken.com>
3117
3118 * window.el (display-buffer-alist): Add entry for buffers
3119 previously handled same-window-*.
3120 (display-buffer-alist, display-buffer-default-action)
3121 (display-buffer-overriding-action): Mark as risky.
3122 (display-buffer-alist): Document action function changes.
3123 (display-buffer--same-window-action)
3124 (display-buffer--other-frame-action): New variables.
3125 (switch-to-buffer, display-buffer-other-frame): Use them.
3126 (display-buffer): Rename reuse-frame entry to reusable-frames.
3127 (display-buffer-reuse-selected-window): Function deleted.
3128 (display-buffer-reuse-window): Handle reusable-frames alist entry.
3129 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3130 (display-buffer-special): New function.
3131 (display-buffer--maybe-pop-up-frame-or-window): Rename from
3132 display-buffer-reuse-or-pop-window. Split off special-display
3133 part into display-buffer-special.
3134 (display-buffer-use-some-window): Don't perform any special
3135 pop-up-frames handling.
3136 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 3137 (display-buffer--maybe-same-window): Rename from
0d3ff375 3138 display-buffer-maybe-same-window.
8319e0bf 3139
919a69aa
CY
3140 * info.el: Don't set same-window-regexps.
3141 (info-setup): New function.
3142 (info-other-window, info): Call it.
3143
3144 * cus-edit.el: Don't set same-window-regexps.
3145 (customize-group): New argument.
3146 (customize-group-other-window): Use it.
3147 (customize-face, customize-face-other-window): Likewise.
3148 (custom-buffer-create-other-window): Use pop-to-buffer directly.
3149
8319e0bf
CY
3150 * net/rlogin.el:
3151 * net/telnet.el:
3152 * progmodes/gud.el: Don't set same-window-regexps.
3153
3154 * cmuscheme.el:
3155 * ielm.el:
3156 * shell.el:
3157 * mail/sendmail.el:
3158 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3159
25173000
JL
31602011-09-10 Juri Linkov <juri@jurta.org>
3161
3162 * isearch.el (isearch-edit-string): Remove obsolete mention of
3163 `C-w' (`isearch-yank-word-or-char') from docstring.
3164 (isearch-query-replace): Fix typo in docstring (bug#9466).
3165
056e44ef
JL
31662011-09-10 Juri Linkov <juri@jurta.org>
3167
3168 * paren.el (show-paren-function): Don't show escaped parens.
3169 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
3170
c3760c17
EZ
31712011-09-10 Eli Zaretskii <eliz@gnu.org>
3172
3173 * mail/sendmail.el (mml-to-mime, mml-attach-file)
3174 (mm-default-file-encoding): Remove autoload forms, they are
3175 replaced with autoload cookies in mml.el and mm-encode.el.
3176 (mail-add-attachment): New command.
3177 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3178 (mail-mode): Mention mail-insert-file and mail-add-attachment in
3179 the doc string.
3180 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3181
fece895e
RT
31822011-09-10 Reuben Thomas <rrt@sc3d.org>
3183
e69df516
SM
3184 * simple.el (count-words-region): Use buffer if there's no region
3185 (bug#9429).
fece895e 3186
5e68ce4a
JL
31872011-09-09 Juri Linkov <juri@jurta.org>
3188
3189 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3190 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3191 (wdired-isearch-filter-read-only): New function. (Bug#6362)
3192
0a6b9622
AM
31932011-09-09 Alan Mackenzie <acm@muc.de>
3194
3195 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3196 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
3197
14a29deb
EZ
31982011-09-09 Eli Zaretskii <eliz@gnu.org>
3199
3200 Fix for Savannah bug#9392.
3201 * simple.el (mail-encode-mml): New defvar.
3202
3203 * mail/rmail.el (mail-encode-mml): Add a defvar.
3204 (rmail-enable-mime-composing): Default to t.
3205 (rmail-forward): Use MIME method of forwarding only if both
3206 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3207 Set mail-encode-mml non-nil if the MIME method was used.
3208
3209 * mail/sendmail.el (mml-to-mime): Add autoload form.
3210 (mail-encode-mml): Add a defvar.
3211 (mail-mode): Make mail-encode-mml buffer-local and initialize it
3212 to nil.
3213 (mail-send): If mail-encode-mml is non-nil, run the outgoing
3214 message through mml-to-mime, and reset mail-encode-mml to nil.
3215
28c45130
GM
32162011-09-09 Glenn Morris <rgm@gnu.org>
3217
3218 * woman.el (woman-if-body): When processing an .el block,
3219 do not delete the next .el block as well. (Bug#9447)
69f4b618 3220 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 3221
9b1c252e
MR
32222011-09-08 Martin Rudalics <rudalics@gmx.at>
3223
3224 * window.el (window-deletable-p): Make sure window is live before
3225 invoking window-prev-buffers.
3226
567457e3
LL
32272011-09-08 Leo Liu <sdl.web@gmail.com>
3228
3229 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
3230
97f05794
JL
32312011-09-08 Juri Linkov <juri@jurta.org>
3232
3233 * progmodes/compile.el (compilation-environment): Make it
3234 a defcustom (bug#8340).
3235
8b0874b5
MR
32362011-09-08 Martin Rudalics <rudalics@gmx.at>
3237
3238 * window.el (frame-auto-delete): Rename to window-auto-delete.
3239 Make it control auto-deletion of windows and/or frames.
3240 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 3241 for deleting window/frame. (Bug#9419)
8b0874b5
MR
3242 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3243 Rewrite handling of case when window/frame can be deleted.
3244 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 3245 argument t. (Bug#9456)
8b0874b5 3246
4feb6e73
CY
32472011-09-07 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * help-mode.el (help-mode): Restore autoload.
3250
91ab9c13
JL
32512011-09-07 Juri Linkov <juri@jurta.org>
3252
3253 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3254 `compilation-environment'. Set buffer-local
3255 `compilation-environment' to `thisenv' later after (funcall mode).
3256 (Bug#8340)
3257
3258 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
3259 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3260 instead of replacing its value. (Bug#8340)
3261
0527e251
JL
32622011-09-07 Juri Linkov <juri@jurta.org>
3263
3264 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3265 based on text properties put by `grep-filter' instead of matching
3266 escape sequences.
3267 (grep-mode): Set buffer-local `compilation-error-screen-columns'
3268 to the value of `grep-error-screen-columns' (bug#9438).
3269
249f792c
JL
32702011-09-07 Juri Linkov <juri@jurta.org>
3271
3272 * simple.el (next-error-highlight, next-error-highlight-no-select):
3273 Doc fix (bug#9432).
3274
ff7271b9
OT
32752011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3276
3277 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3278 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
3279
183fc730
LL
32802011-09-07 Leo Liu <sdl.web@gmail.com>
3281
3282 * net/rcirc.el (rcirc-mode): Conditionally initialize
3283 rcirc-input-ring.
3284
77694924
SM
32852011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3286
3287 * emacs-lisp/find-func.el (find-function-C-source): Only set
3288 find-function-C-source-directory after checking that we found a source
3289 file there (bug#9440).
3290
d809b8eb
AM
32912011-09-06 Alan Mackenzie <acm@muc.de>
3292
3293 * isearch.el (isearch-other-meta-char): Wherever a key list is
3294 unread, "unread" the prefix arg, too. This fixes bug #8901.
3295
453de99f
OG
32962011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3297
3298 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3299
90439906
JL
33002011-09-05 Juri Linkov <juri@jurta.org>
3301
3302 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3303
f62bd846
JL
33042011-09-05 Juri Linkov <juri@jurta.org>
3305
3306 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3307 keeping point where processing of grep matches begins, and
3308 continue to delete remaining escape sequences from the same point.
3309 (grep-filter): Make leading zero optional in "0?1;31m" because
3310 git-grep emits "\033[1;31m" escape sequences unlike expected
3311 "\033[01;31m" as GNU Grep does (bug#9408).
3312 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3313
045820ec
JL
33142011-09-05 Juri Linkov <juri@jurta.org>
3315
3316 * subr.el (y-or-n-p): Capitalize "yes".
3317
f5e29b9b
MA
33182011-09-04 Michael Albinus <michael.albinus@gmx.de>
3319
3320 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
3321 `tramp-cache-unload-hook' where appropriate.
3322 (tramp-methods): Rename `tramp-remote-sh' to
3323 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
3324 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3325
3326 * net/tramp-sh.el (top): Don't require 'shell.
3327 (tramp-methods): Add `tramp-remote-shell' and
3328 `tramp-remote-shell-args' entries.
3329 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3330 (tramp-sh-handle-shell-command): Remove.
3331 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3332 Use `tramp-remote-shell'.
3333
2784c434
CY
33342011-09-03 Chong Yidong <cyd@stupidchicken.com>
3335
393a301e 3336 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
3337 (sendmail-query-once): Save directly to send-mail-function.
3338 Update message-send-mail-function too.
3339
3340 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3341
464cdf56
CS
33422011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3343
3344 * progmodes/python.el (python-mode-map): Use correct function to
3345 start python interpreter from menu-bar (as reported by Geert
3346 Kloosterman).
3347 (inferior-python-mode-map): Fix typo.
393a301e 3348 (python-shell-map): Remove.
464cdf56 3349
d37e5c87
DD
33502011-09-03 Deniz Dogan <deniz@dogan.se>
3351
3352 * net/rcirc.el (rcirc-print): Simplify code for
3353 rcirc-scroll-show-maximum-output. There is no need to walk
3354 through all windows to find the right one.
3355
f3ada0ee
CS
33562011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3357
3358 * help.el (help-return-method): Doc fix.
3359
1f3c99ca
MR
33602011-09-03 Martin Rudalics <rudalics@gmx.at>
3361
3362 * window.el (window-deletable-p): Don't return a non-nil value
3363 when there's a buffer that was shown in the window before.
3364 (Bug#9419)
393a301e
SM
3365 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3366 Set window's previous buffers to nil.
1f3c99ca 3367
a3cf097f
EZ
33682011-09-03 Eli Zaretskii <eliz@gnu.org>
3369
3370 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3371 newline before and after the tag line, so it doesn't interfere
3372 with determining the paragraph direction of bidirectional text.
3373
3d03de90
LL
33742011-09-03 Leo Liu <sdl.web@gmail.com>
3375
3376 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
3377
c3313451
CY
33782011-09-02 Chong Yidong <cyd@stupidchicken.com>
3379
393a301e 3380 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
3381 (pop-to-buffer): Change interactive spec. Pass second argument
3382 directly to display-buffer.
3383 (display-buffer): Fix interactive spec. Use functionp to
3384 distinguish between a function and a list of functions.
3385
3386 * abbrev.el (edit-abbrevs):
3387 * arc-mode.el (archive-extract):
3388 * autoinsert.el (auto-insert):
3389 * bookmark.el (bookmark-bmenu-list):
3390 * files.el (find-file):
3391 * view.el (view-buffer):
3392 * progmodes/compile.el (compilation-goto-locus):
3393 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3394
89894cd8
CY
33952011-09-02 Chong Yidong <cyd@stupidchicken.com>
3396
3397 * window.el (display-buffer-alist): Doc fix.
3398 (display-buffer): Add docstring. Don't treat
3399 display-buffer-default specially.
3400 (display-buffer-reuse-selected-window)
3401 (display-buffer-same-window, display-buffer-maybe-same-window)
3402 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3403 (display-buffer-pop-up-window)
3404 (display-buffer-reuse-or-pop-window)
3405 (display-buffer-use-some-window): New functions.
3406 (display-buffer-default-action): Use them.
393a301e 3407 (display-buffer-default): Delete.
89894cd8
CY
3408 (pop-to-buffer-1): Fix choice of actions.
3409
ae0bc9fb
SM
34102011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3411
3412 * minibuffer.el (completion--insert-strings): Don't get confused by
3413 completion entries that end with an LF char.
3414
e9d90883
EZ
34152011-09-01 Eli Zaretskii <eliz@gnu.org>
3416
3417 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3418
437014c8
CY
34192011-09-01 Chong Yidong <cyd@stupidchicken.com>
3420
3421 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
3422 (display-buffer-same-window, display-buffer-other-window):
3423 New functions.
437014c8
CY
3424 (pop-to-buffer-1): New function. Use the above.
3425 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 3426 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
3427
3428 * view.el (view-buffer-other-window, view-buffer-other-frame):
3429 Just use pop-to-buffer.
3430
a5e063d5
TV
34312011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3432
3433 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
3434
793d32bb
WH
34352011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
3436
3437 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
3438
d65e4c15
RS
34392011-08-31 Richard Stallman <rms@gnu.org>
3440
3441 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3442 of the separation of rmail-view-buffer from rmail-buffer.
3443 If you say no to "replace original", the decrypt is in the
3444 view buffer. If you say yes, the decrypt goes into the
3445 rmail buffer also.
3446
f818cd2a
MR
34472011-08-31 Martin Rudalics <rudalics@gmx.at>
3448
3449 * window.el (display-buffer-window): Rewrite doc-string.
3450 (display-buffer-record-window): New function.
3451 (display-buffer-macro-specifiers)
3452 (display-buffer-even-window-sizes, display-buffer-set-height)
3453 (display-buffer-set-width, display-buffer-in-window)
3454 (display-buffer-reuse-window, display-buffer-split-specifiers)
3455 (display-buffer-side-specifiers, display-buffer-split-window-1)
3456 (display-buffer-split-window, display-buffer-split-atom-window)
3457 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3458 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3459 (display-buffer-other-window-means-other-frame)
3460 (display-buffer-normalize-special)
3461 (display-buffer-normalize-default)
3462 (display-buffer-normalize-argument)
3463 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3464 (display-buffer-normalize-specifiers, display-buffer-frame)
3465 (display-buffer-same-window, display-buffer-same-frame)
3466 (display-buffer-other-window)
3467 (display-buffer-same-frame-other-window)
3468 (display-buffer-other-frame, pop-to-buffer-same-window)
3469 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3470 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3471 (switch-to-buffer-same-frame)
3472 (switch-to-buffer-other-window-same-frame)
3473 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3474 (display-buffer-alist-set-1, display-buffer-alist-set-2)
3475 (display-buffer-alist-set): Remove.
3476 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
3477 (special-display-regexps, special-display-function):
3478 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
3479 parameter.
3480 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3481 (special-display-frame-alist, special-display-popup-frame)
3482 (same-window-buffer-names, same-window-regexps, same-window-p)
3483 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3484 (split-window-preferred-function, split-height-threshold)
3485 (split-width-threshold, window-splittable-p)
3486 (split-window-sensibly, window--try-to-split-window)
3487 (window--frame-usable-p, even-window-heights)
3488 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
3489 (window--display-buffer-2, display-buffer-other-frame):
3490 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
3491 (display-buffer-default, display-buffer-assq-regexp): New functions.
3492 (display-buffer-alist): Rewrite doc-string.
3493 (display-buffer-default-action)
3494 (display-buffer-overriding-action): New variables.
3495 (display-buffer, switch-to-buffer): Rewrite.
3496 (pop-to-buffer): Restore Emacs 23 behavior but use
3497 window-normalize-buffer-to-display.
3498 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3499 Restore Emacs 23 behavior but use
3500 window-normalize-buffer-to-switch-to.
3501 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
3502 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3503 Rewrite using Emacs 23 options.
f818cd2a 3504
5bc3b51d
MA
35052011-08-31 Michael Albinus <michael.albinus@gmx.de>
3506
3507 * net/tramp.el (tramp-root-regexp): Remove.
3508 (tramp-completion-file-name-regexp-unified)
3509 (tramp-completion-file-name-regexp-separate)
3510 (tramp-completion-file-name-regexp-url): Don't use leading volume
3511 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
3512 (tramp-drop-volume-letter): Simplify definition.
3513 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 3514
b1a4f8e1
SM
35152011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3518 (bug#9356).
3519
5664fa7b
RT
35202011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
3521
b1a4f8e1 3522 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 3523
9a45d6c3
JL
35242011-08-29 Juri Linkov <juri@jurta.org>
3525
3526 * isearch.el (isearch-done): Don't display message "Mark saved"
3527 when arg `edit' is non-nil to prevent its flicker in the echo area.
3528
fb87e0fb
CY
35292011-08-28 Chong Yidong <cyd@stupidchicken.com>
3530
3531 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3532 obsolete packages for deletion.
3533
09ac1c2a
CS
35342011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
3535
3536 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 3537 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
3538 view-mode from help-mode.
3539 (help-xref-override-view-map): Remove.
3540 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3541 view-mode is not used anymore.
3542
7a1ff57f
CY
35432011-08-28 Chong Yidong <cyd@stupidchicken.com>
3544
3545 * server.el (server-port): Doc fix.
3546
b9696605
CY
3547 * cus-theme.el (custom-theme-choose-mode): Inherit from
3548 special-mode (Bug#9124).
3549 (custom-theme-choose-mode-map): Add special-mode to parent.
3550
ef8cdf8c
AM
35512011-08-28 Alan Mackenzie <acm@muc.de>
3552
3553 * progmodes/cc-fonts.el
3554 (c-make-font-lock-BO-decl-search-function): New function.
3555 (c-basic-matchers-after - "Fontify the clauses after various
3556 keywords"): Extract the three keyword lists for the 3 erroneous
3557 constructs from the list of four, and use the new function above
3558 in place of an old one.
3559
27de4e20
DD
35602011-08-28 Deniz Dogan <deniz@dogan.se>
3561
3562 * net/rcirc.el (rcirc-insert-prev-input)
3563 (rcirc-insert-next-input): Remove unused argument.
3564
356a3681
SM
35652011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3566
3567 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3568
3fc9b218
AM
35692011-08-27 Alan Mackenzie <acm@muc.de>
3570
3571 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3572 handle function pointer parameters properly.
3573
538a061c
MR
35742011-08-27 Martin Rudalics <rudalics@gmx.at>
3575
3576 * window.el (display-buffer-reuse-window): Fix case where
3577 selected window was reused with non-nil OTHER-WINDOW argument.
3578 (Bug#9381)
3579
35b1c40c
DD
35802011-08-27 Deniz Dogan <deniz@dogan.se>
3581
3582 * net/rcirc.el (rcirc-check-auth-status): Adding support for
3583 oftc's NickServ messages.
3584
2f6a3e79
GM
35852011-08-27 Glenn Morris <rgm@gnu.org>
3586
3587 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
3588
7254299e
CY
35892011-08-26 Chong Yidong <cyd@stupidchicken.com>
3590
3591 * emacs-lisp/package.el (package-install): Call package-initialize
3592 if called interactively.
3593
f8ccf167
LL
35942011-08-26 Leo Liu <sdl.web@gmail.com>
3595
3596 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
3597
3e8cd5ce
JL
35982011-08-25 Juri Linkov <juri@jurta.org>
3599
3600 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3601 `search-whitespace-regexp' (bug#9364).
3602
93eb7113
JL
36032011-08-25 Juri Linkov <juri@jurta.org>
3604
3605 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3606 `regexp-search-ring' to their global values to protect from
3607 updating by `read-from-minibuffer' (bug#9185).
3608
f65d1611
JL
36092011-08-25 Juri Linkov <juri@jurta.org>
3610
3611 * textmodes/ispell.el (ispell-command-loop): Add newline
3612 at the end of the "Use option `i'..." line.
3613
f1cf7a31
JL
36142011-08-25 Juri Linkov <juri@jurta.org>
3615
3616 * battery.el (display-battery-mode): If `battery-status-function'
3617 or `battery-mode-line-format' is nil, display the message and set
3618 `display-battery-mode' to nil (bug#9363).
3619
0c95fcf7
EZ
36202011-08-25 Eli Zaretskii <eliz@gnu.org>
3621
3622 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3623 bidi-string-mark-left-to-right; they are unnecessary now.
3624
a2ebe600
DD
36252011-08-25 Deniz Dogan <deniz@dogan.se>
3626
3627 * net/quickurl.el: Documentation typo fixes.
3628
e4ed06f1
CY
36292011-08-25 Chong Yidong <cyd@stupidchicken.com>
3630
3631 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3632
e5f1c99e
GM
36332011-08-25 Glenn Morris <rgm@gnu.org>
3634
b2948976
GM
3635 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3636
e5f1c99e
GM
3637 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3638 (smtpmail-via-smtp): Handle nil response from smtp.
3639
f22f4808
JL
36402011-08-24 Juri Linkov <juri@jurta.org>
3641
3642 * proced.el (proced-marked): Inherit from `error' instead of
3643 `font-lock-warning-face'.
3644
3645 * ibuffer.el (ibuffer-marked-face): Change default face from
3646 `font-lock-warning-face' to `warning'.
3647 (ibuffer-deletion-face): Change default face from
3648 `font-lock-type-face' to `error'.
3649
3650 * battery.el (battery-update): Use the face `error' instead of
3651 `font-lock-warning-face' (bug#6117).
3652
6a93965e
JL
36532011-08-24 Juri Linkov <juri@jurta.org>
3654
3655 * faces.el (success): Change face color from "Green3" to
3656 "ForestGreen" on light background (bug#9353).
3657
1ed43b09
CY
36582011-08-24 Chong Yidong <cyd@stupidchicken.com>
3659
5664fa7b
RT
3660 * window.el (quit-window): Rename from quit-restore-window.
3661 Use same arglist as old quit-window.
1ed43b09
CY
3662 (frame-auto-delete): Doc fix.
3663
3664 * view.el (view-mode-exit): Use quit-window.
3665
11dcdbb2
JL
36662011-08-24 Juri Linkov <juri@jurta.org>
3667
3668 * isearch.el (isearch-ring-adjust1): Start visiting previous
3669 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
3670 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
3671 for empty search string (when the last search string is reused
3672 automatically) to adjust the isearch ring to the last element and
3673 prepare the correct index for further M-p commands (bug#9185).
3674
de62b4df
KH
36752011-08-24 Kenichi Handa <handa@m17n.org>
3676
3677 * international/ucs-normalize.el: If decomposition property of
3678 CHAR is the default one (i.e. a list of CHAR itself), treat it as
3679 nil.
3680 (nfd, nfkd): Likewise.
3681
963b492b
SM
36822011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3683
3684 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
3685 from process filters aren't reliably transmitted to the surrounding
3686 accept-process-output.
3687 (mpc-proc-check): New function.
3688 (mpc-proc-sync): Use it (bug#8293)
3689
93b6b5e1
SM
36902011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3691
3692 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
3693 Add compatibility functions (bug#9313).
3694
bca633fb
EZ
36952011-08-23 Eli Zaretskii <eliz@gnu.org>
3696
b177498a
EZ
3697 * cus-start.el (all): Add entry for bidi-paragraph-direction.
3698
bca633fb
EZ
3699 * international/uni-bidi.el: Regenerated.
3700
0902a04e
KH
37012011-08-23 Kenichi Handa <handa@m17n.org>
3702
3703 * international/charprop.el:
3704 * international/uni-bidi.el:
3705 * international/uni-category.el:
3706 * international/uni-combining.el:
3707 * international/uni-comment.el:
3708 * international/uni-decimal.el:
3709 * international/uni-decomposition.el:
3710 * international/uni-digit.el:
3711 * international/uni-lowercase.el:
3712 * international/uni-mirrored.el:
3713 * international/uni-name.el:
3714 * international/uni-numeric.el:
3715 * international/uni-old-name.el:
3716 * international/uni-titlecase.el:
3717 * international/uni-uppercase.el: Regenerate.
3718
3bbf23bc
MR
37192011-08-23 Martin Rudalics <rudalics@gmx.at>
3720
3721 * help.el (help-window-setup): Fix message displayed when other
3722 window is reused. (Bug#9341)
3723
b3fd59bd
SM
37242011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3725
1802e444
SM
3726 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
3727 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
3728
b3fd59bd
SM
3729 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
3730 Mark obsolete.
3731 * shell.el (shell-parse-pcomplete-arguments): New function.
3732 (shell-completion-vars): Use it instead (bug#9160).
3733
4eb61348
SM
37342011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3735
867cab74
SM
3736 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
3737 strings and comments (bug#9333).
3738
4eb61348
SM
3739 * emacs-lisp/debug.el (debug-arglist): New function.
3740 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
3741 (debug-on-entry-1): Handle interpreted closures (bug#9120).
3742
262a1439
JL
37432011-08-22 Juri Linkov <juri@jurta.org>
3744
56ee679c
JL
3745 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3746 Revert regexp that highlights output switches to its old
3747 pre-2010-10-28 value and remove one `?' from it (bug#9319).
3748
262a1439
JL
3749 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
3750 to check for empty output (bug#9226).
3751
f13f86fb
CY
37522011-08-22 Chong Yidong <cyd@stupidchicken.com>
3753
3754 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
3755 symbol-constituent as the default, as that stops font-lock from
3756 working properly (Bug#8843).
3757
c65c9622
LMI
37582011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3759
3760 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
3761 `coding-system-for-*' around the process open call to avoid
3762 auth-source side effects.
e7f2c178 3763 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
3764 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
3765 probe hangs.
c65c9622 3766
23a8a5ab
CY
37672011-08-21 Chong Yidong <cyd@stupidchicken.com>
3768
ff98b2dd
CY
3769 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
3770
23a8a5ab
CY
3771 * emacs-lisp/find-func.el (find-function-noselect): New arg
3772 lisp-only.
3773
3774 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
3775 signal an error for built-in functions (Bug#6664).
3776
f5e3c598
LMI
37772011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3778
3779 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
3780 (smtpmail-try-auth-methods): Use it.
3781
a3f2468a
CY
37822011-08-21 Chong Yidong <cyd@stupidchicken.com>
3783
2c34e8da
CY
3784 * font-lock.el (font-lock-fontify-region)
3785 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
3786 (font-lock-default-unfontify-buffer)
3787 (font-lock-default-fontify-region)
3788 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
3789
b3fd59bd
SM
3790 * progmodes/compile.el (compilation-error-properties):
3791 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
3792 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
3793 `ant' regexp.
ee31aabc 3794
a3f2468a
CY
3795 * net/browse-url.el (browse-url-firefox): Don't call
3796 browse-url-firefox-sentinel unless using -remote (Bug#9328).
3797
8e999f70
GM
37982011-08-20 Glenn Morris <rgm@gnu.org>
3799
c21a496a
GM
3800 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
3801
59ee0542
GM
3802 * tutorial.el (tutorial--default-keys): Update some default bindings.
3803
8e999f70
GM
3804 * files.el (hack-local-variables): Fully ignore case for "mode:".
3805
e3715033
AM
38062011-08-20 Alan Mackenzie <acm@muc.de>
3807
3808 Resolve invalid use of a regexp in regexp-opt.
3809
4d61f28d
JB
3810 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
3811 detection for a java annotation.
e3715033 3812
4d61f28d 3813 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
3814 detection for a java annotation.
3815
4d61f28d
JB
3816 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
3817 handling for java.
e3715033
AM
3818 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
3819
04ed2e9c
CY
38202011-08-20 Chong Yidong <cyd@stupidchicken.com>
3821
3822 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
3823 (Bug#9274).
3824
826cee64
AM
38252011-08-20 Alan Mackenzie <acm@muc.de>
3826
58179cce 3827 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
3828 such a construct. Mainly for when jit-lock etc. starts a chunk
3829 here.
3830
58179cce 3831 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 3832 variable.
58179cce 3833 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
3834 c-make-font-lock-search-function.
3835 (c-make-font-lock-search-function): Use the above function.
3836 (c-make-font-lock-context-search-function): New function.
3837 (c-cpp-matchers): Enhance the preprocessor expression case with
3838 the above function
3839 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
3840 which takes an expression.
3841
3842 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
3843
13009bd8
MR
38442011-08-20 Martin Rudalics <rudalics@gmx.at>
3845
3846 * window.el (display-buffer-reuse-window)
3847 (display-buffer-pop-up-window): Don't reuse or split a side
3848 window.
3849
9234ff7f
GM
38502011-08-19 Glenn Morris <rgm@gnu.org>
3851
3852 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 3853 Downcase "Mode:". (Bug#9331)
9234ff7f 3854
f635daa1
CY
38552011-08-18 Chong Yidong <cyd@stupidchicken.com>
3856
3857 * international/characters.el: Add L and R categories.
3858
3859 * subr.el (bidi-string-mark-left-to-right): Rename from
3860 string-mark-left-to-right. Use category search.
3861
3862 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
3863
bc987f8b
JL
38642011-08-18 Juri Linkov <juri@jurta.org>
3865
3866 * faces.el (error, warning, success): New faces with definitions
3867 copied from old default values of `font-lock-warning-face',
3868 `compilation-warning', `compilation-info' (bug#6117).
3869
3870 * font-lock.el (font-lock-warning-face): Inherit from `error'.
3871
3872 * progmodes/compile.el (compilation-error): Inherit from `error'.
3873 (compilation-warning): Inherit from `warning'.
3874 (compilation-info): Inherit from `success'.
3875
3876 * dired.el (dired-marked): Inherit from `warning'.
3877 (dired-flagged): Inherit from `error'.
3878
57173b96
LMI
38792011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3880
3e79eb87
LMI
3881 * mail/smtpmail.el (auth-source): Require to avoid problems with
3882 binding variables (bug#9298). Also clean up some unused
3883 autoloads.
3884
b3fd59bd
SM
3885 * net/network-stream.el (network-stream-open-starttls):
3886 Support using starttls.el without using gnutls-cli.
57173b96 3887
02b404de
JL
38882011-08-17 Juri Linkov <juri@jurta.org>
3889
3890 * progmodes/grep.el (rgrep): Handle the case when
3891 `grep-find-command' is a cons cell (bug#9278).
3892
8c9177f2
MR
38932011-08-17 Martin Rudalics <rudalics@gmx.at>
3894
3895 * window.el (display-buffer-pop-up-frame): Run frame creation
3896 function with BUFFER current (as special-display-popup-frame
3897 does). Reported by Drew Adams.
3898
3644a0ab
DU
38992011-08-17 Daiki Ueno <ueno@unixuser.org>
3900
3901 * epa-mail.el: Simplify GnuPG group expansion using
3902 epg-expand-group.
3903 (epa-mail-group-alist, epa-mail-group-modtime)
3904 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
3905 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
3906 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
3907 Remove.
3908
5e617bc2 39092011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
3910
3911 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
3912
9c4aeabf
AM
39132011-08-16 Alan Mackenzie <acm@muc.de>
3914
3915 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
3916 Correct, to avoid the inside of macros.
3917
3a99bf64
RS
39182011-08-16 Richard Stallman <rms@gnu.org>
3919
04963aa8
RS
3920 * epa-mail.el: Handle GnuPG group definitions.
3921 (epa-mail-group-alist, epa-mail-group-modtime)
3922 (epa-mail-gnupg-conf-file): New variables.
3923 (epa-mail-parse-groups, epa-mail-sync-groups)
3924 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
3925 (epa-mail-expand-recipients): New functions.
3926 (epa-mail-encrypt): Call epa-mail-expand-recipients.
3927
177549d0
RS
3928 * mail/rmail.el (rmail-epa-decrypt): New command.
3929
fe38beef
RS
3930 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
3931 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
3932 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
3933 (epa-decrypt-armor-in-region): Make error message clearer.
3934
934eacb9
SM
39352011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3936
3937 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
3938 and "a2b" to "ab" for `prefix'.
3939
d024fb4e
CY
39402011-08-14 Chong Yidong <cyd@stupidchicken.com>
3941
3942 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
3943 filter groups.
de148fee
CY
3944 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
3945 Fourquet (Bug#8804).
d024fb4e 3946
62f1ca49
JB
39472011-08-12 Juanma Barranquero <lekktu@gmail.com>
3948
3949 * startup.el (argi): Declare as global variable (bug#9275).
3950
9ccaaa4b
CY
39512011-08-12 Chong Yidong <cyd@stupidchicken.com>
3952
3953 * subr.el (string-mark-left-to-right): Search the entire string
3954 for RTL script, not just the terminating character. Doc fix.
3955
a3dae87a
SM
39562011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3957
6cd18349
SM
3958 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
3959 New function.
3960 (js--regexp-literal, js-syntax-propertize-function): Remove.
3961 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
3962 (js-mode-map): Don't rebind electric keys.
3963 (js-insert-and-indent): Remove.
3964 (js-mode): Setup electric-layout and electric-indent instead.
3965
a3dae87a
SM
3966 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
3967
9d5cb631
DU
39682011-08-12 Daiki Ueno <ueno@unixuser.org>
3969
3970 * epa.el (epa-progress-callback-function): Fix the logic of
3971 displaying progress.
3972 * epa-file.el (epa-file-insert-file-contents): Make progress
3973 display more user-friendly.
3974 (epa-file-write-region): Ditto.
3975
3e26a4a2
CY
39762011-08-10 Chong Yidong <cyd@stupidchicken.com>
3977
3978 * subr.el (string-mark-left-to-right): New function.
3979
3980 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
3981 Use string-mark-left-to-right.
3982 (list-buffers-noselect): Caller changed.
3983
a3dae87a
SM
3984 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3985 Use string-mark-left-to-right.
3e26a4a2
CY
3986 (tabulated-list-print): Recenter after moving point.
3987
ac8cf6e6
JL
39882011-08-10 Juri Linkov <juri@jurta.org>
3989
3990 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
3991 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
3992 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
3993
8d96c9a4
CY
39942011-08-09 Chong Yidong <cyd@stupidchicken.com>
3995
3996 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
3997 (Bug#7554).
3998
7be1c708 39992011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
4000
4001 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4002 character. (Bug#6594)
4003
37e11a63
CY
40042011-08-08 Chong Yidong <cyd@stupidchicken.com>
4005
839dde57
CY
4006 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4007 (image-dired--with-db-file): New macro.
4008 (image-dired-write-tags, image-dired-remove-tag)
4009 (image-dired-create-gallery-lists, image-dired-write-comments)
4010 (image-dired-get-comment, image-dired-mark-tagged-files)
4011 (image-dired-list-tags, image-dired-gallery-generate): Use it.
4012 (image-dired-gallery-generate): Use insert-file-contents.
4013
37e11a63
CY
4014 * time.el (display-time-world-list, display-time-world-display):
4015 * time-stamp.el (time-stamp-string):
4016 * vc/add-log.el (add-change-log-entry): Use setenv instead of
4017 set-time-zone-rule (Bug#7337).
4018
0b4946c4
DU
40192011-08-08 Daiki Ueno <ueno@unixuser.org>
4020
4021 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4022 (epg-error-to-string, epg-errors-to-string): New function.
4023 (epg-wait-for-completion): Reverse errors list.
4024 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4025 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4026 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4027 (epg-sign-keys, epg-generate-key-from-file)
4028 (epg-generate-key-from-string): Format errors by using
4029 epg-errors-to-string (bug#9255).
4030 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4031
75bfc667
JL
40322011-08-07 Juri Linkov <juri@jurta.org>
4033
4034 * faces.el (list-faces-display): Remove extra angle bracket
4035 from `help-mode-map'.
4036
4037 * info.el (Info-history-toc-nodes): Doc fix.
4038
4039 * longlines.el (longlines-mode): Doc fix.
4040
673e08bb
SM
40412011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4640dd88
SM
4043 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4044 of statements and in a few more cases (bug#9183).
4045
673e08bb
SM
4046 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4047 New functions.
4048 (cl-transform-lambda): Use them (bug#9239).
4049
89b3f019
MR
40502011-08-05 Martin Rudalics <rudalics@gmx.at>
4051
4052 * window.el (display-buffer-same-window)
4053 (display-buffer-same-frame, display-buffer-other-window)
4054 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4055 (pop-to-buffer-other-window)
4056 (pop-to-buffer-same-frame-other-window)
4057 (pop-to-buffer-other-frame): Make them defuns.
4058 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4059
640c8776
SM
40602011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * subr.el (make-composed-keymap): Move from C. Change calling
4063 convention, and improve docstring to bring attention to a subtle point.
4064 * minibuffer.el (completing-read-default): Adjust accordingly.
4065
63648a95
MA
40662011-08-03 Michael Albinus <michael.albinus@gmx.de>
4067
4068 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4069 (tramp-open-shell): Use `tramp-shell-quote-argument'.
4070
4071 * net/trampver.el: Update release number.
4072
b796c9b7
SM
40732011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4076 "in" (bug#9190).
4077
2239d7d5
LMI
40782011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4079
e07dd7c3
LMI
4080 * mail/sendmail.el (sendmail-query-once): Restore the current
4081 buffer after querying (bug#9074).
4082
0e6a2bd7
LMI
4083 * dired.el (dired-flagged): Use different faces for marked and
4084 flagged files (bug#6117).
4085
ce887515
LMI
4086 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4087 (bug#4433).
4088
92f2affc
LMI
4089 * ido.el (ido-mode): Switch off the message if called
4090 non-interactively.
4091
57d5aff0
LMI
4092 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4093 before 587, since it appears that that's more likely to work for
4094 more people.
4095
98cd6c18 4096 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 4097 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
4098 exist.
4099
b96dec83
LMI
4100 * info.el: Remove the `Info-beginning-of-buffer' function
4101 (bug#8325).
4102
b796c9b7
SM
4103 * net/network-stream.el (network-stream-open-starttls):
4104 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 4105
d90e2ea0
MR
41062011-08-01 Martin Rudalics <rudalics@gmx.at>
4107
4108 * window.el (display-buffer-in-window): Don't set dedicated status
4109 of window here (Bug#9215).
4110 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4111 (display-buffer-pop-up-side-window)
b796c9b7 4112 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 4113
cca09170
SM
41142011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4115
4116 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4117 before binding generated-autoload-file.
4118
027b979c
DD
41192011-08-01 Deniz Dogan <deniz@dogan.se>
4120
4121 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4122
3c7ee4f3
MA
41232011-07-30 Michael Albinus <michael.albinus@gmx.de>
4124
4125 Sync with Tramp 2.2.2.
4126
4127 * net/trampver.el: Update release number.
4128
2cc8e51a
JL
41292011-07-30 Juri Linkov <juri@jurta.org>
4130
4131 * dired-aux.el (dired-touch-initial): Remove function.
4132 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4133 current time, and `default' to the last modification time of the
4134 current marked file (bug#6887).
4135
a514d856
JM
41362011-07-28 Jose E. Marchesi <jemarch@gnu.org>
4137
4138 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 4139 numeric argument to read-number (bug#9163).
a514d856 4140
8a7eddd7
MA
41412011-07-27 Michael Albinus <michael.albinus@gmx.de>
4142
4143 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4144 connection process, it could be nil.
4145
1ddd96f5
LL
41462011-07-27 Leo Liu <sdl.web@gmail.com>
4147
4148 Simplify url handling in rcirc-mode.
4149
4150 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4151 (rcirc-browse-url-at-mouse): Remove.
4152 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4153
b248a85d
AM
41542011-07-26 Alan Mackenzie <acm@muc.de>
4155
4156 Fontify bitfield declarations properly.
4157
4158 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4159 (c-symbol-chars): Now exported as a lang variable.
4160 (c-not-primitive-type-keywords): New lang variable.
4161
4162 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4163 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 4164 parsed as a bitfield declaration.
b248a85d 4165
b796c9b7
SM
4166 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4167 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
4168 (c-punctuation-in): New function.
4169 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4170 declarations properly.
4171
68575ab0
UJ
41722011-07-26 Ulf Jasper <ulf.jasper@web.de>
4173
4174 * calendar/icalendar.el (icalendar--all-events): Take care of
4175 multiple vcalendars in a single file.
b796c9b7 4176 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 4177
0f0a88b9
DD
41782011-07-25 Deniz Dogan <deniz@dogan.se>
4179
4180 * image.el (insert-image): Clarifying docstring.
4181
0b3f36df
MA
41822011-07-24 Michael Albinus <michael.albinus@gmx.de>
4183
4184 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4185 `tramp-send-command-and-check' if there is no error.
4186 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4187
a9901f61
AM
41882011-07-22 Alan Mackenzie <acm@muc.de>
4189
4190 Prevent cc-langs.elc being loaded at run time.
4191
4192 * progmodes/cc-mode.el: Remove two autoload forms which loaded
4193 cc-langs.
4194
4d61f28d 4195 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
4196 "(require 'cc-langs)". Quote a form so it will evaluate at
4197 (cc-mode's) compilation time.
4198
11d074b2
MA
41992011-07-22 Michael Albinus <michael.albinus@gmx.de>
4200
4201 * net/tramp.el (tramp-file-name-handler): Avoid recursive
4202 loading. (Bug#9114)
4203
938b94c8
MR
42042011-07-21 Martin Rudalics <rudalics@gmx.at>
4205
4206 * window.el (display-buffer-pop-up-window)
4207 (display-buffer-pop-up-side-window)
4208 (display-buffer-in-side-window): Call display-buffer-set-height
4209 and display-buffer-set-width after setting the new window's
b796c9b7 4210 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 4211
bfa4f190
SS
42122011-07-20 Sam Steingold <sds@gnu.org>
4213
4214 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4215 (etags-tags-included-tables): Call `convert-standard-filename' on
4216 the file names contained in TAGS so that windows Emacs can handle
4217 TAGS files created by cygwin ctags.
4218
8ca42262
LMI
42192011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4220
4221 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4222 which apparently didn't work.
4223
5db2afd2 42242011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 4225
5db2afd2
RW
4226 * proced.el (proced-send-signal): For *Marked Processes* buffer
4227 put point at beginning of buffer.
4228
92e15d10
SB
42292011-07-19 Stephen Berman <stephen.berman@gmx.net>
4230
4231 * proced.el (proced-format): Make header lines align with the text
4232 (bug#1779).
4233
1bfd59e5
LMI
42342011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4235
4236 * view.el (view-buffer): Allow running in `special' modes if we're
4237 visiting a file (bug#8615).
4238
f5aae37c
MR
42392011-07-19 Martin Rudalics <rudalics@gmx.at>
4240
4241 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
4242 (display-buffer-alist-set-1, display-buffer-alist-set-2):
4243 New functions.
f5aae37c
MR
4244 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4245 more accurately.
4246
bf2c1571
AM
42472011-07-18 Alan Mackenzie <acm@muc.de>
4248
4249 Fontify declarators properly when, e.g., a jit-lock chunk begins
4250 inside a declaration.
4251
4252 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4253
b796c9b7
SM
4254 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4255 New function.
bf2c1571
AM
4256 (c-complex-decl-matchers): Insert reference to
4257 c-font-lock-enclosing-decls.
4258
4259 * progmodes/cc-engine.el (c-backward-single-comment):
4260 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4261 to nil around calls to (forward-comment -1).
4262
4e190b80
LMI
42632011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4264
12dc863d
LMI
4265 * image.el (put-image): Doc typo fix.
4266
a762e966
LMI
4267 * progmodes/etags.el (tags-search): Doc typo fix.
4268
4e190b80
LMI
4269 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4270 password if we get errors 550 to 554.
4271
f019fb21
LMI
42722011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4273
b796c9b7 4274 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 4275
81746738
LMI
4276 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4277 indentation character (bug#6380).
4278
3ee3a1b5
LMI
4279 * files.el (buffer-offer-save): Made permanently local (bug#6241).
4280
c82f64de
LMI
4281 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4282 to clarify what the problem is (bug#4291).
4283
f019fb21
LMI
4284 * simple.el (current-kill): Clarify what
4285 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
4286 (auto-fill-mode): Document `auto-fill-function' in relation to
4287 `auto-fill-mode' (bug#2470).
f019fb21 4288
0794775d
LM
42892011-07-16 Lawrence Mitchell <wence@gmx.li>
4290
4291 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4292 method if slot is read-only (bug#9035).
4293
be39b8cc
MR
42942011-07-16 Martin Rudalics <rudalics@gmx.at>
4295
b796c9b7 4296 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 4297 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
4298 selected before, see discussion of (Bug#8615), (Bug#6954).
4299 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 4300
6ccf7859
GM
43012011-07-15 Glenn Morris <rgm@gnu.org>
4302
4303 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 4304 Respect help-form.
6ccf7859 4305
87e86684
LM
43062011-07-09 Lawrence Mitchell <wence@gmx.li>
4307
4308 * net/gnutls.el (gnutls-min-prime-bits): New variable.
4309 (gnutls-negotiate): Use it.
4310
d6066239
LMI
43112011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4312
b796c9b7
SM
4313 * net/gnutls.el (gnutls-negotiate):
4314 Upcase `gnutls-algorithm-priority'.
d6066239 4315
bd23ebc0
GM
43162011-07-15 Glenn Morris <rgm@gnu.org>
4317
c65bca65
GM
4318 * jka-compr.el (jka-compr-verbose): Move from here...
4319 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
4320 Add missing :version tag.
4321 * info.el: No need to require jka-compr when compiling.
bd23ebc0 4322
478615cc
LMI
43232011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4324
7b41decb
LMI
4325 * net/gnutls.el (gnutls-algorithm-priority): New variable.
4326 (gnutls-negotiate): Use it.
4327
dbc44fcd
LMI
4328 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4329
06789f97
LMI
4330 * info.el (Info-beginning-of-buffer): New command.
4331 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4332 announcing `b' as the key (bug#8325).
ab896c37 4333 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 4334
c39da690
LMI
4335 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4336
3aa5f34b
LMI
4337 * international/mule-cmds.el
4338 (describe-specified-language-support): Make the error message
4339 clearer (bug#8905).
4340
4bf0979f
LMI
4341 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4342
478615cc
LMI
4343 * isearch.el (isearch-barrier): Add a doc string, since it's
4344 mentioned in a function doc string (bug#8678).
4345
75c68aa1
MR
43462011-07-15 Martin Rudalics <rudalics@gmx.at>
4347
4348 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4349 buffer argument (Bug#9083) and self-identifying label argument.
4350
a7c33da2
GM
43512011-07-15 Glenn Morris <rgm@gnu.org>
4352
4353 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
4354
2f5c6024
LMI
43552011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4356
4357 * man.el (Man-fontify-manpage): Fix message when formatting the
4358 man page (bug#7929).
4359
0bb23927 43602011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
4361
4362 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4363 argument LRM; if non-nil, append an invisible LRM character to the
4364 buffer name.
4365 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4366 last argument non-nil, when formatting buffer names.
0bb23927
EZ
4367 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4368 paragraph direction.
cce4b0a7 4369
621ef9ab
LMI
43702011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4371
d1583c48
LMI
4372 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4373 the man page name (bug#7929).
4374
6a57fb5f
LMI
4375 * image.el (put-image): Mention the `put-image' overlay property
4376 (bug#7834).
4377
d7956b14
LMI
4378 * scroll-bar.el (set-scroll-bar-mode): Mention that
4379 `scroll-bar-mode' lists the values (bug#7772).
4380
5b2d4a66
LMI
4381 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4382 command (bug#7729).
4383
7509a874
LMI
4384 * rect.el (apply-on-rectangle): Return the point after the last
4385 operation.
4386 (string-rectangle): Go to the point after the last operation
4387 (bug#7522).
4388
4fe74b19
LMI
4389 * printing.el (pr-toggle-region): Clarify the documentation
4390 slightly (bug#7493).
4391
b796c9b7
SM
4392 * time.el (display-time-update):
4393 Allow `display-time-mail-function' to return nil (bug#7158).
4394 Fix suggested by Detlev Zundel.
ab283561 4395
fc233c9d
LMI
4396 * vc/diff.el (diff): Clarify the order the file names are read
4397 (bug#7111).
4398
43f5740b
LMI
4399 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4400 the doc string (bug#7015).
4401
f2182a76
LMI
4402 * font-lock.el (font-lock-maximum-decoration): Mention what
4403 numeric levels mean (bug#6935).
4404
621ef9ab
LMI
4405 * startup.el (initial-buffer-choice): Don't mention the `none'
4406 selection, which is against policy.
4407
adc47434
MR
44082011-07-14 Martin Rudalics <rudalics@gmx.at>
4409
b796c9b7
SM
4410 * window.el (display-buffer-normalize-special):
4411 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 4412
7e5bfb8f
EZ
44132011-07-14 Eli Zaretskii <eliz@gnu.org>
4414
4415 * subr.el (version<, version<=, version=): Mention "-CVS" and
4416 "-12345" alpha version numbers.
4417
27fa387a
CY
44182011-07-14 Chong Yidong <cyd@stupidchicken.com>
4419
4420 * bindings.el: Add advertised binding for set-mark-command
4421 (Bug#5772).
4422
8bdfa064
CY
44232011-07-14 Chong Yidong <cyd@stupidchicken.com>
4424
4425 * bindings.el (mode-line-other-buffer):
4426 * bookmark.el (bookmark-bmenu-2-window):
4427 * bs.el (bs-cycle-next, bs-cycle-previous):
4428 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4429 switch-to-buffer.
4430
4431 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 4432 Delete.
8bdfa064 4433
5eba16a3
JB
44342011-07-14 Juanma Barranquero <lekktu@gmail.com>
4435
4436 * follow.el (follow-debug-message, follow-redisplay):
4437 * jka-cmpr-hook.el (with-auto-compression-mode):
4438 Fix typos in docstrings.
4439
15853710
LMI
44402011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4441
a28e4607
LMI
4442 * subr.el (with-silent-modifications): Clarify somewhat what the
4443 macro inhibits (bug#6525).
4444
15853710
LMI
4445 * simple.el (eval-expression): Note what it does if called
4446 interactively (bug#6495).
4447
bee0fcef
CY
44482011-07-13 Chong Yidong <cyd@stupidchicken.com>
4449
b796c9b7
SM
4450 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4451 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
4452
4453 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4454 Remove switch-to-buffer.
4455
58274504
LMI
44562011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4457
bd2fcc8d
LMI
4458 * files.el (make-directory): Clarify that an error will be raised
4459 if there's an error (bug#6397).
4460
0f04b32c
LMI
4461 * startup.el (initial-buffer-choice): Add `none' as a choice
4462 (bug#6234).
4463
465c5fc8
LMI
4464 * subr.el (add-hook): Clarify section about buffer-local hooks
4465 (bug#6218).
4466
58274504
LMI
4467 * dired.el (dired-flagged): Clarify doc string (bug#6117).
4468
bead9a43
JB
44692011-07-13 Juanma Barranquero <lekktu@gmail.com>
4470
4471 * tabify.el (untabify): Preserve the current column so that point
4472 doesn't move (bug#6032).
4473
3af98a7b
LMI
44742011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4475
b796c9b7
SM
4476 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4477 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 4478
6240145a
GM
44792011-07-13 Glenn Morris <rgm@gnu.org>
4480
4481 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
4482 (dired-insert-directory): Give a message the first time
4483 if ls is found not to support --dired.
4484
1d8c2ccc
LMI
44852011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4486
4487 * simple.el (toggle-truncate-lines): Clarify what is toggled
4488 (bug#5580). Text by Drew Adams.
4489
5fc4038e
CY
44902011-07-13 Chong Yidong <cyd@stupidchicken.com>
4491
4492 * simple.el (blink-matching-open): Make the error message from the
4493 last change less verbose.
4494
bf6012e5
DN
44952011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4496
4497 * font-lock.el (font-lock-comment-face): Use the high contrast
4498 "yellow" color for font-lock-comment-face on low color terminals
4499 using a dark background color (bug#4221).
4500
343c3b5a
LMI
45012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4502
7e9505c5
LMI
4503 * dired.el (dired-insert-set-properties): Make the doc string
4504 reflect what it does now (bug#5325).
4505
c26fdcf5
LMI
4506 * simple.el (blink-matching-open): Say that we were unable to find
4507 the match within the limit, if we're limited (bug#5122).
4508
bb388cc5
LMI
4509 * international/mule-cmds.el (prefer-coding-system): Add an
4510 example (bug#4869).
4511
343c3b5a
LMI
4512 * progmodes/etags.el (tags-search): Document `file-list-form'
4513 (bug#4731).
4514
2a517d45
LM
45152011-07-13 Lawrence Mitchell <wence@gmx.li>
4516
4517 * net/browse-url.el (browse-url-default-browser)
4518 (browse-url-browser-function): Make the default browser choice a
4519 bit more logical (bug#4300). Also clean up the doc string.
4520
b6c78ef2
JB
45212011-07-13 Juanma Barranquero <lekktu@gmail.com>
4522
4523 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4524 binary endings (bug#4440).
4525
1c4dd947
LMI
45262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4527
a2014063
LMI
4528 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4529 which can be pretty annoying (bug#8971).
4530
9c9c2d88
LMI
4531 * jka-compr.el (jka-compr-verbose): New variable, and use
4532 throughout (bug#8971).
4533
1c4dd947
LMI
4534 * info.el (Info-find-file): Fall back on the installation
4535 directory if we can't find the info node anywhere else.
4536
a1c9f41b
SO
45372011-07-13 Sergei Organov <osv@javad.com> (tiny change)
4538
4539 * vc/vc.el (vc-revert-file):
4540 Don't set file time-stamp in the past. (Bug#5181)
4541
536f3d36
LMI
45422011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4543
7152b011
LMI
4544 * files.el (after-find-file): Give a better error message when
4545 trying to find a symlink that points to a file that doesn't exist
4546 (bug#4398).
4547
536f3d36
LMI
4548 * progmodes/cc-vars.el: Remove (probably) misleading comment
4549 (bug#4396).
4550
460c0fba
JB
45512011-07-12 Johan Bockgård <bojohan@gnu.org>
4552
4553 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4554
7a6bda45
CY
45552011-07-12 Chong Yidong <cyd@stupidchicken.com>
4556
4557 * mouse-sel.el: Hack restoring functionality, while keeping
4558 compatibility with 2010-07-03 changes to mouse selection.
4559 (mouse-sel-primary-overlay): New var.
4560 (mouse-sel-selection-alist): Use it.
4561 (mouse-sel-mode): Doc fix; remove points that are default features
4562 of mouse.el.
4563
c79598ef
JB
45642011-07-12 Johan Bockgård <bojohan@gnu.org>
4565
4566 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4567 Fix previous fix (bug#2490).
4568
ff8be6ef
RW
45692011-07-12 Roland Winkler <winkler@gnu.org>
4570
b796c9b7
SM
4571 * textmodes/bibtex.el (bibtex-initialize):
4572 Use pop-to-buffer-same-window.
ff8be6ef
RW
4573 (bibtex-search-entries): Fix interactive call.
4574
296ba3ee
LMI
45752011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576
f5242a02 4577 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
4578 Fontise bytecomp Error lines more correctly (bug#2490).
4579 Fix suggested by Johan Bockgård.
f5242a02 4580
296ba3ee
LMI
4581 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4582
4583 * dired-x.el (dired-guess-default): Use `delete-dups'.
4584
f69fd0d2
CY
45852011-07-12 Chong Yidong <cyd@stupidchicken.com>
4586
4587 * dired.el (dired-mark-prompt):
4588 * dired-aux.el (dired-read-shell-command): Doc fix.
4589
eab5dc07
LMI
45902011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4591
b796c9b7
SM
4592 * mail/sendmail.el (sendmail-query-once):
4593 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
4594 emacs -Q.
4595
4596 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4597
eab5dc07
LMI
4598 * cus-edit.el (custom-file): Take an optional no-error variable.
4599 (customize-save-variable): Set the variable, and give a warning if
4600 running under "emacs -q".
4601
a1e65d42
JB
46022011-07-11 Juanma Barranquero <lekktu@gmail.com>
4603
4604 * loadhist.el (unload-feature-special-hooks):
4605 Add `auto-coding-functions', `fill-nobreak-predicate' and
4606 `find-directory-functions' (bug#5327).
4607
1d52da10
LMI
46082011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4609
be958f1d
LMI
4610 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4611
5bedb26c
LMI
4612 * cus-edit.el (custom-guess-name-alist): -alist variables should
4613 use the `alist' type (bug#3120). Suggested by Drew Adams.
4614
1d52da10
LMI
4615 * printing.el: Add documentation to all the `pr-toggle-' commands.
4616
cd394be1 46172011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
4618
4619 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4620 backends where it makes sense (bug#2623).
4621
dcc88d8a
LMI
46222011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4623
c3de9feb
LMI
4624 * dired-x.el (dired-guess-default): Remove duplicate shell command
4625 entries (bug#2028).
8a93078b 4626 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 4627 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 4628
dcc88d8a
LMI
4629 * subr.el (remove-duplicates): New conveniency function.
4630
505e3645
LMI
46312011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4632
4633 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4634 (bug#1526).
4635
46362011-07-10 Martin Rudalics <rudalics@gmx.at>
4637
4638 * window.el (display-buffer-normalize-default): Don't invert
4639 meaning of even-window-heights. Reported by Eli Zaretskii
4640 <eliz@gnu.org>.
4641
455e4fa1
BR
46422011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
4643
4644 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4645
8e0bc3e9
CY
46462011-07-10 Chong Yidong <cyd@stupidchicken.com>
4647
4648 * window.el (display-buffer): Fix arguments to
4649 display-buffer-reuse-window in last change.
4650
fa7c3228
CY
4651 * faces.el (link): Use a less saturated blue on light backgrounds.
4652
4653 * startup.el (fancy-startup-text, fancy-about-text)
4654 (fancy-startup-tail): Use font-lock faces, for background safety.
4655
c0a7f300
BN
46562011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
4657
b796c9b7
SM
4658 * emulation/viper-cmd.el (viper-change-state-to-vi):
4659 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 4660
4dc2a129
MR
46612011-07-09 Martin Rudalics <rudalics@gmx.at>
4662
4663 * window.el (display-buffer-default-specifiers): Remove.
4664 (display-buffer-macro-specifiers): Remove default specifiers.
4665 (display-buffer-alist): Default to nil.
b796c9b7 4666 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
4667 (display-buffer-pop-up-window): Allow splitting internal
4668 windows. Check whether a live window was created.
4669 (display-buffer-other-window-means-other-frame)
4670 (display-buffer-normalize-arguments): Rename to
4671 display-buffer-normalize-argument and rewrite. Set the
4672 other-window specifier.
4673 (display-buffer-normalize-special): New function.
4674 (display-buffer-normalize-options): Rename to
4675 display-buffer-normalize-default and rewrite.
4676 (display-buffer-normalize-options-inhibit): Remove.
4677 (display-buffer-normalize-specifiers): Rewrite.
4678 (display-buffer): Process other-window specifier and call
4679 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
4680 more faithfully.
b796c9b7 4681 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 4682 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
4683 (display-buffer-in-window, display-buffer-alist-set):
4684 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
4685 <tassilo@member.fsf.org>.
4686
2d43b8c9
LL
46872011-07-09 Leo Liu <sdl.web@gmail.com>
4688
4689 * register.el (insert-register): Restore accidental change on
4690 2011-06-26. (Bug#9028)
4691
7f9b7c53
GM
46922011-07-09 Glenn Morris <rgm@gnu.org>
4693
4694 * subr.el (remq): Handle the empty list. (Bug#9024)
4695
f042cfd8
AS
46962011-07-08 Andreas Schwab <schwab@linux-m68k.org>
4697
4698 * mail/sendmail.el (send-mail-function): No longer delay custom
4699 initialization.
4700 * custom.el (custom-initialize-delay): Doc fix.
4701
856b2f11
SM
47022011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4703
4704 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
4705
afae1d68
MA
47062011-07-08 Michael Albinus <michael.albinus@gmx.de>
4707
4708 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
4709 human-friendly prompt.
4710
0757af94
SM
47112011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
4714 provided by a particular plugin.
4715
d760b731
LMI
47162011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4717
4718 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
4719 save customizations (with "emacs -Q"), just set the variable
4720 instead of erroring out.
4721
4722 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4723
cd79ce90
JL
47242011-07-08 Juri Linkov <juri@jurta.org>
4725
4726 * arc-mode.el (archive-zip-expunge, archive-zip-update)
4727 (archive-zip-update-case): Use 7z if found by `executable-find'.
4728 The order of searching the available programs is the same as in
4729 `archive-zip-extract' (bug#8968).
4730
14cc04aa
CY
47312011-07-07 Chong Yidong <cyd@stupidchicken.com>
4732
4733 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
4734 (menu-bar-options-menu): Tweak descriptions.
4735
0a1848ec
LMI
47362011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4737
4738 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
4739 menu items into verb phrases (bug#1421). Also refill to fit under
4740 80 columns.
4741
f5bd0689
CY
47422011-07-07 Chong Yidong <cyd@stupidchicken.com>
4743
538e85c6
CY
4744 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
4745 (Info-read-node-name): Doc fix (Bug#1084).
4746
f5bd0689
CY
4747 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
4748 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
4749 (end-of-sexp, beginning-of-sexp)
4750 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
4751 (forward-symbol, forward-same-syntax, word-at-point)
4752 (sentence-at-point): Doc fix (Bug#1144).
4753
56ec5115
LMI
47542011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4755
f3f8e37f
LMI
4756 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
4757 should cover it (bug#1281).
4758
0757af94 4759 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 4760
e9fce1ac 4761 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
4762 negotiation fails, then possibly try again with a non-encrypted
4763 connection (bug#9017).
4764
56ec5115
LMI
4765 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
4766 be used.
4767
c2f9aec8
RS
47682011-07-07 Richard Stallman <rms@gnu.org>
4769
4770 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
4771 property, and handle its changed format.
4772 Look for the correct line number.
4773 Use file's line contents (but not past first =) to find
4774 correct line in message.
4775
ef7b981d 47762011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
4777
4778 * international/characters.el (build-unicode-category-table):
4779 Delete it.
0757af94 4780 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 4781
0757af94 4782 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
4783 to src/chartab.c.
4784 (get-char-code-property): Call unicode-property-table-internal to
4785 load a file. Call get-unicode-property-internal where necessary.
4786 (put-char-code-property): Call unicode-property-table-internal to
4787 load a file. Call put-unicode-property-internal where necessary.
4788 put-unicode-property-internal where necessary.
0757af94
SM
4789 (char-code-property-description):
4790 Call unicode-property-table-internal to load a file.
c805dec0
KH
4791
4792 * international/charprop.el:
4793 * international/uni-bidi.el:
4794 * international/uni-category.el:
4795 * international/uni-combining.el:
4796 * international/uni-comment.el:
4797 * international/uni-decimal.el:
4798 * international/uni-decomposition.el:
4799 * international/uni-digit.el:
4800 * international/uni-lowercase.el:
4801 * international/uni-mirrored.el:
4802 * international/uni-name.el:
4803 * international/uni-numeric.el:
4804 * international/uni-old-name.el:
4805 * international/uni-titlecase.el:
4806 * international/uni-uppercase.el: Regenerate.
4807
4808 * loadup.el: Load international/charprop.el before
4809 international/characters.
4810
e14b388a
CY
48112011-07-07 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * window.el (next-buffer, previous-buffer): Signal an error if
4814 called from a minibuffer window.
4815
4816 * bindings.el: Revert 2011-07-04 change.
4817
354cf0ba
RS
48182011-07-06 Richard Stallman <rms@gnu.org>
4819
4820 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
4821 (rmail-mime-insert-bulk, rmail-mime-insert-text):
4822 Treat markers like ints.
4823 (rmail-mime-entity): Doc fix.
4824
a48868a7
LMI
48252011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4826
4906cd3d
LMI
4827 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
4828 defcustom again for backwards compatibility.
4829
e0457abe
LMI
4830 * simple.el (shell-command-on-region): Fill.
4831
d67f7e1f
LMI
4832 * dired-aux.el (dired-kill-line): Add a doc string.
4833
fe204702
LMI
4834 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
4835 to "\\sw\\|\\s_" (bug#358).
4836
a48868a7
LMI
4837 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
4838 (dired-unmark-backward): Ditto.
4839 (dired-flag-backup-files): Ditto.
4840
4841 * dired-x.el (dired-mark-sexp): Ditto.
4842
aa8a705c
RS
48432011-07-06 Richard Stallman <rms@gnu.org>
4844
4845 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
4846 (rmail-mime-entity): New arg TRUNCATED.
4847 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
4848 New functions.
4849 (rmail-mime-save): Warn if entity is truncated.
4850 (rmail-mime-toggle-hidden): Likewise, for showing.
4851 (rmail-mime-process-multipart): Record when an entity is truncated.
4852
a9a936b9
RS
4853 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
4854 if ENTITY is a string.
4855
1f2b92cb
LMI
48562011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4857
f4f73198 4858 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
4859 of faces when `M-C-x'-ing their definitions (bug#8378).
4860 Also clean up the code slightly.
f4f73198 4861
12b16734 4862 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 4863 because that makes the colors go away.
12b16734 4864
f0691d22
LMI
4865 * mail/sendmail.el (send-mail-function): Change the default to
4866 `sendmail-query-once'.
9e87df06 4867 (sendmail-query-once): Add an autoload cookie.
f0691d22 4868
1f2b92cb
LMI
4869 * net/network-stream.el (network-stream-open-starttls): Try using
4870 a plain connection even if the server offered STARTTLS, and we
4871 kinda wanted to use it, if Emacs doesn't have any STARTTLS
4872 capability. This should make smtpmail.el work in slightly more
4873 configurations.
4874
1cdd2a1b
MA
48752011-07-06 Michael Albinus <michael.albinus@gmx.de>
4876
4877 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4878 New defun.
4879 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
4880
fbcc67e2
MM
48812011-07-06 Michael R. Mauger <mmaug@yahoo.com>
4882
4883 * progmodes/sql.el: Version 3.0
0757af94 4884 (sql-product-alist): Add product :completion-object,
fbcc67e2 4885 :completion-column, and :statement attributes.
0757af94 4886 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 4887 (sql-mode-syntax-table): Mark all punctuation.
0757af94 4888 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
4889 ansi keywords.
4890 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 4891 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
4892 (sql-oracle-show-reserved-words): New function for development.
4893 (sql-product-font-lock): Simplify for source code buffers.
4894 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
4895 New functions.
4896 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
4897 (sql-mode-map): Add statement movement functions.
4898 (sql-ansi-statement-starters, sql-oracle-statement-starters):
4899 New variable.
fbcc67e2
MM
4900 (sql-statement-regexp, sql-beginning-of-statement)
4901 (sql-end-of-statement, sql-signum): New functions.
0757af94 4902 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
4903 (sql-show-sqli-buffer): Bug fix.
4904 (sql-interactive-mode): Store connection data as buffer local.
0757af94 4905 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
4906 with sql-interactive-mode.
4907 (sql-save-connection): Save buffer local settings.
0757af94 4908 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
4909 (sql-product-interactive): Bug fix.
4910 (sql-preoutput-hold): New variable.
4911 (sql-interactive-remove-continuation-prompt): Bug fixes.
4912 (sql-debug-redirect): New variable.
4913 (sql-str-literal): New function.
4914 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 4915 Redesign.
fbcc67e2
MM
4916 (sql-oracle-save-settings, sql-oracle-restore-settings)
4917 (sql-oracle-list-all, sql-oracle-list-table): New functions.
4918 (sql-completion-object, sql-completion-column)
4919 (sql-completion-sqlbuf): New variables.
4920 (sql-build-completions-1, sql-build-completions)
4921 (sql-try-completion): New functions.
4922 (sql-read-table-name): Use them.
4923 (sql-contains-names): New buffer local variable.
4924 (sql-list-all, sql-list-table): Use it.
4925 (sql-oracle-completion-types): New variable.
4926 (sql-oracle-completion-object, sql-sqlite-completion-object)
4927 (sql-postgres-completion-object): New functions.
4928
d4eaeab1
GM
49292011-07-06 Glenn Morris <rgm@gnu.org>
4930
4931 * window.el (pop-to-buffer): Doc fix.
4932
322b7dab 49332011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
4934
4935 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
4936
322b7dab 49372011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 4938
322b7dab 4939 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 4940
322b7dab 4941 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 4942
605dd5bf
CY
49432011-07-05 Chong Yidong <cyd@stupidchicken.com>
4944
4945 * button.el (button): Inherit from link face. Suggested by Dan
4946 Nicolaescu.
4947
7dbfa719
SM
49482011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4949
3db614b0
SM
4950 * progmodes/gdb-mi.el: Fit in 80 columns.
4951 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
4952 switch-to-buffer.
4953
7dbfa719
SM
4954 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
4955 if imenu is simply not configured (bug#8941).
4956
919d884a
KM
49572011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
4958
4959 * allout.el (allout-post-undo-hook): New allout outline-change
4960 event hook to signal undo activity.
4961 (allout-post-command-business): Run allout-post-undo-hook if an
4962 undo just occurred.
7dbfa719
SM
4963 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
4964 * allout-widgets.el (allout-widgets-after-undo-function):
4965 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
4966 in the vicinity of an undo.
4967 (allout-widgets-mode): Include allout-widgets-after-undo-function
4968 on the new allout-post-undo-hook.
4969
450a0f09
SM
49702011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
4973 Let define-derived-mode define it.
4974 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
4975 cycles of abbrev-table inheritance (bug#8998).
4976
2de69e00
RW
49772011-07-05 Roland Winkler <winkler@gnu.org>
4978
4979 * textmodes/bibtex.el: Add support for biblatex.
4980 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
4981 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
4982 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
4983 (bibtex-entry-alist, bibtex-field-alist): New variables.
4984 (bibtex-entry-field-alist): Obsolete alias for
4985 bibtex-BibTeX-entry-alist.
4986 (bibtex-entry-alist, bibtex-field-alist): New widgets.
4987 (bibtex-set-dialect): New command.
4988 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
4989 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
4990 Bind via bibtex-set-dialect.
2de69e00
RW
4991 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
4992 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
4993 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
4994 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
4995 Define via bibtex-set-dialect.
450a0f09
SM
4996 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
4997 Obey bibtex-no-opt-remove-re.
2de69e00
RW
4998 (bibtex-vec-push, bibtex-vec-incr): New functions.
4999 (bibtex-format-entry, bibtex-field-list)
5000 (bibtex-print-help-message, bibtex-validate)
5001 (bibtex-search-entries): Use new format of bibtex-entry-alist.
5002
2dcdbdd9
SM
50032011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * progmodes/compile.el (compilation-goto-locus):
5006 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5007 * bs.el (bs-cycle-next, bs-cycle-previous):
5008 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5009 * bindings.el (mode-line-other-buffer):
5010 * autoinsert.el (auto-insert):
5011 * arc-mode.el (archive-extract):
5012 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5013
b27640fe
JB
50142011-07-05 Juanma Barranquero <lekktu@gmail.com>
5015
5016 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5017 Fix check of `emacs-lock-unlockable-modes'.
5018 Coerce true values of `emacs-lock--try-unlocking' to t.
5019
53bbe3ad
JB
50202011-07-05 Juanma Barranquero <lekktu@gmail.com>
5021
5022 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5023 * emacs-lock.el: New file.
5024
1d3cdbc7
JD
50252011-07-05 Julien Danjou <julien@danjou.info>
5026
5027 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5028 than `boundp' to check if face is set.
5029
9173deec
JB
50302011-07-05 Juanma Barranquero <lekktu@gmail.com>
5031
5032 * register.el (registerv-make):
5033 * window.el (window-min-height): Fix typos in docstrings.
5034
869795d6
JD
50352011-07-05 Jan Djärv <jan.h.d@swipnet.se>
5036
9173deec 5037 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
5038 Update doc string.
5039
b768cdcd
JB
50402011-07-04 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * server.el (server-execute): Catch quit and call
5043 `server-return-error' to pass the error back to emacsclient and
5044 close the connection (bug#8942).
5045
13aa217b
KM
50462011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
5047
5048 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5049 insecure exception for current topic. Also note that auto-saves
5050 are handled differently.
5051
5052 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5053 State variables for tracking auto-save inhibition situation.
5054
5055 (allout-write-contents-hook-handler): Rename from
5056 'allout-write-file-hook-handler', and describe how it depends on
5057 write-contents-functions sensitivity to non-nil value to prevent
5058 file write.
5059
5060 (allout-auto-save-hook-handler): Remove. auto-save does not check
5061 this in individual buffers, only in the starting buffer, so this
5062 is not the right way for us to inhibit auto-save in a buffer
5063 according to its condition.
5064
5065 (allout-mode): Use new allout-write-contents-hook-handler, and
5066 only with write-contents-functions. Remove auto-save provisions -
5067 they're implemented elsewhere.
5068
5069 (allout-before-change-handler): If undo is in progress, note that
5070 for attention of allout-post-command-business.
5071
5072 (allout-post-command-business): If the command we're following was
5073 an undo, check for change in the status of encrypted items and
5074 adjust auto-save inhibitions accordingly.
5075
5076 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5077 according to whether there are or aren't any plain-text topics
5078 pending encryption.
5079
2dcdbdd9 5080 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
5081 Adjust buffer-saved-size and some allout state to inhibit auto-saves
5082 if there are plain-text topics pending encryption.
13aa217b
KM
5083
5084 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5085 buffer-saved-size and some allout state to not inhibit auto-saves
5086 if there are no longer any plain-text topics pending encryption.
5087
0757af94
SM
5088 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5089 No longer provide for exemption of the current topic.
13aa217b 5090
ac89b32c
JL
50912011-07-04 Juri Linkov <juri@jurta.org>
5092
5093 Add 7z operations to delete and save changed members (bug#8968).
5094 * arc-mode.el (archive-7z-expunge, archive-7z-update):
5095 New defcustoms.
5096 (archive-7z-write-file-member): New function.
5097 (archive-7z-summarize): Fix the number of dashes in the
5098 listing output.
5099
8fa39615
SM
51002011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5103 (bug#8958).
5104
2f11b3f1
CY
51052011-07-04 Chong Yidong <cyd@stupidchicken.com>
5106
d66fef2b
CY
5107 * bindings.el: Ignore next-buffer and previous-buffer in
5108 minibuffer-local-map.
5109
2f11b3f1
CY
5110 * font-lock.el (font-lock-builtin-face): Change light background
5111 color to dark slate blue (Bug#6693).
5112
f932a347
WD
51132011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5114
5115 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5116
c8af70e1
SM
51172011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5120 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5121 Add switch-to-buffer.
5122
f158badc
LMI
51232011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5124
5125 * isearch.el (isearch-search-fun-function): Clarify further the
5126 meaning of the function returned.
5127
6d95bd46
MA
51282011-07-04 Michael Albinus <michael.albinus@gmx.de>
5129
5130 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5131
5132 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5133 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5134 Use it.
5135 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
5136 `tramp-default-remote-path' does not exist.
5137 (tramp-send-command-and-read): New optional argument NOERROR.
5138 (tramp-open-connection-setup-interactive-shell)
5139 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5140 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5141 (tramp-process-sentinel): Flush also process' connection property.
5142 (tramp-sh-handle-start-file-process): Do not set process
5143 sentinel. It is done now ...
5144 (tramp-maybe-open-connection): ... here. (Bug#8929)
5145
909e6b67
MK
51462011-07-04 MON KEY <monkey@sandpframing.com>
5147
5148 * play/animate.el (animate-string): Doc fixes and allow changing
5149 the buffer name (bug#5417).
5150
51512011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5152
c8af70e1 5153 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 5154
f34755dc
PE
51552011-07-04 Paul Eggert <eggert@cs.ucla.edu>
5156
396cec72
PE
5157 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5158 This is simpler and helps future-proof the code.
5159 (timer-until): Use time-subtract and float-time.
08235028 5160 (timer--time-less-p): Use time-less-p.
f34755dc 5161
56e6cc31
JB
51622011-07-04 Juanma Barranquero <lekktu@gmail.com>
5163
3abb79e5
JB
5164 * type-break.el (timep): Use the value of `float-time' to avoid a
5165 byte-compiler warning.
5166
56e6cc31
JB
5167 * server.el (server-eval-and-print): Return any result, even nil.
5168
7b9430b4
PE
51692011-07-03 Paul Eggert <eggert@cs.ucla.edu>
5170
5171 * type-break.el: Accept time formats that the builtins accept.
5172 (timep, type-break-time-difference): Accept any format that
5173 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5174 This is simpler and helps future-proof the code.
5175 (type-break-time-difference): Round rather than ignoring
5176 subseconds components.
5177
3034e9e7
LMI
51782011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5179
5180 * info.el (Info-apropos-matches): Make non-interactive, since it
5181 doesn't seem to do anything useful as a command (bug#8829).
5182
1485f4c0
CY
51832011-07-03 Chong Yidong <cyd@stupidchicken.com>
5184
5185 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 5186 Move from faces.el.
1485f4c0
CY
5187 (frame-default-terminal-background): New function.
5188
5189 * custom.el (custom-push-theme): Don't record faces in `changed'
5190 theme; this doesn't work correctly for per-frame face settings.
5191 (disable-theme): Use face-set-after-frame-default to reset faces.
5192 (custom--frame-color-default): New function.
5193
9fa3dd45
LMI
51942011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5195
c8af70e1 5196 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
5197 (bug#8769).
5198
6cbbc20c
KR
51992011-03-29 Kevin Ryde <user42@zip.com.au>
5200
5201 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5202 `perl-Test2' extend to match possible "fail #N" rep count
5203 (bug#8377).
5204
c7f98048
LMI
52052011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5206
65676592
LMI
5207 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5208 `smtpmail-via-smtp' now returns the error instead of nil.
5209
c7f98048
LMI
5210 * isearch.el (isearch-search-fun-function): Clarify the doc string
5211 (bug#8101).
5212
56e6cc31 52132011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
5214
5215 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5216 unnecessary spaces (bug#8987).
5217
2b216704
LMI
52182011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5219
5220 * net/network-stream.el (open-network-stream): Use the
5221 :end-of-capability command thoughout.
5222
52232011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5224
5225 * net/network-stream.el (open-network-stream): Add the
5226 :end-of-capability command parameter, used by pop3.el.
5227
36adf6ce
LMI
52282011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5229
1ca0da0e
LMI
5230 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5231
fc00f69c
LMI
5232 * fringe.el (fringe-query-style): Remove redundant text " (type ?
5233 for list)" (bug#6475).
5234
28fd8759 5235 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 5236 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
5237 an error (bug#6297).
5238
0dd8b6da
LMI
5239 * man.el (Man-reference-regexp): Allow matching possible
5240 word-wrapped references (bug#6289).
5241
ce1438d6
LMI
5242 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5243 for consistency with the other vc buffers (bug#6197).
5244 (vc-checkin): Ditto.
5245
5246 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5247
36adf6ce
LMI
5248 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5249
e83cc1f7
LMI
52502011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5251
8a20ca4c
LMI
5252 * custom.el (defcustom): Clarify that :set is only used in the
5253 Customize user interface (bug#6089).
5254
83319045
LMI
5255 * progmodes/flymake.el (flymake-mode): If the buffer isn't
5256 associated with a file, refuse to run instead of erroring out
5257 (bug#6084).
5258
a8392169
LMI
5259 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5260 the doc string, since it appears that using `fill-column' always
5261 controls the width (bug#7845).
5262
e83cc1f7
LMI
5263 * simple.el (shell-command-on-region): Say where the error output
5264 went if `shell-command-default-error-buffer' is set (bug#6857).
5265
e47ca23b
KM
52662011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
5267
5268 * allout.el (allout-yank-processing): Adjust cursor position for
5269 backwards-deleted space.
5270
5271 (allout-rebullet-heading): Register changes with
5272 allout-exposure-changed-hook, so the modified topic is properly
5273 decorated.
5274
5cf56143
LMI
52752011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5276
08549772
LMI
5277 * minibuffer.el (completion-in-region): Document PREDICATE
5278 (bug#7136).
5279
48e96771
LMI
5280 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5281 of keyword/argument pairs (bug#6904).
5282
c8af70e1
SM
5283 * replace.el (multi-occur):
5284 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 5285
e17d05e2
LMI
52862011-07-02 Drew Adams <drew.adams@oracle.com>
5287
5288 * dired.el (dired-mark-if): Make the message about whether it's
5289 marking or unmarking clearer (bug#8523).
5290
063b0e45
LMI
52912011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5292
5293 * disp-table.el (display-table-print-array): New function.
5294 (describe-display-table): Use it to print the vectors more pretty
5295 (Bug#8859).
5296
28545e04
MR
52972011-07-02 Martin Rudalics <rudalics@gmx.at>
5298
5299 * window.el (window-state-get-1): Don't assign clone numbers.
5300 Add clone-of item to list of window parameters.
5301 (window-state-put-2): Don't process clone numbers.
5302 (display-buffer-alist): Fix doc-string.
5303
3349e122
SM
53042011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5305
5306 * subr.el (remq): Don't allocate if it's not needed.
5307 (keymap--menu-item-binding, keymap--menu-item-with-binding)
5308 (keymap--merge-bindings): New functions.
5309 (keymap-canonicalize): Use them to refine the canonicalization.
5310 * minibuffer.el (minibuffer-local-completion-map)
5311 (minibuffer-local-must-match-map): Move initialization from C.
5312 (minibuffer-local-filename-completion-map): Move initialization from C;
5313 don't inherit from anything here.
5314 (minibuffer-local-filename-must-match-map): Make obsolete.
5315 (completing-read-default): Use make-composed-keymap to combine
5316 minibuffer-local-filename-completion-map with either
5317 minibuffer-local-must-match-map or
5318 minibuffer-local-filename-completion-map.
5319
d224ac83
GM
53202011-07-01 Glenn Morris <rgm@gnu.org>
5321
3de63bf8
GM
5322 * type-break.el (type-break-time-sum): Use dolist.
5323
d224ac83
GM
5324 * textmodes/flyspell.el (flyspell-word-search-backward):
5325 Replace CL function.
5326
1a1e3f32
SM
53272011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5328
fe3f64d5
SM
5329 * mouse.el (mouse--strip-first-event): New function.
5330 (function-key-map): Use it to map fringe clicks to normal clicks
5331 by default.
5332
eb604e34
SM
5333 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5334 (vc-bzr-revision-completion-table): Add support for annotate and date.
5335
1a1e3f32
SM
5336 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5337 inherit from parent.
5338
5bd35902
LMI
53392011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5340
ace6c69c 5341 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 5342 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 5343
191e2bed
LMI
5344 * dired.el (dired-mode): Fix up the doc string as suggested by
5345 Drew Adams (bug#8817).
5346
5bd35902
LMI
5347 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5348 cookie, since the manual says that it should be possible to add
5349 this function to `find-file-hook' (bug#8709).
5350
eee8207a
TZ
53512011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5352
5353 * progmodes/cfengine.el: Moved all cfengine3.el functionality
5354 here. Noted Ted Zlatanov as the maintainer.
5355 (cfengine-common-settings, cfengine-common-syntax): New functions
5356 to set up common things between `cfengine-mode' and
5357 `cfengine3-mode'.
5358 (cfengine3-mode): New mode.
5359 (cfengine3-defuns cfengine3-defuns-regex
5360 (cfengine3-class-selector-regex cfengine3-category-regex)
5361 (cfengine3-vartypes cfengine3-font-lock-keywords)
5362 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 5363 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 5364
36b148cf
MA
53652011-07-01 Michael Albinus <michael.albinus@gmx.de>
5366
5367 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5368
5369 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5370
0bf4ba9a
MR
53712011-07-01 Martin Rudalics <rudalics@gmx.at>
5372
5373 * window.el (same-window-buffer-names, same-window-regexps)
5374 (same-window-p, special-display-frame-alist)
5375 (special-display-popup-frame, special-display-function)
5376 (special-display-buffer-names, special-display-regexps)
5377 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5378 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5379 (split-window-preferred-function, split-height-threshold)
5380 (split-width-threshold, even-window-heights)
5381 (display-buffer-mark-dedicated, window-splittable-p)
5382 (split-window-sensibly, window-safely-shrinkable-p):
5383 Un-obsolete.
5384 (display-buffer): Don't spread args with function specifier
5385 because special-display-popup-frame won't like it.
5386
35837f51
PE
53872011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5388
d0672f86
PE
5389 Time-stamp simplifications and fixes.
5390 These improve accuracy slightly, and future-proof the code
5391 against some potential changes to current-time format.
5392
b9444d97
PE
5393 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5394 by using time-since and float-time.
5395
0ef923dc
PE
5396 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5397 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
5398 + NNN microseconds".
5399
2f81380d
PE
5400 * type-break.el (type-break-time-sum): Rewrite using time-add.
5401
845b5c3e
PE
5402 * play/hanoi.el (hanoi-current-time-float): Remove.
5403 All uses replaced by float-time.
5404
ee6f1be0
PE
5405 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5406 This yields a more-accurate answer.
5407 (rng-time-to-float): Remove; no longer needed.
5408
fe955043
PE
5409 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5410
5777162a
PE
5411 * calendar/timeclock.el (timeclock-seconds-to-time):
5412 Defalias to seconds-to-time, since they're the same thing.
5413
3103f8b6 5414 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 5415 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
5416 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5417
0e61a35f
SM
54182011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * window.el (bury-buffer): Don't iconify the only frame.
5421 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5422 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
5423
ddd63a1e
CY
54242011-07-01 Chong Yidong <cyd@stupidchicken.com>
5425
0e61a35f
SM
5426 * eshell/em-smart.el (eshell-smart-display-navigate-list):
5427 Add mouse-yank-primary.
ddd63a1e 5428
055f4923
TZ
54292011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5430
5431 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5432
6a2fb145
SM
54332011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * emacs-lisp/find-func.el (find-library--load-name): New fun.
5436 (find-library-name): Use it to find relative load names when provided
5437 absolute file name (bug#8803).
5438
fd4983f2
LMI
54392011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5440
887d14ad
LMI
5441 * textmodes/flyspell.el (flyspell-word): Consider words that
5442 differ only in case as potential doublons (bug#5687).
5443
c53dc7fc
LMI
5444 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5445 Remove two rather uninteresting debugging-like messages to make
5446 debbugs.el more silent.
5447
fd4983f2
LMI
5448 * comint.el (comint-password-prompt-regexp): Accept "Response" as
5449 a password-like phrase.
5450
b14c0c55
AM
54512011-06-30 Mastake YAMATO <yamato@redhat.com>
5452
5453 * progmodes/cc-guess.el: New file.
5454
6a2fb145 5455 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
5456
5457 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5458 derived from `c-basic-common-init'.
5459
5460 * progmodes/cc-mode.el (top-level): Require cc-guess.
5461 (c-basic-common-init): Use `cc-choose-style-for-mode'.
5462
1fa280a3
LM
54632011-06-30 Lawrence Mitchell <wence@gmx.li>
5464
5465 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5466
e6597158
AM
54672011-06-30 Alan Mackenzie <acm@muc.de>
5468
1fa280a3
LM
5469 * progmodes/cc-engine.el (c-guess-continued-construct):
5470 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
5471 lock is disabled. Name this case as "CASE G".
5472
68ba37fb
KM
54732011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
5474
5475 * allout.el (allout-yank-processing): Fix injection of extra space
5476 between bullet and non-whitespace character in first topic when
5477 pasting, ensuring that the actual spacing in the pasted topic
5478 following the bullet char is preserved. This extra space was
5479 causing pasted encrypted topics to get a decrypted status even
5480 when the content was actually still encrypted. Now the decryption
5481 status from before the paste is preserved.
5482
5483 (allout-flag-region): Set all allout overlays so they evaporate
5484 when reduced to zero length (evanescent), to prevent overlay
5485 leakage.
5486
887a0b34
GM
54872011-06-30 Glenn Morris <rgm@gnu.org>
5488
94b9acce
GM
5489 * w32-fns.el (w32-charset-info-alist): Declare.
5490
1d9b46d4
GM
5491 * find-dired.el (find-grep-options): Simplify.
5492
cc232200
GM
5493 * term/ns-win.el (ns-set-resource): Declare.
5494
28e77c46
GM
5495 * ses.el (row, col): Declare dynamic variables honestly.
5496
887a0b34
GM
5497 * textmodes/reftex-parse.el (index-tags): Declare.
5498
658d8eb8
CY
54992011-06-30 Chong Yidong <cyd@stupidchicken.com>
5500
5501 * cus-edit.el (customize-push-and-save): New function.
5502
5503 * files.el (hack-local-variables-confirm): Use it.
5504
1fa280a3
LM
5505 * custom.el (load-theme): New arg NO-CONFIRM.
5506 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
5507 (custom-enabled-themes): Doc fix.
5508
5509 * cus-theme.el (customize-create-theme)
5510 (custom-theme-merge-theme): Callers to load-theme changed.
5511
bb617717
LMI
55122011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5513
d61bdd5d
LMI
5514 * thingatpt.el (thing-at-point-short-url-regexp): Require that
5515 short URLs have at least one dot in them (bug #7614).
5516
bb617717
LMI
5517 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5518 nil, because using a pty is apparently too slow (bug #895).
5519
2f31f37a
LMI
55202011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5521
5522 * mail/sendmail.el (sendmail-query-once): New function.
5523 (sendmail-query-once-function): New variable.
5524
3076b24e
GM
55252011-06-29 Glenn Morris <rgm@gnu.org>
5526
faf2a174
GM
5527 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5528
3076b24e
GM
5529 * ses.el (top-level): Require cl when compiling.
5530 (ses-set-localvars): Fix error statement.
5531 Call it at compile time to silence a storm of warnings.
5532
5386012d
MR
55332011-06-29 Martin Rudalics <rudalics@gmx.at>
5534
5535 * window.el (normalize-live-buffer): Rename to
5536 window-normalize-buffer.
5537 (normalize-live-frame): Rename to window-normalize-frame.
5538 (normalize-any-window): Rename to window-normalize-any-window.
5539 (normalize-live-window): Rename to window-normalize-live-window.
5540 (make-window-atom): Rename to window-make-atom.
5541 (window-resize-reset): Rename to window--resize-reset.
5542 (window-resize-reset-1): Rename to window--resize-reset-1.
5543 (resize-mini-window): Rename to window--resize-mini-window.
5544 (resize-subwindows-skip-p): Rename to
5545 window--resize-subwindows-skip-p.
5546 (resize-subwindows-normal): Rename to
5547 window--resize-subwindows-normal.
5548 (resize-subwindows): Rename to window--resize-subwindows.
5549 (resize-other-windows): Rename to window--resize-siblings.
5550 (resize-this-window): Rename to window--resize-this-window.
5551 (resize-root-window): Rename to window--resize-root-window.
5552 (resize-root-window-vertically): Rename to
5553 window--resize-root-window-vertically.
5554 (normalize-buffer-to-display): Rename to
5555 window-normalize-buffer-to-display.
5556 (normalize-buffer-to-switch-to): Rename to
5557 window-normalize-buffer-to-switch-to.
5558 Correspondingly update all callers of the functions listed
5559 above.
5560 (display-buffer-alist, display-buffer-normalize-arguments)
5561 (display-buffer-normalize-options, display-buffer)
5562 (display-buffer-alist-set): Use "function" instead of
5563 "fun-with-args".
5564
1176868d
CY
55652011-06-28 Chong Yidong <cyd@stupidchicken.com>
5566
5567 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5568 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
5569 debbugs.gnu.org. Mention acknowledgment email.
5570
20a7a65f
LMI
55712011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5572
5573 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5574 buffer multibyteness, since it shouldn't matter.
5575
5f45cca5
MR
55762011-06-28 Martin Rudalics <rudalics@gmx.at>
5577
5578 * window.el (display-buffer-in-side-window): Handle dedicated
5579 windows as in display-buffer-reuse-window.
5580 (display-buffer-normalize-alist): Use value of override
5581 specifier.
5582 (display-buffer-normalize-specifiers): Use value of
5583 other-window-means-other-frame specifier.
5584 (display-buffer-alist): Rewrite some texts in widgets.
5585 (display-buffer): Spread arguments when calling function
5586 specified by fun-with-args.
5587
ad85fe1f
DD
55882011-06-28 Deniz Dogan <deniz@dogan.se>
5589
1fa280a3
LM
5590 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5591 Unnest `let'.
da68c4c8 5592
ad85fe1f
DD
5593 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5594 selectors (Bug#5732).
ec49bd31 5595 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 5596
a08cc025
JA
55972011-06-27 Jari Aalto <jari.aalto@cante.net>
5598
5599 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5600 (eshell-ls-date-format): New defcustom.
5601 (eshell-ls-file): Use it.
5602
e2b551c5
SM
56032011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5604
5605 * help-fns.el (describe-variable): Fix message for terminal-local vars.
5606
8982b231
KY
56072011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
5608
5609 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5610 (ange-ftp-make-tmp-name): New arg.
5611 (ange-ftp-file-local-copy): Use it.
5612
36c9fa27
J
56132011-06-27 Jambunathan K <kjambunathan@gmail.com>
5614
5615 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5616 no-conversion (Bug#8870).
5617
d68443dc
MR
56182011-06-27 Martin Rudalics <rudalics@gmx.at>
5619
5620 * window.el (window-right, window-left, window-child)
5621 (window-child-count, window-last-child)
5622 (window-iso-combination-p, walk-window-tree-1)
5623 (window-atom-check-1, window-tree-1, delete-window)
5624 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5625 new naming conventions - window-vchild, window-hchild,
5626 window-next and window-prev are now called window-top-child,
5627 window-left-child, window-next-sibling and window-prev-sibling
5628 respectively.
d615d6d2
MR
5629 (resize-window-reset): Rename to window-resize-reset.
5630 (resize-window-reset-1): Rename to window-resize-reset-1.
5631 (resize-window): Rename to window-resize.
5632 (window-min-height, window-min-width)
5633 (resize-mini-window, resize-this-window, resize-root-window)
5634 (resize-root-window-vertically, adjust-window-trailing-edge)
5635 (enlarge-window, shrink-window, maximize-window)
5636 (minimize-window, delete-window, quit-restore-window)
5637 (split-window, balance-windows, balance-windows-area-adjust)
5638 (balance-windows-area, window-state-put-2)
5639 (display-buffer-even-window-sizes, display-buffer-set-height)
5640 (display-buffer-set-width, set-window-text-height)
5641 (fit-window-to-buffer): Rename all "resize-window" prefixed
5642 calls to use the "window-resize" prefix convention.
5643 (display-buffer-alist): Fix symbol for label specifier.
5644 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5645 corresponding specifier.
5646 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 5647
b6458526
VB
56482011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5649
5650 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5651 convention.
5652 (ses-call-printer): Does not pass an empty string to formatter when the
5653 cell is empty to keep from barking printer Calc math-format-value.
5654
d31fd9ac
RS
56552011-06-27 Richard Stallman <rms@gnu.org>
5656
43d5bf84
RS
5657 * battery.el (battery-mode-line-limit): New variable.
5658 (battery-update): Handle it.
5659
d31fd9ac
RS
5660 * mail/rmailmm.el (rmail-mime-process-multipart):
5661 Handle truncated messages.
5662
819a6054
GM
56632011-06-27 Glenn Morris <rgm@gnu.org>
5664
5665 * progmodes/flymake.el (flymake-err-line-patterns):
5666 Allow for column numbers in the ant/javac pattern. (Bug#8866)
5667
cedc73f2
VB
56682011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5669
819a6054 5670 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
5671 (ses--clean-!, ses--clean-_): New functions.
5672 (ses-range): Add configurability of readout order, and conversion
5673 to Calc vector.
5674
5e5d49b6
VB
5675 * ses.el (ses-repair-cell-reference-all): New function.
5676 (ses-cell-symbol): Set macro as safe, so that it can be used in
5677 formulas.
5678
56e6cc31 5679 * ses.el: Update cycle detection algorithm.
90ca8b49 5680 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 5681 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
5682 (ses-set-localvars): New function.
5683 (ses-make-cell): Add property-list as a cell element.
5684 (ses-cell-property-get-fun, ses-cell-property-get)
5685 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
5686 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
5687 New functions.
90ca8b49
VB
5688 (ses-cell-property-set, ses-cell-property-pop)
5689 (ses-cell-property-get-handle): New macro.
5690 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
5691 New aliases, used for code readability.
5692 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
5693 cycle detection.
5694 (ses-self-reference-early-detection): New defcustom.
fac916bf 5695 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
5696 (ses-mode): Use ses-set-localvars.
5697 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
5698 before lauching the update processing.
5699 (ses-initialize-Dijkstra-attempt): New function.
5700 (ses-recalculate-cell): Update for cycle detection based on
5701 Dijkstra algorithm.
5702
2bb63e81
VB
5703 * ses.el: Fix commenting and indenting convention.
5704
c9d29fb8
SM
57052011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5706
5707 * bs.el (bs-cycle-next): Complete last change.
5708
d8e4b68b
JB
57092011-06-27 Drew Adams <drew.adams@oracle.com>
5710
5711 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
5712
40098786
LMI
57132011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5714
c9d29fb8
SM
5715 * net/network-stream.el (network-stream-open-starttls):
5716 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
5717 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
5718
40098786
LMI
5719 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
5720 to binary to possibly avoid line encoding issues on Windows (among
5721 other things).
5722
468d09d4
LMI
57232011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5724
5725 * net/network-stream.el (open-network-stream): Return an :error
5726 saying what the problem was, if possible.
5727
5728 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
5729 server.
5730
5731 * net/network-stream.el (network-stream-open-starttls): If we
5732 wanted to use STARTTLS, and the server offered it, but we weren't
5733 able to because we had no STARTTLS support, then close the connection.
5734 (open-network-stream): Return an :error element, if present.
5735
16f07dd7
CY
57362011-06-26 Chong Yidong <cyd@stupidchicken.com>
5737
88821ca0
CY
5738 * hl-line.el (hl-line-sticky-flag): Doc fix.
5739 (global-hl-line-sticky-flag): New option (Bug#8323).
5740 (global-hl-line-highlight): Obey it.
5741
16f07dd7
CY
5742 * vc/vc.el (vc-revert-show-diff): Default to t.
5743
6b5ccddf
KM
57442011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
5745
c9d29fb8
SM
5746 * allout-widgets.el (allout-widgets-post-command-business):
5747 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
5748 undecorated when an isearch is continued past, and isearch
5749 automatically collapses them. This leads to "widget leaks", where
5750 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
5751 hidden widgets can slow down cursor travel, substantially.
5752 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
5753 so we're doing without this nicety.
5754
5755 (allout-widgets-tally-string): Don't try to do a hash-table-count
5756 of allout-widgets-tally when it's nil. This eliminates spurious "Error
5757 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
5758 *Messages* when allout-widgets-maintain-tally is t.
5759
355f2e07
MR
57602011-06-26 Martin Rudalics <rudalics@gmx.at>
5761
5762 * window.el (display-buffer-normalize-argument): Rename to
5763 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
5764 LABEL argument. Respect special-display-function when popping up
5765 a new frame. Fix code searching for a window showing the buffer
5766 on another frame.
c9d29fb8
SM
5767 (display-buffer-normalize-specifiers):
5768 Call display-buffer-normalize-arguments.
355f2e07
MR
5769 (display-buffer-in-window): Don't undedicate the window if its
5770 buffer remains the same.
5771 Reported by Drew Adams <drew.adams@oracle.com>.
5772 (display-buffer-alist): Add choice for same-window macro
5773 specfier.
5774 (display-buffer): Mention special meaning of LABEL argument in
5775 doc-string. Fix quoting. Don't pop up a new frame even as
5776 fallback.
5777
7ca8fc42
JB
57782011-06-26 Juanma Barranquero <lekktu@gmail.com>
5779
5780 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
5781 avoid deleting the current window in some cases (bug#8911).
5782
bc312254
AS
57832011-06-26 Andreas Schwab <schwab@linux-m68k.org>
5784
5785 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
5786 (Bug#8934)
5787
2db18f3f
LMI
57882011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5789
c9d29fb8
SM
5790 * net/network-stream.el (network-stream-open-starttls):
5791 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
5792 (network-stream-open-tls): Ditto.
5793
6302e0d3
LL
57942011-06-26 Leo Liu <sdl.web@gmail.com>
5795
5796 * register.el (registerv): New struct.
5797 (registerv-make): New function.
c9d29fb8
SM
5798 (jump-to-register, describe-register-1, insert-register):
5799 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
5800 struct. (Bug#8415)
5801
5fdd4046
CY
58022011-06-26 Chong Yidong <cyd@stupidchicken.com>
5803
2afef60a
CY
5804 * vc/vc.el (vc-revert-show-diff): New defcustom.
5805 (vc-diff-internal): New arg specifying diff buffer.
5806 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
5807 reuse an existing *vc-diff* buffer (Bug#8927).
5808
5fdd4046
CY
5809 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
5810
e93db24a
GM
58112011-06-26 Glenn Morris <rgm@gnu.org>
5812
5813 * progmodes/f90.el (f90-critical-indent): New option.
5814 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
5815 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
5816 (f90-mode): Doc fix.
5817 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
5818 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
5819 (f90-beginning-of-block, f90-next-block, f90-indent-region)
5820 (f90-match-end): Handle block, critical.
5821
eefff499
GM
58222011-06-25 Glenn Morris <rgm@gnu.org>
5823
f6ba4cc9
GM
5824 * calendar/diary-lib.el (diary-included-files): Doc fix.
5825 (diary-include-files): New function, extracted from
5826 diary-include-other-diary-files and diary-mark-included-diary-files.
5827 (diary-include-other-diary-files, diary-mark-included-diary-files):
5828 Just call diary-include-files.
5829 (diary-mark-entries): Reset diary-included-files on first call.
5830
16712304
GM
5831 * calendar/diary-lib.el (diary-mark-entries)
5832 (diary-mark-included-diary-files):
5833 Visit included diary-files in temp buffers.
5834
5d8e0d43
GM
5835 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
5836 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
5837 (f90-start-block-re, f90-imenu-generic-expression)
5838 (f90-looking-at-program-block-start, f90-no-block-limit):
5839 Add support for submodules.
5840
ccf7a5d5
GM
5841 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5842 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 5843
11fdef7d 58442011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
5845
5846 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
5847 buffer-file-type before setting its value, to avoid disastrous
eefff499 5848 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 5849
74f53697
JB
58502011-06-25 Juanma Barranquero <lekktu@gmail.com>
5851
5852 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
5853
5854 * ses.el (ses-unload-function):
5855 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
5856
5857 * proced.el (proced-unload-function):
5858 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
5859
18a4ce5e
AR
58602011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
5861
5862 * server.el (server-create-window-system-frame): Add parameters arg.
5863 (server-process-filter): Doc fix. Handle frame-parameters.
5864
519d22cc
JB
58652011-06-25 Juanma Barranquero <lekktu@gmail.com>
5866
5867 Fix bug#8730, bug#8781.
5868
5869 * loadhist.el (unload--set-major-mode): New function.
5870 (unload-feature): Use it.
5871
5872 * progmodes/python.el (python-after-info-look): Add autoload cookie.
5873 (python-unload-function): New function.
5874
c206f5b0
SM
58752011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
5878
f9ad64f3
GS
58792011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
5880
5881 * net/browse-url.el (browse-url-firefox-program): Add icecat to
5882 the candidates list.
5883
7d0da90e
JB
58842011-06-24 Juanma Barranquero <lekktu@gmail.com>
5885
5886 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
5887
14b4e83d
RS
58882011-06-23 Richard Stallman <rms@gnu.org>
5889
5890 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
5891 (rmail-variables): Set next-error-move-function.
5892 (rmail-what-message): Take argument POS.
5893 (rmail-next-error-move): New function.
5894
273d2baf
SM
58952011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
5898 messages for adjacent non-terminals.
5899
56c2cc9a
RS
59002011-06-23 Richard Stallman <rms@gnu.org>
5901
5902 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 5903 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
5904 (rmail-start-mail): Don't specify use of rmail-mail-return;
5905 that's done by mail-bury now.
5906 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 5907
d59eb518
MA
59082011-06-23 Michael Albinus <michael.albinus@gmx.de>
5909
5910 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
5911 SIZE is a number.
5912
02cfc6d6
MR
59132011-06-23 Martin Rudalics <rudalics@gmx.at>
5914
5915 * window.el (get-lru-window, get-mru-window)
5916 (get-largest-window): Never return a minibuffer window.
5917 (display-buffer-pop-up-window): Fix a bug that could lead to
5918 reusing the minibuffer window.
5919 (display-buffer): Pass original specifier argument to
5920 display-buffer-function instead of the normalized one.
5921 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
5922
4e323265
LL
59232011-06-22 Leo Liu <sdl.web@gmail.com>
5924
5925 * minibuffer.el (completing-read-function)
5926 (completing-read-default): Move from minibuf.c
5927
7a70468f
RS
59282011-06-22 Richard Stallman <rms@gnu.org>
5929
50718fc2
RS
5930 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
5931 to Rmail even if not started by a special Rmail command.
5932
7a70468f
RS
5933 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5934 Copy the buffer currently showing just one message.
5935
297dde5a
RW
59362011-06-22 Roland Winkler <winkler@gnu.org>
5937
5938 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
5939 (bibtex-clean-entry): First delete the old key so that a
5940 customized algorithm for generating the new key does not get
5941 confused by the old key.
5942 (bibtex-url): Obey regexp of first step.
5943 (bibtex-search-entries): Do not use add-to-list with local
5944 list-var.
5945
97bb1093
LMI
59462011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5947
5948 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
5949 stored a user name, then query for the password first, instead of
5950 waiting for SMTP to give an error message and the trying again.
5951
1c0f1a19
JD
59522011-06-22 Lawrence Mitchell <wence@gmx.li>
5953
5954 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
5955 BUFFER in call-process.
5956
396f7c9d
LMI
59572011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5958
5959 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
5960 QUIT twice.
ddb7ffee
LMI
5961 (smtpmail-try-auth-methods): Require user name and password from
5962 auth-source.
396f7c9d 5963
8998d1b3
MR
59642011-06-22 Martin Rudalics <rudalics@gmx.at>
5965
5966 * window.el (display-buffer-default-specifiers)
5967 (display-buffer-alist): Remove entries for pop-up-frame-alist.
5968 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 5969 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
5970
5971 * frame.el (pop-up-frame-alist, pop-up-frame-function)
5972 (special-display-frame-alist, special-display-popup-frame):
5973 Remove duplicate declarations. These are now in window.el.
5974
4ea31e07
LMI
59752011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5976
c9d29fb8
SM
5977 * mail/smtpmail.el (smtpmail-via-smtp):
5978 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
5979 server supports it. SMTP servers that support STARTTLS commonly
5980 require it.
5981
5982 * net/network-stream.el (network-stream-open-starttls): Support
5983 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 5984 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 5985
95f41d9a
LMI
5986 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
5987 upgrades with `open-network-stream', and rely solely on
5988 auth-source for all credentials. Big changes throughout the file,
5989 but in particular:
c9d29fb8
SM
5990 (smtpmail-auth-credentials): Remove.
5991 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
5992 (smtpmail-via-smtp): Check for servers saying they want AUTH after
5993 MAIL FROM, too.
95f41d9a 5994
c9d29fb8
SM
5995 * net/network-stream.el (network-stream-open-starttls):
5996 Provide support for client certificates both for external and built-in
4ea31e07
LMI
5997 STARTTLS.
5998 (auth-source): Require.
5999 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
6000 (network-stream-certificate): Change cert-cert to cert and
6001 cert-key to key.
4ea31e07 6002
065ec2c7
MA
60032011-06-21 Michael Albinus <michael.albinus@gmx.de>
6004
6005 * net/tramp-cache.el (top): Don't load the persistency file when
6006 "emacs -Q" has been called.
6007
cd93b359
DR
60082011-06-21 Tim Harper <timcharper@gmail.com>
6009
d8e4b68b
JB
6010 * term/ns-win.el (ns-initialize-window-system):
6011 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
6012 resource to NO as it is not yet supported by the NS port.
6013
ae9c0411
JB
60142011-06-21 Juanma Barranquero <lekktu@gmail.com>
6015
6016 * misc.el (list-dynamic-libraries--refresh): Compute header here...
6017 (list-dynamic-libraries): ...not here.
6018
7f3f739f
LL
60192011-06-21 Leo Liu <sdl.web@gmail.com>
6020
6021 * subr.el (sha1): Implement sha1 using secure-hash.
6022
327c8fb1
MR
60232011-06-21 Martin Rudalics <rudalics@gmx.at>
6024
6025 * window.el (display-buffer-alist): In default value do not
6026 enforce searching a window on any but the selected frame.
6027 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6028 (display-buffer-select-window): Remove function.
6029 (display-buffer-in-window): When a window on another frame gets
6030 reused, do not select it any more but just raise its frame if
6031 necessary (Bug#8851) and (Bug#8856).
6032 (display-buffer-normalize-options): Handle pop-up-frames related
6033 options more faithfully.
6034 (pop-to-buffer): Don't rely on `display-buffer' selecting the
6035 window if it is on another frame.
c9d29fb8
SM
6036 (display-buffer-alist, display-buffer-default-specifiers):
6037 Don't make new frame unsplittable by default.
9e9de014
MR
6038 (display-buffer-normalize-argument): Fix doc-string typo and use
6039 'same-frame-other-window instead of 'other-window when associating
6040 with display-buffer-macro-specifiers.
327c8fb1 6041
7cf3f556
VB
60422011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
6043
6044 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6045 New functions.
6046 (5x5-mode-map, 5x5-mode-menu): Bind them.
6047 (5x5-draw-grid): Tweak the solver's rendering.
6048
60a406cf
SM
60492011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6050
6051 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6052 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6053
d8e4b68b 60542011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
6055
6056 * menu-bar.el: Use function variable instead of switch-to-buffer.
6057 (menu-bar-select-buffer-function): New variable.
60a406cf 6058 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 6059
478d6f95
SM
60602011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6061
6062 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6063 variable's status.
6064
ca530739
JD
60652011-06-20 Jan Djärv <jan.h.d@swipnet.se>
6066
6067 * x-dnd.el (x-dnd-version-from-flags)
6068 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6069 and long as number (Bug#8899).
6070 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6071
bcd70d97
SM
60722011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6073
60a406cf 6074 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
6075 (completion-try-completion, completion-all-completions): Compute the
6076 metadata argument if it's missing; make it optional (bug#8795).
6077
60a406cf 6078 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
6079 (widget-complete): Use new :completion-function property.
6080 (widget-completions-at-point): New function.
6081 (default): Use :completion-function instead of :complete.
60a406cf
SM
6082 (widget-default-completions): Rename from widget-default-complete;
6083 Rewrite.
bcd70d97
SM
6084 (widget-string-complete, widget-file-complete, widget-color-complete):
6085 Remove functions.
6086 (file, symbol, function, variable, coding-system, color):
6087 * international/mule-cmds.el (default-input-method, charset)
6088 (language-info-custom-alist):
6089 * cus-edit.el (face): Use new property :completions.
6090
6091 * progmodes/pascal.el (pascal-completions-at-point): New function.
6092 (pascal-mode): Use it.
6093 (pascal-mode-map): Use completion-at-point.
6094 (pascal-toggle-completions): Make obsolete.
6095 (pascal-complete-word, pascal-show-completions):
6096 * progmodes/octave-mod.el (octave-complete-symbol):
6097 Redefine as obsolete alias.
6098 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6099 Signal absence of completion info for old Octave,
6100 (inferior-octave-complete): Redefine as obsolete alias.
6101 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6102 (meta-completions-at-point): Rename from meta-complete-symbol and
6103 adapt it for use on completion-at-point-functions.
6104 (meta-common-mode): Use it.
6105 (meta-looking-at-backward, meta-match-buffer): Remove.
6106 (meta-complete-symbol): Redefine as obsolete alias.
6107 (meta-common-mode-map): Use completion-at-point.
6108 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6109 (makefile-mode-map): Use completion-at-point.
6110 (makefile-completions-at-point): Rename from makefile-complete and
6111 adapt it for use on completion-at-point-functions.
6112 (makefile-mode): Use it.
6113 (makefile-complete): Redefine as obsolete alias.
6114
aebf69c8
DD
61152011-06-20 Deniz Dogan <deniz@dogan.se>
6116
6117 * net/rcirc.el: Delete trailing whitespaces once and for all.
6118
bfbbb27d
DC
61192011-06-20 Daniel Colascione <dan.colascione@gmail.com>
6120
6121 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6122
d264a46b
CY
61232011-06-19 Chong Yidong <cyd@stupidchicken.com>
6124
4ca009e5
CY
6125 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6126
d264a46b
CY
6127 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6128
fbf5b3ce
MR
61292011-06-19 Martin Rudalics <rudalics@gmx.at>
6130
6131 * window.el (display-buffer-other-window-means-other-frame):
6132 Call display-buffer-normalize-alist.
6133 (display-buffer-normalize-specifiers-1): Rename to
6134 display-buffer-normalize-argument. New argument other-frame.
6135 Rewrite.
6136 (display-buffer-normalize-specifiers-2): Rename to
6137 display-buffer-normalize-options.
6138 (display-buffer-normalize-alist-1): New function.
6139 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
6140 display-buffer-normalize-alist.
6141 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
6142 (display-buffer-normalize-options-inhibit): New variable.
6143 (display-buffer-normalize-specifiers): Rewrite calling
6144 display-buffer-normalize-alist,
6145 display-buffer-normalize-argument, and
6146 display-buffer-normalize-options. Don't call the latter if
6147 display-buffer-normalize-options-inhibit is non-nil.
6148 (frame-auto-delete): New option.
6149 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
6150 (window-list-no-nils, window-state-ignored-parameters)
6151 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
6152 (window-state-put-1, window-state-put-2, window-state-put):
6153 New functions.
9a028c23
MR
6154 (display-buffer-normalize-options): Move special-display-p group
6155 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 6156
6d10d800
CY
61572011-06-18 Chong Yidong <cyd@stupidchicken.com>
6158
6420d28b
CY
6159 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6160 groups (Bug#8776).
6161 (rx-submatch-n): New function.
6162 (rx): Document it.
6163
ddb8b596
CY
6164 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6165 (Bug#8768).
6166
6167 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6168
77080289
CY
6169 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6170
61dfb316
CY
6171 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6172 anytime existing face settings are present (Bug#8889).
6173
6d10d800
CY
6174 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6175 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6176 Remove unused argument.
6177
be3fb2b8
MR
61782011-06-18 Martin Rudalics <rudalics@gmx.at>
6179
bcd70d97
SM
6180 * window.el (display-buffer-default-specifiers):
6181 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
6182 pop-up-window-min-width, and another reuse-window specifier
6183 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
6184 (display-buffer-normalize-specifiers-2):
6185 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
6186 pop-up-windows is unset. Add a reuse-window specifier for the
6187 case popping up a new window fails.
6188 (special-display-popup-frame): Remove double quoting.
28dec25a 6189 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 6190
1c6d8c76
SM
61912011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6192
6193 * shell.el (shell-completion-vars): Set pcomplete-termination-string
6194 according to comint-completion-addsuffix.
6195
6196 * pcomplete.el: Convert to lexical binding and fix bug#8819.
6197 (pcomplete-suffix-list): Mark as obsolete.
6198 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6199 pcomplete-seen in the closure.
6200 (pcomplete-comint-setup): Setup completion-at-point as well.
6201 (pcomplete--entries): New function.
6202 (pcomplete--env-regexp): New var.
6203 (pcomplete-entries): Rewrite to work with partial-completion and
6204 without relying on pcomplete-suffix-list.
6205 (pcomplete-pare-list): Remove, unused.
6206
25aef8b8
MR
62072011-06-17 Martin Rudalics <rudalics@gmx.at>
6208
6209 * window.el (display-buffer-alist): Set pop-up-window-min-height
6210 and pop-up-window-min-width in default value. Reported by
6211 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
6212 other-window-means-other-frame.
6213 (display-buffer-macro-specifiers): Comment out entry for
6214 other-window specifier.
6215 (display-buffer-other-window-means-other-frame): New function.
6216 (display-buffer-normalize-specifiers-1): New arguments
6217 buffer-name and label. Treat other-window case specially.
6218 (display-buffer-normalize-specifiers-2): Treat other-window case
6219 specially.
6220 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
6221 (display-buffer-normalize-specifiers):
6222 Call display-buffer-normalize-specifiers-3.
25aef8b8 6223
dbad4f69
MR
62242011-06-17 Martin Rudalics <rudalics@gmx.at>
6225
6226 * window.el (same-window-p): Fix two typos introduced when
6227 adding with-no-warnings.
d1067961
MR
6228 (display-buffer-normalize-specifiers-1): Don't check
6229 pop-up-frames for 'unset initialization.
6230 (display-buffer-normalize-specifiers-2): Major rewrite using
6231 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6232 (pop-up-frames, display-buffer-reuse-frames)
6233 (display-buffer-mark-dedicated): Don't initialize to 'unset.
6234 Suggested by David Engster <deng@randomsample.de>.
6235 (even-window-heights): Initialize to 'unset.
6236 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
6237 (display-buffer-macro-specifiers): Don't pop up a new frame in the
6238 other window case.
dbad4f69 6239
9b9c9e3a
MR
62402011-06-16 Martin Rudalics <rudalics@gmx.at>
6241
bcd70d97
SM
6242 * window.el (display-buffer-normalize-specifiers-1):
6243 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 6244 second argument of display-buffer (Bug#8865).
981d5c09
MR
6245 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6246 (switch-to-buffer-other-window-same-frame)
6247 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
6248 Adams (Bug#8875).
9c2755e9
MR
6249 (display-buffer): Don't check noninteractive when calling
6250 display-buffer-pop-up-frame.
6251 (display-buffer-pop-up-frame): Never pop up a frame in
6252 noninteractive mode (Bug#8857).
67222e1d
MR
6253 (enlarge-window, shrink-window): Don't report an error when the
6254 window can't be resized as requested (Bug#8862).
9b9c9e3a 6255
2b75be67
SM
62562011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6257
9ffdd3ba
SM
6258 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6259
cb581a67
SM
6260 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6261
2b75be67
SM
6262 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6263
8c0e3589
AM
62642011-06-15 Alan Mackenzie <acm@muc.de>
6265
cb581a67
SM
6266 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6267 for declarators, disable knr checking to speed up for normal files.
6268 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 6269
b96e6cde
LMI
62702011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6271
4bba86e6
LMI
6272 * net/network-stream.el (open-network-stream): Add the keyword
6273 :always-query-capabilities for the case where you want to force a
6274 `plain' network connection, but the protocol still requires the
6275 capabilitiy command (i.e., SMTP and EHLO).
6276
2b75be67 6277 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
6278 consistency with other `-live-p' functions.
6279
efdcdbf8
SM
62802011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 * window.el (same-window-buffer-names, same-window-regexps)
6283 (special-display-frame-alist, special-display-popup-frame)
6284 (special-display-function, special-display-buffer-names)
6285 (special-display-regexps, pop-up-frame-alist)
6286 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6287 (pop-up-windows, split-window-preferred-function)
6288 (split-height-threshold, split-width-threshold, even-window-heights)
6289 (display-buffer-mark-dedicated): Don't encourage the use of
6290 display-buffer-alist from Elisp code.
6291
c5cde042
DN
62922011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6293
6294 * progmodes/python.el (python-mode): Derive from prog-mode.
6295 * progmodes/ps-mode.el (ps-mode):
6296 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 6297 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
6298 * progmodes/ld-script.el (ld-script-mode): Likewise.
6299
baa1c9ab
MR
63002011-06-15 Martin Rudalics <rudalics@gmx.at>
6301
6302 * window.el (display-buffer-alist): Trim default value to avoid
6303 popping up a new frame (Bug#8857) or reusing an arbitrary window
6304 on another frame.
6305 (display-buffer): Do not fall back on popping up a new frame in
6306 batch mode (Bug#8857).
6307
c5dd5a51
CY
63082011-06-14 Chong Yidong <cyd@stupidchicken.com>
6309
6310 * cus-theme.el (describe-theme-1): Use custom-theme-p.
6311 (custom-theme-summary): New function.
6312 (customize-themes): Use it.
6313
d647b7c4
GM
63142011-06-13 Glenn Morris <rgm@gnu.org>
6315
6316 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6317
9481c002
MR
63182011-06-13 Martin Rudalics <rudalics@gmx.at>
6319
357f93d2
MR
6320 * help.el (help-window): Remove variable.
6321 (help-window-point-marker, temp-buffer-max-height)
6322 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6323 (help-print-return-message): Don't set help-window.
6324 (resize-temp-buffer-window): Rewrite cod eand doc-string.
6325 (help-window-setup-finish): Remove.
6326 (help-window-display-message, help-window-setup)
6327 (with-help-window): Major rewrite based on new
6328 display-buffer-window variable.
6329
6330 * help-mode.el (help-mode-finish): Remove help-window related
6331 code.
6332
6333 * view.el (view-exits-all-viewing-windows): Remove reference to
6334 view-return-to-alist in doc-string.
6335 (view-return-to-alist): Make obsolete.
6336 (view-buffer): Call pop-to-buffer-same-window and remove
6337 undo-window code.
6338 (view-buffer-other-window): Call pop-to-buffer-other-window and
6339 simplify code. Ignore second argument.
6340 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6341 simplify code. Ignore second argument.
6342 (view-return-to-alist-update): Make obsolete.
6343 (view-mode-enter): Rename second argument to QUIT-RESTORE.
6344 Rewrite using quit-restore window parameters.
2b75be67
SM
6345 (view-mode-exit): Rename second argument to EXIT-ONLY.
6346 Rewrite using quit-restore-window.
357f93d2
MR
6347 (View-exit, View-exit-and-edit, View-leave, View-quit)
6348 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6349 appropriate arguments.
6350 (view-end-message): Use quit-restore window parameter.
6351
9481c002
MR
6352 * window.el (display-buffer-function): Rewrite doc-string.
6353 (display-buffer-window, display-buffer-alist): New variables.
6354 (display-buffer-split-specifiers)
6355 (display-buffer-side-specifiers)
6356 (display-buffer-macro-specifiers): New constants.
6357 (display-buffer-even-window-sizes, display-buffer-set-height)
6358 (display-buffer-set-width, display-buffer-select-window)
6359 (display-buffer-in-window, display-buffer-reuse-window)
6360 (display-buffer-split-window-1, display-buffer-split-window)
6361 (display-buffer-split-atom-window, display-buffer-pop-up-window)
6362 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6363 (display-buffer-in-side-window, normalize-buffer-to-display)
6364 (display-buffer-normalize-specifiers-1)
6365 (display-buffer-normalize-specifiers-2)
2b75be67
SM
6366 (display-buffer-normalize-specifiers, display-buffer-frame):
6367 New functions.
9481c002
MR
6368 (display-buffer): Major rewrite.
6369 (display-buffer-other-window, display-buffer-other-frame)
6370 (pop-to-buffer, switch-to-buffer-other-window)
6371 (switch-to-buffer-other-frame): Rewrite.
6372 (display-buffer-same-window, display-buffer-same-frame)
6373 (display-buffer-same-frame-other-window)
6374 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6375 (pop-to-buffer-other-window)
6376 (pop-to-buffer-same-frame-other-window)
6377 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6378 (switch-to-buffer-other-window-same-frame): New functions.
6379 (same-window-p, special-display-p): Rewrite disabling warnings.
6380 Make obsolete.
6381 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6382 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6383 Make obsolete
6384 (same-window-buffer-names, same-window-regexps)
6385 (special-display-frame-alist, special-display-popup-frame)
6386 (special-display-function, special-display-buffer-names)
6387 (special-display-regexps, pop-up-frame-alist)
6388 (pop-up-frame-function, split-window-preferred-function)
6389 (split-height-threshold, split-width-threshold)
6390 (even-window-heights): Make obsolete.
6391
9db51aca
GM
63922011-06-12 Glenn Morris <rgm@gnu.org>
6393
6394 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 6395 Misc simplifications.
9db51aca 6396
39cffb44
MR
63972011-06-12 Martin Rudalics <rudalics@gmx.at>
6398
6399 * window.el (window-safely-shrinkable-p): Restore function which
6400 was inadvertently removed in change from 2011-06-11. Declare as
6401 obsolete.
6402
2b75be67
SM
6403 * calendar/calendar.el (calendar-generate-window):
6404 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
6405 window-safely-shrinkable-p.
6406
a8955be7
GM
64072011-06-12 Glenn Morris <rgm@gnu.org>
6408
6409 * progmodes/fortran.el (fortran-mode-syntax-table):
6410 * progmodes/f90.el (f90-mode-syntax-table):
6411 Set % to punctuation. (Bug#8820)
6412 (f90-find-tag-default): Remove, no longer needed.
6413
f0d4059d
DC
64142011-06-12 Daniel Colascione <dan.colascione@gmail.com>
6415
6416 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6417
1100a63c
CY
64182011-06-11 Chong Yidong <cyd@stupidchicken.com>
6419
6420 * image.el (image-animated-p): Return animation delay in seconds.
6421 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6422 (image-animate-timeout): Remove DELAY argument. Don't assume
6423 every subimage has the same delay; get it from image-animated-p.
6424 (image-animate): Caller changed.
6425
def722bf
MA
64262011-06-11 Michael Albinus <michael.albinus@gmx.de>
6427
6428 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6429 to ignored backtrace functions.
6430
0a2bb1a9
GM
64312011-06-11 Glenn Morris <rgm@gnu.org>
6432
6433 * calendar/appt.el (appt-disp-window-function): Doc fix.
6434 (appt-check): Handle overlapping appointments. (Bug#8337)
6435
6198ccd0
MR
64362011-06-11 Martin Rudalics <rudalics@gmx.at>
6437
6438 * window.el (window-tree-1, window-tree): New functions, moving
6439 the latter to window.el.
6440 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6441 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6442 (bw-refresh-edges): Remove.
6443 (balance-windows-1, balance-windows-2): New functions.
6444 (balance-windows): Rewrite in terms of window tree functions,
6445 balance-windows-1 and balance-windows-2.
6446 (bw-adjust-window): Remove.
6447 (balance-windows-area-adjust): New function with functionality of
6448 bw-adjust-window but using resize-window.
2b75be67
SM
6449 (set-window-text-height): Rewrite doc-string.
6450 Use normalize-live-window and resize-window.
6451 (enlarge-window-horizontally, shrink-window-horizontally):
6452 Rename argument to DELTA.
6198ccd0
MR
6453 (window-buffer-height): New function.
6454 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6455 Rewrite using new window resize routines.
2b75be67
SM
6456 (kill-buffer-and-window, mouse-autoselect-window-select):
6457 Use ignore-errors instead of condition-case.
6198ccd0
MR
6458 (quit-window): Call delete-frame instead of delete-windows-on
6459 for the only buffer on frame.
6460
9397e56f
MR
64612011-06-10 Martin Rudalics <rudalics@gmx.at>
6462
6463 * loadup.el (top-level): Load window before files for the sake
6464 of replace-buffer-in-windows.
6465
6466 * files.el (read-buffer-to-switch)
6467 (switch-to-buffer-other-window)
2b75be67
SM
6468 (switch-to-buffer-other-frame, display-buffer-other-frame):
6469 Move to window.el.
9397e56f
MR
6470
6471 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6472 (previous-buffer): Move to window.el.
6473
6474 * bindings.el (unbury-buffer): Move to window.el.
6475
6476 * window.el (delete-other-windows-vertically): Move after
6477 definition of delete-other-windows.
6478 (other-window, delete-windows-on, replace-buffer-in-windows):
6479 Move here from window.c.
6480 (record-window-buffer, unrecord-window-buffer)
6481 (set-window-buffer-start-and-point, switch-to-prev-buffer)
6482 (switch-to-next-buffer): New functions.
6483 (get-next-valid-buffer, last-buffer, next-buffer): Move here
6484 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
6485 (previous-buffer): Move here from simple.el.
6486 Call switch-to-prev-buffer.
9397e56f
MR
6487 (bury-buffer): Move here from buffer.c. Switch to previous
6488 buffer when window cannot be deleted.
6489 (unbury-buffer): Move here from bindings.el.
6490 (ctl-x-map): Move binding for other-window from window.c to
6491 here.
6492 (read-buffer-to-switch, switch-to-buffer-other-window)
6493 (switch-to-buffer-other-frame): Move here from files.el.
6494 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
6495 (switch-to-buffer): Move here from buffer.c.
6496 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 6497
562dd5e9
MR
64982011-06-10 Martin Rudalics <rudalics@gmx.at>
6499
6500 * window.el (window-min-height, window-min-width): Move here
6501 from window.c. Add defcustoms and rewrite doc-strings.
6502 (resize-mini-window, resize-window): New functions.
6503 (adjust-window-trailing-edge, enlarge-window, shrink-window):
6504 Move here from window.c.
6505 (maximize-window, minimize-window): New functions.
6506 (delete-window, delete-other-windows, split-window): Move here
6507 from window.c.
6508 (window-split-min-size): New function.
6509 (split-window-keep-point): Mention split-window-above-each-other
6510 instead of split-window-vertically.
2b75be67 6511 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
6512 Rename split-window-vertically to split-window-above-each-other
6513 and provide defalias for old definition.
6514 (split-window-side-by-side, split-window-horizontally):
6515 Rename split-window-horizontally to split-window-side-by-side
6516 and provide defalias for the old definition.
562dd5e9
MR
6517 (ctl-x-map): Move bindings for delete-window,
6518 delete-other-windows and enlarge-window here from window.c.
6519 Replace bindings for split-window-vertically and
6520 split-window-horizontally by bindings for
6521 split-window-above-each-other and split-window-side-by-side.
6522
6523 * cus-start.el (all): Remove entries for window-min-height and
6524 window-min-width. Add entries for window-splits and
6525 window-nest.
6526
f0da764a
GM
65272011-06-09 Glenn Morris <rgm@gnu.org>
6528
80675c21
GM
6529 * calendar/appt.el (appt-mode-line): New function.
6530 (appt-check, appt-disp-window): Use it.
6531
f0da764a
GM
6532 * files.el (hack-one-local-variable-eval-safep):
6533 Allow minor-modes with explicit +/-1 arguments.
6534
59f623b7
TZ
65352011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
6536
6537 * term/xterm.el (xterm): Add defgroup.
6538 (xterm-extra-capabilities): Add defcustom to supply known xterm
6539 capabilities, skip querying them, or query them (default).
6540 (terminal-init-xterm): Use it.
6541 (terminal-init-xterm-modify-other-keys): New function to set up
6542 modifyOtherKeys support to simplify `terminal-init-xterm'.
6543
9aab8e0d
MR
65442011-06-09 Martin Rudalics <rudalics@gmx.at>
6545
6546 * window.el (resize-window-reset, resize-window-reset-1)
6547 (resize-subwindows-skip-p, resize-subwindows-normal)
6548 (resize-subwindows, resize-other-windows, resize-this-window)
6549 (resize-root-window, resize-root-window-vertically)
6550 (window-deletable-p, window-or-subwindow-p)
6551 (frame-root-window-p): New functions.
6552
e8b08aee
GM
65532011-06-09 Glenn Morris <rgm@gnu.org>
6554
6555 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6556 (ange-ftp-get-files): Use it.
6557
254c37a5
AK
65582011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6559
6560 * mail/sendmail.el (mail-recover-1, mail-recover):
6561 * files.el (recover-file, recover-session):
6562 Handle dired-listing-switches not being just a single short option.
6563
35d7dbd3
GM
65642011-06-09 Glenn Morris <rgm@gnu.org>
6565
6566 * calendar/appt.el (appt-display-message, appt-disp-window):
6567 Handle lists of appointments.
6568
387522b2
MR
65692011-06-08 Martin Rudalics <rudalics@gmx.at>
6570
2b75be67
SM
6571 * window.el (one-window-p): Move down in code.
6572 Rewrite doc-string.
6573 (window-current-scroll-bars): Rewrite doc-string.
6574 Normalize live window argument.
387522b2
MR
6575 (walk-windows, get-window-with-predicate, count-windows):
6576 Rewrite doc-string. Use window-list-1.
6577 (window-in-direction-2, window-in-direction, get-mru-window):
6578 New functions.
6579
d8e4b68b 65802011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
6581
6582 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6583 Doc fix (Bug#8713).
6584
65852011-06-08 Chong Yidong <cyd@stupidchicken.com>
6586
6587 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6588
65892011-06-08 Juanma Barranquero <lekktu@gmail.com>
6590
6591 * loadhist.el (unload-feature-special-hooks):
6592 Add `comint-output-filter-functions'.
6593
0de12c52
IK
65942011-06-08 Ivan Kanis <gnu@kanis.fr>
6595
6596 * calendar/appt.el (appt-check): Move some initializations into the let.
6597
f3d1777e
MR
65982011-06-08 Martin Rudalics <rudalics@gmx.at>
6599
6600 * window.el (window-height): Defalias to window-total-height.
6601 (window-width): Defalias to window-body-width.
6602
18af70d0
CY
66032011-06-07 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * image-mode.el (image-toggle-animation): New command.
6606 (image-mode-map): Bind it to RET.
6607 (image-mode): Update message.
6608 (image-toggle-display-image): Avoid a spurious cache flush.
6609 (image-transform-rotation): Doc fix.
6610 (image-transform-properties): Return quickly in the normal case.
6611 (image-animate-loop): Rename from image-animate-max-time.
6612
2b75be67 6613 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
6614 (create-animated-image): Remove unnecessary function.
6615 (image-animate): Rename from image-animate-start. New arg.
2b75be67 6616 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
6617 (image-animate-timer): Use car-safe.
6618 (image-animate-timeout): Rename argument.
6619
190b47e6
MR
66202011-06-07 Martin Rudalics <rudalics@gmx.at>
6621
6622 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
6623 window.c. Rename first argument to ALL-FRAMES.
6624 Rephrase doc-strings.
6625 (get-buffer-window-list): Rewrite using window-list-1.
6626 Rephrase doc-string.
a1511caf
MR
6627 (window-safe-min-height, window-safe-min-width): New constants.
6628 (window-size-ignore, window-min-size, window-min-size-1)
6629 (window-sizable, window-sizable-p, window-size-fixed-1)
6630 (window-size-fixed-p, window-min-delta-1, window-min-delta)
6631 (window-max-delta-1, window-max-delta, window-resizable)
6632 (window-resizable-p, window-total-height, window-total-width)
6633 (window-body-width): New functions.
6634 (window-full-height-p, window-full-width-p): Rewrite using
6635 window-total-size.
6636 (window-body-height): Rewrite using window-body-size.
190b47e6 6637
85cc1f11
MR
66382011-06-06 Martin Rudalics <rudalics@gmx.at>
6639
6640 * window.el (window-right, window-left, window-child)
6641 (window-child-count, window-last-child, window-any-p)
6642 (normalize-live-buffer, normalize-live-frame)
6643 (normalize-any-window, normalize-live-window)
6644 (window-iso-combination-p, window-iso-combined-p)
6645 (window-iso-combinations)
6646 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6647 (windows-with-parameter, window-with-parameter)
6648 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
6649 (window-atom-check, window-side-check, window-check):
6650 New functions.
85cc1f11
MR
6651 (ignore-window-parameters, window-sides, window-sides-vertical)
6652 (window-sides-slots): New variables.
6653 (window-size-fixed): Move down in code. Minor doc-string fix.
6654
e7156492
AS
66552011-06-05 Andreas Schwab <schwab@linux-m68k.org>
6656
6657 * comint.el (comint-dynamic-complete-as-filename)
6658 (comint-dynamic-complete-filename): Correctly call
6659 completion-in-region.
6660
7e821d0d
DD
66612011-06-05 Deniz Dogan <deniz@dogan.se>
6662
6663 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
6664 in last change.
6665
ac09b8a1
DD
66662011-06-05 Deniz Dogan <deniz@dogan.se>
6667
6668 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
6669 (rcirc): Use it to prompt for encryption.
6670
34699b85
RW
66712011-06-05 Roland Winkler <winkler@gnu.org>
6672
6673 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
6674 (bibtex-search-entries): New command bound to C-c C-a.
6675 (bibtex-display-entries): New function.
6676
004dedd3
RW
66772011-06-05 Roland Winkler <winkler@gnu.org>
6678
6679 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
6680 (bibtex-insert-kill): After yanking insert newline if necessary.
6681 (bibtex-initialize): Call bibtex-string-files-init only once.
6682 (bibtex-mode): Do not call easy-menu-add.
6683 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
6684 (bibtex-yank): Set arg properly if nil.
6685
022fe7ce
RW
66862011-06-05 Roland Winkler <winkler@gnu.org>
6687
2b75be67
SM
6688 * textmodes/bibtex.el (bibtex-search-entry-globally):
6689 New variable.
022fe7ce
RW
6690 (bibtex-search-entry): Use it.
6691
b7c3692a
RW
66922011-06-05 Roland Winkler <winkler@gnu.org>
6693
6694 * textmodes/bibtex.el (bibtex-entry-format): New option
6695 sort-fields.
6696 (bibtex-format-entry, bibtex-reformat): Honor this option.
6697 (bibtex-parse-entry): Return fields in proper order.
6698
8eda563d
JB
66992011-06-05 Juanma Barranquero <lekktu@gmail.com>
6700
6701 * doc-view.el (doc-view-remove-if): Move computation of result out
6702 of `dolist' to silence misleading lexical-binding warning.
6703
7dbe3dbc
CY
67042011-06-04 Chong Yidong <cyd@stupidchicken.com>
6705
6706 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
6707 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
6708
0c33dd17
MA
67092011-06-04 Michael Albinus <michael.albinus@gmx.de>
6710
6711 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
6712 "SunOS 5.10".
6713
f8f91c2b
MA
67142011-06-04 Michael Albinus <michael.albinus@gmx.de>
6715
6716 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
6717 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
6718 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
6719 (tramp-parse-putty):
6720 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
6721 (tramp-completion-function-alist-ssh)
6722 (tramp-completion-function-alist-telnet)
6723 (tramp-completion-function-alist-su)
6724 (tramp-completion-function-alist-putty): Set `tramp-autoload'
6725 cookie.
6726
6727 * net/tramp-ftp.el:
6728 * net/tramp-sh.el:
6729 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
6730 load "tramp.el" `tramp-set-completion-function'.
6731
e17d9003
SM
67322011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6733
6734 * shell.el: Require and use pcomplete.
6735 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
6736 (shell-completion-vars): Set pcomplete-default-completion-function.
6737
6c4cab03
DD
67382011-06-04 Deniz Dogan <deniz@dogan.se>
6739
6740 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
6741 `memq' (Bug#8799).
6742
ea9fafe0
SM
67432011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6744
6745 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
6746
b3e945d3
JB
67472011-06-02 Juanma Barranquero <lekktu@gmail.com>
6748
6749 * bs.el (bs--mark-unmark, bs--nth-wrapper):
6750 * mpc.el (mpc-select-extend, mpc-songpointer-context):
6751 * vc/log-view.el (log-view-beginning-of-defun):
6752 * vc/smerge-mode.el (smerge-apply-resolution-patch)
6753 (smerge-refine-forward, smerge-refine-chopup-region):
6754 Silence warning for unused `dotimes' counter variables.
6755
7d520089
SM
67562011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6757
6758 * net/tramp.el (tramp-with-progress-reporter): Rename from
6759 with-progress-reporter. Use `declare'.
6760 * net/tramp-smb.el:
6761 * net/tramp-sh.el:
6762 * net/tramp-gvfs.el: Update all uses.
6763
a1c2400f
JB
67642011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
6765
6766 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
6767 buffer isn't killed before making it current.
6768
2403c841
SM
67692011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6770
6771 Silence various byte-compiler warnings.
6772 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
6773 `access-type' and new obsolescence format.
6774 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
6775 new format.
6776 (byte-compile-check-variable): New `access-type' argument.
6777 Only warn if the access-type is obsolete.
6778 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6779 (byte-compile-variable-set): Adjust callers.
6780 * help-fns.el (describe-variable): Adjust to new obsolescence format.
6781 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
6782 setting it as obsolete.
6783 * simple.el (minibuffer-completing-symbol):
6784 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
6785 access as obsolete.
6786 * minibuffer.el (minibuffer-completing-file-name): Don't make it
6787 obsolete yet.
6788 * international/quail.el (quail-mouse-choose-completion): Remove unused
6789 code referring to obsolete var.
6790 (quail-choose-completion-string): Remove.
6791 * server.el (server-clients-with, server-kill-buffer-query-function)
6792 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
6793 * proced.el (proced-send-signal):
6794 * emacs-lisp/lisp.el (lisp-complete-symbol):
6795 Replace completion-annotate-function with completion-extra-properties.
6796
2462470b
SM
67972011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6798
fb5b2591
SM
6799 * simple.el (goto-line): Use read-number.
6800 (overriding-map-is-bound): Remove.
6801 (saved-overriding-map): Change default.
6802 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
6803 Take the map as argument.
6804 (universal-argument, negative-argument, digit-argument): Use it.
6805 (restore-overriding-map): Adjust.
6806 (do-auto-fill): Use fill-forward-paragraph.
6807 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
6808
fd6fa53f
SM
6809 * minibuffer.el (minibuffer-inactive-mode-map): New var.
6810 (minibuffer-inactive-mode): New major mode.
6811 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
6812 the *Messages* buffer" hack.
6813 (mouse-popup-menubar): Don't burp if the event is a normal key.
6814
2462470b
SM
6815 Miscellaneous tweaks.
6816 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
6817 lexical scoping as in subr.el's dolist and dotimes.
6818 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
6819 Silence compiler warning.
6820 * thingatpt.el (forward-whitespace): Trivial coding style fix.
6821 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
6822 * international/ccl.el (ccl-compile): Trivial simplification.
6823 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
6824 * emacs-lisp/testcover.el (testcover-end): Remove spurious
6825 `printflag' argument.
6826 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6827 Purecopy the whole obsolescence data.
6828
108bf785
LL
68292011-06-01 Leo Liu <sdl.web@gmail.com>
6830
6831 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
6832 improve doc-string as suggested by Marco Pessotto
6833 <melmothx@gmail.com>.
6834 (rcirc-print): Fix last change.
6835
30a23501
SM
68362011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6837
6838 * minibuffer.el (complete-with-action): Return nil for the metadata and
6839 boundaries of non-functional tables.
6840 (completion-table-dynamic): Return nil for the metadata.
6841 (completion-table-with-terminator): Add default case, using
6842 complete-with-action.
6843 (completion--metadata): New function.
6844 (completion-all-sorted-completions, minibuffer-completion-help): Use it
6845 to try and avoid pathological performance problems.
6846 (completion--embedded-envvar-table): Return `category' metadata.
6847
bcd54f83
LMI
68482011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6849
6850 * subr.el (process-alive-p): New tiny convenience function.
6851
e227544d
SM
68522011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
6855 content but also its previous major mode.
6856
e8296fdc
HE
68572011-05-31 Helmut Eller <eller.helmut@gmail.com>
6858
4d61f28d 6859 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
6860 *Backtrace* buffer when we exit with C-M-c.
6861
620c53a6
SM
68622011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * minibuffer.el: Add metadata method to completion tables.
6865 (completion-category-overrides): New defcustom.
6866 (completion-metadata, completion--field-metadata)
6867 (completion-metadata-get, completion--styles)
6868 (completion--cycle-threshold): New functions.
6869 (completion-try-completion, completion-all-completions):
6870 Add `metadata' argument to choose completion-styles.
6871 (completion--do-completion): Use metadata to choose cycling.
6872 (completion-all-sorted-completions): Use metadata for sorting.
6873 Remove :completion-cycle-penalty which is not needed any more.
6874 (completion--try-word-completion): Add `metadata' argument.
6875 (minibuffer-completion-help): Check metadata for annotation function
6876 and sorting.
6877 (completion-file-name-table): Return `category' metadata.
6878 (minibuffer-completing-file-name): Make obsolete.
6879 * simple.el (minibuffer-completing-symbol): Make obsolete.
6880 * icomplete.el (icomplete-completions): Pass new `metadata' param to
6881 completion-try-completion.
6882
1257e755
SM
68832011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
6886
3767e706
LL
68872011-05-30 Leo Liu <sdl.web@gmail.com>
6888
6889 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
6890 (rcirc-print): Decode all incoming messages (bug#8744).
6891 (rcirc-decode-coding-system): Allow value nil for automatic coding
6892 system detection.
3767e706 6893
d1a5d56a
GM
68942011-06-01 Glenn Morris <rgm@gnu.org>
6895
6896 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
6897
e8cbec34
CY
68982011-05-29 Chong Yidong <cyd@stupidchicken.com>
6899
6900 * image.el (image-animate-max-time): Allow nil and t values.
6901 Default to nil.
6902 (create-animated-image): Doc fix.
6903 (image-animate-start): Remove second arg; just use
6904 image-animate-max-time.
6905 (image-animate-timeout): Doc fix. Args changed.
6906
6907 * image-mode.el (image-toggle-display-image): Ensure that the
6908 image spec passed to the animate timer is the same object as in
58179cce 6909 the buffer's display property (Bug#6981).
e8cbec34
CY
6910 (image-transform-properties): Doc fix.
6911
6912 * image.el (image-animate-max-time): Default to nil.
6913
159daf87
MR
69142011-05-29 Martin Rudalics <rudalics@gmx.at>
6915
6916 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
6917 entire buffer list (Bug#8184).
6918
d66c4c7c
CY
69192011-05-29 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * image.el (imagemagick-types-inhibit)
6922 (imagemagick-register-types): Doc fix.
6923
80aec780
DD
69242011-05-29 Deniz Dogan <deniz@dogan.se>
6925
6926 * net/rcirc.el (rcirc): Use the user's stored encryption method by
6927 default.
6928
1dd3c2d9
CY
69292011-05-29 Chong Yidong <cyd@stupidchicken.com>
6930
6931 * select.el: Don't perform clipboard-manager saving in hooks;
6932 leave the hooks empty.
6933
60e56523
LL
69342011-05-28 Leo Liu <sdl.web@gmail.com>
6935
6936 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
6937 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
6938 (occur-edit-mode): New major mode (Bug#8463).
6939 (occur-after-change-function): New function.
6940 (occur-engine): Give Occur tags a read-only property.
6941
2b1e1a22
KR
69422011-05-28 Kevin Ryde <user42@zip.com.au>
6943
6944 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
6945
5d344e88
CY
69462011-05-28 Chong Yidong <cyd@stupidchicken.com>
6947
8e6ca83d
CY
6948 * bindings.el (help-echo): Make the initial non-indicator dash
6949 empty on graphical terminals (Bug#7295).
6950
5d344e88
CY
6951 * files.el (auto-mode-alist): Move config rule after the
6952 in-stripping one (Bug#8547).
6953
bfbbace7
CY
6954 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
6955
fbeba6e2
CY
6956 * startup.el (normal-splash-screen): Remove gratuitous mode-line
6957 setting (Bug#8740).
6958
60ed8c72
AA
69592011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
6960
4ac619f0
AA
6961 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
6962 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
6963 (Bug#8539).
60ed8c72 6964
23db196e
CY
69652011-05-28 Chong Yidong <cyd@stupidchicken.com>
6966
6967 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
6968
5012f24c
DK
69692011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
6970
6971 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
6972 (hs-hide-block-at-point, hs-find-block-beginning)
6973 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
6974 (Bug#8279).
6975
6a639b16
GM
69762011-05-28 Glenn Morris <rgm@gnu.org>
6977
6978 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
6979
d43eaf2c
CY
69802011-05-28 Chong Yidong <cyd@stupidchicken.com>
6981
5199bde1
CY
6982 * help-fns.el (describe-function-1): If the function is a derived
6983 major mode, print the parent mode.
6984
d43eaf2c
CY
6985 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
6986 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
6987
423428a8
SM
69882011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6989
0ff8e1ba 6990 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 6991 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
6992 * progmodes/etags.el (tags-completion-at-point-function):
6993 * info-look.el (info-lookup-completions-at-point): Mark as
6994 non-exclusive.
6995 (info-complete): Adjust accordingly.
6996
423428a8
SM
6997 * info-look.el: Convert to lexical-binding and completion-at-point.
6998 (info-lookup-completions-at-point): New function.
6999 (info-complete): Use it and completion-in-region.
7000
b74aa22b
DA
70012011-05-28 Drew Adams <drew.adams@oracle.com>
7002
7003 * isearch.el: Let M-e start with point at the first mismatched char.
7004 (isearch-fail-pos): New function.
7005 (isearch-edit-string): Use it.
7006
66e2e71d
DK
70072011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7008
7009 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7010
eb95d01d
TC
70112009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7012
7013 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
7014 traversal functions for avl-trees.
7015 (avl-tree--stack): New struct.
7016 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7017 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
7018 (avl-tree--do-enter): Add optional `updatefun' arg.
7019 Change return value.
eb95d01d 7020 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
7021 (avl-tree--do-delete): Add `test' and `nilflag' args.
7022 Change return value.
eb95d01d
TC
7023 (avl-tree-member): Add optional `nilflag'
7024 (avl-tree-member-p): New function.
7025 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7026 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7027 (avl-tree-stack-empty-p): New functions.
7028
3769ddcf
TC
70292009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7030
7031 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7032 avl-tree--del-balance1 and make it work both ways.
7033 (avl-tree--del-balance2): Remove.
7034 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7035 make it work both ways.
7036 (avl-tree--enter-balance2): Remove.
7037 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7038 New macros.
7039 (avl-tree--mapc, avl-tree-map): Add direction argument.
7040
eb95d01d 70412011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
7042
7043 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7044
a9f737ee
CY
70452011-05-27 Chong Yidong <cyd@stupidchicken.com>
7046
7047 * select.el: Support clipboard managers with built-in function
7048 x-clipboard-manager-save, via delete-frame-functions and
7049 kill-emacs-hook.
7050 (xselect-convert-to-targets): Add MULTIPLE target to list.
7051 (xselect-convert-to-save-targets): New function.
7052
c92a1e54
KH
70532011-05-27 Kenichi Handa <handa@m17n.org>
7054
7055 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7056 let-binding rfc2047-encode-encoded-words to nil.
7057
e145f188
GM
70582011-05-27 Glenn Morris <rgm@gnu.org>
7059
5ec8a862
GM
7060 * mail/emacsbug.el: Don't require url-util.
7061
4b29d9fb
GM
7062 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
7063
e145f188
GM
7064 * files.el (set-auto-mode):
7065 Also respect mode: entries at the end of the file. (Bug#8586)
7066
7d15102b
GM
70672011-05-26 Glenn Morris <rgm@gnu.org>
7068
98f593b8
GM
7069 * files.el (hack-local-variables-prop-line, hack-local-variables):
7070 Downcase mode names, as seems to be traditional.
27b48e63 7071 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 7072
7d15102b
GM
7073 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7074 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
7075
51d5b4ec
JD
70762011-05-25 Julien Danjou <julien@danjou.info>
7077
7078 * textmodes/rst.el (rst-define-level-faces): Do not define face
7079 symbol if it is already defined.
7080
91513f63
VB
70812011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
7082
7083 * play/5x5.el (5x5-new-game, 5x5-randomize):
7084 Reset 5x5-solver-output to nil when a new grid is cast.
7085 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7086 these debugging traces, as defmacro breaks the compiled code.
7087
4d90d6d0
DK
70882011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7089
7090 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7091
e1b90ef6
LL
70922011-05-24 Leo Liu <sdl.web@gmail.com>
7093
7094 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7095 (vc-bzr-sha1): Adapt.
7096
d8e4b68b 7097 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
7098
7099 * bindings.el: Provide sha1 feature.
7100
db0406bb 71012011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
7102
7103 * mail/sendmail.el: Require `rfc2047'.
7104 (mail-insert-from-field): Do not perform RFC2047 encoding.
7105 (mail-encode-header): New function.
7106 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
7107 buffer to the return value of select-message-coding-system.
7108 Call mail-encode-header.
b8d747b9
KH
7109
7110 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7111
db0406bb 71122011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 7113
4d90d6d0
DK
7114 * mail/supercite.el (sc-default-cite-frame):
7115 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 7116
eb8a5e9b
GM
71172011-05-24 Glenn Morris <rgm@gnu.org>
7118
f8630703
GM
7119 * progmodes/python.el (brm-menu): Declare.
7120
8831bbed
GM
7121 * emulation/viper.el (viper-set-hooks): Declare.
7122
eb8a5e9b
GM
7123 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7124 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7125 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7126 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7127 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7128 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7129
a2a25d24
SM
71302011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 Add an :exit-function for completion-at-point.
7133
7134 * minibuffer.el (completion--done): New fun.
7135 (completion--do-completion): Use it. New arg `expect-exact'.
7136 (minibuffer-complete, minibuffer-complete-word): Don't output message,
7137 since completion--do-completion does it for us now.
7138 (minibuffer-force-complete): Use completion--done and
7139 completion--replace. Handle sole-completion case with more care.
7140 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7141 (completion-extra-properties): New var.
7142 (completion-annotate-function): Make obsolete.
7143 (minibuffer-completion-help): Adjust accordingly.
7144 Use completion-list-insert-choice-function.
7145 (completion-at-point, completion-help-at-point):
7146 Bind completion-extra-properties.
7147 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7148 * simple.el (completion-list-insert-choice-function): New var.
7149 (completion-setup-function): Preserve it.
7150 (choose-completion): Pay attention to it, shuffle the code a bit.
7151 (choose-completion-string): New arg `insert-function'.
7152
7153 * textmodes/bibtex.el: Convert to lexical binding.
7154 (bibtex-mode-map): Use completion-at-point.
7155 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7156 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7157 (bibtex-complete): Define as obsolete alias.
7158 (bibtex-complete-internal): Remove.
7159 (bibtex-format-entry): Remove unused sub-group in regexp.
7160 * shell.el (shell--command-completion-data)
7161 (shell-environment-variable-completion):
7162 * pcomplete.el (pcomplete-completions-at-point):
7163 * comint.el (comint--complete-file-name-data): Use :exit-function
7164 instead of completion-table-with-terminator so it also works for
7165 choose-completion.
7166
e44e373d
SM
71672011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7168
4f91a816
SM
7169 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7170
782fc819
SM
7171 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7172 (bug#8710).
7173
e44e373d
SM
7174 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7175
381987c3
KM
71762011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
7177
7178 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7179 customization variable and implement: If non-nil, auto-fill will
7180 be inhibited while on topic's header line.
7181
b776bc70
VB
71822011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
7183
7184 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 7185 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
7186 always have a solution in grid size = 5 cases.
7187 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7188 (5x5-solver-output, 5x5-log-buffer): New vars.
7189 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7190 Make these variables buffer local to achieve 5x5 multi-session-ness.
7191 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7192 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7193 (5x5-solve-suggest): New funs.
7194 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7195 randomize a grid so that we ensure that there is always a solution.
7196 (5x5-make-random-grid): Allow other movement than flipping.
7197
7de88b6e
KR
71982011-05-23 Kevin Ryde <user42@zip.com.au>
7199
7200 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 7201 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
7202 advice and passes PREDICATE.
7203
b1ef1257
SM
72042011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7205
bbca48fe
SM
7206 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7207 byte-compile-lambda if it's actually a lambda.
7208
b1ef1257
SM
7209 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7210 Fix function quoting. Use backquote better.
7211
92a9cc65
YS
72122011-05-22 Yuanle Song <sylecn@gmail.com>
7213
7214 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7215 matching (Bug#8516).
7216
f0fb8059
JA
72172011-01-22 Jari Aalto <jari.aalto@cante.net>
7218
7219 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7220 different face (Bug#8178).
7221
d5b44c93
CY
72222011-05-22 Chong Yidong <cyd@stupidchicken.com>
7223
7224 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7225 defface (Bug#8144).
7226
79106a44
SM
72272011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7228
9c848d8a
SM
7229 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7230 funcall as well (bug#8712). Warn when performing those conversions.
7231 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7232
79106a44
SM
7233 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7234
88dfa756
GM
72352011-05-22 Glenn Morris <rgm@gnu.org>
7236
7237 * files.el (hack-local-variables-prop-line): Small simplifications.
7238 (hack-local-variables, hack-local-variables-prop-line):
7239 If MODE-ONLY, return the mode, rather than just `t'.
7240
b7cf2c79
SM
72412011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7242
7243 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7244
3f1a8558
GM
72452011-05-21 Glenn Morris <rgm@gnu.org>
7246
7e4ccca3
GM
7247 * files.el (hack-local-variables-prop-line, hack-local-variables):
7248 If only interested in the mode, don't bother doing the other stuff.
7249
637d46ca
GM
7250 * image-mode.el (image-after-revert-hook):
7251 Redraw all frames on which the image is visible. (Bug#8567)
7252
973d955b
GM
7253 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
7254
3f1a8558
GM
7255 * wid-edit.el (widget-checklist-match-inline):
7256 Fix 2011-04-19 change. (Bug#8649)
7257
96479927
SM
72582011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7259
1dcf791f
SM
7260 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7261 Also allow singlespace after single-letter capitals followed by a dot.
7262
96479927
SM
7263 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7264 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7265
35fd0881
N
72662011-05-20 Nix <nix@esperi.org.uk>
7267
7268 * files.el (basic-save-buffer-2):
7269 Fix handling of break-hardlink-on-save with non-existent files.
7270
82745640
DD
72712011-05-19 Deniz Dogan <deniz@dogan.se>
7272
7273 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 7274 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 7275
4a720484
GM
72762011-05-19 Glenn Morris <rgm@gnu.org>
7277
d1f21341
GM
7278 * progmodes/f90.el (f90-type-def-re):
7279 Handle "type, bind(c)". (Bug#8691)
7280
4a720484
GM
7281 * emacs-lisp/autoload.el (batch-update-autoloads):
7282 Set autoload-excludes by parsing loadup.el rather than Makefiles.
7283
2fb0a219
MA
72842011-05-18 Michael Albinus <michael.albinus@gmx.de>
7285
7286 * net/tramp.el (tramp-process-actions): Set "first-password-request"
7287 property for the correct connection in case of multihops.
7288
e565dd37
GM
72892011-05-18 Glenn Morris <rgm@gnu.org>
7290
c2571358 7291 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
7292 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7293
e565dd37
GM
7294 Rationalize calendar handling of day and month abbrev-arrays.
7295 * calendar/calendar.el (calendar-customized-p): New function.
7296 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7297 (calendar-day-name-array, calendar-month-name-array): Doc fix.
7298 Add :set function.
7299 (calendar-abbrev-length, calendar-day-abbrev-array)
7300 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7301 (calendar-day-abbrev-array, calendar-month-abbrev-array):
7302 Elements may no longer be nil.
7303 (calendar-day-name, calendar-month-name):
7304 Update for changed nature of abbrev arrays.
7305 * calendar/diary-lib.el (diary-name-pattern):
7306 Update for changed nature of abbrev arrays.
7307 (diary-mark-entries-1): Update calendar-make-alist calls.
7308 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7309 * calendar/cal-html.el (cal-html-day-abbrev-array):
7310 Simply inherit from calendar-day-abbrev-array.
7311
1d99a745
SM
73122011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * progmodes/grep.el (grep-mode): Disable default
7315 compilation-directory-matcher setting (bug#8684).
7316
7c1d9aa0
MA
73172011-05-17 Michael Albinus <michael.albinus@gmx.de>
7318
7319 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7320 instead of "head" and "tail". There were problems with SunOS 5.9,
7321 and it performs better.
7322
3952e9d8
GM
73232011-05-17 Glenn Morris <rgm@gnu.org>
7324
2dd12e7f
GM
7325 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7326
e4157b9c
GM
7327 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7328 Replace obsolete function.
7329
8e249bbd
GM
7330 * shell.el (pcomplete-parse-arguments-function): Declare.
7331
3952e9d8
GM
7332 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7333 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7334 (appt-check): Doc fixes.
7335 (appt-disp-window-function, appt-delete-window-function):
7336 Remove needless special case in custom :type.
7337 (appt-display-count): Default to 0, not nil.
7338 (appt-check): Reset appt-display-count to 0, not nil.
7339
c71a0d48 73402011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 7341
c71a0d48
GM
7342 * progmodes/python.el (python-font-lock-keywords):
7343 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 7344
31d55be9
SM
73452011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7348
3bfacb2f
KR
73492011-05-16 Kevin Ryde <user42@zip.com.au>
7350
7351 * info-look.el (makefile-automake-mode): New setups, looking in
7352 automake manual, then makefile-mode.
7353 (makefile-mode): Remove automake manual, have it just in
7354 makefile-automake-mode since there's various things different or
7355 not relevant to plain make.
7356 (makefile-mode): Remove "other-modes" non-existent automake-mode,
7357 believe a hypothetical automake-mode would go to makefile-mode,
7358 not the other way around.
7359
c8e83751
CY
73602011-05-15 Chong Yidong <cyd@stupidchicken.com>
7361
5e9e35cd
CY
7362 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7363 hunk-end tags (Bug#8672).
7364
c8e83751
CY
7365 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7366 vc-annotate-show-diff-revision-at-line (Bug#8671).
7367
50b23e5a
GM
73682011-05-14 Glenn Morris <rgm@gnu.org>
7369
7210a739
GM
7370 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7371 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
7372 (change-log-font-lock-keywords): Also handle multiple author lines
7373 with leading tabs. (Bug#8644)
7210a739 7374
4691905a
GM
7375 * calendar/appt.el (appt-check): Rename some local variables.
7376 Some simplification/reordering.
7377
50b23e5a
GM
7378 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7379 (feedmail-sendmail-f-doesnt-sell-me-out)
7380 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7381 (feedmail-debug-sit-for, feedmail-queue-express-hook)
7382 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
7383 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7384 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
7385 (feedmail-binmail-gnulinuxish-template):
7386 Rename from feedmail-binmail-linuxish-template.
7387 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7388 Use insert-buffer-substring.
7389
215cda7c
BC
73902011-05-14 Bill Carpenter <bill@carpenter.org>
7391
7392 * mail/feedmail.el (feedmail-patch-level): Increase.
7393 (feedmail-debug): New custom group.
7394 (feedmail-confirm-outgoing-timeout)
7395 (feedmail-sendmail-f-doesnt-sell-me-out)
7396 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7397 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7398 (feedmail-sender-line, feedmail-from-line)
7399 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 7400 (feedmail-spray-this-address)
215cda7c
BC
7401 (feedmail-spray-address-fiddle-plex-list)
7402 (feedmail-queue-use-send-time-for-date)
7403 (feedmail-queue-use-send-time-for-message-id)
7404 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7405 (feedmail-buffer-eating-function):
7406 Doc fixes.
7407 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7408 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7409 (feedmail-message-action-scroll-down): New functions.
7410 (feedmail-queue-directory, feedmail-queue-draft-directory):
7411 Use expand-file-name.
7412 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7413 Remove C-v help entry.
7414 (feedmail-queue-buffer-file-name): New variable.
7415 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7416 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7417 (feedmail-message-action-send-strong, feedmail-message-action-edit)
7418 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7419 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7420 (feedmail-message-action-toggle-spray)
7421 (feedmail-run-the-queue-no-prompts)
7422 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7423 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7424 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7425 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7426 (feedmail-envelope-deducer, feedmail-fiddle-from)
7427 (feedmail-fiddle-sender, feedmail-default-date-generator)
7428 (feedmail-fiddle-date, feedmail-fiddle-message-id)
7429 (feedmail-fiddle-spray-address)
7430 (feedmail-fiddle-list-of-spray-fiddle-plexes)
7431 (feedmail-fiddle-list-of-fiddle-plexes)
7432 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7433 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7434 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7435 Change default. Doc fix.
7436 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7437 (feedmail-binmail-linuxish-template): New constant.
7438 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
7439 Respect feedmail-sendmail-f-doesnt-sell-me-out.
7440 (feedmail-send-it): Add debug call.
7441 Use feedmail-queue-buffer-file-name, and
7442 feedmail-send-it-immediately-wrapper.
7443 (feedmail-message-action-send): Add debug call.
7444 Use feedmail-send-it-immediately-wrapper.
7445 (feedmail-queue-express-to-queue): Add debug call.
7446 Run feedmail-queue-express-hook.
7447 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
7448 (feedmail-message-action-help-blat):
7449 Rename from feedmail-queue-send-edit-prompt-help-first.
7450 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
7451 Check line-endings. Handle errors better.
7452 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7453 Doc fix. Add debug call.
7454 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
7455 Use feedmail-queue-send-edit-prompt-inner.
7456 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7457 (feedmail-queue-send-edit-prompt-inner): New function, extracted
7458 from feedmail-queue-send-edit-prompt.
7459 (feedmail-queue-send-edit-prompt-help)
7460 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7461 (feedmail-tidy-up-slug): Add debug call.
7462 Respect feedmail-queue-slug-suspect-regexp.
7463 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7464 (feedmail-dump-message-to-queue): Add debug call.
7465 Expand queue-directory.
7466 (feedmail-dump-message-to-queue): Change message slightly.
7467 Use feedmail-say-chatter.
7468 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
7469 (feedmail-send-it-immediately-wrapper): New function.
7470 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
7471 Insert empty string rather than newline. Handle full-frame case.
7472 Use catch/throw. Use feedmail-say-chatter.
7473 (feedmail-fiddle-from): Try mail-host-address.
7474 (feedmail-default-message-id-generator): Doc fix.
7475 Bind system-time-locale. Handle missing end.
7476 (feedmail-fiddle-x-mailer): Add debug call.
7477 Handle feedmail-x-mailer-line being nil.
7478 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7479 Add debug call. Use buffer-substring-no-properties.
7480 (feedmail-say-debug, feedmail-say-chatter): New functions.
7481 (feedmail-find-eoh): Give an explicit error.
7482
42c7e61e
UJ
74832011-05-13 Ulf Jasper <ulf.jasper@web.de>
7484
c2571358 7485 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 7486 family from helvetica to sans.
c2571358 7487 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7488 etc/images/newsticker.
7489
c2571358 7490 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
7491 family from helvetica to sans.
7492
7493 * net/newst-plainview.el (newsticker-new-item-face)
7494 (newsticker-old-item-face, newsticker-immortal-item-face)
7495 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 7496 (newsticker-statistics-face): Change default family from
42c7e61e 7497 helvetica to sans.
c2571358 7498 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7499 etc/images/newsticker.
7500
7501 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7502 (newsticker--process-auto-mark-filter-match): : Tell user about
7503 auto-marking.
7504
8497a297
DV
75052011-05-13 Didier Verna <didier@xemacs.org>
7506
7507 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
7508 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7509 TODO entries.
8497a297
DV
7510 (lisp-lambda-list-keyword-parameter-indentation)
7511 (lisp-lambda-list-keyword-parameter-alignment)
7512 (lisp-lambda-list-keyword-alignment): New customizable user options.
7513 (lisp-indent-defun-method): Improve docstring.
7514 (extended-loop-p): Fix comment.
7515 (lisp-indent-lambda-list-keywords-regexp): New variable.
7516 (lisp-indent-lambda-list): New function.
7517 (lisp-indent-259): Use it.
7518 (lisp-indent-defmethod): Support for more than one
7519 method qualifier and properly indent methods lambda-lists.
7520 (defgeneric): Provide a missing common-lisp-indent-function property.
7521
f278f87f
SM
75222011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7523
7524 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7525 bounds for the empty string (bug#8667).
7526
5233edd7
GM
75272011-05-13 Glenn Morris <rgm@gnu.org>
7528
5237a44f
GM
7529 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7530
8340026c 7531 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 7532 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 7533
5233edd7 7534 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 7535 (appt-time-msg-list): Doc fix.
a5464014 7536 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 7537
92d10796
AS
75382011-05-12 Andreas Schwab <schwab@linux-m68k.org>
7539
7540 * progmodes/ld-script.el (ld-script-keywords)
7541 (ld-script-builtins): Update keywords list.
7542
914a0ae1
SM
75432011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7544
c89be45f
SM
7545 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7546
914a0ae1
SM
7547 * shell.el (shell-completion-vars): New function.
7548 (shell-mode):
7549 * simple.el (read-shell-command): Use it.
7550 (blink-matching-open): No need for " [...]" in minibuffer-message.
7551
98dc3df3
GM
75522011-05-12 Glenn Morris <rgm@gnu.org>
7553
7554 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7555 (appt-check): Simplify.
7556
d2fc7e3d 75572011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 7558
4d61f28d 7559 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
7560 literal "/dev/null".
7561
d2fc7e3d 75622011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
7563
7564 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7565 Fix typo.
7566
d2fc7e3d 75672011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 7568
3f254caa
SM
7569 * progmodes/which-func.el (which-function):
7570 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
7571 which might not be defined (Bug#8260).
7572
d45885f7
GM
75732011-05-12 Glenn Morris <rgm@gnu.org>
7574
7575 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7576 Let byte-compile-initial-macro-environment always take precedence.
7577
488086f4
SM
75782011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7579
7580 * net/rcirc.el: Add support for SSL/TLS connections.
7581 (rcirc-server-alist): New field `encryption'.
7582 (rcirc): Check `encryption' settings.
7583 (rcirc-connect): New arg `encryption'. Use open-network-stream.
7584 Merge make-local-variable into `set'.
7585 (rcirc--connection-open-p): New function.
7586 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7587 the process is not a network process (e.g. running gnutls-cli).
7588 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7589 Make rcirc-(en|de)code-coding-system local here.
7590 (rcirc-mode): Merge make-local-variable into `set'.
7591 (rcirc-parent-buffer): Make permanent buffer-local.
7592 (rcirc-multiline-minor-mode): Don't do it here.
7593 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7594 there's no server buffer.
7595
7d3b9d44
GM
75962011-05-11 Glenn Morris <rgm@gnu.org>
7597
f64049c6
GM
7598 * newcomment.el (comment-kill): Prefix "unused" local.
7599
93c9df73
GM
7600 * term/w32console.el (get-screen-color): Declare.
7601
7d3b9d44
GM
7602 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7603 Handle symbol elements of byte-compile-initial-macro-environment.
7604
9e2dd53f
LL
76052011-05-10 Leo Liu <sdl.web@gmail.com>
7606
488086f4
SM
7607 * bookmark.el (bookmark-bmenu-mode-map):
7608 Bind bookmark-bmenu-search to `/'.
8b340240 7609
9e2dd53f 7610 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
7611 (footnote-unicode-string, footnote-unicode-regexp): New variable.
7612 (Footnote-unicode): New function.
7613 (footnote-style-alist): Add unicode style to the list.
7614 (footnote-style): Doc fix.
9e2dd53f 7615
79b70037
GM
76162011-05-10 Jim Meyering <meyering@redhat.com>
7617
7618 Fix doubled-word typos.
7619 * international/quail.el (quail-insert-kbd-layout): and and -> and
7620 * kermit.el: and and -> and
7621 * net/ldap.el (ldap-search-internal): to to -> to
7622 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7623 * progmodes/js.el (js-mode): and and -> and
7624 * textmodes/artist.el (artist-move-to-xy): at at -> at
7625 (artist-draw-region-trim-line-endings): if if -> if
7626 And Safetyc -> Safety.
7627 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7628
b8f82dc1 76292011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 7630 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
7631
7632 * files.el (hack-one-local-variable-eval-safep):
7633 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
7634
4f99f44b
GM
76352011-05-10 Glenn Morris <rgm@gnu.org>
7636
7637 * calendar/diary-lib.el (diary-list-entries-hook)
7638 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7639 (diary-nongregorian-marking-hook, diary-list-entries)
7640 (diary-include-other-diary-files, diary-mark-entries)
7641 (diary-mark-included-diary-files): Doc fixes.
7642
84f29e6b
JB
76432011-05-09 Juanma Barranquero <lekktu@gmail.com>
7644
7645 * misc.el: Require tabulated-list.el during compilation.
7646
9bedd73a
CY
76472011-05-09 Chong Yidong <cyd@stupidchicken.com>
7648
488086f4
SM
7649 * progmodes/compile.el (compilation-start):
7650 Run compilation-filter-hook for the async case too.
9bedd73a
CY
7651 (compilation-filter-hook): Doc fix.
7652
797c735c
DD
76532011-05-09 Deniz Dogan <deniz@dogan.se>
7654
7655 * wdired.el: Remove outdated installation comment. Fix usage
7656 comment.
7657
5f4b1dfe
JB
76582011-05-09 Juanma Barranquero <lekktu@gmail.com>
7659
7660 * misc.el: Implement new command `list-dynamic-libraries'.
7661 (list-dynamic-libraries--loaded-only-p): New variable.
7662 (list-dynamic-libraries--refresh): New function.
7663 (list-dynamic-libraries): New command.
7664
4c44026c
CY
76652011-05-09 Chong Yidong <cyd@stupidchicken.com>
7666
488086f4
SM
7667 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7668 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
7669 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
7670 higher priority to avoid clobbering by gnu.
7671
027f966d
CY
76722011-05-08 Chong Yidong <cyd@stupidchicken.com>
7673
7674 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
7675 if the face has existing theme settings (Bug#8454).
7676
085f5d7d
CY
76772011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
7678
488086f4
SM
7679 * progmodes/perl-mode.el (perl-imenu-generic-expression):
7680 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 7681
2a86a00c
RS
7682 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
7683 special file names `.' and `..' (Bug#8259).
7684
d9c54a06
CY
76852011-05-08 Chong Yidong <cyd@stupidchicken.com>
7686
488086f4
SM
7687 * progmodes/grep.el (grep-mode-font-lock-keywords):
7688 Remove buffer-changing entries.
d9c54a06
CY
7689 (grep-filter): New function.
7690 (grep-mode): Add it to compilation-filter-hook.
7691
7692 * progmodes/compile.el (compilation-filter-hook)
7693 (compilation-filter-start): New defvars.
7694 (compilation-filter): Call compilation-filter-hook prior to
7695 updating the process mark.
7696
c4662635
SM
76972011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7698
7699 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
7700
b0512a1d
EZ
77012011-05-07 Eli Zaretskii <eliz@gnu.org>
7702
605c9376
EZ
7703 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
7704 mailclient-send-it even if window-system is nil. (Bug#8595)
7705
c4662635
SM
7706 * term/w32console.el (terminal-init-w32console):
7707 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
7708 background-mode. (Bug#8597)
7709
d1dc2cc2
SM
77102011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7711
7712 Make bytecomp.el understand that defmethod defines funs (bug#8631).
7713 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
7714 New functions.
7715 (defgeneric, eieio--defmethod): Use them.
7716 (eieio-defgeneric): Remove.
7717 (defmethod): Call defgeneric in a way visible to the byte-compiler.
7718
915d1300
GM
77192011-05-07 Glenn Morris <rgm@gnu.org>
7720
a3961c3e
GM
7721 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
7722 Use let rather than let*.
7723 (timeclock-find-discrep): Remove unused local.
7724
314347b9
GM
7725 * calendar/diary-lib.el (diary-comment-start): Doc fix.
7726
915d1300
GM
7727 * calendar/appt.el (appt-time-msg-list): Doc fix.
7728
275b59b0
NF
77292011-05-06 Noah Friedman <friedman@splode.com>
7730
7731 * apropos.el (apropos-print-doc): Only use
7732 emacs-lisp-docstring-fill-column when it is bound to an integer,
7733 per that variable's documentation.
7734
6c19f744
SM
77352011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 7738 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 7739
60f884b2
GM
77402011-05-06 Glenn Morris <rgm@gnu.org>
7741
5006e634
GM
7742 * calendar/appt.el (appt-message-warning-time): Doc fix.
7743 (appt-warning-time-regexp): New option.
7744 (appt-make-list): Respect appt-message-warning-time.
7745
548d0a63
GM
7746 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
7747 New options.
7748 (diary-add-to-list): Strip comments from the displayed string.
7749 (diary-mode): Set comment-start and comment-end.
7750
60f884b2
GM
7751 * vc/diff-mode.el (smerge-refine-subst): Declare.
7752 (diff-refine-hunk): Don't require smerge-mode when compiling.
7753
989681bb
JB
77542011-05-06 Juanma Barranquero <lekktu@gmail.com>
7755
7756 * simple.el (list-processes): Return nil as the docstring says.
7757
a6bc05e1
MA
77582011-05-05 Michael Albinus <michael.albinus@gmx.de>
7759
7760 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
7761 to "".
7762 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7763 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
7764 determining of binary transfer. (Bug#7383)
7765
23c22e9a
MA
77662011-05-05 Michael Albinus <michael.albinus@gmx.de>
7767
c4662635
SM
7768 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7769 Fix port computation bug. (Bug#8618)
23c22e9a 7770
0bff894f
GM
77712011-05-05 Glenn Morris <rgm@gnu.org>
7772
b8296902
GM
7773 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
7774
1f522ce8
GM
7775 * simple.el (shell-dynamic-complete-functions)
7776 (comint-dynamic-complete-functions): Declare.
7777
cf5bee67
GM
7778 * net/network-stream.el (gnutls-negotiate):
7779 * simple.el (tabulated-list-print): Fix declarations.
7780
7781 * progmodes/gud.el (syntax-symbol, syntax-point):
7782 Remove unnecessary and incorrect declarations.
7783
0bff894f
GM
7784 * emacs-lisp/check-declare.el (check-declare-scan):
7785 Handle byte-compile-initial-macro-environment in bytecomp.el
7786
9869b3ae
SM
77872011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 Fix earlier half-done eieio-defmethod change (bug#8338).
7790 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
7791 Streamline and change calling convention.
7792 (defmethod): Adjust accordingly and simplify.
7793 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
7794 new eieio--defmethod.
7795 (slot-boundp): Minor CSE simplification.
7796
9c1d5ac5
MZ
77972011-05-05 Milan Zamazal <pdm@zamazal.org>
7798
7799 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
7800 (glasses-make-readable): Use glasses-separate-capital-groups.
7801
455c834e
JB
78022011-05-05 Juanma Barranquero <lekktu@gmail.com>
7803
7804 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
7805 (warning-series): Doc fix.
7806 (display-warning): Don't try to create the buffer if we just found it.
7807
9ed7c8cb
CY
78082011-05-04 Chong Yidong <cyd@stupidchicken.com>
7809
7810 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
7811 (autoload-find-generated-file): New function.
7812 (generate-file-autoloads): Bind generated-autoload-file to
7813 buffer-file-name.
9869b3ae
SM
7814 (update-file-autoloads, update-directory-autoloads):
7815 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
7816 output file (Bug#7989).
7817 (batch-update-autoloads): Doc fix.
7818
0898ca10
JB
78192011-05-04 Juanma Barranquero <lekktu@gmail.com>
7820
7821 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
7822
31dfb76c
GM
78232011-05-04 Glenn Morris <rgm@gnu.org>
7824
f330b642
GM
7825 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
7826 function, so it follows changes in calendar-date-style.
7827 (diary-fancy-date-matcher): New function.
7828 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
7829 (diary-fancy-font-lock-fontify-region-function):
7830 Use diary-fancy-date-pattern as a function.
7831
31dfb76c
GM
7832 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
7833 non-numbers for `year' etc pseudo-variables. (Bug#8583)
7834
48e79d6a
TZ
78352011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
7836
7837 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
7838 instead of positional arguments. Allow :keylist and :crlfiles
7839 arguments.
7840 (open-gnutls-stream): Call it.
7841
7842 * net/network-stream.el (network-stream-open-starttls): Adjust to
7843 call `gnutls-negotiate' with :process and :hostname arguments.
7844
dd5a5ee0
SM
78452011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7846
ef80fc09
SM
7847 * minibuffer.el (completion--message): New function.
7848 (completion--do-completion, minibuffer-complete)
7849 (minibuffer-force-complete, minibuffer-complete-word): Use it.
7850 (completion--do-completion): Don't ignore completion-auto-help when in
7851 icomplete-mode.
7852
dd5a5ee0
SM
7853 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
7854 internal encoding (e.g. tibetan zero is not whitespace).
7855 (global-whitespace-mode): Prefer save-current-buffer.
7856 (whitespace-trailing-regexp): Remove useless save-match-data.
7857 (whitespace-empty-at-bob-regexp): Minor simplification.
7858
b7d22a83
CY
78592011-05-03 Chong Yidong <cyd@stupidchicken.com>
7860
7861 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
7862
5192af46
AM
78632011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7864
7865 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 7866 Use `concat' to create string for insertion.
5192af46 7867
5767d190
SM
78682011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
7871 Avoid open-line which runs post-self-insert-hook.
7872 (bibtex-fill-entry): Remove unused `end' var.
7873
bf242939
AM
78742011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
7875
5767d190
SM
7876 * textmodes/ispell.el (ispell-add-per-file-word-list):
7877 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 7878
25666126
LL
78792011-05-03 Leo Liu <sdl.web@gmail.com>
7880
7881 * isearch.el (isearch-yank-pop): New command.
5767d190 7882 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
7883 (isearch-forward): Mention it.
7884
52d3c2d0
SM
78852011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7886
1bcace58
SM
7887 * simple.el (minibuffer-complete-shell-command): Remove.
7888 (minibuffer-local-shell-command-map): Use completion-at-point.
7889 (read-shell-command): Setup completion vars here instead.
7890 (read-expression-map): Bind TAB to symbol completion.
7891
52d3c2d0
SM
7892 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
7893 error directly rather via storing it into `results'.
7894
35813471
LL
78952011-05-02 Leo Liu <sdl.web@gmail.com>
7896
7897 * vc/diff.el: Fix description.
7898
e793a940
LMI
78992011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7900
7901 * server.el (server-eval-at): New function.
7902
8de66e05
LMI
79032011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7904
7905 * net/network-stream.el (open-network-stream): Take a :nowait
7906 parameter and pass it on to `make-network-process'.
7907 (network-stream-open-plain): Ditto.
7908
dcb79f20
AS
79092011-04-30 Andreas Schwab <schwab@linux-m68k.org>
7910
7911 * faces.el (face-spec-set-match-display): Don't match toolkit
7912 options on terminal frames.
7913
14a7fbd8
SM
79142011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7915
7eabc1be
SM
7916 * progmodes/pascal.el: Use lexical binding.
7917 (pascal-mode-map): Remove author preferences.
7918
14a7fbd8
SM
7919 * pcomplete.el (pcomplete-std-complete): Don't abuse
7920 completion-at-point.
7921
50f84510
JB
79222011-04-28 Juanma Barranquero <lekktu@gmail.com>
7923
6e087a44
JB
7924 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
7925 removing code that has been dead since 1991 or so.
7926
50f84510
JB
7927 * startup.el (command-line): When warning about "_emacs", use a
7928 delayed warning to allow the user to filter it out.
7929
0ba690bd
DD
79302011-04-28 Deniz Dogan <deniz@dogan.se>
7931
7932 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
7933 user has not joined.
7934
08abfaad
SM
79352011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
7938 aren't any completions at point.
7939
638f053a
JB
79402011-04-28 Juanma Barranquero <lekktu@gmail.com>
7941
7942 * subr.el (display-delayed-warnings): New function.
7943 (delayed-warnings-hook): New variable.
7944
8fff8daa
SM
79452011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7946
08abfaad
SM
7947 * minibuffer.el (completion-at-point, completion-help-at-point):
7948 Don't presume that a given completion-at-point-function will always
7949 use the same calling convention.
7950
8fff8daa
SM
7951 * pcomplete.el (pcomplete-completions-at-point):
7952 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
7953 pcomplete-seen is non-nil.
7954 (pcomplete-comint-setup): Also recognize the new comint/shell
7955 completion functions.
7956 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
7957 pcomplete-seen is non-nil.
7958
841a1577 79592011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 7960
841a1577 7961 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 7962 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 7963 the first character in the entry. This allows for code to add its
211ec907
UJ
7964 own uid to the entry.
7965 (icalendar--convert-float-to-ical): Add export of
7966 `diary-float'-entries save for those with the optional DAY
7967 argument.
7968
2a782793
DC
79692011-04-27 Daniel Colascione <dan.colascione@gmail.com>
7970
7971 * subr.el (shell-quote-argument): Use alternate escaping strategy
7972 when we spot a variable reference in a string.
7973
0438ce91
DC
79742011-04-26 Daniel Colascione <dan.colascione@gmail.com>
7975
7976 * cus-start.el (all): Define customization for debug-on-event.
7977
841a1577 79782011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
7979
7980 * subr.el (shell-quote-argument): Escape correctly under Windows.
7981
d090ed6c
SM
79822011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7983
7984 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
7985
bfd31217
MA
79862011-04-25 Michael Albinus <michael.albinus@gmx.de>
7987
d090ed6c
SM
7988 * net/tramp.el (tramp-process-actions): Add POS argument.
7989 Delete region between POS and (pos).
bfd31217 7990
d090ed6c
SM
7991 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7992 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
7993 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
7994
7995 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
7996 position in `tramp-process-actions' call.
7997
7998 * net/trampver.el: Update release number.
7999
e92f3bd3
SM
80002011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8001
850256b5
SM
8002 * custom.el (defcustom): Obey lexical-binding.
8003
e92f3bd3
SM
8004 Fix octave-inf completion problems reported by Alexander Klimov.
8005 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8006 Inherit from octave-mode-syntax-table.
8007 (inferior-octave-mode): Set info-lookup-mode.
8008 (inferior-octave-completion-at-point): New function.
8009 (inferior-octave-complete): Use it and completion-in-region.
8010 (inferior-octave-dynamic-complete-functions): Use it as well, and use
8011 comint-filename-completion.
8012 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8013 symbol elements which shouldn't be word elements.
8014 (octave-font-lock-keywords, octave-beginning-of-defun)
8015 (octave-function-header-regexp): Adjust regexps accordingly.
8016 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8017
cd22b309
JB
80182011-04-25 Juanma Barranquero <lekktu@gmail.com>
8019
8020 * net/gnutls.el (gnutls-errorp): Declare before first use.
8021
8b492194
TZ
80222011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
8023
8024 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8025 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 8026 default trustfile exists before going to use it. Add missing
5a5fa834 8027 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
8028 Reported by Claudio Bley <claudio.bley@gmail.com>.
8029 (open-gnutls-stream): Add usage example.
8030
8031 * net/network-stream.el (network-stream-open-starttls): Give host
8032 parameter to `gnutls-negotiate'.
8033 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 8034 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 8035
841a1577 80362011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 8037
cd22b309
JB
8038 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8039 Use correct match group (bug#8438).
05842630 8040
3ba7869c
CY
80412011-04-24 Chong Yidong <cyd@stupidchicken.com>
8042
512e3ae1
CY
8043 * emacs-lisp/package.el (package-built-in-p): Fix typo.
8044 (package-menu--generate): New arg specifying packages to show.
8045 (package-menu-refresh, package-menu-execute, list-packages):
8046 Callers changed.
8047 (package-show-package-list): New function, replacing deleted
8048 package--list-packages (renamed because it is non-internal).
8049
8050 * finder.el (finder-list-matches): Use package-show-package-list
8051 instead of deleted package--list-packages.
8052
e92f3bd3
SM
8053 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8054 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
8055 (vc-annotate-mode-map): Bind it to RET.
8056
7031be6d
UR
80572011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8058
8059 * progmodes/etags.el (next-file): Don't use set-buffer to change
8060 buffers (Bug#8478).
8061
4ef177aa
CY
80622011-04-24 Chong Yidong <cyd@stupidchicken.com>
8063
c8d173eb
CY
8064 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8065
4ef177aa
CY
8066 * apropos.el (apropos-label-face): Avoid variable-pitch face.
8067 (apropos-accumulator): Doc fix.
8068 (apropos-function, apropos-macro, apropos-command)
8069 (apropos-variable, apropos-face, apropos-group, apropos-widget)
8070 (apropos-plist): Add face property.
8071 (apropos-symbols-internal): Fix indentation.
8072 (apropos-print): Simplify help, and recognize apropos-multi-type.
8073 (apropos-print-doc): Use button-type-get to extract the button's
8074 face property. Fill docstring (Bug#8352).
8075
4ffd0d6b 80762011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
8077
8078 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8079
c6c32125 8080 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 8081 (mpuz-mode-map): Use mapc.
c6c32125
JB
8082 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8083 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8084 Fix typos in docstrings.
8085
58d468b4
JB
8086 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8087 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8088
6470c3c6
JB
8089 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8090
4ffd0d6b 80912011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
8092
8093 * minibuffer.el (completion--do-completion): Avoid the "Next char
8094 not unique" prompt if icomplete-mode is enabled (Bug#5849).
8095
3ad8bad0
CY
8096 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8097 mouse-2 into unread-command-events, it is interpreted correctly.
8098
71d73c9c 8099 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 8100 (image-toggle-display): Doc fix.
71d73c9c 8101
841a1577 81022011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 8103
4ffd0d6b
GM
8104 * textmodes/page.el (what-page): Use line-number-at-pos to
8105 calculate line number (Bug#6825).
6e1dbaa9 8106
c2fb1b60
JB
81072011-04-22 Juanma Barranquero <lekktu@gmail.com>
8108
8109 * eshell/esh-mode.el (find-tag-interactive): Declare function.
8110 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8111 Pass argument NO-DEFAULT to `find-tag-interactive'.
8112
e02f48d7
JB
81132011-04-22 Juanma Barranquero <lekktu@gmail.com>
8114
8115 Lexical-binding cleanup.
8116
8117 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8118 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8119 * progmodes/ada-prj.el (ada-prj-initialize-values)
8120 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8121 (ada-prj-show-value):
8122 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8123 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8124 (antlr-invalidate-context-cache, antlr-options-menu-filter)
8125 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8126 * progmodes/bug-reference.el (bug-reference-push-button):
8127 * progmodes/fortran.el (fortran-line-length):
8128 * progmodes/glasses.el (glasses-change):
8129 * progmodes/octave-mod.el (octave-fill-paragraph):
8130 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8131 (python-pdbtrack-grub-for-buffer, python-sentinel):
8132 * progmodes/sql.el (sql-save-connection):
8133 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8134 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8135 Mark unused parameters.
8136
8137 * progmodes/compile.el (compilation--flush-directory-cache)
8138 (compilation--flush-parse, compile-internal): Mark unused parameters.
8139 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8140 (compilation-next-error-function): Remove unused variable `timestamp'.
8141
8142 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8143 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8144
8145 * progmodes/dcl-mode.el (dcl-end-of-command):
8146 Remove unused variable `start'.
8147 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8148 (dcl-option-value-basic, dcl-option-value-offset)
8149 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8150 Mark unused parameters.
8151 (dcl-save-local-variable): Remove unused variable `val'.
8152 (mode): Declare.
8153
8154 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8155 Mark unused parameters.
8156 (delphi-ignore-changes): Move before first use.
8157 (delphi-charset-token-at): Remove unused variable `start'.
8158 (delphi-else-start): Remove unused variable `if-count'.
8159 (delphi-comment-block-start, delphi-comment-block-end):
8160 Remove unused variable `kind'.
8161 (delphi-indent-line): Remove unused variable `new-point'.
8162
8163 * progmodes/ebrowse.el (ebrowse-files-list)
8164 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8165 Mark unused parameters. Don't quote `lambda'.
8166 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8167 Don't quote `lambda'.
8168 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8169 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8170 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8171 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8172 Use `ignore-errors'.
8173 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8174 (ebrowse-view/find-file-and-search-pattern)
8175 (ebrowse-view/find-member-declaration/definition):
8176 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8177 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8178 Rename parameter PREFIX-ARG to PREFIX.
8179 (ebrowse-tags-read-name): Remove unused variables `start' and
8180 `member-info'.
8181 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8182 to `tags-file'.
8183
8184 * progmodes/etags.el (local-find-tag-hook): Declare.
8185 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8186 Mark unused parameters.
8187
8188 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8189 (executable-interpret): Mark unused parameter.
8190
8191 * progmodes/flymake.el (flymake-process-sentinel)
8192 (flymake-after-change-function)
8193 (flymake-create-temp-with-folder-structure)
8194 (flymake-get-include-dirs-dot): Mark unused parameters.
8195 (flymake-safe-delete-directory): Remove unused variable `err'.
8196
8197 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8198 (speedbar-timer-fn, speedbar-line-text)
8199 (speedbar-change-expand-button-char, speedbar-delete-subblock)
8200 (speedbar-center-buffer-smartly): Declare functions.
8201 (gdb-find-watch-expression): Remove unused variable `array'.
8202 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8203 (gdb-starting): Mark unused parameters.
8204 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8205 (gdb-table-string): Remove unused variable `res'.
8206 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8207 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8208 (gdb-display-buffer): Remove unused variable `cur-size'.
8209
8210 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8211 allow lexical-binding compilation.
8212 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8213 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8214 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8215 Mark unused parameters.
8216 (gud-gdb-marker-filter): Remove unused variable `match'.
8217 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8218 lambda expressions and funcall them, instead of using `fset'.
8219
8220 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8221 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8222
8223 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8224 variable `header-beg'; use `let'.
8225
8226 * progmodes/icon.el (indent-icon-exp): Remove unused variables
8227 `restart', `last-sexp' and `at-do'.
8228
8229 * progmodes/js.el (js--debug): Mark unused parameter.
8230 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8231 (js--splice-into-items): Remove unused variable `item'.
8232 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8233
8234 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8235 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8236 (makefile-complete): Remove unused variable `try'.
8237 (makefile-fill-paragraph, makefile-match-function-end):
8238 Mark unused parameters.
8239
8240 * progmodes/octave-inf.el (inferior-octave-complete):
8241 Remove unused variable `proc'.
8242 (inferior-octave-output-digest): Mark unused parameter.
8243
8244 * progmodes/perl-mode.el (perl-calculate-indent):
8245 Remove unused variable `err'.
8246
8247 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8248 (prolog-indent-line): Mark unused parameters.
8249 (prolog-indent-line): Remove unused variable `beg'.
8250
8251 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8252 (reporter-dont-compact-list): Declare.
8253
8254 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8255 Remove unused variable `char'.
8256 (sh-debug): Mark unused parameter.
8257 (sh-get-indent-info): Remove unused variable `start'.
8258 (sh-calculate-indent): Remove unused variable `var'.
8259
8260 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8261 (simula-electric-keyword): Remove unused variable `null'.
8262 (simula-search-backward, simula-search-forward): Remove unused
8263 variables `begin' and `end'.
8264
8265 * progmodes/vera-mode.el (vera-guess-basic-syntax):
8266 Remove unused variable `pos'.
8267 (vera-electric-tab, vera-comment-uncomment-region):
8268 Mark unused parameters.
8269 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8270
7ede3b65
CY
82712011-04-22 Chong Yidong <cyd@stupidchicken.com>
8272
8273 * emacs-lisp/package.el (package--builtins, package-alist)
8274 (package-load-descriptor, package-built-in-p, package-activate)
8275 (define-package, package-installed-p)
8276 (package-compute-transaction, package-buffer-info)
8277 (package--push): Doc fix. Distinguish more clearly between
8278 version strings and version lists.
8279
121656e9
JB
82802011-04-21 Juanma Barranquero <lekktu@gmail.com>
8281
8282 Lexical-binding cleanup.
8283
8284 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8285 (5x5-make-mutate-best):
8286 * play/fortune.el (fortune-in-buffer):
8287 * play/gomoku.el (gomoku-init-display):
8288 * play/solitaire.el (solitaire, solitaire-do-check):
8289 * play/tetris.el (tetris-default-update-speed-function):
8290 Mark unused parameters.
8291
8292 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8293 (bubbles--shift): Remove unused variable `char-org'.
8294 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
8295 (bubbles--show-images): Remove unused variable `char'.
8296
8297 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8298 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8299 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8300 (decipher-analyze-buffer): Use ?\s.
8301 (decipher-make-checkpoint): Remove unused variable `mapping'.
8302
8303 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8304
8305 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8306 Remove unused variable `result'; use `let'.
8307
8308 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8309 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8310 (gametree-children-shown-p, gametree-compute-reduced-score):
8311 Use `ignore-errors'.
8312
8313 * play/handwrite.el (ps-lpr-switches): Declare.
8314 (handwrite): Remove unused variables `pmin' and `lastp'.
8315
8316 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8317
8318 * play/landmark.el (landmark-init-display)
8319 (landmark-update-naught-weights): Mark unused parameters.
8320 (landmark-y): Remove unused variable `noise'. Simplify.
8321 (landmark-human-plays): Remove unused variable `score'.
8322
8323 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8324 (mpuz-try-proposal): Remove unused variable `game'.
8325
8326 * play/zone.el (life-patterns): Declare.
8327
80f499c7
JB
83282011-04-20 Juanma Barranquero <lekktu@gmail.com>
8329
8330 * vc/vc.el (ediff-vc-internal): Declare function.
8331
024ff170
SM
83322011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8333
c0a193ea
SM
8334 * shell.el: Use lexical-binding and std completion UI.
8335 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8336 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8337 comint-preoutput-filter-functions rather than on
8338 comint-output-filter-functions.
8339 (shell-command-completion, shell--command-completion-data)
8340 (shell-filename-completion, shell-environment-variable-completion)
8341 (shell-c-a-p-replace-by-expanded-directory): New functions.
8342 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8343 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8344 (shell-dynamic-complete-environment-variable): Use them.
8345 (shell-dynamic-complete-as-environment-variable)
8346 (shell-dynamic-complete-as-command): Remove.
8347 (shell-match-partial-variable): Match past point.
8348 * comint.el: Clean up use of completion-at-point-functions.
8349 (comint-completion-at-point): New function.
8350 (comint-mode): Use it completion-at-point-functions.
8351 (comint-dynamic-complete): Make it obsolete.
8352 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8353 (comint-c-a-p-replace-by-expanded-history): New function.
8354 (comint-dynamic-complete-functions)
8355 (comint-replace-by-expanded-history): Use it.
8356 * minibuffer.el (completion-table-with-terminator): Allow dynamic
8357 termination strings. Try harder to avoid second try-completion.
8358 (completion-in-region-mode-map): Disable bindings that don't work yet.
8359
2dbaa080
SM
8360 * comint.el: Use lexical-binding. Require CL.
8361 (comint-dynamic-complete-functions): Use comint-filename-completion.
8362 (comint-completion-addsuffix): Tweak custom type.
8363 (comint-filename-completion, comint--common-suffix)
8364 (comint--common-quoted-suffix, comint--table-subvert)
8365 (comint--complete-file-name-data): New functions.
8366 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8367 (comint-dynamic-list-filename-completions): Use them.
8368 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 8369
2dbaa080
SM
8370 * minibuffer.el (completion-in-region-mode):
8371 Keep completion-in-region-mode--predicate global.
8372 (completion-in-region--postch):
8373 Assume completion-in-region-mode--predicate is not null.
8374
c79a6f38
SM
8375 * progmodes/flymake.el (flymake-start-syntax-check-process):
8376 Obey `dir'. Simplify.
8377
024ff170
SM
8378 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8379 we're in VC after all.
8380
1c6c854e
CS
83812011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
8382
8383 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 8384 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
8385 (vc-version-diff): Use vc-diff-build-argument-list-internal.
8386
bed7f140
SM
83872011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8388
332e62ab
SM
8389 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8390 add sanity check.
8391
bed7f140
SM
8392 * obsolete/erc-hecomplete.el: Make obsolete.
8393 * obsolete/: Standardize obsolescence info in the header.
8394
f195c582
GM
83952011-04-20 Glenn Morris <rgm@gnu.org>
8396
8397 * calendar/solar.el (solar-horizontal-coordinates):
8398 Use the longitude argument rather than `calendar-longitude'.
8399 (solar-date-next-longitude): Remove unused locals.
8400
cb79b8c0
VJL
84012011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8402
8403 * whitespace.el: New version 13.2.1.
8404
84052011-04-20 felix <EmacsWiki> (tiny change)
8406
d8e4b68b 8407 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
8408 switching between major modes on a file.
8409
602ea69d
SM
84102011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8413 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8414 multi-line comments as well.
8415
06b60517
JB
84162011-04-19 Juanma Barranquero <lekktu@gmail.com>
8417
8418 Lexical-binding cleanup.
8419
8420 * arc-mode.el (archive-mode-revert):
8421 * cmuscheme.el (scheme-interactively-start-process):
8422 * custom.el (custom-initialize-delay):
8423 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8424 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8425 * emacs-lock.el (emacs-lock-clear-sentinel):
8426 * ezimage.el (defezimage):
8427 * follow.el (follow-avoid-tail-recenter):
8428 * fringe.el (set-fringe-mode-1):
8429 * generic-x.el (bat-generic-mode-compile):
8430 * help-mode.el (help-info-variable, help-do-xref)
8431 (help-mode-revert-buffer):
8432 * help.el (view-emacs-todo):
8433 * iswitchb.el (iswitchb-completion-help):
8434 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8435 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8436 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8437 * locate.el (locate-update):
8438 * longlines.el (longlines-encode-region)
8439 (longlines-after-change-function):
8440 * outline.el (outline-isearch-open-invisible):
8441 * ps-def.el (declare-function, charset-dimension, char-width)
8442 (encode-char):
8443 * ps-mule.el (ps-mule-plot-string):
8444 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8445 (recentf-edit-list-select, recentf-edit-list-validate)
8446 (recentf-open-files-action):
8447 * rect.el (delete-whitespace-rectangle-line)
8448 (rectangle-number-line-callback):
8449 * register.el (window-configuration-to-register)
8450 (frame-configuration-to-register):
8451 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8452 * select.el (xselect-convert-to-string, xselect-convert-to-length)
8453 (xselect-convert-to-targets, xselect-convert-to-delete)
8454 (xselect-convert-to-filename, xselect-convert-to-charpos)
8455 (xselect-convert-to-lineno, xselect-convert-to-colno)
8456 (xselect-convert-to-os, xselect-convert-to-host)
8457 (xselect-convert-to-user, xselect-convert-to-class)
8458 (xselect-convert-to-name, xselect-convert-to-integer)
8459 (xselect-convert-to-atom, xselect-convert-to-identity):
8460 * subr.el (declare, ignore, process-kill-without-query)
8461 (text-clone-maintain):
8462 * terminal.el (te-get-char, te-tic-sentinel):
8463 * tool-bar.el (tool-bar-make-keymap):
8464 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8465 * type-break.el (type-break-mode, type-break-noninteractive-query):
8466 * view.el (View-back-to-mark):
8467 * wid-browse.el (widget-browse-action, widget-browse-widget)
8468 (widget-browse-widgets, widget-browse-sexp):
8469 * widget.el (define-widget-keywords):
8470 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8471 Mark unused parameters.
8472
8473 * align.el (align-adjust-col-for-rule): Mark unused parameter.
8474 (align-areas): Remove unused variable `look'.
8475 (align-region): Remove unused variables `real-end' and `pos-list'.
8476
8477 * apropos.el (apropos-score-doc): Remove unused variable `i'.
8478
8479 * bindings.el (mode-line-modified, mode-line-remote):
8480 Mark unused parameters.
8481 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8482
8483 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8484 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8485
8486 * comint.el (comint-history-isearch-pop-state)
8487 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8488 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8489 (comint-substitute-in-file-name): Doc fix.
8490
8491 * completion.el (cmpl-statistics-block): Mark unused parameter.
8492 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8493 (save-completions-to-file, load-completions-from-file):
8494 Remove unused local variable `e'.
8495
8496 * composite.el (compose-chars): Remove unused variable `len'.
8497 (lgstring-insert-glyph): Remove unused variable `g'.
8498 (compose-glyph-string): Remove unused variables `ascent',
8499 `descent', `lbearing' and `rbearing'.
8500 (compose-glyph-string-relative): Remove unused variables
8501 `lbearing', `rbearing' and `wadjust'.
8502 (compose-gstring-for-graphic): Remove unused variables `header',
8503 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
8504 (compose-gstring-for-terminal): Remove unused variables `header'
8505 and `nchars'. Use `let', not `let*'.
8506
8507 * cus-edit.el (Custom-set, Custom-save, custom-reset)
8508 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8509 (Custom-buffer-done, custom-buffer-create-internal)
8510 (custom-browse-visibility-action, custom-browse-group-tag-action)
8511 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8512 (widget-magic-mouse-down-action, custom-toggle-parent)
8513 (custom-add-parent-links, custom-toggle-hide-variable)
8514 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8515 (custom-toggle-hide-face, face, hook, custom-group-link-action)
8516 (custom-face-menu-create, custom-variable-menu-create, get)
8517 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8518 (custom-reset-standard-save-and-update): Remove unused variable `value'.
8519 (customize-apropos): Remove unused variable `tests'.
8520 (custom-group-value-create): Remove unused variable `hidden-p'.
8521 (sort-fold-case): Declare.
8522
8523 * cus-theme.el (custom-reset-standard-faces-list)
8524 (custom-reset-standard-variables-list): Declare.
8525 (customize-create-theme, custom-theme-revert, custom-theme-write)
8526 (custom-theme-choose-mode, customize-themes, custom-theme-save):
8527 Mark unused parameters.
8528
8529 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8530
8531 * delim-col.el (delimit-columns-max): Move defvar before first use.
8532
8533 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 8534 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
8535
8536 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8537 (auto-insert): Declare.
8538 (desktop-restore-file-buffer): Rename desktop-* parameters;
8539 mark unused ones.
8540 (desktop-create-buffer): Rename desktop-* parameters and bind them.
8541 (desktop-buffer): Rename desktop-* parameters.
8542
8543 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8544 (dframe-reposition-frame-xemacs, dframe-help-echo)
8545 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8546 Mark unused parameters.
8547
8548 * dired-aux.el (backup-extract-version-start, overwrite-query)
8549 (overwrite-backup-query, rename-regexp-query)
8550 (rename-non-directory-query): Declare.
8551 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8552 (dired-add-entry): Remove unused variable `orig-file-name'.
8553 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8554 Use parameter PRESERVE-TIME instead of accessing dynamic variable
8555 `dired-copy-preserve-time' directly.
8556 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8557 (dired-insert-subdir-newpos): Rename unused variable `pos'.
8558
8559 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8560 (dired-virtual-revert, dired-make-relative-symlink):
8561 Mark unused parameters.
8562 (manual-program): Declare.
8563 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8564 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8565 wrapped in `with-no-warnings' to avoid replacing one warning by another.
8566
8567 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8568
8569 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8570
8571 * echistory.el (electric-history-in-progress, Helper-return-blurb):
8572 Declare.
8573
8574 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8575
8576 * electric.el (Electric-command-loop): Rename parameter
8577 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8578
8579 * expand.el (expand-in-literal): Remove unused variable `here'.
8580
8581 * facemenu.el (facemenu-add-new-color):
8582 Remove unused variable `docstring'.
8583
8584 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8585 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8586 (face-attr-construct): Mark unused parameter. Doc fix.
8587 (read-color): Remove unused variable `hex-string'.
8588
8589 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8590 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8591 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8592 (display-buffer-other-frame): Remove unused variable `old-window'.
8593 (kill-buffer-hook): Declare.
8594 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8595 Mark unused parameters.
8596 (after-find-file): Pass 1 to `auto-save-mode', not t.
8597
8598 * files-x.el (auto-insert): Declare.
8599 (modify-file-local-variable-prop-line): Remove unused variable `val'.
8600
8601 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 8602 variable `buf'. Mark unused parameter.
06b60517
JB
8603 (find-lisp-insert-directory): Mark unused parameter.
8604
8605 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8606 (format-encode-region): Remove unused variables `cur-buf' and `result'.
8607 (format-common-tail): Remove, unused.
8608 (format-deannotate-region): Remove unused variable `loc'.
8609 (format-annotate-region): Remove unused variable `p'.
8610 (format-annotate-single-property-change): Remove unused variables
8611 `default' and `tail'.
8612
8613 * forms.el (read-file-filter): Declare.
8614 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8615
8616 * frame.el (frame-creation-function-alist): Mark unused parameter.
8617 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8618
8619 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8620 Remove unused parameters.
8621 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8622 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8623
8624 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8625 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8626 (hfy-prepare-tag-map): Mark unused parameters.
8627 (htmlfontify-buffer): Use `called-interactively-p'.
8628
8629 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8630 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8631 (ibuffer-do-occur): Mark unused parameters.
8632 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8633 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8634
8635 * ibuffer.el: Don't quote `lambda'.
8636 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8637 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8638 Mark unused parameters.
8639
8640 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8641 (ido-completing-read): Mark unused parameters.
8642 (ido-copy-current-word): Mark unused parameters;
8643 remove unused variable `name'.
8644 (ido-sort-merged-list): Remove unused parameter `dirs'.
8645
8646 * ielm.el (ielm-input-sender): Mark unused parameter.
8647 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8648 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8649 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8650 `ielm-string' as a dynamic variable accessible from the IELM prompt.
8651 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
8652
8653 * image-dired.el (image-dired-display-thumbs): Remove unused
8654 variables `curr-file' and `count'.
8655 (image-dired-remove-tag): Remove unused variable `start'.
8656 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8657 variable `curr-file'
8658 (image-dired-rotate-original): Remove unused variable `temp-file'.
8659 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
8660 Remove unused variable `file'.
8661 (image-dired-gallery-generate): Remove unused variable `curr'.
8662 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
8663
8664 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
8665
8666 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
8667
8668 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
8669
8670 * isearch.el (minibuffer-history-symbol): Declare.
8671 (isearch-edit-string): Remove unused variable `err'.
8672 (isearch-message-prefix, isearch-message-suffix):
8673 Mark unused parameters.
8674
8675 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
8676
8677 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
8678
8679 * makesum.el (double-column): Remove unused variable `cnt'.
8680
8681 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
8682 (ido-ignore-item-temp-list): Declare.
8683
8684 * mouse-drag.el (mouse-drag-throw): Remove unused variables
8685 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
8686 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
8687 (mouse-drag-drag): Remove unused variables `mouse-delta' and
8688 `mouse-col-delta'.
8689
8690 * mouse-sel.el (mouse-extend-internal):
8691 Remove unused variable `orig-window-frame'.
8692
8693 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
8694 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
8695 Move declarations before first use.
8696 (pcomplete-opt): Mark unused parameters; doc fix.
8697
8698 * proced.el (proced-revert): Mark unused parameter.
8699 (proced-send-signal): Remove unused variable `err'.
8700
8701 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
8702 Rename parameter PREFIX-ARG to ARG.
8703 (ps-basic-plot-string, ps-basic-plot-whitespace):
8704 Mark unused parameters.
8705
8706 * replace.el (replace-count): Define.
8707 (occur-revert-function): Mark unused parameters.
8708 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
8709 (isearch-case-fold-search, isearch-string): Declare.
8710 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
8711 bind `case-fold-search'. Remove unused variables `beg' and `end',
8712 and simplify.
8713 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
8714 COUNT and bind `replace-count'.
8715 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
8716 to COUNT.
8717
8718 * savehist.el (print-readably, print-string-length): Declare.
8719
8720 * shadowfile.el (shadow-expand-cluster-in-file-name):
8721 Remove unused variable `cluster'.
8722 (shadow-copy-file): Remove unused variable `i'.
8723 (shadow-noquery, shadow-clusters, shadow-site-cluster)
8724 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
8725 (shadow-define-literal-group, shadow-define-regexp-group)
8726 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
8727
8728 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
8729 (shell): Use `called-interactively-p'.
8730 (shell-directory-tracker): Remove unused variable `chdir-failure'.
8731
8732 * simple.el (compilation-context-lines, comint-file-name-quote-list)
8733 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
8734 (delete-backward-char): Remove unused variable `ocol'.
8735 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
8736 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
8737 (event-apply-hyper-modifier, event-apply-shift-modifier)
8738 (event-apply-control-modifier, event-apply-meta-modifier):
8739 Mark unused parameters.
8740 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
8741 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
8742
8743 * speedbar.el (speedbar-ignored-directory-expressions)
8744 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
8745 (speedbar-find-file, speedbar-dir-follow)
8746 (speedbar-directory-buttons-follow, speedbar-tag-find)
8747 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8748 (speedbar-buffers-line-directory, speedbar-buffer-click):
8749 Mark unused parameters.
8750 (speedbar-tag-file): Remove unused variable `mode'.
8751 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
8752
8753 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
8754
8755 * talk.el (talk): Remove unused variable `display'.
8756
8757 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
8758 (tar-write-region-annotate): Mark unused parameter.
8759
8760 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
8761 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
8762 Declare them, wrapped in `with-no-warnings' to avoid replacing one
8763 warning by another.
8764
8765 * time-stamp.el (time-stamp-string-preprocess):
8766 Remove unused variable `require-padding'.
8767
8768 * tree-widget.el (widget-glyph-enable): Declare.
8769 (tree-widget-action): Mark unused parameter.
8770
8771 * w32-fns.el (x-get-selection): Mark unused parameter.
8772 (autoload-make-program, generated-autoload-file): Declare.
8773
8774 * wdired.el (wdired-revert): Mark unused parameters.
8775 (wdired-xcase-word): Remove unused variable `err'.
8776
8777 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
8778 (whitespace-help-scroll): Remove unused variable `data-help'.
8779
8780 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
8781 (widget-image-insert, widget-after-change, default)
8782 (widget-default-format-handler, widget-default-notify)
8783 (widget-default-prompt-value, widget-info-link-action)
8784 (widget-url-link-action, widget-function-link-action)
8785 (widget-variable-link-action, widget-file-link-action)
8786 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
8787 (widget-field-prompt-internal, widget-field-action, widget-field-match)
8788 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
8789 (widget-insert-button-action, widget-delete-button-action, visibility)
8790 (widget-documentation-link-action, widget-documentation-string-action)
8791 (widget-const-prompt-value, widget-regexp-match, symbol)
8792 (widget-coding-system-prompt-value)
8793 (widget-key-sequence-value-to-external, sexp)
8794 (widget-sexp-value-to-internal, character, vector, cons)
8795 (widget-choice-prompt-value, widget-boolean-prompt-value)
8796 (widget-color--choose-action): Mark unused parameters.
8797 (widget-item-match-inline, widget-choice-match-inline)
8798 (widget-checklist-match, widget-checklist-match-inline)
8799 (widget-group-match): Rename parameter VALUES to VALS.
8800 (widget-field-value-set): Remove unused variable `size'.
8801 (widget-color-action): Remove unused variables `value' and `start'.
8802
8803 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 8804 variable `dir'. Doc fix.
06b60517
JB
8805 (windmove-find-other-window): Don't pass it.
8806
8807 * window.el (count-windows): Mark unused parameter.
8808 (bw-adjust-window): Remove unused variable `err'.
8809
8810 * woman.el (woman-file-name): Remove unused variable `default'.
8811 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
8812 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
8813 (global-font-lock-mode): Declare.
8814 (woman-decode-region): Mark unused parameter.
8815 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
8816
8817 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
8818 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
8819 (x-dnd-handle-moz-url): Remove unused variable `title'.
8820 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
8821
8822 * xml.el (xml-parse-tag, xml-parse-attlist):
8823 Remove unused variable `pos'.
8824
bc4f7f3d
GM
88252011-04-19 Glenn Morris <rgm@gnu.org>
8826
8827 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
8828 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8829 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8830 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
8831 * calendar/cal-html.el (cal-html-insert-minical):
8832 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
8833 (calendar-mark-date-pattern):
8834 Prefix "unused" locals.
8835
8836 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
8837 optional argument `style'.
8838
8839 * calendar/appt.el (appt-make-list):
8840 * calendar/cal-china.el (calendar-chinese-date-string):
8841 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
8842 (diary-hebrew-yahrzeit):
8843 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
8844 * calendar/calendar.el (calendar-generate-window):
8845 * calendar/time-date.el (time-to-days):
8846 Remove unused local variables.
8847
16a43933
CY
88482011-04-18 Chong Yidong <cyd@stupidchicken.com>
8849
8850 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
8851 glyphless-char-display table.
8852 (tabulated-list-glyphless-char-display): New var.
8853
7eed1860
SS
88542011-04-18 Sam Steingold <sds@gnu.org>
8855
8856 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
8857 to acknowledgments.
8858
4d2d1ccd
GM
88592011-04-17 Glenn Morris <rgm@gnu.org>
8860
8861 * calendar/diary-lib.el (diary-sexp-entry):
8862 * calendar/holidays.el (holiday-sexp):
8863 Set debug-on-error rather than the removed stack-trace-on-error.
8864
239da61d
GM
88652011-04-16 Glenn Morris <rgm@gnu.org>
8866
8867 * progmodes/f90.el: Use lexical-binding.
8868 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
8869
8b05752a
SM
88702011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8871
daca8ba5
SM
8872 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
8873 (mail-mode): Setup mailalias completion here instead.
8874 * mail/mailalias.el: Use lexical-binding.
8875 (pattern, mailalias-done): Declare dynamic.
8876 (mail-completion-at-point-function): New function, from mail-complete.
8877 (mail-complete): Use it.
8878 (mail-completion-expand): New function.
8879 (mail-get-names): Use it.
8880 (mail-directory, mail-directory-process, mail-directory-stream):
8881 Don't use `pattern' for lexically bound arg.
8882
6f542485
SM
8883 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
8884
037e7c3f
SM
8885 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
8886 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
8887 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
8888
8b05752a
SM
8889 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
8890 (byte-save-window-excursion, byte-temp-output-buffer-setup)
8891 (byte-interactive-p): Define them again, for use when inlining
8892 old code.
8893
49093f60
JB
88942011-04-15 Juanma Barranquero <lekktu@gmail.com>
8895
8896 * loadup.el: Use `string-to-number', not `string-to-int'.
8897
b5b8e7de
SM
88982011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
8901 gud-gdb-complete-command.
8902 (gud-gdb-completions): New function, from gud-gdb-complete-command.
8903 (gud-gdb-completion-at-point): New function.
8904 (gud-gdb-completions): Remove.
8905
f42efeb5
MA
89062011-04-14 Michael Albinus <michael.albinus@gmx.de>
8907
49093f60
JB
8908 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
8909 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
8910 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
8911 whether `executable-find' is bound.
f42efeb5
MA
8912
8913 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
8914
e240cc21
SM
89152011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * minibuffer.el (completion-in-region-mode-predicate)
8918 (completion-in-region-mode--predicate): New vars.
8919 (completion-in-region, completion-in-region--postch)
8920 (completion-in-region-mode): Use them.
8921 (completion--capf-wrapper): Also return the hook function.
8922 (completion-at-point, completion-help-at-point):
8923 Adjust and provide a predicate.
c2bd2ab0
SM
8924
8925 Preserve arg names for advice of subr and lexical functions (bug#8457).
8926 * help-fns.el (help-function-arglist): Consolidate the subr and
8927 new-byte-code cases. Add argument `preserve-names' to extract names
8928 from the docstring when needed.
8929 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
8930 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
8931 (ad-arglist): Use help-function-arglist's new arg.
8932 (ad-definition-type): Use cond.
8933
c183f693
JB
89342011-04-13 Juanma Barranquero <lekktu@gmail.com>
8935
06641a47
JB
8936 * autorevert.el (auto-revert-handler):
8937 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
8938 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
8939 Don't quote lambda.
8940
c183f693
JB
8941 * image-mode.el (image-transform-set-scale):
8942 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
8943
1e3b6001
G
89442011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8945
8946 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 8947 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
8948 Upgrades via gnutls-cli are too slow to be done opportunistically.
8949
2d6af8dd
JB
89502011-04-12 Juanma Barranquero <lekktu@gmail.com>
8951
8952 * dframe.el (dframe-current-frame): Remove spurious quote.
8953
c0749a51
GM
89542011-04-12 Glenn Morris <rgm@gnu.org>
8955
088d0d61
GM
8956 * calendar/cal-tex.el (cal-tex-end-document):
8957 Try to automatically use latin1 input if needed.
8958
c0749a51
GM
8959 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
8960 Don't try to cons a mark onto an empty element.
8961
5c90fde0
LL
89622011-04-11 Leo Liu <sdl.web@gmail.com>
8963
8964 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
8965 buffers.
8966 (ido-kill-buffer-at-head): Support killing virtual buffers.
8967
369e974d
CY
89682011-04-10 Chong Yidong <cyd@stupidchicken.com>
8969
8970 * minibuffer.el (completion-show-inline-help): New var.
8971 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
8972 (minibuffer-force-complete, minibuffer-complete-word):
8973 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
8974
8975 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
8976 to avoid interference from inline help (Bug#5849).
8977
37f1c930
LL
89782011-04-10 Leo Liu <sdl.web@gmail.com>
8979
099c39a4
JB
8980 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8981 Fix typo.
37f1c930 8982
a32d4040
CY
89832011-04-09 Chong Yidong <cyd@stupidchicken.com>
8984
8985 * image-mode.el (image-toggle-display-image): Signal an error if
8986 not in Image mode.
8987 (image-transform-mode, image-transform-resize)
8988 (image-transform-set-rotation): Doc fix.
daca8ba5 8989 (image-transform-set-resize): Delete.
a32d4040
CY
8990 (image-transform-set-scale, image-transform-fit-to-height)
8991 (image-transform-fit-to-width): Handle image-toggle-display-image
8992 and image-transform-resize directly.
8993
099c39a4 89942011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
8995
8996 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
8997 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
8998 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
8999 (doc-view-mode-map): Add bindings for the new functions.
9000
099c39a4 90012011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 9002
4d61f28d 9003 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
9004 Fix typo in docstring.
9005
3726838a
EZ
90062011-04-08 Eli Zaretskii <eliz@gnu.org>
9007
04f33f1e
EZ
9008 * files.el (file-size-human-readable): Produce one digit after
9009 decimal, like "ls -lh" does.
9010
9011 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9012 the file size representation.
9013
3726838a
EZ
9014 * simple.el (list-processes): If async subprocesses are not
9015 available, error out with a clear error message.
9016
cbb59342
CY
90172011-04-08 Chong Yidong <cyd@stupidchicken.com>
9018
9019 * help.el (help-form-show): New function, to be called from C.
9020 Put help-form output in a buffer named differently than *Help*.
9021
e3971c44
EZ
90222011-04-08 Eli Zaretskii <eliz@gnu.org>
9023
9024 * files.el (file-size-human-readable): New function.
9025
9026 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9027 computing the representation inline. Don't require `cl'.
9028
12544bbe
GM
90292011-04-08 Glenn Morris <rgm@gnu.org>
9030
a1de6c6a
GM
9031 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9032
3c4671f4
GM
9033 * net/browse-url.el (browse-url-firefox):
9034 Test system-type, not system-configuration.
9035
b605679c
GM
9036 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9037 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9038 Use log-edit-empty-buffer-p. (Bug#7598)
9039
56442f0c
GM
9040 * net/rlogin.el (rlogin-process-connection-type): Simplify.
9041 (rlogin-mode-map): Initialize in the defvar.
9042 (rlogin): Use ignore-errors.
9043
12544bbe
GM
9044 * replace.el (occur-mode-map): Some fixes for menu items.
9045
eb237b0f
AH
90462011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9047
9048 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
9049
7d668f2c
CY
90502011-04-06 Chong Yidong <cyd@stupidchicken.com>
9051
e67a13ab
CY
9052 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9053 issuing unused warnings.
9054
9055 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9056 macro directly.
9057
7d668f2c
CY
9058 * simple.el: Lisp reimplement of list-processes. Based on an
9059 earlier reimplementation by Leo Liu, but using tabulated-list.el.
9060 (process-menu-mode): New major mode.
9061 (list-processes--refresh, list-processes):
9062 (process-menu-visit-buffer): New functions.
9063
9064 * files.el (save-buffers-kill-emacs): Don't assume any return
9065 value of list-processes, which is undocumented anyway.
9066
a83ec3c9
CY
90672011-04-06 Chong Yidong <cyd@stupidchicken.com>
9068
9069 * emacs-lisp/tabulated-list.el: New file.
9070
e91a96fe
CY
9071 * emacs-lisp/package.el: Use Tabulated List mode.
9072 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9073 (package-menu-mode): Derive from tabulated-list-mode. Set up the
9074 table format using Tabulated List mode variables.
9075 (package--push): New macro, replacing package-list-maybe-add.
9076 (package-menu--generate): Use package--push. Renamed from
9077 package--generate-package-list.
9078 (package-menu-refresh, list-packages): Use it.
daca8ba5 9079 (package-menu--print-info): Rename from package-print-package.
e91a96fe 9080 Return insertion data instead of inserting it directly.
099c39a4
JB
9081 (package-menu-describe-package, package-menu-execute):
9082 Use tabulated-list-get-id.
e91a96fe
CY
9083 (package-menu-mark-delete, package-menu-mark-install)
9084 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
9085 (package-menu-mark-obsolete-for-deletion):
9086 Use tabulated-list-put-tag.
e91a96fe
CY
9087 (package--list-packages, package-menu-revert)
9088 (package-menu-get-package, package-menu-get-version)
9089 (package-menu-sort-by-column): Functions deleted.
9090 (package-menu-package-list, package-menu-sort-key): Vars deleted.
9091 (package-menu--status-predicate, package-menu--version-predicate)
9092 (package-menu--name-predicate)
9093 (package-menu--description-predicate): Handle arguments in the
9094 Tabulated List format.
9095 (package-list-packages-no-fetch): Call list-packages.
9096
3e214b50
JB
90972011-04-06 Juanma Barranquero <lekktu@gmail.com>
9098
9099 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 9100 (after-find-file): Don't bind it.
3e214b50
JB
9101 (revert-buffer-in-progress-p): New variable.
9102 (revert-buffer): Bind it.
9103 Pass nil for `after-find-file-from-revert-buffer'.
9104
9105 * saveplace.el (save-place-find-file-hook): Use new variable
9106 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9107
3f0f1700
GM
91082011-04-06 Glenn Morris <rgm@gnu.org>
9109
c0274801
GM
9110 * Makefile.in (AUTOGEN_VCS): New variable.
9111 (autoloads): Use $AUTOGEN_VCS.
9112
3f0f1700
GM
9113 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9114 * calendar/calendar.el (calendar-mode-map):
9115 Check for toolkit scroll bars. (Bug#8305)
9116
41ea9e48
CY
91172011-04-05 Chong Yidong <cyd@stupidchicken.com>
9118
9119 * minibuffer.el (completion-in-region--postch)
9120 (completion-in-region-mode): Remove unnecessary messages.
9121
6194c800
JB
91222011-04-05 Juanma Barranquero <lekktu@gmail.com>
9123
33256f14
JB
9124 * font-lock.el (font-lock-refresh-defaults):
9125 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9126 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9127
6194c800
JB
9128 * info.el (Info-directory-list, Info-read-node-name-2)
9129 (Info-split-parameter-string): Doc fixes.
9130 (Info-virtual-nodes): Reflow docstring.
9131 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9132 (Info-apropos-toc-nodes, info-finder, Info-get-token)
9133 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9134 Fix typos in docstrings.
9135 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9136 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9137 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9138 (Info-restore-desktop-buffer): Mark unused parameters.
9139 (Info-directory-find-file, Info-directory-find-node)
9140 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9141 (Info-virtual-index-find-node, Info-apropos-find-file)
9142 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 9143 Mark unused parameters; fix typos in docstrings.
6194c800
JB
9144 (Info-virtual-index): Remove unused local variable `nodename'.
9145
b87a8200 91462011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 9147
b87a8200
DD
9148 * net/rcirc.el: Update my e-mail address.
9149 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 9150
3b2ff876
CY
91512011-04-05 Chong Yidong <cyd@stupidchicken.com>
9152
9153 * startup.el (command-line): Save the cursor's theme-face
9154 directly, instead of using face-override-spec.
9155
9156 * custom.el (load-theme): Minor optimization in assigning faces.
9157
8d17e7ca
JB
91582011-04-04 Juanma Barranquero <lekktu@gmail.com>
9159
9160 * help-fns.el (describe-variable): Complete all variables having
9161 documentation, including keywords.
9162 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9163
2fbc1934
JB
91642011-04-04 Juanma Barranquero <lekktu@gmail.com>
9165
9166 Convert to lexical-binding.
9167
9168 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9169 (bs--get-marked-string, bs--get-modified-string)
9170 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9171 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9172 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9173
9174 * ehelp.el (electric-help-execute-extended)
9175 (electric-help-ctrl-x-prefix):
9176 * hexl.el (hexl-revert-buffer-function):
9177 * linum.el (linum-after-change, linum-after-scroll):
9178 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9179
9180 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9181
74f50695
DU
91822011-04-04 Daiki Ueno <ueno@unixuser.org>
9183
9184 * epa-dired.el:
9185 * epa-mail.el:
9186 * epa-hook.el:
9187 * epa-file.el:
9188 * epa.el:
9189 * epg.el: Use lexical binding.
9190
c11325f7
CY
91912011-04-03 Chong Yidong <cyd@stupidchicken.com>
9192
0d9e9a12
CY
9193 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9194
c11325f7 9195 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
9196 dictionary case for flyspell-mark-duplications-exceptions.
9197 Use regexp matching for languages.
c11325f7
CY
9198 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9199 default dictionary (Bug#7926).
9200
da91b5f2
CY
92012011-04-02 Chong Yidong <cyd@stupidchicken.com>
9202
099c39a4
JB
9203 * emacs-lisp/package.el (package--with-work-buffer):
9204 Recognize https URLs.
da91b5f2 9205
099c39a4
JB
9206 * net/network-stream.el: Move from gnus/proto-stream.el.
9207 Change prefix to network-stream throughout.
da91b5f2
CY
9208 (open-protocol-stream): Merge into open-network-stream, leaving
9209 open-protocol-stream as an alias. Handle nil BUFFER args.
9210
9211 * subr.el (open-network-stream): Move to net/network-stream.el.
9212
afa8e9f6
GM
92132011-04-02 Glenn Morris <rgm@gnu.org>
9214
1d2e369d
GM
9215 * find-dired.el (find-exec-terminator): New option.
9216 (find-ls-option): Test for -ls support.
9217 (find-ls-subdir-switches): Test for -b in find-ls-option.
9218 (find-dired, find-grep-dired): Doc fixes.
9219 (find-dired): Use find-exec-terminator.
9220
8abb7da8 9221 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
9222 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9223 (find-name-arg): Remove purecopy.
8abb7da8 9224
f3ca7378
GM
9225 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9226 (grep-compute-defaults): Check for `-exec COMMAND +' support.
9227 Set grep-find-use-xargs, grep-find-command, and grep-find-template
9228 accordingly. Don't add the null-device if not needed.
9229
afa8e9f6
GM
9230 * files.el (save-some-buffers): Doc fix.
9231
35eae264
EZ
92322011-04-02 Eli Zaretskii <eliz@gnu.org>
9233
9234 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9235
26b51db5
JB
92362011-04-01 Juanma Barranquero <lekktu@gmail.com>
9237
9238 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9239 Use `dolist' rather than `mapcar'.
9240
7200d79c
SM
92412011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9242
03408648 9243 Add lexical binding.
7200d79c 9244
03408648
SM
9245 * subr.el (apply-partially): Use new closures rather than CL.
9246 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9247 (dolist, dotimes): Use slightly different expansion for lexical code.
9248 (functionp): Move to C.
9249 (letrec): New macro.
9250 (with-wrapper-hook): Use it and apply-partially instead of CL.
9251 (eval-after-load): Preserve lexical-binding.
9252 (save-window-excursion, with-output-to-temp-buffer): Turn them
9253 into macros.
7200d79c 9254
03408648
SM
9255 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9256
9257 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9258 than the arglist.
9259 (help-add-fundoc-usage): Don't add `Not documented'.
9260 (help-function-arglist): Handle closures, subroutines, and new
9261 byte-code-functions.
9262 (help-make-usage): Remove leading underscores.
9263 (describe-function-1): Handle closures.
9264 (describe-variable): Use special-variable-p for completion.
9265
9266 * files.el (lexical-binding): Declare safe.
f488fb65 9267
03408648
SM
9268 * emacs-lisp/pcase.el: Don't use destructuring-bind.
9269 (pcase--memoize): Rename from pcase-memoize. Change weakness.
9270 (pcase): Add `let' pattern.
9271 Change memoization so it actually works.
9272 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9273 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9274 <let>: New case.
f488fb65 9275
03408648
SM
9276 * emacs-lisp/macroexp.el: Use lexical binding.
9277 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
9278 Don't convert ' to #' without checking that it's indeed quoting
9279 a lambda.
9280
9281 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 9282 Use eval-sexp-add-defvars.
03408648
SM
9283 (eval-sexp-add-defvars): New fun.
9284
9285 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9286
9287 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9288 Don't autoload.
9289 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9290 than the internal `byte-compile-lambda'.
9291 (defmethod): Don't hide code under quotes.
9292 (eieio-defmethod): New `code' argument.
9293
9294 * emacs-lisp/eieio-comp.el: Remove.
9295
9296 * emacs-lisp/edebug.el (edebug-eval-defun)
9297 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9298 (edebug-toggle): Avoid `eval'.
9299
9300 * emacs-lisp/disass.el (disassemble-internal): Handle new
9301 `closure' objects.
9302 (disassemble-1): Handle new byte codes.
9303
9304 * emacs-lisp/cl.el (pushnew): Silence warning.
9305
9306 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9307 (cl-byte-compile-throw): Remove.
9308 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9309
9310 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9311 closures.
9312
9313 * emacs-lisp/cconv.el: New file.
9314
9315 * emacs-lisp/bytecomp.el: Use lexical binding instead of
9316 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
9317 (byte-compile-initial-macro-environment):
9318 Handle declare-function here.
9319 (byte-compile--lexical-environment): New var.
9320 (byte-stack-ref, byte-stack-set, byte-discardN)
9321 (byte-discardN-preserve-tos): New lap codes.
9322 (byte-interactive-p): Don't use any more.
9323 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9324 New macros.
9325 (byte-compile-lapcode): Use them and handle new lap codes.
9326 (byte-compile-obsolete): Remove.
9327 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9328 (byte-compile-arglist-warn): Check late def of inlinable funs.
9329 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9330 since they should have been expanded by now.
9331 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9332 (byte-compile-from-buffer): Remove unused second arg.
9333 (byte-compile-preprocess): New function.
9334 (byte-compile-toplevel-file-form): New function to distinguish
9335 file-form calls from outside from file-form calls from hunk-handlers.
9336 (byte-compile-file-form): Simplify.
9337 (byte-compile-file-form-defsubst): Remove.
9338 (byte-compile-file-form-defmumble): Simplify now that
9339 byte-compile-lambda always returns a byte-code-function.
9340 (byte-compile): Preprocess.
9341 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9342 Remove, not used any more.
9343 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9344 (byte-compile-make-args-desc): New funs.
9345 (byte-compile-lambda): Handle lexical functions. Always return
9346 a byte-code-function.
9347 (byte-compile-reserved-constants): New var, to make up room for
9348 closed-over variables.
9349 (byte-compile-constants-vector): Obey it.
9350 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9351 (byte-compile-macroexpand-declare-function): New function.
9352 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9353 byte-code-functions.
9354 (byte-compile-form): Check obsolescence here.
9355 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9356 (byte-compile-variable-ref): Remove.
9357 (byte-compile-dynamic-variable-op): New fun.
9358 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9359 (byte-compile-variable-set): New funs.
9360 (byte-compile-discard): Add 2 args.
9361 (byte-compile-stack-ref, byte-compile-stack-set)
9362 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9363 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9364 macroexpand-all instead.
9365 (byte-compile-quote-form): Remove.
9366 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9367 (byte-compile-bind, byte-compile-unbind): New funs.
9368 (byte-compile-let): Handle let* and lexical binding.
9369 (byte-compile-let*): Remove.
9370 (byte-compile-catch, byte-compile-unwind-protect)
9371 (byte-compile-track-mouse, byte-compile-condition-case):
9372 Handle a new :fun-body form, used for lexical scoping.
9373 (byte-compile-save-window-excursion)
9374 (byte-compile-with-output-to-temp-buffer): Remove.
9375 (byte-compile-defun): Simplify.
9376 (byte-compile-stack-adjustment): New fun.
9377 (byte-compile-out): Use it.
9378 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9379
9380 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9381 handler any more.
9382
9383 * emacs-lisp/byte-opt.el: Use lexical binding.
9384 (byte-inline-lapcode): Remove (to bytecomp).
9385 (byte-compile-inline-expand): Pay attention to inlining to/from
9386 lexically bound code.
9387 (byte-compile-unfold-lambda): Don't handle byte-code-functions
9388 any more.
9389 (byte-optimize-form-code-walker): Don't handle save-window-excursion
9390 any more and don't call compiler-macros.
9391 (byte-compile-splice-in-already-compiled-code): Remove.
9392 (byte-code): Don't inline any more.
9393 (disassemble-offset): Receive `bytes' as argument rather than via
9394 dynamic scoping.
9395 (byte-compile-tag-number): Declare before first use.
9396 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9397 `return' even if make-spliceable.
9398 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9399 obsolete interactive-p.
9400 (byte-optimize-lapcode): Optimize new lap-codes.
9401 Don't trip up on new form of `byte-constant' lap code.
9402
9403 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9404
9405 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9406
9407 * custom.el (custom-initialize-default, custom-declare-variable):
9408 Use `defvar'.
9409
9410 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9411 New variables.
9412 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9413 (COMPILE_FIRST): Add macroexp and cconv.
9414 * makefile.w32-in: Mirror changes in Makefile.in.
9415
9416 * vc/cvs-status.el:
9417 * vc/diff-mode.el:
9418 * vc/log-edit.el:
9419 * vc/log-view.el:
9420 * vc/smerge-mode.el:
9421 * textmodes/bibtex-style.el:
9422 * textmodes/css.el:
9423 * startup.el:
9424 * uniquify.el:
da91b5f2
CY
9425 * minibuffer.el:
9426 * newcomment.el:
9427 * reveal.el:
9428 * server.el:
9429 * mpc.el:
9430 * emacs-lisp/smie.el:
9431 * doc-view.el:
9432 * dired.el:
03408648
SM
9433 * abbrev.el: Use lexical binding.
9434
0f0c1f27
EZ
94352011-04-01 Eli Zaretskii <eliz@gnu.org>
9436
9437 * info.el (info-display-manual): New function.
9438
c82b2579
SM
94392011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9440
9441 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9442
221ddf68
TH
94432011-03-31 Tassilo Horn <tassilo@member.fsf.org>
9444
9445 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 9446 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 9447
cba6e77e
GM
94482011-03-31 Glenn Morris <rgm@gnu.org>
9449
e040639f
GM
9450 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9451
cba6e77e
GM
9452 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9453
6d0f1c9e
CS
94542011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
9455
9456 * progmodes/python.el (python-default-interpreter)
9457 (python-python-command-args, python-jython-command-args)
9458 (python-which-shell, python-which-args, python-which-bufname)
9459 (python-file-queue, python-comint-output-filter-function)
9460 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9461 variables and functions.
9462
3e2d70fd
SM
94632011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9464
9465 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9466 (completion-in-region-mode): New minor mode.
9467 (completion-in-region): Use it.
9468 (completion-in-region--data, completion-in-region-mode-map): New vars.
9469 (completion-in-region--postch): New function.
9470 (completion--capf-misbehave-funs, completion--capf-safe-funs):
9471 New vars.
9472 (completion--capf-wrapper): New function.
9473 (completion-at-point): Use it to track well-behavedness of
9474 hook functions.
9475 (completion-help-at-point): New command.
9476
f3e4086c
JM
94772011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
9478
9479 * vc/add-log.el (add-change-log-entry): Don't use whitespace
9480 syntax class to search for whitespace on a single line
9481 (Message-ID: <4D938140.4030905@redhat.com>).
9482
eb7ffc14
LL
94832011-03-30 Leo Liu <sdl.web@gmail.com>
9484
9485 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9486 New commands.
9487 (edit-abbrevs-map): Bind them here.
9488 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
9489
d806ab68
KM
94902011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
9491
9492 * allout.el (allout-hide-by-annotation, allout-flag-region):
9493 Reduce possibility of overlay leakage by making them volatile.
9494
9495 * allout-widgets.el (allout-widgets-tally): Define as nil so the
9496 hash is not shared between buffers. Mode initialization is
9497 responsible for giving it a useful starting value.
9498 (allout-item-span): Reduce possibility of overlay leakage by
9499 making them volatile.
9500 (allout-widgets-count-buttons-in-region): Add diagnostic function
9501 for tracking down button overlay leaks.
9502
ea622834
LL
95032011-03-29 Leo Liu <sdl.web@gmail.com>
9504
9505 * ido.el (ido-read-internal): Use the default history var
9506 minibuffer-history if no HISTORY is specified.
9507
b62f8267
G
95082011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
9509
03408648
SM
9510 * net/imap.el (imap-shell-open, imap-process-connection-type):
9511 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
9512 Kerberos, SSL, other subprocesses.
9513
947b6566
LL
95142011-03-28 Leo Liu <sdl.web@gmail.com>
9515
9516 * abbrev.el (abbrev-table-empty-p): New function.
9517 (prepare-abbrev-list-buffer): Place empty abbrev tables after
9518 nonempty ones. (Bug#5937)
9519
5ffb62aa
JD
95202011-03-27 Jan Djärv <jan.h.d@swipnet.se>
9521
9522 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9523
7a097943
LL
95242011-03-27 Leo Liu <sdl.web@gmail.com>
9525
9526 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9527 for foreground and background colors.
9528 (ansi-color-make-color-map): Adapt.
9529
c5b40130
LL
95302011-03-25 Leo Liu <sdl.web@gmail.com>
9531
1f48f7d2
LL
9532 * midnight.el (midnight-time-float): Remove. Note it calculates
9533 the microsecond component incorrectly and seconds-to-time does the
9534 same job.
625897ec 9535 Remove redundant (require 'timer).
1f48f7d2 9536
c5b40130
LL
9537 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9538 (ido-completions): Remove unused arguments. (Bug#8329)
9539
d86d2721
SM
95402011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * minibuffer.el (completion--flush-all-sorted-completions):
9543 Remove itself from hook.
9544 (completion-at-point): Let the functions perform the completion
9545 immediately and return nil or t.
9546 * comint.el (comint-dynamic-complete-functions): Now identical to
9547 completion-at-point-functions.
9548 (comint-dynamic-list-input-ring): Remove unused var `index'.
9549 (comint--match-partial-filename, comint--unquote&expand-filename):
9550 New funs, split from comint-match-partial-filename.
9551 (comint-dynamic-complete): Use completion-at-point.
9552 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9553
e8974c48
DA
95542011-03-24 Drew Adams <drew.adams@oracle.com>
9555
9556 * thingatpt.el: Support `defun'.
9557
def71b5e
LL
95582011-03-23 Leo Liu <sdl.web@gmail.com>
9559
cb5af48e
LL
9560 * abbrevlist.el: Move to obsolete/abbrevlist.el.
9561
def71b5e
LL
9562 * help-mode.el (help-mode-finish): Tweak regexp.
9563
927c53e7
GM
95642011-03-23 Glenn Morris <rgm@gnu.org>
9565
18d05bed
GM
9566 * eshell/esh-opt.el (eshell-eval-using-options):
9567 Do not bind unused local variable `eshell-option-stub'.
9568
927c53e7
GM
9569 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9570
9d0da923
JB
95712011-03-22 Juanma Barranquero <lekktu@gmail.com>
9572
9573 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9574 keymap variable in `with-no-warnings' to avoid a warning when the
9575 keymap has been already `defconst'ed.
9576
4b978a67
LL
95772011-03-22 Leo Liu <sdl.web@gmail.com>
9578
9579 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9580 encode all chars in abbrevs; otherwise use emacs-mule or
9581 utf-8-emacs. (Bug#8308)
9582
5fd62452
JB
95832011-03-22 Juanma Barranquero <lekktu@gmail.com>
9584
0b1596c6
JB
9585 * simple.el (backward-delete-char-untabify):
9586 Avoid warning about using `delete-backward-char'.
9587
5fd62452
JB
9588 * image.el (image-type-file-name-regexps): Make it variable.
9589 `imagemagick-register-types' modifies it, and the user may want
9590 to add new extensions for known image types.
9591 (imagemagick-register-types): Throw error if not using ImageMagick.
9592
0b4e93f1
LL
95932011-03-22 Leo Liu <sdl.web@gmail.com>
9594
9595 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9596 located before rcirc-prompt-end-marker.
9597 (rcirc-complete): Error if point is not after rcirc prompt.
9598 Handle the case when table is nil.
9882e214 9599 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 9600
fccee4ab
CY
96012011-03-22 Chong Yidong <cyd@stupidchicken.com>
9602
9603 * custom.el (custom--inhibit-theme-enable): Make it affect only
9604 custom-theme-set-variables and custom-theme-set-faces.
9605 (provide-theme): Ignore custom--inhibit-theme-enable.
9606 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9607 (custom-enabling-themes): Delete variable.
d86d2721
SM
9608 (enable-theme): Accept only loaded themes as arguments.
9609 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
9610 (custom-enabled-themes): Forbid themes from setting this.
9611 Eliminate use of custom-enabling-themes.
9612 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 9613
af896da6
LL
96142011-03-21 Leo Liu <sdl.web@gmail.com>
9615
9616 * ido.el (ido-read-internal): Add ido-selected to history instead
9617 of user input.
9618
78f64af0
SM
96192011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * subr.el (deferred-action-list, deferred-action-function):
9622 Mark obsolete.
9623
b16ac1ec
LL
96242011-03-21 Leo Liu <sdl.web@gmail.com>
9625
810f7698
LL
9626 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9627 change on 2011-02-13 (bug#8309).
9628
b16ac1ec
LL
9629 * minibuffer.el (read-file-name-function): Change default value.
9630 (read-file-name--defaults): Rename from read-file-name-defaults.
9631 (read-file-name-default): Rename from read-file-name.
9632 (read-file-name): Call read-file-name-function.
9633
4e05e67e
GM
96342011-03-21 Glenn Morris <rgm@gnu.org>
9635
9636 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9637 Doc fixes.
9638
4359915b
CY
96392011-03-21 Chong Yidong <cyd@stupidchicken.com>
9640
9641 * cus-theme.el: Add missing provide statement.
9642 (customize-create-theme): Extract theme value correctly.
9643 (custom-theme-visit-theme): Autoload.
9644 (customize-create-theme): Prompt before inserting default faces.
9645
1fe275ee
JB
96462011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9647
9648 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9649 units and musical notes.
9650
cd394be1 96512011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
9652
9653 * ido.el (ido-read-internal): Use completing-read-default.
9654 (ido-completing-read): Fix compatibility with completing-read.
9655
7d476bde
CO
96562011-03-20 Christian Ohler <ohler@gnu.org>
9657
9658 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9659 (ert-delete-all-tests): Use `called-interactively-p' rather than
9660 `interactive-p'.
9661 (ert--make-xrefs-region): Respect END.
9662
fe0fb33e
CY
96632011-03-19 Chong Yidong <cyd@stupidchicken.com>
9664
ff854b0b
CY
9665 * dired-aux.el (dired-create-directory): Signal an error if the
9666 directory already exists (Bug#8246).
9667
fe0fb33e
CY
9668 * facemenu.el (list-colors-display): Call list-faces-display
9669 inside with-help-window.
9670 (list-colors-print): Use display property to align the final
9671 column, instead of checking window-width.
9672
576bce32
EZ
96732011-03-19 Eli Zaretskii <eliz@gnu.org>
9674
4d61f28d 9675 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
9676 windows-nt systems.
9677 (emerge-protect-metachars): Quote correctly for ms-dos and
9678 windows-nt systems.
9679
89c41d68 96802011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
9681
9682 * info.el (info-initialize): Replace all uses of `:' with
9683 path-separator for compatibility with non-Unix systems.
9684 Cache quoting of path-separator. (Bug#8258)
9685
b14e3e21 96862011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
9687
9688 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
9689 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
9690 (mouse-avoidance-mode): Fix typos in docstrings.
9691
4525ce3e
CY
96922011-03-19 Chong Yidong <cyd@stupidchicken.com>
9693
9694 * startup.el (package-subdirectory-regexp): Move from package.el.
9695 Omit \\` and \\', and let callers add them.
9696
9697 * emacs-lisp/package.el (package-strip-version)
9698 (package-load-all-descriptors): Add \\` and \\' to
9699 package-subdirectory-regexp before using it.
9700 (package-untar-buffer): New arg DIR; ensure that file untars only
9701 into this expected directory. Remove superfluous delete-region.
9702 (package-unpack): Caller changed.
9703 (package-tar-file-info): Use package-subdirectory-regexp.
9704
a904a09a 97052011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 9706
a904a09a
SM
9707 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
9708 diff-mode-shared-map (bug#8284).
9709 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
9710
97112011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9712
9713 * calendar/time-date.el (format-seconds): Use assoc instead of
9714 assoc-string, since assoc-string doesn't exist in XEmacs.
9715
171fc304
JB
97162011-03-17 Juanma Barranquero <lekktu@gmail.com>
9717
9718 * custom.el (custom-known-themes): Reflow docstring.
9719 (custom-theme-load-path): Fix typo in docstring.
9720 (load-theme): Fix typo in error message.
9721 (custom-available-themes, custom-variable-theme-value):
9722 Use `let', not `let*'.
9723
d71990a1
JB
97242011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9725
9726 * calc/README: Mention inclusion of musical notes.
9727
9728 * calc/calc-units.el (calc-lu-quant): Rename from
9729 `calc-logunits-quantity'.
9730 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
9731 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
9732 (calc-db): Rename from `calc-dblevel'.
9733 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
9734 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
9735 (calc-np): Rename from `calc-nplevel'.
9736 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
9737 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
9738 (calc-lu-plus): Rename from `calc-logunits-add'.
9739 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
9740 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
9741 (calc-lu-minus): Rename from `calc-logunits-sub'.
9742 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
9743 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
9744 (calc-lu-times): Rename from `calc-logunits-mul'.
9745 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
9746 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
9747 (calc-lu-divide): Rename from `calc-logunits-div'.
9748 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
9749 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
9750
9751 * calc/calc-ext.el (calc-init-extensions): Update the names of the
9752 functions being autoloaded.
9753
9754 * calc/calc.el (calc-lu-power-reference): Rename from
9755 `calc-logunits-power-reference'.
9756 (calc-lu-field-reference): Rename from
9757 `calc-logunits-field-reference'.
9758
9759 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
9760
40c2934b
SM
97612011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9762
9763 * minibuffer.el (completion-all-sorted-completions):
9764 Use :completion-cycle-penalty text property if present.
9765
b0911414
KM
97662011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
9767
9768 * allout.el (allout-yank-processing): Adjust for new rebulleting
9769 regime so bullet being yanked is used without prompting the user
9770 for a choice.
9771
8a05b668
JB
97722011-03-16 Juanma Barranquero <lekktu@gmail.com>
9773
9774 * startup.el (command-line): Warn the user that _emacs is deprecated.
9775
5ba5fb81
JB
97762011-03-16 Juanma Barranquero <lekktu@gmail.com>
9777
9778 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
9779 (delphi-verbose, delphi-comment-face, delphi-string-face)
9780 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
9781 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
9782 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
9783 (delphi-new-comment-line, delphi-font-lock-defaults)
9784 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
9785 Fix typos in docstrings.
9786
2dab465b
KM
97872011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
9788
5ba5fb81 9789 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
9790 Invert the roles of character and string values for INSTEAD, so a
9791 string is used for the more common case of a defaulting prompt.
9792
0adf5618
SM
97932011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9794
9795 * progmodes/ruby-mode.el (ruby-backward-sexp):
9796 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
9797 * play/gamegrid.el (gamegrid-make-face):
9798 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
9799 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
9800 * notifications.el (notifications-notify):
9801 * net/xesam.el (xesam-search-engines):
9802 * net/quickurl.el (quickurl-list-insert):
9803 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
9804
d72700e5
CY
98052011-03-15 Chong Yidong <cyd@stupidchicken.com>
9806
9807 * startup.el (command-line): Update package subdirectory regexp.
9808
49c5410a
SM
98092011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9810
c6eee9aa
SM
9811 * allout.el (allout-abbreviate-flattened-numbering)
9812 (allout-mode-deactivate-hook): Fix up obsolescence "date".
9813
49c5410a
SM
9814 * subr.el (read-char-choice): Only show the cursor after the prompt,
9815 not after the answer.
9816
047b2bb9
KR
98172011-03-15 Kevin Ryde <user42@zip.com.au>
9818
9819 * help-fns.el (variable-at-point): Skip leading quotes, if any
9820 (bug#8253).
9821
0a57d256
SM
98222011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
9825 warning message.
9826
77c992bc
MA
98272011-03-14 Michael Albinus <michael.albinus@gmx.de>
9828
9829 * shell.el (shell): When called interactively, offer to change the
9830 shell file name on remote hosts.
9831
eebc475d
TZ
98322011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9833
9834 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
9835 integration for LDAP parameters. The host, base, user or binddn,
9836 and secret tokens can be specified in a netrc file, for instance.
9837 This is optional because an `auth-source' parameter must be
9838 specified in the search attributes.
9839
9d05d1ba
JB
98402011-03-13 Juanma Barranquero <lekktu@gmail.com>
9841
9842 * help.el (describe-mode): Link to the mode's definition (bug#8185).
9843
09d9db2c
GM
98442011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9845
9846 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
9847 into declaration. Remove redundant and harmful binding.
9848
98492011-03-12 Eli Zaretskii <eliz@gnu.org>
9850
9851 * files.el (file-ownership-preserved-p): Pass `integer' as an
9852 explicit 2nd argument to `file-attributes'. If the file's owner
9853 is the Administrators group on Windows, and the current user is
9854 Administrator, consider that a match.
9855
9856 * server.el (server-ensure-safe-dir): Consider server directory
9857 safe on MS-Windows if its owner is the Administrators group while
9858 the current Emacs user is Administrator. Use `=' to compare
9859 numerical UIDs, since they could be integers or floats.
9860
219bd536
JB
98612011-03-12 Juanma Barranquero <lekktu@gmail.com>
9862
9863 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
9864
f3afd36b
MA
98652011-03-12 Michael Albinus <michael.albinus@gmx.de>
9866
9867 Sync with Tramp 2.2.1.
9868
9869 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
9870
9871 * net/trampver.el: Update release number.
9872
3aaaa6f1
SM
98732011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9874
94642599
SM
9875 * progmodes/compile.el (compilation--previous-directory): Fix up
9876 various nil/dead-marker mismatches (bug#8014).
9877 (compilation-directory-properties, compilation-error-properties):
9878 Don't call it at a position past the one we're about to change.
9879
3aaaa6f1
SM
9880 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
9881 Disable obsolescence warnings in the file that declares it.
9882
14239447
KM
98832011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
9884
099c39a4
JB
9885 * allout-widgets.el (allout-widgets-tally):
9886 Initialize allout-widgets-tally as a hash table rather than nil to
9887 prevent mode-line redisplay warnings. Also, clarify the module
9888 description and fix a comment typo.
14239447 9889
135e287c
JB
98902011-03-11 Juanma Barranquero <lekktu@gmail.com>
9891
9892 * help-fns.el (describe-variable): Don't complete keywords.
9893 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
9894
ffbf300e
CY
98952011-03-10 Chong Yidong <cyd@stupidchicken.com>
9896
ba08b241
CY
9897 * emacs-lisp/package.el (package-version-join): Impose a standard
9898 string representation for pre/alpha/beta version lists.
9899 (package-unpack-single): Standardize the directory name by passing
9900 it through package-version-join.
9901 (package-strip-rcs-id): Accept any version string that does not
9902 signal an error in version-to-list.
ffbf300e 9903
f346fd6b
MA
99042011-03-10 Michael Albinus <michael.albinus@gmx.de>
9905
9906 * simple.el (delete-trailing-whitespace): Return nil for the
9907 benefit of `write-file-functions'.
9908
ccb55d27
GM
99092011-03-10 Glenn Morris <rgm@gnu.org>
9910
5ceaac0c
GM
9911 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
9912
02da65ff
GM
9913 * vc/vc-git.el (vc-git-program): New option.
9914 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
9915 (vc-git--call): Use it.
9916
b2f603cc
GM
9917 * eshell/esh-util.el (eshell-condition-case): Doc fix.
9918
5772caab
GM
9919 * cus-edit.el (Custom-newline): If no button at point, look
9920 for a subgroup button at start-of-line. (Bug#2298)
9921
ccb55d27
GM
9922 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
9923
ec6ecaed
JD
99242011-03-10 Julien Danjou <julien@danjou.info>
9925
9926 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
9927 `cursor-type' is nil.
9928
9d5aa01d
JB
99292011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
9930
9931 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
9932
b6a5875b
KM
99332011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
9934
9935 * allout.el Summary: Change so yank of distinctive-bullet items
9936 preserves the existing header prefix, rebulleting it if necessary,
9937 rather than replacing it. This is necessary for proper operation
9938 of cooperative addons like allout-widgets.
1154d12e
JB
9939 (allout-make-topic-prefix, allout-rebullet-heading):
9940 Change SOLICIT arg to INSTEAD, and interpret additionally a string
9941 value as alternate bullet to be used, instead of prompting the user
9942 for a bullet character.
b6a5875b 9943
ee545c35
MA
99442011-03-09 Michael Albinus <michael.albinus@gmx.de>
9945
d86d2721
SM
9946 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9947 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
9948 `tramp-default-port'.
9949
c47971d7
DD
99502011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9951
9952 * net/rcirc.el (rcirc-handler-001): Remove useless
9953 with-rcirc-process-buffer.
9954 (rcirc-check-auth-status): Swap arguments to string-match.
9955
13522cb4
GM
99562011-03-09 Glenn Morris <rgm@gnu.org>
9957
0be6f4f1
GM
9958 * shell.el (shell-mode):
9959 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
9960
13522cb4
GM
9961 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
9962 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
9963
515de2e3
CY
99642011-03-08 Chong Yidong <cyd@stupidchicken.com>
9965
9966 * emacs-lisp/package.el (package-refresh-contents)
9967 (package-menu-execute): Use condition-case-no-debug.
9968
b511b994
MA
99692011-03-08 Michael Albinus <michael.albinus@gmx.de>
9970
9971 * simple.el (shell-command-to-string): Use `process-file'.
9972
9973 * emacs-lisp/package.el (package-tar-file-info): Handle also
9974 remote files.
9975
d86d2721
SM
9976 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9977 Use `equal' for upload base check.
b511b994 9978
25bbfb31
AM
99792011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
9980
9981 * textmodes/texinfo.el (texinfo-environments):
9982 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
9983
be996521
GM
99842011-03-08 Glenn Morris <rgm@gnu.org>
9985
e9c8529f
GM
9986 * cus-start.el (cursor-in-non-selected-windows):
9987 Fix :set quoting oddness. (Bug#8192)
9988
be996521
GM
9989 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
9990 in some setf expressions. (Bug#2159)
9991
2bb5649e
CY
99922011-03-08 Chong Yidong <cyd@stupidchicken.com>
9993
9994 * custom.el (custom-available-themes): Return themes in
9995 alphabetical order.
9996
33383987 9997See ChangeLog.15 for earlier changes.
e3d51b27
MR
9998
9999;; Local Variables:
10000;; coding: utf-8
e3d51b27
MR
10001;; End:
10002
acaf905b 10003 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
10004
10005 This file is part of GNU Emacs.
10006
10007 GNU Emacs is free software: you can redistribute it and/or modify
10008 it under the terms of the GNU General Public License as published by
10009 the Free Software Foundation, either version 3 of the License, or
10010 (at your option) any later version.
10011
10012 GNU Emacs is distributed in the hope that it will be useful,
10013 but WITHOUT ANY WARRANTY; without even the implied warranty of
10014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10015 GNU General Public License for more details.
10016
10017 You should have received a copy of the GNU General Public License
10018 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.