* src/xterm.c (x_draw_image_relief): Add missing type check for Vtool_bar_button_margin.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f25aef2e
GM
12012-02-22 Glenn Morris <rgm@gnu.org>
2
3 * dired-x.el (dired-guess-shell-alist-default):
4 Remove escape sequences from nroff output. (Bug#172)
5
5f8dc2ca
GM
62012-02-21 Glenn Morris <rgm@gnu.org>
7
6ff86ec4
GM
8 * vc/emerge.el (emerge-defvar-local):
9 Set `permanent-local' property rather than unused `preserved'.
10
be3223a3 11 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
12 (picture-mode-map): Use it. (Bug#10860)
13 (picture-mode): Doc fix.
14
3fe58f4f
JB
152012-02-21 Juanma Barranquero <lekktu@gmail.com>
16
17 * newcomment.el (uncomment-region-default): Remove unused binding.
18
f9a998c3
GM
192012-02-21 Glenn Morris <rgm@gnu.org>
20
21 * textmodes/picture.el (picture-motion, picture-motion-reverse)
22 (picture-self-insert, picture-tab-chars): Doc fix.
23 (picture-mode-map): Fix C-a, C-e.
24
c6029348
GM
252012-02-20 Glenn Morris <rgm@gnu.org>
26
27 * emacs-lisp/authors.el (authors-aliases): Add another entry.
28
ab1ce9d7
LL
292012-02-20 Leo Liu <sdl.web@gmail.com>
30
31 * icomplete.el (icomplete-completions): Check FROM arg before
32 passing to substring (Bug#10850).
33
0fd40f89
CY
342012-02-19 Chong Yidong <cyd@gnu.org>
35
36 * comint.el: Require ansi-color.
37 (comint-output-filter-functions): Add ansi-color-process-output.
38
39 * ansi-color.el: Don't set comint-output-filter-functions; it is
40 now in the initial value defined in comint.el.
41 (ansi-color-apply-face-function): New variable.
42 (ansi-color-apply-on-region): Use it.
43 (ansi-color-apply-overlay-face): New function.
44
45 * shell.el (shell): No need to require ansi-color.
46 (shell-mode): Use ansi-color-apply-face-function to highlight
47 color escapes using font-lock-face property (Bug#10835).
48
20af2394
CY
492012-02-19 Chong Yidong <cyd@gnu.org>
50
51 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
52 mode-line formats (Bug#10839).
53
e23a3fbe
GM
542012-02-18 Glenn Morris <rgm@gnu.org>
55
b474519e
GM
56 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
57
58 * mail/undigest.el (unforward-rmail-message): Doc fix.
59
e23a3fbe
GM
60 * saveplace.el (save-place-ignore-files-regexp): Add :version.
61
57939ff4
EZ
622012-02-18 Eli Zaretskii <eliz@gnu.org>
63
64 * international/characters.el (script-list): Sync with the latest
65 Unicode Character Database.
66
0c23686e
AS
672012-02-18 Andreas Schwab <schwab@linux-m68k.org>
68
69 * international/titdic-cnv.el: Remove duplicate coding tag.
70 * language/cham.el: Likewise.
71 * language/tai-viet.el: Likewise.
72
6818b449
GM
732012-02-18 Glenn Morris <rgm@gnu.org>
74
75 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
76 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
77 (calendar-bahai-all-holidays-flag, calendar-other-dates):
78 * calendar/diary-lib.el (diary-abbreviated-year-flag):
79 * calendar/holidays.el (holiday-bahai-holidays)
80 (calendar-holidays, list-holidays):
81 Use utf-8 Bahá'í in doc-strings, menus, etc.
82
0311a3fc
TH
832012-02-17 Tassilo Horn <tassilo@member.fsf.org>
84
85 * saveplace.el (save-place-ignore-files-regexp): New variable
86 allowing for excluding files from saving their location of point.
87 The default value matches the temporary commit message editing
88 files from Git, SVN, Bazaar, and Mercurial.
89 (save-place-to-alist): Use it.
90
eb864a71
LM
912012-02-17 Lawrence Mitchell <wence@gmx.li>
92 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * newcomment.el (uncomment-region-default): Don't leave extra space
95 when an arg is provided (bug#8150).
96
ee0ce425
TZ
972012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
98
eb864a71 99 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 100
95ddf442
GM
1012012-02-17 Glenn Morris <rgm@gnu.org>
102
103 * net/socks.el: Require network-stream. (Bug#10599)
104
48dd1e39 1052012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
106
107 * international/charprop.el:
108 * international/uni-name.el:
109 * international/uni-old-name.el:
110 * international/uni-comment.el: Regenerate.
111
d68cd087
GM
1122012-02-16 Glenn Morris <rgm@gnu.org>
113
114 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
115 Interactively in calendar buffer, give an error if not on a date.
116
13932042
GM
1172012-02-15 Glenn Morris <rgm@gnu.org>
118
119 * shell.el (shell-delimiter-argument-list):
120 Revert 2011-02-17 change. (Bug#8027)
121
c3a70e2b
CY
1222012-02-15 Chong Yidong <cyd@gnu.org>
123
60236b0d
CY
124 * minibuffer.el (completion-at-point-functions): Doc fix.
125
c3a70e2b
CY
126 * custom.el (defcustom): Doc fix; note use of defvar.
127
9f26dc24
GM
1282012-02-15 Glenn Morris <rgm@gnu.org>
129
130 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
131 Doc fixes.
132
6546b134
GM
1332012-02-14 Glenn Morris <rgm@gnu.org>
134
135 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
136
d29b2b4c
LI
1372012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
138
139 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
140 way the ports list is computed.
835bdcba
LI
141 (smtpmail-query-smtp-server): Prompt the user for a port number if
142 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 143
08dcdbc9
TZ
1442012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
145
146 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
147
2605051a
GM
1482012-02-13 Glenn Morris <rgm@gnu.org>
149
150 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
151
7ee99f32
TZ
1522012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
153
154 * net/gnutls.el (gnutls-trustfiles): New variable.
155 (gnutls-negotiate): Use it.
156
5f0af64f
LI
1572012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
158
159 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
160 does its stuff if Gnus is running.
161
c14fcc95
AM
1622012-02-13 Alan Mackenzie <acm@muc.de>
163
164 Fix a loop in c-set-fl-decl-start.
165
166 * progmodes/cc-engine (c-set-fl-decl-start): Add a check that
167 c-backward-syntactic-ws actually moves backwards.
168
142b4d90
LL
1692012-02-13 Leo Liu <sdl.web@gmail.com>
170
171 * net/rcirc.el (rcirc-markup-attributes): Move point to the
172 beginning so that all \C-o chars are removed.
173
fa9958a6
TZ
1742012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
175
176 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group
177 tag.
178
0bc5886a
AM
1792012-02-12 Alan Mackenzie <acm@muc.de>
180
181 Fix infinite loop with long macros.
182 * cc-engine.el (c-state-safe-place): Handle macros properly.
183
d4bd55e7
CY
1842012-02-12 Chong Yidong <cyd@gnu.org>
185
186 * window.el (display-buffer): Doc fix (Bug#10785).
187
66f3fe22
GM
1882012-02-12 Glenn Morris <rgm@gnu.org>
189
bd7da63e
GM
190 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
191 (x-disown-selection-internal, x-get-selection-internal):
192 Sync docs with the xselect.c versions.
193
66f3fe22
GM
194 * allout-widgets.el: Add missing license notice.
195
3e0d2fa7
GM
1962012-02-11 Glenn Morris <rgm@gnu.org>
197
cfecdf09
GM
198 * select.el (x-get-selection-internal, x-own-selection-internal)
199 (x-disown-selection-internal):
200 * x-dnd.el (x-get-selection-internal): Update declarations.
201
6d216d7f
GM
202 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
203
2bed3f04
GM
204 * window.el (window-sides-slots):
205 * tool-bar.el (tool-bar-position):
206 * term/xterm.el (xterm-extra-capabilities):
207 * ses.el (ses-self-reference-early-detection):
208 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
209 (verilog-auto-wire-type)
210 (verilog-auto-delete-trailing-whitespace)
211 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
212 (verilog-auto-tieoff-declaration):
213 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
214 (sql-oracle-statement-starters, sql-oracle-scan-on):
215 * progmodes/prolog.el (prolog-align-comments-flag)
216 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
217 (prolog-left-indent-regexp, prolog-paren-indent-p)
218 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
219 (prolog-types, prolog-mode-specificators)
220 (prolog-determinism-specificators, prolog-directives)
221 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
222 (prolog-electric-dot-flag)
223 (prolog-electric-dot-full-predicate-template)
224 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
225 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
226 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
227 (prolog-program-switches, prolog-prompt-regexp)
228 (prolog-debug-on-string, prolog-debug-off-string)
229 (prolog-trace-on-string, prolog-trace-off-string)
230 (prolog-zip-on-string, prolog-zip-off-string)
231 (prolog-use-standard-consult-compile-method-flag)
232 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
233 (prolog-imenu-max-lines, prolog-info-predicate-index)
234 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
235 (prolog-char-quote-workaround):
236 * progmodes/cc-vars.el (c-defun-tactic):
237 * net/tramp.el (tramp-encoding-command-interactive)
238 (tramp-local-end-of-line):
239 * net/soap-client.el (soap-client):
240 * net/netrc.el (netrc-file):
241 * net/gnutls.el (gnutls):
242 * minibuffer.el (completion-category-overrides)
243 (completion-cycle-threshold)
244 (completion-pcm-complete-word-inserts-delimiters):
245 * man.el (Man-name-local-regexp):
246 * mail/feedmail.el (feedmail-display-full-frame):
247 * international/characters.el (glyphless-char-display-control):
248 * eshell/em-ls.el (eshell-ls-date-format):
249 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
250 (lisp-lambda-list-keyword-parameter-indentation)
251 (lisp-lambda-list-keyword-parameter-alignment):
252 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
253 * dired-x.el (dired-omit-verbose):
254 * cus-theme.el (custom-theme-allow-multiple-selections):
255 * calc/calc.el (calc-highlight-selections-with-faces)
256 (calc-lu-field-reference, calc-lu-power-reference)
257 (calc-note-threshold):
258 * battery.el (battery-mode-line-limit):
259 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
260 (archive-7z-update):
261 * allout.el (allout-prefixed-keybindings)
262 (allout-unprefixed-keybindings)
263 (allout-inhibit-auto-fill-on-headline)
264 (allout-flattened-numbering-abbreviation):
265 * allout-widgets.el (allout-widgets-auto-activation)
266 (allout-widgets-icons-dark-subdir)
267 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
268 (allout-widgets-theme-dark-background)
269 (allout-widgets-theme-light-background)
270 (allout-widgets-item-image-properties-emacs)
271 (allout-widgets-item-image-properties-xemacs)
272 (allout-widgets-run-unit-tests-on-load)
273 (allout-widgets-time-decoration-activity)
274 (allout-widgets-hook-error-post-time)
275 (allout-widgets-track-decoration):
276 Add missing :version tags to new defcustoms and defgroups.
277
5fec1b8e
GM
278 * progmodes/sql.el (sql-ansi-statement-starters)
279 (sql-oracle-statement-starters): Add custom type.
280
3e0d2fa7
GM
281 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
282 (prolog-system-version): Give it a type.
283
90b671e2
EZ
2842012-02-11 Eli Zaretskii <eliz@gnu.org>
285
286 * term/pc-win.el (x-select-text, x-selection-owner-p)
287 (x-own-selection-internal, x-disown-selection-internal)
288 (x-get-selection-internal): Sync doc strings and argument lists
289 with xselect.c, common-win.el and x-win.el. (Bug#10783)
290
5eac0c02
LL
2912012-02-11 Leo Liu <sdl.web@gmail.com>
292
293 * progmodes/python.el (python-end-of-statement): Fix infinite
294 loop. (Bug#10788)
295
f82cb659
GM
2962012-02-10 Glenn Morris <rgm@gnu.org>
297
298 * international/mule-cmds.el (unify-8859-on-encoding-mode)
299 (unify-8859-on-decoding-mode): Properly mark as obsolete.
300
cc26d239
LI
3012012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
302
303 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
304 about SMTP before checking the From header.
305
306 * mail/sendmail.el (sendmail-query-user-about-smtp): Refacored out
307 into own function for reuse by emacsbug.el.
308
1be3ca5a
LL
3092012-02-10 Leo Liu <sdl.web@gmail.com>
310
311 * subr.el (condition-case-unless-debug): Rename from
312 condition-case-no-debug. All callers changed.
313 (with-demoted-errors): Fix caller.
314
315 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
316 * nxml/rng-valid.el (rng-do-some-validation):
317 * emacs-lisp/package.el (package-refresh-contents)
318 (package-menu-execute):
319 * desktop.el (desktop-create-buffer):
320 * font-lock.el (lisp-font-lock-keywords-2): caller changed.
321
b011fbfe
GM
3222012-02-10 Glenn Morris <rgm@gnu.org>
323
b2096d72
GM
324 * textmodes/bibtex.el:
325 Add missing :version tags for new/changed defcustoms.
326
b011fbfe
GM
327 * files.el (remote-file-name-inhibit-cache): Doc fixes.
328
4c7e65bf
LI
3292012-02-09 Lars Ingebrigtsen <larsi@rusty>
330
331 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
332 (smtpmail-via-smtp): Use it, or fall back on the From address.
333 (smtpmail-send-it): Ditto.
334
f3934f6f
SM
3352012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
338 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
339 (byte-compile-tmp-var): New const.
340 (byte-compile-defvar): Use it to minimize .elc size.
341 Just use `defvar' rather than simulate it (bug#10761).
342
a075a2c5
GM
3432012-02-09 Glenn Morris <rgm@gnu.org>
344
cf3aa21b
GM
345 * files.el (rename-uniquely): Doc fix. (Bug#3806)
346
354998cd
GM
347 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
348 Add :version tags.
349
83274125 350 * progmodes/compile.el (compilation-first-column)
34c071c6 351 (compilation-error-screen-columns, compilation-filter-start): Doc fixes.
83274125 352
dab3703d
GM
353 * vc/log-view.el (log-view-toggle-entry-display):
354 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
355
3f88cd72
GM
356 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
357 (report-emacs-bug-can-use-xdg-email):
358 (report-emacs-bug-insert-to-mailer): Doc fixes.
359 (report-emacs-bug): Message fix.
360
d95b247d
GM
361 * net/browse-url.el (browse-url-can-use-xdg-open)
362 (browse-url-xdg-open): Doc fixes.
363
a075a2c5
GM
364 * electric.el (electric-indent-mode, electric-pair-mode)
365 (electric-layout-rules, electric-layout-mode): Doc fixes.
366 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
367
ffb6157e
MR
3682012-02-08 Martin Rudalics <rudalics@gmx.at>
369
370 * server.el (server-unselect-display): Don't inadvertently kill
371 the current buffer. (Bug#10729)
372
e1ac4066
GM
3732012-02-08 Glenn Morris <rgm@gnu.org>
374
34e8a2da
GM
375 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
376 (sql-list-table): Doc fixes.
377
b4ac6e8c
GM
378 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
379 Comment out (does nothing).
380
e1ac4066
GM
381 * completion.el (dynamic-completion-mode):
382 * dirtrack.el (dirtrack-debug-mode):
383 * electric.el (electric-layout-mode):
384 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
385 * face-remap.el (text-scale-mode, buffer-face-mode):
386 * iimage.el (iimage-mode):
387 * image-mode.el (image-transform-mode):
388 * minibuffer.el (completion-in-region-mode):
389 * scroll-lock.el (scroll-lock-mode):
390 * simple.el (next-error-follow-minor-mode):
391 * tar-mode.el (tar-subfile-mode):
392 * tooltip.el (tooltip-mode):
393 * vcursor.el (vcursor-use-vcursor-map):
394 * wid-browse.el (widget-minor-mode):
395 * emulation/tpu-edt.el (tpu-edt-mode):
396 * emulation/tpu-extras.el (tpu-cursor-free-mode):
397 * international/iso-ascii.el (iso-ascii-mode):
398 * language/thai-util.el (thai-word-mode):
399 * mail/supercite.el (sc-minor-mode):
400 * net/goto-addr.el (goto-address-mode):
401 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
402 * progmodes/cwarn.el (cwarn-mode):
403 * progmodes/flymake.el (flymake-mode):
404 * progmodes/glasses.el (glasses-mode):
405 * progmodes/hideshow.el (hs-minor-mode):
406 * progmodes/pascal.el (pascal-outline-mode):
407 * textmodes/enriched.el (enriched-mode):
408 * vc/smerge-mode.el (smerge-mode):
409 Doc fixes (minor mode argument).
410
5e0d957f
EZ
4112012-02-07 Eli Zaretskii <eliz@gnu.org>
412
413 * ls-lisp.el (ls-lisp-sanitize): New function.
414 (ls-lisp-insert-directory): Use it to fix or remove any elements
415 in file-alist with missing attributes. (Bug#4673)
416
98d7371e
AM
4172012-02-07 Alan Mackenzie <acm@muc.de>
418
419 Fix spurious recognition of c-in-knr-argdecl.
420
421 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
422 putative K&R region.
423
667ced3a
AM
4242012-02-07 Alan Mackenzie <acm@muc.de>
425
eb864a71
LM
426 * progmodes/cc-engine.el (c-forward-objc-directive):
427 Prevent looping in "#pragma mark @implementation".
667ced3a 428
5b77774d
MA
4292012-02-07 Michael Albinus <michael.albinus@gmx.de>
430
431 * notifications.el (notifications-on-closed-signal): Make `reason'
432 optional. (Bug#10744)
433
af008560
GM
4342012-02-07 Glenn Morris <rgm@gnu.org>
435
60d47423
GM
436 * emacs-lisp/easy-mmode.el (define-minor-mode):
437 Doc fixes for the macro and the mode it defines.
438
dd605cc4
GM
439 * image.el (imagemagick-types-inhibit): Doc fix.
440
af008560
GM
441 * cus-start.el (imagemagick-render-type): Add it.
442
5cc59a37
LI
4432012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
444
445 * progmodes/cc-mode.el
446 (c-standard-font-lock-fontify-region-function): Set the default at
447 load time, too, so that `font-lock-fontify-buffer' can be called
448 without setting up the entire mode first. This fixes a bug in
449 `mm-inline-text' with C MIME parts.
450
9a6dd747
CY
4512012-02-06 Chong Yidong <cyd@gnu.org>
452
2d16b285
CY
453 * simple.el (list-processes--refresh): Delete exited processes
454 (Bug#8094).
455
171e9b6e
CY
456 * comint.el (comint-next-prompt): next-single-char-property-change
457 and prev-single-char-property-change never return nil (Bug#8657).
458
9a6dd747
CY
459 * custom.el (defcustom): Doc fix (Bug#9711).
460
aa4589a7
CY
4612012-02-05 Chong Yidong <cyd@gnu.org>
462
5c2a252f
CY
463 * cus-edit.el (custom-variable-reset-backup): Quote the value
464 before storing it in the customized-value property (Bug#6712).
4aab9006 465 (custom-display): Add a customization type tag.
983b9602 466 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 467
aa4589a7
CY
468 * wid-edit.el (widget-field-value-get): New optional arg to
469 suppress trailing whitespace truncation.
470 (character): Use it (Bug#2689).
471
1ff980ae
AS
4722012-02-05 Andreas Schwab <schwab@linux-m68k.org>
473
474 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
475 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
476
03988c98
CY
4772012-02-05 Chong Yidong <cyd@gnu.org>
478
eeb6cc88
CY
479 * cus-edit.el (custom-variable-value-create): For mismatched
480 types, show the current value (Bug#7600).
481
03988c98
CY
482 * custom.el (defcustom): Doc fix.
483
f8cdeef0
GM
4842012-02-05 Glenn Morris <rgm@gnu.org>
485
486 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
487
0696d255
JB
4882012-02-05 Juanma Barranquero <lekktu@gmail.com>
489
490 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
491 (pp-buffer): Use `ignore-errors', `looking-at-p'.
492 (pp-last-sexp): Use `looking-at-p'.
493
34c99998
GM
4942012-02-04 Glenn Morris <rgm@gnu.org>
495
8f05da42
GM
496 * files.el (revert-buffer):
497 Doc fix (mention revert-buffer-in-progress-p).
498
f160676e
GM
499 * emacs-lisp/ert-x.el (ert-simulate-command):
500 Check deferred-action-list (which is obsolete) is bound.
501
c7291ad9
GM
502 * subr.el (with-wrapper-hook): Doc fixes.
503
34c99998
GM
504 * simple.el (filter-buffer-substring-functions)
505 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
506
6283a7d3
LL
5072012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
508
509 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
510 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
511
e96e3013
LL
5122012-02-04 Leo Liu <sdl.web@gmail.com>
513
514 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
515
8ded50f2
GM
5162012-02-04 Glenn Morris <rgm@gnu.org>
517
82ff1d13
GM
518 * image.el (image-extension-data): Add obsolete alias.
519
987a0a16
GM
520 * isearch.el (isearch-update): Doc fix.
521
ea32ef46
GM
522 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
523
8ded50f2
GM
524 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
525
eea14f31
GM
5262012-02-03 Glenn Morris <rgm@gnu.org>
527
528 * image.el (image-animated-p): Doc fix. Use image-animated-types.
529 (image-animate-timeout): Doc fix.
530
531 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
532
12f381b7
GM
5332012-02-02 Glenn Morris <rgm@gnu.org>
534
953cebf5
GM
535 * server.el (server-auth-dir): Doc fix.
536 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
537
12f381b7
GM
538 * subr.el (run-mode-hooks): Doc fix.
539
953a8c3b
JL
5402012-02-02 Juri Linkov <juri@jurta.org>
541
542 * image-mode.el (image-toggle-display-image): Remove tautological
543 `major-mode' from the `derived-mode-p' test.
544
c5d3843c
KH
5452012-02-02 Kenichi Handa <handa@m17n.org>
546
9f6e692e 547 * composite.el (compose-region): Cancel previous change.
c5d3843c 548
159462d4 5492012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
550
551 * composite.el (compose-region, compose-string): Signal error for
552 a null string component (Bug#6988).
553
9f562668
CY
5542012-02-01 Chong Yidong <cyd@gnu.org>
555
e2cef717
CY
556 * view.el (view-buffer-other-window, view-buffer-other-frame):
557 Handle special modes like view-buffer (Bug#10650).
558 (view-buffer): Simplify.
559
9f562668
CY
560 * frame.el (set-frame-font): Tweak meaning of third argument.
561
9f6e692e
JB
562 * dynamic-setting.el (font-setting-change-default-font):
563 Use set-frame-font (Bug#9982).
9f562668 564
781acb9f
GM
5652012-02-01 Glenn Morris <rgm@gnu.org>
566
6035be52
GM
567 * progmodes/compile.el (compilation-internal-error-properties):
568 Respect compilation-first-column in the "*compilation*" buffer.
569
781acb9f
GM
570 * emacs-lisp/easy-mmode.el (define-minor-mode):
571 Relax :variable's test for a named function.
572
abbceb00
AM
5732012-01-31 Alan Mackenzie <acm@muc.de>
574
575 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
576 off by one error.
577
fce3fdeb
CY
5782012-01-31 Chong Yidong <cyd@gnu.org>
579
580 * frame.el (set-frame-font): New arg ALL-FRAMES.
581
582 * menu-bar.el (menu-set-font): Use set-frame-font.
583
584 * faces.el (face-spec-reset-face): Don't apply unspecified
585 attribute values to the default face.
586
47893581
JB
5872012-01-31 Juanma Barranquero <lekktu@gmail.com>
588
589 * progmodes/cwarn.el (cwarn): Remove dead link.
590 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
591 Remove * from defcustom docstrings.
592 (turn-on-cwarn-mode): Make obsolete.
593 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
594 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
595
e58e988a
GM
5962012-01-31 Glenn Morris <rgm@gnu.org>
597
60dc2671 598 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 599 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 600 Allow named functions to be used as the cdr of :variable.
e58e988a 601
7a3f511d
GM
6022012-01-30 Glenn Morris <rgm@gnu.org>
603
604 * emacs-lisp/authors.el (authors-fixed-entries):
605 Remove reference to deleted file rnewspost.el.
606
cb882333
JB
6072012-01-29 Juanma Barranquero <lekktu@gmail.com>
608
609 * window.el (window-with-parameter): Remove unused variable `windows'.
610 (window--side-check): Remove unused variable `code'.
611 (window--resize-siblings): Remove unused variable `first'.
612 (adjust-window-trailing-edge): Remove unused variable `failed'.
613 (window-deletable-p, window--delete): Remove unused variable `buffer'.
614 Use `let', not `let*'.
615 (balance-windows-2): Remove unused variable `found'.
616 (window--state-put-2): Remove unused variable `splits'.
617 (window-state-put): Remove unused variable `selected'.
618 (same-window-p): Use `string-match-p'.
619 (display-buffer-assq-regexp): Remove unused variable `value'.
620 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
621 Mark argument ALIST as ignored.
622 (pop-to-buffer): Remove unused variable `old-window'.
623
907201af
EZ
6242012-01-29 Eli Zaretskii <eliz@gnu.org>
625
626 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
627 and .lzma compressed files.
628
ea162670
CY
6292012-01-29 Chong Yidong <cyd@gnu.org>
630
5b95ee8a
CY
631 * frame.el (window-system-default-frame-alist): Doc fix.
632
ea162670
CY
633 * dynamic-setting.el (font-setting-change-default-font): Don't
634 change the default face if SET-FONT argument is non-nil (Bug#9982).
635
d6e6f4b1
SB
6362012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
637
638 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
639
0f29fa41 6402012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
641
642 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
643 breakpoints in files outside current directory (Bug#6098).
644
db174434
CY
6452012-01-29 Chong Yidong <cyd@gnu.org>
646
6b25e4e2
SE
647 * progmodes/python.el: Require ansi-color at top-level.
648
6df6ae42
JB
649 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
650 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
651 (lisp-mode-abbrev-table): Add doc.
652 (lisp-mode-variables): Don't set local-abbrev-table.
653 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
654
e70ee681
RW
6552012-01-28 Roland Winkler <winkler@gnu.org>
656
657 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
658
ace88aa2
RW
6592012-01-28 Roland Winkler <winkler@gnu.org>
660
661 * textmodes/bibtex.el (bibtex-entry-alist): New function.
662 (bibtex-set-dialect): Use it. Either set global values of
663 dialect-dependent variables or bind these variables buffer-locally
664 (Bug#10254).
665 (bibtex-mode): Call bibtex-set-dialect via
666 hack-local-variables-hook.
eb864a71
LM
667 (bibtex-dialect): Update docstring.
668 Add safe-local-variable predicate.
ace88aa2
RW
669 (bibtex-entry-alist, bibtex-field-alist): Initialize via
670 bibtex-set-dialect.
671 (bibtex-mode-map): Define menu for each dialect.
672 (bibtex-entry): Fix docstring.
673
93376c5b
CY
6742012-01-28 Chong Yidong <cyd@gnu.org>
675
676 * eshell/esh-arg.el (eshell-quote-argument): New function.
677
678 * eshell/esh-ext.el (eshell-invoke-batch-file):
679 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
680 first arg to eshell-parse-command (Bug#10523).
681
4372494f
DA
6822012-01-28 Drew Adams <drew.adams@oracle.com>
683
684 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
685 `default-directory' is non-nil.
686
4d4ec1f8
EZ
6872012-01-28 Eli Zaretskii <eliz@gnu.org>
688
689 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
690 line that displays system-configuration-options. (Bug#9924)
691
7c188927
DA
6922012-01-28 Drew Adams <drew.adams@oracle.com>
693
694 * descr-text.el (describe-char): Show information about POS, in
695 addition to information about the character at POS. Improve and
696 update the doc string. Change "code point" to "code point in
697 charset", to avoid confusion with the character's Unicode code
698 point shown above that. (Bug#10129)
699
e0da685a
EZ
7002012-01-28 Eli Zaretskii <eliz@gnu.org>
701
702 * descr-text.el (describe-char): Show the raw character, not only
703 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
704 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
705 for the reasons.
706
70550acf
PH
7072012-01-28 Phil Hagelberg <phil@hagelb.org>
708
eb864a71
LM
709 * emacs-lisp/package.el (package-install):
710 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 711
0ce8e868
CY
7122012-01-28 Chong Yidong <cyd@gnu.org>
713
cb882333
JB
714 * emacs-lisp/package.el (package-maybe-load-descriptor):
715 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
716 (package-maybe-load-descriptor): Use it.
717 (package-download-transaction): Fully load required packages
718 inside the loop, so that `require' calls work (Bug#10593).
719 (package-install): No need to call package-initialize now.
720
2e7f3bea
CY
7212012-01-28 Chong Yidong <cyd@gnu.org>
722
6e9bad14
CY
723 * simple.el (deactivate-mark): Doc fix (Bug#8614).
724
f823b8ca
CY
725 * tooltip.el (tooltip-mode): Doc fix.
726 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
727
2680c309
CY
728 * frame.el (set-cursor-color): Doc fix (Bug#352).
729
d7a9e63b
CY
730 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
731 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
732
2e7f3bea
CY
733 * cus-edit.el (custom-buffer-create-internal): Fix search button
734 action (Bug#10542).
2ae01800 735 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 736
fc4f7a23
EW
7372012-01-27 Eduard Wiebe <usenet@pusto.de>
738
739 * dired.el (dired-mark-files-regexp):
740 Include any subdirectory components. (Bug#10445)
741
7dd37071
ML
7422012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
743
744 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
745 Handle [host]:port syntax. (Bug#10533)
746
a268160b
AH
7472012-01-27 Alex Harsanyi <harsanyi@mac.com>
748
749 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
750
e43273ef
GM
7512012-01-26 Glenn Morris <rgm@gnu.org>
752
753 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
754 * term.el (term-raw-escape-map): Use Control-X-prefix.
755 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
756
1edf595d
MR
7572012-01-25 Martin Rudalics <rudalics@gmx.at>
758
759 * window.el (window-state-get, window--state-get-1): Don't deal
760 with fixed-sizeness of windows. Simplify code.
761
fa8eafef
JC
7622012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
763
6df6ae42
JB
764 * window.el (window--state-get-1, window--state-put-2):
765 Don't save and restore the mark.
fa8eafef 766
0b21c100
CY
7672012-01-25 Chong Yidong <cyd@gnu.org>
768
769 * custom.el (custom-variable-p): Doc fix.
770
5ae1a6c8
GM
7712012-01-25 Glenn Morris <rgm@gnu.org>
772
40047858
GM
773 * dired.el (dired-goto-file): Handle some of the more common
774 characters that `ls -b' escapes. (Bug#10596)
775
5ddce96c
GM
776 * progmodes/compile.el (compilation-next-error-function):
777 Respect compilation-first-column in the "*compilation*" buffer.
778 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
779
5ae1a6c8
GM
780 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
781
b559f1a9
GM
7822012-01-24 Glenn Morris <rgm@gnu.org>
783
784 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
785
6725d21a
JD
7862012-01-24 Julien Danjou <julien@danjou.info>
787
788 * color.el (color-rgb-to-hsl): Fix value computing.
789 (color-hue-to-rgb): New function.
790 (color-hsl-to-rgb): New function.
791 (color-clamp, color-saturate-hsl, color-saturate-name)
792 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
793 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
794
70df4bbe
GM
7952012-01-24 Glenn Morris <rgm@gnu.org>
796
797 * vc/vc-rcs.el (vc-rcs-create-tag):
798 * vc/vc-sccs.el (vc-sccs-create-tag):
799 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
800
802a2ae2
ML
8012012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
802
803 * eshell/esh-util.el (eshell-read-hosts-file):
804 Skip comment lines. (Bug#10549)
805
d7128bb1
ML
806 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
807
d1a5c3b4
JB
8082012-01-23 Juanma Barranquero <lekktu@gmail.com>
809
2724d9c7
JB
810 * subr.el (display-delayed-warnings): Doc fix.
811 (collapse-delayed-warnings): New function to collapse identical
812 adjacent warnings.
813 (delayed-warnings-hook): Add it.
d1a5c3b4 814
a5509865
MA
8152012-01-22 Michael Albinus <michael.albinus@gmx.de>
816
817 * net/tramp.el (tramp-action-login): Set connection property "login-as".
818
819 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
820 properties, when "login-as" is set.
821
822 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
823 (tramp-default-user-alist): Don't add "pscp".
824 (tramp-do-copy-or-rename-file-out-of-band): Use connection
825 property "login-as", if set. (Bug#10530)
826
cc6d5805
MA
8272012-01-21 Michael Albinus <michael.albinus@gmx.de>
828
829 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
830 "plink1" and "psftp". (Bug#10530)
831
8322012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
833
834 * international/mule-cmds.el (prefer-coding-system): Show a
835 warning message if the default value of file-name-coding-system
836 was not changed.
837
f0960428
JC
8382012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
839
cb882333
JB
840 * windmove.el (windmove-reference-loc):
841 Fix windmove-reference-loc miscalculation.
f0960428 842
dd6f2a63
JB
8432012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
844
845 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
846 default unit.
847
7b447e9b
GM
8482012-01-21 Glenn Morris <rgm@gnu.org>
849
117a9ea1
GM
850 * international/mule.el (auto-coding-alist): Add .tbz.
851
7b447e9b
GM
852 * files.el (local-enable-local-variables): Doc fix.
853 (inhibit-local-variables-regexps): Rename from
854 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
855 Doc fix. Add some extensions from auto-coding-alist.
856 (inhibit-local-variables-suffixes):
857 Rename from inhibit-first-line-modes-suffixes. Doc fix.
858 (inhibit-local-variables-p):
859 New function, extracted from set-auto-mode-1.
860 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
861 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
862 (hack-local-variables): Doc fix. Make the mode-only case
863 respect enable-local-variables and friends.
864 Respect inhibit-local-variables-regexps for file-locals, but
865 not for directory-locals.
866 (set-visited-file-name):
867 Take account of inhibit-local-variables-regexps.
868 Whether it applies may change as the file name is changed.
869 * jka-cmpr-hook.el (jka-compr-install):
870 * jka-compr.el (jka-compr-uninstall):
871 Update for inhibit-first-line-modes-suffixes name change.
872
dd6e3cdd
MR
8732012-01-20 Martin Rudalics <rudalics@gmx.at>
874
875 * help-macro.el (make-help-screen): Temporarily restore original
876 binding for minor-mode-map-alist (Bug#10454).
877
0d0deb38
JD
8782012-01-19 Julien Danjou <julien@danjou.info>
879
880 * color.el (color-name-to-rgb): Use the white color to find the max
881 color component value and return correctly computed values.
882 (color-name-to-rgb): Add missing float conversion for max value.
883
34a02f46
MR
8842012-01-19 Martin Rudalics <rudalics@gmx.at>
885
886 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
887 special state value for window-persistent-parameters.
888 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
889 (window--state-put-2): Reset all window parameters to nil before
890 assigning values of persistent parameters.
891
606c44c4
AM
8922012-01-18 Alan Mackenzie <acm@muc.de>
893
894 Eliminate sluggishness and hangs in fontification of "semicolon
895 deserts".
896
cb882333
JB
897 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
898 Change value 10000 -> 3000.
606c44c4
AM
899 (c-state-safe-place): Reformulate so it doesn't stack up an
900 infinite number of wrong entries in c-state-nonlit-pos-cache.
901 (c-determine-limit-get-base, c-determine-limit): New functions to
902 determine backward search limits disregarding literals.
903 (c-find-decl-spots): Amend commenting.
904 (c-cheap-inside-bracelist-p): New function which detects "={".
905
906 * progmodes/cc-fonts.el
907 (c-make-font-lock-BO-decl-search-function): Give a limit to a
908 backward search.
909 (c-font-lock-declarations): Fix an occurrence of point being
910 undefined. Check additionally for point being in a bracelist or
911 near a macro invocation without a semicolon so as to avoid a
912 fruitless time consuming search for a declarator. Give a more
913 precise search limit for declarators using the new
914 c-determine-limit.
915
f3860cea
GM
9162012-01-18 Glenn Morris <rgm@gnu.org>
917
918 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
919 (set-auto-mode): Doc fixes.
920
1db03b16
GM
9212012-01-17 Glenn Morris <rgm@gnu.org>
922
0e6038be
GM
923 * isearch.el (search-nonincremental-instead): Fix doc typo.
924
1db03b16
GM
925 * dired.el (dired-insert-directory): Handle newlines in directory name.
926 (dired-build-subdir-alist): Unescape newlines in directory name.
927
4cb0aa75
MA
9282012-01-17 Michael Albinus <michael.albinus@gmx.de>
929
930 * net/tramp.el (tramp-local-end-of-line): New defcustom.
931 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
932 (tramp-action-terminal): Use it. (Bug#10530)
933
1d00653d
SM
9342012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * minibuffer.el (completion--replace): Strip properties (bug#10062).
937
6a6ee00d
MR
9382012-01-16 Martin Rudalics <rudalics@gmx.at>
939
940 * window.el (window-state-ignored-parameters): Remove variable.
941 (window--state-get-1): Rename argument MARKERS to IGNORE.
942 Handle persistent window parameters. Make copy of clone-of
943 parameter only if requested. (Bug#10348)
944 (window--state-put-2): Install a window parameter only if it has
945 a non-nil value or an existing parameter shall be overwritten.
946
97912def
MA
9472012-01-15 Michael Albinus <michael.albinus@gmx.de>
948
949 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
950
688070a5
EZ
9512012-01-14 Eli Zaretskii <eliz@gnu.org>
952
953 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
954 don't pass the (nil) value of `upnode' to string-match.
955
301afadc
CY
9562012-01-14 Chong Yidong <cyd@gnu.org>
957
958 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 959 Fix values recognized by the cursorBlink resource.
301afadc 960
9e5788aa
PE
9612012-01-14 Paul Eggert <eggert@cs.ucla.edu>
962
963 * epg.el (epg--make-temp-file): Avoid permission race condition
964 when running on old Emacs versions (bug#10403).
965
3cdb7f5a
GM
9662012-01-14 Glenn Morris <rgm@gnu.org>
967
968 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
969
8c82b1b4
AM
9702012-01-13 Alan Mackenzie <acm@muc.de>
971
972 Fix filling for when filladapt mode is enabled.
973
974 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
975 c-mask-paragraph, pass in `fill-paragraph' rather than
976 `fill-region-as-paragraph'. (This is a reversion of a previous
977 change.)
eb864a71
LM
978 * progmodes/cc-mode.el (c-basic-common-init):
979 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 980
e517eda4
GM
9812012-01-13 Glenn Morris <rgm@gnu.org>
982
1498536e
GM
983 * dired.el (dired-switches-escape-p): New function.
984 (dired-insert-directory): Use dired-switches-escape-p.
985 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
986
e517eda4
GM
987 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
988
328f984d
GM
9892012-01-12 Glenn Morris <rgm@gnu.org>
990
991 * mail/sendmail.el (mail-mode): Update paragraph-separate for
992 changes in adaptive-fill-regexp. (Bug#10276)
993
2cc769a8
AM
9942012-01-11 Alan Mackenzie <acm@muc.de>
995
996 Fix Emacs bug #10463 - put `widen's around the critical spots.
997
1d00653d 998 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
999 widen around each invocation of c-state-pp-to-literal. Remove an
1000 unused let variable.
1001
e52c37fa
GM
10022012-01-11 Glenn Morris <rgm@gnu.org>
1003
1004 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 1005 Doc fix.
e52c37fa 1006
96f8741e
CY
10072012-01-10 Chong Yidong <cyd@gnu.org>
1008
1d00653d
SM
1009 * net/network-stream.el (network-stream-open-starttls):
1010 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
1011 response to the capability command.
1012
b09a806e
GM
10132012-01-10 Glenn Morris <rgm@gnu.org>
1014
1015 * mail/unrmail.el (unrmail): Tweak previous change.
1016
7655cb66
CY
10172012-01-09 Chong Yidong <cyd@gnu.org>
1018
1019 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1020
9d5a8f0b
AM
10212012-01-08 Alan Mackenzie <acm@muc.de>
1022
1023 Optimise font locking in long enum definitions.
1024
1025 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1026 arm to a cond form to handle enums.
1027 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1028 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1029
9a0115ab 10302012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
1031
1032 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 1033 (Bug#10401)
6bb72cbd 1034
f186bb95
LMI
10352012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1036
29232a68
LMI
1037 * faces.el (set-face-attribute): Clarify the meaning of the nil
1038 frame (bug#10294).
1039
4e5d086d
LMI
1040 * subr.el (with-selected-frame): Mention that the selected frame
1041 is restored (bug#9980).
1042
8e66aebe
LMI
1043 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1044 (bug#9759).
1045
cd394be1 1046 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
1047 (password-read): Don't autoload unused function.
1048
adf4e762
JB
10492012-01-07 Juanma Barranquero <lekktu@gmail.com>
1050
1051 * progmodes/which-func.el (which-func-mode): Turn into a
1052 non-interactive function and mark as obsolete (bug#10428).
1053
89bd9ccd
CY
10542012-01-06 Chong Yidong <cyd@gnu.org>
1055
1056 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1057 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1058 functions, along with 1 and -1.
1059
4afee9d5
EZ
10602012-01-06 Eli Zaretskii <eliz@gnu.org>
1061
1062 * time.el (display-time-load-average)
1063 (display-time-default-load-average): Doc fixes. See the thread
1064 starting at
1065 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1066 for the details.
1067
536aea70
GM
10682012-01-06 Glenn Morris <rgm@gnu.org>
1069
665ae865
GM
1070 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1071 has no messages. (Bug#10377)
1072
c869783d
GM
1073 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1074 than Info-edit. (Bug#10385)
1075
2bb4227e
GM
1076 * time.el (display-time-load-average, display-time-next-load-average):
1077 Doc fixes.
1078
7d5944b9
GM
1079 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1080 local setting of buffer-read-only to the input buffer. (Bug#10419)
1081
536aea70
GM
1082 * calendar/calendar.el (calendar-mode):
1083 Locally set scroll-margin to 0. (Bug#10379)
1084
7dccca16
UM
10852012-01-06 Ulrich Mueller <ulm@gentoo.org>
1086
1087 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1088
afbb7930
GM
10892012-01-05 Glenn Morris <rgm@gnu.org>
1090
1091 * eshell/em-unix.el (diff-no-select): Autoload it.
1092 (eshell/diff): Use diff-no-select. (Bug#10420)
1093
04482335
CY
10942012-01-05 Chong Yidong <cyd@gnu.org>
1095
7baca3bc
CY
1096 * shell.el (shell-dynamic-complete-functions): Revert last change.
1097 (shell-command-completion-function): New function.
1098 (shell-completion-vars): Use it to implement
1099 shell-completion-execonly (Bug#10417).
1100
04482335
CY
1101 * custom.el (enable-theme): Don't set custom-safe-themes.
1102
1d00653d
SM
1103 * cus-theme.el (custom-theme-merge-theme):
1104 Ignore custom-enabled-themes and custom-safe-themes.
04482335 1105
bb5aa5d6
MM
11062012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1107
1108 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1109 first prompt in `sql-interacive-mode'.
1110 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 1111 keywords.
6df6ae42 1112 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
1113 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1114 context of original buffer. Invoke `sql-login-hook'.
1115
a7183d7c
EZ
11162012-01-04 Eli Zaretskii <eliz@gnu.org>
1117
1118 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1119 letters in cite-prefix.
1120
a1eacd1e
LMI
11212012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1122
1123 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1124
787cdb34
CY
11252012-01-03 Chong Yidong <cyd@gnu.org>
1126
1d00653d
SM
1127 * shell.el (shell-dynamic-complete-functions):
1128 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
1129 comint-filename-completion first (Bug#10417).
1130
30710442
RS
11312012-01-02 Richard Stallman <rms@gnu.org>
1132
1133 * battery.el (battery-status-function):
1134 Detect when to use battery-yeeloong-sysfs.
1135 (battery-echo-area-format): Add string for Yeeloong.
1136 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1137 (battery-yeeloong-sysfs): New function.
1138
f75bfc33
CY
11392012-01-02 Chong Yidong <cyd@gnu.org>
1140
1141 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1142 (dirtrack): Merge code for handling relative filenames in prompt
1143 from shell-dir-cookie-watcher.
1144 (dirtrack-debug-message): New arg to avoid excess format calls.
1145
1146 * shell.el (shell-dir-cookie-re): Variable deleted.
1147 (shell-dir-cookie-watcher): Function deleted.
1148 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1149 with dirtrack-mode.
1150
651e947e
EZ
11512012-01-01 Eli Zaretskii <eliz@gnu.org>
1152
1d00653d
SM
1153 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1154 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
1155 libgnutls-26.dll.
1156
94d4c7dc
AS
11572011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1158
1159 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1160
8d43f3cd
EZ
11612011-12-31 Eli Zaretskii <eliz@gnu.org>
1162
1163 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1164 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1165
98c8795a
MA
11662011-12-29 Michael Albinus <michael.albinus@gmx.de>
1167
1168 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1169 also for alternative shells.
1170 (tramp-open-connection-setup-interactive-shell): Check, whether
1171 the shell is a busybox.
1172 (tramp-send-command): Don't suppress multiple prompts for
1173 busyboxes, it hurts.
1174
51281b32
CY
11752011-12-28 Chong Yidong <cyd@gnu.org>
1176
1177 * progmodes/gdb-mi.el (gdb-get-source-file-list)
1178 (gdb-get-source-file): Move mode line update to
1179 gdb-get-source-file (Bug#10087).
1180
2170cb53
CY
11812011-12-25 Chong Yidong <cyd@gnu.org>
1182
1183 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
1184 gud-gdb-marker-filter without taking it as an argument.
1185 (gud-gdb-run-command-fetch-lines): Caller changed.
1186 (gud-gdb-completion-function): New variable.
1187 (gud-gdb-completion-at-point): Use it.
1188 (gud-gdb-completions-1): Split from gud-gdb-completions.
1189
1190 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
1191 function as separate arguments.
1192 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
1193 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
1194 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
1195 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
1196 (gdb-stopped, def-gdb-auto-update-trigger)
1197 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
1198 (gdb-get-changed-registers, gdb-get-main-selected-frame):
1199 Callers changed.
2170cb53
CY
1200 (gud-gdbmi-completions): New function.
1201 (gdb): Use it for generating the completion table.
1202
be8b11bb
AM
12032011-12-24 Alan Mackenzie <acm@muc.de>
1204
1205 Introduce a mechanism to widen the region used in context font
1d00653d 1206 locking. Use this to protect declarations from losing their contexts.
be8b11bb 1207
1d00653d
SM
1208 * progmodes/cc-langs.el (c-before-font-lock-functions):
1209 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 1210 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
1211 functions to be run just before context (etc.) font locking.
1212
1213 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 1214 New, functionality extracted from
be8b11bb 1215 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 1216 (c-in-after-change-fontification): New variable.
be8b11bb
AM
1217 (c-after-change): Set c-in-after-change-fontification.
1218 (c-set-fl-decl-start): Rejig its interface, so it can be called
1219 from both after-change and context fontifying.
b81d40f0
JB
1220 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
1221 New functions.
1222 (c-standard-font-lock-fontify-region-function): New variable.
1223 (c-font-lock-fontify-region): New function.
be8b11bb 1224
341cf6ac
JL
12252011-12-24 Juri Linkov <juri@jurta.org>
1226
1227 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
1228 (Bug#10348)
1229
bffcee0a
MA
12302011-12-23 Michael Albinus <michael.albinus@gmx.de>
1231
1232 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
1233 existence of source file. (Bug#10325)
1234
cb5e207c
AM
12352011-12-23 Alan Mackenzie <acm@muc.de>
1236
1237 Fix unstable fontification inside templates.
1238
b81d40f0
JB
1239 * progmodes/cc-langs.el (c-before-font-lock-functions):
1240 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
1241 additionally has c-set-fl-decl-start. The other languages (apart
1242 from AWK) have that as a single entry.
1243
b81d40f0
JB
1244 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1245 The functionality for "local" declarations has been extracted to
cb5e207c
AM
1246 c-set-fl-decl-start.
1247
b81d40f0
JB
1248 * progmodes/cc-mode.el (c-common-init, c-after-change):
1249 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
1250 (c-set-fl-decl-start): New function, extracted from
1251 c-font-lock-enclosing-decls and enhanced.
1252
60ff536c
JB
12532011-12-23 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
1256
1c4757d6
JL
12572011-12-22 Juri Linkov <juri@jurta.org>
1258
1259 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
1260
d031f2c7
CY
12612011-12-22 Chong Yidong <cyd@gnu.org>
1262
1263 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
1264
bace743a
DA
12652011-12-21 Drew Adams <drew.adams@oracle.com>
1266
1267 * files.el (file-remote-p): Fix docstring. (Bug#10319)
1268
728a1f2b
JC
12692011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1270
1271 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
1272
0d373f73
TZ
12732011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
1274
fec0aaa4
TZ
1275 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
1276 highlighting and support. Fix up comments for capitalization.
1277 (cfengine-mode-debug): New var.
1278 (cfengine3-mode): Change the modeline indicator to "CFE3".
1279 (cfengine3-font-lock-keywords): Improve defun highlighting.
1280 (cfengine2-actions): Rename from `cfengine-actions'.
1281 (cfengine2-font-lock-keywords): Rename from
1282 `cfengine-font-lock-keywords'.
1283 (cfengine2-imenu-expression): Rename from
1284 `cfengine-imenu-expression'.
1285 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
1286 (cfengine2-beginning-of-defun): Rename from
1287 `cfengine-beginning-of-defun'.
1288 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
1289 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
1290 (cfengine2-mode): Rename from `cfengine-mode'. Change the
1291 modeline indicator to "CFE2".
1292 (cfengine-mode): Defalias to `cfengine-auto-mode'.
1293 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 1294
bc86f573
CY
12952011-12-21 Chong Yidong <cyd@gnu.org>
1296
1297 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
1298 filename argument.
1299
d45ba96b
MR
13002011-12-20 Martin Rudalics <rudalics@gmx.at>
1301
1302 * window.el (window-normalize-buffer-to-display): Remove.
1303 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
1304
a6198c90
CY
13052011-12-19 Chong Yidong <cyd@gnu.org>
1306
1307 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
1308 Don't signal an error in a predicate function; return non-nil.
1309 (vc-dir-mark-file): Move the error here.
1310 (vc-dir-mark-unmark): If acting on the region, keep going if one
1311 of the entries cannot be marked/unmarked.
1312 (vc-dir-mark-all-files): If current entry is a directory, mark
1313 only child files, as documented.
1314
34c5fb55
VB
13152011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
1316
1317 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
1318 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
1319 addition.
1320
c803b2b7
JD
13212011-12-18 Jan Djärv <jan.h.d@swipnet.se>
1322
1323 * term/ns-win.el (ns-get-selection-internal)
1324 (ns-store-selection-internal): Declare.
1154d12e
JB
1325 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
1326 Declare as obsolete.
1327 (ns-get-pasteboard, ns-paste-secondary):
1328 Use ns-get-selection-internal.
1329 (ns-set-pasteboard, ns-copy-including-secondary):
1330 Use ns-store-selection-internal.
c803b2b7 1331
9cff91f8 13322011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
1333
1334 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 1335 (vc-deduce-fileset): Doc fix.
99a289d9 1336
f16c898a
AS
13372011-12-16 Andreas Schwab <schwab@linux-m68k.org>
1338
1339 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
1340
763237c4
SS
13412011-12-13 Sam Steingold <sds@gnu.org>
1342
1343 * man.el (Man-getpage-in-background): When running under a
1344 window-system, ignore $MANWIDTH and $COLUMNS.
1345
5fc1c122
KH
13462011-12-15 Kenichi Handa <handa@m17n.org>
1347
1348 * language/ethio-util.el: Change coding tag to utf-8-emacs.
1349 (setup-ethiopic-environment-internal): Comment out key-binding for
1350 ethio-toggle-punctuation.
1351
13d49cbb
AM
13522011-12-13 Alan Mackenzie <acm@muc.de>
1353
898169a2
AM
1354 Add the switch statement to AWK Mode.
1355
1356 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
1357 "default" to the keywords regexp.
1358
1359 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
1360 expression as the rest.
1d00653d
SM
1361 (c-nonlabel-token-key): Allow string literals for AWK.
1362 Refactor for the other modes.
898169a2 1363
13d49cbb 1364 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 1365 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
1366 routines. Limit backward searching in c-font-lock-enclosing.decl.
1367
1368 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
1369 pp-state and literal type in addition to the limits.
1d00653d 1370 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 1371 (c-state-literal-at): Use the above new defun.
1d00653d
SM
1372 (c-slow-in-literal, c-fast-in-literal): Remove.
1373 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
1374
1375 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
1376 being in a literal. Add a limit for backward searching.
1377
1378 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
1379 c-slow-in-literal.
1380
15e0efc7
SM
13812011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
1384
454592a6
MR
13852011-12-13 Martin Rudalics <rudalics@gmx.at>
1386
1387 * window.el (delete-other-windows): Use correct frame in call to
1388 window-with-parameter.
1389
87393f26
DP
13902011-12-12 Daniel Pfeiffer <occitan@t-online.de>
1391
1392 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
1393 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
1394 (makefile-gmake-statements, makefile-makepp-statements):
1395 Use it and add new makepp keywords.
1396 (makefile-makepp-font-lock-keywords): Add new patterns.
1397 (makefile-match-function-end): Match new [...] and [[...]].
1398
11636b22
JB
13992011-12-11 Juanma Barranquero <lekktu@gmail.com>
1400
1401 * ses.el (ses-call-printer-return, ses-cell-property-get)
1402 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
1403 (ses-create-cell-variable, ses-reset-header-string)
1404 (ses-cell-set-formula, ses-repair-cell-reference-all)
1405 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
1406 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
1407 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
1408 (ses-aset-with-undo, ses-load, ses-truncate-cell)
1409 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
1410 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
1411 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
1412 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
1413 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
1414 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
1415 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
1416 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
1417
cf018193
VB
14182011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
1419
1420 * ses.el: The overall change is to add cell renaming, that is
1421 setting fancy names for cell symbols other than name matching
1422 "\\`[A-Z]+[0-9]+\\'" regexp .
1423 (ses-create-cell-variable): New defun.
1424 (ses-relocate-formula): Relocate formulas only for cells the
1425 symbols of which are not renamed, i.e. symbols whose names do not
1426 match regexp "\\`[A-Z]+[0-9]+\\'".
1427 (ses-relocate-all): Relocate values only for cells the symbols of
1428 which are not renamed.
1429 (ses-load): Create cells variables as the (ses-cell ...) are read,
1430 in order to check row col consistency with cell symbol name only
1431 for cells that are not renamed.
1432 (ses-replace-name-in-formula): New defun.
1433 (ses-rename-cell): New defun.
1434
ee957461
CY
14352011-12-11 Chong Yidong <cyd@gnu.org>
1436
1437 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
1438 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
1439
9a9e9ef0
MR
14402011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
1441
1442 * window.el (other-window): Fix docstring.
1443
92a8eba5
EZ
14442011-12-10 Eli Zaretskii <eliz@gnu.org>
1445
1446 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
1447 `from' or `to' address before taking its substring.
1448 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
1449 encoded name is chopped in the middle of the encoded string, and
1450 thus displayed encoded.
1451
e152e577
JB
14522011-12-10 Juanma Barranquero <lekktu@gmail.com>
1453
1454 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
1455
e5d84bfe
EZ
14562011-12-10 Eli Zaretskii <eliz@gnu.org>
1457
1458 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
1459 to use texinfo-update-node and commands that call it if the
1460 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 1461 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
1462 (texinfo-all-menus-update, texinfo-master-menu)
1463 (texinfo-update-node, texinfo-every-node-update)
1464 (texinfo-multiple-files-update): Doc fix. Warn against updating
1465 all the @node lines.
1466 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
1467 argument is numeric. Explain better in the doc string what the
1468 function really does.
1469 (texinfo-insert-master-menu-list): Improve the error message
1470 displayed if there's no menu in the Top node.
1471 (Bug#2975) See also this thread:
e5d84bfe
EZ
1472 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
1473
1d84e9bb
MG
14742011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
1475
1476 * speedbar.el (speedbar-supported-extension-expressions):
1477 Add .adb and .ads, commonly used for Ada source code (bug#10256).
1478
382c953b
JB
14792011-12-09 Juanma Barranquero <lekktu@gmail.com>
1480
1481 * printing.el (pr-mode-alist):
1482 * simple.el (filter-buffer-substring-functions)
1483 (completion-list-insert-choice-function):
1484 * window.el (window-with-parameter, window-atom-root)
1485 (window-sides-slots, window-size-fixed, window-min-delta)
1486 (window-max-delta, window--resize-mini-window)
1487 (window--resize-child-windows-normal, window-tree)
1488 (delete-other-windows, quit-window, split-window)
1489 (display-buffer-record-window, special-display-buffer-names)
1490 (special-display-regexps, special-display-popup-frame)
1491 (same-window-p, split-window-sensibly)
1492 (display-buffer-overriding-action, display-buffer-alist)
1493 (display-buffer-base-action, display-buffer, switch-to-buffer)
1494 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
1495 (fit-window-to-buffer, recenter-positions)
1496 (mouse-autoselect-window-state, mouse-autoselect-window-select):
1497 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
1498 and remove unneeded backslashes in docstrings.
1499
39c9faef
SM
15002011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1501
98449af8
SM
1502 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
1503
39c9faef
SM
1504 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
1505 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
1506 end in ".mk".
1507 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
1508 when reading the makefile (bug#10116).
1509
86ed9fdc
SM
15102011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
1513 (bug#10116).
1514
5580f89d
GM
15152011-12-06 Glenn Morris <rgm@gnu.org>
1516
1517 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
1518
28d3917c
CY
15192011-12-06 Chong Yidong <cyd@gnu.org>
1520
1521 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
1522
a98edce9
JB
15232011-12-06 Juanma Barranquero <lekktu@gmail.com>
1524
1525 * textmodes/table.el (table-shorten-cell): Fix typo.
1526
e65adfac
CG
15272011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
1528
1529 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
1530
71cc0b74
EZ
15312011-12-05 Eli Zaretskii <eliz@gnu.org>
1532
1533 * descr-text.el (describe-char): Fix display of strong
1534 right-to-left characters and directional embeddings and overrides.
1535
1536 * simple.el (what-cursor-position): Fix display of codepoints of
1537 strong right-to-left characters.
1538
315bc30d
CY
15392011-12-05 Chong Yidong <cyd@gnu.org>
1540
1541 * faces.el (read-color): Doc fix.
1542
58a70b94
GM
15432011-12-05 Glenn Morris <rgm@gnu.org>
1544
1545 * align.el (align--set-marker): Add doc-string.
1546 Don't try to move something that is not a marker. (Bug#10216)
1547
5158face
GM
15482011-12-04 Glenn Morris <rgm@gnu.org>
1549
1550 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
1551 overly zealous deletion of trailing whitespace.
1552
520fca41
JB
15532011-12-04 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * server.el (server-delete-client): On Windows, do not try to delete
1556 the only terminal.
1557 (server-process-filter): On Windows, treat requests for a tty frame as
1558 if they were for a GUI frame if the running server is in GUI mode.
1559
5e605a2e
GM
15602011-12-03 Glenn Morris <rgm@gnu.org>
1561
1562 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
1563
5c3fe83f
SM
15642011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1565
6f5e57e7
SM
1566 * electric.el: Streamline electric-indent's hook.
1567 (electric-indent-chars): Revert to simple list.
1568 (electric-indent-functions): New var.
1569 (electric-indent-post-self-insert-function): Use it.
1570
5c3fe83f
SM
1571 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
1572 there's no inferior buffer (bug#10196).
1573 (prolog-consult-compile): Don't use toggle-read-only.
1574
6bdac736
MA
15752011-12-02 Michael Albinus <michael.albinus@gmx.de>
1576
1577 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
1578 interrupt. (Bug#10187)
1579
6131ba7f
SM
15802011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1581
99c79fee
SM
1582 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
1583 (bug#9160).
1584
6131ba7f
SM
1585 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
1586 (bug#10191).
1587
cb0a02ea
JL
15882011-12-02 Juri Linkov <juri@jurta.org>
1589
1590 * info.el (Info-search): Display "end of manual" when Isearch
1591 reaches the end of single-file Info manual. (Bug#9918)
1592
66e0570c
EZ
15932011-12-02 Eli Zaretskii <eliz@gnu.org>
1594
1595 * isearch.el (isearch-message-prefix): Run the input method part
1596 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
1597
02b16839
JL
15982011-12-02 Juri Linkov <juri@jurta.org>
1599
1600 * isearch.el (isearch-occur): Use `word-search-regexp' for
1601 `isearch-word'.
1602 (isearch-search-and-update): Add condition for `isearch-word' and
1603 call `word-search-regexp'. (Bug#10145)
1604
0b950688
GM
16052011-12-01 Glenn Morris <rgm@gnu.org>
1606
1607 * eshell/em-hist.el (eshell-hist-initialize):
1608 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 1609 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 1610
9505c3c7
SM
16112011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1612
1613 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
1614
1bbe96b2 16152011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 1616
a1beca85
SM
1617 * progmodes/verilog-mode.el (verilog-pretty-expr):
1618 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
1619 verilog, such as += *= and the like.
1620 (verilog-assignment-operator-re): Regular expression to find the
1621 assigment operator in a verilog assignment.
1622 (verilog-assignment-operation-re): Regular expression to find an
1623 assignment statement for pretty-expr.
1624 (verilog-in-attribute-p): Query returns true if point is in an
1625 attribute context; used to skip these for expression line up from
1626 pretty-expr.
1627 (verilog-in-parameter-p): Query returns true if point is in an
1628 parameter definition context; used to skip these for expression
1629 line up from pretty-expr.
1630 (verilog-in-parenthesis-p): Query returns true if point is in a
1631 parenthetical expression, specifically ( ) but not [ ] or { };
1632 used by pretty-expr.
1633 (verilog-just-one-space): If there is no space, don't add one.
1634 (verilog-get-lineup-indent-2): Specifically skip just attribute
1635 contexts for expression lineup, rather than skipping all
1636 parenthetical expressions.
1637 (verilog-calculate-indent): Fix comment, and fix indent.
1638 (verilog-do-indent): Indent declarations in lists (suggested by
1639 Joachim Lechner).
1640 (verilog-mode-abbrev-table): Populate abbrev mode with the various
1641 skeleton items.
1642 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
1643 by Alain Mellan).
1644
1bbe96b2 16452011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
1646
1647 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
1648 parameters with embedded comments. Reported by Ray Stevens.
1649 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
1650 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
1651 Reported by Tim Holt.
1652 (verilog-auto): Fix AUTOing a upper module then AUTOing module
1653 instantiated by upper module causing wrong expansion until AUTOed a
1654 second time. Reported by K C Buckenmaier.
1655 (verilog-diff-auto): Fix showing .* as a difference when
1656 `verilog-auto-star-save' off. Reported by Dan Dever.
1657 (verilog-auto-reset, verilog-read-always-signals)
1658 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
1659 temporary signals in reset list if
1660 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
1661 style to each signal's assignment type, bug381.
1662 Reported by Thomas Esposito.
6288f0ca
WS
1663 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
1664 (verilog-uvm-statement-re): Support UVM indentation and
1665 highlighting, with old OVM keywords only.
a1beca85 1666 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
1667 Support AUTOTIEOFF creating non-wire data types.
1668 Suggested by Jonathan Greenlaw.
6288f0ca
WS
1669 (verilog-auto-insert-lisp, verilog-delete-to-paren)
1670 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
1671 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
1672 (verilog-read-sub-decls, verilog-read-sub-decls-line):
1673 Fix mismatching parenthesis inside commented out code when deleting
382c953b 1674 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
1675 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
1676 non-numeric vector width. Reported by Alex Reed.
1677 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 1678 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
1679 (verilog-auto-delete-trailing-whitespace):
1680 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
1681 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
1682 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
1683 Fix verilog-scan-cache corruption when running user AUTO expansion
1684 hooks that call indentation routines.
1685 (verilog-simplify-range-expression): Fix typo ignoring lower case
1686 identifiers.
1687 (verilog-delete-auto): Fix delete-autos to also remove user created
1688 automatics, as long as they start with AUTO.
1689 (verilog-batch-diff-auto, verilog-diff-auto)
1690 (verilog-diff-function): Add `verilog-diff-auto' and bind to
1691 "C-c?" to report differences in AUTO expansion, ignoring spaces.
1692 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
1693 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
1694 (verilog-re-search-forward-quick, verilog-syntax-ppss):
1695 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
1696 is disabled and its cache will get corrupt, causing AUTOS not to
1697 expand. Instead use only -quick functions.
1698 (verilog-scan-region): Fix scanning over escaped quotes.
1699 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
1700 (verilog-re-search-backward-quick)
1701 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
1702 related functions now ignore strings, to fix misparsing of strings
1703 with magic comments embedded in them.
a1beca85
SM
1704 (verilog-read-auto-template):
1705 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
1706 Reported by Brad Dobbie.
1707 (verilog-read-auto-template):
1708 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 1709 Reported by Brad Dobbie.
6288f0ca
WS
1710 (verilog-auto-inst, verilog-auto-inst-param)
1711 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
1712 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
1713 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
1714 debugging templates without merge conflicts, bug357.
1715 Reported by Brad Dobbie.
1716 (verilog-read-auto-template):
1717 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
1718 Reported by Brad Dobbie.
1719 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
1720 abbrevs so user won't be asked to save.
1721 (verilog-read-auto-lisp-present): Fix to start at beginning of
1722 buffer in case called outside of verilog-auto.
1723 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
1724 to "X-2". Reported by Matthew Myers.
1725 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
1726 all inputs from module templates. Reported by Leith Johnson.
1727 (verilog-module-inside-filename-p): Fix locating programs as with
1728 modules.
1729 (verilog-auto-inst-port): Fix vl-width expressions when using
1730 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
1731 (verilog-decls-get-regs, verilog-decls-get-signals,
1732 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
1733 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
1734 verilog-read-decls): Combine reg and wire structures into one var
1735 structure to represent SystemVerilog concepts.
1736 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
1737 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
1738 (verilog-auto-wire-type, verilog-insert-definition):
1739 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
1740 SystemVerilog "logic" keyword instead of "wire"/"reg".
1741 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
1742 to declares outputs that also have assignments (presumably in an
a1beca85
SM
1743 ifdef or generate if so there's not a driver conflict).
1744 Reported by Matthew Myers.
1745 (verilog-auto-declare-nettype, verilog-insert-definition):
1746 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
1747 `default_nettype none. Reported by Julian Gorfajn.
1748 (verilog-read-always-signals-recurse, verilog-read-decls)
1749 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
1750 malformed end statement, bug325. Reported by Joshua Wise and
1751 Andrew Drake.
1752 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
1753 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
1754 when expanding .* in interfaces, bug320.
1755 Reported by Pierre-David Pfister.
6288f0ca 1756 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
1757 name and open parenthesis, bug317.
1758 Reported by Pierre-David Pfister.
6288f0ca
WS
1759 (verilog-simplify-range-expression): Fix simplification of
1760 multiplications inside AUTOWIRE connections, bug303.
1761 (verilog-auto-inst-port): Support parameter expansion in
1762 multidimensional arrays.
1763 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
1764 after "assert property". Reported by Julian Gorfajn.
1765 (verilog-simplify-range-expression): Fix "couldn't merge" errors
1766 with multiplication, bug303.
1767 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
1768 Reported by Jan Frode Lonnum.
1769
1bbe96b2
GM
17702011-11-30 Juanma Barranquero <lekktu@gmail.com>
1771
1772 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
1773 (hfy-shell-file-name, hfy-shell):
1774 * international/fontset.el (x-decompose-font-name): Fix typos.
1775
17762011-11-29 Ken Brown <kbrown@cornell.edu>
1777
1778 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
1779 (gdb-version): Remove defvar.
1780 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
1781 (gdb-gud-context-command, gdb-non-stop-handler)
1782 (gdb-current-context-command, gdb-stopped): Use it.
1783 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
1784 (gdb-non-stop-handler): Don't enable pretty-printing here.
1785 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
1786 non-stop mode. Use the following.
1787 (gdb-check-target-async): New defun.
1788 (gud-watch, gdb-stopped): Fix whitespace.
1789 (gdb-get-source-file): Don't try to display the source file if
1790 `gdb-main-file' is nil.
1791
17922011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * align.el: Try to generate fewer markers (bug#10047).
1795 (align--set-marker): New macro.
1796 (align-region): Use it.
1797
c935221f
SM
17982011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
1801
e70b5064
CY
18022011-11-29 Chong Yidong <cyd@gnu.org>
1803
1804 * indent.el (indent-for-tab-command, indent-according-to-mode):
1805 Doc fix.
1806 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
1807
f3af92b7
MA
18082011-11-29 Michael Albinus <michael.albinus@gmx.de>
1809
1810 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
1811 aware of remote file names. (Bug#10124)
1812
ed472be9
CY
18132011-11-29 Chong Yidong <cyd@gnu.org>
1814
1815 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
1816
24510c22
SM
18172011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1818
1819 * files.el (find-file): Don't use force-same-window (bug#10144).
1820 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
1821 use pop-to-buffer if the selected window can't be used.
1822 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
1823
c60c3703
EZ
18242011-11-28 Eli Zaretskii <eliz@gnu.org>
1825
1826 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
1827 special-mode-map.
1828
e95def75
CY
18292011-11-28 Chong Yidong <cyd@gnu.org>
1830
1831 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
1832
c3f1c606
NR
18332011-11-27 Nick Roberts <nickrob@snap.net.nz>
1834
1835 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
1836 gdb-get-source-file-list on gdb-create-source-file-list.
1837
00db469c
EZ
18382011-11-26 Eli Zaretskii <eliz@gnu.org>
1839
1840 * whitespace.el (whitespace-newline): Use a different foreground
1841 color for 16-color light-background displays.
1842
4ad3bc2a
CY
18432011-11-24 Chong Yidong <cyd@gnu.org>
1844
1845 * window.el (display-buffer--special-action): Doc fix.
1846
e9fce1ac
JB
18472011-11-25 Juanma Barranquero <lekktu@gmail.com>
1848
1849 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
1850 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
1851 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
1852 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
1853 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
1854 (avl-tree-stack-first):
1855 * emacs-lisp/cconv.el (cconv--analyse-use):
1856 * net/gnutls.el (gnutls-negotiate): Fix typos.
1857
cb825e5d
GM
18582011-11-24 Glenn Morris <rgm@gnu.org>
1859
3adbe224
GM
1860 * lpr.el (lpr-windows-system, lpr-lp-system):
1861 * mail/binhex.el (binhex-begin-line):
1862 * progmodes/grep.el (grep-history, grep-find-history):
1863 * textmodes/flyspell.el:
1864 * vc/pcvs-defs.el (cvs-global-menu):
1865 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
1866 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
1867 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
1868
321decc8
GM
1869 * net/tls.el: Fix case of "GnuTLS".
1870
420b63ad
GM
1871 * paths.el (rmail-file-name): Format doc-string for make-docfile.
1872
cb825e5d
GM
1873 * version.el (emacs-build-system): Give it a doc-string.
1874
a0649f08
JL
18752011-11-24 Juri Linkov <juri@jurta.org>
1876
1877 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
1878
c0bc0fd4
GM
18792011-11-24 Glenn Morris <rgm@gnu.org>
1880
1881 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
1882 if called on a non-mime message just toggle the headers. (Bug#8006)
1883
20db1522
JB
18842011-11-24 Juanma Barranquero <lekktu@gmail.com>
1885
1886 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
1887 (allout-lead-with-comment-string, allout-structure-deleted-hook)
1888 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
1889 (allout-rebullet-heading, allout-open-sibtopic)
1890 (allout-toggle-current-subtree-encryption)
1891 (allout-toggle-subtree-encryption, allout-encrypt-string)
1892 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
1893 (allout-distinctive-bullets-string, allout-auto-activation):
1894 * window.el (window-normalize-buffer-to-display):
1895 * progmodes/verilog-mode.el (verilog-batch-indent):
1896 * textmodes/bibtex.el (bibtex-field-braces-opt)
1897 (bibtex-field-strings-opt):
1898 * vc/cvs-status.el (cvs-tree-merge):
1899 Fix typos.
1900
7262a87c
MA
19012011-11-23 Michael Albinus <michael.albinus@gmx.de>
1902
1903 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
1904 `non-essential' to t, in order to avoid remote connections.
1905
283430a1
EZ
19062011-11-23 Eli Zaretskii <eliz@gnu.org>
1907
a1beca85
SM
1908 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1909 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
1910 case-insensitively.
1911
d2992a38
ML
19122011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1913
1914 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
1915
50419064
GM
19162011-11-23 Glenn Morris <rgm@gnu.org>
1917
da94eca1
GM
1918 * paths.el (rmail-file-name): Reformat the doc-string so that it
1919 is picked up.
1920
9aac4de2
GM
1921 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
1922 (rmail-auto-file): Ignore case in the "special" field names,
1923 as mail-fetch-field does for all others.
1924
8038d2d2
GM
1925 * mail/rmail.el (rmail-forward):
1926 * mail/rmailkwd.el (rmail-set-label):
1927 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1928 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
1929
f3fe222a
GM
1930 * mail/rmail.el (rmail-current-message): Doc fix.
1931
50419064
GM
1932 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
1933
28109f49
SM
19342011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * server.el (server-eval-and-print): Allow C-g (bug#6585).
1937
394c65f1
GM
19382011-11-22 Glenn Morris <rgm@gnu.org>
1939
1940 * mail/rmailmm.el (test-rmail-mime-handler)
1941 (test-rmail-mime-bulk-handler)
1942 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1943
f2a0aa3a
JL
19442011-11-21 Juri Linkov <juri@jurta.org>
1945
1154d12e
JB
1946 * calc/calc.el (calc-read-key-sequence):
1947 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 1948
9c34a344
LMI
19492011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1950
1951 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1952 Tell the caller that the next line needs recomputation, even
1953 though it doesn't start a sexp (bug#10094).
1954
f04a3be9
SM
19552011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1958
7978747f
SM
19592011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1960
f04a3be9
SM
1961 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1962 Use force-same-window.
7978747f 1963
fe7a3057
JB
19642011-11-20 Juanma Barranquero <lekktu@gmail.com>
1965
1966 * descr-text.el (describe-char-unicode-data):
1967 * json.el (json-string-escape):
1968 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1969 (Footnote-unicode, Footnote-style-p):
1970 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1971
24901d61
CY
19722011-11-20 Chong Yidong <cyd@gnu.org>
1973
1974 * window.el (replace-buffer-in-windows): Restore interactive spec.
1975
bac7ff22
SM
19762011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1977
24f3d7b9
SM
1978 * electric.el (electric-indent-mode): Fix last change (too optimistic).
1979
bac7ff22
SM
1980 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1981 (byte-compile-global-not-obsolete-vars): New var.
1982 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1983 Use it.
1984 (byte-compile-warn-obsolete): Align text with the one in *Help*.
1985
cd1181db
JB
19862011-11-20 Juanma Barranquero <lekktu@gmail.com>
1987
1988 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1989 * progmodes/pascal.el (electric-pascal-equal):
1990 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1991 * xml.el (xml-substitute-special): Fix typos.
1992
7fb18e9e
GM
19932011-11-20 Glenn Morris <rgm@gnu.org>
1994
1995 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1996 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1997 Doc fixes.
1998 (rmail-decode-mime-charset): Mark as obsolete.
1999
2000 * mail/rmailsum.el (rmail-message-regexp-p-1):
2001 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2002 Before using mime functions, check they are set. (Bug#10077)
2003
d5a6b3ba
JL
20042011-11-19 Juri Linkov <juri@jurta.org>
2005
2006 * info.el (Info-finder-find-node): Use `package--builtins' instead
2007 of `package-alist'. Use node names formed by the pattern "Keyword "
2008 and the keyword name.
2009
e981b61f
AS
20102011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2011
1d00653d 2012 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 2013
3ffbc301
JL
20142011-11-19 Juri Linkov <juri@jurta.org>
2015
2016 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2017 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2018 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2019 `old-history', `old-history-forward'. Add let-binding
2020 `window-selected'. Remove calls to `kill-buffer',
2021 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2022 before calling `Info-find-node', so `Info-find-node-2' will reread
2023 the Info file. Restore window positions only when `window-selected'
2024 is non-nil.
2025
30c62133
JL
20262011-11-19 Juri Linkov <juri@jurta.org>
2027
2028 * isearch.el (isearch-lazy-highlight-new-loop):
2029 Remove condition `(not isearch-error)'. (Bug#9918)
2030
2031 * misearch.el (multi-isearch-search-fun): Add condition
2032 `(not bound)' to ignore lazy-highlighting search.
2033 Add the search-failed message "end of multi" when the end of
2034 multi-sequence is reached. Uncapitalize the search-failed
2035 message "Repeat for next buffer".
2036
2037 * info.el (Info-search): Add the search-failed message
2038 "end of the manual" when the end of the manual is reached
2039 in Isearch mode.
2040
645ca9cf
JL
20412011-11-19 Juri Linkov <juri@jurta.org>
2042
2043 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2044 Use non-destructive `remove' instead of `delete' because
2045 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2046 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2047
df754f66
JL
20482011-11-19 Juri Linkov <juri@jurta.org>
2049
2050 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2051 to nil instead of binding `search-ring' and `regexp-search-ring'.
2052 (Bug#9185)
2053
0e23d96a
EZ
20542011-11-19 Eli Zaretskii <eliz@gnu.org>
2055
2056 * simple.el (line-move): Force movement by logical lines for any
2057 hscrolled window, not only when auto-hscroll-mode is on.
2058 (line-move-visual): Update doc string to that effect. (Bug#10076)
2059
8a6ccb66
AS
20602011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2061
2062 * language/european.el (macintosh): Define as alias for mac-roman.
2063
49ae5b39
EZ
20642011-11-19 Eli Zaretskii <eliz@gnu.org>
2065
2066 * mail/rmailmm.el (rmail-mime-display-header)
2067 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2068 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2069 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2070 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2071 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2072 of a raw aref.
2073 (rmail-mime-entity-segment): To get past the tagline, move forward
2074 2 more lines, to account for the 2 empty lines that precede and
2075 follow the line with the buttons.
2076 (rmail-mime-update-tagline): Move one more line, to get past the
2077 empty line that follows the buttons in the tagline. (Bug#9520)
2078
c56cad4a
MR
20792011-11-19 Martin Rudalics <rudalics@gmx.at>
2080
2081 * window.el (window-max-delta-1, window-min-delta-1)
2082 (window-min-size-1, window-state-get-1, window-state-put-1)
2083 (window-state-put-2): Use "window--" prefix.
2084
cbe71af3
SM
20852011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2ad52c60
SM
2087 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2088 (smie-warning-count): New var.
2089 (smie-set-prec2tab): Use it.
2090 (smie-bnf->prec2): Improve warnings. Add docstring.
2091 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2092 (smie-bnf--set-class): New function.
2093 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2094 corner case.
2095
6944dbc1
SM
2096 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2097 (compilation-error-properties, compilation-move-to-column):
2098 Handle compilation-first-column while in the target buffer.
2099
c400c4d7
SM
2100 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2101 Don't hardcode point-min==1.
2102
6dbe3e96
SM
2103 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2104 (eshell-rewrite-for-command): Remove workaround.
2105 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2106 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2107 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2108
cbe71af3
SM
2109 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2110
a8e1496d
GM
21112011-11-17 Glenn Morris <rgm@gnu.org>
2112
2113 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2114 Ignore buffer-local generated-autoload-file if it is the same
2115 as the global value. (Bug#10049)
2116
df85d315
JB
21172011-11-17 Juanma Barranquero <lekktu@gmail.com>
2118
2119 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2120 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2121 (reftex-toc-previous-heading, reftex-toc-max-level)
2122 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2123 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2124 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2125 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2126 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2127 (reftex-toc-rename-label, reftex-toc-visit-location)
2128 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2129 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2130 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2131 leaving "*toc*" only for references to the buffer.
2132
a0c2d0ae
MR
21332011-11-17 Martin Rudalics <rudalics@gmx.at>
2134
2135 * window.el (window-resize, delete-window, split-window):
2136 Replace window-splits by window-combination-resize.
1d00653d 2137 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 2138
35c0bac8
GM
21392011-11-17 Glenn Morris <rgm@gnu.org>
2140
2141 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2142 Make bash entry derive from sh entry, not shell entry.
2143
d0c8fc8a
MA
21442011-11-16 Michael Albinus <michael.albinus@gmx.de>
2145
d0c8fc8a
MA
2146 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2147 properties of linked files. (Bug#9879)
2148
7262a87c
MA
2149 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2150 local file name.
2151
7877f373
JB
21522011-11-16 Juanma Barranquero <lekktu@gmail.com>
2153
2154 * menu-bar.el (menu-bar-file-menu):
2155 * printing.el (pr-ps-utility):
2156 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2157 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2158 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2159 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2160 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2161 (icalendar--convert-cyclic-to-ical)
2162 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2163 (icalendar--convert-ical-to-diary)
2164 (icalendar--convert-recurring-to-diary)
2165 (icalendar--convert-non-recurring-all-day-to-diary)
2166 (icalendar-import-format-sample):
2167 * progmodes/idlw-shell.el (idlwave-shell-mode):
2168 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2169 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2170 (vhdl-ps-print-init): Fix typos.
2171
10649b82
KM
21722011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2173
9d0cfcd6
GM
2174 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
2175 FSF and collapse date sequence, obscure author/maintainer email address
2176 better, remove extra version line, track relocation of author's webpage.
10649b82 2177
9d0cfcd6
GM
2178 * progmodes/python.el (python-pdbtrack-input-prompt)
2179 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
2180 regular python pdb prompts. Adjustments shamelessly taken exactly as
2181 suggested in EmacsWiki page (tiny change):
2182 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 2183
58179cce
JB
21842011-11-16 Juanma Barranquero <lekktu@gmail.com>
2185
2186 * expand.el (expand-pos, expand-index, expand-point):
2187 Remove redundant info from docstring.
2188 (expand-add-abbrevs): Doc fix.
2189 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
2190 (expand-sample-perl-mode-expand-list): Fix typos.
2191
2192 * net/dbus.el (dbus-event-member-name):
2193 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
2194 * term/pc-win.el (msdos-create-frame-with-faces):
2195 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
2196
b6f67890
MR
21972011-11-16 Martin Rudalics <rudalics@gmx.at>
2198
2199 * window.el (split-window, window-state-get-1)
2200 (window-state-put-1, window-state-put-2): Rename occurrences of
2201 window-nest to window-combination-limit.
1d00653d 2202 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 2203
ce7ddba0
CY
22042011-11-16 Chong Yidong <cyd@gnu.org>
2205
2206 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
2207 regexp (Bug#10033).
2208
3ae704f4
SM
22092011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
2212 `completing-read' will remove *Completions* and will preserve
2213 current-buffer for us.
2214 (tmm-add-prompt): Users of *Completions* will always (re)set its
2215 major mode.
2216 (tmm-old-comp-map): Remove.
2217
6ad1cdde
GM
22182011-11-16 Glenn Morris <rgm@gnu.org>
2219
2220 * mail/rmailedit.el: Require rmailmm when compiling.
2221 (rmail-old-mime-state): New declaration.
2222 (rmail-edit-current-message): If editing a mime message,
2223 edit the "raw" message from the mbox buffer.
2224 (rmail-cease-edit): Handle mime messages. (Bug#9840)
2225
d20faa20
GM
22262011-11-15 Glenn Morris <rgm@gnu.org>
2227
2228 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
2229 which wasn't being used. Add optional arg to force given state.
2230 (rmail-mime): Add optional arg to force given state.
2231
c7015153
JB
22322011-11-15 Juanma Barranquero <lekktu@gmail.com>
2233
2234 * allout.el (allout-encryption-plaintext-sanitization-regexps):
2235 * frame.el (display-mm-dimensions-alist):
2236 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
2237 (outline-move-subtree-down):
2238 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
2239 (newsticker--treeview-do-get-node):
2240 * net/quickurl.el (quickurl-list-buffer-name):
2241 * progmodes/dcl-mode.el (dcl-mode):
2242 * progmodes/gdb-mi.el (gdb-mapcar*):
2243 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
2244
45261b50
GM
22452011-11-15 Glenn Morris <rgm@gnu.org>
2246
2247 * mail/rmail.el (rmail-file-coding-system): It's only ever used
2248 in a boolean sense, so just make it a boolean, and fix the doc.
2249 (rmail-show-mime-function, rmail-mime-feature)
2250 (rmail-require-mime-maybe): Doc fixes.
2251 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
2252
2253 * mail/rmailmm.el (rmail-show-mime): Doc fix.
2254
0d26e0b6
JB
22552011-11-15 Juanma Barranquero <lekktu@gmail.com>
2256
2257 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
2258 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
2259 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
2260 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
2261
447f30f6
GM
22622011-11-15 Glenn Morris <rgm@gnu.org>
2263
672b871d
GM
2264 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
2265 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
2266 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
2267 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
2268 (rmail-mime, rmail-show-mime): Doc fixes.
2269
f6aa5bb1
GM
2270 * term/ns-win.el (mode-line-frame-identification):
2271 Leave it alone. (Bug#10051)
2272
947cd66b
GM
2273 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
2274
447f30f6
GM
2275 * mail/rmailout.el (rmail-output-to-rmail-buffer):
2276 Handle empty buffers. (Bug#9978)
2277
0b381c7e
JB
22782011-11-14 Juanma Barranquero <lekktu@gmail.com>
2279
2280 * international/mule.el (define-charset):
2281 * mail/rmailmm.el (rmail-mime-find-header-encoding):
2282 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
2283 * progmodes/verilog-mode.el (verilog-backward-token):
2284 * textmodes/ispell.el (lookup-words):
2285 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
2286
71e027ac
GM
22872011-11-14 Glenn Morris <rgm@gnu.org>
2288
56632ce4
GM
2289 * progmodes/executable.el
2290 (executable-make-buffer-file-executable-if-script-p):
2291 Handle file-modes returning nil.
2292
40500957
GM
2293 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
2294 message - not necessary, and causes problems. (Bug#9831)
2295
071c2340
GM
2296 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
2297
d3cfca60
GM
2298 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
2299
71e027ac
GM
2300 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
2301 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
2302 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
2303
89d61221
MR
23042011-11-12 Martin Rudalics <rudalics@gmx.at>
2305
2306 * window.el (window-resize, delete-window): Use window-splits
2307 variable instead of function.
2308 (window-state-get-1, window-state-put-2, window-state-put):
2309 Don't deal with windows' splits status.
2310
98282f6f
GM
23112011-11-12 Glenn Morris <rgm@gnu.org>
2312
2313 * apropos.el (apropos-do-all, apropos-library, apropos-value)
2314 (apropos-documentation): Doc fixes.
2315
40a8bdf6
JB
23162011-11-11 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
2319 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
2320
65bd19ff
SM
23212011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 * electric.el (electric-indent-post-self-insert-function): Make it
2324 possible for a char to only indent in some circumstances.
2325 (electric-indent-mode): Simplify.
2326
54f9154c
MR
23272011-11-11 Martin Rudalics <rudalics@gmx.at>
2328
2329 * window.el (windows-with-parameter): Remove unused function.
2330 (windows-at-side): Rename to window-at-side-list.
2331 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
2332 (window-side-check, window-size-ignore, window-size-fixed-1)
2333 (window-in-direction-2): Prefix with "window--".
2334 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 2335
68cbc58b
GM
23362011-11-11 Glenn Morris <rgm@gnu.org>
2337
2338 * subr.el (eval-after-load): If FILE is already loaded,
2339 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
2340
b2621720
GM
23412011-11-10 Glenn Morris <rgm@gnu.org>
2342
9a4de110
GM
2343 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
2344 Call svn via vc-svn-command rather than vc-do-command.
2345 (vc-svn-command): Add --non-interactive. (Bug#9993)
2346 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
2347
b2621720
GM
2348 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2349 Add toggle-read-only. (Bug#7292)
2350 * files.el (toggle-read-only): Mention that it should only
2351 be used interactively. (Bug#10006)
2352
1dce7193
SM
23532011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2354
d9ac1a1e
SM
2355 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2356 Adjust regexp for OCaml warnings.
2357
0c325082
SM
2358 * electric.el (electric-pair-post-self-insert-function): Let user
2359 turn it off buffer-locally (bug#9932).
2360
90132c14
SM
2361 * progmodes/python.el (python-beginning-of-statement):
2362 Rewrite (bug#2703).
2363
1dce7193
SM
2364 * progmodes/compile.el: Better handle TABs (bug#9749).
2365 (compilation-internal-error-properties)
2366 (compilation-next-error-function): Obey the target buffer's
2367 compilation-error-screen-columns.
2368
c4e7c63a
JB
23692011-11-09 Juanma Barranquero <lekktu@gmail.com>
2370
2371 * progmodes/meta-mode.el: Remove obsolete comments.
2372 (meta-right-comment-regexp, meta-ignore-comment-regexp):
2373 Fix typos in docstrings.
2374
2cffd681
MR
23752011-11-09 Martin Rudalics <rudalics@gmx.at>
2376
2377 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 2378 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
2379 (window--resizable): New function. Make all callers of
2380 window-resizable call window--resizable instead.
2381 (window-resizable): Rewrite in terms of window--resizable.
2382
0edcba87
GM
23832011-11-08 Glenn Morris <rgm@gnu.org>
2384
2385 * progmodes/delphi.el (delphi-mode-syntax-table):
2386 Let define-derived-mode define a proper syntax table. (Bug#9994)
2387
4b0d61e3
SM
23882011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 * window.el: Stay away from defsubst.
2391 (window-list-no-nils): Remove.
2392 (window-state-get-1, window-state-get): Use backquote instead.
2393
cd394be1 23942011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 2395
4b0d61e3 2396 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 2397 Fix incorrect use of default argument in `completing-read'.
2398
e1c2c6f2
MR
23992011-11-08 Martin Rudalics <rudalics@gmx.at>
2400
2401 * window.el (display-buffer-function, special-display-function):
2402 Mention display-buffer-record-window but do not mention
2403 help-setup parameter in doc-strings.
b3f4a882 2404 (window-min-delta): Fix doc-string typo.
e1c2c6f2 2405
105216ed
CY
24062011-11-08 Chong Yidong <cyd@gnu.org>
2407
2408 * window.el (window-total-height, window-total-width): Doc fix.
2409 (window-body-size): Move from C.
2410 (window-body-height, window-body-width): Move to C.
2411
0a9f9ab5
SM
24122011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * window.el: Make special-display like display-buffer-alist (bug#9532).
2415 (display-buffer--special-action): New function, morphed
2416 from display-buffer--special.
2417 (display-buffer): Use it to handle special-display-buffers at higher
2418 priority (just after display-buffer-alist).
2419 (display-buffer-fallback-action, display-buffer--other-frame-action)
2420 (pop-to-buffer-same-window): Remove display-buffer--special.
2421
a769dd15
GM
24222011-11-07 Glenn Morris <rgm@gnu.org>
2423
2424 * calendar/cal-menu.el (cal-menu-set-date-title):
2425 Do nothing if not in a calendar. (Bug#9976)
2426
05a61ee3
SM
24272011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * files.el (find-file): Always use selected-window.
2430
be7f5545
MR
24312011-11-07 Martin Rudalics <rudalics@gmx.at>
2432
2433 * window.el (window-combinations): Make WINDOW argument
2434 mandatory. Rewrite doc-string.
2435 (walk-window-subtree, window-atom-check, window-min-delta)
2436 (window-max-delta, window--resize-this-window)
2437 (window--resize-root-window-vertically, window-tree)
2438 (balance-windows, window-state-put): Rewrite doc-strings as to
2439 not mention the term "subwindow".
2440 (window--resize-subwindows-skip-p): Rename to
2441 window--resize-child-windows-skip-p.
2442 (window--resize-subwindows-normal): Rename to
2443 window--resize-child-windows-normal.
2444 (window--resize-subwindows): Rename to
2445 window--resize-child-windows.
2446 (window-or-subwindow-p): Rename to window--in-subtree-p.
2447
3c6702ef
ML
24482011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2449
2450 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
2451 Ensure that mbox format messages end in two newlines (Bug#9974).
2452
49745b39
CY
24532011-11-06 Chong Yidong <cyd@gnu.org>
2454
2455 * window.el (window-combination-p): Function deleted; its
2456 side-effect is not used in any existing code.
2457 (window-combinations, window-combined-p): Call window-*-child
2458 directly.
2459
24300f5f
CY
24602011-11-05 Chong Yidong <cyd@gnu.org>
2461
2462 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
2463 (window-size-ignore, window-state-get): Callers changed.
2464 (window-normalize-window): Rename from window-normalize-any-window.
2465 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 2466 (window-normalize-live-window): Delete.
447f16b8
CY
2467 (window-combination-p, window-combined-p, window-combinations)
2468 (walk-window-subtree, window-atom-root, window-min-size)
2469 (window-sizable, window-sizable-p, window-size-fixed-p)
2470 (window-min-delta, window-max-delta, window-resizable)
2471 (window-resizable-p, window-full-height-p, window-full-width-p)
2472 (window-current-scroll-bars, window-point-1, set-window-point-1)
2473 (window-at-side-p, window-in-direction, window-resize)
2474 (adjust-window-trailing-edge, maximize-window, minimize-window)
2475 (window-deletable-p, delete-window, delete-other-windows)
2476 (record-window-buffer, unrecord-window-buffer)
2477 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
2478 (quit-window, split-window, window-state-put)
2479 (set-window-text-height, fit-window-to-buffer)
2480 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 2481
89bd5ee1
EZ
24822011-11-04 Eli Zaretskii <eliz@gnu.org>
2483
53479029
EZ
2484 * mail/rmail.el (rmail-simplified-subject): Decode subject with
2485 rfc2047-decode-string.
2486 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
2487 warnings.
2488
89bd5ee1
EZ
2489 * window.el (window-body-height, window-body-width): Mention in
2490 the doc string that the return values are in frame's canonical
2491 units. (Bug#9949)
2492
bd17fdee
AM
24932011-11-03 Alan Mackenzie <acm@muc.de>
2494
2495 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
2496 change in cc-engine.el.
2497
acc825c5
SM
24982011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
2499
2500 * window.el (switch-to-buffer): Use `force-same-window' interactively.
2501
1885e5b8
MR
25022011-11-02 Martin Rudalics <rudalics@gmx.at>
2503
2504 * window.el (quit-window): Call unrecord-window-buffer after
2505 showing another buffer in the window. (Bug#9937)
acc825c5 2506 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 2507
ebe06da9
JB
25082011-11-02 Juanma Barranquero <lekktu@gmail.com>
2509
2510 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
2511 Accept status with more than 9 shelves. (Bug#9935)
2512 Reported by Colin D Bennett <colin@gibibit.com>.
2513
4ee88440
MR
25142011-11-01 Martin Rudalics <rudalics@gmx.at>
2515
2516 * help.el (with-help-window): Don't reference
2517 temp-buffer-show-specifiers in doc-string.
2518
08e1d82c
AS
25192011-10-31 Andreas Schwab <schwab@linux-m68k.org>
2520
2521 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
2522 menu-item.
2523
84bd6e9e
VJL
25242011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2525
2526 * whitespace.el: New version 13.2.2.
2527 (whitespace-newline-mode): Disable properly. Reported by Sarah
2528 <EmacsWiki>.
2529
dba0634a
UJ
25302011-10-30 Ulf Jasper <ulf.jasper@web.de>
2531
2532 * net/newst-treeview.el: Remove "Time-stamp".
2533 (newsticker--group-manage-orphan-feeds): Do not call
2534 newsticker--treeview-tree-update.
db22a3c2
JB
2535 (newsticker-treeview-update, newsticker-treeview):
2536 Call newsticker--treeview-tree-update if necessary.
dba0634a 2537
3d8daefe
MR
25382011-10-30 Martin Rudalics <rudalics@gmx.at>
2539
2540 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
2541 (window-iso-combinations): Remove "iso-" infix.
2542 Suggested by Chong Yidong.
3d8daefe
MR
2543 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
2544 (window-max-delta-1, window-resize, window--resize-siblings)
2545 (window--resize-this-window, adjust-window-trailing-edge)
2546 (split-window, balance-windows-1)
2547 (shrink-window-if-larger-than-buffer):
2548 * calendar/calendar.el (calendar-generate-window):
db22a3c2 2549 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 2550
1bc4c3ae
SM
25512011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
2554 in place (bug#9907).
2555 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
2556 (eshell-rewrite-if-command, eshell-rewrite-for-command)
2557 (eshell-structure-basic-command, eshell-rewrite-while-command)
2558 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
2559 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
2560 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
2561 (eshell-do-pipelines-synchronously, eshell-eval-command):
2562 Use backquotes and prefer setq to set.
2563 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
2564 (eshell-macrop): Use functionp.
c1e2f5fa 2565 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 2566
30b65d9c
CY
25672011-10-30 Chong Yidong <cyd@gnu.org>
2568
2569 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
2570 instead of set-mark (Bug#9810).
2571
2d197ffb
CY
25722011-10-30 Chong Yidong <cyd@gnu.org>
2573
2574 * window.el (split-window-below, split-window-right): Rename from
2575 split-window-above-each-other and split-window-side-by-side
2576 respectively. All callers changed.
2577 (split-window-sensibly, split-window-sensibly): Use them.
2578 (split-window-keep-point): Doc fix.
2579
2580 * isearch.el: Add isearch-scroll property to split-window-below
2581 and split-window-right.
2582
2583 * follow.el (follow-mode):
2584 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2585 * progmodes/ada-xref.el (ada-gdb-application):
2586 * emulation/vip.el (vip-buffer-in-two-windows):
2587 * image-dired.el (image-dired-dired-with-window-configuration):
2588 * dired-x.el (dired-do-find-marked-files):
2589 * dired.el (dired-pop-to-buffer):
2590 * bs.el (bs--show-with-configuration):
2591 * vc/emerge.el (emerge-setup-windows):
2592 * textmodes/two-column.el (2C-two-columns):
2593 * textmodes/reftex-toc.el (reftex-toc):
2594 * progmodes/gdb-mi.el (gdb-setup-windows):
2595 * progmodes/fortran.el (fortran-window-create):
2596 * net/newst-treeview.el (newsticker--treeview-window-init):
2597 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
2598 * emulation/tpu-edt.el (tpu-gold-map):
2599 * emulation/crisp.el (crisp-mode-map):
2600 * calendar/calendar.el (calendar-basic-setup): Callers changed.
2601
38bb2ca8
CY
26022011-10-29 Chong Yidong <cyd@gnu.org>
2603
aa4de341
CY
2604 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
2605
e1eb5385
CY
2606 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
2607
5d2ece3c
CY
2608 * textmodes/flyspell.el (flyspell-word): Fix char offset for
2609 forged Ispell output (Bug#7904).
2610
38bb2ca8
CY
2611 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
2612
d0af9f77
SM
26132011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2614
2615 * doc-view.el: Avoid ugly errors about not finding nil.
2616 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2617 (doc-view-dvipdf-program, doc-view-unoconv-program)
2618 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
2619 Avoid nil or absolute file name as default value.
2620 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
2621
52bedd34
AM
26222011-10-28 Alan Mackenzie <acm@muc.de>
2623
db22a3c2 2624 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 2625
7e43cfa5
AM
26262011-10-28 Alan Mackenzie <acm@muc.de>
2627
2628 Amend the handling of c-beginning/end-of-defun in nested declaration
2629 scopes.
2630
52bedd34
AM
2631 * progmodes/cc-vars.el (c-defun-tactic): Move here from
2632 cc-langs.el. Change it to a defcustom.
7e43cfa5 2633
52bedd34
AM
2634 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
2635 cc-vars.el.
7e43cfa5 2636
d0af9f77
SM
2637 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2638 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 2639
52bedd34 2640 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 2641 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
2642 (c-widen-to-enclosing-decl-scope): New function.
2643 (c-while-widening-to-decl-block): New macro.
2644 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
2645 outward for defun boundaries, and correspondingly change symbol
2646 `respect-enclosure' to `go-outward'.
2647 (c-declaration-limits): Change algorithm to report only the "innermost"
2648 defun's boundaries.
2649
1a2ce9ee
DD
26502011-10-28 Deniz Dogan <deniz@dogan.se>
2651
2652 * net/rcirc.el (rcirc-mode): Use hard newlines.
2653
bc97a826
AM
26542011-10-28 Alan Mackenzie <acm@muc.de>
2655
2656 Amend to indent and fontify macros "which include their own semicolon"
2657 correctly, using the "virtual semicolon" mechanism.
2658
52bedd34 2659 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 2660
d0af9f77 2661 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 2662 Recode to scan one line at a time rather than having \n and \r
58179cce 2663 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 2664 (c-forward-label): Amend for virtual semicolons.
58179cce 2665 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 2666
52bedd34
AM
2667 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
2668 of the new C macros.
bc97a826 2669
52bedd34 2670 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
2671 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
2672 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
2673 (c-opt-cpp-macro-define): Make into a full language variable.
2674 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
2675 AWK Mode (including \n, \r) removed, no longer needed.
2676
d0af9f77
SM
2677 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
2678 Invoke c-make-macro-with-semi-re.
bc97a826 2679
52bedd34
AM
2680 * progmodes/cc-vars.el (c-macro-with-semi-re):
2681 (c-macro-names-with-semicolon): New variables.
58179cce 2682 (c-make-macro-with-semi-re): New function.
bc97a826 2683
7a6c0941
SM
26842011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * vc/log-edit.el: Fill empty field rather than adding new one.
2687 (log-edit-add-field): New function.
2688 (log-edit-insert-changelog): Use it.
2689
b0c4cdcf
ML
26902011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2691
2692 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
2693
ee1f1da9
SM
26942011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
2697 (gdb--check-interpreter): New function.
2698 (gdb): Use it.
2699
51bc5f8b
GM
27002011-10-27 Glenn Morris <rgm@gnu.org>
2701
416a2c45
GM
2702 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
2703 (least-positive-float, least-negative-float)
2704 (least-positive-normalized-float, least-negative-normalized-float)
2705 (float-epsilon, float-negative-epsilon):
2706 Remove unnecessary declarations.
2707
2708 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
2709 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
2710 (least-positive-float, least-negative-float)
2711 (least-positive-normalized-float, least-negative-normalized-float)
2712 (float-epsilon, float-negative-epsilon): Add doc-strings,
2713 based on those in cl.texi.
2714
51bc5f8b
GM
2715 * files.el (set-visited-file-name): If the major-mode changed,
2716 reload the local variables. (Bug#9796)
2717
15de15c6
CY
27182011-10-27 Chong Yidong <cyd@gnu.org>
2719
2720 * subr.el (change-major-mode-after-body-hook): New hook.
2721 (run-mode-hooks): Run it.
2722
ee1f1da9
SM
2723 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2724 Use change-major-mode-before-body-hook.
15de15c6
CY
2725
2726 * simple.el (fundamental-mode):
2727 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
2728 change introducing fundamental-mode-hook.
2729
5430d399
JB
27302011-10-26 Juanma Barranquero <lekktu@gmail.com>
2731
acc825c5 2732 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 2733
ad74a69e
MA
27342011-10-26 Michael Albinus <michael.albinus@gmx.de>
2735
2736 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 2737 tramp.el explicitly. (Bug#7583)
ad74a69e 2738
71d4c2a5
SM
27392011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * progmodes/octave-mod.el:
2742 * progmodes/octave-inf.el: Update maintainer.
2743
b1f6fa26
CY
27442011-10-26 Chong Yidong <cyd@gnu.org>
2745
2746 * subr.el (with-wrapper-hook): Rewrite doc.
2747
3f04efd6
MA
27482011-10-25 Michael Albinus <michael.albinus@gmx.de>
2749
2750 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 2751 filenames "/method:foo:". (Bug#9793)
3f04efd6 2752
410488d3
SM
27532011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
2756 (bug#9865).
2757
c1ebb47e
GM
27582011-10-24 Glenn Morris <rgm@gnu.org>
2759
2760 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
2761
7f5c46c7
MA
27622011-10-24 Michael Albinus <michael.albinus@gmx.de>
2763
2764 * notifications.el: Add the requirement of a running D-Bus session
2765 bus to the Commentary.
2766
db2440b6
JL
27672011-10-24 Juri Linkov <juri@jurta.org>
2768
2769 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2770 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
2771 (Bug#9364)
2772
feecf435
JL
27732011-10-24 Juri Linkov <juri@jurta.org>
2774
2775 * info.el (Info-following-node-name-re): Add newline to the list
2776 of allowed characters for leading space. (Bug#9824)
2777
a3839de2
SM
27782011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2779
acc825c5
SM
2780 * progmodes/octave-inf.el (inferior-octave-mode-map):
2781 Fix C-c C-h binding.
a3839de2
SM
2782 * progmodes/octave-mod.el (octave-help): Remove.
2783
09388e76
MA
27842011-10-23 Michael Albinus <michael.albinus@gmx.de>
2785
2786 Sync with Tramp 2.2.3.
2787
2788 * net/tramp-cache.el (top): Pacify byte-compiler using
2789 `init-file-user' and `site-run-file'.
2790
2791 * net/trampver.el: Update release number.
2792
86c60681
CY
27932011-10-23 Chong Yidong <cyd@gnu.org>
2794
2795 * files.el (toggle-read-only): Remove obsolete comment about
2796 version control.
2797
2798 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
2799 for toggle-read-only. Note that this hasn't called vc-next-action
2800 since 2008-05-02, though it wasn't documented at the time.
2801
a3839de2
SM
2802 * vc/ediff-init.el (ediff-toggle-read-only-function):
2803 Use toggle-read-only.
86c60681 2804
cd5495ff
AM
28052011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
2806
2807 Fix bug #9560, sporadic wrong indentation; improve instrumentation
2808 of c-parse-state.
2809
00b77525 2810 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 2811 correct faulty logical expression.
cd5495ff
AM
2812 (c-parse-state-state, c-record-parse-state-state):
2813 (c-replay-parse-state-state): New defvar/defuns.
2814 (c-debug-parse-state): Use new functions.
2815
42ee24ed
MR
28162011-10-22 Martin Rudalics <rudalics@gmx.at>
2817
2818 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 2819 last fix. Use window-in-direction correctly.
42ee24ed 2820
a7dee7e7
CY
28212011-10-21 Chong Yidong <cyd@gnu.org>
2822
2823 * progmodes/idlwave.el (idlwave-mode):
2824 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
2825 require-final-newline; that's done in prog-mode.
2826 Suggested by Stefan Monnier.
a7dee7e7 2827
e07b9a6d
MR
28282011-10-21 Martin Rudalics <rudalics@gmx.at>
2829
2830 * mouse.el (mouse-drag-window-above)
2831 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
2832 (mouse-drag-mode-line-1, mouse-drag-header-line)
2833 (mouse-drag-vertical-line-rightward-window): Remove.
2834 (mouse-drag-line): New function.
2835 (mouse-drag-mode-line, mouse-drag-header-line)
2836 (mouse-drag-vertical-line): Call mouse-drag-line.
2837 * window.el (window-at-side-p, windows-at-side): New functions.
2838
7e1361d9
UM
28392011-10-21 Ulrich Mueller <ulm@gentoo.org>
2840
2841 * tar-mode.el (tar-grind-file-mode):
2842 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
2843
30fcaf3a
CY
28442011-10-21 Chong Yidong <cyd@gnu.org>
2845
2846 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
2847 * progmodes/vera-mode.el (vera-mode):
2848 Use mode-require-final-newline.
30fcaf3a 2849
516eddb0
GM
28502011-10-20 Glenn Morris <rgm@gnu.org>
2851
db22a3c2 2852 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 2853
10d5f513
CS
28542011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
2855
2856 * emulation/cua-base.el (cua-set-mark): Fix case of string.
2857
ac6c8639
CY
28582011-10-20 Chong Yidong <cyd@gnu.org>
2859
2860 * emulation/cua-base.el (cua-mode):
2861 * mail/footnote.el (footnote-mode):
2862 * mail/mailabbrev.el (mail-abbrevs-mode):
2863 * net/xesam.el (xesam-minor-mode):
2864 * progmodes/bug-reference.el (bug-reference-mode):
2865 * progmodes/cap-words.el (capitalized-words-mode):
2866 * progmodes/compile.el (compilation-minor-mode)
2867 (compilation-shell-minor-mode):
2868 * progmodes/gud.el (gud-tooltip-mode):
2869 * progmodes/hideif.el (hide-ifdef-mode):
2870 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2871 * progmodes/subword.el (subword-mode):
2872 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2873 * progmodes/which-func.el (which-function-mode):
2874 * term/tvi970.el (tvi970-set-keypad-mode):
2875 * term/vt100.el (vt100-wide-mode):
2876 * textmodes/flyspell.el (flyspell-mode):
2877 * textmodes/ispell.el (ispell-minor-mode):
2878 * textmodes/nroff-mode.el (nroff-electric-mode):
2879 * textmodes/paragraphs.el (use-hard-newlines):
2880 * textmodes/refill.el (refill-mode):
2881 * textmodes/reftex.el (reftex-mode):
2882 * textmodes/rst.el (rst-minor-mode):
2883 * textmodes/sgml-mode.el (html-autoview-mode)
2884 (sgml-electric-tag-pair-mode):
2885 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
2886 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
2887 * emulation/crisp.el (crisp-mode):
2888 * emacs-lisp/eldoc.el (eldoc-mode):
2889 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
2890 minor mode behavior.
2891
aa42ab43
JL
28922011-10-19 Juri Linkov <juri@jurta.org>
2893
2894 * descr-text.el (describe-char): Add #x2010 and #x2011 to
2895 the list of hard-coded chars with escape-glyph face.
2896
89400f1d
SM
28972011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2898
2899 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
2900
305c07f6
MA
29012011-10-19 Michael Albinus <michael.albinus@gmx.de>
2902
2903 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
2904 running process.
2905
13754b54
GM
29062011-10-19 Glenn Morris <rgm@gnu.org>
2907
2908 * vc/vc-bzr.el (vc-bzr-after-dir-status):
2909 Ignore ignored files. (Bug#9726)
2910
06e21633
CY
29112011-10-19 Chong Yidong <cyd@gnu.org>
2912
2913 Doc fix for minor modes, stating that an omitted argument enables
2914 the mode unconditionally when called from Lisp.
2915
2916 * abbrev.el (abbrev-mode):
2917 * allout.el (allout-mode):
2918 * autoinsert.el (auto-insert-mode):
2919 * autoarg.el (autoarg-mode, autoarg-kp-mode):
2920 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2921 (global-auto-revert-mode):
2922 * battery.el (display-battery-mode):
2923 * composite.el (global-auto-composition-mode)
2924 (auto-composition-mode):
2925 * delsel.el (delete-selection-mode):
2926 * desktop.el (desktop-save-mode):
2927 * dired-x.el (dired-omit-mode):
2928 * dirtrack.el (dirtrack-mode):
2929 * doc-view.el (doc-view-minor-mode):
2930 * double.el (double-mode):
2931 * electric.el (electric-indent-mode, electric-pair-mode):
2932 * emacs-lock.el (emacs-lock-mode):
2933 * epa-hook.el (auto-encryption-mode):
2934 * follow.el (follow-mode):
2935 * font-core.el (font-lock-mode):
2936 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2937 * help.el (temp-buffer-resize-mode):
2938 * hilit-chg.el (highlight-changes-mode)
2939 (highlight-changes-visible-mode):
2940 * hi-lock.el (hi-lock-mode):
2941 * hl-line.el (hl-line-mode, global-hl-line-mode):
2942 * icomplete.el (icomplete-mode):
2943 * ido.el (ido-everywhere):
2944 * image-file.el (auto-image-file-mode):
2945 * image-mode.el (image-minor-mode):
2946 * iswitchb.el (iswitchb-mode):
2947 * jka-cmpr-hook.el (auto-compression-mode):
2948 * linum.el (linum-mode):
2949 * longlines.el (longlines-mode):
2950 * master.el (master-mode):
2951 * mb-depth.el (minibuffer-depth-indicate-mode):
2952 * menu-bar.el (menu-bar-mode):
2953 * minibuf-eldef.el (minibuffer-electric-default-mode):
2954 * mouse-sel.el (mouse-sel-mode):
2955 * msb.el (msb-mode):
2956 * mwheel.el (mouse-wheel-mode):
2957 * outline.el (outline-minor-mode):
2958 * paren.el (show-paren-mode):
2959 * recentf.el (recentf-mode):
2960 * reveal.el (reveal-mode, global-reveal-mode):
2961 * rfn-eshadow.el (file-name-shadow-mode):
2962 * ruler-mode.el (ruler-mode):
2963 * savehist.el (savehist-mode):
2964 * scroll-all.el (scroll-all-mode):
2965 * scroll-bar.el (scroll-bar-mode):
2966 * server.el (server-mode):
2967 * shell.el (shell-dirtrack-mode):
2968 * simple.el (auto-fill-mode, transient-mark-mode)
2969 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2970 (line-number-mode, column-number-mode, size-indication-mode)
2971 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2972 * strokes.el (strokes-mode):
2973 * time.el (display-time-mode):
2974 * t-mouse.el (gpm-mouse-mode):
2975 * tool-bar.el (tool-bar-mode):
2976 * tooltip.el (tooltip-mode):
2977 * type-break.el (type-break-mode-line-message-mode)
2978 (type-break-query-mode):
2979 * view.el (view-mode):
2980 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2981 (global-whitespace-mode, global-whitespace-newline-mode):
2982 * xt-mouse.el (xterm-mouse-mode): Doc fix.
2983
a3839de2
SM
2984 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2985 Fix autogenerated docstring.
06e21633 2986
5214e501
JL
29872011-10-19 Juri Linkov <juri@jurta.org>
2988
2989 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2990 by checking environment variables "DESKTOP_SESSION" and
2991 "XDG_CURRENT_DESKTOP". (Bug#9779)
2992
195f8db9
JL
29932011-10-19 Juri Linkov <juri@jurta.org>
2994
2995 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2996 (browse-url-chromium-program, browse-url-chromium-arguments):
2997 New defcustoms.
2998 (browse-url-default-browser): Check for `browse-url-chromium' and
2999 call `browse-url-chromium-program'.
3000 (browse-url-chromium): New command. (Bug#9779)
3001
343a34ff
JB
30022011-10-18 Juanma Barranquero <lekktu@gmail.com>
3003
3004 * facemenu.el (list-colors-duplicates): On Windows, detect more
3005 duplicates by assuming that only colors matching "^System" are
3006 special "system colors". (Bug#9722)
3007
6978a151
SM
30082011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3011 to distinguish the author from the committer.
3012
6a80b297
MA
30132011-10-18 Michael Albinus <michael.albinus@gmx.de>
3014
3015 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3016
b31a5677
JK
30172011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3018
3019 * international/mule.el (sgml-html-meta-auto-coding-function):
3020 Add support for detecting encoding in HTML5 specified only as
3021 <meta charset="UTF-8">. Implementation just makes http-equiv and
3022 content-type parts from HTML4 encoding string optional. (Bug#9716)
3023
80c6d77f
GM
30242011-10-18 Glenn Morris <rgm@gnu.org>
3025
3026 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3027
08b0fee8
CY
30282011-10-18 Chong Yidong <cyd@gnu.org>
3029
3030 * faces.el (cursor): Doc fix.
3031
67e729a5
CY
30322011-10-17 Chong Yidong <cyd@gnu.org>
3033
3034 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3035
343a34ff 30362011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
3037
3038 * dirtrack.el (dirtrack): Support shell buffers with path
3039 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3040
0bc06380
TZ
30412011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3042
3043 * json.el: Bump version to 1.3 and note change in History.
3044 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3045
8b79f3e0
SM
30462011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3047
5a7c536b
SM
3048 * comint.el (comint-insert-input, comint-send-input)
3049 (comint-get-old-input-default, comint-backward-matching-input)
3050 (comint-next-prompt): Use nil instead of `input' for field property of
3051 past user input (bug#114).
3052
96a8a0df
SM
3053 * minibuffer.el (completion--replace): Inherit surrounding properties
3054 (bug#114).
3055 (minibuffer-complete-and-exit): Use it.
3056
8b79f3e0
SM
3057 * comint.el (comint--table-subvert): Quote the all-completions output
3058 (bug#9160).
3059
b8f7ff0d
MR
30602011-10-17 Martin Rudalics <rudalics@gmx.at>
3061
8b79f3e0 3062 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 3063
b8f7ff0d 3064 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 3065 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
3066 entries and separate them from frame entries.
3067
c235b555
GM
30682011-10-15 Glenn Morris <rgm@gnu.org>
3069
3070 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3071 Doc fixes.
3072
6bbfa6e1
CY
30732011-10-15 Chong Yidong <cyd@stupidchicken.com>
3074
8b79f3e0
SM
3075 * net/network-stream.el (network-stream-open-starttls):
3076 Improve detection of failure due to lack of TLS support.
ec5c990d 3077
6bbfa6e1
CY
3078 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3079 putting the input text in front and in bold.
3080
98488977
SM
30812011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3d1337be
SM
3083 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3084
ee0b45e4
SM
3085 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3086 empty buffer.
3087
98488977
SM
3088 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3089 unread-command-events rather than pushing yet-another event.
3090
186f4720
EZ
30912011-10-14 Eli Zaretskii <eliz@gnu.org>
3092
3093 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3094 the explanation of the possible choices. Make the options passed
3095 to completing-read shorter.
3096
8b7a997c
AM
30972011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3098
3099 * textmodes/flyspell.el (flyspell-large-region): Make sure
3100 extended character mode is used if defined (Bug#1339).
3101
12587bbb
EZ
31022011-10-13 Eli Zaretskii <eliz@gnu.org>
3103
3104 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
3105 character info for LRE, LRO, RLE, and RLO characters by appending
3106 an invisible PDF.
12587bbb 3107
bad41229
SM
31082011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3111 even in case of error; add debug spec; simplify data flow.
3112 (with-timeout-handler): Remove.
3113
28dbc92f
MA
31142011-10-12 Michael Albinus <michael.albinus@gmx.de>
3115
3116 Fix Bug#6019, Bug#9315.
3117
3118 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3119 complete `buffer-file-name', the local file name part could look
3120 remotely (for example on VMS).
3121
3122 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3123 `tramp-run-real-handler'.
3124 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3125 already quoted by '"'.
3126
3127 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3128 Let `file-name-handler-alist' be nil, the local file name part
3129 could look remotely (for example on VMS).
3130
e1b0b23a
SM
31312011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3134 from here...
3135 (flyspell-post-command-hook): ...to here.
3136
a120bde9
SM
31372011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3138
3139 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3140 if not needed.
3141 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3142 using completion. Protect against "slow" callers.
3143 Remove the "message hack".
3144
7ce7717b
JL
31452011-10-11 Juri Linkov <juri@jurta.org>
3146
3147 * isearch.el (isearch-lazy-highlight-word): New variable.
3148 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3149 Use it. (Bug#9727)
3150
c02ee9d6
GM
31512011-10-11 Glenn Morris <rgm@gnu.org>
3152
3153 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3154 like f90-previous-statement does.
3155
93e616fd 31562011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3157
1f190e73 3158 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
3159 only in interactive use, to avoid error.
3160
af7b6078
SM
31612011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3162
3163 * minibuffer.el (completion-file-name-table): Fix last change,
3164 i.e. ignore normal errors but not the other ones.
3165
0563dae9
MR
31662011-10-10 Martin Rudalics <rudalics@gmx.at>
3167
3168 * window.el (special-display-buffer-names)
3169 (special-display-regexps): Remove some remnants of earlier
3170 changes from doc-strings.
366ca7f3
MR
3171 (quit-windows-on): New function.
3172
3173 * vc/vc.el (vc-revert, vc-rollback):
3174 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
3175 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 3176 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 3177
49677495
MR
31782011-10-09 Martin Rudalics <rudalics@gmx.at>
3179
3180 * window.el (frame-auto-hide-function): Add version tag.
3181 (Bug#9699)
3182
56f2d1e1
MA
31832011-10-09 Michael Albinus <michael.albinus@gmx.de>
3184
3185 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
3186 condition.
3187
112a6592
LL
31882011-10-09 Leo Liu <sdl.web@gmail.com>
3189
3190 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
3191 (Bug#9701)
3192
0812589b
GM
31932011-10-08 Glenn Morris <rgm@gnu.org>
3194
3195 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
3196 before the first code statement zero indent. (Bug#9690)
3197
b2b0776e
CY
31982011-10-08 Chong Yidong <cyd@stupidchicken.com>
3199
3200 * simple.el (count-words-region): Always count in the region.
3201 Report the number of lines and characters too.
3202 (count-words): New command, which counts in the buffer if the
3203 region is inactive, as count-words-region used to.
3204 (count-words--message): New function. Handle plurals.
3205 (count-lines-region): Make it an alias for count-words-region.
3206
3207 * bindings.el (esc-map): Replace count-lines-region with
3208 count-words-region.
3209
c557cd6b
MR
32102011-10-08 Martin Rudalics <rudalics@gmx.at>
3211
3212 * window.el (window--delete): Delete dedicated frame
3213 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 3214 (switch-to-buffer): Fix doc-string typo.
c557cd6b 3215
61a57ef4 32162011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3217
3218 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
3219
c3833279
CY
32202011-10-07 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * bindings.el ([M-left],[M-right]): Bind to left-word and
3223 right-word respectively.
3224
21ce8245
GM
32252011-10-07 Glenn Morris <rgm@gnu.org>
3226
3227 * cus-start.el (debug-on-quit): Fix custom type.
3228
6d823bb2
LMI
32292011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3230
0181e193
LMI
3231 * subr.el (define-key-after): Clarify that the function is not
3232 useful for non-menu keymaps.
3233
6d823bb2
LMI
3234 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
3235
8e3459ce 32362011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3237
21ce8245 3238 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 3239 in current minibuffer (Fix bug with recursive minibuffers).
3240
a1c2d21e
CY
32412011-10-06 Chong Yidong <cyd@stupidchicken.com>
3242
3243 * progmodes/gdb-mi.el (gdb): Doc fix.
3244
5a4cf282
MR
32452011-10-05 Martin Rudalics <rudalics@gmx.at>
3246
3247 * window.el (frame-auto-hide-function): New option replacing
3248 frame-auto-delete. Suggested by Stefan Monnier.
3249 (window--delete): Call frame-auto-hide-function instead of
3250 investigating frame-auto-delete.
c96111ea
MR
3251 (window-point-1, set-window-point-1): New functions.
3252 (window-in-direction, record-window-buffer, window-state-get-1)
3253 (display-buffer-record-window): Use window-point-1 instead of
3254 window-point.
3255 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 3256
9854542e
SM
32572011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3258
3259 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
3260
8943cfb0
GM
32612011-10-05 Glenn Morris <rgm@gnu.org>
3262
3263 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
3264 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
3265
647ab967
LL
32662011-10-05 Leo Liu <sdl.web@gmail.com>
3267
3268 * subr.el (read-char-choice): Fix argument to buffer-live-p which
3269 works with buffer object.
3270
3ddfbced
SM
32712011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3272
3273 * mpc.el (mpc-tool-bar-map): Add labels.
3274
bdfa5dd2
GM
32752011-10-04 Glenn Morris <rgm@gnu.org>
3276
3277 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3278
0e2070b5
MR
32792011-10-04 Martin Rudalics <rudalics@gmx.at>
3280
3281 * window.el (window--delete): New function.
3282 (frame-auto-delete): Resuscitate option.
3283 (bury-buffer, replace-buffer-in-windows)
3284 (quit-window): Rewrite using window--delete.
3285 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3286 Pass display-buffer-mark-dedicated to window--display-buffer-2
3287 (Bug#9639).
3288
3dc61a09
SM
32892011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3290
915a9b64
SM
3291 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
3292 returns a list (bug#9554). Add remote file name completion.
3293 * comint.el (comint--table-subvert): Curry and get quote&unquote
3294 functions as arguments.
3295 (comint--complete-file-name-data): Adjust call accordingly.
3296 * pcomplete.el (pcomplete--table-subvert): Remove.
3297 (pcomplete-completions-at-point): Use comint--table-subvert instead.
3298
3dc61a09
SM
3299 * minibuffer.el (completion-table-case-fold): Use currying.
3300 (completion--styles-type, completion--cycling-threshold-type):
3301 New constants.
3302 (completion-styles, completion-category-overrides)
3303 (completion-cycle-threshold): Use them.
3304 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
3305 completion-table-case-fold.
3306
8ea0a993
SB
33072011-10-03 Stephen Berman <stephen.berman@gmx.net>
3308
3309 * minibuffer.el (completion-category-overrides): Fix type of styles
3310 and add more user friendly tags (bug#9660).
3311
8c24b7f6
SM
33122011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3313
3314 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
3315 (mule-input-method-string): New widget.
3316 (default-input-method, language-info-custom-alist): Use it.
3317
428fe61a
SM
33182011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3319
32c1fffd
SM
3320 * pcomplete.el: Require comint.
3321 (pcomplete--common-suffix): Remove.
3322 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
3323 (pcomplete--table-subvert): Sync with comint--table-subvert.
3324 (pcomplete--entries): Use comint-completion-file-name-table.
3325 * comint.el (comint-unquote-filename): Simplify.
3326 (comint-completion-file-name-table): New function (bug#9616).
3327 (comint--complete-file-name-data): Use it.
3328
428fe61a
SM
3329 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
3330 (pcmpl-gnu-tar-buffer): Remove.
3331 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
3332 around. Make sure pcomplete-suffix-list is only changed temporarily.
3333 Don't look inside the tar's file if it's too large.
428fe61a 3334
04c52e2f
CY
33352011-10-01 Chong Yidong <cyd@stupidchicken.com>
3336
ce3cefcc
CY
3337 * cus-edit.el (custom-mode-map):
3338 * epa.el (epa-key-list-mode-map):
3339 * man.el (Man-mode-map):
3340 * startup.el (splash-screen-keymap):
3341 * simple.el (special-mode-map): Use scroll-up-command and
3342 scroll-down-command.
3343
3344 * progmodes/idlw-help.el (idlwave-help-mode-map):
3345 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
3346 * net/newst-plainview.el (newsticker-mode-map):
3347 * emulation/ws-mode.el (wordstar-mode-map):
3348 * emulation/vi.el (vi-com-map):
3349 * calc/calc-graph.el (calc-graph-show-dumb):
3350 * term/sun.el (terminal-init-sun):
3351 * term/ns-win.el (global-map):
3352 * progmodes/grep.el (grep-mode-map):
3353 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
3354 * mail/rmail.el (rmail-mode-map):
3355 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
3356
04c52e2f
CY
3357 * custom.el (custom-safe-themes, load-theme): Treat value of t for
3358 custom-safe-themes as special.
3359
79adf8c8
JD
33602011-10-01 Julien Danjou <julien@danjou.info>
3361
3362 * notifications.el (notifications-notify): Fix docstring.
3363
63bd50d3
PS
33642011-10-01 Per Starbäck <per@starback.se>
3365
3366 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
3367
199e4c7e
MR
33682011-09-30 Martin Rudalics <rudalics@gmx.at>
3369
3370 * startup.el (command-line-1): Fix last fix by inserting
3371 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 3372 (Bug#9605) and (Bug#9636)
199e4c7e 3373
fe5f08dd
EZ
33742011-09-29 Eli Zaretskii <eliz@gnu.org>
3375
3376 * simple.el (line-move): If auto-hscroll-mode is disabled and the
3377 window is hscrolled, move by logical lines. (Bug#9607)
3378 (line-move-visual): Update the doc string to the above effect.
3379
b5516bbd
MR
33802011-09-29 Martin Rudalics <rudalics@gmx.at>
3381
ccee00c0
MR
3382 * window.el (display-buffer-record-window): When WINDOW is the
3383 selected window use `point' instead of `window-point'. (Bug#9626)
3384
b5516bbd
MR
3385 * startup.el (command-line-1): Use insert-before-markers when
3386 inserting initial-scratch-message. (Bug#9605)
ccee00c0 3387
b5516bbd
MR
3388 * help.el (help-window): Remove variable.
3389
52aa0014
GM
33902011-09-29 Glenn Morris <rgm@gnu.org>
3391
3392 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
3393
df9a7357
JB
33942011-09-29 Juanma Barranquero <lekktu@gmail.com>
3395
3396 * descr-text.el (describe-char-categories): Accept category
3397 descriptions more than one line long.
3398
a8406c20
SM
33992011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3400
88d9610c
SM
3401 * simple.el (delete-trailing-whitespace): Fix last change.
3402
a5daf810
SM
3403 * progmodes/perl-mode.el (perl-syntax-propertize-function):
3404 Don't confuse "y => 3" as the beginning of a `y' operation.
3405
a8406c20
SM
3406 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
3407 object has more than 4 slots (bug#9613).
3408
a239d4e9
JB
34092011-09-28 Juanma Barranquero <lekktu@gmail.com>
3410
3411 * subr.el (with-output-to-temp-buffer):
3412 * net/quickurl.el (quickurl, quickurl-browse-url):
3413 Fix typos in docstrings.
3414
693fbdb6
EZ
34152011-09-27 Eli Zaretskii <eliz@gnu.org>
3416
3417 * minibuffer.el (completion-styles)
3418 (completion-category-overrides): Cross reference each other in doc
3419 strings.
3420
8b457e28
GM
34212011-09-27 Glenn Morris <rgm@gnu.org>
3422
3423 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
3424 to split-string. (Bug#9606)
3425
85a16208
LMI
34262011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3427
3428 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
3429 (bug#9615).
3430
502f9ebd
CY
34312011-09-27 Chong Yidong <cyd@stupidchicken.com>
3432
3433 * emacs-lisp/package.el (list-packages): Fix echo area message.
3434
7690bdea
LL
34352011-09-27 Leo Liu <sdl.web@gmail.com>
3436
3437 * ido.el (ido-read-internal): Accept cons cell HIST arg.
3438
e2ee6f30
MA
34392011-09-25 Michael Albinus <michael.albinus@gmx.de>
3440
3441 * net/dbus.el (dbus-unregister-object): Don't release services for
3442 registered signals. (Bug#9581)
3443
f3f98342
TZ
34442011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3445
3446 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
3447 function that picks between cfengine 2 and 3 support
3448 automatically. Update docs accordingly.
3449
dd7aa8dd
KH
34502011-09-22 Kenichi Handa <handa@m17n.org>
3451
3452 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
3453 ZERO.
3454 (indian-itrans-v5-table-for-tamil): New variable.
3455 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
3456
3f2b07f8
KM
34572011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
3458
3459 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
3460 that's true if the current command involved collapsing of text.
3461 It's reset to false at the beginning of the next command.
3462 (allout-post-command-business): Move the cursor to the beginning
3463 of entry if the cursor is hidden and collapsing activity just
3464 happened.
3465
371d6a61
CY
34662011-09-24 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
3469 tracking (Bug#9541).
3470
2ac2721a
UJ
34712011-09-24 Ulf Jasper <ulf.jasper@web.de>
3472
3473 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
3474 (newsticker-show-news): Automatically load html rendering package
3475 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
3476 because w3m-fill-column is let-bound" and the error "Symbol's value
3477 as variable is void: w3m-fill-column".
2ac2721a 3478
fac7ae53
MA
34792011-09-24 Michael Albinus <michael.albinus@gmx.de>
3480
3481 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
3482 Release services only if they are defined. (Bug#9581)
3483
e08b633b
RS
34842011-09-23 Richard Stallman <rms@gnu.org>
3485
e488d29c
RS
3486 * textmodes/paragraphs.el (forward-sentence): For backwards case,
3487 distinguish start of paragraph from start of its text.
3488
19c38752
RS
3489 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
3490
e08b633b
RS
3491 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
3492 (rmail-generate-viewer-buffer): Put that hook on view buffer.
3493 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
3494
0a39f27e
AS
34952011-09-23 Andreas Schwab <schwab@linux-m68k.org>
3496
3497 * international/mule-diag.el (mule-diag): Insert a newline after
3498 each fontset description.
3499
db4e950d
SM
35002011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3501
3502 * simple.el (delete-trailing-whitespace):
3503 Document last change; simplify.
3504
eca3f3ea
PW
35052011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
3506
d68e189a
PW
3507 * simple.el (delete-trailing-whitespace): Also delete
3508 extra newlines at the end of the buffer.
3509
eca3f3ea
PW
3510 * textmodes/picture.el: Make motion commands obey shift-select-mode.
3511 (picture-newline): Use forward-line so as to ignore fields.
3512
01c157cc
SM
35132011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3514
3515 * subr.el (with-wrapper-hook): Fix edebug spec.
3516
022de23e
LMI
35172011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3518
3519 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
3520 (bug#4538).
3521
91683089
MA
35222011-09-23 Michael Albinus <michael.albinus@gmx.de>
3523
eca3f3ea
PW
3524 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
3525 Fix nasty bug using wrong cached values.
91683089 3526
5bdd6fa4
AM
35272011-09-23 Alan Mackenzie <acm@muc.de>
3528
3529 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
3530
97adfb97
CY
35312011-09-23 Chong Yidong <cyd@stupidchicken.com>
3532
3533 * window.el (pop-to-buffer): Ensure right window is selected if we
3534 chose another frame.
3535
d4ef2b50
EZ
35362011-09-22 Eli Zaretskii <eliz@gnu.org>
3537
3538 * simple.el (what-cursor-position): Use get-char-property-change
3539 and next-single-char-property-change, to be able to show display
3540 properties that come from overlays as well as text properties.
3541
72258fe5
CY
35422011-09-22 Chong Yidong <cyd@stupidchicken.com>
3543
3544 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
3545
3546 * cmuscheme.el (run-scheme, switch-to-scheme):
3547 * cus-edit.el (customize-group, custom-buffer-create)
3548 (customize-browse):
3549 * info.el (info):
3550 * shell.el (shell):
3551 * mail/sendmail.el (mail):
3552 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
3553
8f098516
RS
35542011-09-22 Richard Stallman <rms@gnu.org>
3555
3556 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
3557 move back only to line beg, don't move back over blank lines.
3558
e74f1bb6
MA
35592011-09-22 Michael Albinus <michael.albinus@gmx.de>
3560
3561 * files.el (copy-directory): Set directory attributes only in case
3562 they could be retrieved from the source directory. (Bug#9565)
3563
bfeef8b6
DK
35642011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
3565
3566 * progmodes/hideshow.el (hs-looking-at-block-start-p)
3567 (hs-find-block-beginning, hs-hide-level-recursive):
3568 Ignore strings as well as comments. (Bug#9502)
3569
7e423bb8
AS
35702011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
3571
3572 * progmodes/sql.el (sql-comint-postgres):
3573 Convert port number to a string. (Bug#9566)
3574
b4d72fcf
MR
35752011-09-22 Martin Rudalics <rudalics@gmx.at>
3576
3577 * window.el (quit-window): Undedicate window when switching to
3578 previous buffer. Reported by Thierry Volpiatto
3579 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
3580 (special-display-popup-frame): When popping up a new frame reset
3581 its previous buffers to nil. Simplify code.
b4d72fcf 3582
a7b88dc6
MA
35832011-09-21 Michael Albinus <michael.albinus@gmx.de>
3584
3585 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
3586 and process filter, as done also in `shell-command'.
3587
cf4eacfd
MR
35882011-09-21 Martin Rudalics <rudalics@gmx.at>
3589
eca3f3ea 3590 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
3591 Call set-window-start with NOFORCE argument t.
3592 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
3593 (quit-window): Reword doc-string. Handle new format of
3594 quit-restore parameter. Don't delete window if it has a
3595 previous buffer we can show instead of the present one.
3596 (display-buffer-record-window): Rewrite using a new format for
3597 the quit-restore window parameter
3598 (special-display-popup-frame, display-buffer-same-window)
3599 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3600 (display-buffer-pop-up-window, display-buffer-use-some-window):
3601 Adapt symbol passed to display-buffer-record-window.
3602 * help.el (help-window-setup): Handle new format of quit-restore
3603 parameter.
3604
8d28cb95
SM
36052011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3606
94ab793f
SM
3607 * faces.el (face-list): Fix docstring (bug#9564).
3608
8d28cb95
SM
3609 * window.el (display-buffer--action-function-custom-type):
3610 Don't include internal functions in the Custom interface.
3611
3820edeb
JL
36122011-09-20 Juri Linkov <juri@jurta.org>
3613
3614 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
3615 (Info-forward-node, Info-backward-node, Info-next-preorder)
3616 (Info-last-preorder): Use it. (Bug#9528)
3617
5147931d
JL
36182011-09-20 Juri Linkov <juri@jurta.org>
3619
3620 * info.el (Info-last-preorder): Visit last menu item only when
3621 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
3622
cf499a1a
JD
36232011-09-20 Julien Danjou <julien@danjou.info>
3624
3625 * password-cache.el (password-cache-remove): Remove entries even if the
3626 value is nil, so that password with a nil value (negative caching) is
3627 possible to invalidate.
3628
f84e2fe2
LM
36292011-09-20 Lawrence Mitchell <wence@gmx.li>
3630
3631 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
3632 all whitespace around breakpoint. (Bug#9553)
3633 (f90-find-breakpoint): Only break at whitespace inside a comment.
3634
78054a46
SM
36352011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 * minibuffer.el (completion-file-name-table): Keep track of errors.
3638 (completion-table-with-predicate): Handle the case where pred1 is nil.
3639 * pcomplete.el (pcomplete-completions-at-point): Simplify.
3640
345083b2
SM
36412011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3642
e24e27be
SM
3643 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
3644 (debugger-return-value): Signal an error if the debugging context does
3645 not await any return value.
3646
345083b2
SM
3647 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
3648 * image-mode.el (image-toggle-display-text)
3649 (image-toggle-display-image): Stay away from evil `intangible'.
3650
08d355e3
LL
36512011-09-19 Leo Liu <sdl.web@gmail.com>
3652
3653 * replace.el (occur-revert-arguments): Make it permanent-local.
3654 (occur-mode): Don't call font-lock-defontify.
3655
f01da43f
CY
36562011-09-19 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * net/ldap.el (ldap-search-internal): Don't push empty search
3659 result (Bug#9508).
3660
b6072fa6
SM
36612011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
3664
443d6696
MA
36652011-09-19 Michael Albinus <michael.albinus@gmx.de>
3666
3667 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
3668 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
3669
7cc6e154
JL
36702011-09-18 Juri Linkov <juri@jurta.org>
3671
3672 * buff-menu.el (Buffer-menu-mode-map):
3673 * dired.el (dired-mode-map):
3674 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
3675 (lisp-interaction-mode-map):
3676 * emacs-lisp/package.el (package-menu-mode-map):
3677 * epa.el (epa-key-list-mode-map):
3678 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
3679 (menu-bar-options-menu):
3680 * outline.el (outline-mode-menu-bar-map):
3681 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
3682 * vc/vc-dir.el (vc-dir-menu-map):
3683 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
3684 Capitalize non-function content words in menu item strings.
3685
3686 * dired.el (dired-mode-map): Add menu item for
3687 `image-dired-dired-toggle-marked-thumbs'.
3688
80302a81
JL
36892011-09-18 Juri Linkov <juri@jurta.org>
3690
3691 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
3692 to `isearch-case-fold-search' and restore its original value
3693 after the `isearch-mode' call.
3694
46c5cf66
JL
36952011-09-18 Juri Linkov <juri@jurta.org>
3696
3697 * progmodes/grep.el (grep-process-setup): Don't check code for 1
3698 because `zgrep' returns 1 for successful matches (bug#9226).
3699
d18b513b
JL
37002011-09-18 Juri Linkov <juri@jurta.org>
3701
3702 * info.el (Info-extract-menu-node-name): Check the second match
3703 for empty string (second test-case of bug#9528).
3704 (Info-last-preorder): Let-bind `Info-history' to nil to not add
3705 intermediate nodes to the history (first test-case of bug#9528).
3706
72753f87
JL
37072011-09-18 Juri Linkov <juri@jurta.org>
3708
3709 * info.el (Info-mode-syntax-table): New variable.
1154d12e 3710 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 3711
c9384295
JL
37122011-09-18 Juri Linkov <juri@jurta.org>
3713
1154d12e
JB
3714 * info.el (Info-file-supports-index-cookies):
3715 Increment line-beginning-position's arg from 3 to 4 because makeinfo
3716 outputs one more line for long file names (bug#4142).
c9384295 3717
d473dce8
CY
37182011-09-18 Chong Yidong <cyd@stupidchicken.com>
3719
3720 * newcomment.el (comment-normalize-vars): If prompting for
3721 comment-start, set comment-start-skip too (Bug#8424).
3722
2176854d
JB
37232011-09-18 Johan Bockgård <bojohan@gnu.org>
3724
3725 * icomplete.el: Fix previous fix of Bug#5849.
3726 (icomplete-mode): Don't set completion-show-inline-help.
3727 (icomplete-minibuffer-setup): Set completion-show-inline-help
3728 locally during icompletion.
3729
3aace4e4
CY
37302011-09-18 Chong Yidong <cyd@stupidchicken.com>
3731
c940224f
CY
3732 * woman.el (woman2-process-escapes): Don't delete unrecognized
3733 escapes (Bug#7843).
3734
3aace4e4
CY
3735 * files.el (inhibit-first-line-modes-regexps): Add image files.
3736 (hack-local-variables-prop-line): Return nil for malformed
3737 prop-lines (Bug#9044).
3738
710dec63
MA
37392011-09-18 Michael Albinus <michael.albinus@gmx.de>
3740
3741 * net/tramp.el (top): Don't require 'shell.
3742 (tramp-methods): Fix docstring.
3743 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
3744 Return complete remote file name. Handle "smb" case.
3745 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
3746 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
3747
3748 * net/tramp-compat.el (top): Require 'shell.
3749
3750 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3751 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
3752 `tramp-current-host'.
3753 (tramp-get-remote-tmpdir): Remove.
3754
3755 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
3756 `tramp-tmpdir' entries.
3757 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
3758 (tramp-smb-handle-file-attributes): Ignore errors.
3759 (tramp-smb-wait-for-output): Check also for process end.
3760
5d5ac8ec
LMI
37612011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3762
3763 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
3764 when sending QUIT (bug#9312).
3765
8c0f49f0
CY
37662011-09-17 Chong Yidong <cyd@stupidchicken.com>
3767
3768 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
3769 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
3770 occur-mode-display-occurrence.
3771 (occur-edit-mode): Add usage message.
3772 (occur-cease-edit): New command.
3773 (occur-after-change-function): Use text properties to find the
3774 position of the prefix text.
3775 (occur-engine): Set stickiness of prefix text properties.
3776
8f1383f7
GM
37772011-09-17 Glenn Morris <rgm@gnu.org>
3778
3779 * progmodes/etags.el (complete-tag):
3780 Fix call to completion-in-region. (Bug#9526)
3781
744ba0e3
JL
37822011-09-17 Juri Linkov <juri@jurta.org>
3783
3784 * textmodes/ispell.el (ispell-word): Add to the error message
3785 the word, ispell program name and current dictionary (bug#9121).
3786 (ispell-tex-arg-end): Capitalize "error" in the error message.
3787
d9bbf400
AS
37882011-09-17 Andreas Schwab <schwab@linux-m68k.org>
3789
3790 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
3791 check. (Bug#4251)
3792
8da11505
JL
37932011-09-17 Juri Linkov <juri@jurta.org>
3794
3795 * window.el (window-safe-min-height, window-safe-min-width):
3796 Fix typos (followup to bug#9522).
3797
a91adc7e
SJ
37982011-09-17 Sven Joachim <svenjoac@gmx.de>
3799
3800 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
3801
064f328a
EZ
38022011-09-16 Eli Zaretskii <eliz@gnu.org>
3803
3804 * simple.el (line-move): If goal-column is set, move by logical
3805 lines, not by display lines. (Bug#971)
3806 (next-line, previous-line, goal-column, line-move-visual): Doc fix
3807 to reflect the above change.
3808
e69df516
SM
38092011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3810
3811 * image.el (imagemagick-register-types): Use regexp-opt.
3812
cbb0f9ab
CY
38132011-09-15 Chong Yidong <cyd@stupidchicken.com>
3814
3815 * window.el (display-buffer-base-action): Rename from
3816 display-buffer-default-action. Make default value empty.
3817 (display-buffer-overriding-action): Convert to defvar.
3818 (display-buffer-fallback-action): New var.
3819
25322144
CY
38202011-09-15 Chong Yidong <cyd@stupidchicken.com>
3821
3822 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
3823 declaration.
3824 (package--add-to-archive-contents): If there is a duplicate entry
3825 with an older version, remove it.
3826 (package-menu-mark-delete, package-menu-mark-install)
3827 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
3828 (package-menu-mark-obsolete-for-deletion):
3829 Use package-menu-get-status instead of a regexp search.
25322144
CY
3830 (package-menu-get-status): Use tabulated-list-entry.
3831 (package-menu-mark-upgrades): New command.
d770725a 3832 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
3833 (package-menu-execute): Do installation before deletion.
3834 (package-menu-refresh, package-menu-execute): Use derived-mode-p
3835 instead of checking major-mode.
3836 (package-menu--find-upgrades): New function.
3837
7520339c
LMI
38382011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3839
3840 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
3841 passwords in the log buffer.
65a046c4
LMI
3842 (smtpmail-process-filter): Update the process marker so that the
3843 "broken by peer" status message is inserted in the right place.
7520339c 3844
d3c30954
SM
38452011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3846
3fe48822
SM
3847 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
3848 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
3849 bibtex-completion-at-point-function.
3850 (bibtex-completion-at-point-function): Use them.
3851
1b8b3954
SM
3852 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
3853
d3c30954
SM
3854 * mpc.el (mpc-constraints-tag-lookup): New function.
3855 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
3856 also to browser "album|playlist".
3857
72779976
JL
38582011-09-14 Juri Linkov <juri@jurta.org>
3859
3860 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
3861 (isearch-edit-string): Use length of `isearch-string' when
3862 `isearch-fail-pos' returns nil.
3863 (isearch-message): Remove duplicate code and call
3864 `isearch-fail-pos' with arg `t'.
3865
a0bf2bcd
CY
38662011-09-14 Chong Yidong <cyd@stupidchicken.com>
3867
17bb0a2d
CY
3868 * replace.el (occur-mode-goto-occurrence): Don't force using other
3869 window (Bug#9499).
3870
a0bf2bcd
CY
3871 * dired-aux.el (dired-do-chmod): Don't provide initial input.
3872
f678e0b6
MR
38732011-09-14 Martin Rudalics <rudalics@gmx.at>
3874
3875 * window.el (display-buffer-window): Remove.
3876 (display-buffer-record-window): Use help-setup window parameter
3877 instead of variable display-buffer-window.
3878 (display-buffer-function, special-display-buffer-names)
3879 (special-display-function): Mention help-setup parameter instead
3880 of display-buffer-window in doc-string.
d3c30954
SM
3881 * help.el (help-window-setup): New argument help-window.
3882 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
3883 Reword some messages.
3884 (with-help-window): Pass window used for displaying the buffer
3885 to help-window-setup. Don't set display-buffer-window.
3886
8e39b2e8
GM
38872011-09-13 Glenn Morris <rgm@gnu.org>
3888
3889 * emacs-lisp/debug.el (debugger-make-xrefs):
3890 Preserve point. (Bug#9462)
3891
85e9c04b
CY
38922011-09-13 Chong Yidong <cyd@stupidchicken.com>
3893
3894 * window.el (window-deletable-p): Use next-frame.
3895
1b36ed6a
MR
38962011-09-13 Martin Rudalics <rudalics@gmx.at>
3897
3898 * window.el (window-auto-delete): Remove.
3899 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 3900 dedication and previous buffers.
1b36ed6a
MR
3901 (switch-to-prev-buffer): Don't delete window.
3902 (delete-windows-on): Delete a window's frame if and only if the
3903 window is dedicated.
3904 (replace-buffer-in-windows): Delete buffer's window or frame if
3905 and only if window is dedicated.
3906 (quit-window): Handle quit-restore as before last change.
4d61f28d 3907 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 3908
ef8ef9fb
CY
39092011-09-13 Chong Yidong <cyd@stupidchicken.com>
3910
3911 * window.el (window-deletable-p): Never delete the last frame on a
3912 given terminal.
3913
b2cba41e
GM
39142011-09-13 Glenn Morris <rgm@gnu.org>
3915
3916 * help.el (describe-key-briefly): Copy previous standard-output change.
3917
51553db6 39182011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
3919
3920 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
3921
b7556719
GM
39222011-09-13 Glenn Morris <rgm@gnu.org>
3923
3924 * emacs-lisp/lisp-mode.el (lisp-indent-function):
3925 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
3926
64b51947
CY
39272011-09-12 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * dired-aux.el (dired-mark-read-string): Don't return default
3930 value on empty input (Bug#9361).
3931 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3932 Omit initial minibuffer contents.
3933 (dired-do-chmod): Signal an error on empty input.
3934 (dired-mark-read-string): Don't return default on empty input.
3935
3936 * files.el (file-modes-symbolic-to-number): Doc fix.
3937
393a301e
SM
39382011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3939
3940 * international/mule-cmds.el (ucs-completions): Remove.
3941 (read-char-by-name): Use complete-with-action instead; add metadata.
3942
fa5660f9
CY
39432011-09-11 Chong Yidong <cyd@stupidchicken.com>
3944
3945 * window.el (display-buffer--action-function-custom-type)
3946 (display-buffer--action-custom-type): New vars.
3947 (display-buffer-alist, display-buffer-default-action)
3948 (display-buffer-overriding-action): Add defcustom types.
3949
4a592f66
CY
3950 * frame.el (delete-other-frames): Doc fix (Bug#276).
3951
73d56dbd
LMI
39522011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3953
3954 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3955
37ac18a3
CY
39562011-09-11 Chong Yidong <cyd@stupidchicken.com>
3957
3958 Change modes that used same-window-* vars to use switch-to-buffer.
3959
3960 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3961 Use switch-to-buffer.
3962
3963 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
3964 (customize-browse, custom-buffer-create-other-window):
3965 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
3966
3967 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3968 (Info-prev, Info-up, Info-speedbar-goto-node)
3969 (info-display-manual): Use switch-to-buffer.
3970 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3971
3972 * mail/sendmail.el (mail): Use switch-to-buffer.
3973 (mail-recover): Use switch-to-buffer-other-window.
3974
3975 * cmuscheme.el (run-scheme, switch-to-scheme):
3976 * ielm.el (ielm):
3977 * shell.el (shell):
3978 * net/rlogin.el (rlogin):
3979 * net/telnet.el (telnet, rsh):
3980 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3981
10195bd6
AS
39822011-09-11 Andreas Schwab <schwab@linux-m68k.org>
3983
3984 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3985
b322f63a
LMI
39862011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3987
39d7fed6
LMI
3988 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3989 so don't mention it (bug#9301).
ba5a81f1 3990 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 3991
ee0e9f11
LMI
3992 * faces.el (face-spec-set-match-display): Make `(type graphic)'
3993 match `x', `w32' and `ns', like the manual says (bug#9029).
3994
0b1c89c1 3995 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
3996 (process-kill-buffer-query-function): Mention the buffer name in
3997 the query.
0b1c89c1 3998
77549ea8
LMI
3999 * image-mode.el (image-next-line): The line parameter is mandatory
4000 (bug#9258).
4001
803ef892
LMI
4002 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4003 which can be useful (bug#9301).
4004
12980837
LMI
4005 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4006
91054f8f
LMI
4007 * subr.el (match-string): Mention that the current buffer should
4008 be the same as the search was done in (bug#9282).
4009
b322f63a
LMI
4010 * facemenu.el: Disable the remove-* commands if the mark isn't
4011 active (bug#9162).
4012
3199b96f
CY
40132011-09-10 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4016 of display-buffer.
4017 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4018
4019 * replace.el (occur-mode-goto-occurrence)
4020 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4021 and display-buffer.
4022
4023 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4024 display-buffer.
4025
4026 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4027 special-display and same-window variables.
4028 (mail-other-window): Use switch-to-buffer-other-window.
4029 (mail-other-frame): USe switch-to-buffer-other-frame.
4030
393a301e
SM
4031 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4032 Use display-buffer-other-frame.
3199b96f
CY
4033 (gdb-display-gdb-buffer): Use pop-to-buffer.
4034
4035 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4036
4037 * progmodes/python.el: Don't set same-window-buffer-names.
4038
4039 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4040
4041 * window.el (display-buffer-alist): Add *Python*.
4042
8319e0bf
CY
40432011-09-10 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * window.el (display-buffer-alist): Add entry for buffers
4046 previously handled same-window-*.
4047 (display-buffer-alist, display-buffer-default-action)
4048 (display-buffer-overriding-action): Mark as risky.
4049 (display-buffer-alist): Document action function changes.
4050 (display-buffer--same-window-action)
4051 (display-buffer--other-frame-action): New variables.
4052 (switch-to-buffer, display-buffer-other-frame): Use them.
4053 (display-buffer): Rename reuse-frame entry to reusable-frames.
4054 (display-buffer-reuse-selected-window): Function deleted.
4055 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4056 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4057 (display-buffer-special): New function.
4058 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4059 display-buffer-reuse-or-pop-window. Split off special-display
4060 part into display-buffer-special.
4061 (display-buffer-use-some-window): Don't perform any special
4062 pop-up-frames handling.
4063 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 4064 (display-buffer--maybe-same-window): Rename from
0d3ff375 4065 display-buffer-maybe-same-window.
8319e0bf 4066
919a69aa
CY
4067 * info.el: Don't set same-window-regexps.
4068 (info-setup): New function.
4069 (info-other-window, info): Call it.
4070
4071 * cus-edit.el: Don't set same-window-regexps.
4072 (customize-group): New argument.
4073 (customize-group-other-window): Use it.
4074 (customize-face, customize-face-other-window): Likewise.
4075 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4076
8319e0bf
CY
4077 * net/rlogin.el:
4078 * net/telnet.el:
4079 * progmodes/gud.el: Don't set same-window-regexps.
4080
4081 * cmuscheme.el:
4082 * ielm.el:
4083 * shell.el:
4084 * mail/sendmail.el:
4085 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4086
25173000
JL
40872011-09-10 Juri Linkov <juri@jurta.org>
4088
4089 * isearch.el (isearch-edit-string): Remove obsolete mention of
4090 `C-w' (`isearch-yank-word-or-char') from docstring.
4091 (isearch-query-replace): Fix typo in docstring (bug#9466).
4092
056e44ef
JL
40932011-09-10 Juri Linkov <juri@jurta.org>
4094
4095 * paren.el (show-paren-function): Don't show escaped parens.
4096 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4097
c3760c17
EZ
40982011-09-10 Eli Zaretskii <eliz@gnu.org>
4099
4100 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4101 (mm-default-file-encoding): Remove autoload forms, they are
4102 replaced with autoload cookies in mml.el and mm-encode.el.
4103 (mail-add-attachment): New command.
4104 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4105 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4106 the doc string.
4107 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4108
fece895e
RT
41092011-09-10 Reuben Thomas <rrt@sc3d.org>
4110
e69df516
SM
4111 * simple.el (count-words-region): Use buffer if there's no region
4112 (bug#9429).
fece895e 4113
5e68ce4a
JL
41142011-09-09 Juri Linkov <juri@jurta.org>
4115
4116 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4117 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4118 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4119
0a6b9622
AM
41202011-09-09 Alan Mackenzie <acm@muc.de>
4121
4122 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4123 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4124
14a29deb
EZ
41252011-09-09 Eli Zaretskii <eliz@gnu.org>
4126
4127 Fix for Savannah bug#9392.
4128 * simple.el (mail-encode-mml): New defvar.
4129
4130 * mail/rmail.el (mail-encode-mml): Add a defvar.
4131 (rmail-enable-mime-composing): Default to t.
4132 (rmail-forward): Use MIME method of forwarding only if both
4133 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4134 Set mail-encode-mml non-nil if the MIME method was used.
4135
4136 * mail/sendmail.el (mml-to-mime): Add autoload form.
4137 (mail-encode-mml): Add a defvar.
4138 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4139 to nil.
4140 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4141 message through mml-to-mime, and reset mail-encode-mml to nil.
4142
28c45130
GM
41432011-09-09 Glenn Morris <rgm@gnu.org>
4144
4145 * woman.el (woman-if-body): When processing an .el block,
4146 do not delete the next .el block as well. (Bug#9447)
69f4b618 4147 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 4148
9b1c252e
MR
41492011-09-08 Martin Rudalics <rudalics@gmx.at>
4150
4151 * window.el (window-deletable-p): Make sure window is live before
4152 invoking window-prev-buffers.
4153
567457e3
LL
41542011-09-08 Leo Liu <sdl.web@gmail.com>
4155
4156 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4157
97f05794
JL
41582011-09-08 Juri Linkov <juri@jurta.org>
4159
4160 * progmodes/compile.el (compilation-environment): Make it
4161 a defcustom (bug#8340).
4162
8b0874b5
MR
41632011-09-08 Martin Rudalics <rudalics@gmx.at>
4164
4165 * window.el (frame-auto-delete): Rename to window-auto-delete.
4166 Make it control auto-deletion of windows and/or frames.
4167 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 4168 for deleting window/frame. (Bug#9419)
8b0874b5
MR
4169 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4170 Rewrite handling of case when window/frame can be deleted.
4171 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 4172 argument t. (Bug#9456)
8b0874b5 4173
4feb6e73
CY
41742011-09-07 Chong Yidong <cyd@stupidchicken.com>
4175
4176 * help-mode.el (help-mode): Restore autoload.
4177
91ab9c13
JL
41782011-09-07 Juri Linkov <juri@jurta.org>
4179
4180 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
4181 `compilation-environment'. Set buffer-local
4182 `compilation-environment' to `thisenv' later after (funcall mode).
4183 (Bug#8340)
4184
4185 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
4186 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
4187 instead of replacing its value. (Bug#8340)
4188
0527e251
JL
41892011-09-07 Juri Linkov <juri@jurta.org>
4190
4191 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
4192 based on text properties put by `grep-filter' instead of matching
4193 escape sequences.
4194 (grep-mode): Set buffer-local `compilation-error-screen-columns'
4195 to the value of `grep-error-screen-columns' (bug#9438).
4196
249f792c
JL
41972011-09-07 Juri Linkov <juri@jurta.org>
4198
4199 * simple.el (next-error-highlight, next-error-highlight-no-select):
4200 Doc fix (bug#9432).
4201
ff7271b9
OT
42022011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4203
4204 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4205 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
4206
183fc730
LL
42072011-09-07 Leo Liu <sdl.web@gmail.com>
4208
4209 * net/rcirc.el (rcirc-mode): Conditionally initialize
4210 rcirc-input-ring.
4211
77694924
SM
42122011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * emacs-lisp/find-func.el (find-function-C-source): Only set
4215 find-function-C-source-directory after checking that we found a source
4216 file there (bug#9440).
4217
d809b8eb
AM
42182011-09-06 Alan Mackenzie <acm@muc.de>
4219
4220 * isearch.el (isearch-other-meta-char): Wherever a key list is
4221 unread, "unread" the prefix arg, too. This fixes bug #8901.
4222
453de99f
OG
42232011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4224
4225 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
4226
90439906
JL
42272011-09-05 Juri Linkov <juri@jurta.org>
4228
4229 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
4230
f62bd846
JL
42312011-09-05 Juri Linkov <juri@jurta.org>
4232
4233 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
4234 keeping point where processing of grep matches begins, and
4235 continue to delete remaining escape sequences from the same point.
4236 (grep-filter): Make leading zero optional in "0?1;31m" because
4237 git-grep emits "\033[1;31m" escape sequences unlike expected
4238 "\033[01;31m" as GNU Grep does (bug#9408).
4239 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
4240
045820ec
JL
42412011-09-05 Juri Linkov <juri@jurta.org>
4242
4243 * subr.el (y-or-n-p): Capitalize "yes".
4244
f5e29b9b
MA
42452011-09-04 Michael Albinus <michael.albinus@gmx.de>
4246
4247 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
4248 `tramp-cache-unload-hook' where appropriate.
4249 (tramp-methods): Rename `tramp-remote-sh' to
4250 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
4251 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
4252
4253 * net/tramp-sh.el (top): Don't require 'shell.
4254 (tramp-methods): Add `tramp-remote-shell' and
4255 `tramp-remote-shell-args' entries.
4256 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
4257 (tramp-sh-handle-shell-command): Remove.
4258 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4259 Use `tramp-remote-shell'.
4260
2784c434
CY
42612011-09-03 Chong Yidong <cyd@stupidchicken.com>
4262
393a301e 4263 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
4264 (sendmail-query-once): Save directly to send-mail-function.
4265 Update message-send-mail-function too.
4266
4267 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
4268
464cdf56
CS
42692011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4270
4271 * progmodes/python.el (python-mode-map): Use correct function to
4272 start python interpreter from menu-bar (as reported by Geert
4273 Kloosterman).
4274 (inferior-python-mode-map): Fix typo.
393a301e 4275 (python-shell-map): Remove.
464cdf56 4276
d37e5c87
DD
42772011-09-03 Deniz Dogan <deniz@dogan.se>
4278
4279 * net/rcirc.el (rcirc-print): Simplify code for
4280 rcirc-scroll-show-maximum-output. There is no need to walk
4281 through all windows to find the right one.
4282
f3ada0ee
CS
42832011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4284
4285 * help.el (help-return-method): Doc fix.
4286
1f3c99ca
MR
42872011-09-03 Martin Rudalics <rudalics@gmx.at>
4288
4289 * window.el (window-deletable-p): Don't return a non-nil value
4290 when there's a buffer that was shown in the window before.
4291 (Bug#9419)
393a301e
SM
4292 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4293 Set window's previous buffers to nil.
1f3c99ca 4294
a3cf097f
EZ
42952011-09-03 Eli Zaretskii <eliz@gnu.org>
4296
4297 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
4298 newline before and after the tag line, so it doesn't interfere
4299 with determining the paragraph direction of bidirectional text.
4300
3d03de90
LL
43012011-09-03 Leo Liu <sdl.web@gmail.com>
4302
4303 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
4304
c3313451
CY
43052011-09-02 Chong Yidong <cyd@stupidchicken.com>
4306
393a301e 4307 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
4308 (pop-to-buffer): Change interactive spec. Pass second argument
4309 directly to display-buffer.
4310 (display-buffer): Fix interactive spec. Use functionp to
4311 distinguish between a function and a list of functions.
4312
4313 * abbrev.el (edit-abbrevs):
4314 * arc-mode.el (archive-extract):
4315 * autoinsert.el (auto-insert):
4316 * bookmark.el (bookmark-bmenu-list):
4317 * files.el (find-file):
4318 * view.el (view-buffer):
4319 * progmodes/compile.el (compilation-goto-locus):
4320 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
4321
89894cd8
CY
43222011-09-02 Chong Yidong <cyd@stupidchicken.com>
4323
4324 * window.el (display-buffer-alist): Doc fix.
4325 (display-buffer): Add docstring. Don't treat
4326 display-buffer-default specially.
4327 (display-buffer-reuse-selected-window)
4328 (display-buffer-same-window, display-buffer-maybe-same-window)
4329 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4330 (display-buffer-pop-up-window)
4331 (display-buffer-reuse-or-pop-window)
4332 (display-buffer-use-some-window): New functions.
4333 (display-buffer-default-action): Use them.
393a301e 4334 (display-buffer-default): Delete.
89894cd8
CY
4335 (pop-to-buffer-1): Fix choice of actions.
4336
ae0bc9fb
SM
43372011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * minibuffer.el (completion--insert-strings): Don't get confused by
4340 completion entries that end with an LF char.
4341
e9d90883
EZ
43422011-09-01 Eli Zaretskii <eliz@gnu.org>
4343
4344 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
4345
437014c8
CY
43462011-09-01 Chong Yidong <cyd@stupidchicken.com>
4347
4348 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
4349 (display-buffer-same-window, display-buffer-other-window):
4350 New functions.
437014c8
CY
4351 (pop-to-buffer-1): New function. Use the above.
4352 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 4353 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
4354
4355 * view.el (view-buffer-other-window, view-buffer-other-frame):
4356 Just use pop-to-buffer.
4357
a5e063d5
TV
43582011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4359
4360 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
4361
793d32bb
WH
43622011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
4363
4364 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
4365
d65e4c15
RS
43662011-08-31 Richard Stallman <rms@gnu.org>
4367
4368 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
4369 of the separation of rmail-view-buffer from rmail-buffer.
4370 If you say no to "replace original", the decrypt is in the
4371 view buffer. If you say yes, the decrypt goes into the
4372 rmail buffer also.
4373
f818cd2a
MR
43742011-08-31 Martin Rudalics <rudalics@gmx.at>
4375
4376 * window.el (display-buffer-window): Rewrite doc-string.
4377 (display-buffer-record-window): New function.
4378 (display-buffer-macro-specifiers)
4379 (display-buffer-even-window-sizes, display-buffer-set-height)
4380 (display-buffer-set-width, display-buffer-in-window)
4381 (display-buffer-reuse-window, display-buffer-split-specifiers)
4382 (display-buffer-side-specifiers, display-buffer-split-window-1)
4383 (display-buffer-split-window, display-buffer-split-atom-window)
4384 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4385 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
4386 (display-buffer-other-window-means-other-frame)
4387 (display-buffer-normalize-special)
4388 (display-buffer-normalize-default)
4389 (display-buffer-normalize-argument)
4390 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
4391 (display-buffer-normalize-specifiers, display-buffer-frame)
4392 (display-buffer-same-window, display-buffer-same-frame)
4393 (display-buffer-other-window)
4394 (display-buffer-same-frame-other-window)
4395 (display-buffer-other-frame, pop-to-buffer-same-window)
4396 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
4397 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
4398 (switch-to-buffer-same-frame)
4399 (switch-to-buffer-other-window-same-frame)
4400 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
4401 (display-buffer-alist-set-1, display-buffer-alist-set-2)
4402 (display-buffer-alist-set): Remove.
4403 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
4404 (special-display-regexps, special-display-function):
4405 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
4406 parameter.
4407 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
4408 (special-display-frame-alist, special-display-popup-frame)
4409 (same-window-buffer-names, same-window-regexps, same-window-p)
4410 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4411 (split-window-preferred-function, split-height-threshold)
4412 (split-width-threshold, window-splittable-p)
4413 (split-window-sensibly, window--try-to-split-window)
4414 (window--frame-usable-p, even-window-heights)
4415 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
4416 (window--display-buffer-2, display-buffer-other-frame):
4417 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
4418 (display-buffer-default, display-buffer-assq-regexp): New functions.
4419 (display-buffer-alist): Rewrite doc-string.
4420 (display-buffer-default-action)
4421 (display-buffer-overriding-action): New variables.
4422 (display-buffer, switch-to-buffer): Rewrite.
4423 (pop-to-buffer): Restore Emacs 23 behavior but use
4424 window-normalize-buffer-to-display.
4425 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4426 Restore Emacs 23 behavior but use
4427 window-normalize-buffer-to-switch-to.
4428 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
4429 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
4430 Rewrite using Emacs 23 options.
f818cd2a 4431
5bc3b51d
MA
44322011-08-31 Michael Albinus <michael.albinus@gmx.de>
4433
4434 * net/tramp.el (tramp-root-regexp): Remove.
4435 (tramp-completion-file-name-regexp-unified)
4436 (tramp-completion-file-name-regexp-separate)
4437 (tramp-completion-file-name-regexp-url): Don't use leading volume
4438 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
4439 (tramp-drop-volume-letter): Simplify definition.
4440 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 4441
b1a4f8e1
SM
44422011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
4445 (bug#9356).
4446
5664fa7b
RT
44472011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
4448
b1a4f8e1 4449 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 4450
9a45d6c3
JL
44512011-08-29 Juri Linkov <juri@jurta.org>
4452
4453 * isearch.el (isearch-done): Don't display message "Mark saved"
4454 when arg `edit' is non-nil to prevent its flicker in the echo area.
4455
fb87e0fb
CY
44562011-08-28 Chong Yidong <cyd@stupidchicken.com>
4457
4458 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
4459 obsolete packages for deletion.
4460
09ac1c2a
CS
44612011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
4462
4463 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 4464 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
4465 view-mode from help-mode.
4466 (help-xref-override-view-map): Remove.
4467 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
4468 view-mode is not used anymore.
4469
7a1ff57f
CY
44702011-08-28 Chong Yidong <cyd@stupidchicken.com>
4471
4472 * server.el (server-port): Doc fix.
4473
b9696605
CY
4474 * cus-theme.el (custom-theme-choose-mode): Inherit from
4475 special-mode (Bug#9124).
4476 (custom-theme-choose-mode-map): Add special-mode to parent.
4477
ef8cdf8c
AM
44782011-08-28 Alan Mackenzie <acm@muc.de>
4479
4480 * progmodes/cc-fonts.el
4481 (c-make-font-lock-BO-decl-search-function): New function.
4482 (c-basic-matchers-after - "Fontify the clauses after various
4483 keywords"): Extract the three keyword lists for the 3 erroneous
4484 constructs from the list of four, and use the new function above
4485 in place of an old one.
4486
27de4e20
DD
44872011-08-28 Deniz Dogan <deniz@dogan.se>
4488
4489 * net/rcirc.el (rcirc-insert-prev-input)
4490 (rcirc-insert-next-input): Remove unused argument.
4491
356a3681
SM
44922011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4493
4494 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
4495
3fc9b218
AM
44962011-08-27 Alan Mackenzie <acm@muc.de>
4497
4498 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
4499 handle function pointer parameters properly.
4500
538a061c
MR
45012011-08-27 Martin Rudalics <rudalics@gmx.at>
4502
4503 * window.el (display-buffer-reuse-window): Fix case where
4504 selected window was reused with non-nil OTHER-WINDOW argument.
4505 (Bug#9381)
4506
35b1c40c
DD
45072011-08-27 Deniz Dogan <deniz@dogan.se>
4508
4509 * net/rcirc.el (rcirc-check-auth-status): Adding support for
4510 oftc's NickServ messages.
4511
2f6a3e79
GM
45122011-08-27 Glenn Morris <rgm@gnu.org>
4513
4514 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
4515
7254299e
CY
45162011-08-26 Chong Yidong <cyd@stupidchicken.com>
4517
4518 * emacs-lisp/package.el (package-install): Call package-initialize
4519 if called interactively.
4520
f8ccf167
LL
45212011-08-26 Leo Liu <sdl.web@gmail.com>
4522
4523 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
4524
3e8cd5ce
JL
45252011-08-25 Juri Linkov <juri@jurta.org>
4526
4527 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4528 `search-whitespace-regexp' (bug#9364).
4529
93eb7113
JL
45302011-08-25 Juri Linkov <juri@jurta.org>
4531
4532 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
4533 `regexp-search-ring' to their global values to protect from
4534 updating by `read-from-minibuffer' (bug#9185).
4535
f65d1611
JL
45362011-08-25 Juri Linkov <juri@jurta.org>
4537
4538 * textmodes/ispell.el (ispell-command-loop): Add newline
4539 at the end of the "Use option `i'..." line.
4540
f1cf7a31
JL
45412011-08-25 Juri Linkov <juri@jurta.org>
4542
4543 * battery.el (display-battery-mode): If `battery-status-function'
4544 or `battery-mode-line-format' is nil, display the message and set
4545 `display-battery-mode' to nil (bug#9363).
4546
0c95fcf7
EZ
45472011-08-25 Eli Zaretskii <eliz@gnu.org>
4548
4549 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
4550 bidi-string-mark-left-to-right; they are unnecessary now.
4551
a2ebe600
DD
45522011-08-25 Deniz Dogan <deniz@dogan.se>
4553
4554 * net/quickurl.el: Documentation typo fixes.
4555
e4ed06f1
CY
45562011-08-25 Chong Yidong <cyd@stupidchicken.com>
4557
4558 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
4559
e5f1c99e
GM
45602011-08-25 Glenn Morris <rgm@gnu.org>
4561
b2948976
GM
4562 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4563
e5f1c99e
GM
4564 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
4565 (smtpmail-via-smtp): Handle nil response from smtp.
4566
f22f4808
JL
45672011-08-24 Juri Linkov <juri@jurta.org>
4568
4569 * proced.el (proced-marked): Inherit from `error' instead of
4570 `font-lock-warning-face'.
4571
4572 * ibuffer.el (ibuffer-marked-face): Change default face from
4573 `font-lock-warning-face' to `warning'.
4574 (ibuffer-deletion-face): Change default face from
4575 `font-lock-type-face' to `error'.
4576
4577 * battery.el (battery-update): Use the face `error' instead of
4578 `font-lock-warning-face' (bug#6117).
4579
6a93965e
JL
45802011-08-24 Juri Linkov <juri@jurta.org>
4581
4582 * faces.el (success): Change face color from "Green3" to
4583 "ForestGreen" on light background (bug#9353).
4584
1ed43b09
CY
45852011-08-24 Chong Yidong <cyd@stupidchicken.com>
4586
5664fa7b
RT
4587 * window.el (quit-window): Rename from quit-restore-window.
4588 Use same arglist as old quit-window.
1ed43b09
CY
4589 (frame-auto-delete): Doc fix.
4590
4591 * view.el (view-mode-exit): Use quit-window.
4592
11dcdbb2
JL
45932011-08-24 Juri Linkov <juri@jurta.org>
4594
4595 * isearch.el (isearch-ring-adjust1): Start visiting previous
4596 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
4597 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
4598 for empty search string (when the last search string is reused
4599 automatically) to adjust the isearch ring to the last element and
4600 prepare the correct index for further M-p commands (bug#9185).
4601
de62b4df
KH
46022011-08-24 Kenichi Handa <handa@m17n.org>
4603
4604 * international/ucs-normalize.el: If decomposition property of
4605 CHAR is the default one (i.e. a list of CHAR itself), treat it as
4606 nil.
4607 (nfd, nfkd): Likewise.
4608
963b492b
SM
46092011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
4612 from process filters aren't reliably transmitted to the surrounding
4613 accept-process-output.
4614 (mpc-proc-check): New function.
4615 (mpc-proc-sync): Use it (bug#8293)
4616
93b6b5e1
SM
46172011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
4620 Add compatibility functions (bug#9313).
4621
bca633fb
EZ
46222011-08-23 Eli Zaretskii <eliz@gnu.org>
4623
b177498a
EZ
4624 * cus-start.el (all): Add entry for bidi-paragraph-direction.
4625
6df6ae42 4626 * international/uni-bidi.el: Regenerate.
bca633fb 4627
0902a04e
KH
46282011-08-23 Kenichi Handa <handa@m17n.org>
4629
4630 * international/charprop.el:
4631 * international/uni-bidi.el:
4632 * international/uni-category.el:
4633 * international/uni-combining.el:
4634 * international/uni-comment.el:
4635 * international/uni-decimal.el:
4636 * international/uni-decomposition.el:
4637 * international/uni-digit.el:
4638 * international/uni-lowercase.el:
4639 * international/uni-mirrored.el:
4640 * international/uni-name.el:
4641 * international/uni-numeric.el:
4642 * international/uni-old-name.el:
4643 * international/uni-titlecase.el:
4644 * international/uni-uppercase.el: Regenerate.
4645
3bbf23bc
MR
46462011-08-23 Martin Rudalics <rudalics@gmx.at>
4647
4648 * help.el (help-window-setup): Fix message displayed when other
4649 window is reused. (Bug#9341)
4650
b3fd59bd
SM
46512011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4652
1802e444
SM
4653 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
4654 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
4655
b3fd59bd
SM
4656 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
4657 Mark obsolete.
4658 * shell.el (shell-parse-pcomplete-arguments): New function.
4659 (shell-completion-vars): Use it instead (bug#9160).
4660
4eb61348
SM
46612011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4662
867cab74
SM
4663 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
4664 strings and comments (bug#9333).
4665
4eb61348
SM
4666 * emacs-lisp/debug.el (debug-arglist): New function.
4667 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
4668 (debug-on-entry-1): Handle interpreted closures (bug#9120).
4669
262a1439
JL
46702011-08-22 Juri Linkov <juri@jurta.org>
4671
56ee679c
JL
4672 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4673 Revert regexp that highlights output switches to its old
4674 pre-2010-10-28 value and remove one `?' from it (bug#9319).
4675
262a1439
JL
4676 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
4677 to check for empty output (bug#9226).
4678
f13f86fb
CY
46792011-08-22 Chong Yidong <cyd@stupidchicken.com>
4680
4681 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
4682 symbol-constituent as the default, as that stops font-lock from
4683 working properly (Bug#8843).
4684
c65c9622
LMI
46852011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4686
4687 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
4688 `coding-system-for-*' around the process open call to avoid
4689 auth-source side effects.
e7f2c178 4690 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
4691 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
4692 probe hangs.
c65c9622 4693
23a8a5ab
CY
46942011-08-21 Chong Yidong <cyd@stupidchicken.com>
4695
ff98b2dd
CY
4696 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
4697
23a8a5ab
CY
4698 * emacs-lisp/find-func.el (find-function-noselect): New arg
4699 lisp-only.
4700
4701 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
4702 signal an error for built-in functions (Bug#6664).
4703
f5e3c598
LMI
47042011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4705
4706 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
4707 (smtpmail-try-auth-methods): Use it.
4708
a3f2468a
CY
47092011-08-21 Chong Yidong <cyd@stupidchicken.com>
4710
2c34e8da
CY
4711 * font-lock.el (font-lock-fontify-region)
4712 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
4713 (font-lock-default-unfontify-buffer)
4714 (font-lock-default-fontify-region)
4715 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
4716
b3fd59bd
SM
4717 * progmodes/compile.el (compilation-error-properties):
4718 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
4719 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
4720 `ant' regexp.
ee31aabc 4721
a3f2468a
CY
4722 * net/browse-url.el (browse-url-firefox): Don't call
4723 browse-url-firefox-sentinel unless using -remote (Bug#9328).
4724
8e999f70
GM
47252011-08-20 Glenn Morris <rgm@gnu.org>
4726
c21a496a
GM
4727 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
4728
59ee0542
GM
4729 * tutorial.el (tutorial--default-keys): Update some default bindings.
4730
8e999f70
GM
4731 * files.el (hack-local-variables): Fully ignore case for "mode:".
4732
e3715033
AM
47332011-08-20 Alan Mackenzie <acm@muc.de>
4734
4735 Resolve invalid use of a regexp in regexp-opt.
4736
4d61f28d
JB
4737 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
4738 detection for a java annotation.
e3715033 4739
4d61f28d 4740 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
4741 detection for a java annotation.
4742
4d61f28d
JB
4743 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
4744 handling for java.
e3715033
AM
4745 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
4746
04ed2e9c
CY
47472011-08-20 Chong Yidong <cyd@stupidchicken.com>
4748
4749 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
4750 (Bug#9274).
4751
826cee64
AM
47522011-08-20 Alan Mackenzie <acm@muc.de>
4753
58179cce 4754 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
4755 such a construct. Mainly for when jit-lock etc. starts a chunk
4756 here.
4757
58179cce 4758 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 4759 variable.
58179cce 4760 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
4761 c-make-font-lock-search-function.
4762 (c-make-font-lock-search-function): Use the above function.
4763 (c-make-font-lock-context-search-function): New function.
4764 (c-cpp-matchers): Enhance the preprocessor expression case with
4765 the above function
4766 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
4767 which takes an expression.
4768
4769 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
4770
13009bd8
MR
47712011-08-20 Martin Rudalics <rudalics@gmx.at>
4772
4773 * window.el (display-buffer-reuse-window)
4774 (display-buffer-pop-up-window): Don't reuse or split a side
4775 window.
4776
9234ff7f
GM
47772011-08-19 Glenn Morris <rgm@gnu.org>
4778
4779 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 4780 Downcase "Mode:". (Bug#9331)
9234ff7f 4781
f635daa1
CY
47822011-08-18 Chong Yidong <cyd@stupidchicken.com>
4783
4784 * international/characters.el: Add L and R categories.
4785
4786 * subr.el (bidi-string-mark-left-to-right): Rename from
4787 string-mark-left-to-right. Use category search.
4788
4789 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
4790
bc987f8b
JL
47912011-08-18 Juri Linkov <juri@jurta.org>
4792
4793 * faces.el (error, warning, success): New faces with definitions
4794 copied from old default values of `font-lock-warning-face',
4795 `compilation-warning', `compilation-info' (bug#6117).
4796
4797 * font-lock.el (font-lock-warning-face): Inherit from `error'.
4798
4799 * progmodes/compile.el (compilation-error): Inherit from `error'.
4800 (compilation-warning): Inherit from `warning'.
4801 (compilation-info): Inherit from `success'.
4802
4803 * dired.el (dired-marked): Inherit from `warning'.
4804 (dired-flagged): Inherit from `error'.
4805
57173b96
LMI
48062011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4807
3e79eb87
LMI
4808 * mail/smtpmail.el (auth-source): Require to avoid problems with
4809 binding variables (bug#9298). Also clean up some unused
4810 autoloads.
4811
b3fd59bd
SM
4812 * net/network-stream.el (network-stream-open-starttls):
4813 Support using starttls.el without using gnutls-cli.
57173b96 4814
02b404de
JL
48152011-08-17 Juri Linkov <juri@jurta.org>
4816
4817 * progmodes/grep.el (rgrep): Handle the case when
4818 `grep-find-command' is a cons cell (bug#9278).
4819
8c9177f2
MR
48202011-08-17 Martin Rudalics <rudalics@gmx.at>
4821
4822 * window.el (display-buffer-pop-up-frame): Run frame creation
4823 function with BUFFER current (as special-display-popup-frame
4824 does). Reported by Drew Adams.
4825
3644a0ab
DU
48262011-08-17 Daiki Ueno <ueno@unixuser.org>
4827
4828 * epa-mail.el: Simplify GnuPG group expansion using
4829 epg-expand-group.
4830 (epa-mail-group-alist, epa-mail-group-modtime)
4831 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
4832 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
4833 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
4834 Remove.
4835
5e617bc2 48362011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
4837
4838 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
4839
9c4aeabf
AM
48402011-08-16 Alan Mackenzie <acm@muc.de>
4841
4842 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
4843 Correct, to avoid the inside of macros.
4844
3a99bf64
RS
48452011-08-16 Richard Stallman <rms@gnu.org>
4846
04963aa8
RS
4847 * epa-mail.el: Handle GnuPG group definitions.
4848 (epa-mail-group-alist, epa-mail-group-modtime)
4849 (epa-mail-gnupg-conf-file): New variables.
4850 (epa-mail-parse-groups, epa-mail-sync-groups)
4851 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
4852 (epa-mail-expand-recipients): New functions.
4853 (epa-mail-encrypt): Call epa-mail-expand-recipients.
4854
177549d0
RS
4855 * mail/rmail.el (rmail-epa-decrypt): New command.
4856
fe38beef
RS
4857 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4858 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
4859 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
4860 (epa-decrypt-armor-in-region): Make error message clearer.
4861
934eacb9
SM
48622011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
4865 and "a2b" to "ab" for `prefix'.
4866
d024fb4e
CY
48672011-08-14 Chong Yidong <cyd@stupidchicken.com>
4868
4869 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
4870 filter groups.
de148fee
CY
4871 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
4872 Fourquet (Bug#8804).
d024fb4e 4873
62f1ca49
JB
48742011-08-12 Juanma Barranquero <lekktu@gmail.com>
4875
4876 * startup.el (argi): Declare as global variable (bug#9275).
4877
9ccaaa4b
CY
48782011-08-12 Chong Yidong <cyd@stupidchicken.com>
4879
4880 * subr.el (string-mark-left-to-right): Search the entire string
4881 for RTL script, not just the terminating character. Doc fix.
4882
a3dae87a
SM
48832011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4884
6cd18349
SM
4885 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
4886 New function.
4887 (js--regexp-literal, js-syntax-propertize-function): Remove.
4888 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
4889 (js-mode-map): Don't rebind electric keys.
4890 (js-insert-and-indent): Remove.
4891 (js-mode): Setup electric-layout and electric-indent instead.
4892
a3dae87a
SM
4893 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4894
9d5cb631
DU
48952011-08-12 Daiki Ueno <ueno@unixuser.org>
4896
4897 * epa.el (epa-progress-callback-function): Fix the logic of
4898 displaying progress.
4899 * epa-file.el (epa-file-insert-file-contents): Make progress
4900 display more user-friendly.
4901 (epa-file-write-region): Ditto.
4902
3e26a4a2
CY
49032011-08-10 Chong Yidong <cyd@stupidchicken.com>
4904
4905 * subr.el (string-mark-left-to-right): New function.
4906
4907 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
4908 Use string-mark-left-to-right.
4909 (list-buffers-noselect): Caller changed.
4910
a3dae87a
SM
4911 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4912 Use string-mark-left-to-right.
3e26a4a2
CY
4913 (tabulated-list-print): Recenter after moving point.
4914
ac8cf6e6
JL
49152011-08-10 Juri Linkov <juri@jurta.org>
4916
4917 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
4918 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
4919 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
4920
8d96c9a4
CY
49212011-08-09 Chong Yidong <cyd@stupidchicken.com>
4922
4923 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
4924 (Bug#7554).
4925
7be1c708 49262011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
4927
4928 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4929 character. (Bug#6594)
4930
37e11a63
CY
49312011-08-08 Chong Yidong <cyd@stupidchicken.com>
4932
839dde57
CY
4933 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4934 (image-dired--with-db-file): New macro.
4935 (image-dired-write-tags, image-dired-remove-tag)
4936 (image-dired-create-gallery-lists, image-dired-write-comments)
4937 (image-dired-get-comment, image-dired-mark-tagged-files)
4938 (image-dired-list-tags, image-dired-gallery-generate): Use it.
4939 (image-dired-gallery-generate): Use insert-file-contents.
4940
37e11a63
CY
4941 * time.el (display-time-world-list, display-time-world-display):
4942 * time-stamp.el (time-stamp-string):
4943 * vc/add-log.el (add-change-log-entry): Use setenv instead of
4944 set-time-zone-rule (Bug#7337).
4945
0b4946c4
DU
49462011-08-08 Daiki Ueno <ueno@unixuser.org>
4947
4948 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4949 (epg-error-to-string, epg-errors-to-string): New function.
4950 (epg-wait-for-completion): Reverse errors list.
4951 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4952 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4953 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4954 (epg-sign-keys, epg-generate-key-from-file)
4955 (epg-generate-key-from-string): Format errors by using
4956 epg-errors-to-string (bug#9255).
4957 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4958
75bfc667
JL
49592011-08-07 Juri Linkov <juri@jurta.org>
4960
4961 * faces.el (list-faces-display): Remove extra angle bracket
4962 from `help-mode-map'.
4963
4964 * info.el (Info-history-toc-nodes): Doc fix.
4965
4966 * longlines.el (longlines-mode): Doc fix.
4967
673e08bb
SM
49682011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4969
4640dd88
SM
4970 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4971 of statements and in a few more cases (bug#9183).
4972
673e08bb
SM
4973 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4974 New functions.
4975 (cl-transform-lambda): Use them (bug#9239).
4976
89b3f019
MR
49772011-08-05 Martin Rudalics <rudalics@gmx.at>
4978
4979 * window.el (display-buffer-same-window)
4980 (display-buffer-same-frame, display-buffer-other-window)
4981 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4982 (pop-to-buffer-other-window)
4983 (pop-to-buffer-same-frame-other-window)
4984 (pop-to-buffer-other-frame): Make them defuns.
4985 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4986
640c8776
SM
49872011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * subr.el (make-composed-keymap): Move from C. Change calling
4990 convention, and improve docstring to bring attention to a subtle point.
4991 * minibuffer.el (completing-read-default): Adjust accordingly.
4992
63648a95
MA
49932011-08-03 Michael Albinus <michael.albinus@gmx.de>
4994
4995 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4996 (tramp-open-shell): Use `tramp-shell-quote-argument'.
4997
4998 * net/trampver.el: Update release number.
4999
b796c9b7
SM
50002011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5001
5002 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5003 "in" (bug#9190).
5004
2239d7d5
LMI
50052011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5006
e07dd7c3
LMI
5007 * mail/sendmail.el (sendmail-query-once): Restore the current
5008 buffer after querying (bug#9074).
5009
0e6a2bd7
LMI
5010 * dired.el (dired-flagged): Use different faces for marked and
5011 flagged files (bug#6117).
5012
ce887515
LMI
5013 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5014 (bug#4433).
5015
92f2affc
LMI
5016 * ido.el (ido-mode): Switch off the message if called
5017 non-interactively.
5018
57d5aff0
LMI
5019 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5020 before 587, since it appears that that's more likely to work for
5021 more people.
5022
98cd6c18 5023 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 5024 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
5025 exist.
5026
b96dec83
LMI
5027 * info.el: Remove the `Info-beginning-of-buffer' function
5028 (bug#8325).
5029
b796c9b7
SM
5030 * net/network-stream.el (network-stream-open-starttls):
5031 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 5032
d90e2ea0
MR
50332011-08-01 Martin Rudalics <rudalics@gmx.at>
5034
5035 * window.el (display-buffer-in-window): Don't set dedicated status
5036 of window here (Bug#9215).
5037 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5038 (display-buffer-pop-up-side-window)
b796c9b7 5039 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 5040
cca09170
SM
50412011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5044 before binding generated-autoload-file.
5045
027b979c
DD
50462011-08-01 Deniz Dogan <deniz@dogan.se>
5047
5048 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5049
3c7ee4f3
MA
50502011-07-30 Michael Albinus <michael.albinus@gmx.de>
5051
5052 Sync with Tramp 2.2.2.
5053
5054 * net/trampver.el: Update release number.
5055
2cc8e51a
JL
50562011-07-30 Juri Linkov <juri@jurta.org>
5057
5058 * dired-aux.el (dired-touch-initial): Remove function.
5059 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5060 current time, and `default' to the last modification time of the
5061 current marked file (bug#6887).
5062
a514d856
JM
50632011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5064
5065 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 5066 numeric argument to read-number (bug#9163).
a514d856 5067
8a7eddd7
MA
50682011-07-27 Michael Albinus <michael.albinus@gmx.de>
5069
5070 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5071 connection process, it could be nil.
5072
1ddd96f5
LL
50732011-07-27 Leo Liu <sdl.web@gmail.com>
5074
5075 Simplify url handling in rcirc-mode.
5076
5077 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5078 (rcirc-browse-url-at-mouse): Remove.
5079 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5080
b248a85d
AM
50812011-07-26 Alan Mackenzie <acm@muc.de>
5082
5083 Fontify bitfield declarations properly.
5084
5085 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5086 (c-symbol-chars): Now exported as a lang variable.
5087 (c-not-primitive-type-keywords): New lang variable.
5088
5089 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5090 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 5091 parsed as a bitfield declaration.
b248a85d 5092
b796c9b7
SM
5093 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5094 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
5095 (c-punctuation-in): New function.
5096 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5097 declarations properly.
5098
68575ab0
UJ
50992011-07-26 Ulf Jasper <ulf.jasper@web.de>
5100
5101 * calendar/icalendar.el (icalendar--all-events): Take care of
5102 multiple vcalendars in a single file.
b796c9b7 5103 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 5104
0f0a88b9
DD
51052011-07-25 Deniz Dogan <deniz@dogan.se>
5106
5107 * image.el (insert-image): Clarifying docstring.
5108
0b3f36df
MA
51092011-07-24 Michael Albinus <michael.albinus@gmx.de>
5110
5111 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5112 `tramp-send-command-and-check' if there is no error.
5113 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5114
a9901f61
AM
51152011-07-22 Alan Mackenzie <acm@muc.de>
5116
5117 Prevent cc-langs.elc being loaded at run time.
5118
5119 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5120 cc-langs.
5121
4d61f28d 5122 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
5123 "(require 'cc-langs)". Quote a form so it will evaluate at
5124 (cc-mode's) compilation time.
5125
11d074b2
MA
51262011-07-22 Michael Albinus <michael.albinus@gmx.de>
5127
5128 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5129 loading. (Bug#9114)
5130
938b94c8
MR
51312011-07-21 Martin Rudalics <rudalics@gmx.at>
5132
5133 * window.el (display-buffer-pop-up-window)
5134 (display-buffer-pop-up-side-window)
5135 (display-buffer-in-side-window): Call display-buffer-set-height
5136 and display-buffer-set-width after setting the new window's
b796c9b7 5137 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 5138
bfa4f190
SS
51392011-07-20 Sam Steingold <sds@gnu.org>
5140
5141 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5142 (etags-tags-included-tables): Call `convert-standard-filename' on
5143 the file names contained in TAGS so that windows Emacs can handle
5144 TAGS files created by cygwin ctags.
5145
8ca42262
LMI
51462011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5147
5148 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5149 which apparently didn't work.
5150
5db2afd2 51512011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 5152
5db2afd2
RW
5153 * proced.el (proced-send-signal): For *Marked Processes* buffer
5154 put point at beginning of buffer.
5155
92e15d10
SB
51562011-07-19 Stephen Berman <stephen.berman@gmx.net>
5157
5158 * proced.el (proced-format): Make header lines align with the text
5159 (bug#1779).
5160
1bfd59e5
LMI
51612011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5162
5163 * view.el (view-buffer): Allow running in `special' modes if we're
5164 visiting a file (bug#8615).
5165
f5aae37c
MR
51662011-07-19 Martin Rudalics <rudalics@gmx.at>
5167
5168 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
5169 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5170 New functions.
f5aae37c
MR
5171 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5172 more accurately.
5173
bf2c1571
AM
51742011-07-18 Alan Mackenzie <acm@muc.de>
5175
5176 Fontify declarators properly when, e.g., a jit-lock chunk begins
5177 inside a declaration.
5178
5179 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
5180
b796c9b7
SM
5181 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5182 New function.
bf2c1571
AM
5183 (c-complex-decl-matchers): Insert reference to
5184 c-font-lock-enclosing-decls.
5185
5186 * progmodes/cc-engine.el (c-backward-single-comment):
5187 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
5188 to nil around calls to (forward-comment -1).
5189
4e190b80
LMI
51902011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5191
12dc863d
LMI
5192 * image.el (put-image): Doc typo fix.
5193
a762e966
LMI
5194 * progmodes/etags.el (tags-search): Doc typo fix.
5195
4e190b80
LMI
5196 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
5197 password if we get errors 550 to 554.
5198
f019fb21
LMI
51992011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5200
b796c9b7 5201 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 5202
81746738
LMI
5203 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
5204 indentation character (bug#6380).
5205
3ee3a1b5
LMI
5206 * files.el (buffer-offer-save): Made permanently local (bug#6241).
5207
c82f64de
LMI
5208 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
5209 to clarify what the problem is (bug#4291).
5210
f019fb21
LMI
5211 * simple.el (current-kill): Clarify what
5212 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
5213 (auto-fill-mode): Document `auto-fill-function' in relation to
5214 `auto-fill-mode' (bug#2470).
f019fb21 5215
0794775d
LM
52162011-07-16 Lawrence Mitchell <wence@gmx.li>
5217
5218 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
5219 method if slot is read-only (bug#9035).
5220
be39b8cc
MR
52212011-07-16 Martin Rudalics <rudalics@gmx.at>
5222
b796c9b7 5223 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 5224 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
5225 selected before, see discussion of (Bug#8615), (Bug#6954).
5226 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 5227
6ccf7859
GM
52282011-07-15 Glenn Morris <rgm@gnu.org>
5229
5230 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 5231 Respect help-form.
6ccf7859 5232
87e86684
LM
52332011-07-09 Lawrence Mitchell <wence@gmx.li>
5234
5235 * net/gnutls.el (gnutls-min-prime-bits): New variable.
5236 (gnutls-negotiate): Use it.
5237
d6066239
LMI
52382011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5239
b796c9b7
SM
5240 * net/gnutls.el (gnutls-negotiate):
5241 Upcase `gnutls-algorithm-priority'.
d6066239 5242
bd23ebc0
GM
52432011-07-15 Glenn Morris <rgm@gnu.org>
5244
c65bca65
GM
5245 * jka-compr.el (jka-compr-verbose): Move from here...
5246 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
5247 Add missing :version tag.
5248 * info.el: No need to require jka-compr when compiling.
bd23ebc0 5249
478615cc
LMI
52502011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5251
7b41decb
LMI
5252 * net/gnutls.el (gnutls-algorithm-priority): New variable.
5253 (gnutls-negotiate): Use it.
5254
dbc44fcd
LMI
5255 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
5256
06789f97
LMI
5257 * info.el (Info-beginning-of-buffer): New command.
5258 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
5259 announcing `b' as the key (bug#8325).
ab896c37 5260 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 5261
c39da690
LMI
5262 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
5263
3aa5f34b
LMI
5264 * international/mule-cmds.el
5265 (describe-specified-language-support): Make the error message
5266 clearer (bug#8905).
5267
4bf0979f
LMI
5268 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
5269
478615cc
LMI
5270 * isearch.el (isearch-barrier): Add a doc string, since it's
5271 mentioned in a function doc string (bug#8678).
5272
75c68aa1
MR
52732011-07-15 Martin Rudalics <rudalics@gmx.at>
5274
5275 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
5276 buffer argument (Bug#9083) and self-identifying label argument.
5277
a7c33da2
GM
52782011-07-15 Glenn Morris <rgm@gnu.org>
5279
5280 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
5281
2f5c6024
LMI
52822011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5283
5284 * man.el (Man-fontify-manpage): Fix message when formatting the
5285 man page (bug#7929).
5286
0bb23927 52872011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
5288
5289 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
5290 argument LRM; if non-nil, append an invisible LRM character to the
5291 buffer name.
5292 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
5293 last argument non-nil, when formatting buffer names.
0bb23927
EZ
5294 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
5295 paragraph direction.
cce4b0a7 5296
621ef9ab
LMI
52972011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5298
d1583c48
LMI
5299 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
5300 the man page name (bug#7929).
5301
6a57fb5f
LMI
5302 * image.el (put-image): Mention the `put-image' overlay property
5303 (bug#7834).
5304
d7956b14
LMI
5305 * scroll-bar.el (set-scroll-bar-mode): Mention that
5306 `scroll-bar-mode' lists the values (bug#7772).
5307
5b2d4a66
LMI
5308 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
5309 command (bug#7729).
5310
7509a874
LMI
5311 * rect.el (apply-on-rectangle): Return the point after the last
5312 operation.
5313 (string-rectangle): Go to the point after the last operation
5314 (bug#7522).
5315
4fe74b19
LMI
5316 * printing.el (pr-toggle-region): Clarify the documentation
5317 slightly (bug#7493).
5318
b796c9b7
SM
5319 * time.el (display-time-update):
5320 Allow `display-time-mail-function' to return nil (bug#7158).
5321 Fix suggested by Detlev Zundel.
ab283561 5322
fc233c9d
LMI
5323 * vc/diff.el (diff): Clarify the order the file names are read
5324 (bug#7111).
5325
43f5740b
LMI
5326 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
5327 the doc string (bug#7015).
5328
f2182a76
LMI
5329 * font-lock.el (font-lock-maximum-decoration): Mention what
5330 numeric levels mean (bug#6935).
5331
621ef9ab
LMI
5332 * startup.el (initial-buffer-choice): Don't mention the `none'
5333 selection, which is against policy.
5334
adc47434
MR
53352011-07-14 Martin Rudalics <rudalics@gmx.at>
5336
b796c9b7
SM
5337 * window.el (display-buffer-normalize-special):
5338 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 5339
7e5bfb8f
EZ
53402011-07-14 Eli Zaretskii <eliz@gnu.org>
5341
5342 * subr.el (version<, version<=, version=): Mention "-CVS" and
5343 "-12345" alpha version numbers.
5344
27fa387a
CY
53452011-07-14 Chong Yidong <cyd@stupidchicken.com>
5346
5347 * bindings.el: Add advertised binding for set-mark-command
5348 (Bug#5772).
5349
8bdfa064
CY
53502011-07-14 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * bindings.el (mode-line-other-buffer):
5353 * bookmark.el (bookmark-bmenu-2-window):
5354 * bs.el (bs-cycle-next, bs-cycle-previous):
5355 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
5356 switch-to-buffer.
5357
5358 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 5359 Delete.
8bdfa064 5360
5eba16a3
JB
53612011-07-14 Juanma Barranquero <lekktu@gmail.com>
5362
5363 * follow.el (follow-debug-message, follow-redisplay):
5364 * jka-cmpr-hook.el (with-auto-compression-mode):
5365 Fix typos in docstrings.
5366
15853710
LMI
53672011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5368
a28e4607
LMI
5369 * subr.el (with-silent-modifications): Clarify somewhat what the
5370 macro inhibits (bug#6525).
5371
15853710
LMI
5372 * simple.el (eval-expression): Note what it does if called
5373 interactively (bug#6495).
5374
bee0fcef
CY
53752011-07-13 Chong Yidong <cyd@stupidchicken.com>
5376
b796c9b7
SM
5377 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
5378 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
5379
5380 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5381 Remove switch-to-buffer.
5382
58274504
LMI
53832011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5384
bd2fcc8d
LMI
5385 * files.el (make-directory): Clarify that an error will be raised
5386 if there's an error (bug#6397).
5387
0f04b32c
LMI
5388 * startup.el (initial-buffer-choice): Add `none' as a choice
5389 (bug#6234).
5390
465c5fc8
LMI
5391 * subr.el (add-hook): Clarify section about buffer-local hooks
5392 (bug#6218).
5393
58274504
LMI
5394 * dired.el (dired-flagged): Clarify doc string (bug#6117).
5395
bead9a43
JB
53962011-07-13 Juanma Barranquero <lekktu@gmail.com>
5397
5398 * tabify.el (untabify): Preserve the current column so that point
5399 doesn't move (bug#6032).
5400
3af98a7b
LMI
54012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5402
b796c9b7
SM
5403 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
5404 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 5405
6240145a
GM
54062011-07-13 Glenn Morris <rgm@gnu.org>
5407
5408 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
5409 (dired-insert-directory): Give a message the first time
5410 if ls is found not to support --dired.
5411
1d8c2ccc
LMI
54122011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5413
5414 * simple.el (toggle-truncate-lines): Clarify what is toggled
5415 (bug#5580). Text by Drew Adams.
5416
5fc4038e
CY
54172011-07-13 Chong Yidong <cyd@stupidchicken.com>
5418
5419 * simple.el (blink-matching-open): Make the error message from the
5420 last change less verbose.
5421
bf6012e5
DN
54222011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5423
5424 * font-lock.el (font-lock-comment-face): Use the high contrast
5425 "yellow" color for font-lock-comment-face on low color terminals
5426 using a dark background color (bug#4221).
5427
343c3b5a
LMI
54282011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5429
7e9505c5
LMI
5430 * dired.el (dired-insert-set-properties): Make the doc string
5431 reflect what it does now (bug#5325).
5432
c26fdcf5
LMI
5433 * simple.el (blink-matching-open): Say that we were unable to find
5434 the match within the limit, if we're limited (bug#5122).
5435
bb388cc5
LMI
5436 * international/mule-cmds.el (prefer-coding-system): Add an
5437 example (bug#4869).
5438
343c3b5a
LMI
5439 * progmodes/etags.el (tags-search): Document `file-list-form'
5440 (bug#4731).
5441
2a517d45
LM
54422011-07-13 Lawrence Mitchell <wence@gmx.li>
5443
5444 * net/browse-url.el (browse-url-default-browser)
5445 (browse-url-browser-function): Make the default browser choice a
5446 bit more logical (bug#4300). Also clean up the doc string.
5447
b6c78ef2
JB
54482011-07-13 Juanma Barranquero <lekktu@gmail.com>
5449
5450 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
5451 binary endings (bug#4440).
5452
1c4dd947
LMI
54532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5454
a2014063
LMI
5455 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
5456 which can be pretty annoying (bug#8971).
5457
9c9c2d88
LMI
5458 * jka-compr.el (jka-compr-verbose): New variable, and use
5459 throughout (bug#8971).
5460
1c4dd947
LMI
5461 * info.el (Info-find-file): Fall back on the installation
5462 directory if we can't find the info node anywhere else.
5463
a1c9f41b
SO
54642011-07-13 Sergei Organov <osv@javad.com> (tiny change)
5465
5466 * vc/vc.el (vc-revert-file):
5467 Don't set file time-stamp in the past. (Bug#5181)
5468
536f3d36
LMI
54692011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5470
7152b011
LMI
5471 * files.el (after-find-file): Give a better error message when
5472 trying to find a symlink that points to a file that doesn't exist
5473 (bug#4398).
5474
536f3d36
LMI
5475 * progmodes/cc-vars.el: Remove (probably) misleading comment
5476 (bug#4396).
5477
460c0fba
JB
54782011-07-12 Johan Bockgård <bojohan@gnu.org>
5479
5480 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
5481
7a6bda45
CY
54822011-07-12 Chong Yidong <cyd@stupidchicken.com>
5483
5484 * mouse-sel.el: Hack restoring functionality, while keeping
5485 compatibility with 2010-07-03 changes to mouse selection.
5486 (mouse-sel-primary-overlay): New var.
5487 (mouse-sel-selection-alist): Use it.
5488 (mouse-sel-mode): Doc fix; remove points that are default features
5489 of mouse.el.
5490
c79598ef
JB
54912011-07-12 Johan Bockgård <bojohan@gnu.org>
5492
5493 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5494 Fix previous fix (bug#2490).
5495
ff8be6ef
RW
54962011-07-12 Roland Winkler <winkler@gnu.org>
5497
b796c9b7
SM
5498 * textmodes/bibtex.el (bibtex-initialize):
5499 Use pop-to-buffer-same-window.
ff8be6ef
RW
5500 (bibtex-search-entries): Fix interactive call.
5501
296ba3ee
LMI
55022011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5503
f5242a02 5504 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
5505 Fontise bytecomp Error lines more correctly (bug#2490).
5506 Fix suggested by Johan Bockgård.
f5242a02 5507
296ba3ee
LMI
5508 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
5509
5510 * dired-x.el (dired-guess-default): Use `delete-dups'.
5511
f69fd0d2
CY
55122011-07-12 Chong Yidong <cyd@stupidchicken.com>
5513
5514 * dired.el (dired-mark-prompt):
5515 * dired-aux.el (dired-read-shell-command): Doc fix.
5516
eab5dc07
LMI
55172011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5518
b796c9b7
SM
5519 * mail/sendmail.el (sendmail-query-once):
5520 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
5521 emacs -Q.
5522
5523 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
5524
eab5dc07
LMI
5525 * cus-edit.el (custom-file): Take an optional no-error variable.
5526 (customize-save-variable): Set the variable, and give a warning if
5527 running under "emacs -q".
5528
a1e65d42
JB
55292011-07-11 Juanma Barranquero <lekktu@gmail.com>
5530
5531 * loadhist.el (unload-feature-special-hooks):
5532 Add `auto-coding-functions', `fill-nobreak-predicate' and
5533 `find-directory-functions' (bug#5327).
5534
1d52da10
LMI
55352011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5536
be958f1d
LMI
5537 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
5538
5bedb26c
LMI
5539 * cus-edit.el (custom-guess-name-alist): -alist variables should
5540 use the `alist' type (bug#3120). Suggested by Drew Adams.
5541
1d52da10
LMI
5542 * printing.el: Add documentation to all the `pr-toggle-' commands.
5543
cd394be1 55442011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
5545
5546 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
5547 backends where it makes sense (bug#2623).
5548
dcc88d8a
LMI
55492011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5550
c3de9feb
LMI
5551 * dired-x.el (dired-guess-default): Remove duplicate shell command
5552 entries (bug#2028).
8a93078b 5553 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 5554 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 5555
dcc88d8a
LMI
5556 * subr.el (remove-duplicates): New conveniency function.
5557
505e3645
LMI
55582011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5559
5560 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
5561 (bug#1526).
5562
55632011-07-10 Martin Rudalics <rudalics@gmx.at>
5564
5565 * window.el (display-buffer-normalize-default): Don't invert
5566 meaning of even-window-heights. Reported by Eli Zaretskii
5567 <eliz@gnu.org>.
5568
455e4fa1
BR
55692011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
5570
5571 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
5572
8e0bc3e9
CY
55732011-07-10 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * window.el (display-buffer): Fix arguments to
5576 display-buffer-reuse-window in last change.
5577
fa7c3228
CY
5578 * faces.el (link): Use a less saturated blue on light backgrounds.
5579
5580 * startup.el (fancy-startup-text, fancy-about-text)
5581 (fancy-startup-tail): Use font-lock faces, for background safety.
5582
c0a7f300
BN
55832011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
5584
b796c9b7
SM
5585 * emulation/viper-cmd.el (viper-change-state-to-vi):
5586 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 5587
4dc2a129
MR
55882011-07-09 Martin Rudalics <rudalics@gmx.at>
5589
5590 * window.el (display-buffer-default-specifiers): Remove.
5591 (display-buffer-macro-specifiers): Remove default specifiers.
5592 (display-buffer-alist): Default to nil.
b796c9b7 5593 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
5594 (display-buffer-pop-up-window): Allow splitting internal
5595 windows. Check whether a live window was created.
5596 (display-buffer-other-window-means-other-frame)
5597 (display-buffer-normalize-arguments): Rename to
5598 display-buffer-normalize-argument and rewrite. Set the
5599 other-window specifier.
5600 (display-buffer-normalize-special): New function.
5601 (display-buffer-normalize-options): Rename to
5602 display-buffer-normalize-default and rewrite.
5603 (display-buffer-normalize-options-inhibit): Remove.
5604 (display-buffer-normalize-specifiers): Rewrite.
5605 (display-buffer): Process other-window specifier and call
5606 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
5607 more faithfully.
b796c9b7 5608 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 5609 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
5610 (display-buffer-in-window, display-buffer-alist-set):
5611 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
5612 <tassilo@member.fsf.org>.
5613
2d43b8c9
LL
56142011-07-09 Leo Liu <sdl.web@gmail.com>
5615
5616 * register.el (insert-register): Restore accidental change on
5617 2011-06-26. (Bug#9028)
5618
7f9b7c53
GM
56192011-07-09 Glenn Morris <rgm@gnu.org>
5620
5621 * subr.el (remq): Handle the empty list. (Bug#9024)
5622
f042cfd8
AS
56232011-07-08 Andreas Schwab <schwab@linux-m68k.org>
5624
5625 * mail/sendmail.el (send-mail-function): No longer delay custom
5626 initialization.
5627 * custom.el (custom-initialize-delay): Doc fix.
5628
856b2f11
SM
56292011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5630
5631 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
5632
afae1d68
MA
56332011-07-08 Michael Albinus <michael.albinus@gmx.de>
5634
5635 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
5636 human-friendly prompt.
5637
0757af94
SM
56382011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5639
5640 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
5641 provided by a particular plugin.
5642
d760b731
LMI
56432011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5644
5645 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
5646 save customizations (with "emacs -Q"), just set the variable
5647 instead of erroring out.
5648
5649 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
5650
cd79ce90
JL
56512011-07-08 Juri Linkov <juri@jurta.org>
5652
5653 * arc-mode.el (archive-zip-expunge, archive-zip-update)
5654 (archive-zip-update-case): Use 7z if found by `executable-find'.
5655 The order of searching the available programs is the same as in
5656 `archive-zip-extract' (bug#8968).
5657
14cc04aa
CY
56582011-07-07 Chong Yidong <cyd@stupidchicken.com>
5659
5660 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
5661 (menu-bar-options-menu): Tweak descriptions.
5662
0a1848ec
LMI
56632011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5664
5665 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
5666 menu items into verb phrases (bug#1421). Also refill to fit under
5667 80 columns.
5668
f5bd0689
CY
56692011-07-07 Chong Yidong <cyd@stupidchicken.com>
5670
538e85c6
CY
5671 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
5672 (Info-read-node-name): Doc fix (Bug#1084).
5673
f5bd0689
CY
5674 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
5675 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
5676 (end-of-sexp, beginning-of-sexp)
5677 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
5678 (forward-symbol, forward-same-syntax, word-at-point)
5679 (sentence-at-point): Doc fix (Bug#1144).
5680
56ec5115
LMI
56812011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5682
f3f8e37f
LMI
5683 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
5684 should cover it (bug#1281).
5685
0757af94 5686 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 5687
e9fce1ac 5688 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
5689 negotiation fails, then possibly try again with a non-encrypted
5690 connection (bug#9017).
5691
56ec5115
LMI
5692 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
5693 be used.
5694
c2f9aec8
RS
56952011-07-07 Richard Stallman <rms@gnu.org>
5696
5697 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
5698 property, and handle its changed format.
5699 Look for the correct line number.
5700 Use file's line contents (but not past first =) to find
5701 correct line in message.
5702
ef7b981d 57032011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
5704
5705 * international/characters.el (build-unicode-category-table):
5706 Delete it.
0757af94 5707 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 5708
0757af94 5709 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
5710 to src/chartab.c.
5711 (get-char-code-property): Call unicode-property-table-internal to
5712 load a file. Call get-unicode-property-internal where necessary.
5713 (put-char-code-property): Call unicode-property-table-internal to
5714 load a file. Call put-unicode-property-internal where necessary.
5715 put-unicode-property-internal where necessary.
0757af94
SM
5716 (char-code-property-description):
5717 Call unicode-property-table-internal to load a file.
c805dec0
KH
5718
5719 * international/charprop.el:
5720 * international/uni-bidi.el:
5721 * international/uni-category.el:
5722 * international/uni-combining.el:
5723 * international/uni-comment.el:
5724 * international/uni-decimal.el:
5725 * international/uni-decomposition.el:
5726 * international/uni-digit.el:
5727 * international/uni-lowercase.el:
5728 * international/uni-mirrored.el:
5729 * international/uni-name.el:
5730 * international/uni-numeric.el:
5731 * international/uni-old-name.el:
5732 * international/uni-titlecase.el:
5733 * international/uni-uppercase.el: Regenerate.
5734
5735 * loadup.el: Load international/charprop.el before
5736 international/characters.
5737
e14b388a
CY
57382011-07-07 Chong Yidong <cyd@stupidchicken.com>
5739
5740 * window.el (next-buffer, previous-buffer): Signal an error if
5741 called from a minibuffer window.
5742
5743 * bindings.el: Revert 2011-07-04 change.
5744
354cf0ba
RS
57452011-07-06 Richard Stallman <rms@gnu.org>
5746
5747 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
5748 (rmail-mime-insert-bulk, rmail-mime-insert-text):
5749 Treat markers like ints.
5750 (rmail-mime-entity): Doc fix.
5751
a48868a7
LMI
57522011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5753
4906cd3d
LMI
5754 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
5755 defcustom again for backwards compatibility.
5756
e0457abe
LMI
5757 * simple.el (shell-command-on-region): Fill.
5758
d67f7e1f
LMI
5759 * dired-aux.el (dired-kill-line): Add a doc string.
5760
fe204702
LMI
5761 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
5762 to "\\sw\\|\\s_" (bug#358).
5763
a48868a7
LMI
5764 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
5765 (dired-unmark-backward): Ditto.
5766 (dired-flag-backup-files): Ditto.
5767
5768 * dired-x.el (dired-mark-sexp): Ditto.
5769
aa8a705c
RS
57702011-07-06 Richard Stallman <rms@gnu.org>
5771
5772 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
5773 (rmail-mime-entity): New arg TRUNCATED.
5774 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
5775 New functions.
5776 (rmail-mime-save): Warn if entity is truncated.
5777 (rmail-mime-toggle-hidden): Likewise, for showing.
5778 (rmail-mime-process-multipart): Record when an entity is truncated.
5779
a9a936b9
RS
5780 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
5781 if ENTITY is a string.
5782
1f2b92cb
LMI
57832011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5784
f4f73198 5785 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
5786 of faces when `M-C-x'-ing their definitions (bug#8378).
5787 Also clean up the code slightly.
f4f73198 5788
12b16734 5789 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 5790 because that makes the colors go away.
12b16734 5791
f0691d22
LMI
5792 * mail/sendmail.el (send-mail-function): Change the default to
5793 `sendmail-query-once'.
9e87df06 5794 (sendmail-query-once): Add an autoload cookie.
f0691d22 5795
1f2b92cb
LMI
5796 * net/network-stream.el (network-stream-open-starttls): Try using
5797 a plain connection even if the server offered STARTTLS, and we
5798 kinda wanted to use it, if Emacs doesn't have any STARTTLS
5799 capability. This should make smtpmail.el work in slightly more
5800 configurations.
5801
1cdd2a1b
MA
58022011-07-06 Michael Albinus <michael.albinus@gmx.de>
5803
5804 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
5805 New defun.
5806 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
5807
fbcc67e2
MM
58082011-07-06 Michael R. Mauger <mmaug@yahoo.com>
5809
5810 * progmodes/sql.el: Version 3.0
0757af94 5811 (sql-product-alist): Add product :completion-object,
fbcc67e2 5812 :completion-column, and :statement attributes.
0757af94 5813 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 5814 (sql-mode-syntax-table): Mark all punctuation.
0757af94 5815 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
5816 ansi keywords.
5817 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 5818 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
5819 (sql-oracle-show-reserved-words): New function for development.
5820 (sql-product-font-lock): Simplify for source code buffers.
5821 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
5822 New functions.
5823 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
5824 (sql-mode-map): Add statement movement functions.
5825 (sql-ansi-statement-starters, sql-oracle-statement-starters):
5826 New variable.
fbcc67e2
MM
5827 (sql-statement-regexp, sql-beginning-of-statement)
5828 (sql-end-of-statement, sql-signum): New functions.
0757af94 5829 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
5830 (sql-show-sqli-buffer): Bug fix.
5831 (sql-interactive-mode): Store connection data as buffer local.
0757af94 5832 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
5833 with sql-interactive-mode.
5834 (sql-save-connection): Save buffer local settings.
0757af94 5835 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
5836 (sql-product-interactive): Bug fix.
5837 (sql-preoutput-hold): New variable.
5838 (sql-interactive-remove-continuation-prompt): Bug fixes.
5839 (sql-debug-redirect): New variable.
5840 (sql-str-literal): New function.
5841 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 5842 Redesign.
fbcc67e2
MM
5843 (sql-oracle-save-settings, sql-oracle-restore-settings)
5844 (sql-oracle-list-all, sql-oracle-list-table): New functions.
5845 (sql-completion-object, sql-completion-column)
5846 (sql-completion-sqlbuf): New variables.
5847 (sql-build-completions-1, sql-build-completions)
5848 (sql-try-completion): New functions.
5849 (sql-read-table-name): Use them.
5850 (sql-contains-names): New buffer local variable.
5851 (sql-list-all, sql-list-table): Use it.
5852 (sql-oracle-completion-types): New variable.
5853 (sql-oracle-completion-object, sql-sqlite-completion-object)
5854 (sql-postgres-completion-object): New functions.
5855
d4eaeab1
GM
58562011-07-06 Glenn Morris <rgm@gnu.org>
5857
5858 * window.el (pop-to-buffer): Doc fix.
5859
322b7dab 58602011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
5861
5862 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
5863
322b7dab 58642011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 5865
322b7dab 5866 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 5867
322b7dab 5868 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 5869
605dd5bf
CY
58702011-07-05 Chong Yidong <cyd@stupidchicken.com>
5871
5872 * button.el (button): Inherit from link face. Suggested by Dan
5873 Nicolaescu.
5874
7dbfa719
SM
58752011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5876
3db614b0
SM
5877 * progmodes/gdb-mi.el: Fit in 80 columns.
5878 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
5879 switch-to-buffer.
5880
7dbfa719
SM
5881 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
5882 if imenu is simply not configured (bug#8941).
5883
919d884a
KM
58842011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
5885
5886 * allout.el (allout-post-undo-hook): New allout outline-change
5887 event hook to signal undo activity.
5888 (allout-post-command-business): Run allout-post-undo-hook if an
5889 undo just occurred.
7dbfa719
SM
5890 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
5891 * allout-widgets.el (allout-widgets-after-undo-function):
5892 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
5893 in the vicinity of an undo.
5894 (allout-widgets-mode): Include allout-widgets-after-undo-function
5895 on the new allout-post-undo-hook.
5896
450a0f09
SM
58972011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
5900 Let define-derived-mode define it.
5901 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
5902 cycles of abbrev-table inheritance (bug#8998).
5903
2de69e00
RW
59042011-07-05 Roland Winkler <winkler@gnu.org>
5905
5906 * textmodes/bibtex.el: Add support for biblatex.
5907 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
5908 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
5909 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
5910 (bibtex-entry-alist, bibtex-field-alist): New variables.
5911 (bibtex-entry-field-alist): Obsolete alias for
5912 bibtex-BibTeX-entry-alist.
5913 (bibtex-entry-alist, bibtex-field-alist): New widgets.
5914 (bibtex-set-dialect): New command.
5915 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
5916 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
5917 Bind via bibtex-set-dialect.
2de69e00
RW
5918 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
5919 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
5920 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
5921 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
5922 Define via bibtex-set-dialect.
450a0f09
SM
5923 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
5924 Obey bibtex-no-opt-remove-re.
2de69e00
RW
5925 (bibtex-vec-push, bibtex-vec-incr): New functions.
5926 (bibtex-format-entry, bibtex-field-list)
5927 (bibtex-print-help-message, bibtex-validate)
5928 (bibtex-search-entries): Use new format of bibtex-entry-alist.
5929
2dcdbdd9
SM
59302011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * progmodes/compile.el (compilation-goto-locus):
5933 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5934 * bs.el (bs-cycle-next, bs-cycle-previous):
5935 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5936 * bindings.el (mode-line-other-buffer):
5937 * autoinsert.el (auto-insert):
5938 * arc-mode.el (archive-extract):
5939 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5940
b27640fe
JB
59412011-07-05 Juanma Barranquero <lekktu@gmail.com>
5942
5943 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5944 Fix check of `emacs-lock-unlockable-modes'.
5945 Coerce true values of `emacs-lock--try-unlocking' to t.
5946
53bbe3ad
JB
59472011-07-05 Juanma Barranquero <lekktu@gmail.com>
5948
5949 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5950 * emacs-lock.el: New file.
5951
1d3cdbc7
JD
59522011-07-05 Julien Danjou <julien@danjou.info>
5953
5954 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5955 than `boundp' to check if face is set.
5956
9173deec
JB
59572011-07-05 Juanma Barranquero <lekktu@gmail.com>
5958
5959 * register.el (registerv-make):
5960 * window.el (window-min-height): Fix typos in docstrings.
5961
869795d6
JD
59622011-07-05 Jan Djärv <jan.h.d@swipnet.se>
5963
9173deec 5964 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
5965 Update doc string.
5966
b768cdcd
JB
59672011-07-04 Juanma Barranquero <lekktu@gmail.com>
5968
5969 * server.el (server-execute): Catch quit and call
5970 `server-return-error' to pass the error back to emacsclient and
5971 close the connection (bug#8942).
5972
13aa217b
KM
59732011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
5974
5975 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5976 insecure exception for current topic. Also note that auto-saves
5977 are handled differently.
5978
5979 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5980 State variables for tracking auto-save inhibition situation.
5981
5982 (allout-write-contents-hook-handler): Rename from
5983 'allout-write-file-hook-handler', and describe how it depends on
5984 write-contents-functions sensitivity to non-nil value to prevent
5985 file write.
5986
5987 (allout-auto-save-hook-handler): Remove. auto-save does not check
5988 this in individual buffers, only in the starting buffer, so this
5989 is not the right way for us to inhibit auto-save in a buffer
5990 according to its condition.
5991
5992 (allout-mode): Use new allout-write-contents-hook-handler, and
5993 only with write-contents-functions. Remove auto-save provisions -
5994 they're implemented elsewhere.
5995
5996 (allout-before-change-handler): If undo is in progress, note that
5997 for attention of allout-post-command-business.
5998
5999 (allout-post-command-business): If the command we're following was
6000 an undo, check for change in the status of encrypted items and
6001 adjust auto-save inhibitions accordingly.
6002
6003 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6004 according to whether there are or aren't any plain-text topics
6005 pending encryption.
6006
2dcdbdd9 6007 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
6008 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6009 if there are plain-text topics pending encryption.
13aa217b
KM
6010
6011 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6012 buffer-saved-size and some allout state to not inhibit auto-saves
6013 if there are no longer any plain-text topics pending encryption.
6014
0757af94
SM
6015 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6016 No longer provide for exemption of the current topic.
13aa217b 6017
ac89b32c
JL
60182011-07-04 Juri Linkov <juri@jurta.org>
6019
6020 Add 7z operations to delete and save changed members (bug#8968).
6021 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6022 New defcustoms.
6023 (archive-7z-write-file-member): New function.
6024 (archive-7z-summarize): Fix the number of dashes in the
6025 listing output.
6026
8fa39615
SM
60272011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6028
6029 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6030 (bug#8958).
6031
2f11b3f1
CY
60322011-07-04 Chong Yidong <cyd@stupidchicken.com>
6033
d66fef2b
CY
6034 * bindings.el: Ignore next-buffer and previous-buffer in
6035 minibuffer-local-map.
6036
2f11b3f1
CY
6037 * font-lock.el (font-lock-builtin-face): Change light background
6038 color to dark slate blue (Bug#6693).
6039
f932a347
WD
60402011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6041
6042 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6043
c8af70e1
SM
60442011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6047 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6048 Add switch-to-buffer.
6049
f158badc
LMI
60502011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6051
6052 * isearch.el (isearch-search-fun-function): Clarify further the
6053 meaning of the function returned.
6054
6d95bd46
MA
60552011-07-04 Michael Albinus <michael.albinus@gmx.de>
6056
6057 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6058
6059 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6060 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6061 Use it.
6062 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6063 `tramp-default-remote-path' does not exist.
6064 (tramp-send-command-and-read): New optional argument NOERROR.
6065 (tramp-open-connection-setup-interactive-shell)
6066 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6067 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6068 (tramp-process-sentinel): Flush also process' connection property.
6069 (tramp-sh-handle-start-file-process): Do not set process
6070 sentinel. It is done now ...
6071 (tramp-maybe-open-connection): ... here. (Bug#8929)
6072
909e6b67
MK
60732011-07-04 MON KEY <monkey@sandpframing.com>
6074
6075 * play/animate.el (animate-string): Doc fixes and allow changing
6076 the buffer name (bug#5417).
6077
60782011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6079
c8af70e1 6080 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 6081
f34755dc
PE
60822011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6083
396cec72
PE
6084 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6085 This is simpler and helps future-proof the code.
6086 (timer-until): Use time-subtract and float-time.
08235028 6087 (timer--time-less-p): Use time-less-p.
f34755dc 6088
56e6cc31
JB
60892011-07-04 Juanma Barranquero <lekktu@gmail.com>
6090
3abb79e5
JB
6091 * type-break.el (timep): Use the value of `float-time' to avoid a
6092 byte-compiler warning.
6093
56e6cc31
JB
6094 * server.el (server-eval-and-print): Return any result, even nil.
6095
7b9430b4
PE
60962011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6097
6098 * type-break.el: Accept time formats that the builtins accept.
6099 (timep, type-break-time-difference): Accept any format that
6100 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6101 This is simpler and helps future-proof the code.
6102 (type-break-time-difference): Round rather than ignoring
6103 subseconds components.
6104
3034e9e7
LMI
61052011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6106
6107 * info.el (Info-apropos-matches): Make non-interactive, since it
6108 doesn't seem to do anything useful as a command (bug#8829).
6109
1485f4c0
CY
61102011-07-03 Chong Yidong <cyd@stupidchicken.com>
6111
6112 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 6113 Move from faces.el.
1485f4c0
CY
6114 (frame-default-terminal-background): New function.
6115
6116 * custom.el (custom-push-theme): Don't record faces in `changed'
6117 theme; this doesn't work correctly for per-frame face settings.
6118 (disable-theme): Use face-set-after-frame-default to reset faces.
6119 (custom--frame-color-default): New function.
6120
9fa3dd45
LMI
61212011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6122
c8af70e1 6123 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
6124 (bug#8769).
6125
6cbbc20c
KR
61262011-03-29 Kevin Ryde <user42@zip.com.au>
6127
6128 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6129 `perl-Test2' extend to match possible "fail #N" rep count
6130 (bug#8377).
6131
c7f98048
LMI
61322011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6133
65676592
LMI
6134 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6135 `smtpmail-via-smtp' now returns the error instead of nil.
6136
c7f98048
LMI
6137 * isearch.el (isearch-search-fun-function): Clarify the doc string
6138 (bug#8101).
6139
56e6cc31 61402011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
6141
6142 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6143 unnecessary spaces (bug#8987).
6144
2b216704
LMI
61452011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6146
6147 * net/network-stream.el (open-network-stream): Use the
6148 :end-of-capability command thoughout.
6149
61502011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6151
6152 * net/network-stream.el (open-network-stream): Add the
6153 :end-of-capability command parameter, used by pop3.el.
6154
36adf6ce
LMI
61552011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6156
1ca0da0e
LMI
6157 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6158
fc00f69c
LMI
6159 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6160 for list)" (bug#6475).
6161
28fd8759 6162 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 6163 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
6164 an error (bug#6297).
6165
0dd8b6da
LMI
6166 * man.el (Man-reference-regexp): Allow matching possible
6167 word-wrapped references (bug#6289).
6168
ce1438d6
LMI
6169 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6170 for consistency with the other vc buffers (bug#6197).
6171 (vc-checkin): Ditto.
6172
6173 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6174
36adf6ce
LMI
6175 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
6176
e83cc1f7
LMI
61772011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6178
8a20ca4c
LMI
6179 * custom.el (defcustom): Clarify that :set is only used in the
6180 Customize user interface (bug#6089).
6181
83319045
LMI
6182 * progmodes/flymake.el (flymake-mode): If the buffer isn't
6183 associated with a file, refuse to run instead of erroring out
6184 (bug#6084).
6185
a8392169
LMI
6186 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
6187 the doc string, since it appears that using `fill-column' always
6188 controls the width (bug#7845).
6189
e83cc1f7
LMI
6190 * simple.el (shell-command-on-region): Say where the error output
6191 went if `shell-command-default-error-buffer' is set (bug#6857).
6192
e47ca23b
KM
61932011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
6194
6195 * allout.el (allout-yank-processing): Adjust cursor position for
6196 backwards-deleted space.
6197
6198 (allout-rebullet-heading): Register changes with
6199 allout-exposure-changed-hook, so the modified topic is properly
6200 decorated.
6201
5cf56143
LMI
62022011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6203
08549772
LMI
6204 * minibuffer.el (completion-in-region): Document PREDICATE
6205 (bug#7136).
6206
48e96771
LMI
6207 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
6208 of keyword/argument pairs (bug#6904).
6209
c8af70e1
SM
6210 * replace.el (multi-occur):
6211 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 6212
e17d05e2
LMI
62132011-07-02 Drew Adams <drew.adams@oracle.com>
6214
6215 * dired.el (dired-mark-if): Make the message about whether it's
6216 marking or unmarking clearer (bug#8523).
6217
063b0e45
LMI
62182011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6219
6220 * disp-table.el (display-table-print-array): New function.
6221 (describe-display-table): Use it to print the vectors more pretty
6222 (Bug#8859).
6223
28545e04
MR
62242011-07-02 Martin Rudalics <rudalics@gmx.at>
6225
6226 * window.el (window-state-get-1): Don't assign clone numbers.
6227 Add clone-of item to list of window parameters.
6228 (window-state-put-2): Don't process clone numbers.
6229 (display-buffer-alist): Fix doc-string.
6230
3349e122
SM
62312011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6232
6233 * subr.el (remq): Don't allocate if it's not needed.
6234 (keymap--menu-item-binding, keymap--menu-item-with-binding)
6235 (keymap--merge-bindings): New functions.
6236 (keymap-canonicalize): Use them to refine the canonicalization.
6237 * minibuffer.el (minibuffer-local-completion-map)
6238 (minibuffer-local-must-match-map): Move initialization from C.
6239 (minibuffer-local-filename-completion-map): Move initialization from C;
6240 don't inherit from anything here.
6241 (minibuffer-local-filename-must-match-map): Make obsolete.
6242 (completing-read-default): Use make-composed-keymap to combine
6243 minibuffer-local-filename-completion-map with either
6244 minibuffer-local-must-match-map or
6245 minibuffer-local-filename-completion-map.
6246
d224ac83
GM
62472011-07-01 Glenn Morris <rgm@gnu.org>
6248
3de63bf8
GM
6249 * type-break.el (type-break-time-sum): Use dolist.
6250
d224ac83
GM
6251 * textmodes/flyspell.el (flyspell-word-search-backward):
6252 Replace CL function.
6253
1a1e3f32
SM
62542011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6255
fe3f64d5
SM
6256 * mouse.el (mouse--strip-first-event): New function.
6257 (function-key-map): Use it to map fringe clicks to normal clicks
6258 by default.
6259
eb604e34
SM
6260 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
6261 (vc-bzr-revision-completion-table): Add support for annotate and date.
6262
1a1e3f32
SM
6263 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
6264 inherit from parent.
6265
5bd35902
LMI
62662011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6267
ace6c69c 6268 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 6269 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 6270
191e2bed
LMI
6271 * dired.el (dired-mode): Fix up the doc string as suggested by
6272 Drew Adams (bug#8817).
6273
5bd35902
LMI
6274 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
6275 cookie, since the manual says that it should be possible to add
6276 this function to `find-file-hook' (bug#8709).
6277
eee8207a
TZ
62782011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6279
6280 * progmodes/cfengine.el: Moved all cfengine3.el functionality
6281 here. Noted Ted Zlatanov as the maintainer.
6282 (cfengine-common-settings, cfengine-common-syntax): New functions
6283 to set up common things between `cfengine-mode' and
6284 `cfengine3-mode'.
6285 (cfengine3-mode): New mode.
6286 (cfengine3-defuns cfengine3-defuns-regex
6287 (cfengine3-class-selector-regex cfengine3-category-regex)
6288 (cfengine3-vartypes cfengine3-font-lock-keywords)
6289 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 6290 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 6291
36b148cf
MA
62922011-07-01 Michael Albinus <michael.albinus@gmx.de>
6293
6294 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
6295
6296 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
6297
0bf4ba9a
MR
62982011-07-01 Martin Rudalics <rudalics@gmx.at>
6299
6300 * window.el (same-window-buffer-names, same-window-regexps)
6301 (same-window-p, special-display-frame-alist)
6302 (special-display-popup-frame, special-display-function)
6303 (special-display-buffer-names, special-display-regexps)
6304 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
6305 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6306 (split-window-preferred-function, split-height-threshold)
6307 (split-width-threshold, even-window-heights)
6308 (display-buffer-mark-dedicated, window-splittable-p)
6309 (split-window-sensibly, window-safely-shrinkable-p):
6310 Un-obsolete.
6311 (display-buffer): Don't spread args with function specifier
6312 because special-display-popup-frame won't like it.
6313
35837f51
PE
63142011-07-01 Paul Eggert <eggert@cs.ucla.edu>
6315
d0672f86
PE
6316 Time-stamp simplifications and fixes.
6317 These improve accuracy slightly, and future-proof the code
6318 against some potential changes to current-time format.
6319
b9444d97
PE
6320 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
6321 by using time-since and float-time.
6322
0ef923dc
PE
6323 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
6324 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
6325 + NNN microseconds".
6326
2f81380d
PE
6327 * type-break.el (type-break-time-sum): Rewrite using time-add.
6328
845b5c3e
PE
6329 * play/hanoi.el (hanoi-current-time-float): Remove.
6330 All uses replaced by float-time.
6331
ee6f1be0
PE
6332 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
6333 This yields a more-accurate answer.
6334 (rng-time-to-float): Remove; no longer needed.
6335
fe955043
PE
6336 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
6337
5777162a
PE
6338 * calendar/timeclock.el (timeclock-seconds-to-time):
6339 Defalias to seconds-to-time, since they're the same thing.
6340
3103f8b6 6341 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 6342 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
6343 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
6344
0e61a35f
SM
63452011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6346
6347 * window.el (bury-buffer): Don't iconify the only frame.
6348 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
6349 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
6350
ddd63a1e
CY
63512011-07-01 Chong Yidong <cyd@stupidchicken.com>
6352
0e61a35f
SM
6353 * eshell/em-smart.el (eshell-smart-display-navigate-list):
6354 Add mouse-yank-primary.
ddd63a1e 6355
055f4923
TZ
63562011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6357
6358 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
6359
6a2fb145
SM
63602011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6361
6362 * emacs-lisp/find-func.el (find-library--load-name): New fun.
6363 (find-library-name): Use it to find relative load names when provided
6364 absolute file name (bug#8803).
6365
fd4983f2
LMI
63662011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6367
887d14ad
LMI
6368 * textmodes/flyspell.el (flyspell-word): Consider words that
6369 differ only in case as potential doublons (bug#5687).
6370
c53dc7fc
LMI
6371 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
6372 Remove two rather uninteresting debugging-like messages to make
6373 debbugs.el more silent.
6374
fd4983f2
LMI
6375 * comint.el (comint-password-prompt-regexp): Accept "Response" as
6376 a password-like phrase.
6377
b14c0c55
AM
63782011-06-30 Mastake YAMATO <yamato@redhat.com>
6379
6380 * progmodes/cc-guess.el: New file.
6381
6a2fb145 6382 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
6383
6384 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
6385 derived from `c-basic-common-init'.
6386
6387 * progmodes/cc-mode.el (top-level): Require cc-guess.
6388 (c-basic-common-init): Use `cc-choose-style-for-mode'.
6389
1fa280a3
LM
63902011-06-30 Lawrence Mitchell <wence@gmx.li>
6391
6392 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
6393
e6597158
AM
63942011-06-30 Alan Mackenzie <acm@muc.de>
6395
1fa280a3
LM
6396 * progmodes/cc-engine.el (c-guess-continued-construct):
6397 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
6398 lock is disabled. Name this case as "CASE G".
6399
68ba37fb
KM
64002011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
6401
6402 * allout.el (allout-yank-processing): Fix injection of extra space
6403 between bullet and non-whitespace character in first topic when
6404 pasting, ensuring that the actual spacing in the pasted topic
6405 following the bullet char is preserved. This extra space was
6406 causing pasted encrypted topics to get a decrypted status even
6407 when the content was actually still encrypted. Now the decryption
6408 status from before the paste is preserved.
6409
6410 (allout-flag-region): Set all allout overlays so they evaporate
6411 when reduced to zero length (evanescent), to prevent overlay
6412 leakage.
6413
887a0b34
GM
64142011-06-30 Glenn Morris <rgm@gnu.org>
6415
94b9acce
GM
6416 * w32-fns.el (w32-charset-info-alist): Declare.
6417
1d9b46d4
GM
6418 * find-dired.el (find-grep-options): Simplify.
6419
cc232200
GM
6420 * term/ns-win.el (ns-set-resource): Declare.
6421
28e77c46
GM
6422 * ses.el (row, col): Declare dynamic variables honestly.
6423
887a0b34
GM
6424 * textmodes/reftex-parse.el (index-tags): Declare.
6425
658d8eb8
CY
64262011-06-30 Chong Yidong <cyd@stupidchicken.com>
6427
6428 * cus-edit.el (customize-push-and-save): New function.
6429
6430 * files.el (hack-local-variables-confirm): Use it.
6431
1fa280a3
LM
6432 * custom.el (load-theme): New arg NO-CONFIRM.
6433 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
6434 (custom-enabled-themes): Doc fix.
6435
6436 * cus-theme.el (customize-create-theme)
6437 (custom-theme-merge-theme): Callers to load-theme changed.
6438
bb617717
LMI
64392011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6440
d61bdd5d
LMI
6441 * thingatpt.el (thing-at-point-short-url-regexp): Require that
6442 short URLs have at least one dot in them (bug #7614).
6443
bb617717
LMI
6444 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
6445 nil, because using a pty is apparently too slow (bug #895).
6446
2f31f37a
LMI
64472011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6448
6449 * mail/sendmail.el (sendmail-query-once): New function.
6450 (sendmail-query-once-function): New variable.
6451
3076b24e
GM
64522011-06-29 Glenn Morris <rgm@gnu.org>
6453
faf2a174
GM
6454 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
6455
3076b24e
GM
6456 * ses.el (top-level): Require cl when compiling.
6457 (ses-set-localvars): Fix error statement.
6458 Call it at compile time to silence a storm of warnings.
6459
5386012d
MR
64602011-06-29 Martin Rudalics <rudalics@gmx.at>
6461
6462 * window.el (normalize-live-buffer): Rename to
6463 window-normalize-buffer.
6464 (normalize-live-frame): Rename to window-normalize-frame.
6465 (normalize-any-window): Rename to window-normalize-any-window.
6466 (normalize-live-window): Rename to window-normalize-live-window.
6467 (make-window-atom): Rename to window-make-atom.
6468 (window-resize-reset): Rename to window--resize-reset.
6469 (window-resize-reset-1): Rename to window--resize-reset-1.
6470 (resize-mini-window): Rename to window--resize-mini-window.
6471 (resize-subwindows-skip-p): Rename to
6472 window--resize-subwindows-skip-p.
6473 (resize-subwindows-normal): Rename to
6474 window--resize-subwindows-normal.
6475 (resize-subwindows): Rename to window--resize-subwindows.
6476 (resize-other-windows): Rename to window--resize-siblings.
6477 (resize-this-window): Rename to window--resize-this-window.
6478 (resize-root-window): Rename to window--resize-root-window.
6479 (resize-root-window-vertically): Rename to
6480 window--resize-root-window-vertically.
6481 (normalize-buffer-to-display): Rename to
6482 window-normalize-buffer-to-display.
6483 (normalize-buffer-to-switch-to): Rename to
6484 window-normalize-buffer-to-switch-to.
6485 Correspondingly update all callers of the functions listed
6486 above.
6487 (display-buffer-alist, display-buffer-normalize-arguments)
6488 (display-buffer-normalize-options, display-buffer)
6489 (display-buffer-alist-set): Use "function" instead of
6490 "fun-with-args".
6491
1176868d
CY
64922011-06-28 Chong Yidong <cyd@stupidchicken.com>
6493
6494 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
6495 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
6496 debbugs.gnu.org. Mention acknowledgment email.
6497
20a7a65f
LMI
64982011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6499
6500 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
6501 buffer multibyteness, since it shouldn't matter.
6502
5f45cca5
MR
65032011-06-28 Martin Rudalics <rudalics@gmx.at>
6504
6505 * window.el (display-buffer-in-side-window): Handle dedicated
6506 windows as in display-buffer-reuse-window.
6507 (display-buffer-normalize-alist): Use value of override
6508 specifier.
6509 (display-buffer-normalize-specifiers): Use value of
6510 other-window-means-other-frame specifier.
6511 (display-buffer-alist): Rewrite some texts in widgets.
6512 (display-buffer): Spread arguments when calling function
6513 specified by fun-with-args.
6514
ad85fe1f
DD
65152011-06-28 Deniz Dogan <deniz@dogan.se>
6516
1fa280a3
LM
6517 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6518 Unnest `let'.
da68c4c8 6519
ad85fe1f
DD
6520 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
6521 selectors (Bug#5732).
ec49bd31 6522 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 6523
a08cc025
JA
65242011-06-27 Jari Aalto <jari.aalto@cante.net>
6525
6526 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
6527 (eshell-ls-date-format): New defcustom.
6528 (eshell-ls-file): Use it.
6529
e2b551c5
SM
65302011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6531
6532 * help-fns.el (describe-variable): Fix message for terminal-local vars.
6533
8982b231
KY
65342011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
6535
6536 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
6537 (ange-ftp-make-tmp-name): New arg.
6538 (ange-ftp-file-local-copy): Use it.
6539
36c9fa27
J
65402011-06-27 Jambunathan K <kjambunathan@gmail.com>
6541
6542 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
6543 no-conversion (Bug#8870).
6544
d68443dc
MR
65452011-06-27 Martin Rudalics <rudalics@gmx.at>
6546
6547 * window.el (window-right, window-left, window-child)
6548 (window-child-count, window-last-child)
6549 (window-iso-combination-p, walk-window-tree-1)
6550 (window-atom-check-1, window-tree-1, delete-window)
6551 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
6552 new naming conventions - window-vchild, window-hchild,
6553 window-next and window-prev are now called window-top-child,
6554 window-left-child, window-next-sibling and window-prev-sibling
6555 respectively.
d615d6d2
MR
6556 (resize-window-reset): Rename to window-resize-reset.
6557 (resize-window-reset-1): Rename to window-resize-reset-1.
6558 (resize-window): Rename to window-resize.
6559 (window-min-height, window-min-width)
6560 (resize-mini-window, resize-this-window, resize-root-window)
6561 (resize-root-window-vertically, adjust-window-trailing-edge)
6562 (enlarge-window, shrink-window, maximize-window)
6563 (minimize-window, delete-window, quit-restore-window)
6564 (split-window, balance-windows, balance-windows-area-adjust)
6565 (balance-windows-area, window-state-put-2)
6566 (display-buffer-even-window-sizes, display-buffer-set-height)
6567 (display-buffer-set-width, set-window-text-height)
6568 (fit-window-to-buffer): Rename all "resize-window" prefixed
6569 calls to use the "window-resize" prefix convention.
6570 (display-buffer-alist): Fix symbol for label specifier.
6571 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
6572 corresponding specifier.
6573 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 6574
b6458526
VB
65752011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
6576
6577 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
6578 convention.
6579 (ses-call-printer): Does not pass an empty string to formatter when the
6580 cell is empty to keep from barking printer Calc math-format-value.
6581
d31fd9ac
RS
65822011-06-27 Richard Stallman <rms@gnu.org>
6583
43d5bf84
RS
6584 * battery.el (battery-mode-line-limit): New variable.
6585 (battery-update): Handle it.
6586
d31fd9ac
RS
6587 * mail/rmailmm.el (rmail-mime-process-multipart):
6588 Handle truncated messages.
6589
819a6054
GM
65902011-06-27 Glenn Morris <rgm@gnu.org>
6591
6592 * progmodes/flymake.el (flymake-err-line-patterns):
6593 Allow for column numbers in the ant/javac pattern. (Bug#8866)
6594
cedc73f2
VB
65952011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
6596
819a6054 6597 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
6598 (ses--clean-!, ses--clean-_): New functions.
6599 (ses-range): Add configurability of readout order, and conversion
6600 to Calc vector.
6601
5e5d49b6
VB
6602 * ses.el (ses-repair-cell-reference-all): New function.
6603 (ses-cell-symbol): Set macro as safe, so that it can be used in
6604 formulas.
6605
56e6cc31 6606 * ses.el: Update cycle detection algorithm.
90ca8b49 6607 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 6608 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
6609 (ses-set-localvars): New function.
6610 (ses-make-cell): Add property-list as a cell element.
6611 (ses-cell-property-get-fun, ses-cell-property-get)
6612 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
6613 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
6614 New functions.
90ca8b49
VB
6615 (ses-cell-property-set, ses-cell-property-pop)
6616 (ses-cell-property-get-handle): New macro.
6617 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
6618 New aliases, used for code readability.
6619 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
6620 cycle detection.
6621 (ses-self-reference-early-detection): New defcustom.
fac916bf 6622 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
6623 (ses-mode): Use ses-set-localvars.
6624 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
6625 before lauching the update processing.
6626 (ses-initialize-Dijkstra-attempt): New function.
6627 (ses-recalculate-cell): Update for cycle detection based on
6628 Dijkstra algorithm.
6629
2bb63e81
VB
6630 * ses.el: Fix commenting and indenting convention.
6631
c9d29fb8
SM
66322011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * bs.el (bs-cycle-next): Complete last change.
6635
d8e4b68b
JB
66362011-06-27 Drew Adams <drew.adams@oracle.com>
6637
6638 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
6639
40098786
LMI
66402011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6641
c9d29fb8
SM
6642 * net/network-stream.el (network-stream-open-starttls):
6643 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
6644 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
6645
40098786
LMI
6646 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
6647 to binary to possibly avoid line encoding issues on Windows (among
6648 other things).
6649
468d09d4
LMI
66502011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6651
6652 * net/network-stream.el (open-network-stream): Return an :error
6653 saying what the problem was, if possible.
6654
6655 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
6656 server.
6657
6658 * net/network-stream.el (network-stream-open-starttls): If we
6659 wanted to use STARTTLS, and the server offered it, but we weren't
6660 able to because we had no STARTTLS support, then close the connection.
6661 (open-network-stream): Return an :error element, if present.
6662
16f07dd7
CY
66632011-06-26 Chong Yidong <cyd@stupidchicken.com>
6664
88821ca0
CY
6665 * hl-line.el (hl-line-sticky-flag): Doc fix.
6666 (global-hl-line-sticky-flag): New option (Bug#8323).
6667 (global-hl-line-highlight): Obey it.
6668
16f07dd7
CY
6669 * vc/vc.el (vc-revert-show-diff): Default to t.
6670
6b5ccddf
KM
66712011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
6672
c9d29fb8
SM
6673 * allout-widgets.el (allout-widgets-post-command-business):
6674 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
6675 undecorated when an isearch is continued past, and isearch
6676 automatically collapses them. This leads to "widget leaks", where
6677 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
6678 hidden widgets can slow down cursor travel, substantially.
6679 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
6680 so we're doing without this nicety.
6681
6682 (allout-widgets-tally-string): Don't try to do a hash-table-count
6683 of allout-widgets-tally when it's nil. This eliminates spurious "Error
6684 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
6685 *Messages* when allout-widgets-maintain-tally is t.
6686
355f2e07
MR
66872011-06-26 Martin Rudalics <rudalics@gmx.at>
6688
6689 * window.el (display-buffer-normalize-argument): Rename to
6690 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
6691 LABEL argument. Respect special-display-function when popping up
6692 a new frame. Fix code searching for a window showing the buffer
6693 on another frame.
c9d29fb8
SM
6694 (display-buffer-normalize-specifiers):
6695 Call display-buffer-normalize-arguments.
355f2e07
MR
6696 (display-buffer-in-window): Don't undedicate the window if its
6697 buffer remains the same.
6698 Reported by Drew Adams <drew.adams@oracle.com>.
6699 (display-buffer-alist): Add choice for same-window macro
6700 specfier.
6701 (display-buffer): Mention special meaning of LABEL argument in
6702 doc-string. Fix quoting. Don't pop up a new frame even as
6703 fallback.
6704
7ca8fc42
JB
67052011-06-26 Juanma Barranquero <lekktu@gmail.com>
6706
6707 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
6708 avoid deleting the current window in some cases (bug#8911).
6709
bc312254
AS
67102011-06-26 Andreas Schwab <schwab@linux-m68k.org>
6711
6712 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
6713 (Bug#8934)
6714
2db18f3f
LMI
67152011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6716
c9d29fb8
SM
6717 * net/network-stream.el (network-stream-open-starttls):
6718 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
6719 (network-stream-open-tls): Ditto.
6720
6302e0d3
LL
67212011-06-26 Leo Liu <sdl.web@gmail.com>
6722
6723 * register.el (registerv): New struct.
6724 (registerv-make): New function.
c9d29fb8
SM
6725 (jump-to-register, describe-register-1, insert-register):
6726 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
6727 struct. (Bug#8415)
6728
5fdd4046
CY
67292011-06-26 Chong Yidong <cyd@stupidchicken.com>
6730
2afef60a
CY
6731 * vc/vc.el (vc-revert-show-diff): New defcustom.
6732 (vc-diff-internal): New arg specifying diff buffer.
6733 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
6734 reuse an existing *vc-diff* buffer (Bug#8927).
6735
5fdd4046
CY
6736 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
6737
e93db24a
GM
67382011-06-26 Glenn Morris <rgm@gnu.org>
6739
6740 * progmodes/f90.el (f90-critical-indent): New option.
6741 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
6742 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
6743 (f90-mode): Doc fix.
6744 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
6745 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
6746 (f90-beginning-of-block, f90-next-block, f90-indent-region)
6747 (f90-match-end): Handle block, critical.
6748
eefff499
GM
67492011-06-25 Glenn Morris <rgm@gnu.org>
6750
f6ba4cc9
GM
6751 * calendar/diary-lib.el (diary-included-files): Doc fix.
6752 (diary-include-files): New function, extracted from
6753 diary-include-other-diary-files and diary-mark-included-diary-files.
6754 (diary-include-other-diary-files, diary-mark-included-diary-files):
6755 Just call diary-include-files.
6756 (diary-mark-entries): Reset diary-included-files on first call.
6757
16712304
GM
6758 * calendar/diary-lib.el (diary-mark-entries)
6759 (diary-mark-included-diary-files):
6760 Visit included diary-files in temp buffers.
6761
5d8e0d43
GM
6762 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
6763 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
6764 (f90-start-block-re, f90-imenu-generic-expression)
6765 (f90-looking-at-program-block-start, f90-no-block-limit):
6766 Add support for submodules.
6767
ccf7a5d5
GM
6768 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6769 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 6770
11fdef7d 67712011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
6772
6773 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
6774 buffer-file-type before setting its value, to avoid disastrous
eefff499 6775 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 6776
74f53697
JB
67772011-06-25 Juanma Barranquero <lekktu@gmail.com>
6778
6779 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
6780
6781 * ses.el (ses-unload-function):
6782 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
6783
6784 * proced.el (proced-unload-function):
6785 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
6786
18a4ce5e
AR
67872011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
6788
6789 * server.el (server-create-window-system-frame): Add parameters arg.
6790 (server-process-filter): Doc fix. Handle frame-parameters.
6791
519d22cc
JB
67922011-06-25 Juanma Barranquero <lekktu@gmail.com>
6793
6794 Fix bug#8730, bug#8781.
6795
6796 * loadhist.el (unload--set-major-mode): New function.
6797 (unload-feature): Use it.
6798
6799 * progmodes/python.el (python-after-info-look): Add autoload cookie.
6800 (python-unload-function): New function.
6801
c206f5b0
SM
68022011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
6805
f9ad64f3
GS
68062011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
6807
6808 * net/browse-url.el (browse-url-firefox-program): Add icecat to
6809 the candidates list.
6810
7d0da90e
JB
68112011-06-24 Juanma Barranquero <lekktu@gmail.com>
6812
6813 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
6814
14b4e83d
RS
68152011-06-23 Richard Stallman <rms@gnu.org>
6816
6817 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
6818 (rmail-variables): Set next-error-move-function.
6819 (rmail-what-message): Take argument POS.
6820 (rmail-next-error-move): New function.
6821
273d2baf
SM
68222011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6823
6824 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
6825 messages for adjacent non-terminals.
6826
56c2cc9a
RS
68272011-06-23 Richard Stallman <rms@gnu.org>
6828
6829 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 6830 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
6831 (rmail-start-mail): Don't specify use of rmail-mail-return;
6832 that's done by mail-bury now.
6833 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 6834
d59eb518
MA
68352011-06-23 Michael Albinus <michael.albinus@gmx.de>
6836
6837 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
6838 SIZE is a number.
6839
02cfc6d6
MR
68402011-06-23 Martin Rudalics <rudalics@gmx.at>
6841
6842 * window.el (get-lru-window, get-mru-window)
6843 (get-largest-window): Never return a minibuffer window.
6844 (display-buffer-pop-up-window): Fix a bug that could lead to
6845 reusing the minibuffer window.
6846 (display-buffer): Pass original specifier argument to
6847 display-buffer-function instead of the normalized one.
6848 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6849
4e323265
LL
68502011-06-22 Leo Liu <sdl.web@gmail.com>
6851
6852 * minibuffer.el (completing-read-function)
6853 (completing-read-default): Move from minibuf.c
6854
7a70468f
RS
68552011-06-22 Richard Stallman <rms@gnu.org>
6856
50718fc2
RS
6857 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
6858 to Rmail even if not started by a special Rmail command.
6859
7a70468f
RS
6860 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
6861 Copy the buffer currently showing just one message.
6862
297dde5a
RW
68632011-06-22 Roland Winkler <winkler@gnu.org>
6864
6865 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
6866 (bibtex-clean-entry): First delete the old key so that a
6867 customized algorithm for generating the new key does not get
6868 confused by the old key.
6869 (bibtex-url): Obey regexp of first step.
6870 (bibtex-search-entries): Do not use add-to-list with local
6871 list-var.
6872
97bb1093
LMI
68732011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6874
6875 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
6876 stored a user name, then query for the password first, instead of
6877 waiting for SMTP to give an error message and the trying again.
6878
1c0f1a19
JD
68792011-06-22 Lawrence Mitchell <wence@gmx.li>
6880
6881 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
6882 BUFFER in call-process.
6883
396f7c9d
LMI
68842011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6885
6886 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
6887 QUIT twice.
ddb7ffee
LMI
6888 (smtpmail-try-auth-methods): Require user name and password from
6889 auth-source.
396f7c9d 6890
8998d1b3
MR
68912011-06-22 Martin Rudalics <rudalics@gmx.at>
6892
6893 * window.el (display-buffer-default-specifiers)
6894 (display-buffer-alist): Remove entries for pop-up-frame-alist.
6895 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 6896 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
6897
6898 * frame.el (pop-up-frame-alist, pop-up-frame-function)
6899 (special-display-frame-alist, special-display-popup-frame):
6900 Remove duplicate declarations. These are now in window.el.
6901
4ea31e07
LMI
69022011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6903
c9d29fb8
SM
6904 * mail/smtpmail.el (smtpmail-via-smtp):
6905 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
6906 server supports it. SMTP servers that support STARTTLS commonly
6907 require it.
6908
6909 * net/network-stream.el (network-stream-open-starttls): Support
6910 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 6911 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 6912
95f41d9a
LMI
6913 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
6914 upgrades with `open-network-stream', and rely solely on
6915 auth-source for all credentials. Big changes throughout the file,
6916 but in particular:
c9d29fb8
SM
6917 (smtpmail-auth-credentials): Remove.
6918 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
6919 (smtpmail-via-smtp): Check for servers saying they want AUTH after
6920 MAIL FROM, too.
95f41d9a 6921
c9d29fb8
SM
6922 * net/network-stream.el (network-stream-open-starttls):
6923 Provide support for client certificates both for external and built-in
4ea31e07
LMI
6924 STARTTLS.
6925 (auth-source): Require.
6926 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
6927 (network-stream-certificate): Change cert-cert to cert and
6928 cert-key to key.
4ea31e07 6929
065ec2c7
MA
69302011-06-21 Michael Albinus <michael.albinus@gmx.de>
6931
6932 * net/tramp-cache.el (top): Don't load the persistency file when
6933 "emacs -Q" has been called.
6934
cd93b359
DR
69352011-06-21 Tim Harper <timcharper@gmail.com>
6936
d8e4b68b
JB
6937 * term/ns-win.el (ns-initialize-window-system):
6938 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
6939 resource to NO as it is not yet supported by the NS port.
6940
ae9c0411
JB
69412011-06-21 Juanma Barranquero <lekktu@gmail.com>
6942
6943 * misc.el (list-dynamic-libraries--refresh): Compute header here...
6944 (list-dynamic-libraries): ...not here.
6945
7f3f739f
LL
69462011-06-21 Leo Liu <sdl.web@gmail.com>
6947
6948 * subr.el (sha1): Implement sha1 using secure-hash.
6949
327c8fb1
MR
69502011-06-21 Martin Rudalics <rudalics@gmx.at>
6951
6952 * window.el (display-buffer-alist): In default value do not
6953 enforce searching a window on any but the selected frame.
6954 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6955 (display-buffer-select-window): Remove function.
6956 (display-buffer-in-window): When a window on another frame gets
6957 reused, do not select it any more but just raise its frame if
6958 necessary (Bug#8851) and (Bug#8856).
6959 (display-buffer-normalize-options): Handle pop-up-frames related
6960 options more faithfully.
6961 (pop-to-buffer): Don't rely on `display-buffer' selecting the
6962 window if it is on another frame.
c9d29fb8
SM
6963 (display-buffer-alist, display-buffer-default-specifiers):
6964 Don't make new frame unsplittable by default.
9e9de014
MR
6965 (display-buffer-normalize-argument): Fix doc-string typo and use
6966 'same-frame-other-window instead of 'other-window when associating
6967 with display-buffer-macro-specifiers.
327c8fb1 6968
7cf3f556
VB
69692011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
6970
6971 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6972 New functions.
6973 (5x5-mode-map, 5x5-mode-menu): Bind them.
6974 (5x5-draw-grid): Tweak the solver's rendering.
6975
60a406cf
SM
69762011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6977
6978 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6979 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6980
d8e4b68b 69812011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
6982
6983 * menu-bar.el: Use function variable instead of switch-to-buffer.
6984 (menu-bar-select-buffer-function): New variable.
60a406cf 6985 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 6986
478d6f95
SM
69872011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6988
6989 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6990 variable's status.
6991
ca530739
JD
69922011-06-20 Jan Djärv <jan.h.d@swipnet.se>
6993
6994 * x-dnd.el (x-dnd-version-from-flags)
6995 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6996 and long as number (Bug#8899).
6997 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6998
bcd70d97
SM
69992011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7000
60a406cf 7001 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
7002 (completion-try-completion, completion-all-completions): Compute the
7003 metadata argument if it's missing; make it optional (bug#8795).
7004
60a406cf 7005 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
7006 (widget-complete): Use new :completion-function property.
7007 (widget-completions-at-point): New function.
7008 (default): Use :completion-function instead of :complete.
60a406cf
SM
7009 (widget-default-completions): Rename from widget-default-complete;
7010 Rewrite.
bcd70d97
SM
7011 (widget-string-complete, widget-file-complete, widget-color-complete):
7012 Remove functions.
7013 (file, symbol, function, variable, coding-system, color):
7014 * international/mule-cmds.el (default-input-method, charset)
7015 (language-info-custom-alist):
7016 * cus-edit.el (face): Use new property :completions.
7017
7018 * progmodes/pascal.el (pascal-completions-at-point): New function.
7019 (pascal-mode): Use it.
7020 (pascal-mode-map): Use completion-at-point.
7021 (pascal-toggle-completions): Make obsolete.
7022 (pascal-complete-word, pascal-show-completions):
7023 * progmodes/octave-mod.el (octave-complete-symbol):
7024 Redefine as obsolete alias.
7025 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7026 Signal absence of completion info for old Octave,
7027 (inferior-octave-complete): Redefine as obsolete alias.
7028 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7029 (meta-completions-at-point): Rename from meta-complete-symbol and
7030 adapt it for use on completion-at-point-functions.
7031 (meta-common-mode): Use it.
7032 (meta-looking-at-backward, meta-match-buffer): Remove.
7033 (meta-complete-symbol): Redefine as obsolete alias.
7034 (meta-common-mode-map): Use completion-at-point.
7035 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7036 (makefile-mode-map): Use completion-at-point.
7037 (makefile-completions-at-point): Rename from makefile-complete and
7038 adapt it for use on completion-at-point-functions.
7039 (makefile-mode): Use it.
7040 (makefile-complete): Redefine as obsolete alias.
7041
aebf69c8
DD
70422011-06-20 Deniz Dogan <deniz@dogan.se>
7043
7044 * net/rcirc.el: Delete trailing whitespaces once and for all.
7045
bfbbb27d
DC
70462011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7047
7048 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7049
d264a46b
CY
70502011-06-19 Chong Yidong <cyd@stupidchicken.com>
7051
4ca009e5
CY
7052 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7053
d264a46b
CY
7054 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7055
fbf5b3ce
MR
70562011-06-19 Martin Rudalics <rudalics@gmx.at>
7057
7058 * window.el (display-buffer-other-window-means-other-frame):
7059 Call display-buffer-normalize-alist.
7060 (display-buffer-normalize-specifiers-1): Rename to
7061 display-buffer-normalize-argument. New argument other-frame.
7062 Rewrite.
7063 (display-buffer-normalize-specifiers-2): Rename to
7064 display-buffer-normalize-options.
7065 (display-buffer-normalize-alist-1): New function.
7066 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
7067 display-buffer-normalize-alist.
7068 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
7069 (display-buffer-normalize-options-inhibit): New variable.
7070 (display-buffer-normalize-specifiers): Rewrite calling
7071 display-buffer-normalize-alist,
7072 display-buffer-normalize-argument, and
7073 display-buffer-normalize-options. Don't call the latter if
7074 display-buffer-normalize-options-inhibit is non-nil.
7075 (frame-auto-delete): New option.
7076 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
7077 (window-list-no-nils, window-state-ignored-parameters)
7078 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
7079 (window-state-put-1, window-state-put-2, window-state-put):
7080 New functions.
9a028c23
MR
7081 (display-buffer-normalize-options): Move special-display-p group
7082 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 7083
6d10d800
CY
70842011-06-18 Chong Yidong <cyd@stupidchicken.com>
7085
6420d28b
CY
7086 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7087 groups (Bug#8776).
7088 (rx-submatch-n): New function.
7089 (rx): Document it.
7090
ddb8b596
CY
7091 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7092 (Bug#8768).
7093
7094 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7095
77080289
CY
7096 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7097
61dfb316
CY
7098 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7099 anytime existing face settings are present (Bug#8889).
7100
6d10d800
CY
7101 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7102 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7103 Remove unused argument.
7104
be3fb2b8
MR
71052011-06-18 Martin Rudalics <rudalics@gmx.at>
7106
bcd70d97
SM
7107 * window.el (display-buffer-default-specifiers):
7108 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
7109 pop-up-window-min-width, and another reuse-window specifier
7110 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
7111 (display-buffer-normalize-specifiers-2):
7112 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
7113 pop-up-windows is unset. Add a reuse-window specifier for the
7114 case popping up a new window fails.
7115 (special-display-popup-frame): Remove double quoting.
28dec25a 7116 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 7117
1c6d8c76
SM
71182011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7121 according to comint-completion-addsuffix.
7122
7123 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7124 (pcomplete-suffix-list): Mark as obsolete.
7125 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7126 pcomplete-seen in the closure.
7127 (pcomplete-comint-setup): Setup completion-at-point as well.
7128 (pcomplete--entries): New function.
7129 (pcomplete--env-regexp): New var.
7130 (pcomplete-entries): Rewrite to work with partial-completion and
7131 without relying on pcomplete-suffix-list.
7132 (pcomplete-pare-list): Remove, unused.
7133
25aef8b8
MR
71342011-06-17 Martin Rudalics <rudalics@gmx.at>
7135
7136 * window.el (display-buffer-alist): Set pop-up-window-min-height
7137 and pop-up-window-min-width in default value. Reported by
7138 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7139 other-window-means-other-frame.
7140 (display-buffer-macro-specifiers): Comment out entry for
7141 other-window specifier.
7142 (display-buffer-other-window-means-other-frame): New function.
7143 (display-buffer-normalize-specifiers-1): New arguments
7144 buffer-name and label. Treat other-window case specially.
7145 (display-buffer-normalize-specifiers-2): Treat other-window case
7146 specially.
7147 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
7148 (display-buffer-normalize-specifiers):
7149 Call display-buffer-normalize-specifiers-3.
25aef8b8 7150
dbad4f69
MR
71512011-06-17 Martin Rudalics <rudalics@gmx.at>
7152
7153 * window.el (same-window-p): Fix two typos introduced when
7154 adding with-no-warnings.
d1067961
MR
7155 (display-buffer-normalize-specifiers-1): Don't check
7156 pop-up-frames for 'unset initialization.
7157 (display-buffer-normalize-specifiers-2): Major rewrite using
7158 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7159 (pop-up-frames, display-buffer-reuse-frames)
7160 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7161 Suggested by David Engster <deng@randomsample.de>.
7162 (even-window-heights): Initialize to 'unset.
7163 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
7164 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7165 other window case.
dbad4f69 7166
9b9c9e3a
MR
71672011-06-16 Martin Rudalics <rudalics@gmx.at>
7168
bcd70d97
SM
7169 * window.el (display-buffer-normalize-specifiers-1):
7170 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 7171 second argument of display-buffer (Bug#8865).
981d5c09
MR
7172 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7173 (switch-to-buffer-other-window-same-frame)
7174 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
7175 Adams (Bug#8875).
9c2755e9
MR
7176 (display-buffer): Don't check noninteractive when calling
7177 display-buffer-pop-up-frame.
7178 (display-buffer-pop-up-frame): Never pop up a frame in
7179 noninteractive mode (Bug#8857).
67222e1d
MR
7180 (enlarge-window, shrink-window): Don't report an error when the
7181 window can't be resized as requested (Bug#8862).
9b9c9e3a 7182
2b75be67
SM
71832011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7184
9ffdd3ba
SM
7185 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
7186
cb581a67
SM
7187 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
7188
2b75be67
SM
7189 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
7190
8c0e3589
AM
71912011-06-15 Alan Mackenzie <acm@muc.de>
7192
cb581a67
SM
7193 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
7194 for declarators, disable knr checking to speed up for normal files.
7195 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 7196
b96e6cde
LMI
71972011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7198
4bba86e6
LMI
7199 * net/network-stream.el (open-network-stream): Add the keyword
7200 :always-query-capabilities for the case where you want to force a
7201 `plain' network connection, but the protocol still requires the
7202 capabilitiy command (i.e., SMTP and EHLO).
7203
2b75be67 7204 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
7205 consistency with other `-live-p' functions.
7206
efdcdbf8
SM
72072011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7208
7209 * window.el (same-window-buffer-names, same-window-regexps)
7210 (special-display-frame-alist, special-display-popup-frame)
7211 (special-display-function, special-display-buffer-names)
7212 (special-display-regexps, pop-up-frame-alist)
7213 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
7214 (pop-up-windows, split-window-preferred-function)
7215 (split-height-threshold, split-width-threshold, even-window-heights)
7216 (display-buffer-mark-dedicated): Don't encourage the use of
7217 display-buffer-alist from Elisp code.
7218
c5cde042
DN
72192011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7220
7221 * progmodes/python.el (python-mode): Derive from prog-mode.
7222 * progmodes/ps-mode.el (ps-mode):
7223 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 7224 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
7225 * progmodes/ld-script.el (ld-script-mode): Likewise.
7226
baa1c9ab
MR
72272011-06-15 Martin Rudalics <rudalics@gmx.at>
7228
7229 * window.el (display-buffer-alist): Trim default value to avoid
7230 popping up a new frame (Bug#8857) or reusing an arbitrary window
7231 on another frame.
7232 (display-buffer): Do not fall back on popping up a new frame in
7233 batch mode (Bug#8857).
7234
c5dd5a51
CY
72352011-06-14 Chong Yidong <cyd@stupidchicken.com>
7236
7237 * cus-theme.el (describe-theme-1): Use custom-theme-p.
7238 (custom-theme-summary): New function.
7239 (customize-themes): Use it.
7240
d647b7c4
GM
72412011-06-13 Glenn Morris <rgm@gnu.org>
7242
7243 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
7244
9481c002
MR
72452011-06-13 Martin Rudalics <rudalics@gmx.at>
7246
357f93d2
MR
7247 * help.el (help-window): Remove variable.
7248 (help-window-point-marker, temp-buffer-max-height)
7249 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
7250 (help-print-return-message): Don't set help-window.
7251 (resize-temp-buffer-window): Rewrite cod eand doc-string.
7252 (help-window-setup-finish): Remove.
7253 (help-window-display-message, help-window-setup)
7254 (with-help-window): Major rewrite based on new
7255 display-buffer-window variable.
7256
7257 * help-mode.el (help-mode-finish): Remove help-window related
7258 code.
7259
7260 * view.el (view-exits-all-viewing-windows): Remove reference to
7261 view-return-to-alist in doc-string.
7262 (view-return-to-alist): Make obsolete.
7263 (view-buffer): Call pop-to-buffer-same-window and remove
7264 undo-window code.
7265 (view-buffer-other-window): Call pop-to-buffer-other-window and
7266 simplify code. Ignore second argument.
7267 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
7268 simplify code. Ignore second argument.
7269 (view-return-to-alist-update): Make obsolete.
7270 (view-mode-enter): Rename second argument to QUIT-RESTORE.
7271 Rewrite using quit-restore window parameters.
2b75be67
SM
7272 (view-mode-exit): Rename second argument to EXIT-ONLY.
7273 Rewrite using quit-restore-window.
357f93d2
MR
7274 (View-exit, View-exit-and-edit, View-leave, View-quit)
7275 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
7276 appropriate arguments.
7277 (view-end-message): Use quit-restore window parameter.
7278
9481c002
MR
7279 * window.el (display-buffer-function): Rewrite doc-string.
7280 (display-buffer-window, display-buffer-alist): New variables.
7281 (display-buffer-split-specifiers)
7282 (display-buffer-side-specifiers)
7283 (display-buffer-macro-specifiers): New constants.
7284 (display-buffer-even-window-sizes, display-buffer-set-height)
7285 (display-buffer-set-width, display-buffer-select-window)
7286 (display-buffer-in-window, display-buffer-reuse-window)
7287 (display-buffer-split-window-1, display-buffer-split-window)
7288 (display-buffer-split-atom-window, display-buffer-pop-up-window)
7289 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
7290 (display-buffer-in-side-window, normalize-buffer-to-display)
7291 (display-buffer-normalize-specifiers-1)
7292 (display-buffer-normalize-specifiers-2)
2b75be67
SM
7293 (display-buffer-normalize-specifiers, display-buffer-frame):
7294 New functions.
9481c002
MR
7295 (display-buffer): Major rewrite.
7296 (display-buffer-other-window, display-buffer-other-frame)
7297 (pop-to-buffer, switch-to-buffer-other-window)
7298 (switch-to-buffer-other-frame): Rewrite.
7299 (display-buffer-same-window, display-buffer-same-frame)
7300 (display-buffer-same-frame-other-window)
7301 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7302 (pop-to-buffer-other-window)
7303 (pop-to-buffer-same-frame-other-window)
7304 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
7305 (switch-to-buffer-other-window-same-frame): New functions.
7306 (same-window-p, special-display-p): Rewrite disabling warnings.
7307 Make obsolete.
7308 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7309 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
7310 Make obsolete
7311 (same-window-buffer-names, same-window-regexps)
7312 (special-display-frame-alist, special-display-popup-frame)
7313 (special-display-function, special-display-buffer-names)
7314 (special-display-regexps, pop-up-frame-alist)
7315 (pop-up-frame-function, split-window-preferred-function)
7316 (split-height-threshold, split-width-threshold)
7317 (even-window-heights): Make obsolete.
7318
9db51aca
GM
73192011-06-12 Glenn Morris <rgm@gnu.org>
7320
7321 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 7322 Misc simplifications.
9db51aca 7323
39cffb44
MR
73242011-06-12 Martin Rudalics <rudalics@gmx.at>
7325
7326 * window.el (window-safely-shrinkable-p): Restore function which
7327 was inadvertently removed in change from 2011-06-11. Declare as
7328 obsolete.
7329
2b75be67
SM
7330 * calendar/calendar.el (calendar-generate-window):
7331 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
7332 window-safely-shrinkable-p.
7333
a8955be7
GM
73342011-06-12 Glenn Morris <rgm@gnu.org>
7335
7336 * progmodes/fortran.el (fortran-mode-syntax-table):
7337 * progmodes/f90.el (f90-mode-syntax-table):
7338 Set % to punctuation. (Bug#8820)
7339 (f90-find-tag-default): Remove, no longer needed.
7340
f0d4059d
DC
73412011-06-12 Daniel Colascione <dan.colascione@gmail.com>
7342
7343 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
7344
1100a63c
CY
73452011-06-11 Chong Yidong <cyd@stupidchicken.com>
7346
7347 * image.el (image-animated-p): Return animation delay in seconds.
7348 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
7349 (image-animate-timeout): Remove DELAY argument. Don't assume
7350 every subimage has the same delay; get it from image-animated-p.
7351 (image-animate): Caller changed.
7352
def722bf
MA
73532011-06-11 Michael Albinus <michael.albinus@gmx.de>
7354
7355 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
7356 to ignored backtrace functions.
7357
0a2bb1a9
GM
73582011-06-11 Glenn Morris <rgm@gnu.org>
7359
7360 * calendar/appt.el (appt-disp-window-function): Doc fix.
7361 (appt-check): Handle overlapping appointments. (Bug#8337)
7362
6198ccd0
MR
73632011-06-11 Martin Rudalics <rudalics@gmx.at>
7364
7365 * window.el (window-tree-1, window-tree): New functions, moving
7366 the latter to window.el.
7367 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7368 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7369 (bw-refresh-edges): Remove.
7370 (balance-windows-1, balance-windows-2): New functions.
7371 (balance-windows): Rewrite in terms of window tree functions,
7372 balance-windows-1 and balance-windows-2.
7373 (bw-adjust-window): Remove.
7374 (balance-windows-area-adjust): New function with functionality of
7375 bw-adjust-window but using resize-window.
2b75be67
SM
7376 (set-window-text-height): Rewrite doc-string.
7377 Use normalize-live-window and resize-window.
7378 (enlarge-window-horizontally, shrink-window-horizontally):
7379 Rename argument to DELTA.
6198ccd0
MR
7380 (window-buffer-height): New function.
7381 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
7382 Rewrite using new window resize routines.
2b75be67
SM
7383 (kill-buffer-and-window, mouse-autoselect-window-select):
7384 Use ignore-errors instead of condition-case.
6198ccd0
MR
7385 (quit-window): Call delete-frame instead of delete-windows-on
7386 for the only buffer on frame.
7387
9397e56f
MR
73882011-06-10 Martin Rudalics <rudalics@gmx.at>
7389
7390 * loadup.el (top-level): Load window before files for the sake
7391 of replace-buffer-in-windows.
7392
7393 * files.el (read-buffer-to-switch)
7394 (switch-to-buffer-other-window)
2b75be67
SM
7395 (switch-to-buffer-other-frame, display-buffer-other-frame):
7396 Move to window.el.
9397e56f
MR
7397
7398 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
7399 (previous-buffer): Move to window.el.
7400
7401 * bindings.el (unbury-buffer): Move to window.el.
7402
7403 * window.el (delete-other-windows-vertically): Move after
7404 definition of delete-other-windows.
7405 (other-window, delete-windows-on, replace-buffer-in-windows):
7406 Move here from window.c.
7407 (record-window-buffer, unrecord-window-buffer)
7408 (set-window-buffer-start-and-point, switch-to-prev-buffer)
7409 (switch-to-next-buffer): New functions.
7410 (get-next-valid-buffer, last-buffer, next-buffer): Move here
7411 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
7412 (previous-buffer): Move here from simple.el.
7413 Call switch-to-prev-buffer.
9397e56f
MR
7414 (bury-buffer): Move here from buffer.c. Switch to previous
7415 buffer when window cannot be deleted.
7416 (unbury-buffer): Move here from bindings.el.
7417 (ctl-x-map): Move binding for other-window from window.c to
7418 here.
7419 (read-buffer-to-switch, switch-to-buffer-other-window)
7420 (switch-to-buffer-other-frame): Move here from files.el.
7421 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
7422 (switch-to-buffer): Move here from buffer.c.
7423 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 7424
562dd5e9
MR
74252011-06-10 Martin Rudalics <rudalics@gmx.at>
7426
7427 * window.el (window-min-height, window-min-width): Move here
7428 from window.c. Add defcustoms and rewrite doc-strings.
7429 (resize-mini-window, resize-window): New functions.
7430 (adjust-window-trailing-edge, enlarge-window, shrink-window):
7431 Move here from window.c.
7432 (maximize-window, minimize-window): New functions.
7433 (delete-window, delete-other-windows, split-window): Move here
7434 from window.c.
7435 (window-split-min-size): New function.
7436 (split-window-keep-point): Mention split-window-above-each-other
7437 instead of split-window-vertically.
2b75be67 7438 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
7439 Rename split-window-vertically to split-window-above-each-other
7440 and provide defalias for old definition.
7441 (split-window-side-by-side, split-window-horizontally):
7442 Rename split-window-horizontally to split-window-side-by-side
7443 and provide defalias for the old definition.
562dd5e9
MR
7444 (ctl-x-map): Move bindings for delete-window,
7445 delete-other-windows and enlarge-window here from window.c.
7446 Replace bindings for split-window-vertically and
7447 split-window-horizontally by bindings for
7448 split-window-above-each-other and split-window-side-by-side.
7449
7450 * cus-start.el (all): Remove entries for window-min-height and
7451 window-min-width. Add entries for window-splits and
7452 window-nest.
7453
f0da764a
GM
74542011-06-09 Glenn Morris <rgm@gnu.org>
7455
80675c21
GM
7456 * calendar/appt.el (appt-mode-line): New function.
7457 (appt-check, appt-disp-window): Use it.
7458
f0da764a
GM
7459 * files.el (hack-one-local-variable-eval-safep):
7460 Allow minor-modes with explicit +/-1 arguments.
7461
59f623b7
TZ
74622011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
7463
7464 * term/xterm.el (xterm): Add defgroup.
7465 (xterm-extra-capabilities): Add defcustom to supply known xterm
7466 capabilities, skip querying them, or query them (default).
7467 (terminal-init-xterm): Use it.
7468 (terminal-init-xterm-modify-other-keys): New function to set up
7469 modifyOtherKeys support to simplify `terminal-init-xterm'.
7470
9aab8e0d
MR
74712011-06-09 Martin Rudalics <rudalics@gmx.at>
7472
7473 * window.el (resize-window-reset, resize-window-reset-1)
7474 (resize-subwindows-skip-p, resize-subwindows-normal)
7475 (resize-subwindows, resize-other-windows, resize-this-window)
7476 (resize-root-window, resize-root-window-vertically)
7477 (window-deletable-p, window-or-subwindow-p)
7478 (frame-root-window-p): New functions.
7479
e8b08aee
GM
74802011-06-09 Glenn Morris <rgm@gnu.org>
7481
7482 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
7483 (ange-ftp-get-files): Use it.
7484
254c37a5
AK
74852011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7486
7487 * mail/sendmail.el (mail-recover-1, mail-recover):
7488 * files.el (recover-file, recover-session):
7489 Handle dired-listing-switches not being just a single short option.
7490
35d7dbd3
GM
74912011-06-09 Glenn Morris <rgm@gnu.org>
7492
7493 * calendar/appt.el (appt-display-message, appt-disp-window):
7494 Handle lists of appointments.
7495
387522b2
MR
74962011-06-08 Martin Rudalics <rudalics@gmx.at>
7497
2b75be67
SM
7498 * window.el (one-window-p): Move down in code.
7499 Rewrite doc-string.
7500 (window-current-scroll-bars): Rewrite doc-string.
7501 Normalize live window argument.
387522b2
MR
7502 (walk-windows, get-window-with-predicate, count-windows):
7503 Rewrite doc-string. Use window-list-1.
7504 (window-in-direction-2, window-in-direction, get-mru-window):
7505 New functions.
7506
d8e4b68b 75072011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
7508
7509 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
7510 Doc fix (Bug#8713).
7511
75122011-06-08 Chong Yidong <cyd@stupidchicken.com>
7513
7514 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
7515
75162011-06-08 Juanma Barranquero <lekktu@gmail.com>
7517
7518 * loadhist.el (unload-feature-special-hooks):
7519 Add `comint-output-filter-functions'.
7520
0de12c52
IK
75212011-06-08 Ivan Kanis <gnu@kanis.fr>
7522
7523 * calendar/appt.el (appt-check): Move some initializations into the let.
7524
f3d1777e
MR
75252011-06-08 Martin Rudalics <rudalics@gmx.at>
7526
7527 * window.el (window-height): Defalias to window-total-height.
7528 (window-width): Defalias to window-body-width.
7529
18af70d0
CY
75302011-06-07 Chong Yidong <cyd@stupidchicken.com>
7531
7532 * image-mode.el (image-toggle-animation): New command.
7533 (image-mode-map): Bind it to RET.
7534 (image-mode): Update message.
7535 (image-toggle-display-image): Avoid a spurious cache flush.
7536 (image-transform-rotation): Doc fix.
7537 (image-transform-properties): Return quickly in the normal case.
7538 (image-animate-loop): Rename from image-animate-max-time.
7539
2b75be67 7540 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
7541 (create-animated-image): Remove unnecessary function.
7542 (image-animate): Rename from image-animate-start. New arg.
2b75be67 7543 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
7544 (image-animate-timer): Use car-safe.
7545 (image-animate-timeout): Rename argument.
7546
190b47e6
MR
75472011-06-07 Martin Rudalics <rudalics@gmx.at>
7548
7549 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
7550 window.c. Rename first argument to ALL-FRAMES.
7551 Rephrase doc-strings.
7552 (get-buffer-window-list): Rewrite using window-list-1.
7553 Rephrase doc-string.
a1511caf
MR
7554 (window-safe-min-height, window-safe-min-width): New constants.
7555 (window-size-ignore, window-min-size, window-min-size-1)
7556 (window-sizable, window-sizable-p, window-size-fixed-1)
7557 (window-size-fixed-p, window-min-delta-1, window-min-delta)
7558 (window-max-delta-1, window-max-delta, window-resizable)
7559 (window-resizable-p, window-total-height, window-total-width)
7560 (window-body-width): New functions.
7561 (window-full-height-p, window-full-width-p): Rewrite using
7562 window-total-size.
7563 (window-body-height): Rewrite using window-body-size.
190b47e6 7564
85cc1f11
MR
75652011-06-06 Martin Rudalics <rudalics@gmx.at>
7566
7567 * window.el (window-right, window-left, window-child)
7568 (window-child-count, window-last-child, window-any-p)
7569 (normalize-live-buffer, normalize-live-frame)
7570 (normalize-any-window, normalize-live-window)
7571 (window-iso-combination-p, window-iso-combined-p)
7572 (window-iso-combinations)
7573 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
7574 (windows-with-parameter, window-with-parameter)
7575 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
7576 (window-atom-check, window-side-check, window-check):
7577 New functions.
85cc1f11
MR
7578 (ignore-window-parameters, window-sides, window-sides-vertical)
7579 (window-sides-slots): New variables.
7580 (window-size-fixed): Move down in code. Minor doc-string fix.
7581
e7156492
AS
75822011-06-05 Andreas Schwab <schwab@linux-m68k.org>
7583
7584 * comint.el (comint-dynamic-complete-as-filename)
7585 (comint-dynamic-complete-filename): Correctly call
7586 completion-in-region.
7587
7e821d0d
DD
75882011-06-05 Deniz Dogan <deniz@dogan.se>
7589
7590 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
7591 in last change.
7592
ac09b8a1
DD
75932011-06-05 Deniz Dogan <deniz@dogan.se>
7594
7595 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
7596 (rcirc): Use it to prompt for encryption.
7597
34699b85
RW
75982011-06-05 Roland Winkler <winkler@gnu.org>
7599
7600 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
7601 (bibtex-search-entries): New command bound to C-c C-a.
7602 (bibtex-display-entries): New function.
7603
004dedd3
RW
76042011-06-05 Roland Winkler <winkler@gnu.org>
7605
7606 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
7607 (bibtex-insert-kill): After yanking insert newline if necessary.
7608 (bibtex-initialize): Call bibtex-string-files-init only once.
7609 (bibtex-mode): Do not call easy-menu-add.
7610 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
7611 (bibtex-yank): Set arg properly if nil.
7612
022fe7ce
RW
76132011-06-05 Roland Winkler <winkler@gnu.org>
7614
2b75be67
SM
7615 * textmodes/bibtex.el (bibtex-search-entry-globally):
7616 New variable.
022fe7ce
RW
7617 (bibtex-search-entry): Use it.
7618
b7c3692a
RW
76192011-06-05 Roland Winkler <winkler@gnu.org>
7620
7621 * textmodes/bibtex.el (bibtex-entry-format): New option
7622 sort-fields.
7623 (bibtex-format-entry, bibtex-reformat): Honor this option.
7624 (bibtex-parse-entry): Return fields in proper order.
7625
8eda563d
JB
76262011-06-05 Juanma Barranquero <lekktu@gmail.com>
7627
7628 * doc-view.el (doc-view-remove-if): Move computation of result out
7629 of `dolist' to silence misleading lexical-binding warning.
7630
7dbe3dbc
CY
76312011-06-04 Chong Yidong <cyd@stupidchicken.com>
7632
7633 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
7634 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
7635
0c33dd17
MA
76362011-06-04 Michael Albinus <michael.albinus@gmx.de>
7637
7638 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
7639 "SunOS 5.10".
7640
f8f91c2b
MA
76412011-06-04 Michael Albinus <michael.albinus@gmx.de>
7642
7643 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
7644 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
7645 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
7646 (tramp-parse-putty):
7647 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
7648 (tramp-completion-function-alist-ssh)
7649 (tramp-completion-function-alist-telnet)
7650 (tramp-completion-function-alist-su)
7651 (tramp-completion-function-alist-putty): Set `tramp-autoload'
7652 cookie.
7653
7654 * net/tramp-ftp.el:
7655 * net/tramp-sh.el:
7656 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
7657 load "tramp.el" `tramp-set-completion-function'.
7658
e17d9003
SM
76592011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * shell.el: Require and use pcomplete.
7662 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
7663 (shell-completion-vars): Set pcomplete-default-completion-function.
7664
6c4cab03
DD
76652011-06-04 Deniz Dogan <deniz@dogan.se>
7666
7667 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
7668 `memq' (Bug#8799).
7669
ea9fafe0
SM
76702011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7671
7672 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
7673
b3e945d3
JB
76742011-06-02 Juanma Barranquero <lekktu@gmail.com>
7675
7676 * bs.el (bs--mark-unmark, bs--nth-wrapper):
7677 * mpc.el (mpc-select-extend, mpc-songpointer-context):
7678 * vc/log-view.el (log-view-beginning-of-defun):
7679 * vc/smerge-mode.el (smerge-apply-resolution-patch)
7680 (smerge-refine-forward, smerge-refine-chopup-region):
7681 Silence warning for unused `dotimes' counter variables.
7682
7d520089
SM
76832011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7684
7685 * net/tramp.el (tramp-with-progress-reporter): Rename from
7686 with-progress-reporter. Use `declare'.
7687 * net/tramp-smb.el:
7688 * net/tramp-sh.el:
7689 * net/tramp-gvfs.el: Update all uses.
7690
a1c2400f
JB
76912011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
7692
7693 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
7694 buffer isn't killed before making it current.
7695
2403c841
SM
76962011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7697
7698 Silence various byte-compiler warnings.
7699 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
7700 `access-type' and new obsolescence format.
7701 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
7702 new format.
7703 (byte-compile-check-variable): New `access-type' argument.
7704 Only warn if the access-type is obsolete.
7705 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
7706 (byte-compile-variable-set): Adjust callers.
7707 * help-fns.el (describe-variable): Adjust to new obsolescence format.
7708 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
7709 setting it as obsolete.
7710 * simple.el (minibuffer-completing-symbol):
7711 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
7712 access as obsolete.
7713 * minibuffer.el (minibuffer-completing-file-name): Don't make it
7714 obsolete yet.
7715 * international/quail.el (quail-mouse-choose-completion): Remove unused
7716 code referring to obsolete var.
7717 (quail-choose-completion-string): Remove.
7718 * server.el (server-clients-with, server-kill-buffer-query-function)
7719 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
7720 * proced.el (proced-send-signal):
7721 * emacs-lisp/lisp.el (lisp-complete-symbol):
7722 Replace completion-annotate-function with completion-extra-properties.
7723
2462470b
SM
77242011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7725
fb5b2591
SM
7726 * simple.el (goto-line): Use read-number.
7727 (overriding-map-is-bound): Remove.
7728 (saved-overriding-map): Change default.
7729 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
7730 Take the map as argument.
7731 (universal-argument, negative-argument, digit-argument): Use it.
7732 (restore-overriding-map): Adjust.
7733 (do-auto-fill): Use fill-forward-paragraph.
7734 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
7735
fd6fa53f
SM
7736 * minibuffer.el (minibuffer-inactive-mode-map): New var.
7737 (minibuffer-inactive-mode): New major mode.
7738 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
7739 the *Messages* buffer" hack.
7740 (mouse-popup-menubar): Don't burp if the event is a normal key.
7741
2462470b
SM
7742 Miscellaneous tweaks.
7743 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
7744 lexical scoping as in subr.el's dolist and dotimes.
7745 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
7746 Silence compiler warning.
7747 * thingatpt.el (forward-whitespace): Trivial coding style fix.
7748 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
7749 * international/ccl.el (ccl-compile): Trivial simplification.
7750 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
7751 * emacs-lisp/testcover.el (testcover-end): Remove spurious
7752 `printflag' argument.
7753 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7754 Purecopy the whole obsolescence data.
7755
108bf785
LL
77562011-06-01 Leo Liu <sdl.web@gmail.com>
7757
7758 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
7759 improve doc-string as suggested by Marco Pessotto
7760 <melmothx@gmail.com>.
7761 (rcirc-print): Fix last change.
7762
30a23501
SM
77632011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * minibuffer.el (complete-with-action): Return nil for the metadata and
7766 boundaries of non-functional tables.
7767 (completion-table-dynamic): Return nil for the metadata.
7768 (completion-table-with-terminator): Add default case, using
7769 complete-with-action.
7770 (completion--metadata): New function.
7771 (completion-all-sorted-completions, minibuffer-completion-help): Use it
7772 to try and avoid pathological performance problems.
7773 (completion--embedded-envvar-table): Return `category' metadata.
7774
bcd54f83
LMI
77752011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7776
7777 * subr.el (process-alive-p): New tiny convenience function.
7778
e227544d
SM
77792011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
7782 content but also its previous major mode.
7783
e8296fdc
HE
77842011-05-31 Helmut Eller <eller.helmut@gmail.com>
7785
4d61f28d 7786 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
7787 *Backtrace* buffer when we exit with C-M-c.
7788
620c53a6
SM
77892011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7790
7791 * minibuffer.el: Add metadata method to completion tables.
7792 (completion-category-overrides): New defcustom.
7793 (completion-metadata, completion--field-metadata)
7794 (completion-metadata-get, completion--styles)
7795 (completion--cycle-threshold): New functions.
7796 (completion-try-completion, completion-all-completions):
7797 Add `metadata' argument to choose completion-styles.
7798 (completion--do-completion): Use metadata to choose cycling.
7799 (completion-all-sorted-completions): Use metadata for sorting.
7800 Remove :completion-cycle-penalty which is not needed any more.
7801 (completion--try-word-completion): Add `metadata' argument.
7802 (minibuffer-completion-help): Check metadata for annotation function
7803 and sorting.
7804 (completion-file-name-table): Return `category' metadata.
7805 (minibuffer-completing-file-name): Make obsolete.
7806 * simple.el (minibuffer-completing-symbol): Make obsolete.
7807 * icomplete.el (icomplete-completions): Pass new `metadata' param to
7808 completion-try-completion.
7809
1257e755
SM
78102011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
7813
3767e706
LL
78142011-05-30 Leo Liu <sdl.web@gmail.com>
7815
7816 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
7817 (rcirc-print): Decode all incoming messages (bug#8744).
7818 (rcirc-decode-coding-system): Allow value nil for automatic coding
7819 system detection.
3767e706 7820
d1a5d56a
GM
78212011-06-01 Glenn Morris <rgm@gnu.org>
7822
7823 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
7824
e8cbec34
CY
78252011-05-29 Chong Yidong <cyd@stupidchicken.com>
7826
7827 * image.el (image-animate-max-time): Allow nil and t values.
7828 Default to nil.
7829 (create-animated-image): Doc fix.
7830 (image-animate-start): Remove second arg; just use
7831 image-animate-max-time.
7832 (image-animate-timeout): Doc fix. Args changed.
7833
7834 * image-mode.el (image-toggle-display-image): Ensure that the
7835 image spec passed to the animate timer is the same object as in
58179cce 7836 the buffer's display property (Bug#6981).
e8cbec34
CY
7837 (image-transform-properties): Doc fix.
7838
7839 * image.el (image-animate-max-time): Default to nil.
7840
159daf87
MR
78412011-05-29 Martin Rudalics <rudalics@gmx.at>
7842
7843 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
7844 entire buffer list (Bug#8184).
7845
d66c4c7c
CY
78462011-05-29 Chong Yidong <cyd@stupidchicken.com>
7847
7848 * image.el (imagemagick-types-inhibit)
7849 (imagemagick-register-types): Doc fix.
7850
80aec780
DD
78512011-05-29 Deniz Dogan <deniz@dogan.se>
7852
7853 * net/rcirc.el (rcirc): Use the user's stored encryption method by
7854 default.
7855
1dd3c2d9
CY
78562011-05-29 Chong Yidong <cyd@stupidchicken.com>
7857
7858 * select.el: Don't perform clipboard-manager saving in hooks;
7859 leave the hooks empty.
7860
60e56523
LL
78612011-05-28 Leo Liu <sdl.web@gmail.com>
7862
7863 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
7864 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
7865 (occur-edit-mode): New major mode (Bug#8463).
7866 (occur-after-change-function): New function.
7867 (occur-engine): Give Occur tags a read-only property.
7868
2b1e1a22
KR
78692011-05-28 Kevin Ryde <user42@zip.com.au>
7870
7871 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
7872
5d344e88
CY
78732011-05-28 Chong Yidong <cyd@stupidchicken.com>
7874
8e6ca83d
CY
7875 * bindings.el (help-echo): Make the initial non-indicator dash
7876 empty on graphical terminals (Bug#7295).
7877
5d344e88
CY
7878 * files.el (auto-mode-alist): Move config rule after the
7879 in-stripping one (Bug#8547).
7880
bfbbace7
CY
7881 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
7882
fbeba6e2
CY
7883 * startup.el (normal-splash-screen): Remove gratuitous mode-line
7884 setting (Bug#8740).
7885
60ed8c72
AA
78862011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
7887
4ac619f0
AA
7888 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
7889 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
7890 (Bug#8539).
60ed8c72 7891
23db196e
CY
78922011-05-28 Chong Yidong <cyd@stupidchicken.com>
7893
7894 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
7895
5012f24c
DK
78962011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
7897
7898 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
7899 (hs-hide-block-at-point, hs-find-block-beginning)
7900 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
7901 (Bug#8279).
7902
6a639b16
GM
79032011-05-28 Glenn Morris <rgm@gnu.org>
7904
7905 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
7906
d43eaf2c
CY
79072011-05-28 Chong Yidong <cyd@stupidchicken.com>
7908
5199bde1
CY
7909 * help-fns.el (describe-function-1): If the function is a derived
7910 major mode, print the parent mode.
7911
d43eaf2c
CY
7912 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
7913 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
7914
423428a8
SM
79152011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7916
0ff8e1ba 7917 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 7918 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
7919 * progmodes/etags.el (tags-completion-at-point-function):
7920 * info-look.el (info-lookup-completions-at-point): Mark as
7921 non-exclusive.
7922 (info-complete): Adjust accordingly.
7923
423428a8
SM
7924 * info-look.el: Convert to lexical-binding and completion-at-point.
7925 (info-lookup-completions-at-point): New function.
7926 (info-complete): Use it and completion-in-region.
7927
b74aa22b
DA
79282011-05-28 Drew Adams <drew.adams@oracle.com>
7929
7930 * isearch.el: Let M-e start with point at the first mismatched char.
7931 (isearch-fail-pos): New function.
7932 (isearch-edit-string): Use it.
7933
66e2e71d
DK
79342011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7935
7936 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7937
eb95d01d
TC
79382009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7939
7940 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
7941 traversal functions for avl-trees.
7942 (avl-tree--stack): New struct.
7943 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7944 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
7945 (avl-tree--do-enter): Add optional `updatefun' arg.
7946 Change return value.
eb95d01d 7947 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
7948 (avl-tree--do-delete): Add `test' and `nilflag' args.
7949 Change return value.
eb95d01d
TC
7950 (avl-tree-member): Add optional `nilflag'
7951 (avl-tree-member-p): New function.
7952 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7953 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7954 (avl-tree-stack-empty-p): New functions.
7955
3769ddcf
TC
79562009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7957
7958 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7959 avl-tree--del-balance1 and make it work both ways.
7960 (avl-tree--del-balance2): Remove.
7961 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7962 make it work both ways.
7963 (avl-tree--enter-balance2): Remove.
7964 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7965 New macros.
7966 (avl-tree--mapc, avl-tree-map): Add direction argument.
7967
eb95d01d 79682011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
7969
7970 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7971
a9f737ee
CY
79722011-05-27 Chong Yidong <cyd@stupidchicken.com>
7973
7974 * select.el: Support clipboard managers with built-in function
7975 x-clipboard-manager-save, via delete-frame-functions and
7976 kill-emacs-hook.
7977 (xselect-convert-to-targets): Add MULTIPLE target to list.
7978 (xselect-convert-to-save-targets): New function.
7979
c92a1e54
KH
79802011-05-27 Kenichi Handa <handa@m17n.org>
7981
7982 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7983 let-binding rfc2047-encode-encoded-words to nil.
7984
e145f188
GM
79852011-05-27 Glenn Morris <rgm@gnu.org>
7986
5ec8a862
GM
7987 * mail/emacsbug.el: Don't require url-util.
7988
4b29d9fb
GM
7989 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
7990
e145f188
GM
7991 * files.el (set-auto-mode):
7992 Also respect mode: entries at the end of the file. (Bug#8586)
7993
7d15102b
GM
79942011-05-26 Glenn Morris <rgm@gnu.org>
7995
98f593b8
GM
7996 * files.el (hack-local-variables-prop-line, hack-local-variables):
7997 Downcase mode names, as seems to be traditional.
27b48e63 7998 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 7999
7d15102b
GM
8000 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8001 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8002
51d5b4ec
JD
80032011-05-25 Julien Danjou <julien@danjou.info>
8004
8005 * textmodes/rst.el (rst-define-level-faces): Do not define face
8006 symbol if it is already defined.
8007
91513f63
VB
80082011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8009
8010 * play/5x5.el (5x5-new-game, 5x5-randomize):
8011 Reset 5x5-solver-output to nil when a new grid is cast.
8012 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8013 these debugging traces, as defmacro breaks the compiled code.
8014
4d90d6d0
DK
80152011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8016
8017 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8018
e1b90ef6
LL
80192011-05-24 Leo Liu <sdl.web@gmail.com>
8020
8021 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8022 (vc-bzr-sha1): Adapt.
8023
d8e4b68b 8024 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
8025
8026 * bindings.el: Provide sha1 feature.
8027
db0406bb 80282011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
8029
8030 * mail/sendmail.el: Require `rfc2047'.
8031 (mail-insert-from-field): Do not perform RFC2047 encoding.
8032 (mail-encode-header): New function.
8033 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
8034 buffer to the return value of select-message-coding-system.
8035 Call mail-encode-header.
b8d747b9
KH
8036
8037 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8038
db0406bb 80392011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 8040
4d90d6d0
DK
8041 * mail/supercite.el (sc-default-cite-frame):
8042 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 8043
eb8a5e9b
GM
80442011-05-24 Glenn Morris <rgm@gnu.org>
8045
f8630703
GM
8046 * progmodes/python.el (brm-menu): Declare.
8047
8831bbed
GM
8048 * emulation/viper.el (viper-set-hooks): Declare.
8049
eb8a5e9b
GM
8050 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8051 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8052 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8053 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8054 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8055 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8056
a2a25d24
SM
80572011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 Add an :exit-function for completion-at-point.
8060
8061 * minibuffer.el (completion--done): New fun.
8062 (completion--do-completion): Use it. New arg `expect-exact'.
8063 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8064 since completion--do-completion does it for us now.
8065 (minibuffer-force-complete): Use completion--done and
8066 completion--replace. Handle sole-completion case with more care.
8067 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8068 (completion-extra-properties): New var.
8069 (completion-annotate-function): Make obsolete.
8070 (minibuffer-completion-help): Adjust accordingly.
8071 Use completion-list-insert-choice-function.
8072 (completion-at-point, completion-help-at-point):
8073 Bind completion-extra-properties.
8074 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8075 * simple.el (completion-list-insert-choice-function): New var.
8076 (completion-setup-function): Preserve it.
8077 (choose-completion): Pay attention to it, shuffle the code a bit.
8078 (choose-completion-string): New arg `insert-function'.
8079
8080 * textmodes/bibtex.el: Convert to lexical binding.
8081 (bibtex-mode-map): Use completion-at-point.
8082 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8083 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8084 (bibtex-complete): Define as obsolete alias.
8085 (bibtex-complete-internal): Remove.
8086 (bibtex-format-entry): Remove unused sub-group in regexp.
8087 * shell.el (shell--command-completion-data)
8088 (shell-environment-variable-completion):
8089 * pcomplete.el (pcomplete-completions-at-point):
8090 * comint.el (comint--complete-file-name-data): Use :exit-function
8091 instead of completion-table-with-terminator so it also works for
8092 choose-completion.
8093
e44e373d
SM
80942011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8095
4f91a816
SM
8096 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8097
782fc819
SM
8098 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8099 (bug#8710).
8100
e44e373d
SM
8101 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8102
381987c3
KM
81032011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8104
8105 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8106 customization variable and implement: If non-nil, auto-fill will
8107 be inhibited while on topic's header line.
8108
b776bc70
VB
81092011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8110
8111 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 8112 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
8113 always have a solution in grid size = 5 cases.
8114 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8115 (5x5-solver-output, 5x5-log-buffer): New vars.
8116 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8117 Make these variables buffer local to achieve 5x5 multi-session-ness.
8118 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8119 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8120 (5x5-solve-suggest): New funs.
8121 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8122 randomize a grid so that we ensure that there is always a solution.
8123 (5x5-make-random-grid): Allow other movement than flipping.
8124
7de88b6e
KR
81252011-05-23 Kevin Ryde <user42@zip.com.au>
8126
8127 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 8128 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
8129 advice and passes PREDICATE.
8130
b1ef1257
SM
81312011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8132
bbca48fe
SM
8133 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8134 byte-compile-lambda if it's actually a lambda.
8135
b1ef1257
SM
8136 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8137 Fix function quoting. Use backquote better.
8138
92a9cc65
YS
81392011-05-22 Yuanle Song <sylecn@gmail.com>
8140
8141 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8142 matching (Bug#8516).
8143
f0fb8059
JA
81442011-01-22 Jari Aalto <jari.aalto@cante.net>
8145
8146 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8147 different face (Bug#8178).
8148
d5b44c93
CY
81492011-05-22 Chong Yidong <cyd@stupidchicken.com>
8150
8151 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8152 defface (Bug#8144).
8153
79106a44
SM
81542011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8155
9c848d8a
SM
8156 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8157 funcall as well (bug#8712). Warn when performing those conversions.
8158 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8159
79106a44
SM
8160 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8161
88dfa756
GM
81622011-05-22 Glenn Morris <rgm@gnu.org>
8163
8164 * files.el (hack-local-variables-prop-line): Small simplifications.
8165 (hack-local-variables, hack-local-variables-prop-line):
8166 If MODE-ONLY, return the mode, rather than just `t'.
8167
b7cf2c79
SM
81682011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8171
3f1a8558
GM
81722011-05-21 Glenn Morris <rgm@gnu.org>
8173
7e4ccca3
GM
8174 * files.el (hack-local-variables-prop-line, hack-local-variables):
8175 If only interested in the mode, don't bother doing the other stuff.
8176
637d46ca
GM
8177 * image-mode.el (image-after-revert-hook):
8178 Redraw all frames on which the image is visible. (Bug#8567)
8179
973d955b
GM
8180 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
8181
3f1a8558
GM
8182 * wid-edit.el (widget-checklist-match-inline):
8183 Fix 2011-04-19 change. (Bug#8649)
8184
96479927
SM
81852011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8186
1dcf791f
SM
8187 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8188 Also allow singlespace after single-letter capitals followed by a dot.
8189
96479927
SM
8190 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
8191 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
8192
35fd0881
N
81932011-05-20 Nix <nix@esperi.org.uk>
8194
8195 * files.el (basic-save-buffer-2):
8196 Fix handling of break-hardlink-on-save with non-existent files.
8197
82745640
DD
81982011-05-19 Deniz Dogan <deniz@dogan.se>
8199
8200 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 8201 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 8202
4a720484
GM
82032011-05-19 Glenn Morris <rgm@gnu.org>
8204
d1f21341
GM
8205 * progmodes/f90.el (f90-type-def-re):
8206 Handle "type, bind(c)". (Bug#8691)
8207
4a720484
GM
8208 * emacs-lisp/autoload.el (batch-update-autoloads):
8209 Set autoload-excludes by parsing loadup.el rather than Makefiles.
8210
2fb0a219
MA
82112011-05-18 Michael Albinus <michael.albinus@gmx.de>
8212
8213 * net/tramp.el (tramp-process-actions): Set "first-password-request"
8214 property for the correct connection in case of multihops.
8215
e565dd37
GM
82162011-05-18 Glenn Morris <rgm@gnu.org>
8217
c2571358 8218 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
8219 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
8220
e565dd37
GM
8221 Rationalize calendar handling of day and month abbrev-arrays.
8222 * calendar/calendar.el (calendar-customized-p): New function.
8223 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
8224 (calendar-day-name-array, calendar-month-name-array): Doc fix.
8225 Add :set function.
8226 (calendar-abbrev-length, calendar-day-abbrev-array)
8227 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
8228 (calendar-day-abbrev-array, calendar-month-abbrev-array):
8229 Elements may no longer be nil.
8230 (calendar-day-name, calendar-month-name):
8231 Update for changed nature of abbrev arrays.
8232 * calendar/diary-lib.el (diary-name-pattern):
8233 Update for changed nature of abbrev arrays.
8234 (diary-mark-entries-1): Update calendar-make-alist calls.
8235 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
8236 * calendar/cal-html.el (cal-html-day-abbrev-array):
8237 Simply inherit from calendar-day-abbrev-array.
8238
1d99a745
SM
82392011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8240
8241 * progmodes/grep.el (grep-mode): Disable default
8242 compilation-directory-matcher setting (bug#8684).
8243
7c1d9aa0
MA
82442011-05-17 Michael Albinus <michael.albinus@gmx.de>
8245
8246 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
8247 instead of "head" and "tail". There were problems with SunOS 5.9,
8248 and it performs better.
8249
3952e9d8
GM
82502011-05-17 Glenn Morris <rgm@gnu.org>
8251
2dd12e7f
GM
8252 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
8253
e4157b9c
GM
8254 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8255 Replace obsolete function.
8256
8e249bbd
GM
8257 * shell.el (pcomplete-parse-arguments-function): Declare.
8258
3952e9d8
GM
8259 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
8260 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
8261 (appt-check): Doc fixes.
8262 (appt-disp-window-function, appt-delete-window-function):
8263 Remove needless special case in custom :type.
8264 (appt-display-count): Default to 0, not nil.
8265 (appt-check): Reset appt-display-count to 0, not nil.
8266
c71a0d48 82672011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 8268
c71a0d48
GM
8269 * progmodes/python.el (python-font-lock-keywords):
8270 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 8271
31d55be9
SM
82722011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
8275
3bfacb2f
KR
82762011-05-16 Kevin Ryde <user42@zip.com.au>
8277
8278 * info-look.el (makefile-automake-mode): New setups, looking in
8279 automake manual, then makefile-mode.
8280 (makefile-mode): Remove automake manual, have it just in
8281 makefile-automake-mode since there's various things different or
8282 not relevant to plain make.
8283 (makefile-mode): Remove "other-modes" non-existent automake-mode,
8284 believe a hypothetical automake-mode would go to makefile-mode,
8285 not the other way around.
8286
c8e83751
CY
82872011-05-15 Chong Yidong <cyd@stupidchicken.com>
8288
5e9e35cd
CY
8289 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
8290 hunk-end tags (Bug#8672).
8291
c8e83751
CY
8292 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
8293 vc-annotate-show-diff-revision-at-line (Bug#8671).
8294
50b23e5a
GM
82952011-05-14 Glenn Morris <rgm@gnu.org>
8296
7210a739
GM
8297 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
8298 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
8299 (change-log-font-lock-keywords): Also handle multiple author lines
8300 with leading tabs. (Bug#8644)
7210a739 8301
4691905a
GM
8302 * calendar/appt.el (appt-check): Rename some local variables.
8303 Some simplification/reordering.
8304
50b23e5a
GM
8305 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
8306 (feedmail-sendmail-f-doesnt-sell-me-out)
8307 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8308 (feedmail-debug-sit-for, feedmail-queue-express-hook)
8309 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
8310 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
8311 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
8312 (feedmail-binmail-gnulinuxish-template):
8313 Rename from feedmail-binmail-linuxish-template.
8314 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
8315 Use insert-buffer-substring.
8316
215cda7c
BC
83172011-05-14 Bill Carpenter <bill@carpenter.org>
8318
8319 * mail/feedmail.el (feedmail-patch-level): Increase.
8320 (feedmail-debug): New custom group.
8321 (feedmail-confirm-outgoing-timeout)
8322 (feedmail-sendmail-f-doesnt-sell-me-out)
8323 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8324 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
8325 (feedmail-sender-line, feedmail-from-line)
8326 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 8327 (feedmail-spray-this-address)
215cda7c
BC
8328 (feedmail-spray-address-fiddle-plex-list)
8329 (feedmail-queue-use-send-time-for-date)
8330 (feedmail-queue-use-send-time-for-message-id)
8331 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
8332 (feedmail-buffer-eating-function):
8333 Doc fixes.
8334 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
8335 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
8336 (feedmail-message-action-scroll-down): New functions.
8337 (feedmail-queue-directory, feedmail-queue-draft-directory):
8338 Use expand-file-name.
8339 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
8340 Remove C-v help entry.
8341 (feedmail-queue-buffer-file-name): New variable.
8342 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
8343 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
8344 (feedmail-message-action-send-strong, feedmail-message-action-edit)
8345 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
8346 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
8347 (feedmail-message-action-toggle-spray)
8348 (feedmail-run-the-queue-no-prompts)
8349 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
8350 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
8351 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
8352 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
8353 (feedmail-envelope-deducer, feedmail-fiddle-from)
8354 (feedmail-fiddle-sender, feedmail-default-date-generator)
8355 (feedmail-fiddle-date, feedmail-fiddle-message-id)
8356 (feedmail-fiddle-spray-address)
8357 (feedmail-fiddle-list-of-spray-fiddle-plexes)
8358 (feedmail-fiddle-list-of-fiddle-plexes)
8359 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
8360 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
8361 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
8362 Change default. Doc fix.
8363 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
8364 (feedmail-binmail-linuxish-template): New constant.
8365 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
8366 Respect feedmail-sendmail-f-doesnt-sell-me-out.
8367 (feedmail-send-it): Add debug call.
8368 Use feedmail-queue-buffer-file-name, and
8369 feedmail-send-it-immediately-wrapper.
8370 (feedmail-message-action-send): Add debug call.
8371 Use feedmail-send-it-immediately-wrapper.
8372 (feedmail-queue-express-to-queue): Add debug call.
8373 Run feedmail-queue-express-hook.
8374 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
8375 (feedmail-message-action-help-blat):
8376 Rename from feedmail-queue-send-edit-prompt-help-first.
8377 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
8378 Check line-endings. Handle errors better.
8379 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
8380 Doc fix. Add debug call.
8381 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
8382 Use feedmail-queue-send-edit-prompt-inner.
8383 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
8384 (feedmail-queue-send-edit-prompt-inner): New function, extracted
8385 from feedmail-queue-send-edit-prompt.
8386 (feedmail-queue-send-edit-prompt-help)
8387 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
8388 (feedmail-tidy-up-slug): Add debug call.
8389 Respect feedmail-queue-slug-suspect-regexp.
8390 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
8391 (feedmail-dump-message-to-queue): Add debug call.
8392 Expand queue-directory.
8393 (feedmail-dump-message-to-queue): Change message slightly.
8394 Use feedmail-say-chatter.
8395 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
8396 (feedmail-send-it-immediately-wrapper): New function.
8397 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
8398 Insert empty string rather than newline. Handle full-frame case.
8399 Use catch/throw. Use feedmail-say-chatter.
8400 (feedmail-fiddle-from): Try mail-host-address.
8401 (feedmail-default-message-id-generator): Doc fix.
8402 Bind system-time-locale. Handle missing end.
8403 (feedmail-fiddle-x-mailer): Add debug call.
8404 Handle feedmail-x-mailer-line being nil.
8405 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
8406 Add debug call. Use buffer-substring-no-properties.
8407 (feedmail-say-debug, feedmail-say-chatter): New functions.
8408 (feedmail-find-eoh): Give an explicit error.
8409
42c7e61e
UJ
84102011-05-13 Ulf Jasper <ulf.jasper@web.de>
8411
c2571358 8412 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 8413 family from helvetica to sans.
c2571358 8414 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
8415 etc/images/newsticker.
8416
c2571358 8417 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
8418 family from helvetica to sans.
8419
8420 * net/newst-plainview.el (newsticker-new-item-face)
8421 (newsticker-old-item-face, newsticker-immortal-item-face)
8422 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 8423 (newsticker-statistics-face): Change default family from
42c7e61e 8424 helvetica to sans.
c2571358 8425 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
8426 etc/images/newsticker.
8427
8428 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
8429 (newsticker--process-auto-mark-filter-match): : Tell user about
8430 auto-marking.
8431
8497a297
DV
84322011-05-13 Didier Verna <didier@xemacs.org>
8433
8434 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
8435 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
8436 TODO entries.
8497a297
DV
8437 (lisp-lambda-list-keyword-parameter-indentation)
8438 (lisp-lambda-list-keyword-parameter-alignment)
8439 (lisp-lambda-list-keyword-alignment): New customizable user options.
8440 (lisp-indent-defun-method): Improve docstring.
8441 (extended-loop-p): Fix comment.
8442 (lisp-indent-lambda-list-keywords-regexp): New variable.
8443 (lisp-indent-lambda-list): New function.
8444 (lisp-indent-259): Use it.
8445 (lisp-indent-defmethod): Support for more than one
8446 method qualifier and properly indent methods lambda-lists.
8447 (defgeneric): Provide a missing common-lisp-indent-function property.
8448
f278f87f
SM
84492011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8450
8451 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
8452 bounds for the empty string (bug#8667).
8453
5233edd7
GM
84542011-05-13 Glenn Morris <rgm@gnu.org>
8455
5237a44f
GM
8456 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
8457
8340026c 8458 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 8459 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 8460
5233edd7 8461 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 8462 (appt-time-msg-list): Doc fix.
a5464014 8463 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 8464
92d10796
AS
84652011-05-12 Andreas Schwab <schwab@linux-m68k.org>
8466
8467 * progmodes/ld-script.el (ld-script-keywords)
8468 (ld-script-builtins): Update keywords list.
8469
914a0ae1
SM
84702011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8471
c89be45f
SM
8472 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
8473
914a0ae1
SM
8474 * shell.el (shell-completion-vars): New function.
8475 (shell-mode):
8476 * simple.el (read-shell-command): Use it.
8477 (blink-matching-open): No need for " [...]" in minibuffer-message.
8478
98dc3df3
GM
84792011-05-12 Glenn Morris <rgm@gnu.org>
8480
8481 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
8482 (appt-check): Simplify.
8483
d2fc7e3d 84842011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 8485
4d61f28d 8486 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
8487 literal "/dev/null".
8488
d2fc7e3d 84892011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
8490
8491 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
8492 Fix typo.
8493
d2fc7e3d 84942011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 8495
3f254caa
SM
8496 * progmodes/which-func.el (which-function):
8497 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
8498 which might not be defined (Bug#8260).
8499
d45885f7
GM
85002011-05-12 Glenn Morris <rgm@gnu.org>
8501
8502 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
8503 Let byte-compile-initial-macro-environment always take precedence.
8504
488086f4
SM
85052011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8506
8507 * net/rcirc.el: Add support for SSL/TLS connections.
8508 (rcirc-server-alist): New field `encryption'.
8509 (rcirc): Check `encryption' settings.
8510 (rcirc-connect): New arg `encryption'. Use open-network-stream.
8511 Merge make-local-variable into `set'.
8512 (rcirc--connection-open-p): New function.
8513 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
8514 the process is not a network process (e.g. running gnutls-cli).
8515 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
8516 Make rcirc-(en|de)code-coding-system local here.
8517 (rcirc-mode): Merge make-local-variable into `set'.
8518 (rcirc-parent-buffer): Make permanent buffer-local.
8519 (rcirc-multiline-minor-mode): Don't do it here.
8520 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
8521 there's no server buffer.
8522
7d3b9d44
GM
85232011-05-11 Glenn Morris <rgm@gnu.org>
8524
f64049c6
GM
8525 * newcomment.el (comment-kill): Prefix "unused" local.
8526
93c9df73
GM
8527 * term/w32console.el (get-screen-color): Declare.
8528
7d3b9d44
GM
8529 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
8530 Handle symbol elements of byte-compile-initial-macro-environment.
8531
9e2dd53f
LL
85322011-05-10 Leo Liu <sdl.web@gmail.com>
8533
488086f4
SM
8534 * bookmark.el (bookmark-bmenu-mode-map):
8535 Bind bookmark-bmenu-search to `/'.
8b340240 8536
9e2dd53f 8537 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
8538 (footnote-unicode-string, footnote-unicode-regexp): New variable.
8539 (Footnote-unicode): New function.
8540 (footnote-style-alist): Add unicode style to the list.
8541 (footnote-style): Doc fix.
9e2dd53f 8542
79b70037
GM
85432011-05-10 Jim Meyering <meyering@redhat.com>
8544
8545 Fix doubled-word typos.
8546 * international/quail.el (quail-insert-kbd-layout): and and -> and
8547 * kermit.el: and and -> and
8548 * net/ldap.el (ldap-search-internal): to to -> to
8549 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
8550 * progmodes/js.el (js-mode): and and -> and
8551 * textmodes/artist.el (artist-move-to-xy): at at -> at
8552 (artist-draw-region-trim-line-endings): if if -> if
8553 And Safetyc -> Safety.
8554 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
8555
b8f82dc1 85562011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 8557 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
8558
8559 * files.el (hack-one-local-variable-eval-safep):
8560 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
8561
4f99f44b
GM
85622011-05-10 Glenn Morris <rgm@gnu.org>
8563
8564 * calendar/diary-lib.el (diary-list-entries-hook)
8565 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
8566 (diary-nongregorian-marking-hook, diary-list-entries)
8567 (diary-include-other-diary-files, diary-mark-entries)
8568 (diary-mark-included-diary-files): Doc fixes.
8569
84f29e6b
JB
85702011-05-09 Juanma Barranquero <lekktu@gmail.com>
8571
8572 * misc.el: Require tabulated-list.el during compilation.
8573
9bedd73a
CY
85742011-05-09 Chong Yidong <cyd@stupidchicken.com>
8575
488086f4
SM
8576 * progmodes/compile.el (compilation-start):
8577 Run compilation-filter-hook for the async case too.
9bedd73a
CY
8578 (compilation-filter-hook): Doc fix.
8579
797c735c
DD
85802011-05-09 Deniz Dogan <deniz@dogan.se>
8581
8582 * wdired.el: Remove outdated installation comment. Fix usage
8583 comment.
8584
5f4b1dfe
JB
85852011-05-09 Juanma Barranquero <lekktu@gmail.com>
8586
8587 * misc.el: Implement new command `list-dynamic-libraries'.
8588 (list-dynamic-libraries--loaded-only-p): New variable.
8589 (list-dynamic-libraries--refresh): New function.
8590 (list-dynamic-libraries): New command.
8591
4c44026c
CY
85922011-05-09 Chong Yidong <cyd@stupidchicken.com>
8593
488086f4
SM
8594 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8595 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
8596 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
8597 higher priority to avoid clobbering by gnu.
8598
027f966d
CY
85992011-05-08 Chong Yidong <cyd@stupidchicken.com>
8600
8601 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
8602 if the face has existing theme settings (Bug#8454).
8603
085f5d7d
CY
86042011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
8605
488086f4
SM
8606 * progmodes/perl-mode.el (perl-imenu-generic-expression):
8607 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 8608
2a86a00c
RS
8609 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
8610 special file names `.' and `..' (Bug#8259).
8611
d9c54a06
CY
86122011-05-08 Chong Yidong <cyd@stupidchicken.com>
8613
488086f4
SM
8614 * progmodes/grep.el (grep-mode-font-lock-keywords):
8615 Remove buffer-changing entries.
d9c54a06
CY
8616 (grep-filter): New function.
8617 (grep-mode): Add it to compilation-filter-hook.
8618
8619 * progmodes/compile.el (compilation-filter-hook)
8620 (compilation-filter-start): New defvars.
8621 (compilation-filter): Call compilation-filter-hook prior to
8622 updating the process mark.
8623
c4662635
SM
86242011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8625
8626 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
8627
b0512a1d
EZ
86282011-05-07 Eli Zaretskii <eliz@gnu.org>
8629
605c9376
EZ
8630 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
8631 mailclient-send-it even if window-system is nil. (Bug#8595)
8632
c4662635
SM
8633 * term/w32console.el (terminal-init-w32console):
8634 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
8635 background-mode. (Bug#8597)
8636
d1dc2cc2
SM
86372011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8638
8639 Make bytecomp.el understand that defmethod defines funs (bug#8631).
8640 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
8641 New functions.
8642 (defgeneric, eieio--defmethod): Use them.
8643 (eieio-defgeneric): Remove.
8644 (defmethod): Call defgeneric in a way visible to the byte-compiler.
8645
915d1300
GM
86462011-05-07 Glenn Morris <rgm@gnu.org>
8647
a3961c3e
GM
8648 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
8649 Use let rather than let*.
8650 (timeclock-find-discrep): Remove unused local.
8651
314347b9
GM
8652 * calendar/diary-lib.el (diary-comment-start): Doc fix.
8653
915d1300
GM
8654 * calendar/appt.el (appt-time-msg-list): Doc fix.
8655
275b59b0
NF
86562011-05-06 Noah Friedman <friedman@splode.com>
8657
8658 * apropos.el (apropos-print-doc): Only use
8659 emacs-lisp-docstring-fill-column when it is bound to an integer,
8660 per that variable's documentation.
8661
6c19f744
SM
86622011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8663
8664 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 8665 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 8666
60f884b2
GM
86672011-05-06 Glenn Morris <rgm@gnu.org>
8668
5006e634
GM
8669 * calendar/appt.el (appt-message-warning-time): Doc fix.
8670 (appt-warning-time-regexp): New option.
8671 (appt-make-list): Respect appt-message-warning-time.
8672
548d0a63
GM
8673 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
8674 New options.
8675 (diary-add-to-list): Strip comments from the displayed string.
8676 (diary-mode): Set comment-start and comment-end.
8677
60f884b2
GM
8678 * vc/diff-mode.el (smerge-refine-subst): Declare.
8679 (diff-refine-hunk): Don't require smerge-mode when compiling.
8680
989681bb
JB
86812011-05-06 Juanma Barranquero <lekktu@gmail.com>
8682
8683 * simple.el (list-processes): Return nil as the docstring says.
8684
a6bc05e1
MA
86852011-05-05 Michael Albinus <michael.albinus@gmx.de>
8686
8687 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
8688 to "".
8689 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8690 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
8691 determining of binary transfer. (Bug#7383)
8692
23c22e9a
MA
86932011-05-05 Michael Albinus <michael.albinus@gmx.de>
8694
c4662635
SM
8695 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8696 Fix port computation bug. (Bug#8618)
23c22e9a 8697
0bff894f
GM
86982011-05-05 Glenn Morris <rgm@gnu.org>
8699
b8296902
GM
8700 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
8701
1f522ce8
GM
8702 * simple.el (shell-dynamic-complete-functions)
8703 (comint-dynamic-complete-functions): Declare.
8704
cf5bee67
GM
8705 * net/network-stream.el (gnutls-negotiate):
8706 * simple.el (tabulated-list-print): Fix declarations.
8707
8708 * progmodes/gud.el (syntax-symbol, syntax-point):
8709 Remove unnecessary and incorrect declarations.
8710
0bff894f
GM
8711 * emacs-lisp/check-declare.el (check-declare-scan):
8712 Handle byte-compile-initial-macro-environment in bytecomp.el
8713
9869b3ae
SM
87142011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8715
8716 Fix earlier half-done eieio-defmethod change (bug#8338).
8717 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
8718 Streamline and change calling convention.
8719 (defmethod): Adjust accordingly and simplify.
8720 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
8721 new eieio--defmethod.
8722 (slot-boundp): Minor CSE simplification.
8723
9c1d5ac5
MZ
87242011-05-05 Milan Zamazal <pdm@zamazal.org>
8725
8726 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
8727 (glasses-make-readable): Use glasses-separate-capital-groups.
8728
455c834e
JB
87292011-05-05 Juanma Barranquero <lekktu@gmail.com>
8730
8731 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
8732 (warning-series): Doc fix.
8733 (display-warning): Don't try to create the buffer if we just found it.
8734
9ed7c8cb
CY
87352011-05-04 Chong Yidong <cyd@stupidchicken.com>
8736
8737 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
8738 (autoload-find-generated-file): New function.
8739 (generate-file-autoloads): Bind generated-autoload-file to
8740 buffer-file-name.
9869b3ae
SM
8741 (update-file-autoloads, update-directory-autoloads):
8742 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
8743 output file (Bug#7989).
8744 (batch-update-autoloads): Doc fix.
8745
0898ca10
JB
87462011-05-04 Juanma Barranquero <lekktu@gmail.com>
8747
8748 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
8749
31dfb76c
GM
87502011-05-04 Glenn Morris <rgm@gnu.org>
8751
f330b642
GM
8752 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
8753 function, so it follows changes in calendar-date-style.
8754 (diary-fancy-date-matcher): New function.
8755 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
8756 (diary-fancy-font-lock-fontify-region-function):
8757 Use diary-fancy-date-pattern as a function.
8758
31dfb76c
GM
8759 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
8760 non-numbers for `year' etc pseudo-variables. (Bug#8583)
8761
48e79d6a
TZ
87622011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
8763
8764 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
8765 instead of positional arguments. Allow :keylist and :crlfiles
8766 arguments.
8767 (open-gnutls-stream): Call it.
8768
8769 * net/network-stream.el (network-stream-open-starttls): Adjust to
8770 call `gnutls-negotiate' with :process and :hostname arguments.
8771
dd5a5ee0
SM
87722011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8773
ef80fc09
SM
8774 * minibuffer.el (completion--message): New function.
8775 (completion--do-completion, minibuffer-complete)
8776 (minibuffer-force-complete, minibuffer-complete-word): Use it.
8777 (completion--do-completion): Don't ignore completion-auto-help when in
8778 icomplete-mode.
8779
dd5a5ee0
SM
8780 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
8781 internal encoding (e.g. tibetan zero is not whitespace).
8782 (global-whitespace-mode): Prefer save-current-buffer.
8783 (whitespace-trailing-regexp): Remove useless save-match-data.
8784 (whitespace-empty-at-bob-regexp): Minor simplification.
8785
b7d22a83
CY
87862011-05-03 Chong Yidong <cyd@stupidchicken.com>
8787
8788 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
8789
5192af46
AM
87902011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8791
8792 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 8793 Use `concat' to create string for insertion.
5192af46 8794
5767d190
SM
87952011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
8798 Avoid open-line which runs post-self-insert-hook.
8799 (bibtex-fill-entry): Remove unused `end' var.
8800
bf242939
AM
88012011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
8802
5767d190
SM
8803 * textmodes/ispell.el (ispell-add-per-file-word-list):
8804 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 8805
25666126
LL
88062011-05-03 Leo Liu <sdl.web@gmail.com>
8807
8808 * isearch.el (isearch-yank-pop): New command.
5767d190 8809 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
8810 (isearch-forward): Mention it.
8811
52d3c2d0
SM
88122011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8813
1bcace58
SM
8814 * simple.el (minibuffer-complete-shell-command): Remove.
8815 (minibuffer-local-shell-command-map): Use completion-at-point.
8816 (read-shell-command): Setup completion vars here instead.
8817 (read-expression-map): Bind TAB to symbol completion.
8818
52d3c2d0
SM
8819 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
8820 error directly rather via storing it into `results'.
8821
35813471
LL
88222011-05-02 Leo Liu <sdl.web@gmail.com>
8823
8824 * vc/diff.el: Fix description.
8825
e793a940
LMI
88262011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8827
8828 * server.el (server-eval-at): New function.
8829
8de66e05
LMI
88302011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8831
8832 * net/network-stream.el (open-network-stream): Take a :nowait
8833 parameter and pass it on to `make-network-process'.
8834 (network-stream-open-plain): Ditto.
8835
dcb79f20
AS
88362011-04-30 Andreas Schwab <schwab@linux-m68k.org>
8837
8838 * faces.el (face-spec-set-match-display): Don't match toolkit
8839 options on terminal frames.
8840
14a7fbd8
SM
88412011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8842
7eabc1be
SM
8843 * progmodes/pascal.el: Use lexical binding.
8844 (pascal-mode-map): Remove author preferences.
8845
14a7fbd8
SM
8846 * pcomplete.el (pcomplete-std-complete): Don't abuse
8847 completion-at-point.
8848
50f84510
JB
88492011-04-28 Juanma Barranquero <lekktu@gmail.com>
8850
6e087a44
JB
8851 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
8852 removing code that has been dead since 1991 or so.
8853
50f84510
JB
8854 * startup.el (command-line): When warning about "_emacs", use a
8855 delayed warning to allow the user to filter it out.
8856
0ba690bd
DD
88572011-04-28 Deniz Dogan <deniz@dogan.se>
8858
8859 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
8860 user has not joined.
8861
08abfaad
SM
88622011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8863
8864 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
8865 aren't any completions at point.
8866
638f053a
JB
88672011-04-28 Juanma Barranquero <lekktu@gmail.com>
8868
8869 * subr.el (display-delayed-warnings): New function.
8870 (delayed-warnings-hook): New variable.
8871
8fff8daa
SM
88722011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8873
08abfaad
SM
8874 * minibuffer.el (completion-at-point, completion-help-at-point):
8875 Don't presume that a given completion-at-point-function will always
8876 use the same calling convention.
8877
8fff8daa
SM
8878 * pcomplete.el (pcomplete-completions-at-point):
8879 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
8880 pcomplete-seen is non-nil.
8881 (pcomplete-comint-setup): Also recognize the new comint/shell
8882 completion functions.
8883 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
8884 pcomplete-seen is non-nil.
8885
841a1577 88862011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 8887
841a1577 8888 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 8889 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 8890 the first character in the entry. This allows for code to add its
211ec907
UJ
8891 own uid to the entry.
8892 (icalendar--convert-float-to-ical): Add export of
8893 `diary-float'-entries save for those with the optional DAY
8894 argument.
8895
2a782793
DC
88962011-04-27 Daniel Colascione <dan.colascione@gmail.com>
8897
8898 * subr.el (shell-quote-argument): Use alternate escaping strategy
8899 when we spot a variable reference in a string.
8900
0438ce91
DC
89012011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8902
8903 * cus-start.el (all): Define customization for debug-on-event.
8904
841a1577 89052011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
8906
8907 * subr.el (shell-quote-argument): Escape correctly under Windows.
8908
d090ed6c
SM
89092011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
8912
bfd31217
MA
89132011-04-25 Michael Albinus <michael.albinus@gmx.de>
8914
d090ed6c
SM
8915 * net/tramp.el (tramp-process-actions): Add POS argument.
8916 Delete region between POS and (pos).
bfd31217 8917
d090ed6c
SM
8918 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8919 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
8920 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
8921
8922 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
8923 position in `tramp-process-actions' call.
8924
8925 * net/trampver.el: Update release number.
8926
e92f3bd3
SM
89272011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8928
850256b5
SM
8929 * custom.el (defcustom): Obey lexical-binding.
8930
e92f3bd3
SM
8931 Fix octave-inf completion problems reported by Alexander Klimov.
8932 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8933 Inherit from octave-mode-syntax-table.
8934 (inferior-octave-mode): Set info-lookup-mode.
8935 (inferior-octave-completion-at-point): New function.
8936 (inferior-octave-complete): Use it and completion-in-region.
8937 (inferior-octave-dynamic-complete-functions): Use it as well, and use
8938 comint-filename-completion.
8939 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8940 symbol elements which shouldn't be word elements.
8941 (octave-font-lock-keywords, octave-beginning-of-defun)
8942 (octave-function-header-regexp): Adjust regexps accordingly.
8943 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8944
cd22b309
JB
89452011-04-25 Juanma Barranquero <lekktu@gmail.com>
8946
8947 * net/gnutls.el (gnutls-errorp): Declare before first use.
8948
8b492194
TZ
89492011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
8950
8951 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8952 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 8953 default trustfile exists before going to use it. Add missing
5a5fa834 8954 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
8955 Reported by Claudio Bley <claudio.bley@gmail.com>.
8956 (open-gnutls-stream): Add usage example.
8957
8958 * net/network-stream.el (network-stream-open-starttls): Give host
8959 parameter to `gnutls-negotiate'.
8960 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 8961 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 8962
841a1577 89632011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 8964
cd22b309
JB
8965 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8966 Use correct match group (bug#8438).
05842630 8967
3ba7869c
CY
89682011-04-24 Chong Yidong <cyd@stupidchicken.com>
8969
512e3ae1
CY
8970 * emacs-lisp/package.el (package-built-in-p): Fix typo.
8971 (package-menu--generate): New arg specifying packages to show.
8972 (package-menu-refresh, package-menu-execute, list-packages):
8973 Callers changed.
8974 (package-show-package-list): New function, replacing deleted
8975 package--list-packages (renamed because it is non-internal).
8976
8977 * finder.el (finder-list-matches): Use package-show-package-list
8978 instead of deleted package--list-packages.
8979
e92f3bd3
SM
8980 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8981 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
8982 (vc-annotate-mode-map): Bind it to RET.
8983
7031be6d
UR
89842011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8985
8986 * progmodes/etags.el (next-file): Don't use set-buffer to change
8987 buffers (Bug#8478).
8988
4ef177aa
CY
89892011-04-24 Chong Yidong <cyd@stupidchicken.com>
8990
c8d173eb
CY
8991 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8992
4ef177aa
CY
8993 * apropos.el (apropos-label-face): Avoid variable-pitch face.
8994 (apropos-accumulator): Doc fix.
8995 (apropos-function, apropos-macro, apropos-command)
8996 (apropos-variable, apropos-face, apropos-group, apropos-widget)
8997 (apropos-plist): Add face property.
8998 (apropos-symbols-internal): Fix indentation.
8999 (apropos-print): Simplify help, and recognize apropos-multi-type.
9000 (apropos-print-doc): Use button-type-get to extract the button's
9001 face property. Fill docstring (Bug#8352).
9002
4ffd0d6b 90032011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
9004
9005 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9006
c6c32125 9007 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 9008 (mpuz-mode-map): Use mapc.
c6c32125
JB
9009 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9010 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9011 Fix typos in docstrings.
9012
58d468b4
JB
9013 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9014 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9015
6470c3c6
JB
9016 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9017
4ffd0d6b 90182011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
9019
9020 * minibuffer.el (completion--do-completion): Avoid the "Next char
9021 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9022
3ad8bad0
CY
9023 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9024 mouse-2 into unread-command-events, it is interpreted correctly.
9025
71d73c9c 9026 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 9027 (image-toggle-display): Doc fix.
71d73c9c 9028
841a1577 90292011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 9030
4ffd0d6b
GM
9031 * textmodes/page.el (what-page): Use line-number-at-pos to
9032 calculate line number (Bug#6825).
6e1dbaa9 9033
c2fb1b60
JB
90342011-04-22 Juanma Barranquero <lekktu@gmail.com>
9035
9036 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9037 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9038 Pass argument NO-DEFAULT to `find-tag-interactive'.
9039
e02f48d7
JB
90402011-04-22 Juanma Barranquero <lekktu@gmail.com>
9041
9042 Lexical-binding cleanup.
9043
9044 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9045 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9046 * progmodes/ada-prj.el (ada-prj-initialize-values)
9047 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9048 (ada-prj-show-value):
9049 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9050 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9051 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9052 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9053 * progmodes/bug-reference.el (bug-reference-push-button):
9054 * progmodes/fortran.el (fortran-line-length):
9055 * progmodes/glasses.el (glasses-change):
9056 * progmodes/octave-mod.el (octave-fill-paragraph):
9057 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9058 (python-pdbtrack-grub-for-buffer, python-sentinel):
9059 * progmodes/sql.el (sql-save-connection):
9060 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9061 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9062 Mark unused parameters.
9063
9064 * progmodes/compile.el (compilation--flush-directory-cache)
9065 (compilation--flush-parse, compile-internal): Mark unused parameters.
9066 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9067 (compilation-next-error-function): Remove unused variable `timestamp'.
9068
9069 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9070 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9071
9072 * progmodes/dcl-mode.el (dcl-end-of-command):
9073 Remove unused variable `start'.
9074 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9075 (dcl-option-value-basic, dcl-option-value-offset)
9076 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9077 Mark unused parameters.
9078 (dcl-save-local-variable): Remove unused variable `val'.
9079 (mode): Declare.
9080
9081 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9082 Mark unused parameters.
9083 (delphi-ignore-changes): Move before first use.
9084 (delphi-charset-token-at): Remove unused variable `start'.
9085 (delphi-else-start): Remove unused variable `if-count'.
9086 (delphi-comment-block-start, delphi-comment-block-end):
9087 Remove unused variable `kind'.
9088 (delphi-indent-line): Remove unused variable `new-point'.
9089
9090 * progmodes/ebrowse.el (ebrowse-files-list)
9091 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9092 Mark unused parameters. Don't quote `lambda'.
9093 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9094 Don't quote `lambda'.
9095 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9096 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9097 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9098 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9099 Use `ignore-errors'.
9100 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9101 (ebrowse-view/find-file-and-search-pattern)
9102 (ebrowse-view/find-member-declaration/definition):
9103 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9104 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9105 Rename parameter PREFIX-ARG to PREFIX.
9106 (ebrowse-tags-read-name): Remove unused variables `start' and
9107 `member-info'.
9108 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9109 to `tags-file'.
9110
9111 * progmodes/etags.el (local-find-tag-hook): Declare.
9112 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9113 Mark unused parameters.
9114
9115 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9116 (executable-interpret): Mark unused parameter.
9117
9118 * progmodes/flymake.el (flymake-process-sentinel)
9119 (flymake-after-change-function)
9120 (flymake-create-temp-with-folder-structure)
9121 (flymake-get-include-dirs-dot): Mark unused parameters.
9122 (flymake-safe-delete-directory): Remove unused variable `err'.
9123
9124 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9125 (speedbar-timer-fn, speedbar-line-text)
9126 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9127 (speedbar-center-buffer-smartly): Declare functions.
9128 (gdb-find-watch-expression): Remove unused variable `array'.
9129 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9130 (gdb-starting): Mark unused parameters.
9131 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9132 (gdb-table-string): Remove unused variable `res'.
9133 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9134 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9135 (gdb-display-buffer): Remove unused variable `cur-size'.
9136
9137 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9138 allow lexical-binding compilation.
9139 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9140 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9141 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9142 Mark unused parameters.
9143 (gud-gdb-marker-filter): Remove unused variable `match'.
9144 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9145 lambda expressions and funcall them, instead of using `fset'.
9146
9147 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9148 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9149
9150 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9151 variable `header-beg'; use `let'.
9152
9153 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9154 `restart', `last-sexp' and `at-do'.
9155
9156 * progmodes/js.el (js--debug): Mark unused parameter.
9157 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9158 (js--splice-into-items): Remove unused variable `item'.
9159 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9160
9161 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9162 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9163 (makefile-complete): Remove unused variable `try'.
9164 (makefile-fill-paragraph, makefile-match-function-end):
9165 Mark unused parameters.
9166
9167 * progmodes/octave-inf.el (inferior-octave-complete):
9168 Remove unused variable `proc'.
9169 (inferior-octave-output-digest): Mark unused parameter.
9170
9171 * progmodes/perl-mode.el (perl-calculate-indent):
9172 Remove unused variable `err'.
9173
9174 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9175 (prolog-indent-line): Mark unused parameters.
9176 (prolog-indent-line): Remove unused variable `beg'.
9177
9178 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
9179 (reporter-dont-compact-list): Declare.
9180
9181 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
9182 Remove unused variable `char'.
9183 (sh-debug): Mark unused parameter.
9184 (sh-get-indent-info): Remove unused variable `start'.
9185 (sh-calculate-indent): Remove unused variable `var'.
9186
9187 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
9188 (simula-electric-keyword): Remove unused variable `null'.
9189 (simula-search-backward, simula-search-forward): Remove unused
9190 variables `begin' and `end'.
9191
9192 * progmodes/vera-mode.el (vera-guess-basic-syntax):
9193 Remove unused variable `pos'.
9194 (vera-electric-tab, vera-comment-uncomment-region):
9195 Mark unused parameters.
9196 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
9197
7ede3b65
CY
91982011-04-22 Chong Yidong <cyd@stupidchicken.com>
9199
9200 * emacs-lisp/package.el (package--builtins, package-alist)
9201 (package-load-descriptor, package-built-in-p, package-activate)
9202 (define-package, package-installed-p)
9203 (package-compute-transaction, package-buffer-info)
9204 (package--push): Doc fix. Distinguish more clearly between
9205 version strings and version lists.
9206
121656e9
JB
92072011-04-21 Juanma Barranquero <lekktu@gmail.com>
9208
9209 Lexical-binding cleanup.
9210
9211 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
9212 (5x5-make-mutate-best):
9213 * play/fortune.el (fortune-in-buffer):
9214 * play/gomoku.el (gomoku-init-display):
9215 * play/solitaire.el (solitaire, solitaire-do-check):
9216 * play/tetris.el (tetris-default-update-speed-function):
9217 Mark unused parameters.
9218
9219 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
9220 (bubbles--shift): Remove unused variable `char-org'.
9221 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
9222 (bubbles--show-images): Remove unused variable `char'.
9223
9224 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
9225 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
9226 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
9227 (decipher-analyze-buffer): Use ?\s.
9228 (decipher-make-checkpoint): Remove unused variable `mapping'.
9229
9230 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
9231
9232 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9233 Remove unused variable `result'; use `let'.
9234
9235 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
9236 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
9237 (gametree-children-shown-p, gametree-compute-reduced-score):
9238 Use `ignore-errors'.
9239
9240 * play/handwrite.el (ps-lpr-switches): Declare.
9241 (handwrite): Remove unused variables `pmin' and `lastp'.
9242
9243 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
9244
9245 * play/landmark.el (landmark-init-display)
9246 (landmark-update-naught-weights): Mark unused parameters.
9247 (landmark-y): Remove unused variable `noise'. Simplify.
9248 (landmark-human-plays): Remove unused variable `score'.
9249
9250 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
9251 (mpuz-try-proposal): Remove unused variable `game'.
9252
9253 * play/zone.el (life-patterns): Declare.
9254
80f499c7
JB
92552011-04-20 Juanma Barranquero <lekktu@gmail.com>
9256
9257 * vc/vc.el (ediff-vc-internal): Declare function.
9258
024ff170
SM
92592011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9260
c0a193ea
SM
9261 * shell.el: Use lexical-binding and std completion UI.
9262 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
9263 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
9264 comint-preoutput-filter-functions rather than on
9265 comint-output-filter-functions.
9266 (shell-command-completion, shell--command-completion-data)
9267 (shell-filename-completion, shell-environment-variable-completion)
9268 (shell-c-a-p-replace-by-expanded-directory): New functions.
9269 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
9270 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
9271 (shell-dynamic-complete-environment-variable): Use them.
9272 (shell-dynamic-complete-as-environment-variable)
9273 (shell-dynamic-complete-as-command): Remove.
9274 (shell-match-partial-variable): Match past point.
9275 * comint.el: Clean up use of completion-at-point-functions.
9276 (comint-completion-at-point): New function.
9277 (comint-mode): Use it completion-at-point-functions.
9278 (comint-dynamic-complete): Make it obsolete.
9279 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
9280 (comint-c-a-p-replace-by-expanded-history): New function.
9281 (comint-dynamic-complete-functions)
9282 (comint-replace-by-expanded-history): Use it.
9283 * minibuffer.el (completion-table-with-terminator): Allow dynamic
9284 termination strings. Try harder to avoid second try-completion.
9285 (completion-in-region-mode-map): Disable bindings that don't work yet.
9286
2dbaa080
SM
9287 * comint.el: Use lexical-binding. Require CL.
9288 (comint-dynamic-complete-functions): Use comint-filename-completion.
9289 (comint-completion-addsuffix): Tweak custom type.
9290 (comint-filename-completion, comint--common-suffix)
9291 (comint--common-quoted-suffix, comint--table-subvert)
9292 (comint--complete-file-name-data): New functions.
9293 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
9294 (comint-dynamic-list-filename-completions): Use them.
9295 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 9296
2dbaa080
SM
9297 * minibuffer.el (completion-in-region-mode):
9298 Keep completion-in-region-mode--predicate global.
9299 (completion-in-region--postch):
9300 Assume completion-in-region-mode--predicate is not null.
9301
c79a6f38
SM
9302 * progmodes/flymake.el (flymake-start-syntax-check-process):
9303 Obey `dir'. Simplify.
9304
024ff170
SM
9305 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
9306 we're in VC after all.
9307
1c6c854e
CS
93082011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
9309
9310 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 9311 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
9312 (vc-version-diff): Use vc-diff-build-argument-list-internal.
9313
bed7f140
SM
93142011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9315
332e62ab
SM
9316 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
9317 add sanity check.
9318
bed7f140
SM
9319 * obsolete/erc-hecomplete.el: Make obsolete.
9320 * obsolete/: Standardize obsolescence info in the header.
9321
f195c582
GM
93222011-04-20 Glenn Morris <rgm@gnu.org>
9323
9324 * calendar/solar.el (solar-horizontal-coordinates):
9325 Use the longitude argument rather than `calendar-longitude'.
9326 (solar-date-next-longitude): Remove unused locals.
9327
cb79b8c0
VJL
93282011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9329
9330 * whitespace.el: New version 13.2.1.
9331
93322011-04-20 felix <EmacsWiki> (tiny change)
9333
d8e4b68b 9334 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
9335 switching between major modes on a file.
9336
602ea69d
SM
93372011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9338
9339 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
9340 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
9341 multi-line comments as well.
9342
06b60517
JB
93432011-04-19 Juanma Barranquero <lekktu@gmail.com>
9344
9345 Lexical-binding cleanup.
9346
9347 * arc-mode.el (archive-mode-revert):
9348 * cmuscheme.el (scheme-interactively-start-process):
9349 * custom.el (custom-initialize-delay):
9350 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
9351 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
9352 * emacs-lock.el (emacs-lock-clear-sentinel):
9353 * ezimage.el (defezimage):
9354 * follow.el (follow-avoid-tail-recenter):
9355 * fringe.el (set-fringe-mode-1):
9356 * generic-x.el (bat-generic-mode-compile):
9357 * help-mode.el (help-info-variable, help-do-xref)
9358 (help-mode-revert-buffer):
9359 * help.el (view-emacs-todo):
9360 * iswitchb.el (iswitchb-completion-help):
9361 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
9362 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
9363 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
9364 * locate.el (locate-update):
9365 * longlines.el (longlines-encode-region)
9366 (longlines-after-change-function):
9367 * outline.el (outline-isearch-open-invisible):
9368 * ps-def.el (declare-function, charset-dimension, char-width)
9369 (encode-char):
9370 * ps-mule.el (ps-mule-plot-string):
9371 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
9372 (recentf-edit-list-select, recentf-edit-list-validate)
9373 (recentf-open-files-action):
9374 * rect.el (delete-whitespace-rectangle-line)
9375 (rectangle-number-line-callback):
9376 * register.el (window-configuration-to-register)
9377 (frame-configuration-to-register):
9378 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
9379 * select.el (xselect-convert-to-string, xselect-convert-to-length)
9380 (xselect-convert-to-targets, xselect-convert-to-delete)
9381 (xselect-convert-to-filename, xselect-convert-to-charpos)
9382 (xselect-convert-to-lineno, xselect-convert-to-colno)
9383 (xselect-convert-to-os, xselect-convert-to-host)
9384 (xselect-convert-to-user, xselect-convert-to-class)
9385 (xselect-convert-to-name, xselect-convert-to-integer)
9386 (xselect-convert-to-atom, xselect-convert-to-identity):
9387 * subr.el (declare, ignore, process-kill-without-query)
9388 (text-clone-maintain):
9389 * terminal.el (te-get-char, te-tic-sentinel):
9390 * tool-bar.el (tool-bar-make-keymap):
9391 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
9392 * type-break.el (type-break-mode, type-break-noninteractive-query):
9393 * view.el (View-back-to-mark):
9394 * wid-browse.el (widget-browse-action, widget-browse-widget)
9395 (widget-browse-widgets, widget-browse-sexp):
9396 * widget.el (define-widget-keywords):
9397 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
9398 Mark unused parameters.
9399
9400 * align.el (align-adjust-col-for-rule): Mark unused parameter.
9401 (align-areas): Remove unused variable `look'.
9402 (align-region): Remove unused variables `real-end' and `pos-list'.
9403
9404 * apropos.el (apropos-score-doc): Remove unused variable `i'.
9405
9406 * bindings.el (mode-line-modified, mode-line-remote):
9407 Mark unused parameters.
9408 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
9409
9410 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
9411 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
9412
9413 * comint.el (comint-history-isearch-pop-state)
9414 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
9415 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
9416 (comint-substitute-in-file-name): Doc fix.
9417
9418 * completion.el (cmpl-statistics-block): Mark unused parameter.
9419 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
9420 (save-completions-to-file, load-completions-from-file):
9421 Remove unused local variable `e'.
9422
9423 * composite.el (compose-chars): Remove unused variable `len'.
9424 (lgstring-insert-glyph): Remove unused variable `g'.
9425 (compose-glyph-string): Remove unused variables `ascent',
9426 `descent', `lbearing' and `rbearing'.
9427 (compose-glyph-string-relative): Remove unused variables
9428 `lbearing', `rbearing' and `wadjust'.
9429 (compose-gstring-for-graphic): Remove unused variables `header',
9430 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
9431 (compose-gstring-for-terminal): Remove unused variables `header'
9432 and `nchars'. Use `let', not `let*'.
9433
9434 * cus-edit.el (Custom-set, Custom-save, custom-reset)
9435 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
9436 (Custom-buffer-done, custom-buffer-create-internal)
9437 (custom-browse-visibility-action, custom-browse-group-tag-action)
9438 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
9439 (widget-magic-mouse-down-action, custom-toggle-parent)
9440 (custom-add-parent-links, custom-toggle-hide-variable)
9441 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
9442 (custom-toggle-hide-face, face, hook, custom-group-link-action)
9443 (custom-face-menu-create, custom-variable-menu-create, get)
9444 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
9445 (custom-reset-standard-save-and-update): Remove unused variable `value'.
9446 (customize-apropos): Remove unused variable `tests'.
9447 (custom-group-value-create): Remove unused variable `hidden-p'.
9448 (sort-fold-case): Declare.
9449
9450 * cus-theme.el (custom-reset-standard-faces-list)
9451 (custom-reset-standard-variables-list): Declare.
9452 (customize-create-theme, custom-theme-revert, custom-theme-write)
9453 (custom-theme-choose-mode, customize-themes, custom-theme-save):
9454 Mark unused parameters.
9455
9456 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
9457
9458 * delim-col.el (delimit-columns-max): Move defvar before first use.
9459
9460 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 9461 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
9462
9463 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
9464 (auto-insert): Declare.
9465 (desktop-restore-file-buffer): Rename desktop-* parameters;
9466 mark unused ones.
9467 (desktop-create-buffer): Rename desktop-* parameters and bind them.
9468 (desktop-buffer): Rename desktop-* parameters.
9469
9470 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9471 (dframe-reposition-frame-xemacs, dframe-help-echo)
9472 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
9473 Mark unused parameters.
9474
9475 * dired-aux.el (backup-extract-version-start, overwrite-query)
9476 (overwrite-backup-query, rename-regexp-query)
9477 (rename-non-directory-query): Declare.
9478 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
9479 (dired-add-entry): Remove unused variable `orig-file-name'.
9480 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
9481 Use parameter PRESERVE-TIME instead of accessing dynamic variable
9482 `dired-copy-preserve-time' directly.
9483 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
9484 (dired-insert-subdir-newpos): Rename unused variable `pos'.
9485
9486 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
9487 (dired-virtual-revert, dired-make-relative-symlink):
9488 Mark unused parameters.
9489 (manual-program): Declare.
9490 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
9491 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
9492 wrapped in `with-no-warnings' to avoid replacing one warning by another.
9493
9494 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
9495
9496 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
9497
9498 * echistory.el (electric-history-in-progress, Helper-return-blurb):
9499 Declare.
9500
9501 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
9502
9503 * electric.el (Electric-command-loop): Rename parameter
9504 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
9505
9506 * expand.el (expand-in-literal): Remove unused variable `here'.
9507
9508 * facemenu.el (facemenu-add-new-color):
9509 Remove unused variable `docstring'.
9510
9511 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
9512 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
9513 (face-attr-construct): Mark unused parameter. Doc fix.
9514 (read-color): Remove unused variable `hex-string'.
9515
9516 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
9517 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
9518 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
9519 (display-buffer-other-frame): Remove unused variable `old-window'.
9520 (kill-buffer-hook): Declare.
9521 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
9522 Mark unused parameters.
9523 (after-find-file): Pass 1 to `auto-save-mode', not t.
9524
9525 * files-x.el (auto-insert): Declare.
9526 (modify-file-local-variable-prop-line): Remove unused variable `val'.
9527
9528 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 9529 variable `buf'. Mark unused parameter.
06b60517
JB
9530 (find-lisp-insert-directory): Mark unused parameter.
9531
9532 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
9533 (format-encode-region): Remove unused variables `cur-buf' and `result'.
9534 (format-common-tail): Remove, unused.
9535 (format-deannotate-region): Remove unused variable `loc'.
9536 (format-annotate-region): Remove unused variable `p'.
9537 (format-annotate-single-property-change): Remove unused variables
9538 `default' and `tail'.
9539
9540 * forms.el (read-file-filter): Declare.
9541 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
9542
9543 * frame.el (frame-creation-function-alist): Mark unused parameter.
9544 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
9545
9546 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
9547 Remove unused parameters.
9548 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
9549 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
9550
9551 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
9552 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
9553 (hfy-prepare-tag-map): Mark unused parameters.
9554 (htmlfontify-buffer): Use `called-interactively-p'.
9555
9556 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
9557 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
9558 (ibuffer-do-occur): Mark unused parameters.
9559 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
9560 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
9561
9562 * ibuffer.el: Don't quote `lambda'.
9563 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
9564 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
9565 Mark unused parameters.
9566
9567 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
9568 (ido-completing-read): Mark unused parameters.
9569 (ido-copy-current-word): Mark unused parameters;
9570 remove unused variable `name'.
9571 (ido-sort-merged-list): Remove unused parameter `dirs'.
9572
9573 * ielm.el (ielm-input-sender): Mark unused parameter.
9574 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
9575 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
9576 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
9577 `ielm-string' as a dynamic variable accessible from the IELM prompt.
9578 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
9579
9580 * image-dired.el (image-dired-display-thumbs): Remove unused
9581 variables `curr-file' and `count'.
9582 (image-dired-remove-tag): Remove unused variable `start'.
9583 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
9584 variable `curr-file'
9585 (image-dired-rotate-original): Remove unused variable `temp-file'.
9586 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
9587 Remove unused variable `file'.
9588 (image-dired-gallery-generate): Remove unused variable `curr'.
9589 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
9590
9591 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
9592
9593 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
9594
9595 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
9596
9597 * isearch.el (minibuffer-history-symbol): Declare.
9598 (isearch-edit-string): Remove unused variable `err'.
9599 (isearch-message-prefix, isearch-message-suffix):
9600 Mark unused parameters.
9601
9602 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
9603
9604 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
9605
9606 * makesum.el (double-column): Remove unused variable `cnt'.
9607
9608 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
9609 (ido-ignore-item-temp-list): Declare.
9610
9611 * mouse-drag.el (mouse-drag-throw): Remove unused variables
9612 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
9613 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
9614 (mouse-drag-drag): Remove unused variables `mouse-delta' and
9615 `mouse-col-delta'.
9616
9617 * mouse-sel.el (mouse-extend-internal):
9618 Remove unused variable `orig-window-frame'.
9619
9620 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
9621 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
9622 Move declarations before first use.
9623 (pcomplete-opt): Mark unused parameters; doc fix.
9624
9625 * proced.el (proced-revert): Mark unused parameter.
9626 (proced-send-signal): Remove unused variable `err'.
9627
9628 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
9629 Rename parameter PREFIX-ARG to ARG.
9630 (ps-basic-plot-string, ps-basic-plot-whitespace):
9631 Mark unused parameters.
9632
9633 * replace.el (replace-count): Define.
9634 (occur-revert-function): Mark unused parameters.
9635 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
9636 (isearch-case-fold-search, isearch-string): Declare.
9637 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
9638 bind `case-fold-search'. Remove unused variables `beg' and `end',
9639 and simplify.
9640 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
9641 COUNT and bind `replace-count'.
9642 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
9643 to COUNT.
9644
9645 * savehist.el (print-readably, print-string-length): Declare.
9646
9647 * shadowfile.el (shadow-expand-cluster-in-file-name):
9648 Remove unused variable `cluster'.
9649 (shadow-copy-file): Remove unused variable `i'.
9650 (shadow-noquery, shadow-clusters, shadow-site-cluster)
9651 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
9652 (shadow-define-literal-group, shadow-define-regexp-group)
9653 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
9654
9655 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
9656 (shell): Use `called-interactively-p'.
9657 (shell-directory-tracker): Remove unused variable `chdir-failure'.
9658
9659 * simple.el (compilation-context-lines, comint-file-name-quote-list)
9660 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
9661 (delete-backward-char): Remove unused variable `ocol'.
9662 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
9663 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
9664 (event-apply-hyper-modifier, event-apply-shift-modifier)
9665 (event-apply-control-modifier, event-apply-meta-modifier):
9666 Mark unused parameters.
9667 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
9668 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
9669
9670 * speedbar.el (speedbar-ignored-directory-expressions)
9671 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
9672 (speedbar-find-file, speedbar-dir-follow)
9673 (speedbar-directory-buttons-follow, speedbar-tag-find)
9674 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9675 (speedbar-buffers-line-directory, speedbar-buffer-click):
9676 Mark unused parameters.
9677 (speedbar-tag-file): Remove unused variable `mode'.
9678 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
9679
9680 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
9681
9682 * talk.el (talk): Remove unused variable `display'.
9683
9684 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
9685 (tar-write-region-annotate): Mark unused parameter.
9686
9687 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
9688 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
9689 Declare them, wrapped in `with-no-warnings' to avoid replacing one
9690 warning by another.
9691
9692 * time-stamp.el (time-stamp-string-preprocess):
9693 Remove unused variable `require-padding'.
9694
9695 * tree-widget.el (widget-glyph-enable): Declare.
9696 (tree-widget-action): Mark unused parameter.
9697
9698 * w32-fns.el (x-get-selection): Mark unused parameter.
9699 (autoload-make-program, generated-autoload-file): Declare.
9700
9701 * wdired.el (wdired-revert): Mark unused parameters.
9702 (wdired-xcase-word): Remove unused variable `err'.
9703
9704 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
9705 (whitespace-help-scroll): Remove unused variable `data-help'.
9706
9707 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
9708 (widget-image-insert, widget-after-change, default)
9709 (widget-default-format-handler, widget-default-notify)
9710 (widget-default-prompt-value, widget-info-link-action)
9711 (widget-url-link-action, widget-function-link-action)
9712 (widget-variable-link-action, widget-file-link-action)
9713 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
9714 (widget-field-prompt-internal, widget-field-action, widget-field-match)
9715 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
9716 (widget-insert-button-action, widget-delete-button-action, visibility)
9717 (widget-documentation-link-action, widget-documentation-string-action)
9718 (widget-const-prompt-value, widget-regexp-match, symbol)
9719 (widget-coding-system-prompt-value)
9720 (widget-key-sequence-value-to-external, sexp)
9721 (widget-sexp-value-to-internal, character, vector, cons)
9722 (widget-choice-prompt-value, widget-boolean-prompt-value)
9723 (widget-color--choose-action): Mark unused parameters.
9724 (widget-item-match-inline, widget-choice-match-inline)
9725 (widget-checklist-match, widget-checklist-match-inline)
9726 (widget-group-match): Rename parameter VALUES to VALS.
9727 (widget-field-value-set): Remove unused variable `size'.
9728 (widget-color-action): Remove unused variables `value' and `start'.
9729
9730 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 9731 variable `dir'. Doc fix.
06b60517
JB
9732 (windmove-find-other-window): Don't pass it.
9733
9734 * window.el (count-windows): Mark unused parameter.
9735 (bw-adjust-window): Remove unused variable `err'.
9736
9737 * woman.el (woman-file-name): Remove unused variable `default'.
9738 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
9739 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
9740 (global-font-lock-mode): Declare.
9741 (woman-decode-region): Mark unused parameter.
9742 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
9743
9744 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
9745 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
9746 (x-dnd-handle-moz-url): Remove unused variable `title'.
9747 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
9748
9749 * xml.el (xml-parse-tag, xml-parse-attlist):
9750 Remove unused variable `pos'.
9751
bc4f7f3d
GM
97522011-04-19 Glenn Morris <rgm@gnu.org>
9753
9754 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
9755 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9756 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9757 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
9758 * calendar/cal-html.el (cal-html-insert-minical):
9759 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
9760 (calendar-mark-date-pattern):
9761 Prefix "unused" locals.
9762
9763 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
9764 optional argument `style'.
9765
9766 * calendar/appt.el (appt-make-list):
9767 * calendar/cal-china.el (calendar-chinese-date-string):
9768 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
9769 (diary-hebrew-yahrzeit):
9770 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
9771 * calendar/calendar.el (calendar-generate-window):
9772 * calendar/time-date.el (time-to-days):
9773 Remove unused local variables.
9774
16a43933
CY
97752011-04-18 Chong Yidong <cyd@stupidchicken.com>
9776
9777 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
9778 glyphless-char-display table.
9779 (tabulated-list-glyphless-char-display): New var.
9780
7eed1860
SS
97812011-04-18 Sam Steingold <sds@gnu.org>
9782
9783 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
9784 to acknowledgments.
9785
4d2d1ccd
GM
97862011-04-17 Glenn Morris <rgm@gnu.org>
9787
9788 * calendar/diary-lib.el (diary-sexp-entry):
9789 * calendar/holidays.el (holiday-sexp):
9790 Set debug-on-error rather than the removed stack-trace-on-error.
9791
239da61d
GM
97922011-04-16 Glenn Morris <rgm@gnu.org>
9793
9794 * progmodes/f90.el: Use lexical-binding.
9795 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
9796
8b05752a
SM
97972011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9798
daca8ba5
SM
9799 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
9800 (mail-mode): Setup mailalias completion here instead.
9801 * mail/mailalias.el: Use lexical-binding.
9802 (pattern, mailalias-done): Declare dynamic.
9803 (mail-completion-at-point-function): New function, from mail-complete.
9804 (mail-complete): Use it.
9805 (mail-completion-expand): New function.
9806 (mail-get-names): Use it.
9807 (mail-directory, mail-directory-process, mail-directory-stream):
9808 Don't use `pattern' for lexically bound arg.
9809
6f542485
SM
9810 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
9811
037e7c3f
SM
9812 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
9813 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
9814 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
9815
8b05752a
SM
9816 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
9817 (byte-save-window-excursion, byte-temp-output-buffer-setup)
9818 (byte-interactive-p): Define them again, for use when inlining
9819 old code.
9820
49093f60
JB
98212011-04-15 Juanma Barranquero <lekktu@gmail.com>
9822
9823 * loadup.el: Use `string-to-number', not `string-to-int'.
9824
b5b8e7de
SM
98252011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9826
9827 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
9828 gud-gdb-complete-command.
9829 (gud-gdb-completions): New function, from gud-gdb-complete-command.
9830 (gud-gdb-completion-at-point): New function.
9831 (gud-gdb-completions): Remove.
9832
f42efeb5
MA
98332011-04-14 Michael Albinus <michael.albinus@gmx.de>
9834
49093f60
JB
9835 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
9836 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
9837 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
9838 whether `executable-find' is bound.
f42efeb5
MA
9839
9840 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
9841
e240cc21
SM
98422011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * minibuffer.el (completion-in-region-mode-predicate)
9845 (completion-in-region-mode--predicate): New vars.
9846 (completion-in-region, completion-in-region--postch)
9847 (completion-in-region-mode): Use them.
9848 (completion--capf-wrapper): Also return the hook function.
9849 (completion-at-point, completion-help-at-point):
9850 Adjust and provide a predicate.
c2bd2ab0
SM
9851
9852 Preserve arg names for advice of subr and lexical functions (bug#8457).
9853 * help-fns.el (help-function-arglist): Consolidate the subr and
9854 new-byte-code cases. Add argument `preserve-names' to extract names
9855 from the docstring when needed.
9856 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
9857 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9858 (ad-arglist): Use help-function-arglist's new arg.
9859 (ad-definition-type): Use cond.
9860
c183f693
JB
98612011-04-13 Juanma Barranquero <lekktu@gmail.com>
9862
06641a47
JB
9863 * autorevert.el (auto-revert-handler):
9864 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
9865 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
9866 Don't quote lambda.
9867
c183f693
JB
9868 * image-mode.el (image-transform-set-scale):
9869 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
9870
1e3b6001
G
98712011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9872
9873 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 9874 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
9875 Upgrades via gnutls-cli are too slow to be done opportunistically.
9876
2d6af8dd
JB
98772011-04-12 Juanma Barranquero <lekktu@gmail.com>
9878
9879 * dframe.el (dframe-current-frame): Remove spurious quote.
9880
c0749a51
GM
98812011-04-12 Glenn Morris <rgm@gnu.org>
9882
088d0d61
GM
9883 * calendar/cal-tex.el (cal-tex-end-document):
9884 Try to automatically use latin1 input if needed.
9885
c0749a51
GM
9886 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
9887 Don't try to cons a mark onto an empty element.
9888
5c90fde0
LL
98892011-04-11 Leo Liu <sdl.web@gmail.com>
9890
9891 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
9892 buffers.
9893 (ido-kill-buffer-at-head): Support killing virtual buffers.
9894
369e974d
CY
98952011-04-10 Chong Yidong <cyd@stupidchicken.com>
9896
9897 * minibuffer.el (completion-show-inline-help): New var.
9898 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
9899 (minibuffer-force-complete, minibuffer-complete-word):
9900 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
9901
9902 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
9903 to avoid interference from inline help (Bug#5849).
9904
37f1c930
LL
99052011-04-10 Leo Liu <sdl.web@gmail.com>
9906
099c39a4
JB
9907 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9908 Fix typo.
37f1c930 9909
a32d4040
CY
99102011-04-09 Chong Yidong <cyd@stupidchicken.com>
9911
9912 * image-mode.el (image-toggle-display-image): Signal an error if
9913 not in Image mode.
9914 (image-transform-mode, image-transform-resize)
9915 (image-transform-set-rotation): Doc fix.
daca8ba5 9916 (image-transform-set-resize): Delete.
a32d4040
CY
9917 (image-transform-set-scale, image-transform-fit-to-height)
9918 (image-transform-fit-to-width): Handle image-toggle-display-image
9919 and image-transform-resize directly.
9920
099c39a4 99212011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
9922
9923 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
9924 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
9925 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
9926 (doc-view-mode-map): Add bindings for the new functions.
9927
099c39a4 99282011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 9929
4d61f28d 9930 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
9931 Fix typo in docstring.
9932
3726838a
EZ
99332011-04-08 Eli Zaretskii <eliz@gnu.org>
9934
04f33f1e
EZ
9935 * files.el (file-size-human-readable): Produce one digit after
9936 decimal, like "ls -lh" does.
9937
9938 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9939 the file size representation.
9940
3726838a
EZ
9941 * simple.el (list-processes): If async subprocesses are not
9942 available, error out with a clear error message.
9943
cbb59342
CY
99442011-04-08 Chong Yidong <cyd@stupidchicken.com>
9945
9946 * help.el (help-form-show): New function, to be called from C.
9947 Put help-form output in a buffer named differently than *Help*.
9948
e3971c44
EZ
99492011-04-08 Eli Zaretskii <eliz@gnu.org>
9950
9951 * files.el (file-size-human-readable): New function.
9952
9953 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9954 computing the representation inline. Don't require `cl'.
9955
12544bbe
GM
99562011-04-08 Glenn Morris <rgm@gnu.org>
9957
a1de6c6a
GM
9958 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9959
3c4671f4
GM
9960 * net/browse-url.el (browse-url-firefox):
9961 Test system-type, not system-configuration.
9962
b605679c
GM
9963 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9964 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9965 Use log-edit-empty-buffer-p. (Bug#7598)
9966
56442f0c
GM
9967 * net/rlogin.el (rlogin-process-connection-type): Simplify.
9968 (rlogin-mode-map): Initialize in the defvar.
9969 (rlogin): Use ignore-errors.
9970
12544bbe
GM
9971 * replace.el (occur-mode-map): Some fixes for menu items.
9972
eb237b0f
AH
99732011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9974
9975 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
9976
7d668f2c
CY
99772011-04-06 Chong Yidong <cyd@stupidchicken.com>
9978
e67a13ab
CY
9979 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9980 issuing unused warnings.
9981
9982 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9983 macro directly.
9984
7d668f2c
CY
9985 * simple.el: Lisp reimplement of list-processes. Based on an
9986 earlier reimplementation by Leo Liu, but using tabulated-list.el.
9987 (process-menu-mode): New major mode.
9988 (list-processes--refresh, list-processes):
9989 (process-menu-visit-buffer): New functions.
9990
9991 * files.el (save-buffers-kill-emacs): Don't assume any return
9992 value of list-processes, which is undocumented anyway.
9993
a83ec3c9
CY
99942011-04-06 Chong Yidong <cyd@stupidchicken.com>
9995
9996 * emacs-lisp/tabulated-list.el: New file.
9997
e91a96fe
CY
9998 * emacs-lisp/package.el: Use Tabulated List mode.
9999 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10000 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10001 table format using Tabulated List mode variables.
10002 (package--push): New macro, replacing package-list-maybe-add.
10003 (package-menu--generate): Use package--push. Renamed from
10004 package--generate-package-list.
10005 (package-menu-refresh, list-packages): Use it.
daca8ba5 10006 (package-menu--print-info): Rename from package-print-package.
e91a96fe 10007 Return insertion data instead of inserting it directly.
099c39a4
JB
10008 (package-menu-describe-package, package-menu-execute):
10009 Use tabulated-list-get-id.
e91a96fe
CY
10010 (package-menu-mark-delete, package-menu-mark-install)
10011 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
10012 (package-menu-mark-obsolete-for-deletion):
10013 Use tabulated-list-put-tag.
e91a96fe
CY
10014 (package--list-packages, package-menu-revert)
10015 (package-menu-get-package, package-menu-get-version)
10016 (package-menu-sort-by-column): Functions deleted.
10017 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10018 (package-menu--status-predicate, package-menu--version-predicate)
10019 (package-menu--name-predicate)
10020 (package-menu--description-predicate): Handle arguments in the
10021 Tabulated List format.
10022 (package-list-packages-no-fetch): Call list-packages.
10023
3e214b50
JB
100242011-04-06 Juanma Barranquero <lekktu@gmail.com>
10025
10026 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 10027 (after-find-file): Don't bind it.
3e214b50
JB
10028 (revert-buffer-in-progress-p): New variable.
10029 (revert-buffer): Bind it.
10030 Pass nil for `after-find-file-from-revert-buffer'.
10031
10032 * saveplace.el (save-place-find-file-hook): Use new variable
10033 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10034
3f0f1700
GM
100352011-04-06 Glenn Morris <rgm@gnu.org>
10036
c0274801
GM
10037 * Makefile.in (AUTOGEN_VCS): New variable.
10038 (autoloads): Use $AUTOGEN_VCS.
10039
3f0f1700
GM
10040 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10041 * calendar/calendar.el (calendar-mode-map):
10042 Check for toolkit scroll bars. (Bug#8305)
10043
41ea9e48
CY
100442011-04-05 Chong Yidong <cyd@stupidchicken.com>
10045
10046 * minibuffer.el (completion-in-region--postch)
10047 (completion-in-region-mode): Remove unnecessary messages.
10048
6194c800
JB
100492011-04-05 Juanma Barranquero <lekktu@gmail.com>
10050
33256f14
JB
10051 * font-lock.el (font-lock-refresh-defaults):
10052 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10053 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10054
6194c800
JB
10055 * info.el (Info-directory-list, Info-read-node-name-2)
10056 (Info-split-parameter-string): Doc fixes.
10057 (Info-virtual-nodes): Reflow docstring.
10058 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10059 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10060 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10061 Fix typos in docstrings.
10062 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10063 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10064 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10065 (Info-restore-desktop-buffer): Mark unused parameters.
10066 (Info-directory-find-file, Info-directory-find-node)
10067 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10068 (Info-virtual-index-find-node, Info-apropos-find-file)
10069 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 10070 Mark unused parameters; fix typos in docstrings.
6194c800
JB
10071 (Info-virtual-index): Remove unused local variable `nodename'.
10072
b87a8200 100732011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 10074
b87a8200
DD
10075 * net/rcirc.el: Update my e-mail address.
10076 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 10077
3b2ff876
CY
100782011-04-05 Chong Yidong <cyd@stupidchicken.com>
10079
10080 * startup.el (command-line): Save the cursor's theme-face
10081 directly, instead of using face-override-spec.
10082
10083 * custom.el (load-theme): Minor optimization in assigning faces.
10084
8d17e7ca
JB
100852011-04-04 Juanma Barranquero <lekktu@gmail.com>
10086
10087 * help-fns.el (describe-variable): Complete all variables having
10088 documentation, including keywords.
10089 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10090
2fbc1934
JB
100912011-04-04 Juanma Barranquero <lekktu@gmail.com>
10092
10093 Convert to lexical-binding.
10094
10095 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10096 (bs--get-marked-string, bs--get-modified-string)
10097 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10098 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10099 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10100
10101 * ehelp.el (electric-help-execute-extended)
10102 (electric-help-ctrl-x-prefix):
10103 * hexl.el (hexl-revert-buffer-function):
10104 * linum.el (linum-after-change, linum-after-scroll):
10105 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10106
10107 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10108
74f50695
DU
101092011-04-04 Daiki Ueno <ueno@unixuser.org>
10110
10111 * epa-dired.el:
10112 * epa-mail.el:
10113 * epa-hook.el:
10114 * epa-file.el:
10115 * epa.el:
10116 * epg.el: Use lexical binding.
10117
c11325f7
CY
101182011-04-03 Chong Yidong <cyd@stupidchicken.com>
10119
0d9e9a12
CY
10120 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10121
c11325f7 10122 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
10123 dictionary case for flyspell-mark-duplications-exceptions.
10124 Use regexp matching for languages.
c11325f7
CY
10125 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10126 default dictionary (Bug#7926).
10127
da91b5f2
CY
101282011-04-02 Chong Yidong <cyd@stupidchicken.com>
10129
099c39a4
JB
10130 * emacs-lisp/package.el (package--with-work-buffer):
10131 Recognize https URLs.
da91b5f2 10132
099c39a4
JB
10133 * net/network-stream.el: Move from gnus/proto-stream.el.
10134 Change prefix to network-stream throughout.
da91b5f2
CY
10135 (open-protocol-stream): Merge into open-network-stream, leaving
10136 open-protocol-stream as an alias. Handle nil BUFFER args.
10137
10138 * subr.el (open-network-stream): Move to net/network-stream.el.
10139
afa8e9f6
GM
101402011-04-02 Glenn Morris <rgm@gnu.org>
10141
1d2e369d
GM
10142 * find-dired.el (find-exec-terminator): New option.
10143 (find-ls-option): Test for -ls support.
10144 (find-ls-subdir-switches): Test for -b in find-ls-option.
10145 (find-dired, find-grep-dired): Doc fixes.
10146 (find-dired): Use find-exec-terminator.
10147
8abb7da8 10148 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
10149 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10150 (find-name-arg): Remove purecopy.
8abb7da8 10151
f3ca7378
GM
10152 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10153 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10154 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10155 accordingly. Don't add the null-device if not needed.
10156
afa8e9f6
GM
10157 * files.el (save-some-buffers): Doc fix.
10158
35eae264
EZ
101592011-04-02 Eli Zaretskii <eliz@gnu.org>
10160
10161 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10162
26b51db5
JB
101632011-04-01 Juanma Barranquero <lekktu@gmail.com>
10164
10165 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10166 Use `dolist' rather than `mapcar'.
10167
7200d79c
SM
101682011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10169
03408648 10170 Add lexical binding.
7200d79c 10171
03408648
SM
10172 * subr.el (apply-partially): Use new closures rather than CL.
10173 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10174 (dolist, dotimes): Use slightly different expansion for lexical code.
10175 (functionp): Move to C.
10176 (letrec): New macro.
10177 (with-wrapper-hook): Use it and apply-partially instead of CL.
10178 (eval-after-load): Preserve lexical-binding.
10179 (save-window-excursion, with-output-to-temp-buffer): Turn them
10180 into macros.
7200d79c 10181
03408648
SM
10182 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
10183
10184 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
10185 than the arglist.
10186 (help-add-fundoc-usage): Don't add `Not documented'.
10187 (help-function-arglist): Handle closures, subroutines, and new
10188 byte-code-functions.
10189 (help-make-usage): Remove leading underscores.
10190 (describe-function-1): Handle closures.
10191 (describe-variable): Use special-variable-p for completion.
10192
10193 * files.el (lexical-binding): Declare safe.
f488fb65 10194
03408648
SM
10195 * emacs-lisp/pcase.el: Don't use destructuring-bind.
10196 (pcase--memoize): Rename from pcase-memoize. Change weakness.
10197 (pcase): Add `let' pattern.
10198 Change memoization so it actually works.
10199 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
10200 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
10201 <let>: New case.
f488fb65 10202
03408648
SM
10203 * emacs-lisp/macroexp.el: Use lexical binding.
10204 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
10205 Don't convert ' to #' without checking that it's indeed quoting
10206 a lambda.
10207
10208 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 10209 Use eval-sexp-add-defvars.
03408648
SM
10210 (eval-sexp-add-defvars): New fun.
10211
10212 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
10213
10214 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
10215 Don't autoload.
10216 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
10217 than the internal `byte-compile-lambda'.
10218 (defmethod): Don't hide code under quotes.
10219 (eieio-defmethod): New `code' argument.
10220
10221 * emacs-lisp/eieio-comp.el: Remove.
10222
10223 * emacs-lisp/edebug.el (edebug-eval-defun)
10224 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
10225 (edebug-toggle): Avoid `eval'.
10226
10227 * emacs-lisp/disass.el (disassemble-internal): Handle new
10228 `closure' objects.
10229 (disassemble-1): Handle new byte codes.
10230
10231 * emacs-lisp/cl.el (pushnew): Silence warning.
10232
10233 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
10234 (cl-byte-compile-throw): Remove.
10235 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
10236
10237 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
10238 closures.
10239
10240 * emacs-lisp/cconv.el: New file.
10241
10242 * emacs-lisp/bytecomp.el: Use lexical binding instead of
10243 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
10244 (byte-compile-initial-macro-environment):
10245 Handle declare-function here.
10246 (byte-compile--lexical-environment): New var.
10247 (byte-stack-ref, byte-stack-set, byte-discardN)
10248 (byte-discardN-preserve-tos): New lap codes.
10249 (byte-interactive-p): Don't use any more.
10250 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
10251 New macros.
10252 (byte-compile-lapcode): Use them and handle new lap codes.
10253 (byte-compile-obsolete): Remove.
10254 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
10255 (byte-compile-arglist-warn): Check late def of inlinable funs.
10256 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
10257 since they should have been expanded by now.
10258 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
10259 (byte-compile-from-buffer): Remove unused second arg.
10260 (byte-compile-preprocess): New function.
10261 (byte-compile-toplevel-file-form): New function to distinguish
10262 file-form calls from outside from file-form calls from hunk-handlers.
10263 (byte-compile-file-form): Simplify.
10264 (byte-compile-file-form-defsubst): Remove.
10265 (byte-compile-file-form-defmumble): Simplify now that
10266 byte-compile-lambda always returns a byte-code-function.
10267 (byte-compile): Preprocess.
10268 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
10269 Remove, not used any more.
10270 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
10271 (byte-compile-make-args-desc): New funs.
10272 (byte-compile-lambda): Handle lexical functions. Always return
10273 a byte-code-function.
10274 (byte-compile-reserved-constants): New var, to make up room for
10275 closed-over variables.
10276 (byte-compile-constants-vector): Obey it.
10277 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
10278 (byte-compile-macroexpand-declare-function): New function.
10279 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
10280 byte-code-functions.
10281 (byte-compile-form): Check obsolescence here.
10282 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
10283 (byte-compile-variable-ref): Remove.
10284 (byte-compile-dynamic-variable-op): New fun.
10285 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10286 (byte-compile-variable-set): New funs.
10287 (byte-compile-discard): Add 2 args.
10288 (byte-compile-stack-ref, byte-compile-stack-set)
10289 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
10290 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
10291 macroexpand-all instead.
10292 (byte-compile-quote-form): Remove.
10293 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
10294 (byte-compile-bind, byte-compile-unbind): New funs.
10295 (byte-compile-let): Handle let* and lexical binding.
10296 (byte-compile-let*): Remove.
10297 (byte-compile-catch, byte-compile-unwind-protect)
10298 (byte-compile-track-mouse, byte-compile-condition-case):
10299 Handle a new :fun-body form, used for lexical scoping.
10300 (byte-compile-save-window-excursion)
10301 (byte-compile-with-output-to-temp-buffer): Remove.
10302 (byte-compile-defun): Simplify.
10303 (byte-compile-stack-adjustment): New fun.
10304 (byte-compile-out): Use it.
10305 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
10306
10307 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
10308 handler any more.
10309
10310 * emacs-lisp/byte-opt.el: Use lexical binding.
10311 (byte-inline-lapcode): Remove (to bytecomp).
10312 (byte-compile-inline-expand): Pay attention to inlining to/from
10313 lexically bound code.
10314 (byte-compile-unfold-lambda): Don't handle byte-code-functions
10315 any more.
10316 (byte-optimize-form-code-walker): Don't handle save-window-excursion
10317 any more and don't call compiler-macros.
10318 (byte-compile-splice-in-already-compiled-code): Remove.
10319 (byte-code): Don't inline any more.
10320 (disassemble-offset): Receive `bytes' as argument rather than via
10321 dynamic scoping.
10322 (byte-compile-tag-number): Declare before first use.
10323 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
10324 `return' even if make-spliceable.
10325 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
10326 obsolete interactive-p.
10327 (byte-optimize-lapcode): Optimize new lap-codes.
10328 Don't trip up on new form of `byte-constant' lap code.
10329
10330 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
10331
10332 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
10333
10334 * custom.el (custom-initialize-default, custom-declare-variable):
10335 Use `defvar'.
10336
10337 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
10338 New variables.
10339 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
10340 (COMPILE_FIRST): Add macroexp and cconv.
10341 * makefile.w32-in: Mirror changes in Makefile.in.
10342
10343 * vc/cvs-status.el:
10344 * vc/diff-mode.el:
10345 * vc/log-edit.el:
10346 * vc/log-view.el:
10347 * vc/smerge-mode.el:
10348 * textmodes/bibtex-style.el:
10349 * textmodes/css.el:
10350 * startup.el:
10351 * uniquify.el:
da91b5f2
CY
10352 * minibuffer.el:
10353 * newcomment.el:
10354 * reveal.el:
10355 * server.el:
10356 * mpc.el:
10357 * emacs-lisp/smie.el:
10358 * doc-view.el:
10359 * dired.el:
03408648
SM
10360 * abbrev.el: Use lexical binding.
10361
0f0c1f27
EZ
103622011-04-01 Eli Zaretskii <eliz@gnu.org>
10363
10364 * info.el (info-display-manual): New function.
10365
c82b2579
SM
103662011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
10369
221ddf68
TH
103702011-03-31 Tassilo Horn <tassilo@member.fsf.org>
10371
10372 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 10373 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 10374
cba6e77e
GM
103752011-03-31 Glenn Morris <rgm@gnu.org>
10376
e040639f
GM
10377 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
10378
cba6e77e
GM
10379 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
10380
6d0f1c9e
CS
103812011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
10382
10383 * progmodes/python.el (python-default-interpreter)
10384 (python-python-command-args, python-jython-command-args)
10385 (python-which-shell, python-which-args, python-which-bufname)
10386 (python-file-queue, python-comint-output-filter-function)
10387 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
10388 variables and functions.
10389
3e2d70fd
SM
103902011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
10393 (completion-in-region-mode): New minor mode.
10394 (completion-in-region): Use it.
10395 (completion-in-region--data, completion-in-region-mode-map): New vars.
10396 (completion-in-region--postch): New function.
10397 (completion--capf-misbehave-funs, completion--capf-safe-funs):
10398 New vars.
10399 (completion--capf-wrapper): New function.
10400 (completion-at-point): Use it to track well-behavedness of
10401 hook functions.
10402 (completion-help-at-point): New command.
10403
f3e4086c
JM
104042011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
10405
10406 * vc/add-log.el (add-change-log-entry): Don't use whitespace
10407 syntax class to search for whitespace on a single line
10408 (Message-ID: <4D938140.4030905@redhat.com>).
10409
eb7ffc14
LL
104102011-03-30 Leo Liu <sdl.web@gmail.com>
10411
10412 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
10413 New commands.
10414 (edit-abbrevs-map): Bind them here.
10415 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
10416
d806ab68
KM
104172011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
10418
10419 * allout.el (allout-hide-by-annotation, allout-flag-region):
10420 Reduce possibility of overlay leakage by making them volatile.
10421
10422 * allout-widgets.el (allout-widgets-tally): Define as nil so the
10423 hash is not shared between buffers. Mode initialization is
10424 responsible for giving it a useful starting value.
10425 (allout-item-span): Reduce possibility of overlay leakage by
10426 making them volatile.
10427 (allout-widgets-count-buttons-in-region): Add diagnostic function
10428 for tracking down button overlay leaks.
10429
ea622834
LL
104302011-03-29 Leo Liu <sdl.web@gmail.com>
10431
10432 * ido.el (ido-read-internal): Use the default history var
10433 minibuffer-history if no HISTORY is specified.
10434
b62f8267
G
104352011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
10436
03408648
SM
10437 * net/imap.el (imap-shell-open, imap-process-connection-type):
10438 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
10439 Kerberos, SSL, other subprocesses.
10440
947b6566
LL
104412011-03-28 Leo Liu <sdl.web@gmail.com>
10442
10443 * abbrev.el (abbrev-table-empty-p): New function.
10444 (prepare-abbrev-list-buffer): Place empty abbrev tables after
10445 nonempty ones. (Bug#5937)
10446
5ffb62aa
JD
104472011-03-27 Jan Djärv <jan.h.d@swipnet.se>
10448
10449 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
10450
7a097943
LL
104512011-03-27 Leo Liu <sdl.web@gmail.com>
10452
10453 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
10454 for foreground and background colors.
10455 (ansi-color-make-color-map): Adapt.
10456
c5b40130
LL
104572011-03-25 Leo Liu <sdl.web@gmail.com>
10458
1f48f7d2
LL
10459 * midnight.el (midnight-time-float): Remove. Note it calculates
10460 the microsecond component incorrectly and seconds-to-time does the
10461 same job.
625897ec 10462 Remove redundant (require 'timer).
1f48f7d2 10463
c5b40130
LL
10464 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
10465 (ido-completions): Remove unused arguments. (Bug#8329)
10466
d86d2721
SM
104672011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * minibuffer.el (completion--flush-all-sorted-completions):
10470 Remove itself from hook.
10471 (completion-at-point): Let the functions perform the completion
10472 immediately and return nil or t.
10473 * comint.el (comint-dynamic-complete-functions): Now identical to
10474 completion-at-point-functions.
10475 (comint-dynamic-list-input-ring): Remove unused var `index'.
10476 (comint--match-partial-filename, comint--unquote&expand-filename):
10477 New funs, split from comint-match-partial-filename.
10478 (comint-dynamic-complete): Use completion-at-point.
10479 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
10480
e8974c48
DA
104812011-03-24 Drew Adams <drew.adams@oracle.com>
10482
10483 * thingatpt.el: Support `defun'.
10484
def71b5e
LL
104852011-03-23 Leo Liu <sdl.web@gmail.com>
10486
cb5af48e
LL
10487 * abbrevlist.el: Move to obsolete/abbrevlist.el.
10488
def71b5e
LL
10489 * help-mode.el (help-mode-finish): Tweak regexp.
10490
927c53e7
GM
104912011-03-23 Glenn Morris <rgm@gnu.org>
10492
18d05bed
GM
10493 * eshell/esh-opt.el (eshell-eval-using-options):
10494 Do not bind unused local variable `eshell-option-stub'.
10495
927c53e7
GM
10496 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
10497
9d0da923
JB
104982011-03-22 Juanma Barranquero <lekktu@gmail.com>
10499
10500 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
10501 keymap variable in `with-no-warnings' to avoid a warning when the
10502 keymap has been already `defconst'ed.
10503
4b978a67
LL
105042011-03-22 Leo Liu <sdl.web@gmail.com>
10505
10506 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
10507 encode all chars in abbrevs; otherwise use emacs-mule or
10508 utf-8-emacs. (Bug#8308)
10509
5fd62452
JB
105102011-03-22 Juanma Barranquero <lekktu@gmail.com>
10511
0b1596c6
JB
10512 * simple.el (backward-delete-char-untabify):
10513 Avoid warning about using `delete-backward-char'.
10514
5fd62452
JB
10515 * image.el (image-type-file-name-regexps): Make it variable.
10516 `imagemagick-register-types' modifies it, and the user may want
10517 to add new extensions for known image types.
10518 (imagemagick-register-types): Throw error if not using ImageMagick.
10519
0b4e93f1
LL
105202011-03-22 Leo Liu <sdl.web@gmail.com>
10521
10522 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
10523 located before rcirc-prompt-end-marker.
10524 (rcirc-complete): Error if point is not after rcirc prompt.
10525 Handle the case when table is nil.
9882e214 10526 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 10527
fccee4ab
CY
105282011-03-22 Chong Yidong <cyd@stupidchicken.com>
10529
10530 * custom.el (custom--inhibit-theme-enable): Make it affect only
10531 custom-theme-set-variables and custom-theme-set-faces.
10532 (provide-theme): Ignore custom--inhibit-theme-enable.
10533 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
10534 (custom-enabling-themes): Delete variable.
d86d2721
SM
10535 (enable-theme): Accept only loaded themes as arguments.
10536 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
10537 (custom-enabled-themes): Forbid themes from setting this.
10538 Eliminate use of custom-enabling-themes.
10539 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 10540
af896da6
LL
105412011-03-21 Leo Liu <sdl.web@gmail.com>
10542
10543 * ido.el (ido-read-internal): Add ido-selected to history instead
10544 of user input.
10545
78f64af0
SM
105462011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10547
10548 * subr.el (deferred-action-list, deferred-action-function):
10549 Mark obsolete.
10550
b16ac1ec
LL
105512011-03-21 Leo Liu <sdl.web@gmail.com>
10552
810f7698
LL
10553 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
10554 change on 2011-02-13 (bug#8309).
10555
b16ac1ec
LL
10556 * minibuffer.el (read-file-name-function): Change default value.
10557 (read-file-name--defaults): Rename from read-file-name-defaults.
10558 (read-file-name-default): Rename from read-file-name.
10559 (read-file-name): Call read-file-name-function.
10560
4e05e67e
GM
105612011-03-21 Glenn Morris <rgm@gnu.org>
10562
10563 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
10564 Doc fixes.
10565
4359915b
CY
105662011-03-21 Chong Yidong <cyd@stupidchicken.com>
10567
10568 * cus-theme.el: Add missing provide statement.
10569 (customize-create-theme): Extract theme value correctly.
10570 (custom-theme-visit-theme): Autoload.
10571 (customize-create-theme): Prompt before inserting default faces.
10572
1fe275ee
JB
105732011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
10574
10575 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
10576 units and musical notes.
10577
cd394be1 105782011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
10579
10580 * ido.el (ido-read-internal): Use completing-read-default.
10581 (ido-completing-read): Fix compatibility with completing-read.
10582
7d476bde
CO
105832011-03-20 Christian Ohler <ohler@gnu.org>
10584
10585 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
10586 (ert-delete-all-tests): Use `called-interactively-p' rather than
10587 `interactive-p'.
10588 (ert--make-xrefs-region): Respect END.
10589
fe0fb33e
CY
105902011-03-19 Chong Yidong <cyd@stupidchicken.com>
10591
ff854b0b
CY
10592 * dired-aux.el (dired-create-directory): Signal an error if the
10593 directory already exists (Bug#8246).
10594
fe0fb33e
CY
10595 * facemenu.el (list-colors-display): Call list-faces-display
10596 inside with-help-window.
10597 (list-colors-print): Use display property to align the final
10598 column, instead of checking window-width.
10599
576bce32
EZ
106002011-03-19 Eli Zaretskii <eliz@gnu.org>
10601
4d61f28d 10602 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
10603 windows-nt systems.
10604 (emerge-protect-metachars): Quote correctly for ms-dos and
10605 windows-nt systems.
10606
89c41d68 106072011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
10608
10609 * info.el (info-initialize): Replace all uses of `:' with
10610 path-separator for compatibility with non-Unix systems.
10611 Cache quoting of path-separator. (Bug#8258)
10612
b14e3e21 106132011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
10614
10615 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
10616 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
10617 (mouse-avoidance-mode): Fix typos in docstrings.
10618
4525ce3e
CY
106192011-03-19 Chong Yidong <cyd@stupidchicken.com>
10620
10621 * startup.el (package-subdirectory-regexp): Move from package.el.
10622 Omit \\` and \\', and let callers add them.
10623
10624 * emacs-lisp/package.el (package-strip-version)
10625 (package-load-all-descriptors): Add \\` and \\' to
10626 package-subdirectory-regexp before using it.
10627 (package-untar-buffer): New arg DIR; ensure that file untars only
10628 into this expected directory. Remove superfluous delete-region.
10629 (package-unpack): Caller changed.
10630 (package-tar-file-info): Use package-subdirectory-regexp.
10631
a904a09a 106322011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 10633
a904a09a
SM
10634 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
10635 diff-mode-shared-map (bug#8284).
10636 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
10637
106382011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10639
10640 * calendar/time-date.el (format-seconds): Use assoc instead of
10641 assoc-string, since assoc-string doesn't exist in XEmacs.
10642
171fc304
JB
106432011-03-17 Juanma Barranquero <lekktu@gmail.com>
10644
10645 * custom.el (custom-known-themes): Reflow docstring.
10646 (custom-theme-load-path): Fix typo in docstring.
10647 (load-theme): Fix typo in error message.
10648 (custom-available-themes, custom-variable-theme-value):
10649 Use `let', not `let*'.
10650
d71990a1
JB
106512011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10652
10653 * calc/README: Mention inclusion of musical notes.
10654
10655 * calc/calc-units.el (calc-lu-quant): Rename from
10656 `calc-logunits-quantity'.
10657 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
10658 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
10659 (calc-db): Rename from `calc-dblevel'.
10660 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
10661 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
10662 (calc-np): Rename from `calc-nplevel'.
10663 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
10664 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
10665 (calc-lu-plus): Rename from `calc-logunits-add'.
10666 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
10667 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
10668 (calc-lu-minus): Rename from `calc-logunits-sub'.
10669 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
10670 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
10671 (calc-lu-times): Rename from `calc-logunits-mul'.
10672 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
10673 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
10674 (calc-lu-divide): Rename from `calc-logunits-div'.
10675 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
10676 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
10677
10678 * calc/calc-ext.el (calc-init-extensions): Update the names of the
10679 functions being autoloaded.
10680
10681 * calc/calc.el (calc-lu-power-reference): Rename from
10682 `calc-logunits-power-reference'.
10683 (calc-lu-field-reference): Rename from
10684 `calc-logunits-field-reference'.
10685
10686 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
10687
40c2934b
SM
106882011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10689
10690 * minibuffer.el (completion-all-sorted-completions):
10691 Use :completion-cycle-penalty text property if present.
10692
b0911414
KM
106932011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
10694
10695 * allout.el (allout-yank-processing): Adjust for new rebulleting
10696 regime so bullet being yanked is used without prompting the user
10697 for a choice.
10698
8a05b668
JB
106992011-03-16 Juanma Barranquero <lekktu@gmail.com>
10700
10701 * startup.el (command-line): Warn the user that _emacs is deprecated.
10702
5ba5fb81
JB
107032011-03-16 Juanma Barranquero <lekktu@gmail.com>
10704
10705 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
10706 (delphi-verbose, delphi-comment-face, delphi-string-face)
10707 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
10708 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
10709 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
10710 (delphi-new-comment-line, delphi-font-lock-defaults)
10711 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
10712 Fix typos in docstrings.
10713
2dab465b
KM
107142011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
10715
5ba5fb81 10716 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
10717 Invert the roles of character and string values for INSTEAD, so a
10718 string is used for the more common case of a defaulting prompt.
10719
0adf5618
SM
107202011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10721
10722 * progmodes/ruby-mode.el (ruby-backward-sexp):
10723 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
10724 * play/gamegrid.el (gamegrid-make-face):
10725 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
10726 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
10727 * notifications.el (notifications-notify):
10728 * net/xesam.el (xesam-search-engines):
10729 * net/quickurl.el (quickurl-list-insert):
10730 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
10731
d72700e5
CY
107322011-03-15 Chong Yidong <cyd@stupidchicken.com>
10733
10734 * startup.el (command-line): Update package subdirectory regexp.
10735
49c5410a
SM
107362011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10737
c6eee9aa
SM
10738 * allout.el (allout-abbreviate-flattened-numbering)
10739 (allout-mode-deactivate-hook): Fix up obsolescence "date".
10740
49c5410a
SM
10741 * subr.el (read-char-choice): Only show the cursor after the prompt,
10742 not after the answer.
10743
047b2bb9
KR
107442011-03-15 Kevin Ryde <user42@zip.com.au>
10745
10746 * help-fns.el (variable-at-point): Skip leading quotes, if any
10747 (bug#8253).
10748
0a57d256
SM
107492011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10750
10751 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
10752 warning message.
10753
77c992bc
MA
107542011-03-14 Michael Albinus <michael.albinus@gmx.de>
10755
10756 * shell.el (shell): When called interactively, offer to change the
10757 shell file name on remote hosts.
10758
eebc475d
TZ
107592011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
10760
10761 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
10762 integration for LDAP parameters. The host, base, user or binddn,
10763 and secret tokens can be specified in a netrc file, for instance.
10764 This is optional because an `auth-source' parameter must be
10765 specified in the search attributes.
10766
9d05d1ba
JB
107672011-03-13 Juanma Barranquero <lekktu@gmail.com>
10768
10769 * help.el (describe-mode): Link to the mode's definition (bug#8185).
10770
09d9db2c
GM
107712011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10772
10773 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
10774 into declaration. Remove redundant and harmful binding.
10775
107762011-03-12 Eli Zaretskii <eliz@gnu.org>
10777
10778 * files.el (file-ownership-preserved-p): Pass `integer' as an
10779 explicit 2nd argument to `file-attributes'. If the file's owner
10780 is the Administrators group on Windows, and the current user is
10781 Administrator, consider that a match.
10782
10783 * server.el (server-ensure-safe-dir): Consider server directory
10784 safe on MS-Windows if its owner is the Administrators group while
10785 the current Emacs user is Administrator. Use `=' to compare
10786 numerical UIDs, since they could be integers or floats.
10787
219bd536
JB
107882011-03-12 Juanma Barranquero <lekktu@gmail.com>
10789
10790 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
10791
f3afd36b
MA
107922011-03-12 Michael Albinus <michael.albinus@gmx.de>
10793
10794 Sync with Tramp 2.2.1.
10795
10796 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
10797
10798 * net/trampver.el: Update release number.
10799
3aaaa6f1
SM
108002011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10801
94642599
SM
10802 * progmodes/compile.el (compilation--previous-directory): Fix up
10803 various nil/dead-marker mismatches (bug#8014).
10804 (compilation-directory-properties, compilation-error-properties):
10805 Don't call it at a position past the one we're about to change.
10806
3aaaa6f1
SM
10807 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
10808 Disable obsolescence warnings in the file that declares it.
10809
14239447
KM
108102011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
10811
099c39a4
JB
10812 * allout-widgets.el (allout-widgets-tally):
10813 Initialize allout-widgets-tally as a hash table rather than nil to
10814 prevent mode-line redisplay warnings. Also, clarify the module
10815 description and fix a comment typo.
14239447 10816
135e287c
JB
108172011-03-11 Juanma Barranquero <lekktu@gmail.com>
10818
10819 * help-fns.el (describe-variable): Don't complete keywords.
10820 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
10821
ffbf300e
CY
108222011-03-10 Chong Yidong <cyd@stupidchicken.com>
10823
ba08b241
CY
10824 * emacs-lisp/package.el (package-version-join): Impose a standard
10825 string representation for pre/alpha/beta version lists.
10826 (package-unpack-single): Standardize the directory name by passing
10827 it through package-version-join.
10828 (package-strip-rcs-id): Accept any version string that does not
10829 signal an error in version-to-list.
ffbf300e 10830
f346fd6b
MA
108312011-03-10 Michael Albinus <michael.albinus@gmx.de>
10832
10833 * simple.el (delete-trailing-whitespace): Return nil for the
10834 benefit of `write-file-functions'.
10835
ccb55d27
GM
108362011-03-10 Glenn Morris <rgm@gnu.org>
10837
5ceaac0c
GM
10838 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
10839
02da65ff
GM
10840 * vc/vc-git.el (vc-git-program): New option.
10841 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
10842 (vc-git--call): Use it.
10843
b2f603cc
GM
10844 * eshell/esh-util.el (eshell-condition-case): Doc fix.
10845
5772caab
GM
10846 * cus-edit.el (Custom-newline): If no button at point, look
10847 for a subgroup button at start-of-line. (Bug#2298)
10848
ccb55d27
GM
10849 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
10850
ec6ecaed
JD
108512011-03-10 Julien Danjou <julien@danjou.info>
10852
10853 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
10854 `cursor-type' is nil.
10855
9d5aa01d
JB
108562011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
10857
10858 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
10859
b6a5875b
KM
108602011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
10861
10862 * allout.el Summary: Change so yank of distinctive-bullet items
10863 preserves the existing header prefix, rebulleting it if necessary,
10864 rather than replacing it. This is necessary for proper operation
10865 of cooperative addons like allout-widgets.
1154d12e
JB
10866 (allout-make-topic-prefix, allout-rebullet-heading):
10867 Change SOLICIT arg to INSTEAD, and interpret additionally a string
10868 value as alternate bullet to be used, instead of prompting the user
10869 for a bullet character.
b6a5875b 10870
ee545c35
MA
108712011-03-09 Michael Albinus <michael.albinus@gmx.de>
10872
d86d2721
SM
10873 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10874 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
10875 `tramp-default-port'.
10876
c47971d7
DD
108772011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10878
10879 * net/rcirc.el (rcirc-handler-001): Remove useless
10880 with-rcirc-process-buffer.
10881 (rcirc-check-auth-status): Swap arguments to string-match.
10882
13522cb4
GM
108832011-03-09 Glenn Morris <rgm@gnu.org>
10884
0be6f4f1
GM
10885 * shell.el (shell-mode):
10886 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
10887
13522cb4
GM
10888 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
10889 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
10890
515de2e3
CY
108912011-03-08 Chong Yidong <cyd@stupidchicken.com>
10892
10893 * emacs-lisp/package.el (package-refresh-contents)
10894 (package-menu-execute): Use condition-case-no-debug.
10895
b511b994
MA
108962011-03-08 Michael Albinus <michael.albinus@gmx.de>
10897
10898 * simple.el (shell-command-to-string): Use `process-file'.
10899
10900 * emacs-lisp/package.el (package-tar-file-info): Handle also
10901 remote files.
10902
d86d2721
SM
10903 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10904 Use `equal' for upload base check.
b511b994 10905
25bbfb31
AM
109062011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
10907
10908 * textmodes/texinfo.el (texinfo-environments):
10909 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
10910
be996521
GM
109112011-03-08 Glenn Morris <rgm@gnu.org>
10912
e9c8529f
GM
10913 * cus-start.el (cursor-in-non-selected-windows):
10914 Fix :set quoting oddness. (Bug#8192)
10915
be996521
GM
10916 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
10917 in some setf expressions. (Bug#2159)
10918
2bb5649e
CY
109192011-03-08 Chong Yidong <cyd@stupidchicken.com>
10920
10921 * custom.el (custom-available-themes): Return themes in
10922 alphabetical order.
10923
33383987 10924See ChangeLog.15 for earlier changes.
e3d51b27
MR
10925
10926;; Local Variables:
10927;; coding: utf-8
e3d51b27
MR
10928;; End:
10929
acaf905b 10930 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
10931
10932 This file is part of GNU Emacs.
10933
10934 GNU Emacs is free software: you can redistribute it and/or modify
10935 it under the terms of the GNU General Public License as published by
10936 the Free Software Foundation, either version 3 of the License, or
10937 (at your option) any later version.
10938
10939 GNU Emacs is distributed in the hope that it will be useful,
10940 but WITHOUT ANY WARRANTY; without even the implied warranty of
10941 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10942 GNU General Public License for more details.
10943
10944 You should have received a copy of the GNU General Public License
10945 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.