dired fix for `ls -b' quoting of spaces (bug#10469)
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e517eda4
GM
12012-01-13 Glenn Morris <rgm@gnu.org>
2
1498536e
GM
3 * dired.el (dired-switches-escape-p): New function.
4 (dired-insert-directory): Use dired-switches-escape-p.
5 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6
e517eda4
GM
7 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
8
328f984d
GM
92012-01-12 Glenn Morris <rgm@gnu.org>
10
11 * mail/sendmail.el (mail-mode): Update paragraph-separate for
12 changes in adaptive-fill-regexp. (Bug#10276)
13
2cc769a8
AM
142012-01-11 Alan Mackenzie <acm@muc.de>
15
16 Fix Emacs bug #10463 - put `widen's around the critical spots.
17
18 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): put a
19 widen around each invocation of c-state-pp-to-literal. Remove an
20 unused let variable.
21
e52c37fa
GM
222012-01-11 Glenn Morris <rgm@gnu.org>
23
24 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 25 Doc fix.
e52c37fa 26
96f8741e
CY
272012-01-10 Chong Yidong <cyd@gnu.org>
28
29 * net/network-stream.el (network-stream-open-starttls): Avoid
30 emitting a confusing error message when the server gives a bad
31 response to the capability command.
32
b09a806e
GM
332012-01-10 Glenn Morris <rgm@gnu.org>
34
35 * mail/unrmail.el (unrmail): Tweak previous change.
36
7655cb66
CY
372012-01-09 Chong Yidong <cyd@gnu.org>
38
39 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
40
9d5a8f0b
AM
412012-01-08 Alan Mackenzie <acm@muc.de>
42
43 Optimise font locking in long enum definitions.
44
45 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
46 arm to a cond form to handle enums.
47 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
48 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
49
9a0115ab 502012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
51
52 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 53 (Bug#10401)
6bb72cbd 54
f186bb95
LMI
552012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
56
29232a68
LMI
57 * faces.el (set-face-attribute): Clarify the meaning of the nil
58 frame (bug#10294).
59
4e5d086d
LMI
60 * subr.el (with-selected-frame): Mention that the selected frame
61 is restored (bug#9980).
62
8e66aebe
LMI
63 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
64 (bug#9759).
65
cd394be1 66 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
67 (password-read): Don't autoload unused function.
68
adf4e762
JB
692012-01-07 Juanma Barranquero <lekktu@gmail.com>
70
71 * progmodes/which-func.el (which-func-mode): Turn into a
72 non-interactive function and mark as obsolete (bug#10428).
73
89bd9ccd
CY
742012-01-06 Chong Yidong <cyd@gnu.org>
75
76 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
77 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
78 functions, along with 1 and -1.
79
4afee9d5
EZ
802012-01-06 Eli Zaretskii <eliz@gnu.org>
81
82 * time.el (display-time-load-average)
83 (display-time-default-load-average): Doc fixes. See the thread
84 starting at
85 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
86 for the details.
87
536aea70
GM
882012-01-06 Glenn Morris <rgm@gnu.org>
89
665ae865
GM
90 * mail/unrmail.el (unrmail): Give an explicit error if the input file
91 has no messages. (Bug#10377)
92
c869783d
GM
93 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
94 than Info-edit. (Bug#10385)
95
2bb4227e
GM
96 * time.el (display-time-load-average, display-time-next-load-average):
97 Doc fixes.
98
7d5944b9
GM
99 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
100 local setting of buffer-read-only to the input buffer. (Bug#10419)
101
536aea70
GM
102 * calendar/calendar.el (calendar-mode):
103 Locally set scroll-margin to 0. (Bug#10379)
104
7dccca16
UM
1052012-01-06 Ulrich Mueller <ulm@gentoo.org>
106
107 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
108
afbb7930
GM
1092012-01-05 Glenn Morris <rgm@gnu.org>
110
111 * eshell/em-unix.el (diff-no-select): Autoload it.
112 (eshell/diff): Use diff-no-select. (Bug#10420)
113
04482335
CY
1142012-01-05 Chong Yidong <cyd@gnu.org>
115
7baca3bc
CY
116 * shell.el (shell-dynamic-complete-functions): Revert last change.
117 (shell-command-completion-function): New function.
118 (shell-completion-vars): Use it to implement
119 shell-completion-execonly (Bug#10417).
120
04482335
CY
121 * custom.el (enable-theme): Don't set custom-safe-themes.
122
123 * cus-theme.el (custom-theme-merge-theme): Ignore
124 custom-enabled-themes and custom-safe-themes.
125
bb5aa5d6
MM
1262012-01-05 Michael R. Mauger <mmaug@yahoo.com>
127
128 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
129 first prompt in `sql-interacive-mode'.
130 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 131 keywords.
bb5aa5d6
MM
132 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
133 (sql-product-interactive): Bug fix: Set `sql-buffer' in
134 context of original buffer. Invoke `sql-login-hook'.
135
a7183d7c
EZ
1362012-01-04 Eli Zaretskii <eliz@gnu.org>
137
138 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
139 letters in cite-prefix.
140
a1eacd1e
LMI
1412012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
142
143 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
144
787cdb34
CY
1452012-01-03 Chong Yidong <cyd@gnu.org>
146
147 * shell.el (shell-dynamic-complete-functions): Put
148 pcomplete-completions-at-point, so as to try
149 comint-filename-completion first (Bug#10417).
150
30710442
RS
1512012-01-02 Richard Stallman <rms@gnu.org>
152
153 * battery.el (battery-status-function):
154 Detect when to use battery-yeeloong-sysfs.
155 (battery-echo-area-format): Add string for Yeeloong.
156 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
157 (battery-yeeloong-sysfs): New function.
158
f75bfc33
CY
1592012-01-02 Chong Yidong <cyd@gnu.org>
160
161 * dirtrack.el (dirtrack-list): Eliminate unused third element.
162 (dirtrack): Merge code for handling relative filenames in prompt
163 from shell-dir-cookie-watcher.
164 (dirtrack-debug-message): New arg to avoid excess format calls.
165
166 * shell.el (shell-dir-cookie-re): Variable deleted.
167 (shell-dir-cookie-watcher): Function deleted.
168 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
169 with dirtrack-mode.
170
651e947e
EZ
1712012-01-01 Eli Zaretskii <eliz@gnu.org>
172
173 * term/w32-win.el (dynamic-library-alist) <gnutls>: Load
174 libgnutls-28.dll, from GnuTLS version 3.x, in preference to
175 libgnutls-26.dll.
176
94d4c7dc
AS
1772011-12-31 Andreas Schwab <schwab@linux-m68k.org>
178
179 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
180
8d43f3cd
EZ
1812011-12-31 Eli Zaretskii <eliz@gnu.org>
182
183 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
184 headers of non-MIME messages, when rmail-enable-mime is non-nil.
185
98c8795a
MA
1862011-12-29 Michael Albinus <michael.albinus@gmx.de>
187
188 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
189 also for alternative shells.
190 (tramp-open-connection-setup-interactive-shell): Check, whether
191 the shell is a busybox.
192 (tramp-send-command): Don't suppress multiple prompts for
193 busyboxes, it hurts.
194
51281b32
CY
1952011-12-28 Chong Yidong <cyd@gnu.org>
196
197 * progmodes/gdb-mi.el (gdb-get-source-file-list)
198 (gdb-get-source-file): Move mode line update to
199 gdb-get-source-file (Bug#10087).
200
2170cb53
CY
2012011-12-25 Chong Yidong <cyd@gnu.org>
202
203 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
204 gud-gdb-marker-filter without taking it as an argument.
205 (gud-gdb-run-command-fetch-lines): Caller changed.
206 (gud-gdb-completion-function): New variable.
207 (gud-gdb-completion-at-point): Use it.
208 (gud-gdb-completions-1): Split from gud-gdb-completions.
209
210 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
211 function as separate arguments.
212 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
213 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
214 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
215 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
216 (gdb-stopped, def-gdb-auto-update-trigger)
217 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
218 (gdb-get-changed-registers, gdb-get-main-selected-frame):
219 Callers changed.
2170cb53
CY
220 (gud-gdbmi-completions): New function.
221 (gdb): Use it for generating the completion table.
222
be8b11bb
AM
2232011-12-24 Alan Mackenzie <acm@muc.de>
224
225 Introduce a mechanism to widen the region used in context font
226 locking. Use this to protect declarations from losing their
227 contexts.
228
b81d40f0 229 * progmodes/cc-langs.el (c-before-font-lock-functions): Replace
be8b11bb 230 c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 231 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
232 functions to be run just before context (etc.) font locking.
233
234 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 235 New, functionality extracted from
be8b11bb 236 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 237 (c-in-after-change-fontification): New variable.
be8b11bb
AM
238 (c-after-change): Set c-in-after-change-fontification.
239 (c-set-fl-decl-start): Rejig its interface, so it can be called
240 from both after-change and context fontifying.
b81d40f0
JB
241 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
242 New functions.
243 (c-standard-font-lock-fontify-region-function): New variable.
244 (c-font-lock-fontify-region): New function.
be8b11bb 245
341cf6ac
JL
2462011-12-24 Juri Linkov <juri@jurta.org>
247
248 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
249 (Bug#10348)
250
bffcee0a
MA
2512011-12-23 Michael Albinus <michael.albinus@gmx.de>
252
253 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
254 existence of source file. (Bug#10325)
255
cb5e207c
AM
2562011-12-23 Alan Mackenzie <acm@muc.de>
257
258 Fix unstable fontification inside templates.
259
b81d40f0
JB
260 * progmodes/cc-langs.el (c-before-font-lock-functions):
261 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
262 additionally has c-set-fl-decl-start. The other languages (apart
263 from AWK) have that as a single entry.
264
b81d40f0
JB
265 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
266 The functionality for "local" declarations has been extracted to
cb5e207c
AM
267 c-set-fl-decl-start.
268
b81d40f0
JB
269 * progmodes/cc-mode.el (c-common-init, c-after-change):
270 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
271 (c-set-fl-decl-start): New function, extracted from
272 c-font-lock-enclosing-decls and enhanced.
273
60ff536c
JB
2742011-12-23 Juanma Barranquero <lekktu@gmail.com>
275
276 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
277
1c4757d6
JL
2782011-12-22 Juri Linkov <juri@jurta.org>
279
280 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
281
d031f2c7
CY
2822011-12-22 Chong Yidong <cyd@gnu.org>
283
284 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
285
bace743a
DA
2862011-12-21 Drew Adams <drew.adams@oracle.com>
287
288 * files.el (file-remote-p): Fix docstring. (Bug#10319)
289
728a1f2b
JC
2902011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
291
292 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
293
0d373f73
TZ
2942011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
295
fec0aaa4
TZ
296 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
297 highlighting and support. Fix up comments for capitalization.
298 (cfengine-mode-debug): New var.
299 (cfengine3-mode): Change the modeline indicator to "CFE3".
300 (cfengine3-font-lock-keywords): Improve defun highlighting.
301 (cfengine2-actions): Rename from `cfengine-actions'.
302 (cfengine2-font-lock-keywords): Rename from
303 `cfengine-font-lock-keywords'.
304 (cfengine2-imenu-expression): Rename from
305 `cfengine-imenu-expression'.
306 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
307 (cfengine2-beginning-of-defun): Rename from
308 `cfengine-beginning-of-defun'.
309 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
310 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
311 (cfengine2-mode): Rename from `cfengine-mode'. Change the
312 modeline indicator to "CFE2".
313 (cfengine-mode): Defalias to `cfengine-auto-mode'.
314 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 315
bc86f573
CY
3162011-12-21 Chong Yidong <cyd@gnu.org>
317
318 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
319 filename argument.
320
d45ba96b
MR
3212011-12-20 Martin Rudalics <rudalics@gmx.at>
322
323 * window.el (window-normalize-buffer-to-display): Remove.
324 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
325
a6198c90
CY
3262011-12-19 Chong Yidong <cyd@gnu.org>
327
328 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
329 Don't signal an error in a predicate function; return non-nil.
330 (vc-dir-mark-file): Move the error here.
331 (vc-dir-mark-unmark): If acting on the region, keep going if one
332 of the entries cannot be marked/unmarked.
333 (vc-dir-mark-all-files): If current entry is a directory, mark
334 only child files, as documented.
335
34c5fb55
VB
3362011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
337
338 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
339 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
340 addition.
341
c803b2b7
JD
3422011-12-18 Jan Djärv <jan.h.d@swipnet.se>
343
344 * term/ns-win.el (ns-get-selection-internal)
345 (ns-store-selection-internal): Declare.
1154d12e
JB
346 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
347 Declare as obsolete.
348 (ns-get-pasteboard, ns-paste-secondary):
349 Use ns-get-selection-internal.
350 (ns-set-pasteboard, ns-copy-including-secondary):
351 Use ns-store-selection-internal.
c803b2b7 352
9cff91f8 3532011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
354
355 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 356 (vc-deduce-fileset): Doc fix.
99a289d9 357
f16c898a
AS
3582011-12-16 Andreas Schwab <schwab@linux-m68k.org>
359
360 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
361
763237c4
SS
3622011-12-13 Sam Steingold <sds@gnu.org>
363
364 * man.el (Man-getpage-in-background): When running under a
365 window-system, ignore $MANWIDTH and $COLUMNS.
366
5fc1c122
KH
3672011-12-15 Kenichi Handa <handa@m17n.org>
368
369 * language/ethio-util.el: Change coding tag to utf-8-emacs.
370 (setup-ethiopic-environment-internal): Comment out key-binding for
371 ethio-toggle-punctuation.
372
13d49cbb
AM
3732011-12-13 Alan Mackenzie <acm@muc.de>
374
898169a2
AM
375 Add the switch statement to AWK Mode.
376
377 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
378 "default" to the keywords regexp.
379
380 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
381 expression as the rest.
382 (c-nonlabel-token-key): Allow string literals for AWK. Refactor
383 for the other modes.
384
13d49cbb
AM
385 Large brace-block initialisation makes CC Mode slow: Fix.
386 Tidy up and accelerate c-in-literal, etc. by using the
387 c-parse-state
388 routines. Limit backward searching in c-font-lock-enclosing.decl.
389
390 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
391 pp-state and literal type in addition to the limits.
392 (c-state-safe-place): New defun, extracted from
393 c-state-literal-at.
394 (c-state-literal-at): Use the above new defun.
395 (c-slow-in-literal, c-fast-in-literal): Removed.
396 (c-in-literal, c-literal-limits): Amended to use
397 c-state-pp-to-literal.
398
399 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
400 being in a literal. Add a limit for backward searching.
401
402 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
403 c-slow-in-literal.
404
15e0efc7
SM
4052011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
408
454592a6
MR
4092011-12-13 Martin Rudalics <rudalics@gmx.at>
410
411 * window.el (delete-other-windows): Use correct frame in call to
412 window-with-parameter.
413
87393f26
DP
4142011-12-12 Daniel Pfeiffer <occitan@t-online.de>
415
416 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
417 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
418 (makefile-gmake-statements, makefile-makepp-statements):
419 Use it and add new makepp keywords.
420 (makefile-makepp-font-lock-keywords): Add new patterns.
421 (makefile-match-function-end): Match new [...] and [[...]].
422
11636b22
JB
4232011-12-11 Juanma Barranquero <lekktu@gmail.com>
424
425 * ses.el (ses-call-printer-return, ses-cell-property-get)
426 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
427 (ses-create-cell-variable, ses-reset-header-string)
428 (ses-cell-set-formula, ses-repair-cell-reference-all)
429 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
430 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
431 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
432 (ses-aset-with-undo, ses-load, ses-truncate-cell)
433 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
434 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
435 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
436 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
437 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
438 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
439 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
440 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
441
cf018193
VB
4422011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
443
444 * ses.el: The overall change is to add cell renaming, that is
445 setting fancy names for cell symbols other than name matching
446 "\\`[A-Z]+[0-9]+\\'" regexp .
447 (ses-create-cell-variable): New defun.
448 (ses-relocate-formula): Relocate formulas only for cells the
449 symbols of which are not renamed, i.e. symbols whose names do not
450 match regexp "\\`[A-Z]+[0-9]+\\'".
451 (ses-relocate-all): Relocate values only for cells the symbols of
452 which are not renamed.
453 (ses-load): Create cells variables as the (ses-cell ...) are read,
454 in order to check row col consistency with cell symbol name only
455 for cells that are not renamed.
456 (ses-replace-name-in-formula): New defun.
457 (ses-rename-cell): New defun.
458
ee957461
CY
4592011-12-11 Chong Yidong <cyd@gnu.org>
460
461 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
462 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
463
9a9e9ef0
MR
4642011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
465
466 * window.el (other-window): Fix docstring.
467
92a8eba5
EZ
4682011-12-10 Eli Zaretskii <eliz@gnu.org>
469
470 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
471 `from' or `to' address before taking its substring. Fixes
472 incorrect display in Rmail summary buffer whereby an RFC2047
473 encoded name is chopped in the middle of the encoded string, and
474 thus displayed encoded.
475
e152e577
JB
4762011-12-10 Juanma Barranquero <lekktu@gmail.com>
477
478 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
479
e5d84bfe
EZ
4802011-12-10 Eli Zaretskii <eliz@gnu.org>
481
482 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
483 to use texinfo-update-node and commands that call it if the
484 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 485 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
486 (texinfo-all-menus-update, texinfo-master-menu)
487 (texinfo-update-node, texinfo-every-node-update)
488 (texinfo-multiple-files-update): Doc fix. Warn against updating
489 all the @node lines.
490 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
491 argument is numeric. Explain better in the doc string what the
492 function really does.
493 (texinfo-insert-master-menu-list): Improve the error message
494 displayed if there's no menu in the Top node.
495 (Bug#2975) See also this thread:
e5d84bfe
EZ
496 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
497
1d84e9bb
MG
4982011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
499
500 * speedbar.el (speedbar-supported-extension-expressions):
501 Add .adb and .ads, commonly used for Ada source code (bug#10256).
502
382c953b
JB
5032011-12-09 Juanma Barranquero <lekktu@gmail.com>
504
505 * printing.el (pr-mode-alist):
506 * simple.el (filter-buffer-substring-functions)
507 (completion-list-insert-choice-function):
508 * window.el (window-with-parameter, window-atom-root)
509 (window-sides-slots, window-size-fixed, window-min-delta)
510 (window-max-delta, window--resize-mini-window)
511 (window--resize-child-windows-normal, window-tree)
512 (delete-other-windows, quit-window, split-window)
513 (display-buffer-record-window, special-display-buffer-names)
514 (special-display-regexps, special-display-popup-frame)
515 (same-window-p, split-window-sensibly)
516 (display-buffer-overriding-action, display-buffer-alist)
517 (display-buffer-base-action, display-buffer, switch-to-buffer)
518 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
519 (fit-window-to-buffer, recenter-positions)
520 (mouse-autoselect-window-state, mouse-autoselect-window-select):
521 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
522 and remove unneeded backslashes in docstrings.
523
39c9faef
SM
5242011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
525
98449af8
SM
526 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
527
39c9faef
SM
528 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
529 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
530 end in ".mk".
531 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
532 when reading the makefile (bug#10116).
533
86ed9fdc
SM
5342011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
537 (bug#10116).
538
5580f89d
GM
5392011-12-06 Glenn Morris <rgm@gnu.org>
540
541 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
542
28d3917c
CY
5432011-12-06 Chong Yidong <cyd@gnu.org>
544
545 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
546
a98edce9
JB
5472011-12-06 Juanma Barranquero <lekktu@gmail.com>
548
549 * textmodes/table.el (table-shorten-cell): Fix typo.
550
e65adfac
CG
5512011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
552
553 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
554
71cc0b74
EZ
5552011-12-05 Eli Zaretskii <eliz@gnu.org>
556
557 * descr-text.el (describe-char): Fix display of strong
558 right-to-left characters and directional embeddings and overrides.
559
560 * simple.el (what-cursor-position): Fix display of codepoints of
561 strong right-to-left characters.
562
315bc30d
CY
5632011-12-05 Chong Yidong <cyd@gnu.org>
564
565 * faces.el (read-color): Doc fix.
566
58a70b94
GM
5672011-12-05 Glenn Morris <rgm@gnu.org>
568
569 * align.el (align--set-marker): Add doc-string.
570 Don't try to move something that is not a marker. (Bug#10216)
571
5158face
GM
5722011-12-04 Glenn Morris <rgm@gnu.org>
573
574 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
575 overly zealous deletion of trailing whitespace.
576
520fca41
JB
5772011-12-04 Juanma Barranquero <lekktu@gmail.com>
578
579 * server.el (server-delete-client): On Windows, do not try to delete
580 the only terminal.
581 (server-process-filter): On Windows, treat requests for a tty frame as
582 if they were for a GUI frame if the running server is in GUI mode.
583
5e605a2e
GM
5842011-12-03 Glenn Morris <rgm@gnu.org>
585
586 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
587
5c3fe83f
SM
5882011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
589
6f5e57e7
SM
590 * electric.el: Streamline electric-indent's hook.
591 (electric-indent-chars): Revert to simple list.
592 (electric-indent-functions): New var.
593 (electric-indent-post-self-insert-function): Use it.
594
5c3fe83f
SM
595 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
596 there's no inferior buffer (bug#10196).
597 (prolog-consult-compile): Don't use toggle-read-only.
598
6bdac736
MA
5992011-12-02 Michael Albinus <michael.albinus@gmx.de>
600
601 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
602 interrupt. (Bug#10187)
603
6131ba7f
SM
6042011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
605
99c79fee
SM
606 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
607 (bug#9160).
608
6131ba7f
SM
609 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
610 (bug#10191).
611
cb0a02ea
JL
6122011-12-02 Juri Linkov <juri@jurta.org>
613
614 * info.el (Info-search): Display "end of manual" when Isearch
615 reaches the end of single-file Info manual. (Bug#9918)
616
66e0570c
EZ
6172011-12-02 Eli Zaretskii <eliz@gnu.org>
618
619 * isearch.el (isearch-message-prefix): Run the input method part
620 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
621
02b16839
JL
6222011-12-02 Juri Linkov <juri@jurta.org>
623
624 * isearch.el (isearch-occur): Use `word-search-regexp' for
625 `isearch-word'.
626 (isearch-search-and-update): Add condition for `isearch-word' and
627 call `word-search-regexp'. (Bug#10145)
628
0b950688
GM
6292011-12-01 Glenn Morris <rgm@gnu.org>
630
631 * eshell/em-hist.el (eshell-hist-initialize):
632 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 633 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 634
9505c3c7
SM
6352011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
638
1bbe96b2 6392011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 640
a1beca85
SM
641 * progmodes/verilog-mode.el (verilog-pretty-expr):
642 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
643 verilog, such as += *= and the like.
644 (verilog-assignment-operator-re): Regular expression to find the
645 assigment operator in a verilog assignment.
646 (verilog-assignment-operation-re): Regular expression to find an
647 assignment statement for pretty-expr.
648 (verilog-in-attribute-p): Query returns true if point is in an
649 attribute context; used to skip these for expression line up from
650 pretty-expr.
651 (verilog-in-parameter-p): Query returns true if point is in an
652 parameter definition context; used to skip these for expression
653 line up from pretty-expr.
654 (verilog-in-parenthesis-p): Query returns true if point is in a
655 parenthetical expression, specifically ( ) but not [ ] or { };
656 used by pretty-expr.
657 (verilog-just-one-space): If there is no space, don't add one.
658 (verilog-get-lineup-indent-2): Specifically skip just attribute
659 contexts for expression lineup, rather than skipping all
660 parenthetical expressions.
661 (verilog-calculate-indent): Fix comment, and fix indent.
662 (verilog-do-indent): Indent declarations in lists (suggested by
663 Joachim Lechner).
664 (verilog-mode-abbrev-table): Populate abbrev mode with the various
665 skeleton items.
666 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
667 by Alain Mellan).
668
1bbe96b2 6692011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
670
671 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
672 parameters with embedded comments. Reported by Ray Stevens.
673 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
674 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
675 Reported by Tim Holt.
676 (verilog-auto): Fix AUTOing a upper module then AUTOing module
677 instantiated by upper module causing wrong expansion until AUTOed a
678 second time. Reported by K C Buckenmaier.
679 (verilog-diff-auto): Fix showing .* as a difference when
680 `verilog-auto-star-save' off. Reported by Dan Dever.
681 (verilog-auto-reset, verilog-read-always-signals)
682 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
683 temporary signals in reset list if
684 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
685 style to each signal's assignment type, bug381.
686 Reported by Thomas Esposito.
6288f0ca
WS
687 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
688 (verilog-uvm-statement-re): Support UVM indentation and
689 highlighting, with old OVM keywords only.
a1beca85
SM
690 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
691 Support AUTOTIEOFF creating non-wire data types. Suggested by Jonathan
6288f0ca
WS
692 Greenlaw.
693 (verilog-auto-insert-lisp, verilog-delete-to-paren)
694 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
695 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
696 (verilog-read-sub-decls, verilog-read-sub-decls-line):
697 Fix mismatching parenthesis inside commented out code when deleting
382c953b 698 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
699 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
700 non-numeric vector width. Reported by Alex Reed.
701 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 702 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
703 (verilog-auto-delete-trailing-whitespace):
704 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
705 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
706 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
707 Fix verilog-scan-cache corruption when running user AUTO expansion
708 hooks that call indentation routines.
709 (verilog-simplify-range-expression): Fix typo ignoring lower case
710 identifiers.
711 (verilog-delete-auto): Fix delete-autos to also remove user created
712 automatics, as long as they start with AUTO.
713 (verilog-batch-diff-auto, verilog-diff-auto)
714 (verilog-diff-function): Add `verilog-diff-auto' and bind to
715 "C-c?" to report differences in AUTO expansion, ignoring spaces.
716 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
717 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
718 (verilog-re-search-forward-quick, verilog-syntax-ppss):
719 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
720 is disabled and its cache will get corrupt, causing AUTOS not to
721 expand. Instead use only -quick functions.
722 (verilog-scan-region): Fix scanning over escaped quotes.
723 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
724 (verilog-re-search-backward-quick)
725 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
726 related functions now ignore strings, to fix misparsing of strings
727 with magic comments embedded in them.
a1beca85
SM
728 (verilog-read-auto-template):
729 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
730 Reported by Brad Dobbie.
731 (verilog-read-auto-template):
732 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 733 Reported by Brad Dobbie.
6288f0ca
WS
734 (verilog-auto-inst, verilog-auto-inst-param)
735 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
736 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
737 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
738 debugging templates without merge conflicts, bug357.
739 Reported by Brad Dobbie.
740 (verilog-read-auto-template):
741 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
742 Reported by Brad Dobbie.
743 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
744 abbrevs so user won't be asked to save.
745 (verilog-read-auto-lisp-present): Fix to start at beginning of
746 buffer in case called outside of verilog-auto.
747 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
748 to "X-2". Reported by Matthew Myers.
749 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
750 all inputs from module templates. Reported by Leith Johnson.
751 (verilog-module-inside-filename-p): Fix locating programs as with
752 modules.
753 (verilog-auto-inst-port): Fix vl-width expressions when using
754 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
755 (verilog-decls-get-regs, verilog-decls-get-signals,
756 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
757 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
758 verilog-read-decls): Combine reg and wire structures into one var
759 structure to represent SystemVerilog concepts.
760 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
761 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
762 (verilog-auto-wire-type, verilog-insert-definition):
763 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
764 SystemVerilog "logic" keyword instead of "wire"/"reg".
765 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
766 to declares outputs that also have assignments (presumably in an
a1beca85
SM
767 ifdef or generate if so there's not a driver conflict).
768 Reported by Matthew Myers.
769 (verilog-auto-declare-nettype, verilog-insert-definition):
770 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
771 `default_nettype none. Reported by Julian Gorfajn.
772 (verilog-read-always-signals-recurse, verilog-read-decls)
773 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
774 malformed end statement, bug325. Reported by Joshua Wise and
775 Andrew Drake.
776 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
777 (verilog-inst-comment-re): Fix not deleting Interfaced comment
778 when expanding .* in interfaces, bug320. Reported by Pierre-David
779 Pfister.
780 (verilog-read-module-name): Fix import statements between module
781 name and open parenthesis, bug317. Reported by Pierre-David
782 Pfister.
783 (verilog-simplify-range-expression): Fix simplification of
784 multiplications inside AUTOWIRE connections, bug303.
785 (verilog-auto-inst-port): Support parameter expansion in
786 multidimensional arrays.
787 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
788 after "assert property". Reported by Julian Gorfajn.
789 (verilog-simplify-range-expression): Fix "couldn't merge" errors
790 with multiplication, bug303.
791 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
792 Reported by Jan Frode Lonnum.
793
1bbe96b2
GM
7942011-11-30 Juanma Barranquero <lekktu@gmail.com>
795
796 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
797 (hfy-shell-file-name, hfy-shell):
798 * international/fontset.el (x-decompose-font-name): Fix typos.
799
8002011-11-29 Ken Brown <kbrown@cornell.edu>
801
802 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
803 (gdb-version): Remove defvar.
804 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
805 (gdb-gud-context-command, gdb-non-stop-handler)
806 (gdb-current-context-command, gdb-stopped): Use it.
807 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
808 (gdb-non-stop-handler): Don't enable pretty-printing here.
809 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
810 non-stop mode. Use the following.
811 (gdb-check-target-async): New defun.
812 (gud-watch, gdb-stopped): Fix whitespace.
813 (gdb-get-source-file): Don't try to display the source file if
814 `gdb-main-file' is nil.
815
8162011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * align.el: Try to generate fewer markers (bug#10047).
819 (align--set-marker): New macro.
820 (align-region): Use it.
821
c935221f
SM
8222011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
825
e70b5064
CY
8262011-11-29 Chong Yidong <cyd@gnu.org>
827
828 * indent.el (indent-for-tab-command, indent-according-to-mode):
829 Doc fix.
830 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
831
f3af92b7
MA
8322011-11-29 Michael Albinus <michael.albinus@gmx.de>
833
834 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
835 aware of remote file names. (Bug#10124)
836
ed472be9
CY
8372011-11-29 Chong Yidong <cyd@gnu.org>
838
839 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
840
24510c22
SM
8412011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * files.el (find-file): Don't use force-same-window (bug#10144).
844 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
845 use pop-to-buffer if the selected window can't be used.
846 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
847
c60c3703
EZ
8482011-11-28 Eli Zaretskii <eliz@gnu.org>
849
850 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
851 special-mode-map.
852
e95def75
CY
8532011-11-28 Chong Yidong <cyd@gnu.org>
854
855 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
856
c3f1c606
NR
8572011-11-27 Nick Roberts <nickrob@snap.net.nz>
858
859 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
860 gdb-get-source-file-list on gdb-create-source-file-list.
861
00db469c
EZ
8622011-11-26 Eli Zaretskii <eliz@gnu.org>
863
864 * whitespace.el (whitespace-newline): Use a different foreground
865 color for 16-color light-background displays.
866
4ad3bc2a
CY
8672011-11-24 Chong Yidong <cyd@gnu.org>
868
869 * window.el (display-buffer--special-action): Doc fix.
870
e9fce1ac
JB
8712011-11-25 Juanma Barranquero <lekktu@gmail.com>
872
873 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
874 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
875 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
876 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
877 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
878 (avl-tree-stack-first):
879 * emacs-lisp/cconv.el (cconv--analyse-use):
880 * net/gnutls.el (gnutls-negotiate): Fix typos.
881
cb825e5d
GM
8822011-11-24 Glenn Morris <rgm@gnu.org>
883
3adbe224
GM
884 * lpr.el (lpr-windows-system, lpr-lp-system):
885 * mail/binhex.el (binhex-begin-line):
886 * progmodes/grep.el (grep-history, grep-find-history):
887 * textmodes/flyspell.el:
888 * vc/pcvs-defs.el (cvs-global-menu):
889 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
890 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
891 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
892
321decc8
GM
893 * net/tls.el: Fix case of "GnuTLS".
894
420b63ad
GM
895 * paths.el (rmail-file-name): Format doc-string for make-docfile.
896
cb825e5d
GM
897 * version.el (emacs-build-system): Give it a doc-string.
898
a0649f08
JL
8992011-11-24 Juri Linkov <juri@jurta.org>
900
901 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
902
c0bc0fd4
GM
9032011-11-24 Glenn Morris <rgm@gnu.org>
904
905 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
906 if called on a non-mime message just toggle the headers. (Bug#8006)
907
20db1522
JB
9082011-11-24 Juanma Barranquero <lekktu@gmail.com>
909
910 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
911 (allout-lead-with-comment-string, allout-structure-deleted-hook)
912 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
913 (allout-rebullet-heading, allout-open-sibtopic)
914 (allout-toggle-current-subtree-encryption)
915 (allout-toggle-subtree-encryption, allout-encrypt-string)
916 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
917 (allout-distinctive-bullets-string, allout-auto-activation):
918 * window.el (window-normalize-buffer-to-display):
919 * progmodes/verilog-mode.el (verilog-batch-indent):
920 * textmodes/bibtex.el (bibtex-field-braces-opt)
921 (bibtex-field-strings-opt):
922 * vc/cvs-status.el (cvs-tree-merge):
923 Fix typos.
924
7262a87c
MA
9252011-11-23 Michael Albinus <michael.albinus@gmx.de>
926
927 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
928 `non-essential' to t, in order to avoid remote connections.
929
283430a1
EZ
9302011-11-23 Eli Zaretskii <eliz@gnu.org>
931
a1beca85
SM
932 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
933 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
934 case-insensitively.
935
d2992a38
ML
9362011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
937
938 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
939
50419064
GM
9402011-11-23 Glenn Morris <rgm@gnu.org>
941
da94eca1
GM
942 * paths.el (rmail-file-name): Reformat the doc-string so that it
943 is picked up.
944
9aac4de2
GM
945 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
946 (rmail-auto-file): Ignore case in the "special" field names,
947 as mail-fetch-field does for all others.
948
8038d2d2
GM
949 * mail/rmail.el (rmail-forward):
950 * mail/rmailkwd.el (rmail-set-label):
951 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
952 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
953
f3fe222a
GM
954 * mail/rmail.el (rmail-current-message): Doc fix.
955
50419064
GM
956 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
957
28109f49
SM
9582011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * server.el (server-eval-and-print): Allow C-g (bug#6585).
961
394c65f1
GM
9622011-11-22 Glenn Morris <rgm@gnu.org>
963
964 * mail/rmailmm.el (test-rmail-mime-handler)
965 (test-rmail-mime-bulk-handler)
966 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
967
f2a0aa3a
JL
9682011-11-21 Juri Linkov <juri@jurta.org>
969
1154d12e
JB
970 * calc/calc.el (calc-read-key-sequence):
971 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 972
9c34a344
LMI
9732011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
974
975 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
976 Tell the caller that the next line needs recomputation, even
977 though it doesn't start a sexp (bug#10094).
978
f04a3be9
SM
9792011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
980
981 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
982
7978747f
SM
9832011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
984
f04a3be9
SM
985 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
986 Use force-same-window.
7978747f 987
fe7a3057
JB
9882011-11-20 Juanma Barranquero <lekktu@gmail.com>
989
990 * descr-text.el (describe-char-unicode-data):
991 * json.el (json-string-escape):
992 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
993 (Footnote-unicode, Footnote-style-p):
994 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
995
24901d61
CY
9962011-11-20 Chong Yidong <cyd@gnu.org>
997
998 * window.el (replace-buffer-in-windows): Restore interactive spec.
999
bac7ff22
SM
10002011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1001
24f3d7b9
SM
1002 * electric.el (electric-indent-mode): Fix last change (too optimistic).
1003
bac7ff22
SM
1004 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1005 (byte-compile-global-not-obsolete-vars): New var.
1006 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1007 Use it.
1008 (byte-compile-warn-obsolete): Align text with the one in *Help*.
1009
cd1181db
JB
10102011-11-20 Juanma Barranquero <lekktu@gmail.com>
1011
1012 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1013 * progmodes/pascal.el (electric-pascal-equal):
1014 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1015 * xml.el (xml-substitute-special): Fix typos.
1016
7fb18e9e
GM
10172011-11-20 Glenn Morris <rgm@gnu.org>
1018
1019 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1020 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1021 Doc fixes.
1022 (rmail-decode-mime-charset): Mark as obsolete.
1023
1024 * mail/rmailsum.el (rmail-message-regexp-p-1):
1025 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1026 Before using mime functions, check they are set. (Bug#10077)
1027
d5a6b3ba
JL
10282011-11-19 Juri Linkov <juri@jurta.org>
1029
1030 * info.el (Info-finder-find-node): Use `package--builtins' instead
1031 of `package-alist'. Use node names formed by the pattern "Keyword "
1032 and the keyword name.
1033
e981b61f
AS
10342011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1035
1036 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for
1037 bash.
1038
3ffbc301
JL
10392011-11-19 Juri Linkov <juri@jurta.org>
1040
1041 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1042 that calls `revert-buffer' on all Info buffers. (Bug#9915)
1043 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1044 `old-history', `old-history-forward'. Add let-binding
1045 `window-selected'. Remove calls to `kill-buffer',
1046 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
1047 before calling `Info-find-node', so `Info-find-node-2' will reread
1048 the Info file. Restore window positions only when `window-selected'
1049 is non-nil.
1050
30c62133
JL
10512011-11-19 Juri Linkov <juri@jurta.org>
1052
1053 * isearch.el (isearch-lazy-highlight-new-loop):
1054 Remove condition `(not isearch-error)'. (Bug#9918)
1055
1056 * misearch.el (multi-isearch-search-fun): Add condition
1057 `(not bound)' to ignore lazy-highlighting search.
1058 Add the search-failed message "end of multi" when the end of
1059 multi-sequence is reached. Uncapitalize the search-failed
1060 message "Repeat for next buffer".
1061
1062 * info.el (Info-search): Add the search-failed message
1063 "end of the manual" when the end of the manual is reached
1064 in Isearch mode.
1065
645ca9cf
JL
10662011-11-19 Juri Linkov <juri@jurta.org>
1067
1068 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1069 Use non-destructive `remove' instead of `delete' because
1070 `Info-history-list' stored to `Info-isearch-initial-history-list' in
1071 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1072
df754f66
JL
10732011-11-19 Juri Linkov <juri@jurta.org>
1074
1075 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1076 to nil instead of binding `search-ring' and `regexp-search-ring'.
1077 (Bug#9185)
1078
0e23d96a
EZ
10792011-11-19 Eli Zaretskii <eliz@gnu.org>
1080
1081 * simple.el (line-move): Force movement by logical lines for any
1082 hscrolled window, not only when auto-hscroll-mode is on.
1083 (line-move-visual): Update doc string to that effect. (Bug#10076)
1084
8a6ccb66
AS
10852011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1086
1087 * language/european.el (macintosh): Define as alias for mac-roman.
1088
49ae5b39
EZ
10892011-11-19 Eli Zaretskii <eliz@gnu.org>
1090
1091 * mail/rmailmm.el (rmail-mime-display-header)
1092 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1093 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1094 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1095 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1096 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1097 of a raw aref.
1098 (rmail-mime-entity-segment): To get past the tagline, move forward
1099 2 more lines, to account for the 2 empty lines that precede and
1100 follow the line with the buttons.
1101 (rmail-mime-update-tagline): Move one more line, to get past the
1102 empty line that follows the buttons in the tagline. (Bug#9520)
1103
c56cad4a
MR
11042011-11-19 Martin Rudalics <rudalics@gmx.at>
1105
1106 * window.el (window-max-delta-1, window-min-delta-1)
1107 (window-min-size-1, window-state-get-1, window-state-put-1)
1108 (window-state-put-2): Use "window--" prefix.
1109
cbe71af3
SM
11102011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1111
2ad52c60
SM
1112 * emacs-lisp/smie.el: Improve warnings and conflict detection.
1113 (smie-warning-count): New var.
1114 (smie-set-prec2tab): Use it.
1115 (smie-bnf->prec2): Improve warnings. Add docstring.
1116 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1117 (smie-bnf--set-class): New function.
1118 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
1119 corner case.
1120
6944dbc1
SM
1121 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1122 (compilation-error-properties, compilation-move-to-column):
1123 Handle compilation-first-column while in the target buffer.
1124
c400c4d7
SM
1125 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1126 Don't hardcode point-min==1.
1127
6dbe3e96
SM
1128 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1129 (eshell-rewrite-for-command): Remove workaround.
1130 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1131 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1132 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1133
cbe71af3
SM
1134 * files-x.el (modify-file-local-variable): Obey commenting conventions.
1135
a8e1496d
GM
11362011-11-17 Glenn Morris <rgm@gnu.org>
1137
1138 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1139 Ignore buffer-local generated-autoload-file if it is the same
1140 as the global value. (Bug#10049)
1141
df85d315
JB
11422011-11-17 Juanma Barranquero <lekktu@gmail.com>
1143
1144 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1145 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1146 (reftex-toc-previous-heading, reftex-toc-max-level)
1147 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1148 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1149 (reftex-toc-do-promote, reftex-toc-promote-prepare)
1150 (reftex-toc-promote-action, reftex-toc-extract-section-number)
1151 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1152 (reftex-toc-rename-label, reftex-toc-visit-location)
1153 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1154 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1155 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1156 leaving "*toc*" only for references to the buffer.
1157
a0c2d0ae
MR
11582011-11-17 Martin Rudalics <rudalics@gmx.at>
1159
1160 * window.el (window-resize, delete-window, split-window):
1161 Replace window-splits by window-combination-resize.
1162 * cus-start.el (window-splits): Replace by
1163 window-combination-resize.
1164
35c0bac8
GM
11652011-11-17 Glenn Morris <rgm@gnu.org>
1166
1167 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1168 Make bash entry derive from sh entry, not shell entry.
1169
d0c8fc8a
MA
11702011-11-16 Michael Albinus <michael.albinus@gmx.de>
1171
d0c8fc8a
MA
1172 * net/tramp-cache.el (tramp-flush-file-property): Flush also
1173 properties of linked files. (Bug#9879)
1174
7262a87c
MA
1175 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1176 local file name.
1177
7877f373
JB
11782011-11-16 Juanma Barranquero <lekktu@gmail.com>
1179
1180 * menu-bar.el (menu-bar-file-menu):
1181 * printing.el (pr-ps-utility):
1182 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1183 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1184 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1185 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1186 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1187 (icalendar--convert-cyclic-to-ical)
1188 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1189 (icalendar--convert-ical-to-diary)
1190 (icalendar--convert-recurring-to-diary)
1191 (icalendar--convert-non-recurring-all-day-to-diary)
1192 (icalendar-import-format-sample):
1193 * progmodes/idlw-shell.el (idlwave-shell-mode):
1194 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1195 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1196 (vhdl-ps-print-init): Fix typos.
1197
10649b82
KM
11982011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
1199
9d0cfcd6
GM
1200 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1201 FSF and collapse date sequence, obscure author/maintainer email address
1202 better, remove extra version line, track relocation of author's webpage.
10649b82 1203
9d0cfcd6
GM
1204 * progmodes/python.el (python-pdbtrack-input-prompt)
1205 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1206 regular python pdb prompts. Adjustments shamelessly taken exactly as
1207 suggested in EmacsWiki page (tiny change):
1208 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 1209
58179cce
JB
12102011-11-16 Juanma Barranquero <lekktu@gmail.com>
1211
1212 * expand.el (expand-pos, expand-index, expand-point):
1213 Remove redundant info from docstring.
1214 (expand-add-abbrevs): Doc fix.
1215 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1216 (expand-sample-perl-mode-expand-list): Fix typos.
1217
1218 * net/dbus.el (dbus-event-member-name):
1219 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1220 * term/pc-win.el (msdos-create-frame-with-faces):
1221 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1222
b6f67890
MR
12232011-11-16 Martin Rudalics <rudalics@gmx.at>
1224
1225 * window.el (split-window, window-state-get-1)
1226 (window-state-put-1, window-state-put-2): Rename occurrences of
1227 window-nest to window-combination-limit.
1228 * cus-start.el (window-nest): Rename to
1229 window-combination-limit.
1230
ce7ddba0
CY
12312011-11-16 Chong Yidong <cyd@gnu.org>
1232
1233 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1234 regexp (Bug#10033).
1235
3ae704f4
SM
12362011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1239 `completing-read' will remove *Completions* and will preserve
1240 current-buffer for us.
1241 (tmm-add-prompt): Users of *Completions* will always (re)set its
1242 major mode.
1243 (tmm-old-comp-map): Remove.
1244
6ad1cdde
GM
12452011-11-16 Glenn Morris <rgm@gnu.org>
1246
1247 * mail/rmailedit.el: Require rmailmm when compiling.
1248 (rmail-old-mime-state): New declaration.
1249 (rmail-edit-current-message): If editing a mime message,
1250 edit the "raw" message from the mbox buffer.
1251 (rmail-cease-edit): Handle mime messages. (Bug#9840)
1252
d20faa20
GM
12532011-11-15 Glenn Morris <rgm@gnu.org>
1254
1255 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1256 which wasn't being used. Add optional arg to force given state.
1257 (rmail-mime): Add optional arg to force given state.
1258
c7015153
JB
12592011-11-15 Juanma Barranquero <lekktu@gmail.com>
1260
1261 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1262 * frame.el (display-mm-dimensions-alist):
1263 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1264 (outline-move-subtree-down):
1265 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1266 (newsticker--treeview-do-get-node):
1267 * net/quickurl.el (quickurl-list-buffer-name):
1268 * progmodes/dcl-mode.el (dcl-mode):
1269 * progmodes/gdb-mi.el (gdb-mapcar*):
1270 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1271
45261b50
GM
12722011-11-15 Glenn Morris <rgm@gnu.org>
1273
1274 * mail/rmail.el (rmail-file-coding-system): It's only ever used
1275 in a boolean sense, so just make it a boolean, and fix the doc.
1276 (rmail-show-mime-function, rmail-mime-feature)
1277 (rmail-require-mime-maybe): Doc fixes.
1278 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1279
1280 * mail/rmailmm.el (rmail-show-mime): Doc fix.
1281
0d26e0b6
JB
12822011-11-15 Juanma Barranquero <lekktu@gmail.com>
1283
1284 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1285 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1286 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1287 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1288
447f30f6
GM
12892011-11-15 Glenn Morris <rgm@gnu.org>
1290
672b871d
GM
1291 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1292 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1293 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1294 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1295 (rmail-mime, rmail-show-mime): Doc fixes.
1296
f6aa5bb1
GM
1297 * term/ns-win.el (mode-line-frame-identification):
1298 Leave it alone. (Bug#10051)
1299
947cd66b
GM
1300 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
1301
447f30f6
GM
1302 * mail/rmailout.el (rmail-output-to-rmail-buffer):
1303 Handle empty buffers. (Bug#9978)
1304
0b381c7e
JB
13052011-11-14 Juanma Barranquero <lekktu@gmail.com>
1306
1307 * international/mule.el (define-charset):
1308 * mail/rmailmm.el (rmail-mime-find-header-encoding):
1309 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1310 * progmodes/verilog-mode.el (verilog-backward-token):
1311 * textmodes/ispell.el (lookup-words):
1312 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1313
71e027ac
GM
13142011-11-14 Glenn Morris <rgm@gnu.org>
1315
56632ce4
GM
1316 * progmodes/executable.el
1317 (executable-make-buffer-file-executable-if-script-p):
1318 Handle file-modes returning nil.
1319
40500957
GM
1320 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1321 message - not necessary, and causes problems. (Bug#9831)
1322
071c2340
GM
1323 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1324
d3cfca60
GM
1325 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1326
71e027ac
GM
1327 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1328 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
1329 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1330
89d61221
MR
13312011-11-12 Martin Rudalics <rudalics@gmx.at>
1332
1333 * window.el (window-resize, delete-window): Use window-splits
1334 variable instead of function.
1335 (window-state-get-1, window-state-put-2, window-state-put):
1336 Don't deal with windows' splits status.
1337
98282f6f
GM
13382011-11-12 Glenn Morris <rgm@gnu.org>
1339
1340 * apropos.el (apropos-do-all, apropos-library, apropos-value)
1341 (apropos-documentation): Doc fixes.
1342
40a8bdf6
JB
13432011-11-11 Juanma Barranquero <lekktu@gmail.com>
1344
1345 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1346 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1347
65bd19ff
SM
13482011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * electric.el (electric-indent-post-self-insert-function): Make it
1351 possible for a char to only indent in some circumstances.
1352 (electric-indent-mode): Simplify.
1353
54f9154c
MR
13542011-11-11 Martin Rudalics <rudalics@gmx.at>
1355
1356 * window.el (windows-with-parameter): Remove unused function.
1357 (windows-at-side): Rename to window-at-side-list.
1358 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
1359 (window-side-check, window-size-ignore, window-size-fixed-1)
1360 (window-in-direction-2): Prefix with "window--".
1361 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 1362
68cbc58b
GM
13632011-11-11 Glenn Morris <rgm@gnu.org>
1364
1365 * subr.el (eval-after-load): If FILE is already loaded,
1366 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
1367
b2621720
GM
13682011-11-10 Glenn Morris <rgm@gnu.org>
1369
9a4de110
GM
1370 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1371 Call svn via vc-svn-command rather than vc-do-command.
1372 (vc-svn-command): Add --non-interactive. (Bug#9993)
1373 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1374
b2621720
GM
1375 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1376 Add toggle-read-only. (Bug#7292)
1377 * files.el (toggle-read-only): Mention that it should only
1378 be used interactively. (Bug#10006)
1379
1dce7193
SM
13802011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1381
d9ac1a1e
SM
1382 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1383 Adjust regexp for OCaml warnings.
1384
0c325082
SM
1385 * electric.el (electric-pair-post-self-insert-function): Let user
1386 turn it off buffer-locally (bug#9932).
1387
90132c14
SM
1388 * progmodes/python.el (python-beginning-of-statement):
1389 Rewrite (bug#2703).
1390
1dce7193
SM
1391 * progmodes/compile.el: Better handle TABs (bug#9749).
1392 (compilation-internal-error-properties)
1393 (compilation-next-error-function): Obey the target buffer's
1394 compilation-error-screen-columns.
1395
c4e7c63a
JB
13962011-11-09 Juanma Barranquero <lekktu@gmail.com>
1397
1398 * progmodes/meta-mode.el: Remove obsolete comments.
1399 (meta-right-comment-regexp, meta-ignore-comment-regexp):
1400 Fix typos in docstrings.
1401
2cffd681
MR
14022011-11-09 Martin Rudalics <rudalics@gmx.at>
1403
1404 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 1405 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
1406 (window--resizable): New function. Make all callers of
1407 window-resizable call window--resizable instead.
1408 (window-resizable): Rewrite in terms of window--resizable.
1409
0edcba87
GM
14102011-11-08 Glenn Morris <rgm@gnu.org>
1411
1412 * progmodes/delphi.el (delphi-mode-syntax-table):
1413 Let define-derived-mode define a proper syntax table. (Bug#9994)
1414
4b0d61e3
SM
14152011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * window.el: Stay away from defsubst.
1418 (window-list-no-nils): Remove.
1419 (window-state-get-1, window-state-get): Use backquote instead.
1420
cd394be1 14212011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 1422
4b0d61e3 1423 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 1424 Fix incorrect use of default argument in `completing-read'.
1425
e1c2c6f2
MR
14262011-11-08 Martin Rudalics <rudalics@gmx.at>
1427
1428 * window.el (display-buffer-function, special-display-function):
1429 Mention display-buffer-record-window but do not mention
1430 help-setup parameter in doc-strings.
b3f4a882 1431 (window-min-delta): Fix doc-string typo.
e1c2c6f2 1432
105216ed
CY
14332011-11-08 Chong Yidong <cyd@gnu.org>
1434
1435 * window.el (window-total-height, window-total-width): Doc fix.
1436 (window-body-size): Move from C.
1437 (window-body-height, window-body-width): Move to C.
1438
0a9f9ab5
SM
14392011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * window.el: Make special-display like display-buffer-alist (bug#9532).
1442 (display-buffer--special-action): New function, morphed
1443 from display-buffer--special.
1444 (display-buffer): Use it to handle special-display-buffers at higher
1445 priority (just after display-buffer-alist).
1446 (display-buffer-fallback-action, display-buffer--other-frame-action)
1447 (pop-to-buffer-same-window): Remove display-buffer--special.
1448
a769dd15
GM
14492011-11-07 Glenn Morris <rgm@gnu.org>
1450
1451 * calendar/cal-menu.el (cal-menu-set-date-title):
1452 Do nothing if not in a calendar. (Bug#9976)
1453
05a61ee3
SM
14542011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * files.el (find-file): Always use selected-window.
1457
be7f5545
MR
14582011-11-07 Martin Rudalics <rudalics@gmx.at>
1459
1460 * window.el (window-combinations): Make WINDOW argument
1461 mandatory. Rewrite doc-string.
1462 (walk-window-subtree, window-atom-check, window-min-delta)
1463 (window-max-delta, window--resize-this-window)
1464 (window--resize-root-window-vertically, window-tree)
1465 (balance-windows, window-state-put): Rewrite doc-strings as to
1466 not mention the term "subwindow".
1467 (window--resize-subwindows-skip-p): Rename to
1468 window--resize-child-windows-skip-p.
1469 (window--resize-subwindows-normal): Rename to
1470 window--resize-child-windows-normal.
1471 (window--resize-subwindows): Rename to
1472 window--resize-child-windows.
1473 (window-or-subwindow-p): Rename to window--in-subtree-p.
1474
3c6702ef
ML
14752011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1476
1477 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1478 Ensure that mbox format messages end in two newlines (Bug#9974).
1479
49745b39
CY
14802011-11-06 Chong Yidong <cyd@gnu.org>
1481
1482 * window.el (window-combination-p): Function deleted; its
1483 side-effect is not used in any existing code.
1484 (window-combinations, window-combined-p): Call window-*-child
1485 directly.
1486
24300f5f
CY
14872011-11-05 Chong Yidong <cyd@gnu.org>
1488
1489 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
1490 (window-size-ignore, window-state-get): Callers changed.
1491 (window-normalize-window): Rename from window-normalize-any-window.
1492 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 1493 (window-normalize-live-window): Delete.
447f16b8
CY
1494 (window-combination-p, window-combined-p, window-combinations)
1495 (walk-window-subtree, window-atom-root, window-min-size)
1496 (window-sizable, window-sizable-p, window-size-fixed-p)
1497 (window-min-delta, window-max-delta, window-resizable)
1498 (window-resizable-p, window-full-height-p, window-full-width-p)
1499 (window-current-scroll-bars, window-point-1, set-window-point-1)
1500 (window-at-side-p, window-in-direction, window-resize)
1501 (adjust-window-trailing-edge, maximize-window, minimize-window)
1502 (window-deletable-p, delete-window, delete-other-windows)
1503 (record-window-buffer, unrecord-window-buffer)
1504 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1505 (quit-window, split-window, window-state-put)
1506 (set-window-text-height, fit-window-to-buffer)
1507 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 1508
89bd5ee1
EZ
15092011-11-04 Eli Zaretskii <eliz@gnu.org>
1510
53479029
EZ
1511 * mail/rmail.el (rmail-simplified-subject): Decode subject with
1512 rfc2047-decode-string.
1513 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1514 warnings.
1515
89bd5ee1
EZ
1516 * window.el (window-body-height, window-body-width): Mention in
1517 the doc string that the return values are in frame's canonical
1518 units. (Bug#9949)
1519
bd17fdee
AM
15202011-11-03 Alan Mackenzie <acm@muc.de>
1521
1522 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1523 change in cc-engine.el.
1524
acc825c5
SM
15252011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1526
1527 * window.el (switch-to-buffer): Use `force-same-window' interactively.
1528
1885e5b8
MR
15292011-11-02 Martin Rudalics <rudalics@gmx.at>
1530
1531 * window.el (quit-window): Call unrecord-window-buffer after
1532 showing another buffer in the window. (Bug#9937)
acc825c5 1533 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 1534
ebe06da9
JB
15352011-11-02 Juanma Barranquero <lekktu@gmail.com>
1536
1537 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1538 Accept status with more than 9 shelves. (Bug#9935)
1539 Reported by Colin D Bennett <colin@gibibit.com>.
1540
4ee88440
MR
15412011-11-01 Martin Rudalics <rudalics@gmx.at>
1542
1543 * help.el (with-help-window): Don't reference
1544 temp-buffer-show-specifiers in doc-string.
1545
08e1d82c
AS
15462011-10-31 Andreas Schwab <schwab@linux-m68k.org>
1547
1548 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1549 menu-item.
1550
84bd6e9e
VJL
15512011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1552
1553 * whitespace.el: New version 13.2.2.
1554 (whitespace-newline-mode): Disable properly. Reported by Sarah
1555 <EmacsWiki>.
1556
dba0634a
UJ
15572011-10-30 Ulf Jasper <ulf.jasper@web.de>
1558
1559 * net/newst-treeview.el: Remove "Time-stamp".
1560 (newsticker--group-manage-orphan-feeds): Do not call
1561 newsticker--treeview-tree-update.
db22a3c2
JB
1562 (newsticker-treeview-update, newsticker-treeview):
1563 Call newsticker--treeview-tree-update if necessary.
dba0634a 1564
3d8daefe
MR
15652011-10-30 Martin Rudalics <rudalics@gmx.at>
1566
1567 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
1568 (window-iso-combinations): Remove "iso-" infix.
1569 Suggested by Chong Yidong.
3d8daefe
MR
1570 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1571 (window-max-delta-1, window-resize, window--resize-siblings)
1572 (window--resize-this-window, adjust-window-trailing-edge)
1573 (split-window, balance-windows-1)
1574 (shrink-window-if-larger-than-buffer):
1575 * calendar/calendar.el (calendar-generate-window):
db22a3c2 1576 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 1577
1bc4c3ae
SM
15782011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1581 in place (bug#9907).
1582 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1583 (eshell-rewrite-if-command, eshell-rewrite-for-command)
1584 (eshell-structure-basic-command, eshell-rewrite-while-command)
1585 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1586 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1587 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1588 (eshell-do-pipelines-synchronously, eshell-eval-command):
1589 Use backquotes and prefer setq to set.
1590 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1591 (eshell-macrop): Use functionp.
c1e2f5fa 1592 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 1593
30b65d9c
CY
15942011-10-30 Chong Yidong <cyd@gnu.org>
1595
1596 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1597 instead of set-mark (Bug#9810).
1598
2d197ffb
CY
15992011-10-30 Chong Yidong <cyd@gnu.org>
1600
1601 * window.el (split-window-below, split-window-right): Rename from
1602 split-window-above-each-other and split-window-side-by-side
1603 respectively. All callers changed.
1604 (split-window-sensibly, split-window-sensibly): Use them.
1605 (split-window-keep-point): Doc fix.
1606
1607 * isearch.el: Add isearch-scroll property to split-window-below
1608 and split-window-right.
1609
1610 * follow.el (follow-mode):
1611 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1612 * progmodes/ada-xref.el (ada-gdb-application):
1613 * emulation/vip.el (vip-buffer-in-two-windows):
1614 * image-dired.el (image-dired-dired-with-window-configuration):
1615 * dired-x.el (dired-do-find-marked-files):
1616 * dired.el (dired-pop-to-buffer):
1617 * bs.el (bs--show-with-configuration):
1618 * vc/emerge.el (emerge-setup-windows):
1619 * textmodes/two-column.el (2C-two-columns):
1620 * textmodes/reftex-toc.el (reftex-toc):
1621 * progmodes/gdb-mi.el (gdb-setup-windows):
1622 * progmodes/fortran.el (fortran-window-create):
1623 * net/newst-treeview.el (newsticker--treeview-window-init):
1624 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
1625 * emulation/tpu-edt.el (tpu-gold-map):
1626 * emulation/crisp.el (crisp-mode-map):
1627 * calendar/calendar.el (calendar-basic-setup): Callers changed.
1628
38bb2ca8
CY
16292011-10-29 Chong Yidong <cyd@gnu.org>
1630
aa4de341
CY
1631 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
1632
e1eb5385
CY
1633 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
1634
5d2ece3c
CY
1635 * textmodes/flyspell.el (flyspell-word): Fix char offset for
1636 forged Ispell output (Bug#7904).
1637
38bb2ca8
CY
1638 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
1639
d0af9f77
SM
16402011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * doc-view.el: Avoid ugly errors about not finding nil.
1643 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1644 (doc-view-dvipdf-program, doc-view-unoconv-program)
1645 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
1646 Avoid nil or absolute file name as default value.
1647 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
1648
52bedd34
AM
16492011-10-28 Alan Mackenzie <acm@muc.de>
1650
db22a3c2 1651 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 1652
7e43cfa5
AM
16532011-10-28 Alan Mackenzie <acm@muc.de>
1654
1655 Amend the handling of c-beginning/end-of-defun in nested declaration
1656 scopes.
1657
52bedd34
AM
1658 * progmodes/cc-vars.el (c-defun-tactic): Move here from
1659 cc-langs.el. Change it to a defcustom.
7e43cfa5 1660
52bedd34
AM
1661 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
1662 cc-vars.el.
7e43cfa5 1663
d0af9f77
SM
1664 * progmodes/cc-engine.el (c-beginning-of-statement-1):
1665 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 1666
52bedd34 1667 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 1668 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
1669 (c-widen-to-enclosing-decl-scope): New function.
1670 (c-while-widening-to-decl-block): New macro.
1671 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
1672 outward for defun boundaries, and correspondingly change symbol
1673 `respect-enclosure' to `go-outward'.
1674 (c-declaration-limits): Change algorithm to report only the "innermost"
1675 defun's boundaries.
1676
1a2ce9ee
DD
16772011-10-28 Deniz Dogan <deniz@dogan.se>
1678
1679 * net/rcirc.el (rcirc-mode): Use hard newlines.
1680
bc97a826
AM
16812011-10-28 Alan Mackenzie <acm@muc.de>
1682
1683 Amend to indent and fontify macros "which include their own semicolon"
1684 correctly, using the "virtual semicolon" mechanism.
1685
52bedd34 1686 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 1687
d0af9f77 1688 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 1689 Recode to scan one line at a time rather than having \n and \r
58179cce 1690 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 1691 (c-forward-label): Amend for virtual semicolons.
58179cce 1692 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 1693
52bedd34
AM
1694 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
1695 of the new C macros.
bc97a826 1696
52bedd34 1697 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
1698 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
1699 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
1700 (c-opt-cpp-macro-define): Make into a full language variable.
1701 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
1702 AWK Mode (including \n, \r) removed, no longer needed.
1703
d0af9f77
SM
1704 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
1705 Invoke c-make-macro-with-semi-re.
bc97a826 1706
52bedd34
AM
1707 * progmodes/cc-vars.el (c-macro-with-semi-re):
1708 (c-macro-names-with-semicolon): New variables.
58179cce 1709 (c-make-macro-with-semi-re): New function.
bc97a826 1710
7a6c0941
SM
17112011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * vc/log-edit.el: Fill empty field rather than adding new one.
1714 (log-edit-add-field): New function.
1715 (log-edit-insert-changelog): Use it.
1716
b0c4cdcf
ML
17172011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1718
1719 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
1720
ee1f1da9
SM
17212011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1722
1723 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
1724 (gdb--check-interpreter): New function.
1725 (gdb): Use it.
1726
51bc5f8b
GM
17272011-10-27 Glenn Morris <rgm@gnu.org>
1728
416a2c45
GM
1729 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
1730 (least-positive-float, least-negative-float)
1731 (least-positive-normalized-float, least-negative-normalized-float)
1732 (float-epsilon, float-negative-epsilon):
1733 Remove unnecessary declarations.
1734
1735 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
1736 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
1737 (least-positive-float, least-negative-float)
1738 (least-positive-normalized-float, least-negative-normalized-float)
1739 (float-epsilon, float-negative-epsilon): Add doc-strings,
1740 based on those in cl.texi.
1741
51bc5f8b
GM
1742 * files.el (set-visited-file-name): If the major-mode changed,
1743 reload the local variables. (Bug#9796)
1744
15de15c6
CY
17452011-10-27 Chong Yidong <cyd@gnu.org>
1746
1747 * subr.el (change-major-mode-after-body-hook): New hook.
1748 (run-mode-hooks): Run it.
1749
ee1f1da9
SM
1750 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1751 Use change-major-mode-before-body-hook.
15de15c6
CY
1752
1753 * simple.el (fundamental-mode):
1754 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
1755 change introducing fundamental-mode-hook.
1756
5430d399
JB
17572011-10-26 Juanma Barranquero <lekktu@gmail.com>
1758
acc825c5 1759 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 1760
ad74a69e
MA
17612011-10-26 Michael Albinus <michael.albinus@gmx.de>
1762
1763 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 1764 tramp.el explicitly. (Bug#7583)
ad74a69e 1765
71d4c2a5
SM
17662011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * progmodes/octave-mod.el:
1769 * progmodes/octave-inf.el: Update maintainer.
1770
b1f6fa26
CY
17712011-10-26 Chong Yidong <cyd@gnu.org>
1772
1773 * subr.el (with-wrapper-hook): Rewrite doc.
1774
3f04efd6
MA
17752011-10-25 Michael Albinus <michael.albinus@gmx.de>
1776
1777 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 1778 filenames "/method:foo:". (Bug#9793)
3f04efd6 1779
410488d3
SM
17802011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
1783 (bug#9865).
1784
c1ebb47e
GM
17852011-10-24 Glenn Morris <rgm@gnu.org>
1786
1787 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
1788
7f5c46c7
MA
17892011-10-24 Michael Albinus <michael.albinus@gmx.de>
1790
1791 * notifications.el: Add the requirement of a running D-Bus session
1792 bus to the Commentary.
1793
db2440b6
JL
17942011-10-24 Juri Linkov <juri@jurta.org>
1795
1796 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1797 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
1798 (Bug#9364)
1799
feecf435
JL
18002011-10-24 Juri Linkov <juri@jurta.org>
1801
1802 * info.el (Info-following-node-name-re): Add newline to the list
1803 of allowed characters for leading space. (Bug#9824)
1804
a3839de2
SM
18052011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1806
acc825c5
SM
1807 * progmodes/octave-inf.el (inferior-octave-mode-map):
1808 Fix C-c C-h binding.
a3839de2
SM
1809 * progmodes/octave-mod.el (octave-help): Remove.
1810
09388e76
MA
18112011-10-23 Michael Albinus <michael.albinus@gmx.de>
1812
1813 Sync with Tramp 2.2.3.
1814
1815 * net/tramp-cache.el (top): Pacify byte-compiler using
1816 `init-file-user' and `site-run-file'.
1817
1818 * net/trampver.el: Update release number.
1819
86c60681
CY
18202011-10-23 Chong Yidong <cyd@gnu.org>
1821
1822 * files.el (toggle-read-only): Remove obsolete comment about
1823 version control.
1824
1825 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
1826 for toggle-read-only. Note that this hasn't called vc-next-action
1827 since 2008-05-02, though it wasn't documented at the time.
1828
a3839de2
SM
1829 * vc/ediff-init.el (ediff-toggle-read-only-function):
1830 Use toggle-read-only.
86c60681 1831
cd5495ff
AM
18322011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
1833
1834 Fix bug #9560, sporadic wrong indentation; improve instrumentation
1835 of c-parse-state.
1836
00b77525 1837 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 1838 correct faulty logical expression.
cd5495ff
AM
1839 (c-parse-state-state, c-record-parse-state-state):
1840 (c-replay-parse-state-state): New defvar/defuns.
1841 (c-debug-parse-state): Use new functions.
1842
42ee24ed
MR
18432011-10-22 Martin Rudalics <rudalics@gmx.at>
1844
1845 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 1846 last fix. Use window-in-direction correctly.
42ee24ed 1847
a7dee7e7
CY
18482011-10-21 Chong Yidong <cyd@gnu.org>
1849
1850 * progmodes/idlwave.el (idlwave-mode):
1851 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
1852 require-final-newline; that's done in prog-mode.
1853 Suggested by Stefan Monnier.
a7dee7e7 1854
e07b9a6d
MR
18552011-10-21 Martin Rudalics <rudalics@gmx.at>
1856
1857 * mouse.el (mouse-drag-window-above)
1858 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
1859 (mouse-drag-mode-line-1, mouse-drag-header-line)
1860 (mouse-drag-vertical-line-rightward-window): Remove.
1861 (mouse-drag-line): New function.
1862 (mouse-drag-mode-line, mouse-drag-header-line)
1863 (mouse-drag-vertical-line): Call mouse-drag-line.
1864 * window.el (window-at-side-p, windows-at-side): New functions.
1865
7e1361d9
UM
18662011-10-21 Ulrich Mueller <ulm@gentoo.org>
1867
1868 * tar-mode.el (tar-grind-file-mode):
1869 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
1870
30fcaf3a
CY
18712011-10-21 Chong Yidong <cyd@gnu.org>
1872
1873 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
1874 * progmodes/vera-mode.el (vera-mode):
1875 Use mode-require-final-newline.
30fcaf3a 1876
516eddb0
GM
18772011-10-20 Glenn Morris <rgm@gnu.org>
1878
db22a3c2 1879 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 1880
10d5f513
CS
18812011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
1882
1883 * emulation/cua-base.el (cua-set-mark): Fix case of string.
1884
ac6c8639
CY
18852011-10-20 Chong Yidong <cyd@gnu.org>
1886
1887 * emulation/cua-base.el (cua-mode):
1888 * mail/footnote.el (footnote-mode):
1889 * mail/mailabbrev.el (mail-abbrevs-mode):
1890 * net/xesam.el (xesam-minor-mode):
1891 * progmodes/bug-reference.el (bug-reference-mode):
1892 * progmodes/cap-words.el (capitalized-words-mode):
1893 * progmodes/compile.el (compilation-minor-mode)
1894 (compilation-shell-minor-mode):
1895 * progmodes/gud.el (gud-tooltip-mode):
1896 * progmodes/hideif.el (hide-ifdef-mode):
1897 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1898 * progmodes/subword.el (subword-mode):
1899 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1900 * progmodes/which-func.el (which-function-mode):
1901 * term/tvi970.el (tvi970-set-keypad-mode):
1902 * term/vt100.el (vt100-wide-mode):
1903 * textmodes/flyspell.el (flyspell-mode):
1904 * textmodes/ispell.el (ispell-minor-mode):
1905 * textmodes/nroff-mode.el (nroff-electric-mode):
1906 * textmodes/paragraphs.el (use-hard-newlines):
1907 * textmodes/refill.el (refill-mode):
1908 * textmodes/reftex.el (reftex-mode):
1909 * textmodes/rst.el (rst-minor-mode):
1910 * textmodes/sgml-mode.el (html-autoview-mode)
1911 (sgml-electric-tag-pair-mode):
1912 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
1913 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
1914 * emulation/crisp.el (crisp-mode):
1915 * emacs-lisp/eldoc.el (eldoc-mode):
1916 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
1917 minor mode behavior.
1918
aa42ab43
JL
19192011-10-19 Juri Linkov <juri@jurta.org>
1920
1921 * descr-text.el (describe-char): Add #x2010 and #x2011 to
1922 the list of hard-coded chars with escape-glyph face.
1923
89400f1d
SM
19242011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
1927
305c07f6
MA
19282011-10-19 Michael Albinus <michael.albinus@gmx.de>
1929
1930 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
1931 running process.
1932
13754b54
GM
19332011-10-19 Glenn Morris <rgm@gnu.org>
1934
1935 * vc/vc-bzr.el (vc-bzr-after-dir-status):
1936 Ignore ignored files. (Bug#9726)
1937
06e21633
CY
19382011-10-19 Chong Yidong <cyd@gnu.org>
1939
1940 Doc fix for minor modes, stating that an omitted argument enables
1941 the mode unconditionally when called from Lisp.
1942
1943 * abbrev.el (abbrev-mode):
1944 * allout.el (allout-mode):
1945 * autoinsert.el (auto-insert-mode):
1946 * autoarg.el (autoarg-mode, autoarg-kp-mode):
1947 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1948 (global-auto-revert-mode):
1949 * battery.el (display-battery-mode):
1950 * composite.el (global-auto-composition-mode)
1951 (auto-composition-mode):
1952 * delsel.el (delete-selection-mode):
1953 * desktop.el (desktop-save-mode):
1954 * dired-x.el (dired-omit-mode):
1955 * dirtrack.el (dirtrack-mode):
1956 * doc-view.el (doc-view-minor-mode):
1957 * double.el (double-mode):
1958 * electric.el (electric-indent-mode, electric-pair-mode):
1959 * emacs-lock.el (emacs-lock-mode):
1960 * epa-hook.el (auto-encryption-mode):
1961 * follow.el (follow-mode):
1962 * font-core.el (font-lock-mode):
1963 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
1964 * help.el (temp-buffer-resize-mode):
1965 * hilit-chg.el (highlight-changes-mode)
1966 (highlight-changes-visible-mode):
1967 * hi-lock.el (hi-lock-mode):
1968 * hl-line.el (hl-line-mode, global-hl-line-mode):
1969 * icomplete.el (icomplete-mode):
1970 * ido.el (ido-everywhere):
1971 * image-file.el (auto-image-file-mode):
1972 * image-mode.el (image-minor-mode):
1973 * iswitchb.el (iswitchb-mode):
1974 * jka-cmpr-hook.el (auto-compression-mode):
1975 * linum.el (linum-mode):
1976 * longlines.el (longlines-mode):
1977 * master.el (master-mode):
1978 * mb-depth.el (minibuffer-depth-indicate-mode):
1979 * menu-bar.el (menu-bar-mode):
1980 * minibuf-eldef.el (minibuffer-electric-default-mode):
1981 * mouse-sel.el (mouse-sel-mode):
1982 * msb.el (msb-mode):
1983 * mwheel.el (mouse-wheel-mode):
1984 * outline.el (outline-minor-mode):
1985 * paren.el (show-paren-mode):
1986 * recentf.el (recentf-mode):
1987 * reveal.el (reveal-mode, global-reveal-mode):
1988 * rfn-eshadow.el (file-name-shadow-mode):
1989 * ruler-mode.el (ruler-mode):
1990 * savehist.el (savehist-mode):
1991 * scroll-all.el (scroll-all-mode):
1992 * scroll-bar.el (scroll-bar-mode):
1993 * server.el (server-mode):
1994 * shell.el (shell-dirtrack-mode):
1995 * simple.el (auto-fill-mode, transient-mark-mode)
1996 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
1997 (line-number-mode, column-number-mode, size-indication-mode)
1998 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
1999 * strokes.el (strokes-mode):
2000 * time.el (display-time-mode):
2001 * t-mouse.el (gpm-mouse-mode):
2002 * tool-bar.el (tool-bar-mode):
2003 * tooltip.el (tooltip-mode):
2004 * type-break.el (type-break-mode-line-message-mode)
2005 (type-break-query-mode):
2006 * view.el (view-mode):
2007 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2008 (global-whitespace-mode, global-whitespace-newline-mode):
2009 * xt-mouse.el (xterm-mouse-mode): Doc fix.
2010
a3839de2
SM
2011 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2012 Fix autogenerated docstring.
06e21633 2013
5214e501
JL
20142011-10-19 Juri Linkov <juri@jurta.org>
2015
2016 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2017 by checking environment variables "DESKTOP_SESSION" and
2018 "XDG_CURRENT_DESKTOP". (Bug#9779)
2019
195f8db9
JL
20202011-10-19 Juri Linkov <juri@jurta.org>
2021
2022 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2023 (browse-url-chromium-program, browse-url-chromium-arguments):
2024 New defcustoms.
2025 (browse-url-default-browser): Check for `browse-url-chromium' and
2026 call `browse-url-chromium-program'.
2027 (browse-url-chromium): New command. (Bug#9779)
2028
343a34ff
JB
20292011-10-18 Juanma Barranquero <lekktu@gmail.com>
2030
2031 * facemenu.el (list-colors-duplicates): On Windows, detect more
2032 duplicates by assuming that only colors matching "^System" are
2033 special "system colors". (Bug#9722)
2034
6978a151
SM
20352011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2036
2037 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2038 to distinguish the author from the committer.
2039
6a80b297
MA
20402011-10-18 Michael Albinus <michael.albinus@gmx.de>
2041
2042 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2043
b31a5677
JK
20442011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
2045
2046 * international/mule.el (sgml-html-meta-auto-coding-function):
2047 Add support for detecting encoding in HTML5 specified only as
2048 <meta charset="UTF-8">. Implementation just makes http-equiv and
2049 content-type parts from HTML4 encoding string optional. (Bug#9716)
2050
80c6d77f
GM
20512011-10-18 Glenn Morris <rgm@gnu.org>
2052
2053 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
2054
08b0fee8
CY
20552011-10-18 Chong Yidong <cyd@gnu.org>
2056
2057 * faces.el (cursor): Doc fix.
2058
67e729a5
CY
20592011-10-17 Chong Yidong <cyd@gnu.org>
2060
2061 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2062
343a34ff 20632011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
2064
2065 * dirtrack.el (dirtrack): Support shell buffers with path
2066 prefixes, e.g. tramp-based remote shells. (Bug#9647)
2067
0bc06380
TZ
20682011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
2069
2070 * json.el: Bump version to 1.3 and note change in History.
2071 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2072
8b79f3e0
SM
20732011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2074
5a7c536b
SM
2075 * comint.el (comint-insert-input, comint-send-input)
2076 (comint-get-old-input-default, comint-backward-matching-input)
2077 (comint-next-prompt): Use nil instead of `input' for field property of
2078 past user input (bug#114).
2079
96a8a0df
SM
2080 * minibuffer.el (completion--replace): Inherit surrounding properties
2081 (bug#114).
2082 (minibuffer-complete-and-exit): Use it.
2083
8b79f3e0
SM
2084 * comint.el (comint--table-subvert): Quote the all-completions output
2085 (bug#9160).
2086
b8f7ff0d
MR
20872011-10-17 Martin Rudalics <rudalics@gmx.at>
2088
8b79f3e0 2089 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 2090
b8f7ff0d 2091 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 2092 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
2093 entries and separate them from frame entries.
2094
c235b555
GM
20952011-10-15 Glenn Morris <rgm@gnu.org>
2096
2097 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2098 Doc fixes.
2099
6bbfa6e1
CY
21002011-10-15 Chong Yidong <cyd@stupidchicken.com>
2101
8b79f3e0
SM
2102 * net/network-stream.el (network-stream-open-starttls):
2103 Improve detection of failure due to lack of TLS support.
ec5c990d 2104
6bbfa6e1
CY
2105 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2106 putting the input text in front and in bold.
2107
98488977
SM
21082011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2109
3d1337be
SM
2110 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2111
ee0b45e4
SM
2112 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2113 empty buffer.
2114
98488977
SM
2115 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2116 unread-command-events rather than pushing yet-another event.
2117
186f4720
EZ
21182011-10-14 Eli Zaretskii <eliz@gnu.org>
2119
2120 * mail/sendmail.el (sendmail-query-once): Improve the wording of
2121 the explanation of the possible choices. Make the options passed
2122 to completing-read shorter.
2123
8b7a997c
AM
21242011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2125
2126 * textmodes/flyspell.el (flyspell-large-region): Make sure
2127 extended character mode is used if defined (Bug#1339).
2128
12587bbb
EZ
21292011-10-13 Eli Zaretskii <eliz@gnu.org>
2130
2131 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
2132 character info for LRE, LRO, RLE, and RLO characters by appending
2133 an invisible PDF.
12587bbb 2134
bad41229
SM
21352011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2138 even in case of error; add debug spec; simplify data flow.
2139 (with-timeout-handler): Remove.
2140
28dbc92f
MA
21412011-10-12 Michael Albinus <michael.albinus@gmx.de>
2142
2143 Fix Bug#6019, Bug#9315.
2144
2145 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2146 complete `buffer-file-name', the local file name part could look
2147 remotely (for example on VMS).
2148
2149 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2150 `tramp-run-real-handler'.
2151 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2152 already quoted by '"'.
2153
2154 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2155 Let `file-name-handler-alist' be nil, the local file name part
2156 could look remotely (for example on VMS).
2157
e1b0b23a
SM
21582011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2161 from here...
2162 (flyspell-post-command-hook): ...to here.
2163
a120bde9
SM
21642011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2167 if not needed.
2168 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
2169 using completion. Protect against "slow" callers.
2170 Remove the "message hack".
2171
7ce7717b
JL
21722011-10-11 Juri Linkov <juri@jurta.org>
2173
2174 * isearch.el (isearch-lazy-highlight-word): New variable.
2175 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2176 Use it. (Bug#9727)
2177
c02ee9d6
GM
21782011-10-11 Glenn Morris <rgm@gnu.org>
2179
2180 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2181 like f90-previous-statement does.
2182
93e616fd 21832011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2184
1f190e73 2185 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
2186 only in interactive use, to avoid error.
2187
af7b6078
SM
21882011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * minibuffer.el (completion-file-name-table): Fix last change,
2191 i.e. ignore normal errors but not the other ones.
2192
0563dae9
MR
21932011-10-10 Martin Rudalics <rudalics@gmx.at>
2194
2195 * window.el (special-display-buffer-names)
2196 (special-display-regexps): Remove some remnants of earlier
2197 changes from doc-strings.
366ca7f3
MR
2198 (quit-windows-on): New function.
2199
2200 * vc/vc.el (vc-revert, vc-rollback):
2201 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2202 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 2203 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 2204
49677495
MR
22052011-10-09 Martin Rudalics <rudalics@gmx.at>
2206
2207 * window.el (frame-auto-hide-function): Add version tag.
2208 (Bug#9699)
2209
56f2d1e1
MA
22102011-10-09 Michael Albinus <michael.albinus@gmx.de>
2211
2212 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2213 condition.
2214
112a6592
LL
22152011-10-09 Leo Liu <sdl.web@gmail.com>
2216
2217 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2218 (Bug#9701)
2219
0812589b
GM
22202011-10-08 Glenn Morris <rgm@gnu.org>
2221
2222 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2223 before the first code statement zero indent. (Bug#9690)
2224
b2b0776e
CY
22252011-10-08 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * simple.el (count-words-region): Always count in the region.
2228 Report the number of lines and characters too.
2229 (count-words): New command, which counts in the buffer if the
2230 region is inactive, as count-words-region used to.
2231 (count-words--message): New function. Handle plurals.
2232 (count-lines-region): Make it an alias for count-words-region.
2233
2234 * bindings.el (esc-map): Replace count-lines-region with
2235 count-words-region.
2236
c557cd6b
MR
22372011-10-08 Martin Rudalics <rudalics@gmx.at>
2238
2239 * window.el (window--delete): Delete dedicated frame
2240 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 2241 (switch-to-buffer): Fix doc-string typo.
c557cd6b 2242
61a57ef4 22432011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2244
2245 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2246
c3833279
CY
22472011-10-07 Chong Yidong <cyd@stupidchicken.com>
2248
2249 * bindings.el ([M-left],[M-right]): Bind to left-word and
2250 right-word respectively.
2251
21ce8245
GM
22522011-10-07 Glenn Morris <rgm@gnu.org>
2253
2254 * cus-start.el (debug-on-quit): Fix custom type.
2255
6d823bb2
LMI
22562011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2257
0181e193
LMI
2258 * subr.el (define-key-after): Clarify that the function is not
2259 useful for non-menu keymaps.
2260
6d823bb2
LMI
2261 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2262
8e3459ce 22632011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2264
21ce8245 2265 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 2266 in current minibuffer (Fix bug with recursive minibuffers).
2267
a1c2d21e
CY
22682011-10-06 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * progmodes/gdb-mi.el (gdb): Doc fix.
2271
5a4cf282
MR
22722011-10-05 Martin Rudalics <rudalics@gmx.at>
2273
2274 * window.el (frame-auto-hide-function): New option replacing
2275 frame-auto-delete. Suggested by Stefan Monnier.
2276 (window--delete): Call frame-auto-hide-function instead of
2277 investigating frame-auto-delete.
c96111ea
MR
2278 (window-point-1, set-window-point-1): New functions.
2279 (window-in-direction, record-window-buffer, window-state-get-1)
2280 (display-buffer-record-window): Use window-point-1 instead of
2281 window-point.
2282 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 2283
9854542e
SM
22842011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2287
8943cfb0
GM
22882011-10-05 Glenn Morris <rgm@gnu.org>
2289
2290 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2291 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
2292
647ab967
LL
22932011-10-05 Leo Liu <sdl.web@gmail.com>
2294
2295 * subr.el (read-char-choice): Fix argument to buffer-live-p which
2296 works with buffer object.
2297
3ddfbced
SM
22982011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 * mpc.el (mpc-tool-bar-map): Add labels.
2301
bdfa5dd2
GM
23022011-10-04 Glenn Morris <rgm@gnu.org>
2303
2304 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2305
0e2070b5
MR
23062011-10-04 Martin Rudalics <rudalics@gmx.at>
2307
2308 * window.el (window--delete): New function.
2309 (frame-auto-delete): Resuscitate option.
2310 (bury-buffer, replace-buffer-in-windows)
2311 (quit-window): Rewrite using window--delete.
2312 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2313 Pass display-buffer-mark-dedicated to window--display-buffer-2
2314 (Bug#9639).
2315
3dc61a09
SM
23162011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2317
915a9b64
SM
2318 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2319 returns a list (bug#9554). Add remote file name completion.
2320 * comint.el (comint--table-subvert): Curry and get quote&unquote
2321 functions as arguments.
2322 (comint--complete-file-name-data): Adjust call accordingly.
2323 * pcomplete.el (pcomplete--table-subvert): Remove.
2324 (pcomplete-completions-at-point): Use comint--table-subvert instead.
2325
3dc61a09
SM
2326 * minibuffer.el (completion-table-case-fold): Use currying.
2327 (completion--styles-type, completion--cycling-threshold-type):
2328 New constants.
2329 (completion-styles, completion-category-overrides)
2330 (completion-cycle-threshold): Use them.
2331 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2332 completion-table-case-fold.
2333
8ea0a993
SB
23342011-10-03 Stephen Berman <stephen.berman@gmx.net>
2335
2336 * minibuffer.el (completion-category-overrides): Fix type of styles
2337 and add more user friendly tags (bug#9660).
2338
8c24b7f6
SM
23392011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2342 (mule-input-method-string): New widget.
2343 (default-input-method, language-info-custom-alist): Use it.
2344
428fe61a
SM
23452011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2346
32c1fffd
SM
2347 * pcomplete.el: Require comint.
2348 (pcomplete--common-suffix): Remove.
2349 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2350 (pcomplete--table-subvert): Sync with comint--table-subvert.
2351 (pcomplete--entries): Use comint-completion-file-name-table.
2352 * comint.el (comint-unquote-filename): Simplify.
2353 (comint-completion-file-name-table): New function (bug#9616).
2354 (comint--complete-file-name-data): Use it.
2355
428fe61a
SM
2356 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2357 (pcmpl-gnu-tar-buffer): Remove.
2358 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
2359 around. Make sure pcomplete-suffix-list is only changed temporarily.
2360 Don't look inside the tar's file if it's too large.
428fe61a 2361
04c52e2f
CY
23622011-10-01 Chong Yidong <cyd@stupidchicken.com>
2363
ce3cefcc
CY
2364 * cus-edit.el (custom-mode-map):
2365 * epa.el (epa-key-list-mode-map):
2366 * man.el (Man-mode-map):
2367 * startup.el (splash-screen-keymap):
2368 * simple.el (special-mode-map): Use scroll-up-command and
2369 scroll-down-command.
2370
2371 * progmodes/idlw-help.el (idlwave-help-mode-map):
2372 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2373 * net/newst-plainview.el (newsticker-mode-map):
2374 * emulation/ws-mode.el (wordstar-mode-map):
2375 * emulation/vi.el (vi-com-map):
2376 * calc/calc-graph.el (calc-graph-show-dumb):
2377 * term/sun.el (terminal-init-sun):
2378 * term/ns-win.el (global-map):
2379 * progmodes/grep.el (grep-mode-map):
2380 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2381 * mail/rmail.el (rmail-mode-map):
2382 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2383
04c52e2f
CY
2384 * custom.el (custom-safe-themes, load-theme): Treat value of t for
2385 custom-safe-themes as special.
2386
79adf8c8
JD
23872011-10-01 Julien Danjou <julien@danjou.info>
2388
2389 * notifications.el (notifications-notify): Fix docstring.
2390
63bd50d3
PS
23912011-10-01 Per Starbäck <per@starback.se>
2392
2393 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
2394
199e4c7e
MR
23952011-09-30 Martin Rudalics <rudalics@gmx.at>
2396
2397 * startup.el (command-line-1): Fix last fix by inserting
2398 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 2399 (Bug#9605) and (Bug#9636)
199e4c7e 2400
fe5f08dd
EZ
24012011-09-29 Eli Zaretskii <eliz@gnu.org>
2402
2403 * simple.el (line-move): If auto-hscroll-mode is disabled and the
2404 window is hscrolled, move by logical lines. (Bug#9607)
2405 (line-move-visual): Update the doc string to the above effect.
2406
b5516bbd
MR
24072011-09-29 Martin Rudalics <rudalics@gmx.at>
2408
ccee00c0
MR
2409 * window.el (display-buffer-record-window): When WINDOW is the
2410 selected window use `point' instead of `window-point'. (Bug#9626)
2411
b5516bbd
MR
2412 * startup.el (command-line-1): Use insert-before-markers when
2413 inserting initial-scratch-message. (Bug#9605)
ccee00c0 2414
b5516bbd
MR
2415 * help.el (help-window): Remove variable.
2416
52aa0014
GM
24172011-09-29 Glenn Morris <rgm@gnu.org>
2418
2419 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2420
df9a7357
JB
24212011-09-29 Juanma Barranquero <lekktu@gmail.com>
2422
2423 * descr-text.el (describe-char-categories): Accept category
2424 descriptions more than one line long.
2425
a8406c20
SM
24262011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2427
88d9610c
SM
2428 * simple.el (delete-trailing-whitespace): Fix last change.
2429
a5daf810
SM
2430 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2431 Don't confuse "y => 3" as the beginning of a `y' operation.
2432
a8406c20
SM
2433 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2434 object has more than 4 slots (bug#9613).
2435
a239d4e9
JB
24362011-09-28 Juanma Barranquero <lekktu@gmail.com>
2437
2438 * subr.el (with-output-to-temp-buffer):
2439 * net/quickurl.el (quickurl, quickurl-browse-url):
2440 Fix typos in docstrings.
2441
693fbdb6
EZ
24422011-09-27 Eli Zaretskii <eliz@gnu.org>
2443
2444 * minibuffer.el (completion-styles)
2445 (completion-category-overrides): Cross reference each other in doc
2446 strings.
2447
8b457e28
GM
24482011-09-27 Glenn Morris <rgm@gnu.org>
2449
2450 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2451 to split-string. (Bug#9606)
2452
85a16208
LMI
24532011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2454
2455 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2456 (bug#9615).
2457
502f9ebd
CY
24582011-09-27 Chong Yidong <cyd@stupidchicken.com>
2459
2460 * emacs-lisp/package.el (list-packages): Fix echo area message.
2461
7690bdea
LL
24622011-09-27 Leo Liu <sdl.web@gmail.com>
2463
2464 * ido.el (ido-read-internal): Accept cons cell HIST arg.
2465
e2ee6f30
MA
24662011-09-25 Michael Albinus <michael.albinus@gmx.de>
2467
2468 * net/dbus.el (dbus-unregister-object): Don't release services for
2469 registered signals. (Bug#9581)
2470
f3f98342
TZ
24712011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2472
2473 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2474 function that picks between cfengine 2 and 3 support
2475 automatically. Update docs accordingly.
2476
dd7aa8dd
KH
24772011-09-22 Kenichi Handa <handa@m17n.org>
2478
2479 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2480 ZERO.
2481 (indian-itrans-v5-table-for-tamil): New variable.
2482 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2483
3f2b07f8
KM
24842011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
2485
2486 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2487 that's true if the current command involved collapsing of text.
2488 It's reset to false at the beginning of the next command.
2489 (allout-post-command-business): Move the cursor to the beginning
2490 of entry if the cursor is hidden and collapsing activity just
2491 happened.
2492
371d6a61
CY
24932011-09-24 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2496 tracking (Bug#9541).
2497
2ac2721a
UJ
24982011-09-24 Ulf Jasper <ulf.jasper@web.de>
2499
2500 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
2501 (newsticker-show-news): Automatically load html rendering package
2502 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
2503 because w3m-fill-column is let-bound" and the error "Symbol's value
2504 as variable is void: w3m-fill-column".
2ac2721a 2505
fac7ae53
MA
25062011-09-24 Michael Albinus <michael.albinus@gmx.de>
2507
2508 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2509 Release services only if they are defined. (Bug#9581)
2510
e08b633b
RS
25112011-09-23 Richard Stallman <rms@gnu.org>
2512
e488d29c
RS
2513 * textmodes/paragraphs.el (forward-sentence): For backwards case,
2514 distinguish start of paragraph from start of its text.
2515
19c38752
RS
2516 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2517
e08b633b
RS
2518 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2519 (rmail-generate-viewer-buffer): Put that hook on view buffer.
2520 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2521
0a39f27e
AS
25222011-09-23 Andreas Schwab <schwab@linux-m68k.org>
2523
2524 * international/mule-diag.el (mule-diag): Insert a newline after
2525 each fontset description.
2526
db4e950d
SM
25272011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * simple.el (delete-trailing-whitespace):
2530 Document last change; simplify.
2531
eca3f3ea
PW
25322011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
2533
d68e189a
PW
2534 * simple.el (delete-trailing-whitespace): Also delete
2535 extra newlines at the end of the buffer.
2536
eca3f3ea
PW
2537 * textmodes/picture.el: Make motion commands obey shift-select-mode.
2538 (picture-newline): Use forward-line so as to ignore fields.
2539
01c157cc
SM
25402011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 * subr.el (with-wrapper-hook): Fix edebug spec.
2543
022de23e
LMI
25442011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2545
2546 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2547 (bug#4538).
2548
91683089
MA
25492011-09-23 Michael Albinus <michael.albinus@gmx.de>
2550
eca3f3ea
PW
2551 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2552 Fix nasty bug using wrong cached values.
91683089 2553
5bdd6fa4
AM
25542011-09-23 Alan Mackenzie <acm@muc.de>
2555
2556 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2557
97adfb97
CY
25582011-09-23 Chong Yidong <cyd@stupidchicken.com>
2559
2560 * window.el (pop-to-buffer): Ensure right window is selected if we
2561 chose another frame.
2562
d4ef2b50
EZ
25632011-09-22 Eli Zaretskii <eliz@gnu.org>
2564
2565 * simple.el (what-cursor-position): Use get-char-property-change
2566 and next-single-char-property-change, to be able to show display
2567 properties that come from overlays as well as text properties.
2568
72258fe5
CY
25692011-09-22 Chong Yidong <cyd@stupidchicken.com>
2570
2571 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2572
2573 * cmuscheme.el (run-scheme, switch-to-scheme):
2574 * cus-edit.el (customize-group, custom-buffer-create)
2575 (customize-browse):
2576 * info.el (info):
2577 * shell.el (shell):
2578 * mail/sendmail.el (mail):
2579 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2580
8f098516
RS
25812011-09-22 Richard Stallman <rms@gnu.org>
2582
2583 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2584 move back only to line beg, don't move back over blank lines.
2585
e74f1bb6
MA
25862011-09-22 Michael Albinus <michael.albinus@gmx.de>
2587
2588 * files.el (copy-directory): Set directory attributes only in case
2589 they could be retrieved from the source directory. (Bug#9565)
2590
bfeef8b6
DK
25912011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
2592
2593 * progmodes/hideshow.el (hs-looking-at-block-start-p)
2594 (hs-find-block-beginning, hs-hide-level-recursive):
2595 Ignore strings as well as comments. (Bug#9502)
2596
7e423bb8
AS
25972011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
2598
2599 * progmodes/sql.el (sql-comint-postgres):
2600 Convert port number to a string. (Bug#9566)
2601
b4d72fcf
MR
26022011-09-22 Martin Rudalics <rudalics@gmx.at>
2603
2604 * window.el (quit-window): Undedicate window when switching to
2605 previous buffer. Reported by Thierry Volpiatto
2606 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
2607 (special-display-popup-frame): When popping up a new frame reset
2608 its previous buffers to nil. Simplify code.
b4d72fcf 2609
a7b88dc6
MA
26102011-09-21 Michael Albinus <michael.albinus@gmx.de>
2611
2612 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
2613 and process filter, as done also in `shell-command'.
2614
cf4eacfd
MR
26152011-09-21 Martin Rudalics <rudalics@gmx.at>
2616
eca3f3ea 2617 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
2618 Call set-window-start with NOFORCE argument t.
2619 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
2620 (quit-window): Reword doc-string. Handle new format of
2621 quit-restore parameter. Don't delete window if it has a
2622 previous buffer we can show instead of the present one.
2623 (display-buffer-record-window): Rewrite using a new format for
2624 the quit-restore window parameter
2625 (special-display-popup-frame, display-buffer-same-window)
2626 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2627 (display-buffer-pop-up-window, display-buffer-use-some-window):
2628 Adapt symbol passed to display-buffer-record-window.
2629 * help.el (help-window-setup): Handle new format of quit-restore
2630 parameter.
2631
8d28cb95
SM
26322011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2633
94ab793f
SM
2634 * faces.el (face-list): Fix docstring (bug#9564).
2635
8d28cb95
SM
2636 * window.el (display-buffer--action-function-custom-type):
2637 Don't include internal functions in the Custom interface.
2638
3820edeb
JL
26392011-09-20 Juri Linkov <juri@jurta.org>
2640
2641 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
2642 (Info-forward-node, Info-backward-node, Info-next-preorder)
2643 (Info-last-preorder): Use it. (Bug#9528)
2644
5147931d
JL
26452011-09-20 Juri Linkov <juri@jurta.org>
2646
2647 * info.el (Info-last-preorder): Visit last menu item only when
2648 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
2649
cf499a1a
JD
26502011-09-20 Julien Danjou <julien@danjou.info>
2651
2652 * password-cache.el (password-cache-remove): Remove entries even if the
2653 value is nil, so that password with a nil value (negative caching) is
2654 possible to invalidate.
2655
f84e2fe2
LM
26562011-09-20 Lawrence Mitchell <wence@gmx.li>
2657
2658 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
2659 all whitespace around breakpoint. (Bug#9553)
2660 (f90-find-breakpoint): Only break at whitespace inside a comment.
2661
78054a46
SM
26622011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 * minibuffer.el (completion-file-name-table): Keep track of errors.
2665 (completion-table-with-predicate): Handle the case where pred1 is nil.
2666 * pcomplete.el (pcomplete-completions-at-point): Simplify.
2667
345083b2
SM
26682011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2669
e24e27be
SM
2670 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
2671 (debugger-return-value): Signal an error if the debugging context does
2672 not await any return value.
2673
345083b2
SM
2674 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
2675 * image-mode.el (image-toggle-display-text)
2676 (image-toggle-display-image): Stay away from evil `intangible'.
2677
08d355e3
LL
26782011-09-19 Leo Liu <sdl.web@gmail.com>
2679
2680 * replace.el (occur-revert-arguments): Make it permanent-local.
2681 (occur-mode): Don't call font-lock-defontify.
2682
f01da43f
CY
26832011-09-19 Chong Yidong <cyd@stupidchicken.com>
2684
2685 * net/ldap.el (ldap-search-internal): Don't push empty search
2686 result (Bug#9508).
2687
b6072fa6
SM
26882011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
2691
443d6696
MA
26922011-09-19 Michael Albinus <michael.albinus@gmx.de>
2693
2694 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
2695 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
2696
7cc6e154
JL
26972011-09-18 Juri Linkov <juri@jurta.org>
2698
2699 * buff-menu.el (Buffer-menu-mode-map):
2700 * dired.el (dired-mode-map):
2701 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
2702 (lisp-interaction-mode-map):
2703 * emacs-lisp/package.el (package-menu-mode-map):
2704 * epa.el (epa-key-list-mode-map):
2705 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
2706 (menu-bar-options-menu):
2707 * outline.el (outline-mode-menu-bar-map):
2708 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
2709 * vc/vc-dir.el (vc-dir-menu-map):
2710 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
2711 Capitalize non-function content words in menu item strings.
2712
2713 * dired.el (dired-mode-map): Add menu item for
2714 `image-dired-dired-toggle-marked-thumbs'.
2715
80302a81
JL
27162011-09-18 Juri Linkov <juri@jurta.org>
2717
2718 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
2719 to `isearch-case-fold-search' and restore its original value
2720 after the `isearch-mode' call.
2721
46c5cf66
JL
27222011-09-18 Juri Linkov <juri@jurta.org>
2723
2724 * progmodes/grep.el (grep-process-setup): Don't check code for 1
2725 because `zgrep' returns 1 for successful matches (bug#9226).
2726
d18b513b
JL
27272011-09-18 Juri Linkov <juri@jurta.org>
2728
2729 * info.el (Info-extract-menu-node-name): Check the second match
2730 for empty string (second test-case of bug#9528).
2731 (Info-last-preorder): Let-bind `Info-history' to nil to not add
2732 intermediate nodes to the history (first test-case of bug#9528).
2733
72753f87
JL
27342011-09-18 Juri Linkov <juri@jurta.org>
2735
2736 * info.el (Info-mode-syntax-table): New variable.
1154d12e 2737 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 2738
c9384295
JL
27392011-09-18 Juri Linkov <juri@jurta.org>
2740
1154d12e
JB
2741 * info.el (Info-file-supports-index-cookies):
2742 Increment line-beginning-position's arg from 3 to 4 because makeinfo
2743 outputs one more line for long file names (bug#4142).
c9384295 2744
d473dce8
CY
27452011-09-18 Chong Yidong <cyd@stupidchicken.com>
2746
2747 * newcomment.el (comment-normalize-vars): If prompting for
2748 comment-start, set comment-start-skip too (Bug#8424).
2749
2176854d
JB
27502011-09-18 Johan Bockgård <bojohan@gnu.org>
2751
2752 * icomplete.el: Fix previous fix of Bug#5849.
2753 (icomplete-mode): Don't set completion-show-inline-help.
2754 (icomplete-minibuffer-setup): Set completion-show-inline-help
2755 locally during icompletion.
2756
3aace4e4
CY
27572011-09-18 Chong Yidong <cyd@stupidchicken.com>
2758
c940224f
CY
2759 * woman.el (woman2-process-escapes): Don't delete unrecognized
2760 escapes (Bug#7843).
2761
3aace4e4
CY
2762 * files.el (inhibit-first-line-modes-regexps): Add image files.
2763 (hack-local-variables-prop-line): Return nil for malformed
2764 prop-lines (Bug#9044).
2765
710dec63
MA
27662011-09-18 Michael Albinus <michael.albinus@gmx.de>
2767
2768 * net/tramp.el (top): Don't require 'shell.
2769 (tramp-methods): Fix docstring.
2770 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
2771 Return complete remote file name. Handle "smb" case.
2772 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
2773 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
2774
2775 * net/tramp-compat.el (top): Require 'shell.
2776
2777 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2778 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
2779 `tramp-current-host'.
2780 (tramp-get-remote-tmpdir): Remove.
2781
2782 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
2783 `tramp-tmpdir' entries.
2784 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
2785 (tramp-smb-handle-file-attributes): Ignore errors.
2786 (tramp-smb-wait-for-output): Check also for process end.
2787
5d5ac8ec
LMI
27882011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2789
2790 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
2791 when sending QUIT (bug#9312).
2792
8c0f49f0
CY
27932011-09-17 Chong Yidong <cyd@stupidchicken.com>
2794
2795 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
2796 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
2797 occur-mode-display-occurrence.
2798 (occur-edit-mode): Add usage message.
2799 (occur-cease-edit): New command.
2800 (occur-after-change-function): Use text properties to find the
2801 position of the prefix text.
2802 (occur-engine): Set stickiness of prefix text properties.
2803
8f1383f7
GM
28042011-09-17 Glenn Morris <rgm@gnu.org>
2805
2806 * progmodes/etags.el (complete-tag):
2807 Fix call to completion-in-region. (Bug#9526)
2808
744ba0e3
JL
28092011-09-17 Juri Linkov <juri@jurta.org>
2810
2811 * textmodes/ispell.el (ispell-word): Add to the error message
2812 the word, ispell program name and current dictionary (bug#9121).
2813 (ispell-tex-arg-end): Capitalize "error" in the error message.
2814
d9bbf400
AS
28152011-09-17 Andreas Schwab <schwab@linux-m68k.org>
2816
2817 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
2818 check. (Bug#4251)
2819
8da11505
JL
28202011-09-17 Juri Linkov <juri@jurta.org>
2821
2822 * window.el (window-safe-min-height, window-safe-min-width):
2823 Fix typos (followup to bug#9522).
2824
a91adc7e
SJ
28252011-09-17 Sven Joachim <svenjoac@gmx.de>
2826
2827 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
2828
064f328a
EZ
28292011-09-16 Eli Zaretskii <eliz@gnu.org>
2830
2831 * simple.el (line-move): If goal-column is set, move by logical
2832 lines, not by display lines. (Bug#971)
2833 (next-line, previous-line, goal-column, line-move-visual): Doc fix
2834 to reflect the above change.
2835
e69df516
SM
28362011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2837
2838 * image.el (imagemagick-register-types): Use regexp-opt.
2839
cbb0f9ab
CY
28402011-09-15 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * window.el (display-buffer-base-action): Rename from
2843 display-buffer-default-action. Make default value empty.
2844 (display-buffer-overriding-action): Convert to defvar.
2845 (display-buffer-fallback-action): New var.
2846
25322144
CY
28472011-09-15 Chong Yidong <cyd@stupidchicken.com>
2848
2849 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
2850 declaration.
2851 (package--add-to-archive-contents): If there is a duplicate entry
2852 with an older version, remove it.
2853 (package-menu-mark-delete, package-menu-mark-install)
2854 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
2855 (package-menu-mark-obsolete-for-deletion):
2856 Use package-menu-get-status instead of a regexp search.
25322144
CY
2857 (package-menu-get-status): Use tabulated-list-entry.
2858 (package-menu-mark-upgrades): New command.
d770725a 2859 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
2860 (package-menu-execute): Do installation before deletion.
2861 (package-menu-refresh, package-menu-execute): Use derived-mode-p
2862 instead of checking major-mode.
2863 (package-menu--find-upgrades): New function.
2864
7520339c
LMI
28652011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2866
2867 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
2868 passwords in the log buffer.
65a046c4
LMI
2869 (smtpmail-process-filter): Update the process marker so that the
2870 "broken by peer" status message is inserted in the right place.
7520339c 2871
d3c30954
SM
28722011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2873
3fe48822
SM
2874 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
2875 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
2876 bibtex-completion-at-point-function.
2877 (bibtex-completion-at-point-function): Use them.
2878
1b8b3954
SM
2879 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
2880
d3c30954
SM
2881 * mpc.el (mpc-constraints-tag-lookup): New function.
2882 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
2883 also to browser "album|playlist".
2884
72779976
JL
28852011-09-14 Juri Linkov <juri@jurta.org>
2886
2887 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
2888 (isearch-edit-string): Use length of `isearch-string' when
2889 `isearch-fail-pos' returns nil.
2890 (isearch-message): Remove duplicate code and call
2891 `isearch-fail-pos' with arg `t'.
2892
a0bf2bcd
CY
28932011-09-14 Chong Yidong <cyd@stupidchicken.com>
2894
17bb0a2d
CY
2895 * replace.el (occur-mode-goto-occurrence): Don't force using other
2896 window (Bug#9499).
2897
a0bf2bcd
CY
2898 * dired-aux.el (dired-do-chmod): Don't provide initial input.
2899
f678e0b6
MR
29002011-09-14 Martin Rudalics <rudalics@gmx.at>
2901
2902 * window.el (display-buffer-window): Remove.
2903 (display-buffer-record-window): Use help-setup window parameter
2904 instead of variable display-buffer-window.
2905 (display-buffer-function, special-display-buffer-names)
2906 (special-display-function): Mention help-setup parameter instead
2907 of display-buffer-window in doc-string.
d3c30954
SM
2908 * help.el (help-window-setup): New argument help-window.
2909 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
2910 Reword some messages.
2911 (with-help-window): Pass window used for displaying the buffer
2912 to help-window-setup. Don't set display-buffer-window.
2913
8e39b2e8
GM
29142011-09-13 Glenn Morris <rgm@gnu.org>
2915
2916 * emacs-lisp/debug.el (debugger-make-xrefs):
2917 Preserve point. (Bug#9462)
2918
85e9c04b
CY
29192011-09-13 Chong Yidong <cyd@stupidchicken.com>
2920
2921 * window.el (window-deletable-p): Use next-frame.
2922
1b36ed6a
MR
29232011-09-13 Martin Rudalics <rudalics@gmx.at>
2924
2925 * window.el (window-auto-delete): Remove.
2926 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 2927 dedication and previous buffers.
1b36ed6a
MR
2928 (switch-to-prev-buffer): Don't delete window.
2929 (delete-windows-on): Delete a window's frame if and only if the
2930 window is dedicated.
2931 (replace-buffer-in-windows): Delete buffer's window or frame if
2932 and only if window is dedicated.
2933 (quit-window): Handle quit-restore as before last change.
4d61f28d 2934 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 2935
ef8ef9fb
CY
29362011-09-13 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * window.el (window-deletable-p): Never delete the last frame on a
2939 given terminal.
2940
b2cba41e
GM
29412011-09-13 Glenn Morris <rgm@gnu.org>
2942
2943 * help.el (describe-key-briefly): Copy previous standard-output change.
2944
51553db6 29452011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
2946
2947 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
2948
b7556719
GM
29492011-09-13 Glenn Morris <rgm@gnu.org>
2950
2951 * emacs-lisp/lisp-mode.el (lisp-indent-function):
2952 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
2953
64b51947
CY
29542011-09-12 Chong Yidong <cyd@stupidchicken.com>
2955
2956 * dired-aux.el (dired-mark-read-string): Don't return default
2957 value on empty input (Bug#9361).
2958 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
2959 Omit initial minibuffer contents.
2960 (dired-do-chmod): Signal an error on empty input.
2961 (dired-mark-read-string): Don't return default on empty input.
2962
2963 * files.el (file-modes-symbolic-to-number): Doc fix.
2964
393a301e
SM
29652011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2966
2967 * international/mule-cmds.el (ucs-completions): Remove.
2968 (read-char-by-name): Use complete-with-action instead; add metadata.
2969
fa5660f9
CY
29702011-09-11 Chong Yidong <cyd@stupidchicken.com>
2971
2972 * window.el (display-buffer--action-function-custom-type)
2973 (display-buffer--action-custom-type): New vars.
2974 (display-buffer-alist, display-buffer-default-action)
2975 (display-buffer-overriding-action): Add defcustom types.
2976
4a592f66
CY
2977 * frame.el (delete-other-frames): Doc fix (Bug#276).
2978
73d56dbd
LMI
29792011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2980
2981 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
2982
37ac18a3
CY
29832011-09-11 Chong Yidong <cyd@stupidchicken.com>
2984
2985 Change modes that used same-window-* vars to use switch-to-buffer.
2986
2987 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
2988 Use switch-to-buffer.
2989
2990 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
2991 (customize-browse, custom-buffer-create-other-window):
2992 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
2993
2994 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
2995 (Info-prev, Info-up, Info-speedbar-goto-node)
2996 (info-display-manual): Use switch-to-buffer.
2997 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
2998
2999 * mail/sendmail.el (mail): Use switch-to-buffer.
3000 (mail-recover): Use switch-to-buffer-other-window.
3001
3002 * cmuscheme.el (run-scheme, switch-to-scheme):
3003 * ielm.el (ielm):
3004 * shell.el (shell):
3005 * net/rlogin.el (rlogin):
3006 * net/telnet.el (telnet, rsh):
3007 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3008
10195bd6
AS
30092011-09-11 Andreas Schwab <schwab@linux-m68k.org>
3010
3011 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3012
b322f63a
LMI
30132011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3014
39d7fed6
LMI
3015 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3016 so don't mention it (bug#9301).
ba5a81f1 3017 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 3018
ee0e9f11
LMI
3019 * faces.el (face-spec-set-match-display): Make `(type graphic)'
3020 match `x', `w32' and `ns', like the manual says (bug#9029).
3021
0b1c89c1 3022 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
3023 (process-kill-buffer-query-function): Mention the buffer name in
3024 the query.
0b1c89c1 3025
77549ea8
LMI
3026 * image-mode.el (image-next-line): The line parameter is mandatory
3027 (bug#9258).
3028
803ef892
LMI
3029 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3030 which can be useful (bug#9301).
3031
12980837
LMI
3032 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3033
91054f8f
LMI
3034 * subr.el (match-string): Mention that the current buffer should
3035 be the same as the search was done in (bug#9282).
3036
b322f63a
LMI
3037 * facemenu.el: Disable the remove-* commands if the mark isn't
3038 active (bug#9162).
3039
3199b96f
CY
30402011-09-10 Chong Yidong <cyd@stupidchicken.com>
3041
3042 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3043 of display-buffer.
3044 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3045
3046 * replace.el (occur-mode-goto-occurrence)
3047 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3048 and display-buffer.
3049
3050 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3051 display-buffer.
3052
3053 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3054 special-display and same-window variables.
3055 (mail-other-window): Use switch-to-buffer-other-window.
3056 (mail-other-frame): USe switch-to-buffer-other-frame.
3057
393a301e
SM
3058 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3059 Use display-buffer-other-frame.
3199b96f
CY
3060 (gdb-display-gdb-buffer): Use pop-to-buffer.
3061
3062 * progmodes/gud.el (gud-goto-info): Use info-other-window.
3063
3064 * progmodes/python.el: Don't set same-window-buffer-names.
3065
3066 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3067
3068 * window.el (display-buffer-alist): Add *Python*.
3069
8319e0bf
CY
30702011-09-10 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * window.el (display-buffer-alist): Add entry for buffers
3073 previously handled same-window-*.
3074 (display-buffer-alist, display-buffer-default-action)
3075 (display-buffer-overriding-action): Mark as risky.
3076 (display-buffer-alist): Document action function changes.
3077 (display-buffer--same-window-action)
3078 (display-buffer--other-frame-action): New variables.
3079 (switch-to-buffer, display-buffer-other-frame): Use them.
3080 (display-buffer): Rename reuse-frame entry to reusable-frames.
3081 (display-buffer-reuse-selected-window): Function deleted.
3082 (display-buffer-reuse-window): Handle reusable-frames alist entry.
3083 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3084 (display-buffer-special): New function.
3085 (display-buffer--maybe-pop-up-frame-or-window): Rename from
3086 display-buffer-reuse-or-pop-window. Split off special-display
3087 part into display-buffer-special.
3088 (display-buffer-use-some-window): Don't perform any special
3089 pop-up-frames handling.
3090 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 3091 (display-buffer--maybe-same-window): Rename from
0d3ff375 3092 display-buffer-maybe-same-window.
8319e0bf 3093
919a69aa
CY
3094 * info.el: Don't set same-window-regexps.
3095 (info-setup): New function.
3096 (info-other-window, info): Call it.
3097
3098 * cus-edit.el: Don't set same-window-regexps.
3099 (customize-group): New argument.
3100 (customize-group-other-window): Use it.
3101 (customize-face, customize-face-other-window): Likewise.
3102 (custom-buffer-create-other-window): Use pop-to-buffer directly.
3103
8319e0bf
CY
3104 * net/rlogin.el:
3105 * net/telnet.el:
3106 * progmodes/gud.el: Don't set same-window-regexps.
3107
3108 * cmuscheme.el:
3109 * ielm.el:
3110 * shell.el:
3111 * mail/sendmail.el:
3112 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3113
25173000
JL
31142011-09-10 Juri Linkov <juri@jurta.org>
3115
3116 * isearch.el (isearch-edit-string): Remove obsolete mention of
3117 `C-w' (`isearch-yank-word-or-char') from docstring.
3118 (isearch-query-replace): Fix typo in docstring (bug#9466).
3119
056e44ef
JL
31202011-09-10 Juri Linkov <juri@jurta.org>
3121
3122 * paren.el (show-paren-function): Don't show escaped parens.
3123 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
3124
c3760c17
EZ
31252011-09-10 Eli Zaretskii <eliz@gnu.org>
3126
3127 * mail/sendmail.el (mml-to-mime, mml-attach-file)
3128 (mm-default-file-encoding): Remove autoload forms, they are
3129 replaced with autoload cookies in mml.el and mm-encode.el.
3130 (mail-add-attachment): New command.
3131 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3132 (mail-mode): Mention mail-insert-file and mail-add-attachment in
3133 the doc string.
3134 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3135
fece895e
RT
31362011-09-10 Reuben Thomas <rrt@sc3d.org>
3137
e69df516
SM
3138 * simple.el (count-words-region): Use buffer if there's no region
3139 (bug#9429).
fece895e 3140
5e68ce4a
JL
31412011-09-09 Juri Linkov <juri@jurta.org>
3142
3143 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3144 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3145 (wdired-isearch-filter-read-only): New function. (Bug#6362)
3146
0a6b9622
AM
31472011-09-09 Alan Mackenzie <acm@muc.de>
3148
3149 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3150 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
3151
14a29deb
EZ
31522011-09-09 Eli Zaretskii <eliz@gnu.org>
3153
3154 Fix for Savannah bug#9392.
3155 * simple.el (mail-encode-mml): New defvar.
3156
3157 * mail/rmail.el (mail-encode-mml): Add a defvar.
3158 (rmail-enable-mime-composing): Default to t.
3159 (rmail-forward): Use MIME method of forwarding only if both
3160 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3161 Set mail-encode-mml non-nil if the MIME method was used.
3162
3163 * mail/sendmail.el (mml-to-mime): Add autoload form.
3164 (mail-encode-mml): Add a defvar.
3165 (mail-mode): Make mail-encode-mml buffer-local and initialize it
3166 to nil.
3167 (mail-send): If mail-encode-mml is non-nil, run the outgoing
3168 message through mml-to-mime, and reset mail-encode-mml to nil.
3169
28c45130
GM
31702011-09-09 Glenn Morris <rgm@gnu.org>
3171
3172 * woman.el (woman-if-body): When processing an .el block,
3173 do not delete the next .el block as well. (Bug#9447)
69f4b618 3174 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 3175
9b1c252e
MR
31762011-09-08 Martin Rudalics <rudalics@gmx.at>
3177
3178 * window.el (window-deletable-p): Make sure window is live before
3179 invoking window-prev-buffers.
3180
567457e3
LL
31812011-09-08 Leo Liu <sdl.web@gmail.com>
3182
3183 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
3184
97f05794
JL
31852011-09-08 Juri Linkov <juri@jurta.org>
3186
3187 * progmodes/compile.el (compilation-environment): Make it
3188 a defcustom (bug#8340).
3189
8b0874b5
MR
31902011-09-08 Martin Rudalics <rudalics@gmx.at>
3191
3192 * window.el (frame-auto-delete): Rename to window-auto-delete.
3193 Make it control auto-deletion of windows and/or frames.
3194 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 3195 for deleting window/frame. (Bug#9419)
8b0874b5
MR
3196 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3197 Rewrite handling of case when window/frame can be deleted.
3198 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 3199 argument t. (Bug#9456)
8b0874b5 3200
4feb6e73
CY
32012011-09-07 Chong Yidong <cyd@stupidchicken.com>
3202
3203 * help-mode.el (help-mode): Restore autoload.
3204
91ab9c13
JL
32052011-09-07 Juri Linkov <juri@jurta.org>
3206
3207 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3208 `compilation-environment'. Set buffer-local
3209 `compilation-environment' to `thisenv' later after (funcall mode).
3210 (Bug#8340)
3211
3212 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
3213 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3214 instead of replacing its value. (Bug#8340)
3215
0527e251
JL
32162011-09-07 Juri Linkov <juri@jurta.org>
3217
3218 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3219 based on text properties put by `grep-filter' instead of matching
3220 escape sequences.
3221 (grep-mode): Set buffer-local `compilation-error-screen-columns'
3222 to the value of `grep-error-screen-columns' (bug#9438).
3223
249f792c
JL
32242011-09-07 Juri Linkov <juri@jurta.org>
3225
3226 * simple.el (next-error-highlight, next-error-highlight-no-select):
3227 Doc fix (bug#9432).
3228
ff7271b9
OT
32292011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3230
3231 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3232 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
3233
183fc730
LL
32342011-09-07 Leo Liu <sdl.web@gmail.com>
3235
3236 * net/rcirc.el (rcirc-mode): Conditionally initialize
3237 rcirc-input-ring.
3238
77694924
SM
32392011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * emacs-lisp/find-func.el (find-function-C-source): Only set
3242 find-function-C-source-directory after checking that we found a source
3243 file there (bug#9440).
3244
d809b8eb
AM
32452011-09-06 Alan Mackenzie <acm@muc.de>
3246
3247 * isearch.el (isearch-other-meta-char): Wherever a key list is
3248 unread, "unread" the prefix arg, too. This fixes bug #8901.
3249
453de99f
OG
32502011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3251
3252 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3253
90439906
JL
32542011-09-05 Juri Linkov <juri@jurta.org>
3255
3256 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3257
f62bd846
JL
32582011-09-05 Juri Linkov <juri@jurta.org>
3259
3260 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3261 keeping point where processing of grep matches begins, and
3262 continue to delete remaining escape sequences from the same point.
3263 (grep-filter): Make leading zero optional in "0?1;31m" because
3264 git-grep emits "\033[1;31m" escape sequences unlike expected
3265 "\033[01;31m" as GNU Grep does (bug#9408).
3266 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3267
045820ec
JL
32682011-09-05 Juri Linkov <juri@jurta.org>
3269
3270 * subr.el (y-or-n-p): Capitalize "yes".
3271
f5e29b9b
MA
32722011-09-04 Michael Albinus <michael.albinus@gmx.de>
3273
3274 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
3275 `tramp-cache-unload-hook' where appropriate.
3276 (tramp-methods): Rename `tramp-remote-sh' to
3277 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
3278 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3279
3280 * net/tramp-sh.el (top): Don't require 'shell.
3281 (tramp-methods): Add `tramp-remote-shell' and
3282 `tramp-remote-shell-args' entries.
3283 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3284 (tramp-sh-handle-shell-command): Remove.
3285 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3286 Use `tramp-remote-shell'.
3287
2784c434
CY
32882011-09-03 Chong Yidong <cyd@stupidchicken.com>
3289
393a301e 3290 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
3291 (sendmail-query-once): Save directly to send-mail-function.
3292 Update message-send-mail-function too.
3293
3294 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3295
464cdf56
CS
32962011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3297
3298 * progmodes/python.el (python-mode-map): Use correct function to
3299 start python interpreter from menu-bar (as reported by Geert
3300 Kloosterman).
3301 (inferior-python-mode-map): Fix typo.
393a301e 3302 (python-shell-map): Remove.
464cdf56 3303
d37e5c87
DD
33042011-09-03 Deniz Dogan <deniz@dogan.se>
3305
3306 * net/rcirc.el (rcirc-print): Simplify code for
3307 rcirc-scroll-show-maximum-output. There is no need to walk
3308 through all windows to find the right one.
3309
f3ada0ee
CS
33102011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3311
3312 * help.el (help-return-method): Doc fix.
3313
1f3c99ca
MR
33142011-09-03 Martin Rudalics <rudalics@gmx.at>
3315
3316 * window.el (window-deletable-p): Don't return a non-nil value
3317 when there's a buffer that was shown in the window before.
3318 (Bug#9419)
393a301e
SM
3319 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3320 Set window's previous buffers to nil.
1f3c99ca 3321
a3cf097f
EZ
33222011-09-03 Eli Zaretskii <eliz@gnu.org>
3323
3324 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3325 newline before and after the tag line, so it doesn't interfere
3326 with determining the paragraph direction of bidirectional text.
3327
3d03de90
LL
33282011-09-03 Leo Liu <sdl.web@gmail.com>
3329
3330 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
3331
c3313451
CY
33322011-09-02 Chong Yidong <cyd@stupidchicken.com>
3333
393a301e 3334 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
3335 (pop-to-buffer): Change interactive spec. Pass second argument
3336 directly to display-buffer.
3337 (display-buffer): Fix interactive spec. Use functionp to
3338 distinguish between a function and a list of functions.
3339
3340 * abbrev.el (edit-abbrevs):
3341 * arc-mode.el (archive-extract):
3342 * autoinsert.el (auto-insert):
3343 * bookmark.el (bookmark-bmenu-list):
3344 * files.el (find-file):
3345 * view.el (view-buffer):
3346 * progmodes/compile.el (compilation-goto-locus):
3347 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3348
89894cd8
CY
33492011-09-02 Chong Yidong <cyd@stupidchicken.com>
3350
3351 * window.el (display-buffer-alist): Doc fix.
3352 (display-buffer): Add docstring. Don't treat
3353 display-buffer-default specially.
3354 (display-buffer-reuse-selected-window)
3355 (display-buffer-same-window, display-buffer-maybe-same-window)
3356 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3357 (display-buffer-pop-up-window)
3358 (display-buffer-reuse-or-pop-window)
3359 (display-buffer-use-some-window): New functions.
3360 (display-buffer-default-action): Use them.
393a301e 3361 (display-buffer-default): Delete.
89894cd8
CY
3362 (pop-to-buffer-1): Fix choice of actions.
3363
ae0bc9fb
SM
33642011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3365
3366 * minibuffer.el (completion--insert-strings): Don't get confused by
3367 completion entries that end with an LF char.
3368
e9d90883
EZ
33692011-09-01 Eli Zaretskii <eliz@gnu.org>
3370
3371 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3372
437014c8
CY
33732011-09-01 Chong Yidong <cyd@stupidchicken.com>
3374
3375 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
3376 (display-buffer-same-window, display-buffer-other-window):
3377 New functions.
437014c8
CY
3378 (pop-to-buffer-1): New function. Use the above.
3379 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 3380 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
3381
3382 * view.el (view-buffer-other-window, view-buffer-other-frame):
3383 Just use pop-to-buffer.
3384
a5e063d5
TV
33852011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3386
3387 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
3388
793d32bb
WH
33892011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
3390
3391 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
3392
d65e4c15
RS
33932011-08-31 Richard Stallman <rms@gnu.org>
3394
3395 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3396 of the separation of rmail-view-buffer from rmail-buffer.
3397 If you say no to "replace original", the decrypt is in the
3398 view buffer. If you say yes, the decrypt goes into the
3399 rmail buffer also.
3400
f818cd2a
MR
34012011-08-31 Martin Rudalics <rudalics@gmx.at>
3402
3403 * window.el (display-buffer-window): Rewrite doc-string.
3404 (display-buffer-record-window): New function.
3405 (display-buffer-macro-specifiers)
3406 (display-buffer-even-window-sizes, display-buffer-set-height)
3407 (display-buffer-set-width, display-buffer-in-window)
3408 (display-buffer-reuse-window, display-buffer-split-specifiers)
3409 (display-buffer-side-specifiers, display-buffer-split-window-1)
3410 (display-buffer-split-window, display-buffer-split-atom-window)
3411 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3412 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3413 (display-buffer-other-window-means-other-frame)
3414 (display-buffer-normalize-special)
3415 (display-buffer-normalize-default)
3416 (display-buffer-normalize-argument)
3417 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3418 (display-buffer-normalize-specifiers, display-buffer-frame)
3419 (display-buffer-same-window, display-buffer-same-frame)
3420 (display-buffer-other-window)
3421 (display-buffer-same-frame-other-window)
3422 (display-buffer-other-frame, pop-to-buffer-same-window)
3423 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3424 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3425 (switch-to-buffer-same-frame)
3426 (switch-to-buffer-other-window-same-frame)
3427 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3428 (display-buffer-alist-set-1, display-buffer-alist-set-2)
3429 (display-buffer-alist-set): Remove.
3430 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
3431 (special-display-regexps, special-display-function):
3432 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
3433 parameter.
3434 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3435 (special-display-frame-alist, special-display-popup-frame)
3436 (same-window-buffer-names, same-window-regexps, same-window-p)
3437 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3438 (split-window-preferred-function, split-height-threshold)
3439 (split-width-threshold, window-splittable-p)
3440 (split-window-sensibly, window--try-to-split-window)
3441 (window--frame-usable-p, even-window-heights)
3442 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
3443 (window--display-buffer-2, display-buffer-other-frame):
3444 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
3445 (display-buffer-default, display-buffer-assq-regexp): New functions.
3446 (display-buffer-alist): Rewrite doc-string.
3447 (display-buffer-default-action)
3448 (display-buffer-overriding-action): New variables.
3449 (display-buffer, switch-to-buffer): Rewrite.
3450 (pop-to-buffer): Restore Emacs 23 behavior but use
3451 window-normalize-buffer-to-display.
3452 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3453 Restore Emacs 23 behavior but use
3454 window-normalize-buffer-to-switch-to.
3455 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
3456 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3457 Rewrite using Emacs 23 options.
f818cd2a 3458
5bc3b51d
MA
34592011-08-31 Michael Albinus <michael.albinus@gmx.de>
3460
3461 * net/tramp.el (tramp-root-regexp): Remove.
3462 (tramp-completion-file-name-regexp-unified)
3463 (tramp-completion-file-name-regexp-separate)
3464 (tramp-completion-file-name-regexp-url): Don't use leading volume
3465 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
3466 (tramp-drop-volume-letter): Simplify definition.
3467 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 3468
b1a4f8e1
SM
34692011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3472 (bug#9356).
3473
5664fa7b
RT
34742011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
3475
b1a4f8e1 3476 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 3477
9a45d6c3
JL
34782011-08-29 Juri Linkov <juri@jurta.org>
3479
3480 * isearch.el (isearch-done): Don't display message "Mark saved"
3481 when arg `edit' is non-nil to prevent its flicker in the echo area.
3482
fb87e0fb
CY
34832011-08-28 Chong Yidong <cyd@stupidchicken.com>
3484
3485 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3486 obsolete packages for deletion.
3487
09ac1c2a
CS
34882011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
3489
3490 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 3491 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
3492 view-mode from help-mode.
3493 (help-xref-override-view-map): Remove.
3494 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3495 view-mode is not used anymore.
3496
7a1ff57f
CY
34972011-08-28 Chong Yidong <cyd@stupidchicken.com>
3498
3499 * server.el (server-port): Doc fix.
3500
b9696605
CY
3501 * cus-theme.el (custom-theme-choose-mode): Inherit from
3502 special-mode (Bug#9124).
3503 (custom-theme-choose-mode-map): Add special-mode to parent.
3504
ef8cdf8c
AM
35052011-08-28 Alan Mackenzie <acm@muc.de>
3506
3507 * progmodes/cc-fonts.el
3508 (c-make-font-lock-BO-decl-search-function): New function.
3509 (c-basic-matchers-after - "Fontify the clauses after various
3510 keywords"): Extract the three keyword lists for the 3 erroneous
3511 constructs from the list of four, and use the new function above
3512 in place of an old one.
3513
27de4e20
DD
35142011-08-28 Deniz Dogan <deniz@dogan.se>
3515
3516 * net/rcirc.el (rcirc-insert-prev-input)
3517 (rcirc-insert-next-input): Remove unused argument.
3518
356a3681
SM
35192011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3522
3fc9b218
AM
35232011-08-27 Alan Mackenzie <acm@muc.de>
3524
3525 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3526 handle function pointer parameters properly.
3527
538a061c
MR
35282011-08-27 Martin Rudalics <rudalics@gmx.at>
3529
3530 * window.el (display-buffer-reuse-window): Fix case where
3531 selected window was reused with non-nil OTHER-WINDOW argument.
3532 (Bug#9381)
3533
35b1c40c
DD
35342011-08-27 Deniz Dogan <deniz@dogan.se>
3535
3536 * net/rcirc.el (rcirc-check-auth-status): Adding support for
3537 oftc's NickServ messages.
3538
2f6a3e79
GM
35392011-08-27 Glenn Morris <rgm@gnu.org>
3540
3541 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
3542
7254299e
CY
35432011-08-26 Chong Yidong <cyd@stupidchicken.com>
3544
3545 * emacs-lisp/package.el (package-install): Call package-initialize
3546 if called interactively.
3547
f8ccf167
LL
35482011-08-26 Leo Liu <sdl.web@gmail.com>
3549
3550 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
3551
3e8cd5ce
JL
35522011-08-25 Juri Linkov <juri@jurta.org>
3553
3554 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3555 `search-whitespace-regexp' (bug#9364).
3556
93eb7113
JL
35572011-08-25 Juri Linkov <juri@jurta.org>
3558
3559 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3560 `regexp-search-ring' to their global values to protect from
3561 updating by `read-from-minibuffer' (bug#9185).
3562
f65d1611
JL
35632011-08-25 Juri Linkov <juri@jurta.org>
3564
3565 * textmodes/ispell.el (ispell-command-loop): Add newline
3566 at the end of the "Use option `i'..." line.
3567
f1cf7a31
JL
35682011-08-25 Juri Linkov <juri@jurta.org>
3569
3570 * battery.el (display-battery-mode): If `battery-status-function'
3571 or `battery-mode-line-format' is nil, display the message and set
3572 `display-battery-mode' to nil (bug#9363).
3573
0c95fcf7
EZ
35742011-08-25 Eli Zaretskii <eliz@gnu.org>
3575
3576 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3577 bidi-string-mark-left-to-right; they are unnecessary now.
3578
a2ebe600
DD
35792011-08-25 Deniz Dogan <deniz@dogan.se>
3580
3581 * net/quickurl.el: Documentation typo fixes.
3582
e4ed06f1
CY
35832011-08-25 Chong Yidong <cyd@stupidchicken.com>
3584
3585 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3586
e5f1c99e
GM
35872011-08-25 Glenn Morris <rgm@gnu.org>
3588
b2948976
GM
3589 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3590
e5f1c99e
GM
3591 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3592 (smtpmail-via-smtp): Handle nil response from smtp.
3593
f22f4808
JL
35942011-08-24 Juri Linkov <juri@jurta.org>
3595
3596 * proced.el (proced-marked): Inherit from `error' instead of
3597 `font-lock-warning-face'.
3598
3599 * ibuffer.el (ibuffer-marked-face): Change default face from
3600 `font-lock-warning-face' to `warning'.
3601 (ibuffer-deletion-face): Change default face from
3602 `font-lock-type-face' to `error'.
3603
3604 * battery.el (battery-update): Use the face `error' instead of
3605 `font-lock-warning-face' (bug#6117).
3606
6a93965e
JL
36072011-08-24 Juri Linkov <juri@jurta.org>
3608
3609 * faces.el (success): Change face color from "Green3" to
3610 "ForestGreen" on light background (bug#9353).
3611
1ed43b09
CY
36122011-08-24 Chong Yidong <cyd@stupidchicken.com>
3613
5664fa7b
RT
3614 * window.el (quit-window): Rename from quit-restore-window.
3615 Use same arglist as old quit-window.
1ed43b09
CY
3616 (frame-auto-delete): Doc fix.
3617
3618 * view.el (view-mode-exit): Use quit-window.
3619
11dcdbb2
JL
36202011-08-24 Juri Linkov <juri@jurta.org>
3621
3622 * isearch.el (isearch-ring-adjust1): Start visiting previous
3623 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
3624 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
3625 for empty search string (when the last search string is reused
3626 automatically) to adjust the isearch ring to the last element and
3627 prepare the correct index for further M-p commands (bug#9185).
3628
de62b4df
KH
36292011-08-24 Kenichi Handa <handa@m17n.org>
3630
3631 * international/ucs-normalize.el: If decomposition property of
3632 CHAR is the default one (i.e. a list of CHAR itself), treat it as
3633 nil.
3634 (nfd, nfkd): Likewise.
3635
963b492b
SM
36362011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3637
3638 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
3639 from process filters aren't reliably transmitted to the surrounding
3640 accept-process-output.
3641 (mpc-proc-check): New function.
3642 (mpc-proc-sync): Use it (bug#8293)
3643
93b6b5e1
SM
36442011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3645
3646 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
3647 Add compatibility functions (bug#9313).
3648
bca633fb
EZ
36492011-08-23 Eli Zaretskii <eliz@gnu.org>
3650
b177498a
EZ
3651 * cus-start.el (all): Add entry for bidi-paragraph-direction.
3652
bca633fb
EZ
3653 * international/uni-bidi.el: Regenerated.
3654
0902a04e
KH
36552011-08-23 Kenichi Handa <handa@m17n.org>
3656
3657 * international/charprop.el:
3658 * international/uni-bidi.el:
3659 * international/uni-category.el:
3660 * international/uni-combining.el:
3661 * international/uni-comment.el:
3662 * international/uni-decimal.el:
3663 * international/uni-decomposition.el:
3664 * international/uni-digit.el:
3665 * international/uni-lowercase.el:
3666 * international/uni-mirrored.el:
3667 * international/uni-name.el:
3668 * international/uni-numeric.el:
3669 * international/uni-old-name.el:
3670 * international/uni-titlecase.el:
3671 * international/uni-uppercase.el: Regenerate.
3672
3bbf23bc
MR
36732011-08-23 Martin Rudalics <rudalics@gmx.at>
3674
3675 * help.el (help-window-setup): Fix message displayed when other
3676 window is reused. (Bug#9341)
3677
b3fd59bd
SM
36782011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3679
1802e444
SM
3680 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
3681 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
3682
b3fd59bd
SM
3683 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
3684 Mark obsolete.
3685 * shell.el (shell-parse-pcomplete-arguments): New function.
3686 (shell-completion-vars): Use it instead (bug#9160).
3687
4eb61348
SM
36882011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3689
867cab74
SM
3690 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
3691 strings and comments (bug#9333).
3692
4eb61348
SM
3693 * emacs-lisp/debug.el (debug-arglist): New function.
3694 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
3695 (debug-on-entry-1): Handle interpreted closures (bug#9120).
3696
262a1439
JL
36972011-08-22 Juri Linkov <juri@jurta.org>
3698
56ee679c
JL
3699 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3700 Revert regexp that highlights output switches to its old
3701 pre-2010-10-28 value and remove one `?' from it (bug#9319).
3702
262a1439
JL
3703 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
3704 to check for empty output (bug#9226).
3705
f13f86fb
CY
37062011-08-22 Chong Yidong <cyd@stupidchicken.com>
3707
3708 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
3709 symbol-constituent as the default, as that stops font-lock from
3710 working properly (Bug#8843).
3711
c65c9622
LMI
37122011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3713
3714 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
3715 `coding-system-for-*' around the process open call to avoid
3716 auth-source side effects.
e7f2c178 3717 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
3718 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
3719 probe hangs.
c65c9622 3720
23a8a5ab
CY
37212011-08-21 Chong Yidong <cyd@stupidchicken.com>
3722
ff98b2dd
CY
3723 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
3724
23a8a5ab
CY
3725 * emacs-lisp/find-func.el (find-function-noselect): New arg
3726 lisp-only.
3727
3728 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
3729 signal an error for built-in functions (Bug#6664).
3730
f5e3c598
LMI
37312011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3732
3733 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
3734 (smtpmail-try-auth-methods): Use it.
3735
a3f2468a
CY
37362011-08-21 Chong Yidong <cyd@stupidchicken.com>
3737
2c34e8da
CY
3738 * font-lock.el (font-lock-fontify-region)
3739 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
3740 (font-lock-default-unfontify-buffer)
3741 (font-lock-default-fontify-region)
3742 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
3743
b3fd59bd
SM
3744 * progmodes/compile.el (compilation-error-properties):
3745 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
3746 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
3747 `ant' regexp.
ee31aabc 3748
a3f2468a
CY
3749 * net/browse-url.el (browse-url-firefox): Don't call
3750 browse-url-firefox-sentinel unless using -remote (Bug#9328).
3751
8e999f70
GM
37522011-08-20 Glenn Morris <rgm@gnu.org>
3753
c21a496a
GM
3754 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
3755
59ee0542
GM
3756 * tutorial.el (tutorial--default-keys): Update some default bindings.
3757
8e999f70
GM
3758 * files.el (hack-local-variables): Fully ignore case for "mode:".
3759
e3715033
AM
37602011-08-20 Alan Mackenzie <acm@muc.de>
3761
3762 Resolve invalid use of a regexp in regexp-opt.
3763
4d61f28d
JB
3764 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
3765 detection for a java annotation.
e3715033 3766
4d61f28d 3767 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
3768 detection for a java annotation.
3769
4d61f28d
JB
3770 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
3771 handling for java.
e3715033
AM
3772 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
3773
04ed2e9c
CY
37742011-08-20 Chong Yidong <cyd@stupidchicken.com>
3775
3776 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
3777 (Bug#9274).
3778
826cee64
AM
37792011-08-20 Alan Mackenzie <acm@muc.de>
3780
58179cce 3781 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
3782 such a construct. Mainly for when jit-lock etc. starts a chunk
3783 here.
3784
58179cce 3785 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 3786 variable.
58179cce 3787 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
3788 c-make-font-lock-search-function.
3789 (c-make-font-lock-search-function): Use the above function.
3790 (c-make-font-lock-context-search-function): New function.
3791 (c-cpp-matchers): Enhance the preprocessor expression case with
3792 the above function
3793 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
3794 which takes an expression.
3795
3796 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
3797
13009bd8
MR
37982011-08-20 Martin Rudalics <rudalics@gmx.at>
3799
3800 * window.el (display-buffer-reuse-window)
3801 (display-buffer-pop-up-window): Don't reuse or split a side
3802 window.
3803
9234ff7f
GM
38042011-08-19 Glenn Morris <rgm@gnu.org>
3805
3806 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 3807 Downcase "Mode:". (Bug#9331)
9234ff7f 3808
f635daa1
CY
38092011-08-18 Chong Yidong <cyd@stupidchicken.com>
3810
3811 * international/characters.el: Add L and R categories.
3812
3813 * subr.el (bidi-string-mark-left-to-right): Rename from
3814 string-mark-left-to-right. Use category search.
3815
3816 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
3817
bc987f8b
JL
38182011-08-18 Juri Linkov <juri@jurta.org>
3819
3820 * faces.el (error, warning, success): New faces with definitions
3821 copied from old default values of `font-lock-warning-face',
3822 `compilation-warning', `compilation-info' (bug#6117).
3823
3824 * font-lock.el (font-lock-warning-face): Inherit from `error'.
3825
3826 * progmodes/compile.el (compilation-error): Inherit from `error'.
3827 (compilation-warning): Inherit from `warning'.
3828 (compilation-info): Inherit from `success'.
3829
3830 * dired.el (dired-marked): Inherit from `warning'.
3831 (dired-flagged): Inherit from `error'.
3832
57173b96
LMI
38332011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3834
3e79eb87
LMI
3835 * mail/smtpmail.el (auth-source): Require to avoid problems with
3836 binding variables (bug#9298). Also clean up some unused
3837 autoloads.
3838
b3fd59bd
SM
3839 * net/network-stream.el (network-stream-open-starttls):
3840 Support using starttls.el without using gnutls-cli.
57173b96 3841
02b404de
JL
38422011-08-17 Juri Linkov <juri@jurta.org>
3843
3844 * progmodes/grep.el (rgrep): Handle the case when
3845 `grep-find-command' is a cons cell (bug#9278).
3846
8c9177f2
MR
38472011-08-17 Martin Rudalics <rudalics@gmx.at>
3848
3849 * window.el (display-buffer-pop-up-frame): Run frame creation
3850 function with BUFFER current (as special-display-popup-frame
3851 does). Reported by Drew Adams.
3852
3644a0ab
DU
38532011-08-17 Daiki Ueno <ueno@unixuser.org>
3854
3855 * epa-mail.el: Simplify GnuPG group expansion using
3856 epg-expand-group.
3857 (epa-mail-group-alist, epa-mail-group-modtime)
3858 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
3859 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
3860 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
3861 Remove.
3862
5e617bc2 38632011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
3864
3865 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
3866
9c4aeabf
AM
38672011-08-16 Alan Mackenzie <acm@muc.de>
3868
3869 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
3870 Correct, to avoid the inside of macros.
3871
3a99bf64
RS
38722011-08-16 Richard Stallman <rms@gnu.org>
3873
04963aa8
RS
3874 * epa-mail.el: Handle GnuPG group definitions.
3875 (epa-mail-group-alist, epa-mail-group-modtime)
3876 (epa-mail-gnupg-conf-file): New variables.
3877 (epa-mail-parse-groups, epa-mail-sync-groups)
3878 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
3879 (epa-mail-expand-recipients): New functions.
3880 (epa-mail-encrypt): Call epa-mail-expand-recipients.
3881
177549d0
RS
3882 * mail/rmail.el (rmail-epa-decrypt): New command.
3883
fe38beef
RS
3884 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
3885 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
3886 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
3887 (epa-decrypt-armor-in-region): Make error message clearer.
3888
934eacb9
SM
38892011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
3892 and "a2b" to "ab" for `prefix'.
3893
d024fb4e
CY
38942011-08-14 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
3897 filter groups.
de148fee
CY
3898 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
3899 Fourquet (Bug#8804).
d024fb4e 3900
62f1ca49
JB
39012011-08-12 Juanma Barranquero <lekktu@gmail.com>
3902
3903 * startup.el (argi): Declare as global variable (bug#9275).
3904
9ccaaa4b
CY
39052011-08-12 Chong Yidong <cyd@stupidchicken.com>
3906
3907 * subr.el (string-mark-left-to-right): Search the entire string
3908 for RTL script, not just the terminating character. Doc fix.
3909
a3dae87a
SM
39102011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3911
6cd18349
SM
3912 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
3913 New function.
3914 (js--regexp-literal, js-syntax-propertize-function): Remove.
3915 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
3916 (js-mode-map): Don't rebind electric keys.
3917 (js-insert-and-indent): Remove.
3918 (js-mode): Setup electric-layout and electric-indent instead.
3919
a3dae87a
SM
3920 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
3921
9d5cb631
DU
39222011-08-12 Daiki Ueno <ueno@unixuser.org>
3923
3924 * epa.el (epa-progress-callback-function): Fix the logic of
3925 displaying progress.
3926 * epa-file.el (epa-file-insert-file-contents): Make progress
3927 display more user-friendly.
3928 (epa-file-write-region): Ditto.
3929
3e26a4a2
CY
39302011-08-10 Chong Yidong <cyd@stupidchicken.com>
3931
3932 * subr.el (string-mark-left-to-right): New function.
3933
3934 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
3935 Use string-mark-left-to-right.
3936 (list-buffers-noselect): Caller changed.
3937
a3dae87a
SM
3938 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3939 Use string-mark-left-to-right.
3e26a4a2
CY
3940 (tabulated-list-print): Recenter after moving point.
3941
ac8cf6e6
JL
39422011-08-10 Juri Linkov <juri@jurta.org>
3943
3944 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
3945 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
3946 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
3947
8d96c9a4
CY
39482011-08-09 Chong Yidong <cyd@stupidchicken.com>
3949
3950 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
3951 (Bug#7554).
3952
7be1c708 39532011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
3954
3955 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
3956 character. (Bug#6594)
3957
37e11a63
CY
39582011-08-08 Chong Yidong <cyd@stupidchicken.com>
3959
839dde57
CY
3960 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
3961 (image-dired--with-db-file): New macro.
3962 (image-dired-write-tags, image-dired-remove-tag)
3963 (image-dired-create-gallery-lists, image-dired-write-comments)
3964 (image-dired-get-comment, image-dired-mark-tagged-files)
3965 (image-dired-list-tags, image-dired-gallery-generate): Use it.
3966 (image-dired-gallery-generate): Use insert-file-contents.
3967
37e11a63
CY
3968 * time.el (display-time-world-list, display-time-world-display):
3969 * time-stamp.el (time-stamp-string):
3970 * vc/add-log.el (add-change-log-entry): Use setenv instead of
3971 set-time-zone-rule (Bug#7337).
3972
0b4946c4
DU
39732011-08-08 Daiki Ueno <ueno@unixuser.org>
3974
3975 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
3976 (epg-error-to-string, epg-errors-to-string): New function.
3977 (epg-wait-for-completion): Reverse errors list.
3978 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
3979 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
3980 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
3981 (epg-sign-keys, epg-generate-key-from-file)
3982 (epg-generate-key-from-string): Format errors by using
3983 epg-errors-to-string (bug#9255).
3984 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
3985
75bfc667
JL
39862011-08-07 Juri Linkov <juri@jurta.org>
3987
3988 * faces.el (list-faces-display): Remove extra angle bracket
3989 from `help-mode-map'.
3990
3991 * info.el (Info-history-toc-nodes): Doc fix.
3992
3993 * longlines.el (longlines-mode): Doc fix.
3994
673e08bb
SM
39952011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3996
4640dd88
SM
3997 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
3998 of statements and in a few more cases (bug#9183).
3999
673e08bb
SM
4000 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4001 New functions.
4002 (cl-transform-lambda): Use them (bug#9239).
4003
89b3f019
MR
40042011-08-05 Martin Rudalics <rudalics@gmx.at>
4005
4006 * window.el (display-buffer-same-window)
4007 (display-buffer-same-frame, display-buffer-other-window)
4008 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4009 (pop-to-buffer-other-window)
4010 (pop-to-buffer-same-frame-other-window)
4011 (pop-to-buffer-other-frame): Make them defuns.
4012 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4013
640c8776
SM
40142011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * subr.el (make-composed-keymap): Move from C. Change calling
4017 convention, and improve docstring to bring attention to a subtle point.
4018 * minibuffer.el (completing-read-default): Adjust accordingly.
4019
63648a95
MA
40202011-08-03 Michael Albinus <michael.albinus@gmx.de>
4021
4022 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4023 (tramp-open-shell): Use `tramp-shell-quote-argument'.
4024
4025 * net/trampver.el: Update release number.
4026
b796c9b7
SM
40272011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4030 "in" (bug#9190).
4031
2239d7d5
LMI
40322011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4033
e07dd7c3
LMI
4034 * mail/sendmail.el (sendmail-query-once): Restore the current
4035 buffer after querying (bug#9074).
4036
0e6a2bd7
LMI
4037 * dired.el (dired-flagged): Use different faces for marked and
4038 flagged files (bug#6117).
4039
ce887515
LMI
4040 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4041 (bug#4433).
4042
92f2affc
LMI
4043 * ido.el (ido-mode): Switch off the message if called
4044 non-interactively.
4045
57d5aff0
LMI
4046 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4047 before 587, since it appears that that's more likely to work for
4048 more people.
4049
98cd6c18 4050 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 4051 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
4052 exist.
4053
b96dec83
LMI
4054 * info.el: Remove the `Info-beginning-of-buffer' function
4055 (bug#8325).
4056
b796c9b7
SM
4057 * net/network-stream.el (network-stream-open-starttls):
4058 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 4059
d90e2ea0
MR
40602011-08-01 Martin Rudalics <rudalics@gmx.at>
4061
4062 * window.el (display-buffer-in-window): Don't set dedicated status
4063 of window here (Bug#9215).
4064 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4065 (display-buffer-pop-up-side-window)
b796c9b7 4066 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 4067
cca09170
SM
40682011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4071 before binding generated-autoload-file.
4072
027b979c
DD
40732011-08-01 Deniz Dogan <deniz@dogan.se>
4074
4075 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4076
3c7ee4f3
MA
40772011-07-30 Michael Albinus <michael.albinus@gmx.de>
4078
4079 Sync with Tramp 2.2.2.
4080
4081 * net/trampver.el: Update release number.
4082
2cc8e51a
JL
40832011-07-30 Juri Linkov <juri@jurta.org>
4084
4085 * dired-aux.el (dired-touch-initial): Remove function.
4086 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4087 current time, and `default' to the last modification time of the
4088 current marked file (bug#6887).
4089
a514d856
JM
40902011-07-28 Jose E. Marchesi <jemarch@gnu.org>
4091
4092 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 4093 numeric argument to read-number (bug#9163).
a514d856 4094
8a7eddd7
MA
40952011-07-27 Michael Albinus <michael.albinus@gmx.de>
4096
4097 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4098 connection process, it could be nil.
4099
1ddd96f5
LL
41002011-07-27 Leo Liu <sdl.web@gmail.com>
4101
4102 Simplify url handling in rcirc-mode.
4103
4104 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4105 (rcirc-browse-url-at-mouse): Remove.
4106 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4107
b248a85d
AM
41082011-07-26 Alan Mackenzie <acm@muc.de>
4109
4110 Fontify bitfield declarations properly.
4111
4112 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4113 (c-symbol-chars): Now exported as a lang variable.
4114 (c-not-primitive-type-keywords): New lang variable.
4115
4116 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4117 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 4118 parsed as a bitfield declaration.
b248a85d 4119
b796c9b7
SM
4120 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4121 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
4122 (c-punctuation-in): New function.
4123 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4124 declarations properly.
4125
68575ab0
UJ
41262011-07-26 Ulf Jasper <ulf.jasper@web.de>
4127
4128 * calendar/icalendar.el (icalendar--all-events): Take care of
4129 multiple vcalendars in a single file.
b796c9b7 4130 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 4131
0f0a88b9
DD
41322011-07-25 Deniz Dogan <deniz@dogan.se>
4133
4134 * image.el (insert-image): Clarifying docstring.
4135
0b3f36df
MA
41362011-07-24 Michael Albinus <michael.albinus@gmx.de>
4137
4138 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4139 `tramp-send-command-and-check' if there is no error.
4140 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4141
a9901f61
AM
41422011-07-22 Alan Mackenzie <acm@muc.de>
4143
4144 Prevent cc-langs.elc being loaded at run time.
4145
4146 * progmodes/cc-mode.el: Remove two autoload forms which loaded
4147 cc-langs.
4148
4d61f28d 4149 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
4150 "(require 'cc-langs)". Quote a form so it will evaluate at
4151 (cc-mode's) compilation time.
4152
11d074b2
MA
41532011-07-22 Michael Albinus <michael.albinus@gmx.de>
4154
4155 * net/tramp.el (tramp-file-name-handler): Avoid recursive
4156 loading. (Bug#9114)
4157
938b94c8
MR
41582011-07-21 Martin Rudalics <rudalics@gmx.at>
4159
4160 * window.el (display-buffer-pop-up-window)
4161 (display-buffer-pop-up-side-window)
4162 (display-buffer-in-side-window): Call display-buffer-set-height
4163 and display-buffer-set-width after setting the new window's
b796c9b7 4164 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 4165
bfa4f190
SS
41662011-07-20 Sam Steingold <sds@gnu.org>
4167
4168 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4169 (etags-tags-included-tables): Call `convert-standard-filename' on
4170 the file names contained in TAGS so that windows Emacs can handle
4171 TAGS files created by cygwin ctags.
4172
8ca42262
LMI
41732011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4174
4175 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4176 which apparently didn't work.
4177
5db2afd2 41782011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 4179
5db2afd2
RW
4180 * proced.el (proced-send-signal): For *Marked Processes* buffer
4181 put point at beginning of buffer.
4182
92e15d10
SB
41832011-07-19 Stephen Berman <stephen.berman@gmx.net>
4184
4185 * proced.el (proced-format): Make header lines align with the text
4186 (bug#1779).
4187
1bfd59e5
LMI
41882011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4189
4190 * view.el (view-buffer): Allow running in `special' modes if we're
4191 visiting a file (bug#8615).
4192
f5aae37c
MR
41932011-07-19 Martin Rudalics <rudalics@gmx.at>
4194
4195 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
4196 (display-buffer-alist-set-1, display-buffer-alist-set-2):
4197 New functions.
f5aae37c
MR
4198 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4199 more accurately.
4200
bf2c1571
AM
42012011-07-18 Alan Mackenzie <acm@muc.de>
4202
4203 Fontify declarators properly when, e.g., a jit-lock chunk begins
4204 inside a declaration.
4205
4206 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4207
b796c9b7
SM
4208 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4209 New function.
bf2c1571
AM
4210 (c-complex-decl-matchers): Insert reference to
4211 c-font-lock-enclosing-decls.
4212
4213 * progmodes/cc-engine.el (c-backward-single-comment):
4214 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4215 to nil around calls to (forward-comment -1).
4216
4e190b80
LMI
42172011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4218
12dc863d
LMI
4219 * image.el (put-image): Doc typo fix.
4220
a762e966
LMI
4221 * progmodes/etags.el (tags-search): Doc typo fix.
4222
4e190b80
LMI
4223 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4224 password if we get errors 550 to 554.
4225
f019fb21
LMI
42262011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4227
b796c9b7 4228 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 4229
81746738
LMI
4230 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4231 indentation character (bug#6380).
4232
3ee3a1b5
LMI
4233 * files.el (buffer-offer-save): Made permanently local (bug#6241).
4234
c82f64de
LMI
4235 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4236 to clarify what the problem is (bug#4291).
4237
f019fb21
LMI
4238 * simple.el (current-kill): Clarify what
4239 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
4240 (auto-fill-mode): Document `auto-fill-function' in relation to
4241 `auto-fill-mode' (bug#2470).
f019fb21 4242
0794775d
LM
42432011-07-16 Lawrence Mitchell <wence@gmx.li>
4244
4245 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4246 method if slot is read-only (bug#9035).
4247
be39b8cc
MR
42482011-07-16 Martin Rudalics <rudalics@gmx.at>
4249
b796c9b7 4250 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 4251 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
4252 selected before, see discussion of (Bug#8615), (Bug#6954).
4253 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 4254
6ccf7859
GM
42552011-07-15 Glenn Morris <rgm@gnu.org>
4256
4257 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 4258 Respect help-form.
6ccf7859 4259
87e86684
LM
42602011-07-09 Lawrence Mitchell <wence@gmx.li>
4261
4262 * net/gnutls.el (gnutls-min-prime-bits): New variable.
4263 (gnutls-negotiate): Use it.
4264
d6066239
LMI
42652011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4266
b796c9b7
SM
4267 * net/gnutls.el (gnutls-negotiate):
4268 Upcase `gnutls-algorithm-priority'.
d6066239 4269
bd23ebc0
GM
42702011-07-15 Glenn Morris <rgm@gnu.org>
4271
c65bca65
GM
4272 * jka-compr.el (jka-compr-verbose): Move from here...
4273 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
4274 Add missing :version tag.
4275 * info.el: No need to require jka-compr when compiling.
bd23ebc0 4276
478615cc
LMI
42772011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4278
7b41decb
LMI
4279 * net/gnutls.el (gnutls-algorithm-priority): New variable.
4280 (gnutls-negotiate): Use it.
4281
dbc44fcd
LMI
4282 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4283
06789f97
LMI
4284 * info.el (Info-beginning-of-buffer): New command.
4285 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4286 announcing `b' as the key (bug#8325).
ab896c37 4287 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 4288
c39da690
LMI
4289 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4290
3aa5f34b
LMI
4291 * international/mule-cmds.el
4292 (describe-specified-language-support): Make the error message
4293 clearer (bug#8905).
4294
4bf0979f
LMI
4295 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4296
478615cc
LMI
4297 * isearch.el (isearch-barrier): Add a doc string, since it's
4298 mentioned in a function doc string (bug#8678).
4299
75c68aa1
MR
43002011-07-15 Martin Rudalics <rudalics@gmx.at>
4301
4302 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4303 buffer argument (Bug#9083) and self-identifying label argument.
4304
a7c33da2
GM
43052011-07-15 Glenn Morris <rgm@gnu.org>
4306
4307 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
4308
2f5c6024
LMI
43092011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4310
4311 * man.el (Man-fontify-manpage): Fix message when formatting the
4312 man page (bug#7929).
4313
0bb23927 43142011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
4315
4316 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4317 argument LRM; if non-nil, append an invisible LRM character to the
4318 buffer name.
4319 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4320 last argument non-nil, when formatting buffer names.
0bb23927
EZ
4321 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4322 paragraph direction.
cce4b0a7 4323
621ef9ab
LMI
43242011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4325
d1583c48
LMI
4326 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4327 the man page name (bug#7929).
4328
6a57fb5f
LMI
4329 * image.el (put-image): Mention the `put-image' overlay property
4330 (bug#7834).
4331
d7956b14
LMI
4332 * scroll-bar.el (set-scroll-bar-mode): Mention that
4333 `scroll-bar-mode' lists the values (bug#7772).
4334
5b2d4a66
LMI
4335 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4336 command (bug#7729).
4337
7509a874
LMI
4338 * rect.el (apply-on-rectangle): Return the point after the last
4339 operation.
4340 (string-rectangle): Go to the point after the last operation
4341 (bug#7522).
4342
4fe74b19
LMI
4343 * printing.el (pr-toggle-region): Clarify the documentation
4344 slightly (bug#7493).
4345
b796c9b7
SM
4346 * time.el (display-time-update):
4347 Allow `display-time-mail-function' to return nil (bug#7158).
4348 Fix suggested by Detlev Zundel.
ab283561 4349
fc233c9d
LMI
4350 * vc/diff.el (diff): Clarify the order the file names are read
4351 (bug#7111).
4352
43f5740b
LMI
4353 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4354 the doc string (bug#7015).
4355
f2182a76
LMI
4356 * font-lock.el (font-lock-maximum-decoration): Mention what
4357 numeric levels mean (bug#6935).
4358
621ef9ab
LMI
4359 * startup.el (initial-buffer-choice): Don't mention the `none'
4360 selection, which is against policy.
4361
adc47434
MR
43622011-07-14 Martin Rudalics <rudalics@gmx.at>
4363
b796c9b7
SM
4364 * window.el (display-buffer-normalize-special):
4365 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 4366
7e5bfb8f
EZ
43672011-07-14 Eli Zaretskii <eliz@gnu.org>
4368
4369 * subr.el (version<, version<=, version=): Mention "-CVS" and
4370 "-12345" alpha version numbers.
4371
27fa387a
CY
43722011-07-14 Chong Yidong <cyd@stupidchicken.com>
4373
4374 * bindings.el: Add advertised binding for set-mark-command
4375 (Bug#5772).
4376
8bdfa064
CY
43772011-07-14 Chong Yidong <cyd@stupidchicken.com>
4378
4379 * bindings.el (mode-line-other-buffer):
4380 * bookmark.el (bookmark-bmenu-2-window):
4381 * bs.el (bs-cycle-next, bs-cycle-previous):
4382 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4383 switch-to-buffer.
4384
4385 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 4386 Delete.
8bdfa064 4387
5eba16a3
JB
43882011-07-14 Juanma Barranquero <lekktu@gmail.com>
4389
4390 * follow.el (follow-debug-message, follow-redisplay):
4391 * jka-cmpr-hook.el (with-auto-compression-mode):
4392 Fix typos in docstrings.
4393
15853710
LMI
43942011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4395
a28e4607
LMI
4396 * subr.el (with-silent-modifications): Clarify somewhat what the
4397 macro inhibits (bug#6525).
4398
15853710
LMI
4399 * simple.el (eval-expression): Note what it does if called
4400 interactively (bug#6495).
4401
bee0fcef
CY
44022011-07-13 Chong Yidong <cyd@stupidchicken.com>
4403
b796c9b7
SM
4404 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4405 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
4406
4407 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4408 Remove switch-to-buffer.
4409
58274504
LMI
44102011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4411
bd2fcc8d
LMI
4412 * files.el (make-directory): Clarify that an error will be raised
4413 if there's an error (bug#6397).
4414
0f04b32c
LMI
4415 * startup.el (initial-buffer-choice): Add `none' as a choice
4416 (bug#6234).
4417
465c5fc8
LMI
4418 * subr.el (add-hook): Clarify section about buffer-local hooks
4419 (bug#6218).
4420
58274504
LMI
4421 * dired.el (dired-flagged): Clarify doc string (bug#6117).
4422
bead9a43
JB
44232011-07-13 Juanma Barranquero <lekktu@gmail.com>
4424
4425 * tabify.el (untabify): Preserve the current column so that point
4426 doesn't move (bug#6032).
4427
3af98a7b
LMI
44282011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4429
b796c9b7
SM
4430 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4431 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 4432
6240145a
GM
44332011-07-13 Glenn Morris <rgm@gnu.org>
4434
4435 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
4436 (dired-insert-directory): Give a message the first time
4437 if ls is found not to support --dired.
4438
1d8c2ccc
LMI
44392011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4440
4441 * simple.el (toggle-truncate-lines): Clarify what is toggled
4442 (bug#5580). Text by Drew Adams.
4443
5fc4038e
CY
44442011-07-13 Chong Yidong <cyd@stupidchicken.com>
4445
4446 * simple.el (blink-matching-open): Make the error message from the
4447 last change less verbose.
4448
bf6012e5
DN
44492011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4450
4451 * font-lock.el (font-lock-comment-face): Use the high contrast
4452 "yellow" color for font-lock-comment-face on low color terminals
4453 using a dark background color (bug#4221).
4454
343c3b5a
LMI
44552011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4456
7e9505c5
LMI
4457 * dired.el (dired-insert-set-properties): Make the doc string
4458 reflect what it does now (bug#5325).
4459
c26fdcf5
LMI
4460 * simple.el (blink-matching-open): Say that we were unable to find
4461 the match within the limit, if we're limited (bug#5122).
4462
bb388cc5
LMI
4463 * international/mule-cmds.el (prefer-coding-system): Add an
4464 example (bug#4869).
4465
343c3b5a
LMI
4466 * progmodes/etags.el (tags-search): Document `file-list-form'
4467 (bug#4731).
4468
2a517d45
LM
44692011-07-13 Lawrence Mitchell <wence@gmx.li>
4470
4471 * net/browse-url.el (browse-url-default-browser)
4472 (browse-url-browser-function): Make the default browser choice a
4473 bit more logical (bug#4300). Also clean up the doc string.
4474
b6c78ef2
JB
44752011-07-13 Juanma Barranquero <lekktu@gmail.com>
4476
4477 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4478 binary endings (bug#4440).
4479
1c4dd947
LMI
44802011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4481
a2014063
LMI
4482 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4483 which can be pretty annoying (bug#8971).
4484
9c9c2d88
LMI
4485 * jka-compr.el (jka-compr-verbose): New variable, and use
4486 throughout (bug#8971).
4487
1c4dd947
LMI
4488 * info.el (Info-find-file): Fall back on the installation
4489 directory if we can't find the info node anywhere else.
4490
a1c9f41b
SO
44912011-07-13 Sergei Organov <osv@javad.com> (tiny change)
4492
4493 * vc/vc.el (vc-revert-file):
4494 Don't set file time-stamp in the past. (Bug#5181)
4495
536f3d36
LMI
44962011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4497
7152b011
LMI
4498 * files.el (after-find-file): Give a better error message when
4499 trying to find a symlink that points to a file that doesn't exist
4500 (bug#4398).
4501
536f3d36
LMI
4502 * progmodes/cc-vars.el: Remove (probably) misleading comment
4503 (bug#4396).
4504
460c0fba
JB
45052011-07-12 Johan Bockgård <bojohan@gnu.org>
4506
4507 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4508
7a6bda45
CY
45092011-07-12 Chong Yidong <cyd@stupidchicken.com>
4510
4511 * mouse-sel.el: Hack restoring functionality, while keeping
4512 compatibility with 2010-07-03 changes to mouse selection.
4513 (mouse-sel-primary-overlay): New var.
4514 (mouse-sel-selection-alist): Use it.
4515 (mouse-sel-mode): Doc fix; remove points that are default features
4516 of mouse.el.
4517
c79598ef
JB
45182011-07-12 Johan Bockgård <bojohan@gnu.org>
4519
4520 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4521 Fix previous fix (bug#2490).
4522
ff8be6ef
RW
45232011-07-12 Roland Winkler <winkler@gnu.org>
4524
b796c9b7
SM
4525 * textmodes/bibtex.el (bibtex-initialize):
4526 Use pop-to-buffer-same-window.
ff8be6ef
RW
4527 (bibtex-search-entries): Fix interactive call.
4528
296ba3ee
LMI
45292011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4530
f5242a02 4531 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
4532 Fontise bytecomp Error lines more correctly (bug#2490).
4533 Fix suggested by Johan Bockgård.
f5242a02 4534
296ba3ee
LMI
4535 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4536
4537 * dired-x.el (dired-guess-default): Use `delete-dups'.
4538
f69fd0d2
CY
45392011-07-12 Chong Yidong <cyd@stupidchicken.com>
4540
4541 * dired.el (dired-mark-prompt):
4542 * dired-aux.el (dired-read-shell-command): Doc fix.
4543
eab5dc07
LMI
45442011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4545
b796c9b7
SM
4546 * mail/sendmail.el (sendmail-query-once):
4547 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
4548 emacs -Q.
4549
4550 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4551
eab5dc07
LMI
4552 * cus-edit.el (custom-file): Take an optional no-error variable.
4553 (customize-save-variable): Set the variable, and give a warning if
4554 running under "emacs -q".
4555
a1e65d42
JB
45562011-07-11 Juanma Barranquero <lekktu@gmail.com>
4557
4558 * loadhist.el (unload-feature-special-hooks):
4559 Add `auto-coding-functions', `fill-nobreak-predicate' and
4560 `find-directory-functions' (bug#5327).
4561
1d52da10
LMI
45622011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4563
be958f1d
LMI
4564 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4565
5bedb26c
LMI
4566 * cus-edit.el (custom-guess-name-alist): -alist variables should
4567 use the `alist' type (bug#3120). Suggested by Drew Adams.
4568
1d52da10
LMI
4569 * printing.el: Add documentation to all the `pr-toggle-' commands.
4570
cd394be1 45712011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
4572
4573 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4574 backends where it makes sense (bug#2623).
4575
dcc88d8a
LMI
45762011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4577
c3de9feb
LMI
4578 * dired-x.el (dired-guess-default): Remove duplicate shell command
4579 entries (bug#2028).
8a93078b 4580 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 4581 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 4582
dcc88d8a
LMI
4583 * subr.el (remove-duplicates): New conveniency function.
4584
505e3645
LMI
45852011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4586
4587 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4588 (bug#1526).
4589
45902011-07-10 Martin Rudalics <rudalics@gmx.at>
4591
4592 * window.el (display-buffer-normalize-default): Don't invert
4593 meaning of even-window-heights. Reported by Eli Zaretskii
4594 <eliz@gnu.org>.
4595
455e4fa1
BR
45962011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
4597
4598 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4599
8e0bc3e9
CY
46002011-07-10 Chong Yidong <cyd@stupidchicken.com>
4601
4602 * window.el (display-buffer): Fix arguments to
4603 display-buffer-reuse-window in last change.
4604
fa7c3228
CY
4605 * faces.el (link): Use a less saturated blue on light backgrounds.
4606
4607 * startup.el (fancy-startup-text, fancy-about-text)
4608 (fancy-startup-tail): Use font-lock faces, for background safety.
4609
c0a7f300
BN
46102011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
4611
b796c9b7
SM
4612 * emulation/viper-cmd.el (viper-change-state-to-vi):
4613 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 4614
4dc2a129
MR
46152011-07-09 Martin Rudalics <rudalics@gmx.at>
4616
4617 * window.el (display-buffer-default-specifiers): Remove.
4618 (display-buffer-macro-specifiers): Remove default specifiers.
4619 (display-buffer-alist): Default to nil.
b796c9b7 4620 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
4621 (display-buffer-pop-up-window): Allow splitting internal
4622 windows. Check whether a live window was created.
4623 (display-buffer-other-window-means-other-frame)
4624 (display-buffer-normalize-arguments): Rename to
4625 display-buffer-normalize-argument and rewrite. Set the
4626 other-window specifier.
4627 (display-buffer-normalize-special): New function.
4628 (display-buffer-normalize-options): Rename to
4629 display-buffer-normalize-default and rewrite.
4630 (display-buffer-normalize-options-inhibit): Remove.
4631 (display-buffer-normalize-specifiers): Rewrite.
4632 (display-buffer): Process other-window specifier and call
4633 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
4634 more faithfully.
b796c9b7 4635 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 4636 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
4637 (display-buffer-in-window, display-buffer-alist-set):
4638 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
4639 <tassilo@member.fsf.org>.
4640
2d43b8c9
LL
46412011-07-09 Leo Liu <sdl.web@gmail.com>
4642
4643 * register.el (insert-register): Restore accidental change on
4644 2011-06-26. (Bug#9028)
4645
7f9b7c53
GM
46462011-07-09 Glenn Morris <rgm@gnu.org>
4647
4648 * subr.el (remq): Handle the empty list. (Bug#9024)
4649
f042cfd8
AS
46502011-07-08 Andreas Schwab <schwab@linux-m68k.org>
4651
4652 * mail/sendmail.el (send-mail-function): No longer delay custom
4653 initialization.
4654 * custom.el (custom-initialize-delay): Doc fix.
4655
856b2f11
SM
46562011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4657
4658 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
4659
afae1d68
MA
46602011-07-08 Michael Albinus <michael.albinus@gmx.de>
4661
4662 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
4663 human-friendly prompt.
4664
0757af94
SM
46652011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
4668 provided by a particular plugin.
4669
d760b731
LMI
46702011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4671
4672 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
4673 save customizations (with "emacs -Q"), just set the variable
4674 instead of erroring out.
4675
4676 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4677
cd79ce90
JL
46782011-07-08 Juri Linkov <juri@jurta.org>
4679
4680 * arc-mode.el (archive-zip-expunge, archive-zip-update)
4681 (archive-zip-update-case): Use 7z if found by `executable-find'.
4682 The order of searching the available programs is the same as in
4683 `archive-zip-extract' (bug#8968).
4684
14cc04aa
CY
46852011-07-07 Chong Yidong <cyd@stupidchicken.com>
4686
4687 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
4688 (menu-bar-options-menu): Tweak descriptions.
4689
0a1848ec
LMI
46902011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4691
4692 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
4693 menu items into verb phrases (bug#1421). Also refill to fit under
4694 80 columns.
4695
f5bd0689
CY
46962011-07-07 Chong Yidong <cyd@stupidchicken.com>
4697
538e85c6
CY
4698 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
4699 (Info-read-node-name): Doc fix (Bug#1084).
4700
f5bd0689
CY
4701 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
4702 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
4703 (end-of-sexp, beginning-of-sexp)
4704 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
4705 (forward-symbol, forward-same-syntax, word-at-point)
4706 (sentence-at-point): Doc fix (Bug#1144).
4707
56ec5115
LMI
47082011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4709
f3f8e37f
LMI
4710 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
4711 should cover it (bug#1281).
4712
0757af94 4713 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 4714
e9fce1ac 4715 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
4716 negotiation fails, then possibly try again with a non-encrypted
4717 connection (bug#9017).
4718
56ec5115
LMI
4719 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
4720 be used.
4721
c2f9aec8
RS
47222011-07-07 Richard Stallman <rms@gnu.org>
4723
4724 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
4725 property, and handle its changed format.
4726 Look for the correct line number.
4727 Use file's line contents (but not past first =) to find
4728 correct line in message.
4729
ef7b981d 47302011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
4731
4732 * international/characters.el (build-unicode-category-table):
4733 Delete it.
0757af94 4734 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 4735
0757af94 4736 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
4737 to src/chartab.c.
4738 (get-char-code-property): Call unicode-property-table-internal to
4739 load a file. Call get-unicode-property-internal where necessary.
4740 (put-char-code-property): Call unicode-property-table-internal to
4741 load a file. Call put-unicode-property-internal where necessary.
4742 put-unicode-property-internal where necessary.
0757af94
SM
4743 (char-code-property-description):
4744 Call unicode-property-table-internal to load a file.
c805dec0
KH
4745
4746 * international/charprop.el:
4747 * international/uni-bidi.el:
4748 * international/uni-category.el:
4749 * international/uni-combining.el:
4750 * international/uni-comment.el:
4751 * international/uni-decimal.el:
4752 * international/uni-decomposition.el:
4753 * international/uni-digit.el:
4754 * international/uni-lowercase.el:
4755 * international/uni-mirrored.el:
4756 * international/uni-name.el:
4757 * international/uni-numeric.el:
4758 * international/uni-old-name.el:
4759 * international/uni-titlecase.el:
4760 * international/uni-uppercase.el: Regenerate.
4761
4762 * loadup.el: Load international/charprop.el before
4763 international/characters.
4764
e14b388a
CY
47652011-07-07 Chong Yidong <cyd@stupidchicken.com>
4766
4767 * window.el (next-buffer, previous-buffer): Signal an error if
4768 called from a minibuffer window.
4769
4770 * bindings.el: Revert 2011-07-04 change.
4771
354cf0ba
RS
47722011-07-06 Richard Stallman <rms@gnu.org>
4773
4774 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
4775 (rmail-mime-insert-bulk, rmail-mime-insert-text):
4776 Treat markers like ints.
4777 (rmail-mime-entity): Doc fix.
4778
a48868a7
LMI
47792011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4780
4906cd3d
LMI
4781 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
4782 defcustom again for backwards compatibility.
4783
e0457abe
LMI
4784 * simple.el (shell-command-on-region): Fill.
4785
d67f7e1f
LMI
4786 * dired-aux.el (dired-kill-line): Add a doc string.
4787
fe204702
LMI
4788 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
4789 to "\\sw\\|\\s_" (bug#358).
4790
a48868a7
LMI
4791 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
4792 (dired-unmark-backward): Ditto.
4793 (dired-flag-backup-files): Ditto.
4794
4795 * dired-x.el (dired-mark-sexp): Ditto.
4796
aa8a705c
RS
47972011-07-06 Richard Stallman <rms@gnu.org>
4798
4799 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
4800 (rmail-mime-entity): New arg TRUNCATED.
4801 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
4802 New functions.
4803 (rmail-mime-save): Warn if entity is truncated.
4804 (rmail-mime-toggle-hidden): Likewise, for showing.
4805 (rmail-mime-process-multipart): Record when an entity is truncated.
4806
a9a936b9
RS
4807 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
4808 if ENTITY is a string.
4809
1f2b92cb
LMI
48102011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4811
f4f73198 4812 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
4813 of faces when `M-C-x'-ing their definitions (bug#8378).
4814 Also clean up the code slightly.
f4f73198 4815
12b16734 4816 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 4817 because that makes the colors go away.
12b16734 4818
f0691d22
LMI
4819 * mail/sendmail.el (send-mail-function): Change the default to
4820 `sendmail-query-once'.
9e87df06 4821 (sendmail-query-once): Add an autoload cookie.
f0691d22 4822
1f2b92cb
LMI
4823 * net/network-stream.el (network-stream-open-starttls): Try using
4824 a plain connection even if the server offered STARTTLS, and we
4825 kinda wanted to use it, if Emacs doesn't have any STARTTLS
4826 capability. This should make smtpmail.el work in slightly more
4827 configurations.
4828
1cdd2a1b
MA
48292011-07-06 Michael Albinus <michael.albinus@gmx.de>
4830
4831 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4832 New defun.
4833 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
4834
fbcc67e2
MM
48352011-07-06 Michael R. Mauger <mmaug@yahoo.com>
4836
4837 * progmodes/sql.el: Version 3.0
0757af94 4838 (sql-product-alist): Add product :completion-object,
fbcc67e2 4839 :completion-column, and :statement attributes.
0757af94 4840 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 4841 (sql-mode-syntax-table): Mark all punctuation.
0757af94 4842 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
4843 ansi keywords.
4844 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 4845 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
4846 (sql-oracle-show-reserved-words): New function for development.
4847 (sql-product-font-lock): Simplify for source code buffers.
4848 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
4849 New functions.
4850 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
4851 (sql-mode-map): Add statement movement functions.
4852 (sql-ansi-statement-starters, sql-oracle-statement-starters):
4853 New variable.
fbcc67e2
MM
4854 (sql-statement-regexp, sql-beginning-of-statement)
4855 (sql-end-of-statement, sql-signum): New functions.
0757af94 4856 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
4857 (sql-show-sqli-buffer): Bug fix.
4858 (sql-interactive-mode): Store connection data as buffer local.
0757af94 4859 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
4860 with sql-interactive-mode.
4861 (sql-save-connection): Save buffer local settings.
0757af94 4862 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
4863 (sql-product-interactive): Bug fix.
4864 (sql-preoutput-hold): New variable.
4865 (sql-interactive-remove-continuation-prompt): Bug fixes.
4866 (sql-debug-redirect): New variable.
4867 (sql-str-literal): New function.
4868 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 4869 Redesign.
fbcc67e2
MM
4870 (sql-oracle-save-settings, sql-oracle-restore-settings)
4871 (sql-oracle-list-all, sql-oracle-list-table): New functions.
4872 (sql-completion-object, sql-completion-column)
4873 (sql-completion-sqlbuf): New variables.
4874 (sql-build-completions-1, sql-build-completions)
4875 (sql-try-completion): New functions.
4876 (sql-read-table-name): Use them.
4877 (sql-contains-names): New buffer local variable.
4878 (sql-list-all, sql-list-table): Use it.
4879 (sql-oracle-completion-types): New variable.
4880 (sql-oracle-completion-object, sql-sqlite-completion-object)
4881 (sql-postgres-completion-object): New functions.
4882
d4eaeab1
GM
48832011-07-06 Glenn Morris <rgm@gnu.org>
4884
4885 * window.el (pop-to-buffer): Doc fix.
4886
322b7dab 48872011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
4888
4889 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
4890
322b7dab 48912011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 4892
322b7dab 4893 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 4894
322b7dab 4895 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 4896
605dd5bf
CY
48972011-07-05 Chong Yidong <cyd@stupidchicken.com>
4898
4899 * button.el (button): Inherit from link face. Suggested by Dan
4900 Nicolaescu.
4901
7dbfa719
SM
49022011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4903
3db614b0
SM
4904 * progmodes/gdb-mi.el: Fit in 80 columns.
4905 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
4906 switch-to-buffer.
4907
7dbfa719
SM
4908 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
4909 if imenu is simply not configured (bug#8941).
4910
919d884a
KM
49112011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
4912
4913 * allout.el (allout-post-undo-hook): New allout outline-change
4914 event hook to signal undo activity.
4915 (allout-post-command-business): Run allout-post-undo-hook if an
4916 undo just occurred.
7dbfa719
SM
4917 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
4918 * allout-widgets.el (allout-widgets-after-undo-function):
4919 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
4920 in the vicinity of an undo.
4921 (allout-widgets-mode): Include allout-widgets-after-undo-function
4922 on the new allout-post-undo-hook.
4923
450a0f09
SM
49242011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4925
4926 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
4927 Let define-derived-mode define it.
4928 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
4929 cycles of abbrev-table inheritance (bug#8998).
4930
2de69e00
RW
49312011-07-05 Roland Winkler <winkler@gnu.org>
4932
4933 * textmodes/bibtex.el: Add support for biblatex.
4934 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
4935 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
4936 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
4937 (bibtex-entry-alist, bibtex-field-alist): New variables.
4938 (bibtex-entry-field-alist): Obsolete alias for
4939 bibtex-BibTeX-entry-alist.
4940 (bibtex-entry-alist, bibtex-field-alist): New widgets.
4941 (bibtex-set-dialect): New command.
4942 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
4943 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
4944 Bind via bibtex-set-dialect.
2de69e00
RW
4945 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
4946 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
4947 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
4948 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
4949 Define via bibtex-set-dialect.
450a0f09
SM
4950 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
4951 Obey bibtex-no-opt-remove-re.
2de69e00
RW
4952 (bibtex-vec-push, bibtex-vec-incr): New functions.
4953 (bibtex-format-entry, bibtex-field-list)
4954 (bibtex-print-help-message, bibtex-validate)
4955 (bibtex-search-entries): Use new format of bibtex-entry-alist.
4956
2dcdbdd9
SM
49572011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4958
4959 * progmodes/compile.el (compilation-goto-locus):
4960 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4961 * bs.el (bs-cycle-next, bs-cycle-previous):
4962 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
4963 * bindings.el (mode-line-other-buffer):
4964 * autoinsert.el (auto-insert):
4965 * arc-mode.el (archive-extract):
4966 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
4967
b27640fe
JB
49682011-07-05 Juanma Barranquero <lekktu@gmail.com>
4969
4970 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
4971 Fix check of `emacs-lock-unlockable-modes'.
4972 Coerce true values of `emacs-lock--try-unlocking' to t.
4973
53bbe3ad
JB
49742011-07-05 Juanma Barranquero <lekktu@gmail.com>
4975
4976 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
4977 * emacs-lock.el: New file.
4978
1d3cdbc7
JD
49792011-07-05 Julien Danjou <julien@danjou.info>
4980
4981 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
4982 than `boundp' to check if face is set.
4983
9173deec
JB
49842011-07-05 Juanma Barranquero <lekktu@gmail.com>
4985
4986 * register.el (registerv-make):
4987 * window.el (window-min-height): Fix typos in docstrings.
4988
869795d6
JD
49892011-07-05 Jan Djärv <jan.h.d@swipnet.se>
4990
9173deec 4991 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
4992 Update doc string.
4993
b768cdcd
JB
49942011-07-04 Juanma Barranquero <lekktu@gmail.com>
4995
4996 * server.el (server-execute): Catch quit and call
4997 `server-return-error' to pass the error back to emacsclient and
4998 close the connection (bug#8942).
4999
13aa217b
KM
50002011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
5001
5002 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5003 insecure exception for current topic. Also note that auto-saves
5004 are handled differently.
5005
5006 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5007 State variables for tracking auto-save inhibition situation.
5008
5009 (allout-write-contents-hook-handler): Rename from
5010 'allout-write-file-hook-handler', and describe how it depends on
5011 write-contents-functions sensitivity to non-nil value to prevent
5012 file write.
5013
5014 (allout-auto-save-hook-handler): Remove. auto-save does not check
5015 this in individual buffers, only in the starting buffer, so this
5016 is not the right way for us to inhibit auto-save in a buffer
5017 according to its condition.
5018
5019 (allout-mode): Use new allout-write-contents-hook-handler, and
5020 only with write-contents-functions. Remove auto-save provisions -
5021 they're implemented elsewhere.
5022
5023 (allout-before-change-handler): If undo is in progress, note that
5024 for attention of allout-post-command-business.
5025
5026 (allout-post-command-business): If the command we're following was
5027 an undo, check for change in the status of encrypted items and
5028 adjust auto-save inhibitions accordingly.
5029
5030 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5031 according to whether there are or aren't any plain-text topics
5032 pending encryption.
5033
2dcdbdd9 5034 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
5035 Adjust buffer-saved-size and some allout state to inhibit auto-saves
5036 if there are plain-text topics pending encryption.
13aa217b
KM
5037
5038 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5039 buffer-saved-size and some allout state to not inhibit auto-saves
5040 if there are no longer any plain-text topics pending encryption.
5041
0757af94
SM
5042 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5043 No longer provide for exemption of the current topic.
13aa217b 5044
ac89b32c
JL
50452011-07-04 Juri Linkov <juri@jurta.org>
5046
5047 Add 7z operations to delete and save changed members (bug#8968).
5048 * arc-mode.el (archive-7z-expunge, archive-7z-update):
5049 New defcustoms.
5050 (archive-7z-write-file-member): New function.
5051 (archive-7z-summarize): Fix the number of dashes in the
5052 listing output.
5053
8fa39615
SM
50542011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5055
5056 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5057 (bug#8958).
5058
2f11b3f1
CY
50592011-07-04 Chong Yidong <cyd@stupidchicken.com>
5060
d66fef2b
CY
5061 * bindings.el: Ignore next-buffer and previous-buffer in
5062 minibuffer-local-map.
5063
2f11b3f1
CY
5064 * font-lock.el (font-lock-builtin-face): Change light background
5065 color to dark slate blue (Bug#6693).
5066
f932a347
WD
50672011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5068
5069 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5070
c8af70e1
SM
50712011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5074 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5075 Add switch-to-buffer.
5076
f158badc
LMI
50772011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5078
5079 * isearch.el (isearch-search-fun-function): Clarify further the
5080 meaning of the function returned.
5081
6d95bd46
MA
50822011-07-04 Michael Albinus <michael.albinus@gmx.de>
5083
5084 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5085
5086 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5087 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5088 Use it.
5089 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
5090 `tramp-default-remote-path' does not exist.
5091 (tramp-send-command-and-read): New optional argument NOERROR.
5092 (tramp-open-connection-setup-interactive-shell)
5093 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5094 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5095 (tramp-process-sentinel): Flush also process' connection property.
5096 (tramp-sh-handle-start-file-process): Do not set process
5097 sentinel. It is done now ...
5098 (tramp-maybe-open-connection): ... here. (Bug#8929)
5099
909e6b67
MK
51002011-07-04 MON KEY <monkey@sandpframing.com>
5101
5102 * play/animate.el (animate-string): Doc fixes and allow changing
5103 the buffer name (bug#5417).
5104
51052011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5106
c8af70e1 5107 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 5108
f34755dc
PE
51092011-07-04 Paul Eggert <eggert@cs.ucla.edu>
5110
396cec72
PE
5111 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5112 This is simpler and helps future-proof the code.
5113 (timer-until): Use time-subtract and float-time.
08235028 5114 (timer--time-less-p): Use time-less-p.
f34755dc 5115
56e6cc31
JB
51162011-07-04 Juanma Barranquero <lekktu@gmail.com>
5117
3abb79e5
JB
5118 * type-break.el (timep): Use the value of `float-time' to avoid a
5119 byte-compiler warning.
5120
56e6cc31
JB
5121 * server.el (server-eval-and-print): Return any result, even nil.
5122
7b9430b4
PE
51232011-07-03 Paul Eggert <eggert@cs.ucla.edu>
5124
5125 * type-break.el: Accept time formats that the builtins accept.
5126 (timep, type-break-time-difference): Accept any format that
5127 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5128 This is simpler and helps future-proof the code.
5129 (type-break-time-difference): Round rather than ignoring
5130 subseconds components.
5131
3034e9e7
LMI
51322011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5133
5134 * info.el (Info-apropos-matches): Make non-interactive, since it
5135 doesn't seem to do anything useful as a command (bug#8829).
5136
1485f4c0
CY
51372011-07-03 Chong Yidong <cyd@stupidchicken.com>
5138
5139 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 5140 Move from faces.el.
1485f4c0
CY
5141 (frame-default-terminal-background): New function.
5142
5143 * custom.el (custom-push-theme): Don't record faces in `changed'
5144 theme; this doesn't work correctly for per-frame face settings.
5145 (disable-theme): Use face-set-after-frame-default to reset faces.
5146 (custom--frame-color-default): New function.
5147
9fa3dd45
LMI
51482011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5149
c8af70e1 5150 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
5151 (bug#8769).
5152
6cbbc20c
KR
51532011-03-29 Kevin Ryde <user42@zip.com.au>
5154
5155 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5156 `perl-Test2' extend to match possible "fail #N" rep count
5157 (bug#8377).
5158
c7f98048
LMI
51592011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5160
65676592
LMI
5161 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5162 `smtpmail-via-smtp' now returns the error instead of nil.
5163
c7f98048
LMI
5164 * isearch.el (isearch-search-fun-function): Clarify the doc string
5165 (bug#8101).
5166
56e6cc31 51672011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
5168
5169 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5170 unnecessary spaces (bug#8987).
5171
2b216704
LMI
51722011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5173
5174 * net/network-stream.el (open-network-stream): Use the
5175 :end-of-capability command thoughout.
5176
51772011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5178
5179 * net/network-stream.el (open-network-stream): Add the
5180 :end-of-capability command parameter, used by pop3.el.
5181
36adf6ce
LMI
51822011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5183
1ca0da0e
LMI
5184 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5185
fc00f69c
LMI
5186 * fringe.el (fringe-query-style): Remove redundant text " (type ?
5187 for list)" (bug#6475).
5188
28fd8759 5189 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 5190 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
5191 an error (bug#6297).
5192
0dd8b6da
LMI
5193 * man.el (Man-reference-regexp): Allow matching possible
5194 word-wrapped references (bug#6289).
5195
ce1438d6
LMI
5196 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5197 for consistency with the other vc buffers (bug#6197).
5198 (vc-checkin): Ditto.
5199
5200 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5201
36adf6ce
LMI
5202 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5203
e83cc1f7
LMI
52042011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5205
8a20ca4c
LMI
5206 * custom.el (defcustom): Clarify that :set is only used in the
5207 Customize user interface (bug#6089).
5208
83319045
LMI
5209 * progmodes/flymake.el (flymake-mode): If the buffer isn't
5210 associated with a file, refuse to run instead of erroring out
5211 (bug#6084).
5212
a8392169
LMI
5213 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5214 the doc string, since it appears that using `fill-column' always
5215 controls the width (bug#7845).
5216
e83cc1f7
LMI
5217 * simple.el (shell-command-on-region): Say where the error output
5218 went if `shell-command-default-error-buffer' is set (bug#6857).
5219
e47ca23b
KM
52202011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
5221
5222 * allout.el (allout-yank-processing): Adjust cursor position for
5223 backwards-deleted space.
5224
5225 (allout-rebullet-heading): Register changes with
5226 allout-exposure-changed-hook, so the modified topic is properly
5227 decorated.
5228
5cf56143
LMI
52292011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5230
08549772
LMI
5231 * minibuffer.el (completion-in-region): Document PREDICATE
5232 (bug#7136).
5233
48e96771
LMI
5234 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5235 of keyword/argument pairs (bug#6904).
5236
c8af70e1
SM
5237 * replace.el (multi-occur):
5238 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 5239
e17d05e2
LMI
52402011-07-02 Drew Adams <drew.adams@oracle.com>
5241
5242 * dired.el (dired-mark-if): Make the message about whether it's
5243 marking or unmarking clearer (bug#8523).
5244
063b0e45
LMI
52452011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5246
5247 * disp-table.el (display-table-print-array): New function.
5248 (describe-display-table): Use it to print the vectors more pretty
5249 (Bug#8859).
5250
28545e04
MR
52512011-07-02 Martin Rudalics <rudalics@gmx.at>
5252
5253 * window.el (window-state-get-1): Don't assign clone numbers.
5254 Add clone-of item to list of window parameters.
5255 (window-state-put-2): Don't process clone numbers.
5256 (display-buffer-alist): Fix doc-string.
5257
3349e122
SM
52582011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * subr.el (remq): Don't allocate if it's not needed.
5261 (keymap--menu-item-binding, keymap--menu-item-with-binding)
5262 (keymap--merge-bindings): New functions.
5263 (keymap-canonicalize): Use them to refine the canonicalization.
5264 * minibuffer.el (minibuffer-local-completion-map)
5265 (minibuffer-local-must-match-map): Move initialization from C.
5266 (minibuffer-local-filename-completion-map): Move initialization from C;
5267 don't inherit from anything here.
5268 (minibuffer-local-filename-must-match-map): Make obsolete.
5269 (completing-read-default): Use make-composed-keymap to combine
5270 minibuffer-local-filename-completion-map with either
5271 minibuffer-local-must-match-map or
5272 minibuffer-local-filename-completion-map.
5273
d224ac83
GM
52742011-07-01 Glenn Morris <rgm@gnu.org>
5275
3de63bf8
GM
5276 * type-break.el (type-break-time-sum): Use dolist.
5277
d224ac83
GM
5278 * textmodes/flyspell.el (flyspell-word-search-backward):
5279 Replace CL function.
5280
1a1e3f32
SM
52812011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5282
fe3f64d5
SM
5283 * mouse.el (mouse--strip-first-event): New function.
5284 (function-key-map): Use it to map fringe clicks to normal clicks
5285 by default.
5286
eb604e34
SM
5287 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5288 (vc-bzr-revision-completion-table): Add support for annotate and date.
5289
1a1e3f32
SM
5290 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5291 inherit from parent.
5292
5bd35902
LMI
52932011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5294
ace6c69c 5295 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 5296 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 5297
191e2bed
LMI
5298 * dired.el (dired-mode): Fix up the doc string as suggested by
5299 Drew Adams (bug#8817).
5300
5bd35902
LMI
5301 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5302 cookie, since the manual says that it should be possible to add
5303 this function to `find-file-hook' (bug#8709).
5304
eee8207a
TZ
53052011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5306
5307 * progmodes/cfengine.el: Moved all cfengine3.el functionality
5308 here. Noted Ted Zlatanov as the maintainer.
5309 (cfengine-common-settings, cfengine-common-syntax): New functions
5310 to set up common things between `cfengine-mode' and
5311 `cfengine3-mode'.
5312 (cfengine3-mode): New mode.
5313 (cfengine3-defuns cfengine3-defuns-regex
5314 (cfengine3-class-selector-regex cfengine3-category-regex)
5315 (cfengine3-vartypes cfengine3-font-lock-keywords)
5316 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 5317 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 5318
36b148cf
MA
53192011-07-01 Michael Albinus <michael.albinus@gmx.de>
5320
5321 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5322
5323 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5324
0bf4ba9a
MR
53252011-07-01 Martin Rudalics <rudalics@gmx.at>
5326
5327 * window.el (same-window-buffer-names, same-window-regexps)
5328 (same-window-p, special-display-frame-alist)
5329 (special-display-popup-frame, special-display-function)
5330 (special-display-buffer-names, special-display-regexps)
5331 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5332 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5333 (split-window-preferred-function, split-height-threshold)
5334 (split-width-threshold, even-window-heights)
5335 (display-buffer-mark-dedicated, window-splittable-p)
5336 (split-window-sensibly, window-safely-shrinkable-p):
5337 Un-obsolete.
5338 (display-buffer): Don't spread args with function specifier
5339 because special-display-popup-frame won't like it.
5340
35837f51
PE
53412011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5342
d0672f86
PE
5343 Time-stamp simplifications and fixes.
5344 These improve accuracy slightly, and future-proof the code
5345 against some potential changes to current-time format.
5346
b9444d97
PE
5347 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5348 by using time-since and float-time.
5349
0ef923dc
PE
5350 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5351 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
5352 + NNN microseconds".
5353
2f81380d
PE
5354 * type-break.el (type-break-time-sum): Rewrite using time-add.
5355
845b5c3e
PE
5356 * play/hanoi.el (hanoi-current-time-float): Remove.
5357 All uses replaced by float-time.
5358
ee6f1be0
PE
5359 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5360 This yields a more-accurate answer.
5361 (rng-time-to-float): Remove; no longer needed.
5362
fe955043
PE
5363 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5364
5777162a
PE
5365 * calendar/timeclock.el (timeclock-seconds-to-time):
5366 Defalias to seconds-to-time, since they're the same thing.
5367
3103f8b6 5368 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 5369 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
5370 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5371
0e61a35f
SM
53722011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 * window.el (bury-buffer): Don't iconify the only frame.
5375 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5376 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
5377
ddd63a1e
CY
53782011-07-01 Chong Yidong <cyd@stupidchicken.com>
5379
0e61a35f
SM
5380 * eshell/em-smart.el (eshell-smart-display-navigate-list):
5381 Add mouse-yank-primary.
ddd63a1e 5382
055f4923
TZ
53832011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5384
5385 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5386
6a2fb145
SM
53872011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * emacs-lisp/find-func.el (find-library--load-name): New fun.
5390 (find-library-name): Use it to find relative load names when provided
5391 absolute file name (bug#8803).
5392
fd4983f2
LMI
53932011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5394
887d14ad
LMI
5395 * textmodes/flyspell.el (flyspell-word): Consider words that
5396 differ only in case as potential doublons (bug#5687).
5397
c53dc7fc
LMI
5398 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5399 Remove two rather uninteresting debugging-like messages to make
5400 debbugs.el more silent.
5401
fd4983f2
LMI
5402 * comint.el (comint-password-prompt-regexp): Accept "Response" as
5403 a password-like phrase.
5404
b14c0c55
AM
54052011-06-30 Mastake YAMATO <yamato@redhat.com>
5406
5407 * progmodes/cc-guess.el: New file.
5408
6a2fb145 5409 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
5410
5411 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5412 derived from `c-basic-common-init'.
5413
5414 * progmodes/cc-mode.el (top-level): Require cc-guess.
5415 (c-basic-common-init): Use `cc-choose-style-for-mode'.
5416
1fa280a3
LM
54172011-06-30 Lawrence Mitchell <wence@gmx.li>
5418
5419 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5420
e6597158
AM
54212011-06-30 Alan Mackenzie <acm@muc.de>
5422
1fa280a3
LM
5423 * progmodes/cc-engine.el (c-guess-continued-construct):
5424 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
5425 lock is disabled. Name this case as "CASE G".
5426
68ba37fb
KM
54272011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
5428
5429 * allout.el (allout-yank-processing): Fix injection of extra space
5430 between bullet and non-whitespace character in first topic when
5431 pasting, ensuring that the actual spacing in the pasted topic
5432 following the bullet char is preserved. This extra space was
5433 causing pasted encrypted topics to get a decrypted status even
5434 when the content was actually still encrypted. Now the decryption
5435 status from before the paste is preserved.
5436
5437 (allout-flag-region): Set all allout overlays so they evaporate
5438 when reduced to zero length (evanescent), to prevent overlay
5439 leakage.
5440
887a0b34
GM
54412011-06-30 Glenn Morris <rgm@gnu.org>
5442
94b9acce
GM
5443 * w32-fns.el (w32-charset-info-alist): Declare.
5444
1d9b46d4
GM
5445 * find-dired.el (find-grep-options): Simplify.
5446
cc232200
GM
5447 * term/ns-win.el (ns-set-resource): Declare.
5448
28e77c46
GM
5449 * ses.el (row, col): Declare dynamic variables honestly.
5450
887a0b34
GM
5451 * textmodes/reftex-parse.el (index-tags): Declare.
5452
658d8eb8
CY
54532011-06-30 Chong Yidong <cyd@stupidchicken.com>
5454
5455 * cus-edit.el (customize-push-and-save): New function.
5456
5457 * files.el (hack-local-variables-confirm): Use it.
5458
1fa280a3
LM
5459 * custom.el (load-theme): New arg NO-CONFIRM.
5460 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
5461 (custom-enabled-themes): Doc fix.
5462
5463 * cus-theme.el (customize-create-theme)
5464 (custom-theme-merge-theme): Callers to load-theme changed.
5465
bb617717
LMI
54662011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5467
d61bdd5d
LMI
5468 * thingatpt.el (thing-at-point-short-url-regexp): Require that
5469 short URLs have at least one dot in them (bug #7614).
5470
bb617717
LMI
5471 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5472 nil, because using a pty is apparently too slow (bug #895).
5473
2f31f37a
LMI
54742011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5475
5476 * mail/sendmail.el (sendmail-query-once): New function.
5477 (sendmail-query-once-function): New variable.
5478
3076b24e
GM
54792011-06-29 Glenn Morris <rgm@gnu.org>
5480
faf2a174
GM
5481 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5482
3076b24e
GM
5483 * ses.el (top-level): Require cl when compiling.
5484 (ses-set-localvars): Fix error statement.
5485 Call it at compile time to silence a storm of warnings.
5486
5386012d
MR
54872011-06-29 Martin Rudalics <rudalics@gmx.at>
5488
5489 * window.el (normalize-live-buffer): Rename to
5490 window-normalize-buffer.
5491 (normalize-live-frame): Rename to window-normalize-frame.
5492 (normalize-any-window): Rename to window-normalize-any-window.
5493 (normalize-live-window): Rename to window-normalize-live-window.
5494 (make-window-atom): Rename to window-make-atom.
5495 (window-resize-reset): Rename to window--resize-reset.
5496 (window-resize-reset-1): Rename to window--resize-reset-1.
5497 (resize-mini-window): Rename to window--resize-mini-window.
5498 (resize-subwindows-skip-p): Rename to
5499 window--resize-subwindows-skip-p.
5500 (resize-subwindows-normal): Rename to
5501 window--resize-subwindows-normal.
5502 (resize-subwindows): Rename to window--resize-subwindows.
5503 (resize-other-windows): Rename to window--resize-siblings.
5504 (resize-this-window): Rename to window--resize-this-window.
5505 (resize-root-window): Rename to window--resize-root-window.
5506 (resize-root-window-vertically): Rename to
5507 window--resize-root-window-vertically.
5508 (normalize-buffer-to-display): Rename to
5509 window-normalize-buffer-to-display.
5510 (normalize-buffer-to-switch-to): Rename to
5511 window-normalize-buffer-to-switch-to.
5512 Correspondingly update all callers of the functions listed
5513 above.
5514 (display-buffer-alist, display-buffer-normalize-arguments)
5515 (display-buffer-normalize-options, display-buffer)
5516 (display-buffer-alist-set): Use "function" instead of
5517 "fun-with-args".
5518
1176868d
CY
55192011-06-28 Chong Yidong <cyd@stupidchicken.com>
5520
5521 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5522 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
5523 debbugs.gnu.org. Mention acknowledgment email.
5524
20a7a65f
LMI
55252011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5526
5527 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5528 buffer multibyteness, since it shouldn't matter.
5529
5f45cca5
MR
55302011-06-28 Martin Rudalics <rudalics@gmx.at>
5531
5532 * window.el (display-buffer-in-side-window): Handle dedicated
5533 windows as in display-buffer-reuse-window.
5534 (display-buffer-normalize-alist): Use value of override
5535 specifier.
5536 (display-buffer-normalize-specifiers): Use value of
5537 other-window-means-other-frame specifier.
5538 (display-buffer-alist): Rewrite some texts in widgets.
5539 (display-buffer): Spread arguments when calling function
5540 specified by fun-with-args.
5541
ad85fe1f
DD
55422011-06-28 Deniz Dogan <deniz@dogan.se>
5543
1fa280a3
LM
5544 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5545 Unnest `let'.
da68c4c8 5546
ad85fe1f
DD
5547 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5548 selectors (Bug#5732).
ec49bd31 5549 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 5550
a08cc025
JA
55512011-06-27 Jari Aalto <jari.aalto@cante.net>
5552
5553 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5554 (eshell-ls-date-format): New defcustom.
5555 (eshell-ls-file): Use it.
5556
e2b551c5
SM
55572011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5558
5559 * help-fns.el (describe-variable): Fix message for terminal-local vars.
5560
8982b231
KY
55612011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
5562
5563 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5564 (ange-ftp-make-tmp-name): New arg.
5565 (ange-ftp-file-local-copy): Use it.
5566
36c9fa27
J
55672011-06-27 Jambunathan K <kjambunathan@gmail.com>
5568
5569 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5570 no-conversion (Bug#8870).
5571
d68443dc
MR
55722011-06-27 Martin Rudalics <rudalics@gmx.at>
5573
5574 * window.el (window-right, window-left, window-child)
5575 (window-child-count, window-last-child)
5576 (window-iso-combination-p, walk-window-tree-1)
5577 (window-atom-check-1, window-tree-1, delete-window)
5578 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5579 new naming conventions - window-vchild, window-hchild,
5580 window-next and window-prev are now called window-top-child,
5581 window-left-child, window-next-sibling and window-prev-sibling
5582 respectively.
d615d6d2
MR
5583 (resize-window-reset): Rename to window-resize-reset.
5584 (resize-window-reset-1): Rename to window-resize-reset-1.
5585 (resize-window): Rename to window-resize.
5586 (window-min-height, window-min-width)
5587 (resize-mini-window, resize-this-window, resize-root-window)
5588 (resize-root-window-vertically, adjust-window-trailing-edge)
5589 (enlarge-window, shrink-window, maximize-window)
5590 (minimize-window, delete-window, quit-restore-window)
5591 (split-window, balance-windows, balance-windows-area-adjust)
5592 (balance-windows-area, window-state-put-2)
5593 (display-buffer-even-window-sizes, display-buffer-set-height)
5594 (display-buffer-set-width, set-window-text-height)
5595 (fit-window-to-buffer): Rename all "resize-window" prefixed
5596 calls to use the "window-resize" prefix convention.
5597 (display-buffer-alist): Fix symbol for label specifier.
5598 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5599 corresponding specifier.
5600 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 5601
b6458526
VB
56022011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5603
5604 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5605 convention.
5606 (ses-call-printer): Does not pass an empty string to formatter when the
5607 cell is empty to keep from barking printer Calc math-format-value.
5608
d31fd9ac
RS
56092011-06-27 Richard Stallman <rms@gnu.org>
5610
43d5bf84
RS
5611 * battery.el (battery-mode-line-limit): New variable.
5612 (battery-update): Handle it.
5613
d31fd9ac
RS
5614 * mail/rmailmm.el (rmail-mime-process-multipart):
5615 Handle truncated messages.
5616
819a6054
GM
56172011-06-27 Glenn Morris <rgm@gnu.org>
5618
5619 * progmodes/flymake.el (flymake-err-line-patterns):
5620 Allow for column numbers in the ant/javac pattern. (Bug#8866)
5621
cedc73f2
VB
56222011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5623
819a6054 5624 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
5625 (ses--clean-!, ses--clean-_): New functions.
5626 (ses-range): Add configurability of readout order, and conversion
5627 to Calc vector.
5628
5e5d49b6
VB
5629 * ses.el (ses-repair-cell-reference-all): New function.
5630 (ses-cell-symbol): Set macro as safe, so that it can be used in
5631 formulas.
5632
56e6cc31 5633 * ses.el: Update cycle detection algorithm.
90ca8b49 5634 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 5635 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
5636 (ses-set-localvars): New function.
5637 (ses-make-cell): Add property-list as a cell element.
5638 (ses-cell-property-get-fun, ses-cell-property-get)
5639 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
5640 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
5641 New functions.
90ca8b49
VB
5642 (ses-cell-property-set, ses-cell-property-pop)
5643 (ses-cell-property-get-handle): New macro.
5644 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
5645 New aliases, used for code readability.
5646 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
5647 cycle detection.
5648 (ses-self-reference-early-detection): New defcustom.
fac916bf 5649 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
5650 (ses-mode): Use ses-set-localvars.
5651 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
5652 before lauching the update processing.
5653 (ses-initialize-Dijkstra-attempt): New function.
5654 (ses-recalculate-cell): Update for cycle detection based on
5655 Dijkstra algorithm.
5656
2bb63e81
VB
5657 * ses.el: Fix commenting and indenting convention.
5658
c9d29fb8
SM
56592011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * bs.el (bs-cycle-next): Complete last change.
5662
d8e4b68b
JB
56632011-06-27 Drew Adams <drew.adams@oracle.com>
5664
5665 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
5666
40098786
LMI
56672011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5668
c9d29fb8
SM
5669 * net/network-stream.el (network-stream-open-starttls):
5670 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
5671 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
5672
40098786
LMI
5673 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
5674 to binary to possibly avoid line encoding issues on Windows (among
5675 other things).
5676
468d09d4
LMI
56772011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5678
5679 * net/network-stream.el (open-network-stream): Return an :error
5680 saying what the problem was, if possible.
5681
5682 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
5683 server.
5684
5685 * net/network-stream.el (network-stream-open-starttls): If we
5686 wanted to use STARTTLS, and the server offered it, but we weren't
5687 able to because we had no STARTTLS support, then close the connection.
5688 (open-network-stream): Return an :error element, if present.
5689
16f07dd7
CY
56902011-06-26 Chong Yidong <cyd@stupidchicken.com>
5691
88821ca0
CY
5692 * hl-line.el (hl-line-sticky-flag): Doc fix.
5693 (global-hl-line-sticky-flag): New option (Bug#8323).
5694 (global-hl-line-highlight): Obey it.
5695
16f07dd7
CY
5696 * vc/vc.el (vc-revert-show-diff): Default to t.
5697
6b5ccddf
KM
56982011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
5699
c9d29fb8
SM
5700 * allout-widgets.el (allout-widgets-post-command-business):
5701 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
5702 undecorated when an isearch is continued past, and isearch
5703 automatically collapses them. This leads to "widget leaks", where
5704 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
5705 hidden widgets can slow down cursor travel, substantially.
5706 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
5707 so we're doing without this nicety.
5708
5709 (allout-widgets-tally-string): Don't try to do a hash-table-count
5710 of allout-widgets-tally when it's nil. This eliminates spurious "Error
5711 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
5712 *Messages* when allout-widgets-maintain-tally is t.
5713
355f2e07
MR
57142011-06-26 Martin Rudalics <rudalics@gmx.at>
5715
5716 * window.el (display-buffer-normalize-argument): Rename to
5717 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
5718 LABEL argument. Respect special-display-function when popping up
5719 a new frame. Fix code searching for a window showing the buffer
5720 on another frame.
c9d29fb8
SM
5721 (display-buffer-normalize-specifiers):
5722 Call display-buffer-normalize-arguments.
355f2e07
MR
5723 (display-buffer-in-window): Don't undedicate the window if its
5724 buffer remains the same.
5725 Reported by Drew Adams <drew.adams@oracle.com>.
5726 (display-buffer-alist): Add choice for same-window macro
5727 specfier.
5728 (display-buffer): Mention special meaning of LABEL argument in
5729 doc-string. Fix quoting. Don't pop up a new frame even as
5730 fallback.
5731
7ca8fc42
JB
57322011-06-26 Juanma Barranquero <lekktu@gmail.com>
5733
5734 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
5735 avoid deleting the current window in some cases (bug#8911).
5736
bc312254
AS
57372011-06-26 Andreas Schwab <schwab@linux-m68k.org>
5738
5739 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
5740 (Bug#8934)
5741
2db18f3f
LMI
57422011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5743
c9d29fb8
SM
5744 * net/network-stream.el (network-stream-open-starttls):
5745 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
5746 (network-stream-open-tls): Ditto.
5747
6302e0d3
LL
57482011-06-26 Leo Liu <sdl.web@gmail.com>
5749
5750 * register.el (registerv): New struct.
5751 (registerv-make): New function.
c9d29fb8
SM
5752 (jump-to-register, describe-register-1, insert-register):
5753 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
5754 struct. (Bug#8415)
5755
5fdd4046
CY
57562011-06-26 Chong Yidong <cyd@stupidchicken.com>
5757
2afef60a
CY
5758 * vc/vc.el (vc-revert-show-diff): New defcustom.
5759 (vc-diff-internal): New arg specifying diff buffer.
5760 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
5761 reuse an existing *vc-diff* buffer (Bug#8927).
5762
5fdd4046
CY
5763 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
5764
e93db24a
GM
57652011-06-26 Glenn Morris <rgm@gnu.org>
5766
5767 * progmodes/f90.el (f90-critical-indent): New option.
5768 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
5769 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
5770 (f90-mode): Doc fix.
5771 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
5772 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
5773 (f90-beginning-of-block, f90-next-block, f90-indent-region)
5774 (f90-match-end): Handle block, critical.
5775
eefff499
GM
57762011-06-25 Glenn Morris <rgm@gnu.org>
5777
f6ba4cc9
GM
5778 * calendar/diary-lib.el (diary-included-files): Doc fix.
5779 (diary-include-files): New function, extracted from
5780 diary-include-other-diary-files and diary-mark-included-diary-files.
5781 (diary-include-other-diary-files, diary-mark-included-diary-files):
5782 Just call diary-include-files.
5783 (diary-mark-entries): Reset diary-included-files on first call.
5784
16712304
GM
5785 * calendar/diary-lib.el (diary-mark-entries)
5786 (diary-mark-included-diary-files):
5787 Visit included diary-files in temp buffers.
5788
5d8e0d43
GM
5789 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
5790 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
5791 (f90-start-block-re, f90-imenu-generic-expression)
5792 (f90-looking-at-program-block-start, f90-no-block-limit):
5793 Add support for submodules.
5794
ccf7a5d5
GM
5795 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5796 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 5797
11fdef7d 57982011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
5799
5800 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
5801 buffer-file-type before setting its value, to avoid disastrous
eefff499 5802 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 5803
74f53697
JB
58042011-06-25 Juanma Barranquero <lekktu@gmail.com>
5805
5806 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
5807
5808 * ses.el (ses-unload-function):
5809 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
5810
5811 * proced.el (proced-unload-function):
5812 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
5813
18a4ce5e
AR
58142011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
5815
5816 * server.el (server-create-window-system-frame): Add parameters arg.
5817 (server-process-filter): Doc fix. Handle frame-parameters.
5818
519d22cc
JB
58192011-06-25 Juanma Barranquero <lekktu@gmail.com>
5820
5821 Fix bug#8730, bug#8781.
5822
5823 * loadhist.el (unload--set-major-mode): New function.
5824 (unload-feature): Use it.
5825
5826 * progmodes/python.el (python-after-info-look): Add autoload cookie.
5827 (python-unload-function): New function.
5828
c206f5b0
SM
58292011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
5832
f9ad64f3
GS
58332011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
5834
5835 * net/browse-url.el (browse-url-firefox-program): Add icecat to
5836 the candidates list.
5837
7d0da90e
JB
58382011-06-24 Juanma Barranquero <lekktu@gmail.com>
5839
5840 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
5841
14b4e83d
RS
58422011-06-23 Richard Stallman <rms@gnu.org>
5843
5844 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
5845 (rmail-variables): Set next-error-move-function.
5846 (rmail-what-message): Take argument POS.
5847 (rmail-next-error-move): New function.
5848
273d2baf
SM
58492011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
5852 messages for adjacent non-terminals.
5853
56c2cc9a
RS
58542011-06-23 Richard Stallman <rms@gnu.org>
5855
5856 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 5857 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
5858 (rmail-start-mail): Don't specify use of rmail-mail-return;
5859 that's done by mail-bury now.
5860 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 5861
d59eb518
MA
58622011-06-23 Michael Albinus <michael.albinus@gmx.de>
5863
5864 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
5865 SIZE is a number.
5866
02cfc6d6
MR
58672011-06-23 Martin Rudalics <rudalics@gmx.at>
5868
5869 * window.el (get-lru-window, get-mru-window)
5870 (get-largest-window): Never return a minibuffer window.
5871 (display-buffer-pop-up-window): Fix a bug that could lead to
5872 reusing the minibuffer window.
5873 (display-buffer): Pass original specifier argument to
5874 display-buffer-function instead of the normalized one.
5875 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
5876
4e323265
LL
58772011-06-22 Leo Liu <sdl.web@gmail.com>
5878
5879 * minibuffer.el (completing-read-function)
5880 (completing-read-default): Move from minibuf.c
5881
7a70468f
RS
58822011-06-22 Richard Stallman <rms@gnu.org>
5883
50718fc2
RS
5884 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
5885 to Rmail even if not started by a special Rmail command.
5886
7a70468f
RS
5887 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5888 Copy the buffer currently showing just one message.
5889
297dde5a
RW
58902011-06-22 Roland Winkler <winkler@gnu.org>
5891
5892 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
5893 (bibtex-clean-entry): First delete the old key so that a
5894 customized algorithm for generating the new key does not get
5895 confused by the old key.
5896 (bibtex-url): Obey regexp of first step.
5897 (bibtex-search-entries): Do not use add-to-list with local
5898 list-var.
5899
97bb1093
LMI
59002011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5901
5902 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
5903 stored a user name, then query for the password first, instead of
5904 waiting for SMTP to give an error message and the trying again.
5905
1c0f1a19
JD
59062011-06-22 Lawrence Mitchell <wence@gmx.li>
5907
5908 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
5909 BUFFER in call-process.
5910
396f7c9d
LMI
59112011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5912
5913 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
5914 QUIT twice.
ddb7ffee
LMI
5915 (smtpmail-try-auth-methods): Require user name and password from
5916 auth-source.
396f7c9d 5917
8998d1b3
MR
59182011-06-22 Martin Rudalics <rudalics@gmx.at>
5919
5920 * window.el (display-buffer-default-specifiers)
5921 (display-buffer-alist): Remove entries for pop-up-frame-alist.
5922 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 5923 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
5924
5925 * frame.el (pop-up-frame-alist, pop-up-frame-function)
5926 (special-display-frame-alist, special-display-popup-frame):
5927 Remove duplicate declarations. These are now in window.el.
5928
4ea31e07
LMI
59292011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5930
c9d29fb8
SM
5931 * mail/smtpmail.el (smtpmail-via-smtp):
5932 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
5933 server supports it. SMTP servers that support STARTTLS commonly
5934 require it.
5935
5936 * net/network-stream.el (network-stream-open-starttls): Support
5937 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 5938 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 5939
95f41d9a
LMI
5940 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
5941 upgrades with `open-network-stream', and rely solely on
5942 auth-source for all credentials. Big changes throughout the file,
5943 but in particular:
c9d29fb8
SM
5944 (smtpmail-auth-credentials): Remove.
5945 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
5946 (smtpmail-via-smtp): Check for servers saying they want AUTH after
5947 MAIL FROM, too.
95f41d9a 5948
c9d29fb8
SM
5949 * net/network-stream.el (network-stream-open-starttls):
5950 Provide support for client certificates both for external and built-in
4ea31e07
LMI
5951 STARTTLS.
5952 (auth-source): Require.
5953 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
5954 (network-stream-certificate): Change cert-cert to cert and
5955 cert-key to key.
4ea31e07 5956
065ec2c7
MA
59572011-06-21 Michael Albinus <michael.albinus@gmx.de>
5958
5959 * net/tramp-cache.el (top): Don't load the persistency file when
5960 "emacs -Q" has been called.
5961
cd93b359
DR
59622011-06-21 Tim Harper <timcharper@gmail.com>
5963
d8e4b68b
JB
5964 * term/ns-win.el (ns-initialize-window-system):
5965 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
5966 resource to NO as it is not yet supported by the NS port.
5967
ae9c0411
JB
59682011-06-21 Juanma Barranquero <lekktu@gmail.com>
5969
5970 * misc.el (list-dynamic-libraries--refresh): Compute header here...
5971 (list-dynamic-libraries): ...not here.
5972
7f3f739f
LL
59732011-06-21 Leo Liu <sdl.web@gmail.com>
5974
5975 * subr.el (sha1): Implement sha1 using secure-hash.
5976
327c8fb1
MR
59772011-06-21 Martin Rudalics <rudalics@gmx.at>
5978
5979 * window.el (display-buffer-alist): In default value do not
5980 enforce searching a window on any but the selected frame.
5981 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5982 (display-buffer-select-window): Remove function.
5983 (display-buffer-in-window): When a window on another frame gets
5984 reused, do not select it any more but just raise its frame if
5985 necessary (Bug#8851) and (Bug#8856).
5986 (display-buffer-normalize-options): Handle pop-up-frames related
5987 options more faithfully.
5988 (pop-to-buffer): Don't rely on `display-buffer' selecting the
5989 window if it is on another frame.
c9d29fb8
SM
5990 (display-buffer-alist, display-buffer-default-specifiers):
5991 Don't make new frame unsplittable by default.
9e9de014
MR
5992 (display-buffer-normalize-argument): Fix doc-string typo and use
5993 'same-frame-other-window instead of 'other-window when associating
5994 with display-buffer-macro-specifiers.
327c8fb1 5995
7cf3f556
VB
59962011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
5997
5998 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
5999 New functions.
6000 (5x5-mode-map, 5x5-mode-menu): Bind them.
6001 (5x5-draw-grid): Tweak the solver's rendering.
6002
60a406cf
SM
60032011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6006 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6007
d8e4b68b 60082011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
6009
6010 * menu-bar.el: Use function variable instead of switch-to-buffer.
6011 (menu-bar-select-buffer-function): New variable.
60a406cf 6012 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 6013
478d6f95
SM
60142011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6015
6016 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6017 variable's status.
6018
ca530739
JD
60192011-06-20 Jan Djärv <jan.h.d@swipnet.se>
6020
6021 * x-dnd.el (x-dnd-version-from-flags)
6022 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6023 and long as number (Bug#8899).
6024 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6025
bcd70d97
SM
60262011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6027
60a406cf 6028 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
6029 (completion-try-completion, completion-all-completions): Compute the
6030 metadata argument if it's missing; make it optional (bug#8795).
6031
60a406cf 6032 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
6033 (widget-complete): Use new :completion-function property.
6034 (widget-completions-at-point): New function.
6035 (default): Use :completion-function instead of :complete.
60a406cf
SM
6036 (widget-default-completions): Rename from widget-default-complete;
6037 Rewrite.
bcd70d97
SM
6038 (widget-string-complete, widget-file-complete, widget-color-complete):
6039 Remove functions.
6040 (file, symbol, function, variable, coding-system, color):
6041 * international/mule-cmds.el (default-input-method, charset)
6042 (language-info-custom-alist):
6043 * cus-edit.el (face): Use new property :completions.
6044
6045 * progmodes/pascal.el (pascal-completions-at-point): New function.
6046 (pascal-mode): Use it.
6047 (pascal-mode-map): Use completion-at-point.
6048 (pascal-toggle-completions): Make obsolete.
6049 (pascal-complete-word, pascal-show-completions):
6050 * progmodes/octave-mod.el (octave-complete-symbol):
6051 Redefine as obsolete alias.
6052 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6053 Signal absence of completion info for old Octave,
6054 (inferior-octave-complete): Redefine as obsolete alias.
6055 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6056 (meta-completions-at-point): Rename from meta-complete-symbol and
6057 adapt it for use on completion-at-point-functions.
6058 (meta-common-mode): Use it.
6059 (meta-looking-at-backward, meta-match-buffer): Remove.
6060 (meta-complete-symbol): Redefine as obsolete alias.
6061 (meta-common-mode-map): Use completion-at-point.
6062 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6063 (makefile-mode-map): Use completion-at-point.
6064 (makefile-completions-at-point): Rename from makefile-complete and
6065 adapt it for use on completion-at-point-functions.
6066 (makefile-mode): Use it.
6067 (makefile-complete): Redefine as obsolete alias.
6068
aebf69c8
DD
60692011-06-20 Deniz Dogan <deniz@dogan.se>
6070
6071 * net/rcirc.el: Delete trailing whitespaces once and for all.
6072
bfbbb27d
DC
60732011-06-20 Daniel Colascione <dan.colascione@gmail.com>
6074
6075 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6076
d264a46b
CY
60772011-06-19 Chong Yidong <cyd@stupidchicken.com>
6078
4ca009e5
CY
6079 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6080
d264a46b
CY
6081 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6082
fbf5b3ce
MR
60832011-06-19 Martin Rudalics <rudalics@gmx.at>
6084
6085 * window.el (display-buffer-other-window-means-other-frame):
6086 Call display-buffer-normalize-alist.
6087 (display-buffer-normalize-specifiers-1): Rename to
6088 display-buffer-normalize-argument. New argument other-frame.
6089 Rewrite.
6090 (display-buffer-normalize-specifiers-2): Rename to
6091 display-buffer-normalize-options.
6092 (display-buffer-normalize-alist-1): New function.
6093 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
6094 display-buffer-normalize-alist.
6095 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
6096 (display-buffer-normalize-options-inhibit): New variable.
6097 (display-buffer-normalize-specifiers): Rewrite calling
6098 display-buffer-normalize-alist,
6099 display-buffer-normalize-argument, and
6100 display-buffer-normalize-options. Don't call the latter if
6101 display-buffer-normalize-options-inhibit is non-nil.
6102 (frame-auto-delete): New option.
6103 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
6104 (window-list-no-nils, window-state-ignored-parameters)
6105 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
6106 (window-state-put-1, window-state-put-2, window-state-put):
6107 New functions.
9a028c23
MR
6108 (display-buffer-normalize-options): Move special-display-p group
6109 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 6110
6d10d800
CY
61112011-06-18 Chong Yidong <cyd@stupidchicken.com>
6112
6420d28b
CY
6113 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6114 groups (Bug#8776).
6115 (rx-submatch-n): New function.
6116 (rx): Document it.
6117
ddb8b596
CY
6118 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6119 (Bug#8768).
6120
6121 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6122
77080289
CY
6123 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6124
61dfb316
CY
6125 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6126 anytime existing face settings are present (Bug#8889).
6127
6d10d800
CY
6128 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6129 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6130 Remove unused argument.
6131
be3fb2b8
MR
61322011-06-18 Martin Rudalics <rudalics@gmx.at>
6133
bcd70d97
SM
6134 * window.el (display-buffer-default-specifiers):
6135 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
6136 pop-up-window-min-width, and another reuse-window specifier
6137 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
6138 (display-buffer-normalize-specifiers-2):
6139 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
6140 pop-up-windows is unset. Add a reuse-window specifier for the
6141 case popping up a new window fails.
6142 (special-display-popup-frame): Remove double quoting.
28dec25a 6143 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 6144
1c6d8c76
SM
61452011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * shell.el (shell-completion-vars): Set pcomplete-termination-string
6148 according to comint-completion-addsuffix.
6149
6150 * pcomplete.el: Convert to lexical binding and fix bug#8819.
6151 (pcomplete-suffix-list): Mark as obsolete.
6152 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6153 pcomplete-seen in the closure.
6154 (pcomplete-comint-setup): Setup completion-at-point as well.
6155 (pcomplete--entries): New function.
6156 (pcomplete--env-regexp): New var.
6157 (pcomplete-entries): Rewrite to work with partial-completion and
6158 without relying on pcomplete-suffix-list.
6159 (pcomplete-pare-list): Remove, unused.
6160
25aef8b8
MR
61612011-06-17 Martin Rudalics <rudalics@gmx.at>
6162
6163 * window.el (display-buffer-alist): Set pop-up-window-min-height
6164 and pop-up-window-min-width in default value. Reported by
6165 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
6166 other-window-means-other-frame.
6167 (display-buffer-macro-specifiers): Comment out entry for
6168 other-window specifier.
6169 (display-buffer-other-window-means-other-frame): New function.
6170 (display-buffer-normalize-specifiers-1): New arguments
6171 buffer-name and label. Treat other-window case specially.
6172 (display-buffer-normalize-specifiers-2): Treat other-window case
6173 specially.
6174 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
6175 (display-buffer-normalize-specifiers):
6176 Call display-buffer-normalize-specifiers-3.
25aef8b8 6177
dbad4f69
MR
61782011-06-17 Martin Rudalics <rudalics@gmx.at>
6179
6180 * window.el (same-window-p): Fix two typos introduced when
6181 adding with-no-warnings.
d1067961
MR
6182 (display-buffer-normalize-specifiers-1): Don't check
6183 pop-up-frames for 'unset initialization.
6184 (display-buffer-normalize-specifiers-2): Major rewrite using
6185 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6186 (pop-up-frames, display-buffer-reuse-frames)
6187 (display-buffer-mark-dedicated): Don't initialize to 'unset.
6188 Suggested by David Engster <deng@randomsample.de>.
6189 (even-window-heights): Initialize to 'unset.
6190 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
6191 (display-buffer-macro-specifiers): Don't pop up a new frame in the
6192 other window case.
dbad4f69 6193
9b9c9e3a
MR
61942011-06-16 Martin Rudalics <rudalics@gmx.at>
6195
bcd70d97
SM
6196 * window.el (display-buffer-normalize-specifiers-1):
6197 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 6198 second argument of display-buffer (Bug#8865).
981d5c09
MR
6199 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6200 (switch-to-buffer-other-window-same-frame)
6201 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
6202 Adams (Bug#8875).
9c2755e9
MR
6203 (display-buffer): Don't check noninteractive when calling
6204 display-buffer-pop-up-frame.
6205 (display-buffer-pop-up-frame): Never pop up a frame in
6206 noninteractive mode (Bug#8857).
67222e1d
MR
6207 (enlarge-window, shrink-window): Don't report an error when the
6208 window can't be resized as requested (Bug#8862).
9b9c9e3a 6209
2b75be67
SM
62102011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6211
9ffdd3ba
SM
6212 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6213
cb581a67
SM
6214 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6215
2b75be67
SM
6216 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6217
8c0e3589
AM
62182011-06-15 Alan Mackenzie <acm@muc.de>
6219
cb581a67
SM
6220 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6221 for declarators, disable knr checking to speed up for normal files.
6222 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 6223
b96e6cde
LMI
62242011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6225
4bba86e6
LMI
6226 * net/network-stream.el (open-network-stream): Add the keyword
6227 :always-query-capabilities for the case where you want to force a
6228 `plain' network connection, but the protocol still requires the
6229 capabilitiy command (i.e., SMTP and EHLO).
6230
2b75be67 6231 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
6232 consistency with other `-live-p' functions.
6233
efdcdbf8
SM
62342011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 * window.el (same-window-buffer-names, same-window-regexps)
6237 (special-display-frame-alist, special-display-popup-frame)
6238 (special-display-function, special-display-buffer-names)
6239 (special-display-regexps, pop-up-frame-alist)
6240 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6241 (pop-up-windows, split-window-preferred-function)
6242 (split-height-threshold, split-width-threshold, even-window-heights)
6243 (display-buffer-mark-dedicated): Don't encourage the use of
6244 display-buffer-alist from Elisp code.
6245
c5cde042
DN
62462011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6247
6248 * progmodes/python.el (python-mode): Derive from prog-mode.
6249 * progmodes/ps-mode.el (ps-mode):
6250 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 6251 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
6252 * progmodes/ld-script.el (ld-script-mode): Likewise.
6253
baa1c9ab
MR
62542011-06-15 Martin Rudalics <rudalics@gmx.at>
6255
6256 * window.el (display-buffer-alist): Trim default value to avoid
6257 popping up a new frame (Bug#8857) or reusing an arbitrary window
6258 on another frame.
6259 (display-buffer): Do not fall back on popping up a new frame in
6260 batch mode (Bug#8857).
6261
c5dd5a51
CY
62622011-06-14 Chong Yidong <cyd@stupidchicken.com>
6263
6264 * cus-theme.el (describe-theme-1): Use custom-theme-p.
6265 (custom-theme-summary): New function.
6266 (customize-themes): Use it.
6267
d647b7c4
GM
62682011-06-13 Glenn Morris <rgm@gnu.org>
6269
6270 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6271
9481c002
MR
62722011-06-13 Martin Rudalics <rudalics@gmx.at>
6273
357f93d2
MR
6274 * help.el (help-window): Remove variable.
6275 (help-window-point-marker, temp-buffer-max-height)
6276 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6277 (help-print-return-message): Don't set help-window.
6278 (resize-temp-buffer-window): Rewrite cod eand doc-string.
6279 (help-window-setup-finish): Remove.
6280 (help-window-display-message, help-window-setup)
6281 (with-help-window): Major rewrite based on new
6282 display-buffer-window variable.
6283
6284 * help-mode.el (help-mode-finish): Remove help-window related
6285 code.
6286
6287 * view.el (view-exits-all-viewing-windows): Remove reference to
6288 view-return-to-alist in doc-string.
6289 (view-return-to-alist): Make obsolete.
6290 (view-buffer): Call pop-to-buffer-same-window and remove
6291 undo-window code.
6292 (view-buffer-other-window): Call pop-to-buffer-other-window and
6293 simplify code. Ignore second argument.
6294 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6295 simplify code. Ignore second argument.
6296 (view-return-to-alist-update): Make obsolete.
6297 (view-mode-enter): Rename second argument to QUIT-RESTORE.
6298 Rewrite using quit-restore window parameters.
2b75be67
SM
6299 (view-mode-exit): Rename second argument to EXIT-ONLY.
6300 Rewrite using quit-restore-window.
357f93d2
MR
6301 (View-exit, View-exit-and-edit, View-leave, View-quit)
6302 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6303 appropriate arguments.
6304 (view-end-message): Use quit-restore window parameter.
6305
9481c002
MR
6306 * window.el (display-buffer-function): Rewrite doc-string.
6307 (display-buffer-window, display-buffer-alist): New variables.
6308 (display-buffer-split-specifiers)
6309 (display-buffer-side-specifiers)
6310 (display-buffer-macro-specifiers): New constants.
6311 (display-buffer-even-window-sizes, display-buffer-set-height)
6312 (display-buffer-set-width, display-buffer-select-window)
6313 (display-buffer-in-window, display-buffer-reuse-window)
6314 (display-buffer-split-window-1, display-buffer-split-window)
6315 (display-buffer-split-atom-window, display-buffer-pop-up-window)
6316 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6317 (display-buffer-in-side-window, normalize-buffer-to-display)
6318 (display-buffer-normalize-specifiers-1)
6319 (display-buffer-normalize-specifiers-2)
2b75be67
SM
6320 (display-buffer-normalize-specifiers, display-buffer-frame):
6321 New functions.
9481c002
MR
6322 (display-buffer): Major rewrite.
6323 (display-buffer-other-window, display-buffer-other-frame)
6324 (pop-to-buffer, switch-to-buffer-other-window)
6325 (switch-to-buffer-other-frame): Rewrite.
6326 (display-buffer-same-window, display-buffer-same-frame)
6327 (display-buffer-same-frame-other-window)
6328 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6329 (pop-to-buffer-other-window)
6330 (pop-to-buffer-same-frame-other-window)
6331 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6332 (switch-to-buffer-other-window-same-frame): New functions.
6333 (same-window-p, special-display-p): Rewrite disabling warnings.
6334 Make obsolete.
6335 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6336 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6337 Make obsolete
6338 (same-window-buffer-names, same-window-regexps)
6339 (special-display-frame-alist, special-display-popup-frame)
6340 (special-display-function, special-display-buffer-names)
6341 (special-display-regexps, pop-up-frame-alist)
6342 (pop-up-frame-function, split-window-preferred-function)
6343 (split-height-threshold, split-width-threshold)
6344 (even-window-heights): Make obsolete.
6345
9db51aca
GM
63462011-06-12 Glenn Morris <rgm@gnu.org>
6347
6348 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 6349 Misc simplifications.
9db51aca 6350
39cffb44
MR
63512011-06-12 Martin Rudalics <rudalics@gmx.at>
6352
6353 * window.el (window-safely-shrinkable-p): Restore function which
6354 was inadvertently removed in change from 2011-06-11. Declare as
6355 obsolete.
6356
2b75be67
SM
6357 * calendar/calendar.el (calendar-generate-window):
6358 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
6359 window-safely-shrinkable-p.
6360
a8955be7
GM
63612011-06-12 Glenn Morris <rgm@gnu.org>
6362
6363 * progmodes/fortran.el (fortran-mode-syntax-table):
6364 * progmodes/f90.el (f90-mode-syntax-table):
6365 Set % to punctuation. (Bug#8820)
6366 (f90-find-tag-default): Remove, no longer needed.
6367
f0d4059d
DC
63682011-06-12 Daniel Colascione <dan.colascione@gmail.com>
6369
6370 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6371
1100a63c
CY
63722011-06-11 Chong Yidong <cyd@stupidchicken.com>
6373
6374 * image.el (image-animated-p): Return animation delay in seconds.
6375 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6376 (image-animate-timeout): Remove DELAY argument. Don't assume
6377 every subimage has the same delay; get it from image-animated-p.
6378 (image-animate): Caller changed.
6379
def722bf
MA
63802011-06-11 Michael Albinus <michael.albinus@gmx.de>
6381
6382 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6383 to ignored backtrace functions.
6384
0a2bb1a9
GM
63852011-06-11 Glenn Morris <rgm@gnu.org>
6386
6387 * calendar/appt.el (appt-disp-window-function): Doc fix.
6388 (appt-check): Handle overlapping appointments. (Bug#8337)
6389
6198ccd0
MR
63902011-06-11 Martin Rudalics <rudalics@gmx.at>
6391
6392 * window.el (window-tree-1, window-tree): New functions, moving
6393 the latter to window.el.
6394 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6395 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6396 (bw-refresh-edges): Remove.
6397 (balance-windows-1, balance-windows-2): New functions.
6398 (balance-windows): Rewrite in terms of window tree functions,
6399 balance-windows-1 and balance-windows-2.
6400 (bw-adjust-window): Remove.
6401 (balance-windows-area-adjust): New function with functionality of
6402 bw-adjust-window but using resize-window.
2b75be67
SM
6403 (set-window-text-height): Rewrite doc-string.
6404 Use normalize-live-window and resize-window.
6405 (enlarge-window-horizontally, shrink-window-horizontally):
6406 Rename argument to DELTA.
6198ccd0
MR
6407 (window-buffer-height): New function.
6408 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6409 Rewrite using new window resize routines.
2b75be67
SM
6410 (kill-buffer-and-window, mouse-autoselect-window-select):
6411 Use ignore-errors instead of condition-case.
6198ccd0
MR
6412 (quit-window): Call delete-frame instead of delete-windows-on
6413 for the only buffer on frame.
6414
9397e56f
MR
64152011-06-10 Martin Rudalics <rudalics@gmx.at>
6416
6417 * loadup.el (top-level): Load window before files for the sake
6418 of replace-buffer-in-windows.
6419
6420 * files.el (read-buffer-to-switch)
6421 (switch-to-buffer-other-window)
2b75be67
SM
6422 (switch-to-buffer-other-frame, display-buffer-other-frame):
6423 Move to window.el.
9397e56f
MR
6424
6425 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6426 (previous-buffer): Move to window.el.
6427
6428 * bindings.el (unbury-buffer): Move to window.el.
6429
6430 * window.el (delete-other-windows-vertically): Move after
6431 definition of delete-other-windows.
6432 (other-window, delete-windows-on, replace-buffer-in-windows):
6433 Move here from window.c.
6434 (record-window-buffer, unrecord-window-buffer)
6435 (set-window-buffer-start-and-point, switch-to-prev-buffer)
6436 (switch-to-next-buffer): New functions.
6437 (get-next-valid-buffer, last-buffer, next-buffer): Move here
6438 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
6439 (previous-buffer): Move here from simple.el.
6440 Call switch-to-prev-buffer.
9397e56f
MR
6441 (bury-buffer): Move here from buffer.c. Switch to previous
6442 buffer when window cannot be deleted.
6443 (unbury-buffer): Move here from bindings.el.
6444 (ctl-x-map): Move binding for other-window from window.c to
6445 here.
6446 (read-buffer-to-switch, switch-to-buffer-other-window)
6447 (switch-to-buffer-other-frame): Move here from files.el.
6448 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
6449 (switch-to-buffer): Move here from buffer.c.
6450 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 6451
562dd5e9
MR
64522011-06-10 Martin Rudalics <rudalics@gmx.at>
6453
6454 * window.el (window-min-height, window-min-width): Move here
6455 from window.c. Add defcustoms and rewrite doc-strings.
6456 (resize-mini-window, resize-window): New functions.
6457 (adjust-window-trailing-edge, enlarge-window, shrink-window):
6458 Move here from window.c.
6459 (maximize-window, minimize-window): New functions.
6460 (delete-window, delete-other-windows, split-window): Move here
6461 from window.c.
6462 (window-split-min-size): New function.
6463 (split-window-keep-point): Mention split-window-above-each-other
6464 instead of split-window-vertically.
2b75be67 6465 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
6466 Rename split-window-vertically to split-window-above-each-other
6467 and provide defalias for old definition.
6468 (split-window-side-by-side, split-window-horizontally):
6469 Rename split-window-horizontally to split-window-side-by-side
6470 and provide defalias for the old definition.
562dd5e9
MR
6471 (ctl-x-map): Move bindings for delete-window,
6472 delete-other-windows and enlarge-window here from window.c.
6473 Replace bindings for split-window-vertically and
6474 split-window-horizontally by bindings for
6475 split-window-above-each-other and split-window-side-by-side.
6476
6477 * cus-start.el (all): Remove entries for window-min-height and
6478 window-min-width. Add entries for window-splits and
6479 window-nest.
6480
f0da764a
GM
64812011-06-09 Glenn Morris <rgm@gnu.org>
6482
80675c21
GM
6483 * calendar/appt.el (appt-mode-line): New function.
6484 (appt-check, appt-disp-window): Use it.
6485
f0da764a
GM
6486 * files.el (hack-one-local-variable-eval-safep):
6487 Allow minor-modes with explicit +/-1 arguments.
6488
59f623b7
TZ
64892011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
6490
6491 * term/xterm.el (xterm): Add defgroup.
6492 (xterm-extra-capabilities): Add defcustom to supply known xterm
6493 capabilities, skip querying them, or query them (default).
6494 (terminal-init-xterm): Use it.
6495 (terminal-init-xterm-modify-other-keys): New function to set up
6496 modifyOtherKeys support to simplify `terminal-init-xterm'.
6497
9aab8e0d
MR
64982011-06-09 Martin Rudalics <rudalics@gmx.at>
6499
6500 * window.el (resize-window-reset, resize-window-reset-1)
6501 (resize-subwindows-skip-p, resize-subwindows-normal)
6502 (resize-subwindows, resize-other-windows, resize-this-window)
6503 (resize-root-window, resize-root-window-vertically)
6504 (window-deletable-p, window-or-subwindow-p)
6505 (frame-root-window-p): New functions.
6506
e8b08aee
GM
65072011-06-09 Glenn Morris <rgm@gnu.org>
6508
6509 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6510 (ange-ftp-get-files): Use it.
6511
254c37a5
AK
65122011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6513
6514 * mail/sendmail.el (mail-recover-1, mail-recover):
6515 * files.el (recover-file, recover-session):
6516 Handle dired-listing-switches not being just a single short option.
6517
35d7dbd3
GM
65182011-06-09 Glenn Morris <rgm@gnu.org>
6519
6520 * calendar/appt.el (appt-display-message, appt-disp-window):
6521 Handle lists of appointments.
6522
387522b2
MR
65232011-06-08 Martin Rudalics <rudalics@gmx.at>
6524
2b75be67
SM
6525 * window.el (one-window-p): Move down in code.
6526 Rewrite doc-string.
6527 (window-current-scroll-bars): Rewrite doc-string.
6528 Normalize live window argument.
387522b2
MR
6529 (walk-windows, get-window-with-predicate, count-windows):
6530 Rewrite doc-string. Use window-list-1.
6531 (window-in-direction-2, window-in-direction, get-mru-window):
6532 New functions.
6533
d8e4b68b 65342011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
6535
6536 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6537 Doc fix (Bug#8713).
6538
65392011-06-08 Chong Yidong <cyd@stupidchicken.com>
6540
6541 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6542
65432011-06-08 Juanma Barranquero <lekktu@gmail.com>
6544
6545 * loadhist.el (unload-feature-special-hooks):
6546 Add `comint-output-filter-functions'.
6547
0de12c52
IK
65482011-06-08 Ivan Kanis <gnu@kanis.fr>
6549
6550 * calendar/appt.el (appt-check): Move some initializations into the let.
6551
f3d1777e
MR
65522011-06-08 Martin Rudalics <rudalics@gmx.at>
6553
6554 * window.el (window-height): Defalias to window-total-height.
6555 (window-width): Defalias to window-body-width.
6556
18af70d0
CY
65572011-06-07 Chong Yidong <cyd@stupidchicken.com>
6558
6559 * image-mode.el (image-toggle-animation): New command.
6560 (image-mode-map): Bind it to RET.
6561 (image-mode): Update message.
6562 (image-toggle-display-image): Avoid a spurious cache flush.
6563 (image-transform-rotation): Doc fix.
6564 (image-transform-properties): Return quickly in the normal case.
6565 (image-animate-loop): Rename from image-animate-max-time.
6566
2b75be67 6567 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
6568 (create-animated-image): Remove unnecessary function.
6569 (image-animate): Rename from image-animate-start. New arg.
2b75be67 6570 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
6571 (image-animate-timer): Use car-safe.
6572 (image-animate-timeout): Rename argument.
6573
190b47e6
MR
65742011-06-07 Martin Rudalics <rudalics@gmx.at>
6575
6576 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
6577 window.c. Rename first argument to ALL-FRAMES.
6578 Rephrase doc-strings.
6579 (get-buffer-window-list): Rewrite using window-list-1.
6580 Rephrase doc-string.
a1511caf
MR
6581 (window-safe-min-height, window-safe-min-width): New constants.
6582 (window-size-ignore, window-min-size, window-min-size-1)
6583 (window-sizable, window-sizable-p, window-size-fixed-1)
6584 (window-size-fixed-p, window-min-delta-1, window-min-delta)
6585 (window-max-delta-1, window-max-delta, window-resizable)
6586 (window-resizable-p, window-total-height, window-total-width)
6587 (window-body-width): New functions.
6588 (window-full-height-p, window-full-width-p): Rewrite using
6589 window-total-size.
6590 (window-body-height): Rewrite using window-body-size.
190b47e6 6591
85cc1f11
MR
65922011-06-06 Martin Rudalics <rudalics@gmx.at>
6593
6594 * window.el (window-right, window-left, window-child)
6595 (window-child-count, window-last-child, window-any-p)
6596 (normalize-live-buffer, normalize-live-frame)
6597 (normalize-any-window, normalize-live-window)
6598 (window-iso-combination-p, window-iso-combined-p)
6599 (window-iso-combinations)
6600 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6601 (windows-with-parameter, window-with-parameter)
6602 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
6603 (window-atom-check, window-side-check, window-check):
6604 New functions.
85cc1f11
MR
6605 (ignore-window-parameters, window-sides, window-sides-vertical)
6606 (window-sides-slots): New variables.
6607 (window-size-fixed): Move down in code. Minor doc-string fix.
6608
e7156492
AS
66092011-06-05 Andreas Schwab <schwab@linux-m68k.org>
6610
6611 * comint.el (comint-dynamic-complete-as-filename)
6612 (comint-dynamic-complete-filename): Correctly call
6613 completion-in-region.
6614
7e821d0d
DD
66152011-06-05 Deniz Dogan <deniz@dogan.se>
6616
6617 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
6618 in last change.
6619
ac09b8a1
DD
66202011-06-05 Deniz Dogan <deniz@dogan.se>
6621
6622 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
6623 (rcirc): Use it to prompt for encryption.
6624
34699b85
RW
66252011-06-05 Roland Winkler <winkler@gnu.org>
6626
6627 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
6628 (bibtex-search-entries): New command bound to C-c C-a.
6629 (bibtex-display-entries): New function.
6630
004dedd3
RW
66312011-06-05 Roland Winkler <winkler@gnu.org>
6632
6633 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
6634 (bibtex-insert-kill): After yanking insert newline if necessary.
6635 (bibtex-initialize): Call bibtex-string-files-init only once.
6636 (bibtex-mode): Do not call easy-menu-add.
6637 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
6638 (bibtex-yank): Set arg properly if nil.
6639
022fe7ce
RW
66402011-06-05 Roland Winkler <winkler@gnu.org>
6641
2b75be67
SM
6642 * textmodes/bibtex.el (bibtex-search-entry-globally):
6643 New variable.
022fe7ce
RW
6644 (bibtex-search-entry): Use it.
6645
b7c3692a
RW
66462011-06-05 Roland Winkler <winkler@gnu.org>
6647
6648 * textmodes/bibtex.el (bibtex-entry-format): New option
6649 sort-fields.
6650 (bibtex-format-entry, bibtex-reformat): Honor this option.
6651 (bibtex-parse-entry): Return fields in proper order.
6652
8eda563d
JB
66532011-06-05 Juanma Barranquero <lekktu@gmail.com>
6654
6655 * doc-view.el (doc-view-remove-if): Move computation of result out
6656 of `dolist' to silence misleading lexical-binding warning.
6657
7dbe3dbc
CY
66582011-06-04 Chong Yidong <cyd@stupidchicken.com>
6659
6660 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
6661 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
6662
0c33dd17
MA
66632011-06-04 Michael Albinus <michael.albinus@gmx.de>
6664
6665 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
6666 "SunOS 5.10".
6667
f8f91c2b
MA
66682011-06-04 Michael Albinus <michael.albinus@gmx.de>
6669
6670 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
6671 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
6672 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
6673 (tramp-parse-putty):
6674 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
6675 (tramp-completion-function-alist-ssh)
6676 (tramp-completion-function-alist-telnet)
6677 (tramp-completion-function-alist-su)
6678 (tramp-completion-function-alist-putty): Set `tramp-autoload'
6679 cookie.
6680
6681 * net/tramp-ftp.el:
6682 * net/tramp-sh.el:
6683 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
6684 load "tramp.el" `tramp-set-completion-function'.
6685
e17d9003
SM
66862011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6687
6688 * shell.el: Require and use pcomplete.
6689 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
6690 (shell-completion-vars): Set pcomplete-default-completion-function.
6691
6c4cab03
DD
66922011-06-04 Deniz Dogan <deniz@dogan.se>
6693
6694 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
6695 `memq' (Bug#8799).
6696
ea9fafe0
SM
66972011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
6700
b3e945d3
JB
67012011-06-02 Juanma Barranquero <lekktu@gmail.com>
6702
6703 * bs.el (bs--mark-unmark, bs--nth-wrapper):
6704 * mpc.el (mpc-select-extend, mpc-songpointer-context):
6705 * vc/log-view.el (log-view-beginning-of-defun):
6706 * vc/smerge-mode.el (smerge-apply-resolution-patch)
6707 (smerge-refine-forward, smerge-refine-chopup-region):
6708 Silence warning for unused `dotimes' counter variables.
6709
7d520089
SM
67102011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 * net/tramp.el (tramp-with-progress-reporter): Rename from
6713 with-progress-reporter. Use `declare'.
6714 * net/tramp-smb.el:
6715 * net/tramp-sh.el:
6716 * net/tramp-gvfs.el: Update all uses.
6717
a1c2400f
JB
67182011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
6719
6720 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
6721 buffer isn't killed before making it current.
6722
2403c841
SM
67232011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 Silence various byte-compiler warnings.
6726 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
6727 `access-type' and new obsolescence format.
6728 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
6729 new format.
6730 (byte-compile-check-variable): New `access-type' argument.
6731 Only warn if the access-type is obsolete.
6732 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6733 (byte-compile-variable-set): Adjust callers.
6734 * help-fns.el (describe-variable): Adjust to new obsolescence format.
6735 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
6736 setting it as obsolete.
6737 * simple.el (minibuffer-completing-symbol):
6738 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
6739 access as obsolete.
6740 * minibuffer.el (minibuffer-completing-file-name): Don't make it
6741 obsolete yet.
6742 * international/quail.el (quail-mouse-choose-completion): Remove unused
6743 code referring to obsolete var.
6744 (quail-choose-completion-string): Remove.
6745 * server.el (server-clients-with, server-kill-buffer-query-function)
6746 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
6747 * proced.el (proced-send-signal):
6748 * emacs-lisp/lisp.el (lisp-complete-symbol):
6749 Replace completion-annotate-function with completion-extra-properties.
6750
2462470b
SM
67512011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6752
fb5b2591
SM
6753 * simple.el (goto-line): Use read-number.
6754 (overriding-map-is-bound): Remove.
6755 (saved-overriding-map): Change default.
6756 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
6757 Take the map as argument.
6758 (universal-argument, negative-argument, digit-argument): Use it.
6759 (restore-overriding-map): Adjust.
6760 (do-auto-fill): Use fill-forward-paragraph.
6761 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
6762
fd6fa53f
SM
6763 * minibuffer.el (minibuffer-inactive-mode-map): New var.
6764 (minibuffer-inactive-mode): New major mode.
6765 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
6766 the *Messages* buffer" hack.
6767 (mouse-popup-menubar): Don't burp if the event is a normal key.
6768
2462470b
SM
6769 Miscellaneous tweaks.
6770 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
6771 lexical scoping as in subr.el's dolist and dotimes.
6772 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
6773 Silence compiler warning.
6774 * thingatpt.el (forward-whitespace): Trivial coding style fix.
6775 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
6776 * international/ccl.el (ccl-compile): Trivial simplification.
6777 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
6778 * emacs-lisp/testcover.el (testcover-end): Remove spurious
6779 `printflag' argument.
6780 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6781 Purecopy the whole obsolescence data.
6782
108bf785
LL
67832011-06-01 Leo Liu <sdl.web@gmail.com>
6784
6785 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
6786 improve doc-string as suggested by Marco Pessotto
6787 <melmothx@gmail.com>.
6788 (rcirc-print): Fix last change.
6789
30a23501
SM
67902011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6791
6792 * minibuffer.el (complete-with-action): Return nil for the metadata and
6793 boundaries of non-functional tables.
6794 (completion-table-dynamic): Return nil for the metadata.
6795 (completion-table-with-terminator): Add default case, using
6796 complete-with-action.
6797 (completion--metadata): New function.
6798 (completion-all-sorted-completions, minibuffer-completion-help): Use it
6799 to try and avoid pathological performance problems.
6800 (completion--embedded-envvar-table): Return `category' metadata.
6801
bcd54f83
LMI
68022011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6803
6804 * subr.el (process-alive-p): New tiny convenience function.
6805
e227544d
SM
68062011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6807
6808 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
6809 content but also its previous major mode.
6810
e8296fdc
HE
68112011-05-31 Helmut Eller <eller.helmut@gmail.com>
6812
4d61f28d 6813 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
6814 *Backtrace* buffer when we exit with C-M-c.
6815
620c53a6
SM
68162011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * minibuffer.el: Add metadata method to completion tables.
6819 (completion-category-overrides): New defcustom.
6820 (completion-metadata, completion--field-metadata)
6821 (completion-metadata-get, completion--styles)
6822 (completion--cycle-threshold): New functions.
6823 (completion-try-completion, completion-all-completions):
6824 Add `metadata' argument to choose completion-styles.
6825 (completion--do-completion): Use metadata to choose cycling.
6826 (completion-all-sorted-completions): Use metadata for sorting.
6827 Remove :completion-cycle-penalty which is not needed any more.
6828 (completion--try-word-completion): Add `metadata' argument.
6829 (minibuffer-completion-help): Check metadata for annotation function
6830 and sorting.
6831 (completion-file-name-table): Return `category' metadata.
6832 (minibuffer-completing-file-name): Make obsolete.
6833 * simple.el (minibuffer-completing-symbol): Make obsolete.
6834 * icomplete.el (icomplete-completions): Pass new `metadata' param to
6835 completion-try-completion.
6836
1257e755
SM
68372011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
6840
3767e706
LL
68412011-05-30 Leo Liu <sdl.web@gmail.com>
6842
6843 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
6844 (rcirc-print): Decode all incoming messages (bug#8744).
6845 (rcirc-decode-coding-system): Allow value nil for automatic coding
6846 system detection.
3767e706 6847
d1a5d56a
GM
68482011-06-01 Glenn Morris <rgm@gnu.org>
6849
6850 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
6851
e8cbec34
CY
68522011-05-29 Chong Yidong <cyd@stupidchicken.com>
6853
6854 * image.el (image-animate-max-time): Allow nil and t values.
6855 Default to nil.
6856 (create-animated-image): Doc fix.
6857 (image-animate-start): Remove second arg; just use
6858 image-animate-max-time.
6859 (image-animate-timeout): Doc fix. Args changed.
6860
6861 * image-mode.el (image-toggle-display-image): Ensure that the
6862 image spec passed to the animate timer is the same object as in
58179cce 6863 the buffer's display property (Bug#6981).
e8cbec34
CY
6864 (image-transform-properties): Doc fix.
6865
6866 * image.el (image-animate-max-time): Default to nil.
6867
159daf87
MR
68682011-05-29 Martin Rudalics <rudalics@gmx.at>
6869
6870 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
6871 entire buffer list (Bug#8184).
6872
d66c4c7c
CY
68732011-05-29 Chong Yidong <cyd@stupidchicken.com>
6874
6875 * image.el (imagemagick-types-inhibit)
6876 (imagemagick-register-types): Doc fix.
6877
80aec780
DD
68782011-05-29 Deniz Dogan <deniz@dogan.se>
6879
6880 * net/rcirc.el (rcirc): Use the user's stored encryption method by
6881 default.
6882
1dd3c2d9
CY
68832011-05-29 Chong Yidong <cyd@stupidchicken.com>
6884
6885 * select.el: Don't perform clipboard-manager saving in hooks;
6886 leave the hooks empty.
6887
60e56523
LL
68882011-05-28 Leo Liu <sdl.web@gmail.com>
6889
6890 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
6891 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
6892 (occur-edit-mode): New major mode (Bug#8463).
6893 (occur-after-change-function): New function.
6894 (occur-engine): Give Occur tags a read-only property.
6895
2b1e1a22
KR
68962011-05-28 Kevin Ryde <user42@zip.com.au>
6897
6898 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
6899
5d344e88
CY
69002011-05-28 Chong Yidong <cyd@stupidchicken.com>
6901
8e6ca83d
CY
6902 * bindings.el (help-echo): Make the initial non-indicator dash
6903 empty on graphical terminals (Bug#7295).
6904
5d344e88
CY
6905 * files.el (auto-mode-alist): Move config rule after the
6906 in-stripping one (Bug#8547).
6907
bfbbace7
CY
6908 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
6909
fbeba6e2
CY
6910 * startup.el (normal-splash-screen): Remove gratuitous mode-line
6911 setting (Bug#8740).
6912
60ed8c72
AA
69132011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
6914
4ac619f0
AA
6915 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
6916 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
6917 (Bug#8539).
60ed8c72 6918
23db196e
CY
69192011-05-28 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
6922
5012f24c
DK
69232011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
6924
6925 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
6926 (hs-hide-block-at-point, hs-find-block-beginning)
6927 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
6928 (Bug#8279).
6929
6a639b16
GM
69302011-05-28 Glenn Morris <rgm@gnu.org>
6931
6932 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
6933
d43eaf2c
CY
69342011-05-28 Chong Yidong <cyd@stupidchicken.com>
6935
5199bde1
CY
6936 * help-fns.el (describe-function-1): If the function is a derived
6937 major mode, print the parent mode.
6938
d43eaf2c
CY
6939 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
6940 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
6941
423428a8
SM
69422011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6943
0ff8e1ba 6944 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 6945 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
6946 * progmodes/etags.el (tags-completion-at-point-function):
6947 * info-look.el (info-lookup-completions-at-point): Mark as
6948 non-exclusive.
6949 (info-complete): Adjust accordingly.
6950
423428a8
SM
6951 * info-look.el: Convert to lexical-binding and completion-at-point.
6952 (info-lookup-completions-at-point): New function.
6953 (info-complete): Use it and completion-in-region.
6954
b74aa22b
DA
69552011-05-28 Drew Adams <drew.adams@oracle.com>
6956
6957 * isearch.el: Let M-e start with point at the first mismatched char.
6958 (isearch-fail-pos): New function.
6959 (isearch-edit-string): Use it.
6960
66e2e71d
DK
69612011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
6962
6963 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
6964
eb95d01d
TC
69652009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
6966
6967 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
6968 traversal functions for avl-trees.
6969 (avl-tree--stack): New struct.
6970 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
6971 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
6972 (avl-tree--do-enter): Add optional `updatefun' arg.
6973 Change return value.
eb95d01d 6974 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
6975 (avl-tree--do-delete): Add `test' and `nilflag' args.
6976 Change return value.
eb95d01d
TC
6977 (avl-tree-member): Add optional `nilflag'
6978 (avl-tree-member-p): New function.
6979 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
6980 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
6981 (avl-tree-stack-empty-p): New functions.
6982
3769ddcf
TC
69832009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
6984
6985 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
6986 avl-tree--del-balance1 and make it work both ways.
6987 (avl-tree--del-balance2): Remove.
6988 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
6989 make it work both ways.
6990 (avl-tree--enter-balance2): Remove.
6991 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
6992 New macros.
6993 (avl-tree--mapc, avl-tree-map): Add direction argument.
6994
eb95d01d 69952011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
6996
6997 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
6998
a9f737ee
CY
69992011-05-27 Chong Yidong <cyd@stupidchicken.com>
7000
7001 * select.el: Support clipboard managers with built-in function
7002 x-clipboard-manager-save, via delete-frame-functions and
7003 kill-emacs-hook.
7004 (xselect-convert-to-targets): Add MULTIPLE target to list.
7005 (xselect-convert-to-save-targets): New function.
7006
c92a1e54
KH
70072011-05-27 Kenichi Handa <handa@m17n.org>
7008
7009 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7010 let-binding rfc2047-encode-encoded-words to nil.
7011
e145f188
GM
70122011-05-27 Glenn Morris <rgm@gnu.org>
7013
5ec8a862
GM
7014 * mail/emacsbug.el: Don't require url-util.
7015
4b29d9fb
GM
7016 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
7017
e145f188
GM
7018 * files.el (set-auto-mode):
7019 Also respect mode: entries at the end of the file. (Bug#8586)
7020
7d15102b
GM
70212011-05-26 Glenn Morris <rgm@gnu.org>
7022
98f593b8
GM
7023 * files.el (hack-local-variables-prop-line, hack-local-variables):
7024 Downcase mode names, as seems to be traditional.
27b48e63 7025 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 7026
7d15102b
GM
7027 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7028 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
7029
51d5b4ec
JD
70302011-05-25 Julien Danjou <julien@danjou.info>
7031
7032 * textmodes/rst.el (rst-define-level-faces): Do not define face
7033 symbol if it is already defined.
7034
91513f63
VB
70352011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
7036
7037 * play/5x5.el (5x5-new-game, 5x5-randomize):
7038 Reset 5x5-solver-output to nil when a new grid is cast.
7039 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7040 these debugging traces, as defmacro breaks the compiled code.
7041
4d90d6d0
DK
70422011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7043
7044 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7045
e1b90ef6
LL
70462011-05-24 Leo Liu <sdl.web@gmail.com>
7047
7048 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7049 (vc-bzr-sha1): Adapt.
7050
d8e4b68b 7051 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
7052
7053 * bindings.el: Provide sha1 feature.
7054
db0406bb 70552011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
7056
7057 * mail/sendmail.el: Require `rfc2047'.
7058 (mail-insert-from-field): Do not perform RFC2047 encoding.
7059 (mail-encode-header): New function.
7060 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
7061 buffer to the return value of select-message-coding-system.
7062 Call mail-encode-header.
b8d747b9
KH
7063
7064 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7065
db0406bb 70662011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 7067
4d90d6d0
DK
7068 * mail/supercite.el (sc-default-cite-frame):
7069 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 7070
eb8a5e9b
GM
70712011-05-24 Glenn Morris <rgm@gnu.org>
7072
f8630703
GM
7073 * progmodes/python.el (brm-menu): Declare.
7074
8831bbed
GM
7075 * emulation/viper.el (viper-set-hooks): Declare.
7076
eb8a5e9b
GM
7077 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7078 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7079 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7080 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7081 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7082 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7083
a2a25d24
SM
70842011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 Add an :exit-function for completion-at-point.
7087
7088 * minibuffer.el (completion--done): New fun.
7089 (completion--do-completion): Use it. New arg `expect-exact'.
7090 (minibuffer-complete, minibuffer-complete-word): Don't output message,
7091 since completion--do-completion does it for us now.
7092 (minibuffer-force-complete): Use completion--done and
7093 completion--replace. Handle sole-completion case with more care.
7094 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7095 (completion-extra-properties): New var.
7096 (completion-annotate-function): Make obsolete.
7097 (minibuffer-completion-help): Adjust accordingly.
7098 Use completion-list-insert-choice-function.
7099 (completion-at-point, completion-help-at-point):
7100 Bind completion-extra-properties.
7101 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7102 * simple.el (completion-list-insert-choice-function): New var.
7103 (completion-setup-function): Preserve it.
7104 (choose-completion): Pay attention to it, shuffle the code a bit.
7105 (choose-completion-string): New arg `insert-function'.
7106
7107 * textmodes/bibtex.el: Convert to lexical binding.
7108 (bibtex-mode-map): Use completion-at-point.
7109 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7110 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7111 (bibtex-complete): Define as obsolete alias.
7112 (bibtex-complete-internal): Remove.
7113 (bibtex-format-entry): Remove unused sub-group in regexp.
7114 * shell.el (shell--command-completion-data)
7115 (shell-environment-variable-completion):
7116 * pcomplete.el (pcomplete-completions-at-point):
7117 * comint.el (comint--complete-file-name-data): Use :exit-function
7118 instead of completion-table-with-terminator so it also works for
7119 choose-completion.
7120
e44e373d
SM
71212011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7122
4f91a816
SM
7123 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7124
782fc819
SM
7125 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7126 (bug#8710).
7127
e44e373d
SM
7128 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7129
381987c3
KM
71302011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
7131
7132 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7133 customization variable and implement: If non-nil, auto-fill will
7134 be inhibited while on topic's header line.
7135
b776bc70
VB
71362011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
7137
7138 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 7139 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
7140 always have a solution in grid size = 5 cases.
7141 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7142 (5x5-solver-output, 5x5-log-buffer): New vars.
7143 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7144 Make these variables buffer local to achieve 5x5 multi-session-ness.
7145 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7146 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7147 (5x5-solve-suggest): New funs.
7148 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7149 randomize a grid so that we ensure that there is always a solution.
7150 (5x5-make-random-grid): Allow other movement than flipping.
7151
7de88b6e
KR
71522011-05-23 Kevin Ryde <user42@zip.com.au>
7153
7154 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 7155 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
7156 advice and passes PREDICATE.
7157
b1ef1257
SM
71582011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7159
bbca48fe
SM
7160 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7161 byte-compile-lambda if it's actually a lambda.
7162
b1ef1257
SM
7163 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7164 Fix function quoting. Use backquote better.
7165
92a9cc65
YS
71662011-05-22 Yuanle Song <sylecn@gmail.com>
7167
7168 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7169 matching (Bug#8516).
7170
f0fb8059
JA
71712011-01-22 Jari Aalto <jari.aalto@cante.net>
7172
7173 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7174 different face (Bug#8178).
7175
d5b44c93
CY
71762011-05-22 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7179 defface (Bug#8144).
7180
79106a44
SM
71812011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7182
9c848d8a
SM
7183 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7184 funcall as well (bug#8712). Warn when performing those conversions.
7185 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7186
79106a44
SM
7187 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7188
88dfa756
GM
71892011-05-22 Glenn Morris <rgm@gnu.org>
7190
7191 * files.el (hack-local-variables-prop-line): Small simplifications.
7192 (hack-local-variables, hack-local-variables-prop-line):
7193 If MODE-ONLY, return the mode, rather than just `t'.
7194
b7cf2c79
SM
71952011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7198
3f1a8558
GM
71992011-05-21 Glenn Morris <rgm@gnu.org>
7200
7e4ccca3
GM
7201 * files.el (hack-local-variables-prop-line, hack-local-variables):
7202 If only interested in the mode, don't bother doing the other stuff.
7203
637d46ca
GM
7204 * image-mode.el (image-after-revert-hook):
7205 Redraw all frames on which the image is visible. (Bug#8567)
7206
973d955b
GM
7207 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
7208
3f1a8558
GM
7209 * wid-edit.el (widget-checklist-match-inline):
7210 Fix 2011-04-19 change. (Bug#8649)
7211
96479927
SM
72122011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7213
1dcf791f
SM
7214 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7215 Also allow singlespace after single-letter capitals followed by a dot.
7216
96479927
SM
7217 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7218 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7219
35fd0881
N
72202011-05-20 Nix <nix@esperi.org.uk>
7221
7222 * files.el (basic-save-buffer-2):
7223 Fix handling of break-hardlink-on-save with non-existent files.
7224
82745640
DD
72252011-05-19 Deniz Dogan <deniz@dogan.se>
7226
7227 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 7228 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 7229
4a720484
GM
72302011-05-19 Glenn Morris <rgm@gnu.org>
7231
d1f21341
GM
7232 * progmodes/f90.el (f90-type-def-re):
7233 Handle "type, bind(c)". (Bug#8691)
7234
4a720484
GM
7235 * emacs-lisp/autoload.el (batch-update-autoloads):
7236 Set autoload-excludes by parsing loadup.el rather than Makefiles.
7237
2fb0a219
MA
72382011-05-18 Michael Albinus <michael.albinus@gmx.de>
7239
7240 * net/tramp.el (tramp-process-actions): Set "first-password-request"
7241 property for the correct connection in case of multihops.
7242
e565dd37
GM
72432011-05-18 Glenn Morris <rgm@gnu.org>
7244
c2571358 7245 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
7246 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7247
e565dd37
GM
7248 Rationalize calendar handling of day and month abbrev-arrays.
7249 * calendar/calendar.el (calendar-customized-p): New function.
7250 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7251 (calendar-day-name-array, calendar-month-name-array): Doc fix.
7252 Add :set function.
7253 (calendar-abbrev-length, calendar-day-abbrev-array)
7254 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7255 (calendar-day-abbrev-array, calendar-month-abbrev-array):
7256 Elements may no longer be nil.
7257 (calendar-day-name, calendar-month-name):
7258 Update for changed nature of abbrev arrays.
7259 * calendar/diary-lib.el (diary-name-pattern):
7260 Update for changed nature of abbrev arrays.
7261 (diary-mark-entries-1): Update calendar-make-alist calls.
7262 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7263 * calendar/cal-html.el (cal-html-day-abbrev-array):
7264 Simply inherit from calendar-day-abbrev-array.
7265
1d99a745
SM
72662011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * progmodes/grep.el (grep-mode): Disable default
7269 compilation-directory-matcher setting (bug#8684).
7270
7c1d9aa0
MA
72712011-05-17 Michael Albinus <michael.albinus@gmx.de>
7272
7273 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7274 instead of "head" and "tail". There were problems with SunOS 5.9,
7275 and it performs better.
7276
3952e9d8
GM
72772011-05-17 Glenn Morris <rgm@gnu.org>
7278
2dd12e7f
GM
7279 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7280
e4157b9c
GM
7281 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7282 Replace obsolete function.
7283
8e249bbd
GM
7284 * shell.el (pcomplete-parse-arguments-function): Declare.
7285
3952e9d8
GM
7286 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7287 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7288 (appt-check): Doc fixes.
7289 (appt-disp-window-function, appt-delete-window-function):
7290 Remove needless special case in custom :type.
7291 (appt-display-count): Default to 0, not nil.
7292 (appt-check): Reset appt-display-count to 0, not nil.
7293
c71a0d48 72942011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 7295
c71a0d48
GM
7296 * progmodes/python.el (python-font-lock-keywords):
7297 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 7298
31d55be9
SM
72992011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7300
7301 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7302
3bfacb2f
KR
73032011-05-16 Kevin Ryde <user42@zip.com.au>
7304
7305 * info-look.el (makefile-automake-mode): New setups, looking in
7306 automake manual, then makefile-mode.
7307 (makefile-mode): Remove automake manual, have it just in
7308 makefile-automake-mode since there's various things different or
7309 not relevant to plain make.
7310 (makefile-mode): Remove "other-modes" non-existent automake-mode,
7311 believe a hypothetical automake-mode would go to makefile-mode,
7312 not the other way around.
7313
c8e83751
CY
73142011-05-15 Chong Yidong <cyd@stupidchicken.com>
7315
5e9e35cd
CY
7316 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7317 hunk-end tags (Bug#8672).
7318
c8e83751
CY
7319 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7320 vc-annotate-show-diff-revision-at-line (Bug#8671).
7321
50b23e5a
GM
73222011-05-14 Glenn Morris <rgm@gnu.org>
7323
7210a739
GM
7324 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7325 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
7326 (change-log-font-lock-keywords): Also handle multiple author lines
7327 with leading tabs. (Bug#8644)
7210a739 7328
4691905a
GM
7329 * calendar/appt.el (appt-check): Rename some local variables.
7330 Some simplification/reordering.
7331
50b23e5a
GM
7332 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7333 (feedmail-sendmail-f-doesnt-sell-me-out)
7334 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7335 (feedmail-debug-sit-for, feedmail-queue-express-hook)
7336 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
7337 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7338 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
7339 (feedmail-binmail-gnulinuxish-template):
7340 Rename from feedmail-binmail-linuxish-template.
7341 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7342 Use insert-buffer-substring.
7343
215cda7c
BC
73442011-05-14 Bill Carpenter <bill@carpenter.org>
7345
7346 * mail/feedmail.el (feedmail-patch-level): Increase.
7347 (feedmail-debug): New custom group.
7348 (feedmail-confirm-outgoing-timeout)
7349 (feedmail-sendmail-f-doesnt-sell-me-out)
7350 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7351 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7352 (feedmail-sender-line, feedmail-from-line)
7353 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 7354 (feedmail-spray-this-address)
215cda7c
BC
7355 (feedmail-spray-address-fiddle-plex-list)
7356 (feedmail-queue-use-send-time-for-date)
7357 (feedmail-queue-use-send-time-for-message-id)
7358 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7359 (feedmail-buffer-eating-function):
7360 Doc fixes.
7361 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7362 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7363 (feedmail-message-action-scroll-down): New functions.
7364 (feedmail-queue-directory, feedmail-queue-draft-directory):
7365 Use expand-file-name.
7366 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7367 Remove C-v help entry.
7368 (feedmail-queue-buffer-file-name): New variable.
7369 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7370 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7371 (feedmail-message-action-send-strong, feedmail-message-action-edit)
7372 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7373 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7374 (feedmail-message-action-toggle-spray)
7375 (feedmail-run-the-queue-no-prompts)
7376 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7377 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7378 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7379 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7380 (feedmail-envelope-deducer, feedmail-fiddle-from)
7381 (feedmail-fiddle-sender, feedmail-default-date-generator)
7382 (feedmail-fiddle-date, feedmail-fiddle-message-id)
7383 (feedmail-fiddle-spray-address)
7384 (feedmail-fiddle-list-of-spray-fiddle-plexes)
7385 (feedmail-fiddle-list-of-fiddle-plexes)
7386 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7387 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7388 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7389 Change default. Doc fix.
7390 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7391 (feedmail-binmail-linuxish-template): New constant.
7392 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
7393 Respect feedmail-sendmail-f-doesnt-sell-me-out.
7394 (feedmail-send-it): Add debug call.
7395 Use feedmail-queue-buffer-file-name, and
7396 feedmail-send-it-immediately-wrapper.
7397 (feedmail-message-action-send): Add debug call.
7398 Use feedmail-send-it-immediately-wrapper.
7399 (feedmail-queue-express-to-queue): Add debug call.
7400 Run feedmail-queue-express-hook.
7401 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
7402 (feedmail-message-action-help-blat):
7403 Rename from feedmail-queue-send-edit-prompt-help-first.
7404 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
7405 Check line-endings. Handle errors better.
7406 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7407 Doc fix. Add debug call.
7408 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
7409 Use feedmail-queue-send-edit-prompt-inner.
7410 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7411 (feedmail-queue-send-edit-prompt-inner): New function, extracted
7412 from feedmail-queue-send-edit-prompt.
7413 (feedmail-queue-send-edit-prompt-help)
7414 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7415 (feedmail-tidy-up-slug): Add debug call.
7416 Respect feedmail-queue-slug-suspect-regexp.
7417 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7418 (feedmail-dump-message-to-queue): Add debug call.
7419 Expand queue-directory.
7420 (feedmail-dump-message-to-queue): Change message slightly.
7421 Use feedmail-say-chatter.
7422 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
7423 (feedmail-send-it-immediately-wrapper): New function.
7424 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
7425 Insert empty string rather than newline. Handle full-frame case.
7426 Use catch/throw. Use feedmail-say-chatter.
7427 (feedmail-fiddle-from): Try mail-host-address.
7428 (feedmail-default-message-id-generator): Doc fix.
7429 Bind system-time-locale. Handle missing end.
7430 (feedmail-fiddle-x-mailer): Add debug call.
7431 Handle feedmail-x-mailer-line being nil.
7432 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7433 Add debug call. Use buffer-substring-no-properties.
7434 (feedmail-say-debug, feedmail-say-chatter): New functions.
7435 (feedmail-find-eoh): Give an explicit error.
7436
42c7e61e
UJ
74372011-05-13 Ulf Jasper <ulf.jasper@web.de>
7438
c2571358 7439 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 7440 family from helvetica to sans.
c2571358 7441 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7442 etc/images/newsticker.
7443
c2571358 7444 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
7445 family from helvetica to sans.
7446
7447 * net/newst-plainview.el (newsticker-new-item-face)
7448 (newsticker-old-item-face, newsticker-immortal-item-face)
7449 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 7450 (newsticker-statistics-face): Change default family from
42c7e61e 7451 helvetica to sans.
c2571358 7452 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7453 etc/images/newsticker.
7454
7455 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7456 (newsticker--process-auto-mark-filter-match): : Tell user about
7457 auto-marking.
7458
8497a297
DV
74592011-05-13 Didier Verna <didier@xemacs.org>
7460
7461 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
7462 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7463 TODO entries.
8497a297
DV
7464 (lisp-lambda-list-keyword-parameter-indentation)
7465 (lisp-lambda-list-keyword-parameter-alignment)
7466 (lisp-lambda-list-keyword-alignment): New customizable user options.
7467 (lisp-indent-defun-method): Improve docstring.
7468 (extended-loop-p): Fix comment.
7469 (lisp-indent-lambda-list-keywords-regexp): New variable.
7470 (lisp-indent-lambda-list): New function.
7471 (lisp-indent-259): Use it.
7472 (lisp-indent-defmethod): Support for more than one
7473 method qualifier and properly indent methods lambda-lists.
7474 (defgeneric): Provide a missing common-lisp-indent-function property.
7475
f278f87f
SM
74762011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7479 bounds for the empty string (bug#8667).
7480
5233edd7
GM
74812011-05-13 Glenn Morris <rgm@gnu.org>
7482
5237a44f
GM
7483 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7484
8340026c 7485 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 7486 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 7487
5233edd7 7488 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 7489 (appt-time-msg-list): Doc fix.
a5464014 7490 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 7491
92d10796
AS
74922011-05-12 Andreas Schwab <schwab@linux-m68k.org>
7493
7494 * progmodes/ld-script.el (ld-script-keywords)
7495 (ld-script-builtins): Update keywords list.
7496
914a0ae1
SM
74972011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7498
c89be45f
SM
7499 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7500
914a0ae1
SM
7501 * shell.el (shell-completion-vars): New function.
7502 (shell-mode):
7503 * simple.el (read-shell-command): Use it.
7504 (blink-matching-open): No need for " [...]" in minibuffer-message.
7505
98dc3df3
GM
75062011-05-12 Glenn Morris <rgm@gnu.org>
7507
7508 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7509 (appt-check): Simplify.
7510
d2fc7e3d 75112011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 7512
4d61f28d 7513 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
7514 literal "/dev/null".
7515
d2fc7e3d 75162011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
7517
7518 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7519 Fix typo.
7520
d2fc7e3d 75212011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 7522
3f254caa
SM
7523 * progmodes/which-func.el (which-function):
7524 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
7525 which might not be defined (Bug#8260).
7526
d45885f7
GM
75272011-05-12 Glenn Morris <rgm@gnu.org>
7528
7529 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7530 Let byte-compile-initial-macro-environment always take precedence.
7531
488086f4
SM
75322011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * net/rcirc.el: Add support for SSL/TLS connections.
7535 (rcirc-server-alist): New field `encryption'.
7536 (rcirc): Check `encryption' settings.
7537 (rcirc-connect): New arg `encryption'. Use open-network-stream.
7538 Merge make-local-variable into `set'.
7539 (rcirc--connection-open-p): New function.
7540 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7541 the process is not a network process (e.g. running gnutls-cli).
7542 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7543 Make rcirc-(en|de)code-coding-system local here.
7544 (rcirc-mode): Merge make-local-variable into `set'.
7545 (rcirc-parent-buffer): Make permanent buffer-local.
7546 (rcirc-multiline-minor-mode): Don't do it here.
7547 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7548 there's no server buffer.
7549
7d3b9d44
GM
75502011-05-11 Glenn Morris <rgm@gnu.org>
7551
f64049c6
GM
7552 * newcomment.el (comment-kill): Prefix "unused" local.
7553
93c9df73
GM
7554 * term/w32console.el (get-screen-color): Declare.
7555
7d3b9d44
GM
7556 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7557 Handle symbol elements of byte-compile-initial-macro-environment.
7558
9e2dd53f
LL
75592011-05-10 Leo Liu <sdl.web@gmail.com>
7560
488086f4
SM
7561 * bookmark.el (bookmark-bmenu-mode-map):
7562 Bind bookmark-bmenu-search to `/'.
8b340240 7563
9e2dd53f 7564 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
7565 (footnote-unicode-string, footnote-unicode-regexp): New variable.
7566 (Footnote-unicode): New function.
7567 (footnote-style-alist): Add unicode style to the list.
7568 (footnote-style): Doc fix.
9e2dd53f 7569
79b70037
GM
75702011-05-10 Jim Meyering <meyering@redhat.com>
7571
7572 Fix doubled-word typos.
7573 * international/quail.el (quail-insert-kbd-layout): and and -> and
7574 * kermit.el: and and -> and
7575 * net/ldap.el (ldap-search-internal): to to -> to
7576 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7577 * progmodes/js.el (js-mode): and and -> and
7578 * textmodes/artist.el (artist-move-to-xy): at at -> at
7579 (artist-draw-region-trim-line-endings): if if -> if
7580 And Safetyc -> Safety.
7581 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7582
b8f82dc1 75832011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 7584 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
7585
7586 * files.el (hack-one-local-variable-eval-safep):
7587 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
7588
4f99f44b
GM
75892011-05-10 Glenn Morris <rgm@gnu.org>
7590
7591 * calendar/diary-lib.el (diary-list-entries-hook)
7592 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7593 (diary-nongregorian-marking-hook, diary-list-entries)
7594 (diary-include-other-diary-files, diary-mark-entries)
7595 (diary-mark-included-diary-files): Doc fixes.
7596
84f29e6b
JB
75972011-05-09 Juanma Barranquero <lekktu@gmail.com>
7598
7599 * misc.el: Require tabulated-list.el during compilation.
7600
9bedd73a
CY
76012011-05-09 Chong Yidong <cyd@stupidchicken.com>
7602
488086f4
SM
7603 * progmodes/compile.el (compilation-start):
7604 Run compilation-filter-hook for the async case too.
9bedd73a
CY
7605 (compilation-filter-hook): Doc fix.
7606
797c735c
DD
76072011-05-09 Deniz Dogan <deniz@dogan.se>
7608
7609 * wdired.el: Remove outdated installation comment. Fix usage
7610 comment.
7611
5f4b1dfe
JB
76122011-05-09 Juanma Barranquero <lekktu@gmail.com>
7613
7614 * misc.el: Implement new command `list-dynamic-libraries'.
7615 (list-dynamic-libraries--loaded-only-p): New variable.
7616 (list-dynamic-libraries--refresh): New function.
7617 (list-dynamic-libraries): New command.
7618
4c44026c
CY
76192011-05-09 Chong Yidong <cyd@stupidchicken.com>
7620
488086f4
SM
7621 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7622 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
7623 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
7624 higher priority to avoid clobbering by gnu.
7625
027f966d
CY
76262011-05-08 Chong Yidong <cyd@stupidchicken.com>
7627
7628 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
7629 if the face has existing theme settings (Bug#8454).
7630
085f5d7d
CY
76312011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
7632
488086f4
SM
7633 * progmodes/perl-mode.el (perl-imenu-generic-expression):
7634 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 7635
2a86a00c
RS
7636 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
7637 special file names `.' and `..' (Bug#8259).
7638
d9c54a06
CY
76392011-05-08 Chong Yidong <cyd@stupidchicken.com>
7640
488086f4
SM
7641 * progmodes/grep.el (grep-mode-font-lock-keywords):
7642 Remove buffer-changing entries.
d9c54a06
CY
7643 (grep-filter): New function.
7644 (grep-mode): Add it to compilation-filter-hook.
7645
7646 * progmodes/compile.el (compilation-filter-hook)
7647 (compilation-filter-start): New defvars.
7648 (compilation-filter): Call compilation-filter-hook prior to
7649 updating the process mark.
7650
c4662635
SM
76512011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7652
7653 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
7654
b0512a1d
EZ
76552011-05-07 Eli Zaretskii <eliz@gnu.org>
7656
605c9376
EZ
7657 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
7658 mailclient-send-it even if window-system is nil. (Bug#8595)
7659
c4662635
SM
7660 * term/w32console.el (terminal-init-w32console):
7661 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
7662 background-mode. (Bug#8597)
7663
d1dc2cc2
SM
76642011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7665
7666 Make bytecomp.el understand that defmethod defines funs (bug#8631).
7667 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
7668 New functions.
7669 (defgeneric, eieio--defmethod): Use them.
7670 (eieio-defgeneric): Remove.
7671 (defmethod): Call defgeneric in a way visible to the byte-compiler.
7672
915d1300
GM
76732011-05-07 Glenn Morris <rgm@gnu.org>
7674
a3961c3e
GM
7675 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
7676 Use let rather than let*.
7677 (timeclock-find-discrep): Remove unused local.
7678
314347b9
GM
7679 * calendar/diary-lib.el (diary-comment-start): Doc fix.
7680
915d1300
GM
7681 * calendar/appt.el (appt-time-msg-list): Doc fix.
7682
275b59b0
NF
76832011-05-06 Noah Friedman <friedman@splode.com>
7684
7685 * apropos.el (apropos-print-doc): Only use
7686 emacs-lisp-docstring-fill-column when it is bound to an integer,
7687 per that variable's documentation.
7688
6c19f744
SM
76892011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7690
7691 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 7692 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 7693
60f884b2
GM
76942011-05-06 Glenn Morris <rgm@gnu.org>
7695
5006e634
GM
7696 * calendar/appt.el (appt-message-warning-time): Doc fix.
7697 (appt-warning-time-regexp): New option.
7698 (appt-make-list): Respect appt-message-warning-time.
7699
548d0a63
GM
7700 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
7701 New options.
7702 (diary-add-to-list): Strip comments from the displayed string.
7703 (diary-mode): Set comment-start and comment-end.
7704
60f884b2
GM
7705 * vc/diff-mode.el (smerge-refine-subst): Declare.
7706 (diff-refine-hunk): Don't require smerge-mode when compiling.
7707
989681bb
JB
77082011-05-06 Juanma Barranquero <lekktu@gmail.com>
7709
7710 * simple.el (list-processes): Return nil as the docstring says.
7711
a6bc05e1
MA
77122011-05-05 Michael Albinus <michael.albinus@gmx.de>
7713
7714 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
7715 to "".
7716 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7717 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
7718 determining of binary transfer. (Bug#7383)
7719
23c22e9a
MA
77202011-05-05 Michael Albinus <michael.albinus@gmx.de>
7721
c4662635
SM
7722 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7723 Fix port computation bug. (Bug#8618)
23c22e9a 7724
0bff894f
GM
77252011-05-05 Glenn Morris <rgm@gnu.org>
7726
b8296902
GM
7727 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
7728
1f522ce8
GM
7729 * simple.el (shell-dynamic-complete-functions)
7730 (comint-dynamic-complete-functions): Declare.
7731
cf5bee67
GM
7732 * net/network-stream.el (gnutls-negotiate):
7733 * simple.el (tabulated-list-print): Fix declarations.
7734
7735 * progmodes/gud.el (syntax-symbol, syntax-point):
7736 Remove unnecessary and incorrect declarations.
7737
0bff894f
GM
7738 * emacs-lisp/check-declare.el (check-declare-scan):
7739 Handle byte-compile-initial-macro-environment in bytecomp.el
7740
9869b3ae
SM
77412011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7742
7743 Fix earlier half-done eieio-defmethod change (bug#8338).
7744 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
7745 Streamline and change calling convention.
7746 (defmethod): Adjust accordingly and simplify.
7747 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
7748 new eieio--defmethod.
7749 (slot-boundp): Minor CSE simplification.
7750
9c1d5ac5
MZ
77512011-05-05 Milan Zamazal <pdm@zamazal.org>
7752
7753 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
7754 (glasses-make-readable): Use glasses-separate-capital-groups.
7755
455c834e
JB
77562011-05-05 Juanma Barranquero <lekktu@gmail.com>
7757
7758 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
7759 (warning-series): Doc fix.
7760 (display-warning): Don't try to create the buffer if we just found it.
7761
9ed7c8cb
CY
77622011-05-04 Chong Yidong <cyd@stupidchicken.com>
7763
7764 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
7765 (autoload-find-generated-file): New function.
7766 (generate-file-autoloads): Bind generated-autoload-file to
7767 buffer-file-name.
9869b3ae
SM
7768 (update-file-autoloads, update-directory-autoloads):
7769 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
7770 output file (Bug#7989).
7771 (batch-update-autoloads): Doc fix.
7772
0898ca10
JB
77732011-05-04 Juanma Barranquero <lekktu@gmail.com>
7774
7775 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
7776
31dfb76c
GM
77772011-05-04 Glenn Morris <rgm@gnu.org>
7778
f330b642
GM
7779 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
7780 function, so it follows changes in calendar-date-style.
7781 (diary-fancy-date-matcher): New function.
7782 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
7783 (diary-fancy-font-lock-fontify-region-function):
7784 Use diary-fancy-date-pattern as a function.
7785
31dfb76c
GM
7786 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
7787 non-numbers for `year' etc pseudo-variables. (Bug#8583)
7788
48e79d6a
TZ
77892011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
7790
7791 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
7792 instead of positional arguments. Allow :keylist and :crlfiles
7793 arguments.
7794 (open-gnutls-stream): Call it.
7795
7796 * net/network-stream.el (network-stream-open-starttls): Adjust to
7797 call `gnutls-negotiate' with :process and :hostname arguments.
7798
dd5a5ee0
SM
77992011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7800
ef80fc09
SM
7801 * minibuffer.el (completion--message): New function.
7802 (completion--do-completion, minibuffer-complete)
7803 (minibuffer-force-complete, minibuffer-complete-word): Use it.
7804 (completion--do-completion): Don't ignore completion-auto-help when in
7805 icomplete-mode.
7806
dd5a5ee0
SM
7807 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
7808 internal encoding (e.g. tibetan zero is not whitespace).
7809 (global-whitespace-mode): Prefer save-current-buffer.
7810 (whitespace-trailing-regexp): Remove useless save-match-data.
7811 (whitespace-empty-at-bob-regexp): Minor simplification.
7812
b7d22a83
CY
78132011-05-03 Chong Yidong <cyd@stupidchicken.com>
7814
7815 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
7816
5192af46
AM
78172011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7818
7819 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 7820 Use `concat' to create string for insertion.
5192af46 7821
5767d190
SM
78222011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
7825 Avoid open-line which runs post-self-insert-hook.
7826 (bibtex-fill-entry): Remove unused `end' var.
7827
bf242939
AM
78282011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
7829
5767d190
SM
7830 * textmodes/ispell.el (ispell-add-per-file-word-list):
7831 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 7832
25666126
LL
78332011-05-03 Leo Liu <sdl.web@gmail.com>
7834
7835 * isearch.el (isearch-yank-pop): New command.
5767d190 7836 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
7837 (isearch-forward): Mention it.
7838
52d3c2d0
SM
78392011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7840
1bcace58
SM
7841 * simple.el (minibuffer-complete-shell-command): Remove.
7842 (minibuffer-local-shell-command-map): Use completion-at-point.
7843 (read-shell-command): Setup completion vars here instead.
7844 (read-expression-map): Bind TAB to symbol completion.
7845
52d3c2d0
SM
7846 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
7847 error directly rather via storing it into `results'.
7848
35813471
LL
78492011-05-02 Leo Liu <sdl.web@gmail.com>
7850
7851 * vc/diff.el: Fix description.
7852
e793a940
LMI
78532011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7854
7855 * server.el (server-eval-at): New function.
7856
8de66e05
LMI
78572011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7858
7859 * net/network-stream.el (open-network-stream): Take a :nowait
7860 parameter and pass it on to `make-network-process'.
7861 (network-stream-open-plain): Ditto.
7862
dcb79f20
AS
78632011-04-30 Andreas Schwab <schwab@linux-m68k.org>
7864
7865 * faces.el (face-spec-set-match-display): Don't match toolkit
7866 options on terminal frames.
7867
14a7fbd8
SM
78682011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7eabc1be
SM
7870 * progmodes/pascal.el: Use lexical binding.
7871 (pascal-mode-map): Remove author preferences.
7872
14a7fbd8
SM
7873 * pcomplete.el (pcomplete-std-complete): Don't abuse
7874 completion-at-point.
7875
50f84510
JB
78762011-04-28 Juanma Barranquero <lekktu@gmail.com>
7877
6e087a44
JB
7878 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
7879 removing code that has been dead since 1991 or so.
7880
50f84510
JB
7881 * startup.el (command-line): When warning about "_emacs", use a
7882 delayed warning to allow the user to filter it out.
7883
0ba690bd
DD
78842011-04-28 Deniz Dogan <deniz@dogan.se>
7885
7886 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
7887 user has not joined.
7888
08abfaad
SM
78892011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7890
7891 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
7892 aren't any completions at point.
7893
638f053a
JB
78942011-04-28 Juanma Barranquero <lekktu@gmail.com>
7895
7896 * subr.el (display-delayed-warnings): New function.
7897 (delayed-warnings-hook): New variable.
7898
8fff8daa
SM
78992011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7900
08abfaad
SM
7901 * minibuffer.el (completion-at-point, completion-help-at-point):
7902 Don't presume that a given completion-at-point-function will always
7903 use the same calling convention.
7904
8fff8daa
SM
7905 * pcomplete.el (pcomplete-completions-at-point):
7906 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
7907 pcomplete-seen is non-nil.
7908 (pcomplete-comint-setup): Also recognize the new comint/shell
7909 completion functions.
7910 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
7911 pcomplete-seen is non-nil.
7912
841a1577 79132011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 7914
841a1577 7915 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 7916 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 7917 the first character in the entry. This allows for code to add its
211ec907
UJ
7918 own uid to the entry.
7919 (icalendar--convert-float-to-ical): Add export of
7920 `diary-float'-entries save for those with the optional DAY
7921 argument.
7922
2a782793
DC
79232011-04-27 Daniel Colascione <dan.colascione@gmail.com>
7924
7925 * subr.el (shell-quote-argument): Use alternate escaping strategy
7926 when we spot a variable reference in a string.
7927
0438ce91
DC
79282011-04-26 Daniel Colascione <dan.colascione@gmail.com>
7929
7930 * cus-start.el (all): Define customization for debug-on-event.
7931
841a1577 79322011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
7933
7934 * subr.el (shell-quote-argument): Escape correctly under Windows.
7935
d090ed6c
SM
79362011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7937
7938 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
7939
bfd31217
MA
79402011-04-25 Michael Albinus <michael.albinus@gmx.de>
7941
d090ed6c
SM
7942 * net/tramp.el (tramp-process-actions): Add POS argument.
7943 Delete region between POS and (pos).
bfd31217 7944
d090ed6c
SM
7945 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7946 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
7947 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
7948
7949 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
7950 position in `tramp-process-actions' call.
7951
7952 * net/trampver.el: Update release number.
7953
e92f3bd3
SM
79542011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7955
850256b5
SM
7956 * custom.el (defcustom): Obey lexical-binding.
7957
e92f3bd3
SM
7958 Fix octave-inf completion problems reported by Alexander Klimov.
7959 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
7960 Inherit from octave-mode-syntax-table.
7961 (inferior-octave-mode): Set info-lookup-mode.
7962 (inferior-octave-completion-at-point): New function.
7963 (inferior-octave-complete): Use it and completion-in-region.
7964 (inferior-octave-dynamic-complete-functions): Use it as well, and use
7965 comint-filename-completion.
7966 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
7967 symbol elements which shouldn't be word elements.
7968 (octave-font-lock-keywords, octave-beginning-of-defun)
7969 (octave-function-header-regexp): Adjust regexps accordingly.
7970 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
7971
cd22b309
JB
79722011-04-25 Juanma Barranquero <lekktu@gmail.com>
7973
7974 * net/gnutls.el (gnutls-errorp): Declare before first use.
7975
8b492194
TZ
79762011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
7977
7978 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
7979 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 7980 default trustfile exists before going to use it. Add missing
5a5fa834 7981 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
7982 Reported by Claudio Bley <claudio.bley@gmail.com>.
7983 (open-gnutls-stream): Add usage example.
7984
7985 * net/network-stream.el (network-stream-open-starttls): Give host
7986 parameter to `gnutls-negotiate'.
7987 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 7988 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 7989
841a1577 79902011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 7991
cd22b309
JB
7992 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7993 Use correct match group (bug#8438).
05842630 7994
3ba7869c
CY
79952011-04-24 Chong Yidong <cyd@stupidchicken.com>
7996
512e3ae1
CY
7997 * emacs-lisp/package.el (package-built-in-p): Fix typo.
7998 (package-menu--generate): New arg specifying packages to show.
7999 (package-menu-refresh, package-menu-execute, list-packages):
8000 Callers changed.
8001 (package-show-package-list): New function, replacing deleted
8002 package--list-packages (renamed because it is non-internal).
8003
8004 * finder.el (finder-list-matches): Use package-show-package-list
8005 instead of deleted package--list-packages.
8006
e92f3bd3
SM
8007 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8008 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
8009 (vc-annotate-mode-map): Bind it to RET.
8010
7031be6d
UR
80112011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8012
8013 * progmodes/etags.el (next-file): Don't use set-buffer to change
8014 buffers (Bug#8478).
8015
4ef177aa
CY
80162011-04-24 Chong Yidong <cyd@stupidchicken.com>
8017
c8d173eb
CY
8018 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8019
4ef177aa
CY
8020 * apropos.el (apropos-label-face): Avoid variable-pitch face.
8021 (apropos-accumulator): Doc fix.
8022 (apropos-function, apropos-macro, apropos-command)
8023 (apropos-variable, apropos-face, apropos-group, apropos-widget)
8024 (apropos-plist): Add face property.
8025 (apropos-symbols-internal): Fix indentation.
8026 (apropos-print): Simplify help, and recognize apropos-multi-type.
8027 (apropos-print-doc): Use button-type-get to extract the button's
8028 face property. Fill docstring (Bug#8352).
8029
4ffd0d6b 80302011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
8031
8032 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8033
c6c32125 8034 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 8035 (mpuz-mode-map): Use mapc.
c6c32125
JB
8036 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8037 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8038 Fix typos in docstrings.
8039
58d468b4
JB
8040 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8041 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8042
6470c3c6
JB
8043 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8044
4ffd0d6b 80452011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
8046
8047 * minibuffer.el (completion--do-completion): Avoid the "Next char
8048 not unique" prompt if icomplete-mode is enabled (Bug#5849).
8049
3ad8bad0
CY
8050 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8051 mouse-2 into unread-command-events, it is interpreted correctly.
8052
71d73c9c 8053 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 8054 (image-toggle-display): Doc fix.
71d73c9c 8055
841a1577 80562011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 8057
4ffd0d6b
GM
8058 * textmodes/page.el (what-page): Use line-number-at-pos to
8059 calculate line number (Bug#6825).
6e1dbaa9 8060
c2fb1b60
JB
80612011-04-22 Juanma Barranquero <lekktu@gmail.com>
8062
8063 * eshell/esh-mode.el (find-tag-interactive): Declare function.
8064 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8065 Pass argument NO-DEFAULT to `find-tag-interactive'.
8066
e02f48d7
JB
80672011-04-22 Juanma Barranquero <lekktu@gmail.com>
8068
8069 Lexical-binding cleanup.
8070
8071 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8072 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8073 * progmodes/ada-prj.el (ada-prj-initialize-values)
8074 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8075 (ada-prj-show-value):
8076 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8077 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8078 (antlr-invalidate-context-cache, antlr-options-menu-filter)
8079 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8080 * progmodes/bug-reference.el (bug-reference-push-button):
8081 * progmodes/fortran.el (fortran-line-length):
8082 * progmodes/glasses.el (glasses-change):
8083 * progmodes/octave-mod.el (octave-fill-paragraph):
8084 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8085 (python-pdbtrack-grub-for-buffer, python-sentinel):
8086 * progmodes/sql.el (sql-save-connection):
8087 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8088 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8089 Mark unused parameters.
8090
8091 * progmodes/compile.el (compilation--flush-directory-cache)
8092 (compilation--flush-parse, compile-internal): Mark unused parameters.
8093 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8094 (compilation-next-error-function): Remove unused variable `timestamp'.
8095
8096 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8097 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8098
8099 * progmodes/dcl-mode.el (dcl-end-of-command):
8100 Remove unused variable `start'.
8101 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8102 (dcl-option-value-basic, dcl-option-value-offset)
8103 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8104 Mark unused parameters.
8105 (dcl-save-local-variable): Remove unused variable `val'.
8106 (mode): Declare.
8107
8108 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8109 Mark unused parameters.
8110 (delphi-ignore-changes): Move before first use.
8111 (delphi-charset-token-at): Remove unused variable `start'.
8112 (delphi-else-start): Remove unused variable `if-count'.
8113 (delphi-comment-block-start, delphi-comment-block-end):
8114 Remove unused variable `kind'.
8115 (delphi-indent-line): Remove unused variable `new-point'.
8116
8117 * progmodes/ebrowse.el (ebrowse-files-list)
8118 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8119 Mark unused parameters. Don't quote `lambda'.
8120 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8121 Don't quote `lambda'.
8122 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8123 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8124 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8125 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8126 Use `ignore-errors'.
8127 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8128 (ebrowse-view/find-file-and-search-pattern)
8129 (ebrowse-view/find-member-declaration/definition):
8130 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8131 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8132 Rename parameter PREFIX-ARG to PREFIX.
8133 (ebrowse-tags-read-name): Remove unused variables `start' and
8134 `member-info'.
8135 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8136 to `tags-file'.
8137
8138 * progmodes/etags.el (local-find-tag-hook): Declare.
8139 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8140 Mark unused parameters.
8141
8142 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8143 (executable-interpret): Mark unused parameter.
8144
8145 * progmodes/flymake.el (flymake-process-sentinel)
8146 (flymake-after-change-function)
8147 (flymake-create-temp-with-folder-structure)
8148 (flymake-get-include-dirs-dot): Mark unused parameters.
8149 (flymake-safe-delete-directory): Remove unused variable `err'.
8150
8151 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8152 (speedbar-timer-fn, speedbar-line-text)
8153 (speedbar-change-expand-button-char, speedbar-delete-subblock)
8154 (speedbar-center-buffer-smartly): Declare functions.
8155 (gdb-find-watch-expression): Remove unused variable `array'.
8156 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8157 (gdb-starting): Mark unused parameters.
8158 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8159 (gdb-table-string): Remove unused variable `res'.
8160 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8161 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8162 (gdb-display-buffer): Remove unused variable `cur-size'.
8163
8164 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8165 allow lexical-binding compilation.
8166 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8167 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8168 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8169 Mark unused parameters.
8170 (gud-gdb-marker-filter): Remove unused variable `match'.
8171 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8172 lambda expressions and funcall them, instead of using `fset'.
8173
8174 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8175 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8176
8177 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8178 variable `header-beg'; use `let'.
8179
8180 * progmodes/icon.el (indent-icon-exp): Remove unused variables
8181 `restart', `last-sexp' and `at-do'.
8182
8183 * progmodes/js.el (js--debug): Mark unused parameter.
8184 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8185 (js--splice-into-items): Remove unused variable `item'.
8186 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8187
8188 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8189 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8190 (makefile-complete): Remove unused variable `try'.
8191 (makefile-fill-paragraph, makefile-match-function-end):
8192 Mark unused parameters.
8193
8194 * progmodes/octave-inf.el (inferior-octave-complete):
8195 Remove unused variable `proc'.
8196 (inferior-octave-output-digest): Mark unused parameter.
8197
8198 * progmodes/perl-mode.el (perl-calculate-indent):
8199 Remove unused variable `err'.
8200
8201 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8202 (prolog-indent-line): Mark unused parameters.
8203 (prolog-indent-line): Remove unused variable `beg'.
8204
8205 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8206 (reporter-dont-compact-list): Declare.
8207
8208 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8209 Remove unused variable `char'.
8210 (sh-debug): Mark unused parameter.
8211 (sh-get-indent-info): Remove unused variable `start'.
8212 (sh-calculate-indent): Remove unused variable `var'.
8213
8214 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8215 (simula-electric-keyword): Remove unused variable `null'.
8216 (simula-search-backward, simula-search-forward): Remove unused
8217 variables `begin' and `end'.
8218
8219 * progmodes/vera-mode.el (vera-guess-basic-syntax):
8220 Remove unused variable `pos'.
8221 (vera-electric-tab, vera-comment-uncomment-region):
8222 Mark unused parameters.
8223 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8224
7ede3b65
CY
82252011-04-22 Chong Yidong <cyd@stupidchicken.com>
8226
8227 * emacs-lisp/package.el (package--builtins, package-alist)
8228 (package-load-descriptor, package-built-in-p, package-activate)
8229 (define-package, package-installed-p)
8230 (package-compute-transaction, package-buffer-info)
8231 (package--push): Doc fix. Distinguish more clearly between
8232 version strings and version lists.
8233
121656e9
JB
82342011-04-21 Juanma Barranquero <lekktu@gmail.com>
8235
8236 Lexical-binding cleanup.
8237
8238 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8239 (5x5-make-mutate-best):
8240 * play/fortune.el (fortune-in-buffer):
8241 * play/gomoku.el (gomoku-init-display):
8242 * play/solitaire.el (solitaire, solitaire-do-check):
8243 * play/tetris.el (tetris-default-update-speed-function):
8244 Mark unused parameters.
8245
8246 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8247 (bubbles--shift): Remove unused variable `char-org'.
8248 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
8249 (bubbles--show-images): Remove unused variable `char'.
8250
8251 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8252 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8253 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8254 (decipher-analyze-buffer): Use ?\s.
8255 (decipher-make-checkpoint): Remove unused variable `mapping'.
8256
8257 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8258
8259 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8260 Remove unused variable `result'; use `let'.
8261
8262 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8263 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8264 (gametree-children-shown-p, gametree-compute-reduced-score):
8265 Use `ignore-errors'.
8266
8267 * play/handwrite.el (ps-lpr-switches): Declare.
8268 (handwrite): Remove unused variables `pmin' and `lastp'.
8269
8270 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8271
8272 * play/landmark.el (landmark-init-display)
8273 (landmark-update-naught-weights): Mark unused parameters.
8274 (landmark-y): Remove unused variable `noise'. Simplify.
8275 (landmark-human-plays): Remove unused variable `score'.
8276
8277 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8278 (mpuz-try-proposal): Remove unused variable `game'.
8279
8280 * play/zone.el (life-patterns): Declare.
8281
80f499c7
JB
82822011-04-20 Juanma Barranquero <lekktu@gmail.com>
8283
8284 * vc/vc.el (ediff-vc-internal): Declare function.
8285
024ff170
SM
82862011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8287
c0a193ea
SM
8288 * shell.el: Use lexical-binding and std completion UI.
8289 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8290 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8291 comint-preoutput-filter-functions rather than on
8292 comint-output-filter-functions.
8293 (shell-command-completion, shell--command-completion-data)
8294 (shell-filename-completion, shell-environment-variable-completion)
8295 (shell-c-a-p-replace-by-expanded-directory): New functions.
8296 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8297 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8298 (shell-dynamic-complete-environment-variable): Use them.
8299 (shell-dynamic-complete-as-environment-variable)
8300 (shell-dynamic-complete-as-command): Remove.
8301 (shell-match-partial-variable): Match past point.
8302 * comint.el: Clean up use of completion-at-point-functions.
8303 (comint-completion-at-point): New function.
8304 (comint-mode): Use it completion-at-point-functions.
8305 (comint-dynamic-complete): Make it obsolete.
8306 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8307 (comint-c-a-p-replace-by-expanded-history): New function.
8308 (comint-dynamic-complete-functions)
8309 (comint-replace-by-expanded-history): Use it.
8310 * minibuffer.el (completion-table-with-terminator): Allow dynamic
8311 termination strings. Try harder to avoid second try-completion.
8312 (completion-in-region-mode-map): Disable bindings that don't work yet.
8313
2dbaa080
SM
8314 * comint.el: Use lexical-binding. Require CL.
8315 (comint-dynamic-complete-functions): Use comint-filename-completion.
8316 (comint-completion-addsuffix): Tweak custom type.
8317 (comint-filename-completion, comint--common-suffix)
8318 (comint--common-quoted-suffix, comint--table-subvert)
8319 (comint--complete-file-name-data): New functions.
8320 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8321 (comint-dynamic-list-filename-completions): Use them.
8322 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 8323
2dbaa080
SM
8324 * minibuffer.el (completion-in-region-mode):
8325 Keep completion-in-region-mode--predicate global.
8326 (completion-in-region--postch):
8327 Assume completion-in-region-mode--predicate is not null.
8328
c79a6f38
SM
8329 * progmodes/flymake.el (flymake-start-syntax-check-process):
8330 Obey `dir'. Simplify.
8331
024ff170
SM
8332 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8333 we're in VC after all.
8334
1c6c854e
CS
83352011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
8336
8337 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 8338 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
8339 (vc-version-diff): Use vc-diff-build-argument-list-internal.
8340
bed7f140
SM
83412011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8342
332e62ab
SM
8343 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8344 add sanity check.
8345
bed7f140
SM
8346 * obsolete/erc-hecomplete.el: Make obsolete.
8347 * obsolete/: Standardize obsolescence info in the header.
8348
f195c582
GM
83492011-04-20 Glenn Morris <rgm@gnu.org>
8350
8351 * calendar/solar.el (solar-horizontal-coordinates):
8352 Use the longitude argument rather than `calendar-longitude'.
8353 (solar-date-next-longitude): Remove unused locals.
8354
cb79b8c0
VJL
83552011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8356
8357 * whitespace.el: New version 13.2.1.
8358
83592011-04-20 felix <EmacsWiki> (tiny change)
8360
d8e4b68b 8361 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
8362 switching between major modes on a file.
8363
602ea69d
SM
83642011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8367 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8368 multi-line comments as well.
8369
06b60517
JB
83702011-04-19 Juanma Barranquero <lekktu@gmail.com>
8371
8372 Lexical-binding cleanup.
8373
8374 * arc-mode.el (archive-mode-revert):
8375 * cmuscheme.el (scheme-interactively-start-process):
8376 * custom.el (custom-initialize-delay):
8377 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8378 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8379 * emacs-lock.el (emacs-lock-clear-sentinel):
8380 * ezimage.el (defezimage):
8381 * follow.el (follow-avoid-tail-recenter):
8382 * fringe.el (set-fringe-mode-1):
8383 * generic-x.el (bat-generic-mode-compile):
8384 * help-mode.el (help-info-variable, help-do-xref)
8385 (help-mode-revert-buffer):
8386 * help.el (view-emacs-todo):
8387 * iswitchb.el (iswitchb-completion-help):
8388 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8389 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8390 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8391 * locate.el (locate-update):
8392 * longlines.el (longlines-encode-region)
8393 (longlines-after-change-function):
8394 * outline.el (outline-isearch-open-invisible):
8395 * ps-def.el (declare-function, charset-dimension, char-width)
8396 (encode-char):
8397 * ps-mule.el (ps-mule-plot-string):
8398 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8399 (recentf-edit-list-select, recentf-edit-list-validate)
8400 (recentf-open-files-action):
8401 * rect.el (delete-whitespace-rectangle-line)
8402 (rectangle-number-line-callback):
8403 * register.el (window-configuration-to-register)
8404 (frame-configuration-to-register):
8405 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8406 * select.el (xselect-convert-to-string, xselect-convert-to-length)
8407 (xselect-convert-to-targets, xselect-convert-to-delete)
8408 (xselect-convert-to-filename, xselect-convert-to-charpos)
8409 (xselect-convert-to-lineno, xselect-convert-to-colno)
8410 (xselect-convert-to-os, xselect-convert-to-host)
8411 (xselect-convert-to-user, xselect-convert-to-class)
8412 (xselect-convert-to-name, xselect-convert-to-integer)
8413 (xselect-convert-to-atom, xselect-convert-to-identity):
8414 * subr.el (declare, ignore, process-kill-without-query)
8415 (text-clone-maintain):
8416 * terminal.el (te-get-char, te-tic-sentinel):
8417 * tool-bar.el (tool-bar-make-keymap):
8418 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8419 * type-break.el (type-break-mode, type-break-noninteractive-query):
8420 * view.el (View-back-to-mark):
8421 * wid-browse.el (widget-browse-action, widget-browse-widget)
8422 (widget-browse-widgets, widget-browse-sexp):
8423 * widget.el (define-widget-keywords):
8424 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8425 Mark unused parameters.
8426
8427 * align.el (align-adjust-col-for-rule): Mark unused parameter.
8428 (align-areas): Remove unused variable `look'.
8429 (align-region): Remove unused variables `real-end' and `pos-list'.
8430
8431 * apropos.el (apropos-score-doc): Remove unused variable `i'.
8432
8433 * bindings.el (mode-line-modified, mode-line-remote):
8434 Mark unused parameters.
8435 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8436
8437 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8438 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8439
8440 * comint.el (comint-history-isearch-pop-state)
8441 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8442 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8443 (comint-substitute-in-file-name): Doc fix.
8444
8445 * completion.el (cmpl-statistics-block): Mark unused parameter.
8446 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8447 (save-completions-to-file, load-completions-from-file):
8448 Remove unused local variable `e'.
8449
8450 * composite.el (compose-chars): Remove unused variable `len'.
8451 (lgstring-insert-glyph): Remove unused variable `g'.
8452 (compose-glyph-string): Remove unused variables `ascent',
8453 `descent', `lbearing' and `rbearing'.
8454 (compose-glyph-string-relative): Remove unused variables
8455 `lbearing', `rbearing' and `wadjust'.
8456 (compose-gstring-for-graphic): Remove unused variables `header',
8457 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
8458 (compose-gstring-for-terminal): Remove unused variables `header'
8459 and `nchars'. Use `let', not `let*'.
8460
8461 * cus-edit.el (Custom-set, Custom-save, custom-reset)
8462 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8463 (Custom-buffer-done, custom-buffer-create-internal)
8464 (custom-browse-visibility-action, custom-browse-group-tag-action)
8465 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8466 (widget-magic-mouse-down-action, custom-toggle-parent)
8467 (custom-add-parent-links, custom-toggle-hide-variable)
8468 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8469 (custom-toggle-hide-face, face, hook, custom-group-link-action)
8470 (custom-face-menu-create, custom-variable-menu-create, get)
8471 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8472 (custom-reset-standard-save-and-update): Remove unused variable `value'.
8473 (customize-apropos): Remove unused variable `tests'.
8474 (custom-group-value-create): Remove unused variable `hidden-p'.
8475 (sort-fold-case): Declare.
8476
8477 * cus-theme.el (custom-reset-standard-faces-list)
8478 (custom-reset-standard-variables-list): Declare.
8479 (customize-create-theme, custom-theme-revert, custom-theme-write)
8480 (custom-theme-choose-mode, customize-themes, custom-theme-save):
8481 Mark unused parameters.
8482
8483 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8484
8485 * delim-col.el (delimit-columns-max): Move defvar before first use.
8486
8487 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 8488 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
8489
8490 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8491 (auto-insert): Declare.
8492 (desktop-restore-file-buffer): Rename desktop-* parameters;
8493 mark unused ones.
8494 (desktop-create-buffer): Rename desktop-* parameters and bind them.
8495 (desktop-buffer): Rename desktop-* parameters.
8496
8497 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8498 (dframe-reposition-frame-xemacs, dframe-help-echo)
8499 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8500 Mark unused parameters.
8501
8502 * dired-aux.el (backup-extract-version-start, overwrite-query)
8503 (overwrite-backup-query, rename-regexp-query)
8504 (rename-non-directory-query): Declare.
8505 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8506 (dired-add-entry): Remove unused variable `orig-file-name'.
8507 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8508 Use parameter PRESERVE-TIME instead of accessing dynamic variable
8509 `dired-copy-preserve-time' directly.
8510 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8511 (dired-insert-subdir-newpos): Rename unused variable `pos'.
8512
8513 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8514 (dired-virtual-revert, dired-make-relative-symlink):
8515 Mark unused parameters.
8516 (manual-program): Declare.
8517 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8518 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8519 wrapped in `with-no-warnings' to avoid replacing one warning by another.
8520
8521 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8522
8523 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8524
8525 * echistory.el (electric-history-in-progress, Helper-return-blurb):
8526 Declare.
8527
8528 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8529
8530 * electric.el (Electric-command-loop): Rename parameter
8531 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8532
8533 * expand.el (expand-in-literal): Remove unused variable `here'.
8534
8535 * facemenu.el (facemenu-add-new-color):
8536 Remove unused variable `docstring'.
8537
8538 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8539 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8540 (face-attr-construct): Mark unused parameter. Doc fix.
8541 (read-color): Remove unused variable `hex-string'.
8542
8543 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8544 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8545 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8546 (display-buffer-other-frame): Remove unused variable `old-window'.
8547 (kill-buffer-hook): Declare.
8548 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8549 Mark unused parameters.
8550 (after-find-file): Pass 1 to `auto-save-mode', not t.
8551
8552 * files-x.el (auto-insert): Declare.
8553 (modify-file-local-variable-prop-line): Remove unused variable `val'.
8554
8555 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 8556 variable `buf'. Mark unused parameter.
06b60517
JB
8557 (find-lisp-insert-directory): Mark unused parameter.
8558
8559 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8560 (format-encode-region): Remove unused variables `cur-buf' and `result'.
8561 (format-common-tail): Remove, unused.
8562 (format-deannotate-region): Remove unused variable `loc'.
8563 (format-annotate-region): Remove unused variable `p'.
8564 (format-annotate-single-property-change): Remove unused variables
8565 `default' and `tail'.
8566
8567 * forms.el (read-file-filter): Declare.
8568 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8569
8570 * frame.el (frame-creation-function-alist): Mark unused parameter.
8571 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8572
8573 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8574 Remove unused parameters.
8575 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8576 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8577
8578 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8579 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8580 (hfy-prepare-tag-map): Mark unused parameters.
8581 (htmlfontify-buffer): Use `called-interactively-p'.
8582
8583 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8584 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8585 (ibuffer-do-occur): Mark unused parameters.
8586 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8587 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8588
8589 * ibuffer.el: Don't quote `lambda'.
8590 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8591 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8592 Mark unused parameters.
8593
8594 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8595 (ido-completing-read): Mark unused parameters.
8596 (ido-copy-current-word): Mark unused parameters;
8597 remove unused variable `name'.
8598 (ido-sort-merged-list): Remove unused parameter `dirs'.
8599
8600 * ielm.el (ielm-input-sender): Mark unused parameter.
8601 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8602 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8603 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8604 `ielm-string' as a dynamic variable accessible from the IELM prompt.
8605 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
8606
8607 * image-dired.el (image-dired-display-thumbs): Remove unused
8608 variables `curr-file' and `count'.
8609 (image-dired-remove-tag): Remove unused variable `start'.
8610 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8611 variable `curr-file'
8612 (image-dired-rotate-original): Remove unused variable `temp-file'.
8613 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
8614 Remove unused variable `file'.
8615 (image-dired-gallery-generate): Remove unused variable `curr'.
8616 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
8617
8618 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
8619
8620 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
8621
8622 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
8623
8624 * isearch.el (minibuffer-history-symbol): Declare.
8625 (isearch-edit-string): Remove unused variable `err'.
8626 (isearch-message-prefix, isearch-message-suffix):
8627 Mark unused parameters.
8628
8629 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
8630
8631 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
8632
8633 * makesum.el (double-column): Remove unused variable `cnt'.
8634
8635 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
8636 (ido-ignore-item-temp-list): Declare.
8637
8638 * mouse-drag.el (mouse-drag-throw): Remove unused variables
8639 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
8640 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
8641 (mouse-drag-drag): Remove unused variables `mouse-delta' and
8642 `mouse-col-delta'.
8643
8644 * mouse-sel.el (mouse-extend-internal):
8645 Remove unused variable `orig-window-frame'.
8646
8647 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
8648 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
8649 Move declarations before first use.
8650 (pcomplete-opt): Mark unused parameters; doc fix.
8651
8652 * proced.el (proced-revert): Mark unused parameter.
8653 (proced-send-signal): Remove unused variable `err'.
8654
8655 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
8656 Rename parameter PREFIX-ARG to ARG.
8657 (ps-basic-plot-string, ps-basic-plot-whitespace):
8658 Mark unused parameters.
8659
8660 * replace.el (replace-count): Define.
8661 (occur-revert-function): Mark unused parameters.
8662 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
8663 (isearch-case-fold-search, isearch-string): Declare.
8664 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
8665 bind `case-fold-search'. Remove unused variables `beg' and `end',
8666 and simplify.
8667 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
8668 COUNT and bind `replace-count'.
8669 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
8670 to COUNT.
8671
8672 * savehist.el (print-readably, print-string-length): Declare.
8673
8674 * shadowfile.el (shadow-expand-cluster-in-file-name):
8675 Remove unused variable `cluster'.
8676 (shadow-copy-file): Remove unused variable `i'.
8677 (shadow-noquery, shadow-clusters, shadow-site-cluster)
8678 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
8679 (shadow-define-literal-group, shadow-define-regexp-group)
8680 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
8681
8682 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
8683 (shell): Use `called-interactively-p'.
8684 (shell-directory-tracker): Remove unused variable `chdir-failure'.
8685
8686 * simple.el (compilation-context-lines, comint-file-name-quote-list)
8687 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
8688 (delete-backward-char): Remove unused variable `ocol'.
8689 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
8690 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
8691 (event-apply-hyper-modifier, event-apply-shift-modifier)
8692 (event-apply-control-modifier, event-apply-meta-modifier):
8693 Mark unused parameters.
8694 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
8695 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
8696
8697 * speedbar.el (speedbar-ignored-directory-expressions)
8698 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
8699 (speedbar-find-file, speedbar-dir-follow)
8700 (speedbar-directory-buttons-follow, speedbar-tag-find)
8701 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8702 (speedbar-buffers-line-directory, speedbar-buffer-click):
8703 Mark unused parameters.
8704 (speedbar-tag-file): Remove unused variable `mode'.
8705 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
8706
8707 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
8708
8709 * talk.el (talk): Remove unused variable `display'.
8710
8711 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
8712 (tar-write-region-annotate): Mark unused parameter.
8713
8714 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
8715 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
8716 Declare them, wrapped in `with-no-warnings' to avoid replacing one
8717 warning by another.
8718
8719 * time-stamp.el (time-stamp-string-preprocess):
8720 Remove unused variable `require-padding'.
8721
8722 * tree-widget.el (widget-glyph-enable): Declare.
8723 (tree-widget-action): Mark unused parameter.
8724
8725 * w32-fns.el (x-get-selection): Mark unused parameter.
8726 (autoload-make-program, generated-autoload-file): Declare.
8727
8728 * wdired.el (wdired-revert): Mark unused parameters.
8729 (wdired-xcase-word): Remove unused variable `err'.
8730
8731 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
8732 (whitespace-help-scroll): Remove unused variable `data-help'.
8733
8734 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
8735 (widget-image-insert, widget-after-change, default)
8736 (widget-default-format-handler, widget-default-notify)
8737 (widget-default-prompt-value, widget-info-link-action)
8738 (widget-url-link-action, widget-function-link-action)
8739 (widget-variable-link-action, widget-file-link-action)
8740 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
8741 (widget-field-prompt-internal, widget-field-action, widget-field-match)
8742 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
8743 (widget-insert-button-action, widget-delete-button-action, visibility)
8744 (widget-documentation-link-action, widget-documentation-string-action)
8745 (widget-const-prompt-value, widget-regexp-match, symbol)
8746 (widget-coding-system-prompt-value)
8747 (widget-key-sequence-value-to-external, sexp)
8748 (widget-sexp-value-to-internal, character, vector, cons)
8749 (widget-choice-prompt-value, widget-boolean-prompt-value)
8750 (widget-color--choose-action): Mark unused parameters.
8751 (widget-item-match-inline, widget-choice-match-inline)
8752 (widget-checklist-match, widget-checklist-match-inline)
8753 (widget-group-match): Rename parameter VALUES to VALS.
8754 (widget-field-value-set): Remove unused variable `size'.
8755 (widget-color-action): Remove unused variables `value' and `start'.
8756
8757 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 8758 variable `dir'. Doc fix.
06b60517
JB
8759 (windmove-find-other-window): Don't pass it.
8760
8761 * window.el (count-windows): Mark unused parameter.
8762 (bw-adjust-window): Remove unused variable `err'.
8763
8764 * woman.el (woman-file-name): Remove unused variable `default'.
8765 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
8766 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
8767 (global-font-lock-mode): Declare.
8768 (woman-decode-region): Mark unused parameter.
8769 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
8770
8771 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
8772 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
8773 (x-dnd-handle-moz-url): Remove unused variable `title'.
8774 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
8775
8776 * xml.el (xml-parse-tag, xml-parse-attlist):
8777 Remove unused variable `pos'.
8778
bc4f7f3d
GM
87792011-04-19 Glenn Morris <rgm@gnu.org>
8780
8781 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
8782 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8783 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8784 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
8785 * calendar/cal-html.el (cal-html-insert-minical):
8786 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
8787 (calendar-mark-date-pattern):
8788 Prefix "unused" locals.
8789
8790 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
8791 optional argument `style'.
8792
8793 * calendar/appt.el (appt-make-list):
8794 * calendar/cal-china.el (calendar-chinese-date-string):
8795 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
8796 (diary-hebrew-yahrzeit):
8797 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
8798 * calendar/calendar.el (calendar-generate-window):
8799 * calendar/time-date.el (time-to-days):
8800 Remove unused local variables.
8801
16a43933
CY
88022011-04-18 Chong Yidong <cyd@stupidchicken.com>
8803
8804 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
8805 glyphless-char-display table.
8806 (tabulated-list-glyphless-char-display): New var.
8807
7eed1860
SS
88082011-04-18 Sam Steingold <sds@gnu.org>
8809
8810 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
8811 to acknowledgments.
8812
4d2d1ccd
GM
88132011-04-17 Glenn Morris <rgm@gnu.org>
8814
8815 * calendar/diary-lib.el (diary-sexp-entry):
8816 * calendar/holidays.el (holiday-sexp):
8817 Set debug-on-error rather than the removed stack-trace-on-error.
8818
239da61d
GM
88192011-04-16 Glenn Morris <rgm@gnu.org>
8820
8821 * progmodes/f90.el: Use lexical-binding.
8822 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
8823
8b05752a
SM
88242011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8825
daca8ba5
SM
8826 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
8827 (mail-mode): Setup mailalias completion here instead.
8828 * mail/mailalias.el: Use lexical-binding.
8829 (pattern, mailalias-done): Declare dynamic.
8830 (mail-completion-at-point-function): New function, from mail-complete.
8831 (mail-complete): Use it.
8832 (mail-completion-expand): New function.
8833 (mail-get-names): Use it.
8834 (mail-directory, mail-directory-process, mail-directory-stream):
8835 Don't use `pattern' for lexically bound arg.
8836
6f542485
SM
8837 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
8838
037e7c3f
SM
8839 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
8840 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
8841 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
8842
8b05752a
SM
8843 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
8844 (byte-save-window-excursion, byte-temp-output-buffer-setup)
8845 (byte-interactive-p): Define them again, for use when inlining
8846 old code.
8847
49093f60
JB
88482011-04-15 Juanma Barranquero <lekktu@gmail.com>
8849
8850 * loadup.el: Use `string-to-number', not `string-to-int'.
8851
b5b8e7de
SM
88522011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8853
8854 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
8855 gud-gdb-complete-command.
8856 (gud-gdb-completions): New function, from gud-gdb-complete-command.
8857 (gud-gdb-completion-at-point): New function.
8858 (gud-gdb-completions): Remove.
8859
f42efeb5
MA
88602011-04-14 Michael Albinus <michael.albinus@gmx.de>
8861
49093f60
JB
8862 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
8863 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
8864 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
8865 whether `executable-find' is bound.
f42efeb5
MA
8866
8867 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
8868
e240cc21
SM
88692011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8870
8871 * minibuffer.el (completion-in-region-mode-predicate)
8872 (completion-in-region-mode--predicate): New vars.
8873 (completion-in-region, completion-in-region--postch)
8874 (completion-in-region-mode): Use them.
8875 (completion--capf-wrapper): Also return the hook function.
8876 (completion-at-point, completion-help-at-point):
8877 Adjust and provide a predicate.
c2bd2ab0
SM
8878
8879 Preserve arg names for advice of subr and lexical functions (bug#8457).
8880 * help-fns.el (help-function-arglist): Consolidate the subr and
8881 new-byte-code cases. Add argument `preserve-names' to extract names
8882 from the docstring when needed.
8883 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
8884 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
8885 (ad-arglist): Use help-function-arglist's new arg.
8886 (ad-definition-type): Use cond.
8887
c183f693
JB
88882011-04-13 Juanma Barranquero <lekktu@gmail.com>
8889
06641a47
JB
8890 * autorevert.el (auto-revert-handler):
8891 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
8892 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
8893 Don't quote lambda.
8894
c183f693
JB
8895 * image-mode.el (image-transform-set-scale):
8896 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
8897
1e3b6001
G
88982011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8899
8900 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 8901 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
8902 Upgrades via gnutls-cli are too slow to be done opportunistically.
8903
2d6af8dd
JB
89042011-04-12 Juanma Barranquero <lekktu@gmail.com>
8905
8906 * dframe.el (dframe-current-frame): Remove spurious quote.
8907
c0749a51
GM
89082011-04-12 Glenn Morris <rgm@gnu.org>
8909
088d0d61
GM
8910 * calendar/cal-tex.el (cal-tex-end-document):
8911 Try to automatically use latin1 input if needed.
8912
c0749a51
GM
8913 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
8914 Don't try to cons a mark onto an empty element.
8915
5c90fde0
LL
89162011-04-11 Leo Liu <sdl.web@gmail.com>
8917
8918 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
8919 buffers.
8920 (ido-kill-buffer-at-head): Support killing virtual buffers.
8921
369e974d
CY
89222011-04-10 Chong Yidong <cyd@stupidchicken.com>
8923
8924 * minibuffer.el (completion-show-inline-help): New var.
8925 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
8926 (minibuffer-force-complete, minibuffer-complete-word):
8927 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
8928
8929 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
8930 to avoid interference from inline help (Bug#5849).
8931
37f1c930
LL
89322011-04-10 Leo Liu <sdl.web@gmail.com>
8933
099c39a4
JB
8934 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8935 Fix typo.
37f1c930 8936
a32d4040
CY
89372011-04-09 Chong Yidong <cyd@stupidchicken.com>
8938
8939 * image-mode.el (image-toggle-display-image): Signal an error if
8940 not in Image mode.
8941 (image-transform-mode, image-transform-resize)
8942 (image-transform-set-rotation): Doc fix.
daca8ba5 8943 (image-transform-set-resize): Delete.
a32d4040
CY
8944 (image-transform-set-scale, image-transform-fit-to-height)
8945 (image-transform-fit-to-width): Handle image-toggle-display-image
8946 and image-transform-resize directly.
8947
099c39a4 89482011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
8949
8950 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
8951 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
8952 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
8953 (doc-view-mode-map): Add bindings for the new functions.
8954
099c39a4 89552011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 8956
4d61f28d 8957 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
8958 Fix typo in docstring.
8959
3726838a
EZ
89602011-04-08 Eli Zaretskii <eliz@gnu.org>
8961
04f33f1e
EZ
8962 * files.el (file-size-human-readable): Produce one digit after
8963 decimal, like "ls -lh" does.
8964
8965 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
8966 the file size representation.
8967
3726838a
EZ
8968 * simple.el (list-processes): If async subprocesses are not
8969 available, error out with a clear error message.
8970
cbb59342
CY
89712011-04-08 Chong Yidong <cyd@stupidchicken.com>
8972
8973 * help.el (help-form-show): New function, to be called from C.
8974 Put help-form output in a buffer named differently than *Help*.
8975
e3971c44
EZ
89762011-04-08 Eli Zaretskii <eliz@gnu.org>
8977
8978 * files.el (file-size-human-readable): New function.
8979
8980 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
8981 computing the representation inline. Don't require `cl'.
8982
12544bbe
GM
89832011-04-08 Glenn Morris <rgm@gnu.org>
8984
a1de6c6a
GM
8985 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
8986
3c4671f4
GM
8987 * net/browse-url.el (browse-url-firefox):
8988 Test system-type, not system-configuration.
8989
b605679c
GM
8990 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
8991 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
8992 Use log-edit-empty-buffer-p. (Bug#7598)
8993
56442f0c
GM
8994 * net/rlogin.el (rlogin-process-connection-type): Simplify.
8995 (rlogin-mode-map): Initialize in the defvar.
8996 (rlogin): Use ignore-errors.
8997
12544bbe
GM
8998 * replace.el (occur-mode-map): Some fixes for menu items.
8999
eb237b0f
AH
90002011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9001
9002 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
9003
7d668f2c
CY
90042011-04-06 Chong Yidong <cyd@stupidchicken.com>
9005
e67a13ab
CY
9006 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9007 issuing unused warnings.
9008
9009 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9010 macro directly.
9011
7d668f2c
CY
9012 * simple.el: Lisp reimplement of list-processes. Based on an
9013 earlier reimplementation by Leo Liu, but using tabulated-list.el.
9014 (process-menu-mode): New major mode.
9015 (list-processes--refresh, list-processes):
9016 (process-menu-visit-buffer): New functions.
9017
9018 * files.el (save-buffers-kill-emacs): Don't assume any return
9019 value of list-processes, which is undocumented anyway.
9020
a83ec3c9
CY
90212011-04-06 Chong Yidong <cyd@stupidchicken.com>
9022
9023 * emacs-lisp/tabulated-list.el: New file.
9024
e91a96fe
CY
9025 * emacs-lisp/package.el: Use Tabulated List mode.
9026 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9027 (package-menu-mode): Derive from tabulated-list-mode. Set up the
9028 table format using Tabulated List mode variables.
9029 (package--push): New macro, replacing package-list-maybe-add.
9030 (package-menu--generate): Use package--push. Renamed from
9031 package--generate-package-list.
9032 (package-menu-refresh, list-packages): Use it.
daca8ba5 9033 (package-menu--print-info): Rename from package-print-package.
e91a96fe 9034 Return insertion data instead of inserting it directly.
099c39a4
JB
9035 (package-menu-describe-package, package-menu-execute):
9036 Use tabulated-list-get-id.
e91a96fe
CY
9037 (package-menu-mark-delete, package-menu-mark-install)
9038 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
9039 (package-menu-mark-obsolete-for-deletion):
9040 Use tabulated-list-put-tag.
e91a96fe
CY
9041 (package--list-packages, package-menu-revert)
9042 (package-menu-get-package, package-menu-get-version)
9043 (package-menu-sort-by-column): Functions deleted.
9044 (package-menu-package-list, package-menu-sort-key): Vars deleted.
9045 (package-menu--status-predicate, package-menu--version-predicate)
9046 (package-menu--name-predicate)
9047 (package-menu--description-predicate): Handle arguments in the
9048 Tabulated List format.
9049 (package-list-packages-no-fetch): Call list-packages.
9050
3e214b50
JB
90512011-04-06 Juanma Barranquero <lekktu@gmail.com>
9052
9053 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 9054 (after-find-file): Don't bind it.
3e214b50
JB
9055 (revert-buffer-in-progress-p): New variable.
9056 (revert-buffer): Bind it.
9057 Pass nil for `after-find-file-from-revert-buffer'.
9058
9059 * saveplace.el (save-place-find-file-hook): Use new variable
9060 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9061
3f0f1700
GM
90622011-04-06 Glenn Morris <rgm@gnu.org>
9063
c0274801
GM
9064 * Makefile.in (AUTOGEN_VCS): New variable.
9065 (autoloads): Use $AUTOGEN_VCS.
9066
3f0f1700
GM
9067 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9068 * calendar/calendar.el (calendar-mode-map):
9069 Check for toolkit scroll bars. (Bug#8305)
9070
41ea9e48
CY
90712011-04-05 Chong Yidong <cyd@stupidchicken.com>
9072
9073 * minibuffer.el (completion-in-region--postch)
9074 (completion-in-region-mode): Remove unnecessary messages.
9075
6194c800
JB
90762011-04-05 Juanma Barranquero <lekktu@gmail.com>
9077
33256f14
JB
9078 * font-lock.el (font-lock-refresh-defaults):
9079 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9080 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9081
6194c800
JB
9082 * info.el (Info-directory-list, Info-read-node-name-2)
9083 (Info-split-parameter-string): Doc fixes.
9084 (Info-virtual-nodes): Reflow docstring.
9085 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9086 (Info-apropos-toc-nodes, info-finder, Info-get-token)
9087 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9088 Fix typos in docstrings.
9089 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9090 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9091 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9092 (Info-restore-desktop-buffer): Mark unused parameters.
9093 (Info-directory-find-file, Info-directory-find-node)
9094 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9095 (Info-virtual-index-find-node, Info-apropos-find-file)
9096 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 9097 Mark unused parameters; fix typos in docstrings.
6194c800
JB
9098 (Info-virtual-index): Remove unused local variable `nodename'.
9099
b87a8200 91002011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 9101
b87a8200
DD
9102 * net/rcirc.el: Update my e-mail address.
9103 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 9104
3b2ff876
CY
91052011-04-05 Chong Yidong <cyd@stupidchicken.com>
9106
9107 * startup.el (command-line): Save the cursor's theme-face
9108 directly, instead of using face-override-spec.
9109
9110 * custom.el (load-theme): Minor optimization in assigning faces.
9111
8d17e7ca
JB
91122011-04-04 Juanma Barranquero <lekktu@gmail.com>
9113
9114 * help-fns.el (describe-variable): Complete all variables having
9115 documentation, including keywords.
9116 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9117
2fbc1934
JB
91182011-04-04 Juanma Barranquero <lekktu@gmail.com>
9119
9120 Convert to lexical-binding.
9121
9122 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9123 (bs--get-marked-string, bs--get-modified-string)
9124 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9125 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9126 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9127
9128 * ehelp.el (electric-help-execute-extended)
9129 (electric-help-ctrl-x-prefix):
9130 * hexl.el (hexl-revert-buffer-function):
9131 * linum.el (linum-after-change, linum-after-scroll):
9132 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9133
9134 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9135
74f50695
DU
91362011-04-04 Daiki Ueno <ueno@unixuser.org>
9137
9138 * epa-dired.el:
9139 * epa-mail.el:
9140 * epa-hook.el:
9141 * epa-file.el:
9142 * epa.el:
9143 * epg.el: Use lexical binding.
9144
c11325f7
CY
91452011-04-03 Chong Yidong <cyd@stupidchicken.com>
9146
0d9e9a12
CY
9147 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9148
c11325f7 9149 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
9150 dictionary case for flyspell-mark-duplications-exceptions.
9151 Use regexp matching for languages.
c11325f7
CY
9152 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9153 default dictionary (Bug#7926).
9154
da91b5f2
CY
91552011-04-02 Chong Yidong <cyd@stupidchicken.com>
9156
099c39a4
JB
9157 * emacs-lisp/package.el (package--with-work-buffer):
9158 Recognize https URLs.
da91b5f2 9159
099c39a4
JB
9160 * net/network-stream.el: Move from gnus/proto-stream.el.
9161 Change prefix to network-stream throughout.
da91b5f2
CY
9162 (open-protocol-stream): Merge into open-network-stream, leaving
9163 open-protocol-stream as an alias. Handle nil BUFFER args.
9164
9165 * subr.el (open-network-stream): Move to net/network-stream.el.
9166
afa8e9f6
GM
91672011-04-02 Glenn Morris <rgm@gnu.org>
9168
1d2e369d
GM
9169 * find-dired.el (find-exec-terminator): New option.
9170 (find-ls-option): Test for -ls support.
9171 (find-ls-subdir-switches): Test for -b in find-ls-option.
9172 (find-dired, find-grep-dired): Doc fixes.
9173 (find-dired): Use find-exec-terminator.
9174
8abb7da8 9175 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
9176 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9177 (find-name-arg): Remove purecopy.
8abb7da8 9178
f3ca7378
GM
9179 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9180 (grep-compute-defaults): Check for `-exec COMMAND +' support.
9181 Set grep-find-use-xargs, grep-find-command, and grep-find-template
9182 accordingly. Don't add the null-device if not needed.
9183
afa8e9f6
GM
9184 * files.el (save-some-buffers): Doc fix.
9185
35eae264
EZ
91862011-04-02 Eli Zaretskii <eliz@gnu.org>
9187
9188 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9189
26b51db5
JB
91902011-04-01 Juanma Barranquero <lekktu@gmail.com>
9191
9192 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9193 Use `dolist' rather than `mapcar'.
9194
7200d79c
SM
91952011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9196
03408648 9197 Add lexical binding.
7200d79c 9198
03408648
SM
9199 * subr.el (apply-partially): Use new closures rather than CL.
9200 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9201 (dolist, dotimes): Use slightly different expansion for lexical code.
9202 (functionp): Move to C.
9203 (letrec): New macro.
9204 (with-wrapper-hook): Use it and apply-partially instead of CL.
9205 (eval-after-load): Preserve lexical-binding.
9206 (save-window-excursion, with-output-to-temp-buffer): Turn them
9207 into macros.
7200d79c 9208
03408648
SM
9209 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9210
9211 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9212 than the arglist.
9213 (help-add-fundoc-usage): Don't add `Not documented'.
9214 (help-function-arglist): Handle closures, subroutines, and new
9215 byte-code-functions.
9216 (help-make-usage): Remove leading underscores.
9217 (describe-function-1): Handle closures.
9218 (describe-variable): Use special-variable-p for completion.
9219
9220 * files.el (lexical-binding): Declare safe.
f488fb65 9221
03408648
SM
9222 * emacs-lisp/pcase.el: Don't use destructuring-bind.
9223 (pcase--memoize): Rename from pcase-memoize. Change weakness.
9224 (pcase): Add `let' pattern.
9225 Change memoization so it actually works.
9226 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9227 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9228 <let>: New case.
f488fb65 9229
03408648
SM
9230 * emacs-lisp/macroexp.el: Use lexical binding.
9231 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
9232 Don't convert ' to #' without checking that it's indeed quoting
9233 a lambda.
9234
9235 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 9236 Use eval-sexp-add-defvars.
03408648
SM
9237 (eval-sexp-add-defvars): New fun.
9238
9239 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9240
9241 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9242 Don't autoload.
9243 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9244 than the internal `byte-compile-lambda'.
9245 (defmethod): Don't hide code under quotes.
9246 (eieio-defmethod): New `code' argument.
9247
9248 * emacs-lisp/eieio-comp.el: Remove.
9249
9250 * emacs-lisp/edebug.el (edebug-eval-defun)
9251 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9252 (edebug-toggle): Avoid `eval'.
9253
9254 * emacs-lisp/disass.el (disassemble-internal): Handle new
9255 `closure' objects.
9256 (disassemble-1): Handle new byte codes.
9257
9258 * emacs-lisp/cl.el (pushnew): Silence warning.
9259
9260 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9261 (cl-byte-compile-throw): Remove.
9262 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9263
9264 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9265 closures.
9266
9267 * emacs-lisp/cconv.el: New file.
9268
9269 * emacs-lisp/bytecomp.el: Use lexical binding instead of
9270 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
9271 (byte-compile-initial-macro-environment):
9272 Handle declare-function here.
9273 (byte-compile--lexical-environment): New var.
9274 (byte-stack-ref, byte-stack-set, byte-discardN)
9275 (byte-discardN-preserve-tos): New lap codes.
9276 (byte-interactive-p): Don't use any more.
9277 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9278 New macros.
9279 (byte-compile-lapcode): Use them and handle new lap codes.
9280 (byte-compile-obsolete): Remove.
9281 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9282 (byte-compile-arglist-warn): Check late def of inlinable funs.
9283 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9284 since they should have been expanded by now.
9285 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9286 (byte-compile-from-buffer): Remove unused second arg.
9287 (byte-compile-preprocess): New function.
9288 (byte-compile-toplevel-file-form): New function to distinguish
9289 file-form calls from outside from file-form calls from hunk-handlers.
9290 (byte-compile-file-form): Simplify.
9291 (byte-compile-file-form-defsubst): Remove.
9292 (byte-compile-file-form-defmumble): Simplify now that
9293 byte-compile-lambda always returns a byte-code-function.
9294 (byte-compile): Preprocess.
9295 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9296 Remove, not used any more.
9297 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9298 (byte-compile-make-args-desc): New funs.
9299 (byte-compile-lambda): Handle lexical functions. Always return
9300 a byte-code-function.
9301 (byte-compile-reserved-constants): New var, to make up room for
9302 closed-over variables.
9303 (byte-compile-constants-vector): Obey it.
9304 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9305 (byte-compile-macroexpand-declare-function): New function.
9306 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9307 byte-code-functions.
9308 (byte-compile-form): Check obsolescence here.
9309 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9310 (byte-compile-variable-ref): Remove.
9311 (byte-compile-dynamic-variable-op): New fun.
9312 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9313 (byte-compile-variable-set): New funs.
9314 (byte-compile-discard): Add 2 args.
9315 (byte-compile-stack-ref, byte-compile-stack-set)
9316 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9317 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9318 macroexpand-all instead.
9319 (byte-compile-quote-form): Remove.
9320 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9321 (byte-compile-bind, byte-compile-unbind): New funs.
9322 (byte-compile-let): Handle let* and lexical binding.
9323 (byte-compile-let*): Remove.
9324 (byte-compile-catch, byte-compile-unwind-protect)
9325 (byte-compile-track-mouse, byte-compile-condition-case):
9326 Handle a new :fun-body form, used for lexical scoping.
9327 (byte-compile-save-window-excursion)
9328 (byte-compile-with-output-to-temp-buffer): Remove.
9329 (byte-compile-defun): Simplify.
9330 (byte-compile-stack-adjustment): New fun.
9331 (byte-compile-out): Use it.
9332 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9333
9334 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9335 handler any more.
9336
9337 * emacs-lisp/byte-opt.el: Use lexical binding.
9338 (byte-inline-lapcode): Remove (to bytecomp).
9339 (byte-compile-inline-expand): Pay attention to inlining to/from
9340 lexically bound code.
9341 (byte-compile-unfold-lambda): Don't handle byte-code-functions
9342 any more.
9343 (byte-optimize-form-code-walker): Don't handle save-window-excursion
9344 any more and don't call compiler-macros.
9345 (byte-compile-splice-in-already-compiled-code): Remove.
9346 (byte-code): Don't inline any more.
9347 (disassemble-offset): Receive `bytes' as argument rather than via
9348 dynamic scoping.
9349 (byte-compile-tag-number): Declare before first use.
9350 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9351 `return' even if make-spliceable.
9352 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9353 obsolete interactive-p.
9354 (byte-optimize-lapcode): Optimize new lap-codes.
9355 Don't trip up on new form of `byte-constant' lap code.
9356
9357 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9358
9359 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9360
9361 * custom.el (custom-initialize-default, custom-declare-variable):
9362 Use `defvar'.
9363
9364 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9365 New variables.
9366 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9367 (COMPILE_FIRST): Add macroexp and cconv.
9368 * makefile.w32-in: Mirror changes in Makefile.in.
9369
9370 * vc/cvs-status.el:
9371 * vc/diff-mode.el:
9372 * vc/log-edit.el:
9373 * vc/log-view.el:
9374 * vc/smerge-mode.el:
9375 * textmodes/bibtex-style.el:
9376 * textmodes/css.el:
9377 * startup.el:
9378 * uniquify.el:
da91b5f2
CY
9379 * minibuffer.el:
9380 * newcomment.el:
9381 * reveal.el:
9382 * server.el:
9383 * mpc.el:
9384 * emacs-lisp/smie.el:
9385 * doc-view.el:
9386 * dired.el:
03408648
SM
9387 * abbrev.el: Use lexical binding.
9388
0f0c1f27
EZ
93892011-04-01 Eli Zaretskii <eliz@gnu.org>
9390
9391 * info.el (info-display-manual): New function.
9392
c82b2579
SM
93932011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9394
9395 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9396
221ddf68
TH
93972011-03-31 Tassilo Horn <tassilo@member.fsf.org>
9398
9399 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 9400 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 9401
cba6e77e
GM
94022011-03-31 Glenn Morris <rgm@gnu.org>
9403
e040639f
GM
9404 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9405
cba6e77e
GM
9406 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9407
6d0f1c9e
CS
94082011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
9409
9410 * progmodes/python.el (python-default-interpreter)
9411 (python-python-command-args, python-jython-command-args)
9412 (python-which-shell, python-which-args, python-which-bufname)
9413 (python-file-queue, python-comint-output-filter-function)
9414 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9415 variables and functions.
9416
3e2d70fd
SM
94172011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9418
9419 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9420 (completion-in-region-mode): New minor mode.
9421 (completion-in-region): Use it.
9422 (completion-in-region--data, completion-in-region-mode-map): New vars.
9423 (completion-in-region--postch): New function.
9424 (completion--capf-misbehave-funs, completion--capf-safe-funs):
9425 New vars.
9426 (completion--capf-wrapper): New function.
9427 (completion-at-point): Use it to track well-behavedness of
9428 hook functions.
9429 (completion-help-at-point): New command.
9430
f3e4086c
JM
94312011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
9432
9433 * vc/add-log.el (add-change-log-entry): Don't use whitespace
9434 syntax class to search for whitespace on a single line
9435 (Message-ID: <4D938140.4030905@redhat.com>).
9436
eb7ffc14
LL
94372011-03-30 Leo Liu <sdl.web@gmail.com>
9438
9439 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9440 New commands.
9441 (edit-abbrevs-map): Bind them here.
9442 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
9443
d806ab68
KM
94442011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
9445
9446 * allout.el (allout-hide-by-annotation, allout-flag-region):
9447 Reduce possibility of overlay leakage by making them volatile.
9448
9449 * allout-widgets.el (allout-widgets-tally): Define as nil so the
9450 hash is not shared between buffers. Mode initialization is
9451 responsible for giving it a useful starting value.
9452 (allout-item-span): Reduce possibility of overlay leakage by
9453 making them volatile.
9454 (allout-widgets-count-buttons-in-region): Add diagnostic function
9455 for tracking down button overlay leaks.
9456
ea622834
LL
94572011-03-29 Leo Liu <sdl.web@gmail.com>
9458
9459 * ido.el (ido-read-internal): Use the default history var
9460 minibuffer-history if no HISTORY is specified.
9461
b62f8267
G
94622011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
9463
03408648
SM
9464 * net/imap.el (imap-shell-open, imap-process-connection-type):
9465 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
9466 Kerberos, SSL, other subprocesses.
9467
947b6566
LL
94682011-03-28 Leo Liu <sdl.web@gmail.com>
9469
9470 * abbrev.el (abbrev-table-empty-p): New function.
9471 (prepare-abbrev-list-buffer): Place empty abbrev tables after
9472 nonempty ones. (Bug#5937)
9473
5ffb62aa
JD
94742011-03-27 Jan Djärv <jan.h.d@swipnet.se>
9475
9476 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9477
7a097943
LL
94782011-03-27 Leo Liu <sdl.web@gmail.com>
9479
9480 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9481 for foreground and background colors.
9482 (ansi-color-make-color-map): Adapt.
9483
c5b40130
LL
94842011-03-25 Leo Liu <sdl.web@gmail.com>
9485
1f48f7d2
LL
9486 * midnight.el (midnight-time-float): Remove. Note it calculates
9487 the microsecond component incorrectly and seconds-to-time does the
9488 same job.
625897ec 9489 Remove redundant (require 'timer).
1f48f7d2 9490
c5b40130
LL
9491 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9492 (ido-completions): Remove unused arguments. (Bug#8329)
9493
d86d2721
SM
94942011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * minibuffer.el (completion--flush-all-sorted-completions):
9497 Remove itself from hook.
9498 (completion-at-point): Let the functions perform the completion
9499 immediately and return nil or t.
9500 * comint.el (comint-dynamic-complete-functions): Now identical to
9501 completion-at-point-functions.
9502 (comint-dynamic-list-input-ring): Remove unused var `index'.
9503 (comint--match-partial-filename, comint--unquote&expand-filename):
9504 New funs, split from comint-match-partial-filename.
9505 (comint-dynamic-complete): Use completion-at-point.
9506 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9507
e8974c48
DA
95082011-03-24 Drew Adams <drew.adams@oracle.com>
9509
9510 * thingatpt.el: Support `defun'.
9511
def71b5e
LL
95122011-03-23 Leo Liu <sdl.web@gmail.com>
9513
cb5af48e
LL
9514 * abbrevlist.el: Move to obsolete/abbrevlist.el.
9515
def71b5e
LL
9516 * help-mode.el (help-mode-finish): Tweak regexp.
9517
927c53e7
GM
95182011-03-23 Glenn Morris <rgm@gnu.org>
9519
18d05bed
GM
9520 * eshell/esh-opt.el (eshell-eval-using-options):
9521 Do not bind unused local variable `eshell-option-stub'.
9522
927c53e7
GM
9523 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9524
9d0da923
JB
95252011-03-22 Juanma Barranquero <lekktu@gmail.com>
9526
9527 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9528 keymap variable in `with-no-warnings' to avoid a warning when the
9529 keymap has been already `defconst'ed.
9530
4b978a67
LL
95312011-03-22 Leo Liu <sdl.web@gmail.com>
9532
9533 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9534 encode all chars in abbrevs; otherwise use emacs-mule or
9535 utf-8-emacs. (Bug#8308)
9536
5fd62452
JB
95372011-03-22 Juanma Barranquero <lekktu@gmail.com>
9538
0b1596c6
JB
9539 * simple.el (backward-delete-char-untabify):
9540 Avoid warning about using `delete-backward-char'.
9541
5fd62452
JB
9542 * image.el (image-type-file-name-regexps): Make it variable.
9543 `imagemagick-register-types' modifies it, and the user may want
9544 to add new extensions for known image types.
9545 (imagemagick-register-types): Throw error if not using ImageMagick.
9546
0b4e93f1
LL
95472011-03-22 Leo Liu <sdl.web@gmail.com>
9548
9549 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9550 located before rcirc-prompt-end-marker.
9551 (rcirc-complete): Error if point is not after rcirc prompt.
9552 Handle the case when table is nil.
9882e214 9553 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 9554
fccee4ab
CY
95552011-03-22 Chong Yidong <cyd@stupidchicken.com>
9556
9557 * custom.el (custom--inhibit-theme-enable): Make it affect only
9558 custom-theme-set-variables and custom-theme-set-faces.
9559 (provide-theme): Ignore custom--inhibit-theme-enable.
9560 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9561 (custom-enabling-themes): Delete variable.
d86d2721
SM
9562 (enable-theme): Accept only loaded themes as arguments.
9563 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
9564 (custom-enabled-themes): Forbid themes from setting this.
9565 Eliminate use of custom-enabling-themes.
9566 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 9567
af896da6
LL
95682011-03-21 Leo Liu <sdl.web@gmail.com>
9569
9570 * ido.el (ido-read-internal): Add ido-selected to history instead
9571 of user input.
9572
78f64af0
SM
95732011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9574
9575 * subr.el (deferred-action-list, deferred-action-function):
9576 Mark obsolete.
9577
b16ac1ec
LL
95782011-03-21 Leo Liu <sdl.web@gmail.com>
9579
810f7698
LL
9580 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9581 change on 2011-02-13 (bug#8309).
9582
b16ac1ec
LL
9583 * minibuffer.el (read-file-name-function): Change default value.
9584 (read-file-name--defaults): Rename from read-file-name-defaults.
9585 (read-file-name-default): Rename from read-file-name.
9586 (read-file-name): Call read-file-name-function.
9587
4e05e67e
GM
95882011-03-21 Glenn Morris <rgm@gnu.org>
9589
9590 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9591 Doc fixes.
9592
4359915b
CY
95932011-03-21 Chong Yidong <cyd@stupidchicken.com>
9594
9595 * cus-theme.el: Add missing provide statement.
9596 (customize-create-theme): Extract theme value correctly.
9597 (custom-theme-visit-theme): Autoload.
9598 (customize-create-theme): Prompt before inserting default faces.
9599
1fe275ee
JB
96002011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9601
9602 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9603 units and musical notes.
9604
cd394be1 96052011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
9606
9607 * ido.el (ido-read-internal): Use completing-read-default.
9608 (ido-completing-read): Fix compatibility with completing-read.
9609
7d476bde
CO
96102011-03-20 Christian Ohler <ohler@gnu.org>
9611
9612 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9613 (ert-delete-all-tests): Use `called-interactively-p' rather than
9614 `interactive-p'.
9615 (ert--make-xrefs-region): Respect END.
9616
fe0fb33e
CY
96172011-03-19 Chong Yidong <cyd@stupidchicken.com>
9618
ff854b0b
CY
9619 * dired-aux.el (dired-create-directory): Signal an error if the
9620 directory already exists (Bug#8246).
9621
fe0fb33e
CY
9622 * facemenu.el (list-colors-display): Call list-faces-display
9623 inside with-help-window.
9624 (list-colors-print): Use display property to align the final
9625 column, instead of checking window-width.
9626
576bce32
EZ
96272011-03-19 Eli Zaretskii <eliz@gnu.org>
9628
4d61f28d 9629 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
9630 windows-nt systems.
9631 (emerge-protect-metachars): Quote correctly for ms-dos and
9632 windows-nt systems.
9633
89c41d68 96342011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
9635
9636 * info.el (info-initialize): Replace all uses of `:' with
9637 path-separator for compatibility with non-Unix systems.
9638 Cache quoting of path-separator. (Bug#8258)
9639
b14e3e21 96402011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
9641
9642 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
9643 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
9644 (mouse-avoidance-mode): Fix typos in docstrings.
9645
4525ce3e
CY
96462011-03-19 Chong Yidong <cyd@stupidchicken.com>
9647
9648 * startup.el (package-subdirectory-regexp): Move from package.el.
9649 Omit \\` and \\', and let callers add them.
9650
9651 * emacs-lisp/package.el (package-strip-version)
9652 (package-load-all-descriptors): Add \\` and \\' to
9653 package-subdirectory-regexp before using it.
9654 (package-untar-buffer): New arg DIR; ensure that file untars only
9655 into this expected directory. Remove superfluous delete-region.
9656 (package-unpack): Caller changed.
9657 (package-tar-file-info): Use package-subdirectory-regexp.
9658
a904a09a 96592011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 9660
a904a09a
SM
9661 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
9662 diff-mode-shared-map (bug#8284).
9663 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
9664
96652011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9666
9667 * calendar/time-date.el (format-seconds): Use assoc instead of
9668 assoc-string, since assoc-string doesn't exist in XEmacs.
9669
171fc304
JB
96702011-03-17 Juanma Barranquero <lekktu@gmail.com>
9671
9672 * custom.el (custom-known-themes): Reflow docstring.
9673 (custom-theme-load-path): Fix typo in docstring.
9674 (load-theme): Fix typo in error message.
9675 (custom-available-themes, custom-variable-theme-value):
9676 Use `let', not `let*'.
9677
d71990a1
JB
96782011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9679
9680 * calc/README: Mention inclusion of musical notes.
9681
9682 * calc/calc-units.el (calc-lu-quant): Rename from
9683 `calc-logunits-quantity'.
9684 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
9685 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
9686 (calc-db): Rename from `calc-dblevel'.
9687 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
9688 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
9689 (calc-np): Rename from `calc-nplevel'.
9690 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
9691 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
9692 (calc-lu-plus): Rename from `calc-logunits-add'.
9693 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
9694 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
9695 (calc-lu-minus): Rename from `calc-logunits-sub'.
9696 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
9697 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
9698 (calc-lu-times): Rename from `calc-logunits-mul'.
9699 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
9700 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
9701 (calc-lu-divide): Rename from `calc-logunits-div'.
9702 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
9703 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
9704
9705 * calc/calc-ext.el (calc-init-extensions): Update the names of the
9706 functions being autoloaded.
9707
9708 * calc/calc.el (calc-lu-power-reference): Rename from
9709 `calc-logunits-power-reference'.
9710 (calc-lu-field-reference): Rename from
9711 `calc-logunits-field-reference'.
9712
9713 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
9714
40c2934b
SM
97152011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9716
9717 * minibuffer.el (completion-all-sorted-completions):
9718 Use :completion-cycle-penalty text property if present.
9719
b0911414
KM
97202011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
9721
9722 * allout.el (allout-yank-processing): Adjust for new rebulleting
9723 regime so bullet being yanked is used without prompting the user
9724 for a choice.
9725
8a05b668
JB
97262011-03-16 Juanma Barranquero <lekktu@gmail.com>
9727
9728 * startup.el (command-line): Warn the user that _emacs is deprecated.
9729
5ba5fb81
JB
97302011-03-16 Juanma Barranquero <lekktu@gmail.com>
9731
9732 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
9733 (delphi-verbose, delphi-comment-face, delphi-string-face)
9734 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
9735 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
9736 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
9737 (delphi-new-comment-line, delphi-font-lock-defaults)
9738 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
9739 Fix typos in docstrings.
9740
2dab465b
KM
97412011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
9742
5ba5fb81 9743 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
9744 Invert the roles of character and string values for INSTEAD, so a
9745 string is used for the more common case of a defaulting prompt.
9746
0adf5618
SM
97472011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9748
9749 * progmodes/ruby-mode.el (ruby-backward-sexp):
9750 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
9751 * play/gamegrid.el (gamegrid-make-face):
9752 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
9753 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
9754 * notifications.el (notifications-notify):
9755 * net/xesam.el (xesam-search-engines):
9756 * net/quickurl.el (quickurl-list-insert):
9757 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
9758
d72700e5
CY
97592011-03-15 Chong Yidong <cyd@stupidchicken.com>
9760
9761 * startup.el (command-line): Update package subdirectory regexp.
9762
49c5410a
SM
97632011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9764
c6eee9aa
SM
9765 * allout.el (allout-abbreviate-flattened-numbering)
9766 (allout-mode-deactivate-hook): Fix up obsolescence "date".
9767
49c5410a
SM
9768 * subr.el (read-char-choice): Only show the cursor after the prompt,
9769 not after the answer.
9770
047b2bb9
KR
97712011-03-15 Kevin Ryde <user42@zip.com.au>
9772
9773 * help-fns.el (variable-at-point): Skip leading quotes, if any
9774 (bug#8253).
9775
0a57d256
SM
97762011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9777
9778 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
9779 warning message.
9780
77c992bc
MA
97812011-03-14 Michael Albinus <michael.albinus@gmx.de>
9782
9783 * shell.el (shell): When called interactively, offer to change the
9784 shell file name on remote hosts.
9785
eebc475d
TZ
97862011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9787
9788 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
9789 integration for LDAP parameters. The host, base, user or binddn,
9790 and secret tokens can be specified in a netrc file, for instance.
9791 This is optional because an `auth-source' parameter must be
9792 specified in the search attributes.
9793
9d05d1ba
JB
97942011-03-13 Juanma Barranquero <lekktu@gmail.com>
9795
9796 * help.el (describe-mode): Link to the mode's definition (bug#8185).
9797
09d9db2c
GM
97982011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9799
9800 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
9801 into declaration. Remove redundant and harmful binding.
9802
98032011-03-12 Eli Zaretskii <eliz@gnu.org>
9804
9805 * files.el (file-ownership-preserved-p): Pass `integer' as an
9806 explicit 2nd argument to `file-attributes'. If the file's owner
9807 is the Administrators group on Windows, and the current user is
9808 Administrator, consider that a match.
9809
9810 * server.el (server-ensure-safe-dir): Consider server directory
9811 safe on MS-Windows if its owner is the Administrators group while
9812 the current Emacs user is Administrator. Use `=' to compare
9813 numerical UIDs, since they could be integers or floats.
9814
219bd536
JB
98152011-03-12 Juanma Barranquero <lekktu@gmail.com>
9816
9817 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
9818
f3afd36b
MA
98192011-03-12 Michael Albinus <michael.albinus@gmx.de>
9820
9821 Sync with Tramp 2.2.1.
9822
9823 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
9824
9825 * net/trampver.el: Update release number.
9826
3aaaa6f1
SM
98272011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9828
94642599
SM
9829 * progmodes/compile.el (compilation--previous-directory): Fix up
9830 various nil/dead-marker mismatches (bug#8014).
9831 (compilation-directory-properties, compilation-error-properties):
9832 Don't call it at a position past the one we're about to change.
9833
3aaaa6f1
SM
9834 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
9835 Disable obsolescence warnings in the file that declares it.
9836
14239447
KM
98372011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
9838
099c39a4
JB
9839 * allout-widgets.el (allout-widgets-tally):
9840 Initialize allout-widgets-tally as a hash table rather than nil to
9841 prevent mode-line redisplay warnings. Also, clarify the module
9842 description and fix a comment typo.
14239447 9843
135e287c
JB
98442011-03-11 Juanma Barranquero <lekktu@gmail.com>
9845
9846 * help-fns.el (describe-variable): Don't complete keywords.
9847 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
9848
ffbf300e
CY
98492011-03-10 Chong Yidong <cyd@stupidchicken.com>
9850
ba08b241
CY
9851 * emacs-lisp/package.el (package-version-join): Impose a standard
9852 string representation for pre/alpha/beta version lists.
9853 (package-unpack-single): Standardize the directory name by passing
9854 it through package-version-join.
9855 (package-strip-rcs-id): Accept any version string that does not
9856 signal an error in version-to-list.
ffbf300e 9857
f346fd6b
MA
98582011-03-10 Michael Albinus <michael.albinus@gmx.de>
9859
9860 * simple.el (delete-trailing-whitespace): Return nil for the
9861 benefit of `write-file-functions'.
9862
ccb55d27
GM
98632011-03-10 Glenn Morris <rgm@gnu.org>
9864
5ceaac0c
GM
9865 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
9866
02da65ff
GM
9867 * vc/vc-git.el (vc-git-program): New option.
9868 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
9869 (vc-git--call): Use it.
9870
b2f603cc
GM
9871 * eshell/esh-util.el (eshell-condition-case): Doc fix.
9872
5772caab
GM
9873 * cus-edit.el (Custom-newline): If no button at point, look
9874 for a subgroup button at start-of-line. (Bug#2298)
9875
ccb55d27
GM
9876 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
9877
ec6ecaed
JD
98782011-03-10 Julien Danjou <julien@danjou.info>
9879
9880 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
9881 `cursor-type' is nil.
9882
9d5aa01d
JB
98832011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
9884
9885 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
9886
b6a5875b
KM
98872011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
9888
9889 * allout.el Summary: Change so yank of distinctive-bullet items
9890 preserves the existing header prefix, rebulleting it if necessary,
9891 rather than replacing it. This is necessary for proper operation
9892 of cooperative addons like allout-widgets.
1154d12e
JB
9893 (allout-make-topic-prefix, allout-rebullet-heading):
9894 Change SOLICIT arg to INSTEAD, and interpret additionally a string
9895 value as alternate bullet to be used, instead of prompting the user
9896 for a bullet character.
b6a5875b 9897
ee545c35
MA
98982011-03-09 Michael Albinus <michael.albinus@gmx.de>
9899
d86d2721
SM
9900 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9901 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
9902 `tramp-default-port'.
9903
c47971d7
DD
99042011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9905
9906 * net/rcirc.el (rcirc-handler-001): Remove useless
9907 with-rcirc-process-buffer.
9908 (rcirc-check-auth-status): Swap arguments to string-match.
9909
13522cb4
GM
99102011-03-09 Glenn Morris <rgm@gnu.org>
9911
0be6f4f1
GM
9912 * shell.el (shell-mode):
9913 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
9914
13522cb4
GM
9915 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
9916 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
9917
515de2e3
CY
99182011-03-08 Chong Yidong <cyd@stupidchicken.com>
9919
9920 * emacs-lisp/package.el (package-refresh-contents)
9921 (package-menu-execute): Use condition-case-no-debug.
9922
b511b994
MA
99232011-03-08 Michael Albinus <michael.albinus@gmx.de>
9924
9925 * simple.el (shell-command-to-string): Use `process-file'.
9926
9927 * emacs-lisp/package.el (package-tar-file-info): Handle also
9928 remote files.
9929
d86d2721
SM
9930 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9931 Use `equal' for upload base check.
b511b994 9932
25bbfb31
AM
99332011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
9934
9935 * textmodes/texinfo.el (texinfo-environments):
9936 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
9937
be996521
GM
99382011-03-08 Glenn Morris <rgm@gnu.org>
9939
e9c8529f
GM
9940 * cus-start.el (cursor-in-non-selected-windows):
9941 Fix :set quoting oddness. (Bug#8192)
9942
be996521
GM
9943 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
9944 in some setf expressions. (Bug#2159)
9945
2bb5649e
CY
99462011-03-08 Chong Yidong <cyd@stupidchicken.com>
9947
9948 * custom.el (custom-available-themes): Return themes in
9949 alphabetical order.
9950
33383987 9951See ChangeLog.15 for earlier changes.
e3d51b27
MR
9952
9953;; Local Variables:
9954;; coding: utf-8
e3d51b27
MR
9955;; End:
9956
acaf905b 9957 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
9958
9959 This file is part of GNU Emacs.
9960
9961 GNU Emacs is free software: you can redistribute it and/or modify
9962 it under the terms of the GNU General Public License as published by
9963 the Free Software Foundation, either version 3 of the License, or
9964 (at your option) any later version.
9965
9966 GNU Emacs is distributed in the hope that it will be useful,
9967 but WITHOUT ANY WARRANTY; without even the implied warranty of
9968 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9969 GNU General Public License for more details.
9970
9971 You should have received a copy of the GNU General Public License
9972 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.